:root {
  --orange: #f58220;
  --orange-dark: #df6f14;
  --teal: #24b6c0;
  --teal-deep: #0a6874;
  --teal-hero: #075968;
  --ink: #10253f;
  --text: #334155;
  --muted: #6b7d8f;
  --line: #dce6ec;
  --soft: #f5f8fa;
  --white: #ffffff;
  --shadow: 0 12px 30px rgba(16, 37, 63, .07);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 74px; }
body {
  margin: 0;
  font-family: "Titillium Web", Arial, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.52;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }
.section { padding: 58px 0; }

.section-heading { max-width: 700px; margin-bottom: 26px; }
.section-heading h2 {
  margin: 9px 0 8px;
  color: var(--ink);
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.02;
  letter-spacing: -.018em;
}
.section-heading p { margin: 0; color: var(--muted); font-size: 1.03rem; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .065em;
  text-transform: uppercase;
}
.section-kicker::before {
  content: "";
  width: 38px;
  height: 3px;
  background: var(--orange);
  border-radius: 99px;
}
.compact-heading { margin-bottom: 22px; }
.centered-heading { margin-left: auto; margin-right: auto; text-align: center; }
.centered-heading .section-kicker::before { display: none; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(220,230,236,.9);
}
.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 7px 0;
}
.brand { display: flex; align-items: center; }
.brand img { width: 74px; height: auto; max-height: none; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: var(--ink); font-weight: 600; font-size: .97rem; transition: color .18s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--orange); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 11px;
  background: var(--orange);
  color: #fff !important;
}
.nav-cta:hover, .nav-cta:focus-visible { background: var(--orange-dark); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 6px; cursor: pointer; }
.nav-toggle span { display: block; width: 27px; height: 3px; margin: 5px 0; border-radius: 99px; background: var(--ink); }

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #075969 0%, #0b6673 50%, #084f5d 100%);
  color: #fff;
}
.hero-content { position: relative; z-index: 2; text-align: center; padding: 54px 0 56px; }
.hero h1 {
  margin: 0;
  font-size: clamp(2.75rem, 6vw, 4.65rem);
  line-height: .98;
  letter-spacing: -.025em;
}
.hero-subtitle {
  margin: 14px auto 0;
  color: rgba(255,255,255,.94);
  font-size: clamp(1.18rem, 2vw, 1.62rem);
}
.hero-art { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-art-left { left: -235px; bottom: -228px; width: 500px; height: 500px; border: 3px solid rgba(245,130,32,.92); }
.hero-art-right { right: -245px; top: -170px; width: 540px; height: 540px; border: 2px solid rgba(255,255,255,.16); }
.hero-art-left::before, .hero-art-left::after, .hero-art-right::before, .hero-art-right::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
}
.hero-art-left::before, .hero-art-right::before { inset: 34px; }
.hero-art-left::after, .hero-art-right::after { inset: 68px; }

