/* ====================================================
   Gwynn Logistics — About Page
   Matches: gwynn_about_page_COMPANY_SPECIFIC.html
   ==================================================== */

/* ---- Hero ---- */
.about-hero {
  min-height: 560px;
  background:
    radial-gradient(circle at top right, rgba(12,117,185,.28), transparent 36%),
    radial-gradient(circle at bottom left, rgba(215,25,32,.10), transparent 26%),
    linear-gradient(115deg, #071a2d 0%, #0d2d4d 58%, #123b62 100%);
  color: #ffffff;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 42px;
  padding: 82px var(--section-px) 78px;
  align-items: center;
  overflow: hidden;
}

.about-hero h1 {
  font-size: 62px;
  line-height: 1.02;
  letter-spacing: -2px;
  margin: 0 0 22px;
  max-width: 900px;
}

.about-hero .hero-intro {
  font-size: 21px;
  line-height: 1.52;
  color: #dceaf7;
  margin: 0;
  max-width: 820px;
}

.about-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-pill {
  display: inline-flex;
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: #d9e8f7;
  font-size: 13px;
  font-weight: 800;
}

.about-hero-panel {
  background: rgba(255,255,255,.96);
  color: var(--color-text);
  border-radius: 26px;
  box-shadow: 0 30px 70px rgba(0,0,0,.30);
  padding: 30px;
  border: 1px solid rgba(255,255,255,.45);
}

.about-hero-panel h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.15;
  color: var(--color-text);
}

.about-hero-panel > p {
  margin: 0;
  color: #40566d;
  font-size: 16px;
  line-height: 1.55;
}

.about-panel-list {
  display: grid;
  gap: 13px;
  margin-top: 22px;
}

.about-panel-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  color: #30465d;
  font-size: 15px;
  line-height: 1.45;
}

.about-panel-item .check-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #fff3f4;
  color: var(--color-red);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  line-height: 1;
}

/* ---- About Intro (2-col: dark statement + body text) ---- */
.about-intro {
  padding: 76px var(--section-px);
  background: #ffffff;
}

.about-intro-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
  align-items: start;
  margin-top: 34px;
}

.about-statement {
  border-radius: 24px;
  background: #07192b;
  color: #ffffff;
  padding: 34px;
  box-shadow: 0 20px 46px rgba(8,27,47,.16);
}

.about-statement-label {
  color: #ff2a30;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.about-statement h3 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -.5px;
  color: #ffffff;
}

.about-statement p {
  margin: 0;
  color: #d9e8f7;
  font-size: 16px;
  line-height: 1.6;
}

.about-copy {
  display: grid;
  gap: 18px;
}

.about-copy p {
  margin: 0;
  color: #40566d;
  font-size: 17px;
  line-height: 1.7;
}

/* ---- Company Snapshot (light gradient, 4 stat cards + 2-col footprint) ---- */
.company-snapshot {
  padding: 76px var(--section-px);
  background:
    radial-gradient(circle at top right, rgba(12,117,185,.10), transparent 34%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.snapshot-card {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 26px 22px;
  box-shadow: 0 14px 30px rgba(8,27,47,.07);
  min-height: 165px;
}

.snapshot-number {
  color: var(--color-red);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.8px;
  margin-bottom: 12px;
}

.snapshot-card h3 {
  margin: 0 0 8px;
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.15;
}

.snapshot-card p {
  margin: 0;
  color: var(--color-text-mid);
  font-size: 14.5px;
  line-height: 1.5;
}

.footprint-strip {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.footprint-card {
  border: 1px solid var(--color-border);
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(8,27,47,.05);
}

.footprint-card h3 {
  margin: 0 0 8px;
  color: var(--color-text);
  font-size: 21px;
}

.footprint-card p {
  margin: 0;
  color: var(--color-text-mid);
  font-size: 15.5px;
  line-height: 1.55;
}

/* ---- Agency Model (light gradient, 3 cards) ---- */
.agency-model {
  padding: 76px var(--section-px);
  background:
    radial-gradient(circle at top right, rgba(12,117,185,.10), transparent 34%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.agency-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.agency-card {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 28px 24px;
  min-height: 285px;
  box-shadow: 0 14px 30px rgba(8,27,47,.07);
}

.agency-number {
  color: var(--color-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.agency-card h3 {
  margin: 0 0 10px;
  color: var(--color-text);
  font-size: 24px;
  line-height: 1.15;
}

.agency-card p {
  margin: 0;
  color: var(--color-text-mid);
  line-height: 1.58;
  font-size: 15.5px;
}

/* ---- Culture Section (dark, 2-col: callout + checklist) ---- */
.culture-section {
  padding: 78px var(--section-px);
  background: #07192b;
  color: #ffffff;
}

.culture-section .section-kicker { color: #ff6b6b; }
.culture-section .section-title  { color: #ffffff; }
.culture-section .section-text   { color: #b8c6d6; }

.culture-layout {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 34px;
  align-items: start;
  margin-top: 36px;
}

.culture-callout {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
  border-radius: 24px;
  padding: 34px;
}

.culture-callout h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -.5px;
}

.culture-callout p {
  margin: 0;
  color: #d9e8f7;
  font-size: 16px;
  line-height: 1.6;
}

.culture-list {
  display: grid;
  gap: 14px;
}

.culture-row {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
  border-radius: 16px;
  padding: 18px;
  color: #d9e8f7;
  line-height: 1.5;
  font-size: 15px;
}

.culture-row .check-icon { color: #ff2a30; font-weight: 900; margin-top: 1px; }
.culture-row strong      { color: #ffffff; }

/* ---- Fit Section (white, 4-col bordered grid) ---- */
.fit-section {
  padding: 76px var(--section-px);
  background: #ffffff;
}

.about-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  overflow: hidden;
  background: var(--color-border);
}

.about-fit-card {
  background: #ffffff;
  padding: 28px 24px;
  min-height: 245px;
}

.fit-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #fff3f4;
  color: var(--color-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 18px;
}

.about-fit-card h3 {
  margin: 0 0 10px;
  color: var(--color-text);
  font-size: 21px;
  line-height: 1.15;
}

.about-fit-card p {
  margin: 0;
  color: var(--color-text-mid);
  font-size: 15px;
  line-height: 1.55;
}

/* ---- CTA ---- */
.about-cta {
  padding: 70px var(--section-px);
  background: var(--color-red);
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.about-cta h2 { margin: 0; font-size: 40px; line-height: 1.12; letter-spacing: -1px; }
.about-cta p  { margin: 12px 0 0; color: rgba(255,255,255,.90); font-size: 18px; line-height: 1.5; max-width: 780px; }

/* ---- Responsive ---- */
@media (max-width: 1100px) {
  .about-hero            { grid-template-columns: 1fr; }
  .about-hero h1         { font-size: 46px; }
  .about-intro-layout    { grid-template-columns: 1fr; }
  .snapshot-grid         { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .about-hero h1         { font-size: 38px; }
  .agency-grid           { grid-template-columns: 1fr; }
  .culture-layout        { grid-template-columns: 1fr; }
  .about-fit-grid        { grid-template-columns: 1fr 1fr; }
  .about-cta             { grid-template-columns: 1fr; }
  .footprint-strip       { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .snapshot-grid,
  .about-fit-grid        { grid-template-columns: 1fr; }
}