/* PEP + SQUAD bridge — centered brand strip */
.name-story {
  background: #fff;
  border-bottom: 1px solid rgba(220,230,236,.75);
  padding: 0 0 10px;
}
.brand-story-strip {
  width: min(940px, 100%);
  margin: -12px auto 0;
  display: grid;
  grid-template-columns: minmax(0,1fr) 72px minmax(0,1fr);
  align-items: stretch;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #fbf7f1 0%, #fbf7f1 50%, #f4fbfb 50%, #f4fbfb 100%);
  border: 1px solid rgba(220,230,236,.95);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(16,37,63,.06);
}
.brand-story-strip::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: rgba(16,37,63,.06);
  transform: translateX(-50%);
}
.brand-story-half {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 24px;
}
.brand-story-pep {
  justify-content: flex-end;
  text-align: left;
  padding-right: 20px;
}
.brand-story-squad {
  justify-content: flex-start;
  text-align: left;
  padding-left: 20px;
}
.brand-story-icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.brand-story-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.brand-story-energy { color: var(--orange); background: rgba(245,130,32,.1); }
.brand-story-team { color: var(--teal-deep); background: rgba(36,182,192,.12); }
.brand-story-copy {
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  align-content: center;
}
.brand-story-word {
  color: var(--orange);
  font-size: clamp(2.35rem, 4vw, 3.55rem);
  line-height: .9;
  letter-spacing: -.03em;
}
.brand-story-pep .brand-story-word { font-size: clamp(2.7rem, 4.4vw, 3.95rem); }
.brand-story-squad .brand-story-word { color: #0aa1a7; font-size: clamp(2.4rem, 3.8vw, 3.45rem); }
.brand-story-copy span {
  margin-top: 7px;
  color: var(--ink);
  font-size: .93rem;
  font-weight: 600;
  line-height: 1.2;
}
.brand-story-plus {
  align-self: center;
  justify-self: center;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(16,37,63,.12);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

/* Services */
.services { background: var(--soft); padding-top: 42px; }
.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 13px; }
.service-card {
  min-height: 222px;
  padding: 19px;
  background: #fff;
  border: 1px solid rgba(220,230,236,.95);
  border-radius: 17px;
  box-shadow: 0 7px 20px rgba(16,37,63,.05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover { transform: translateY(-2px); border-color: rgba(36,182,192,.28); box-shadow: 0 12px 26px rgba(16,37,63,.075); }
.service-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.service-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-icon.teal { color: var(--teal-deep); background: rgba(36,182,192,.1); }
.service-icon.orange { color: var(--orange); background: rgba(245,130,32,.11); }
.service-card h3 { margin: 14px 0 7px; color: var(--ink); font-size: 1.17rem; line-height: 1.15; }
.service-card p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.43; }

/* Work */
.work { background: #fff; padding-top: 56px; }
.work-heading { max-width: 620px; margin-bottom: 24px; }
.work-grid-editorial {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.work-card-editorial {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: var(--ink);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.work-card-feature { grid-column: span 3; min-height: 350px; }
.work-card-support { grid-column: span 2; min-height: 260px; }
.work-card-editorial img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.work-card-editorial::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8,24,38,0) 42%, rgba(8,24,38,.82) 100%);
}
.work-card-editorial:hover img { transform: scale(1.03); }
.work-overlay { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 20px; color: #fff; }
.work-overlay span { display: block; margin-bottom: 3px; color: rgba(255,255,255,.75); font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .045em; }
.work-overlay h3 { margin: 0; max-width: 95%; font-size: 1.28rem; line-height: 1.12; }

/* Clients */
.clients { background: var(--soft); padding-top: 50px; }
.clients-heading { margin-bottom: 22px; }
.client-logo-wall {
  width: min(900px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}
.client-logo-card {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
}
.client-logo-card img { width: auto; max-width: 152px; max-height: 48px; object-fit: contain; filter: grayscale(100%); opacity: .74; transition: filter .2s ease, opacity .2s ease; }
.client-logo-card:hover img { filter: grayscale(0%); opacity: 1; }

/* About / credibility */
.about { background: #fff; padding-top: 54px; }
.about-heading { margin-bottom: 16px; }
.credibility-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: center; }
.years-lockup { margin-bottom: 20px; }
.years-lockup strong { display: block; color: var(--ink); font-size: clamp(3.35rem, 6.5vw, 5.8rem); line-height: .88; letter-spacing: -.04em; }
.years-lockup > span { display: block; margin-top: 9px; color: var(--orange); font-size: clamp(1.45rem, 2.8vw, 2.1rem); font-weight: 700; }
.credibility-story p { max-width: 600px; margin: 0 0 13px; font-size: 1.02rem; }
.proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 11px; }
.proof-card { min-height: 188px; padding: 20px; border-radius: 17px; border: 1px solid var(--line); background: linear-gradient(180deg, #fff, #f9fbfc); }
.proof-value { display: block; color: var(--teal-deep); font-size: 2.05rem; font-weight: 700; line-height: 1; }
.proof-card:nth-child(2) .proof-value { color: var(--orange); }
.proof-card h3 { margin: 12px 0 6px; color: var(--ink); font-size: 1.08rem; }
.proof-card p { margin: 0; color: var(--muted); font-size: .89rem; line-height: 1.42; }

/* Contact */
.contact { background: var(--ink); color: #fff; padding-top: 52px; }
.contact .section-kicker, .contact .section-heading h2 { color: #fff; }
.contact .section-heading p { color: rgba(255,255,255,.68); }
.contact-heading { margin-bottom: 22px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; }
.contact-panel, .contact-form { padding: 24px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.05); }
.contact-label { display: block; color: rgba(255,255,255,.55); font-size: .84rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.contact-email { display: block; margin: 7px 0 11px; color: #fff; font-size: clamp(1.3rem, 2.3vw, 1.85rem); font-weight: 700; line-height: 1.1; word-break: break-word; }
.contact-panel > p { margin: 0 0 20px; color: rgba(255,255,255,.74); }
.contact-meta-simple { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.09); }
.contact-meta-simple span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.48); font-size: .82rem; text-transform: uppercase; letter-spacing: .055em; }
.contact-meta-simple strong { font-size: .98rem; }
.social-links { display: flex; flex-wrap: wrap; gap: 11px; }
.social-links a { color: #fff; font-weight: 600; }
.social-links a:hover { color: var(--orange); }
.field-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.field { margin-bottom: 12px; }
.field label { display: block; margin-bottom: 6px; font-weight: 600; }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 11px;
  background: rgba(255,255,255,.07);
  color: #fff;
}
.field select option { color: #111827; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid rgba(245,130,32,.68); outline-offset: 2px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 19px; border: 0; border-radius: 11px; font-weight: 700; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-dark); }
.btn-full { width: 100%; }
.form-status { margin: 0 0 18px; padding: 12px 15px; border-radius: 11px; font-weight: 600; }
.form-status.success { background: rgba(34,197,94,.14); color: #dcfce7; border: 1px solid rgba(34,197,94,.34); }
.form-status.error { background: rgba(248,113,113,.14); color: #fee2e2; border: 1px solid rgba(248,113,113,.34); }

/* Footer */
.site-footer { background: #0a1b2c; color: rgba(255,255,255,.68); padding: 20px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.footer-inner img { width: 104px; }
.footer-inner p { margin: 0; }

@media (max-width: 1120px) {
  .service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .service-card { min-height: 205px; }
  .brand-story-half { padding-left: 24px; padding-right: 24px; gap: 16px; }
  .brand-story-copy span { font-size: .92rem; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card { min-height: 0; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 68px; }
  .nav-toggle { display: inline-block; }
  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 15px;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 17px; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .nav-cta { border-radius: 0; }

  .brand-story-strip { width: min(100%, 900px); grid-template-columns: minmax(0,1fr) 62px minmax(0,1fr); margin-top: -10px; }
  .brand-story-half { padding: 16px 18px; gap: 12px; }
  .brand-story-icon { width: 46px; height: 46px; }
  .brand-story-icon svg { width: 24px; height: 24px; }
  .brand-story-plus { width: 50px; height: 50px; font-size: 1.7rem; }
  .brand-story-copy span { font-size: .92rem; }

  .work-card-feature { grid-column: span 3; min-height: 315px; }
  .work-card-support { grid-column: span 2; min-height: 240px; }
  .client-logo-wall { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .credibility-layout { grid-template-columns: 1fr; gap: 24px; }
  .proof-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 46px 0; }
  .header-inner { min-height: 66px; padding: 5px 0; }
  .brand img { width: 66px; }
  .hero-content { padding: 44px 0 46px; }
  .hero h1 { font-size: clamp(2.35rem, 11vw, 3.4rem); }
  .hero-subtitle { margin-top: 11px; font-size: 1.12rem; }

  .brand-story-strip { width: 100%; grid-template-columns: minmax(0,1fr) 42px minmax(0,1fr); margin-top: -8px; border-radius: 12px; }
  .brand-story-half { padding: 12px 12px; gap: 8px; }
  .brand-story-icon { display: none; }
  .brand-story-plus { width: 38px; height: 38px; font-size: 1.45rem; box-shadow: 0 5px 14px rgba(16,37,63,.1); }
  .brand-story-word { font-size: clamp(1.65rem, 8vw, 2.45rem); }
  .brand-story-copy span { margin-top: 5px; font-size: .72rem; line-height: 1.15; }

  .services { padding-top: 36px; }
  .service-grid { grid-template-columns: 1fr; gap: 11px; }
  .service-card { min-height: 0; padding: 17px; }

  .work-grid-editorial { grid-template-columns: 1fr; gap: 11px; }
  .work-card-feature, .work-card-support { grid-column: auto; min-height: 238px; }
  .work-overlay { padding: 17px; }
  .work-overlay h3 { font-size: 1.18rem; }

  .client-logo-wall { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .client-logo-card { min-height: 90px; padding: 16px; }
  .client-logo-card img { max-width: 125px; max-height: 40px; }

  .proof-grid { grid-template-columns: 1fr; }
  .proof-card { padding: 17px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-meta-simple { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* V2.21 optical balance refinements */
.brand-story-pep .brand-story-copy { min-width: 205px; }
.brand-story-squad .brand-story-copy { min-width: 310px; }
.brand-story-squad .brand-story-copy span { white-space: nowrap; }
@media (max-width: 900px) {
  .brand-story-pep .brand-story-copy, .brand-story-squad .brand-story-copy { min-width: 0; }
  .brand-story-squad .brand-story-copy span { white-space: normal; }
}

/* V2.22 — V2.14 layout restored from Five Core Services downward */
.services {
  background: var(--soft);
  padding-top: 46px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.service-card {
  min-height: 0;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(36,182,192,.3);
  box-shadow: 0 14px 32px rgba(10,30,50,.09);
}
.service-card h3 {
  margin: 18px 0 10px;
  font-size: 1.28rem;
  color: var(--ink);
  line-height: 1.15;
}
.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.52;
}
.service-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.service-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-icon.teal { background: rgba(36,182,192,.12); color: var(--teal-deep); }
.service-icon.orange { background: rgba(245,130,32,.14); color: var(--orange); }

/* Our Work — original production card layout */
.work { background: #fff; padding-top: 46px; }
.work-heading { max-width: 700px; margin-bottom: 26px; }
.work-heading h2 { margin-bottom: 8px; }
.work-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.work-grid-production { gap: 16px; align-items: stretch; }
.work-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.work-card-production {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(16,37,63,.10);
  box-shadow: 0 10px 28px rgba(10,30,50,.07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.work-card-production:hover {
  transform: translateY(-4px);
  border-color: rgba(36,182,192,.28);
  box-shadow: 0 16px 38px rgba(10,30,50,.12);
}
.work-image-wrap {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--soft);
}
.work-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.work-card-production:hover .work-image-wrap img { transform: scale(1.035); }
.work-copy-production { padding: 16px 17px 18px; }
.work-tag {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  color: var(--teal-deep);
  background: rgba(36,182,192,.12);
}
.work-copy-production h3 {
  margin: 11px 0 0;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.22;
}

/* Clients — grouped logo layout */
.clients { background: var(--soft); padding-top: 46px; }
.clients-heading { margin-bottom: 28px; }
.client-groups { display: grid; gap: 18px; }
.client-group { padding: 0; }
.client-group-label {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.client-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}
.client-grid-three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.client-logo-card {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.client-logo-card:hover {
  transform: translateY(-2px);
  border-color: rgba(36,182,192,.35);
  box-shadow: 0 12px 28px rgba(10,30,50,.07);
}
.client-logo-card img {
  width: auto;
  max-width: 170px;
  max-height: 54px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: .78;
  transition: filter .18s ease, opacity .18s ease;
}
.client-logo-card:hover img { filter: grayscale(0%); opacity: 1; }

/* About — original two-column credibility layout */
.about { padding-top: 46px; }
.about-grid {
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 28px;
  align-items: start;
}
.about-copy h2 {
  margin-top: 12px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: 1.08;
}
.about-copy p {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 1.06rem;
}
.about-panel {
  padding: 28px;
  background: linear-gradient(180deg, rgba(36,182,192,.07), rgba(245,130,32,.05));
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.about-panel img { width: 180px; margin-bottom: 24px; }
.about-highlights { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.about-highlights li {
  display: grid;
  gap: 4px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(16,37,63,.08);
}
.about-highlights li:last-child { padding-bottom: 0; border-bottom: 0; }
.about-highlights strong { color: var(--ink); font-size: 1.1rem; }
.about-highlights span { color: var(--muted); }

/* Contact — original fuller two-column layout */
.contact { background: var(--ink); color: #fff; padding-top: 46px; }
.contact .section-kicker,
.contact .section-heading h2 { color: #fff; }
.contact .section-kicker::before { background: var(--orange); }
.contact .section-heading p { color: rgba(255,255,255,.76); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 26px; }
.contact-panel,
.contact-form {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  padding: 28px;
}
.contact-panel h3 { margin: 0 0 10px; font-size: 1.5rem; }
.contact-panel p { margin: 0 0 18px; color: rgba(255,255,255,.8); }
.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  word-break: break-word;
}
.contact-meta { display: grid; gap: 18px; }
.contact-meta .label {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,.62);
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.contact-meta p { margin: 0; }
.contact-form { color: #fff; }
.field-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 8px; font-weight: 600; }
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
}
.field input::placeholder,
.field textarea::placeholder { color: rgba(255,255,255,.48); }
.field select option { color: #111827; }
.field input:focus,
.field select:focus,
.field textarea:focus { outline: 2px solid rgba(245,130,32,.7); outline-offset: 2px; }
.btn-full { width: 100%; }

@media (max-width: 1120px) {
  .service-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .work-grid-production { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .contact-grid,
  .about-grid { grid-template-columns: 1fr; }
  .client-grid,
  .client-grid-three { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .services,
  .work,
  .clients,
  .about,
  .contact { padding-top: 38px; }
  .service-grid,
  .work-grid-production,
  .field-row { grid-template-columns: 1fr; }
  .service-card { padding: 20px; }
  .work-grid-production { gap: 14px; }
  .work-card-production {
    display: grid;
    grid-template-columns: 42% 1fr;
    min-height: 132px;
  }
  .work-image-wrap { aspect-ratio: auto; min-height: 132px; }
  .work-copy-production { display: flex; flex-direction: column; justify-content: center; padding: 14px; }
  .work-copy-production h3 { font-size: 1rem; }
}

@media (max-width: 560px) {
  .client-grid,
  .client-grid-three { grid-template-columns: 1fr; }
  .client-logo-card { min-height: 104px; padding: 20px 24px; }
}

/* V2.23 — centered PEP + SQUAD copy with icons anchored to outer edges */
.brand-story-strip {
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
}
.brand-story-half {
  position: relative;
  justify-content: center;
  padding: 17px 82px;
}
.brand-story-pep,
.brand-story-squad {
  text-align: center;
}
.brand-story-pep {
  padding-right: 72px;
}
.brand-story-squad {
  padding-left: 72px;
}
.brand-story-copy,
.brand-story-pep .brand-story-copy,
.brand-story-squad .brand-story-copy {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.brand-story-pep .brand-story-word,
.brand-story-squad .brand-story-word {
  font-size: clamp(2.65rem, 4vw, 3.65rem);
  line-height: .9;
}
.brand-story-copy span,
.brand-story-squad .brand-story-copy span {
  width: 100%;
  margin-top: 8px;
  font-size: .92rem;
  line-height: 1.18;
  white-space: normal;
  text-align: center;
}
.brand-story-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
}
.brand-story-pep .brand-story-icon {
  left: 24px;
}
.brand-story-squad .brand-story-icon {
  right: 24px;
}
.brand-story-plus {
  align-self: center;
  justify-self: center;
}

@media (max-width: 900px) {
  .brand-story-half {
    padding: 15px 62px;
  }
  .brand-story-pep {
    padding-right: 52px;
  }
  .brand-story-squad {
    padding-left: 52px;
  }
  .brand-story-pep .brand-story-icon { left: 14px; }
  .brand-story-squad .brand-story-icon { right: 14px; }
  .brand-story-icon {
    width: 44px;
    height: 44px;
  }
  .brand-story-pep .brand-story-word,
  .brand-story-squad .brand-story-word {
    font-size: clamp(2.2rem, 5vw, 3rem);
  }
  .brand-story-copy span,
  .brand-story-squad .brand-story-copy span {
    font-size: .82rem;
  }
}

@media (max-width: 720px) {
  .brand-story-half {
    padding: 12px 10px;
  }
  .brand-story-pep,
  .brand-story-squad {
    padding-left: 10px;
    padding-right: 10px;
  }
  .brand-story-icon {
    display: none;
  }
  .brand-story-pep .brand-story-word,
  .brand-story-squad .brand-story-word {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
  }
  .brand-story-copy span,
  .brand-story-squad .brand-story-copy span {
    margin-top: 5px;
    font-size: .7rem;
    line-height: 1.12;
  }
}
