:root {
  --paper: #f4efe7;
  --paper-2: #ebe5db;
  --ink: #181619;
  --muted: #686168;
  --purple: #6e246f;
  --purple-dark: #4c154f;
  --peach: #f1b29f;
  --mint: #d9e7dc;
  --line: rgba(24, 22, 25, .16);
  --white: #fffdf8;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(46, 28, 44, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-tight { padding: 34px 0; }
.hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: 16px; transform: translateY(-140%); background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(244,239,231,.86);
  border-bottom: 1px solid rgba(24,22,25,.08);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1; gap: 6px; }
.brand-name { font-family: "Fraunces", Georgia, serif; font-size: 24px; font-weight: 600; letter-spacing: -.025em; }
.brand-kicker, .footer-note { font-size: 11px; text-transform: uppercase; letter-spacing: .15em; color: var(--muted); }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav > a:not(.button) { text-decoration: none; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button):hover { color: var(--purple); }
.nav-toggle { display: none; border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: 8px 13px; font-weight: 600; }

.eyebrow { color: var(--purple); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; margin-bottom: 18px; }
.eyebrow.light { color: #e9c8e9; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Fraunces", Georgia, serif; letter-spacing: -.035em; line-height: .98; font-weight: 600; }
h1 { font-size: clamp(58px, 7.2vw, 106px); max-width: 9.7ch; margin-bottom: 28px; }
h1 em { color: var(--purple); font-weight: 500; }

.hero-title {
  max-width: none;
  font-size: clamp(56px, 5vw, 72px);
}
.hero-title > span,
.hero-title > em {
  display: block;
  white-space: nowrap;
}

h2 { font-size: clamp(42px, 5.2vw, 72px); margin-bottom: 24px; }
h3 { line-height: 1.15; letter-spacing: -.02em; }

.hero { padding: 18px 0 42px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); align-items: end; gap: 42px; }
.hero-lede { max-width: 620px; font-size: clamp(18px, 1.8vw, 23px); color: #4f484e; margin-bottom: 28px; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 700; border: 1px solid transparent; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 13px; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--purple-dark); }
.button-light { background: var(--white); color: var(--ink); }
.text-link { font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.platform-row { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 34px; }
.platform-row span, .about-tags span { border: 1px solid var(--line); border-radius: 999px; padding: 9px 12px; font-size: 12px; font-weight: 600; background: rgba(255,255,255,.33); }

.hero-visual { position: relative; min-height: 485px; display: flex; align-items: flex-end; justify-content: center; }
.phone-stage { display: contents; }
.portrait-card { position: relative; z-index: 3; width: min(434px, 92%); margin: 0; padding: 0; border-radius: 0; overflow: visible; background: transparent; border: 0; box-shadow: none; transform: translateY(148px); }
.portrait-card::before, .portrait-card::after { content: none; }
.portrait-card img { display: block !important; visibility: visible !important; opacity: 1 !important; width: 100%; height: auto; aspect-ratio: auto; border-radius: 0; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 24px 32px rgba(20, 16, 22, .18)); }
.hero-handle {
  position: absolute;
  z-index: 6;
  right: 6px;
  top: auto;
  bottom: 85px;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: #6e4d93;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.01em;
  box-shadow: 0 14px 30px rgba(24,22,25,.14);
  transition: transform .2s ease, background .2s ease;
}
.hero-handle:hover {
  transform: translateY(-2px);
  background: #5f3f84;
}

.floating-note { position: absolute; z-index: 4; right: 6px; top: auto; bottom: 25px; display: flex; align-items: center; gap: 9px; background: rgba(255,253,248,.94); border: 1px solid rgba(24,22,25,.08); padding: 12px 15px; border-radius: 999px; box-shadow: 0 12px 35px rgba(34,22,33,.12); font-size: 13px; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: #4da36c; box-shadow: 0 0 0 5px rgba(77,163,108,.12); }

.proof { background: var(--ink); color: #fff; }
.proof-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); align-items: stretch; }
.proof-intro { padding: 24px 36px 24px 0; }
.proof-intro p { margin: 0; color: #ddd6dd; max-width: 44ch; }
.metric { border-left: 1px solid rgba(255,255,255,.16); padding: 24px 28px; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.metric strong { font-family: "Fraunces", Georgia, serif; font-size: clamp(38px, 4vw, 58px); line-height: .9; }
.watch-metric { white-space: nowrap; }
.watch-metric small { font-family: "DM Sans", Arial, sans-serif; font-size: .38em; font-weight: 500; line-height: 1; opacity: .62; vertical-align: .18em; margin-left: 8px; letter-spacing: 0; }
.metric span { color: #cfc8cf; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; }

.section-heading { max-width: 780px; margin-bottom: 54px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.split-heading p { color: var(--muted); margin-bottom: 10px; max-width: 42ch; justify-self: end; }
.work-section { background: var(--paper-2); }

.work-section .section-heading { max-width: none; }
.featured-work-title { white-space: nowrap; }

.featured-work-title .featured-phrase { white-space: nowrap; }


.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.work-card { border-radius: var(--radius); overflow: hidden; background: var(--white); border: 1px solid rgba(24,22,25,.08); box-shadow: 0 12px 35px rgba(43,27,41,.06); transition: transform .25s ease, box-shadow .25s ease; outline: none; }
.work-card:hover, .work-card:focus-visible { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(43,27,41,.12); }
.video-poster { position: relative; aspect-ratio: 9 / 12; overflow: hidden; background: #d7d0c8; }
.video-poster img { width: 100%; height: 100%; object-fit: cover; }
.video-poster::after { content: ""; position: absolute; inset: auto 0 0 0; height: 42%; background: linear-gradient(transparent, rgba(15,13,15,.58)); pointer-events: none; }
.play-button { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; border-radius: 50%; background: rgba(255,253,248,.94); display: grid; place-items: center; font-size: 19px; padding-left: 3px; box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.category-pill { position: absolute; z-index: 2; left: 16px; bottom: 15px; background: rgba(255,253,248,.92); border-radius: 999px; padding: 7px 10px; font-size: 11px; font-weight: 700; }
.work-card-body { padding: 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: end; min-height: 108px; }
.work-card-body > div:first-child { min-width: 0; }
.work-card-body h3 { font-size: 20px; line-height: 1.08; margin: 8px 0 0; max-width: 15ch; }
.work-label { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; color: var(--purple); line-height: 1; }
.mini-metrics { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; align-self: end; gap: 4px; min-width: max-content; font-size: 11px; line-height: 1.25; color: var(--muted); white-space: nowrap; }
.mini-metrics span { display: block; }
.mini-metrics strong { color: var(--ink); font-size: 12px; }
.mini-metrics small { font-size: 9px; font-weight: 600; opacity: .68; margin-left: 2px; }


.services-section { background: var(--ink); color: #fff; }
.desktop-title-break { display: inline; }
.services-section .section-heading { max-width: none; }
.ugc-package-title { white-space: nowrap; }


.services-section .eyebrow { color: #e3aee4; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.service-card { min-height: 260px; padding: 26px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.service-card > span { color: #d5a0d4; font-family: "Fraunces", Georgia, serif; }
.service-card h3 { font-size: 23px; margin: 54px 0 10px; }
.service-card p { color: #cfc8cf; margin: 0; font-size: 14px; }

.about-section { background: #dfe9df; }
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.about-image { max-width: 420px; justify-self: center; position: relative; }
.about-image::before { content: ""; position: absolute; inset: -18px 18px 20px -18px; background: var(--purple); border-radius: 42% 58% 45% 55% / 52% 44% 56% 48%; transform: rotate(-5deg); }
.about-image img { position: relative; z-index: 1; width: 100%; border-radius: 42% 58% 45% 55% / 52% 44% 56% 48%; aspect-ratio: 4 / 5.25; object-fit: cover; }
.about-copy p { font-size: 18px; color: #4b554e; max-width: 59ch; }
.about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.about-tags span { background: rgba(255,255,255,.38); }


.about-services-label {
  margin-top: 26px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--purple);
}

.about-services {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 12px;
}
.about-services li {
  position: relative;
  padding-left: 18px;
  font-weight: 600;
  line-height: 1.35;
}
.about-services li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--purple);
}


.process-section { background: var(--paper); }

.process-section .section-heading { max-width: none; }
.process-title {
  white-space: nowrap;
}

.process-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-grid li { padding: 30px 24px 10px 0; border-right: 1px solid var(--line); min-height: 250px; }
.process-grid li:not(:first-child) { padding-left: 24px; }
.process-grid li:last-child { border-right: 0; }
.process-grid span { color: var(--purple); font-family: "Fraunces", Georgia, serif; font-size: 18px; }
.process-grid h3 { margin: 56px 0 12px; font-size: 23px; }
.process-grid p { color: var(--muted); margin: 0; }

.contact-section { background: var(--purple-dark); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.contact-copy { position: static; top: auto; align-self: start; }
.contact-copy h2 { max-width: 9ch; }
.contact-copy p { max-width: 45ch; color: #dfcfe0; font-size: 18px; }
.email-link { display: inline-block; margin: 18px 0 22px; color: #fff; font-weight: 700; font-size: 18px; text-underline-offset: 5px; }
.social-row { display: flex; gap: 20px; }
.social-row a { color: #e7d8e8; font-size: 14px; }
.contact-form { background: var(--white); color: var(--ink); border-radius: 28px; padding: 34px; box-shadow: 0 22px 60px rgba(19,8,20,.22); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 17px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 8px; border: 1px solid #d8d0d7; border-radius: 13px; background: #fff; min-height: 48px; padding: 12px 13px; outline: none; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(110,36,111,.11); }
.form-note { color: #777075; font-size: 11px; margin: 12px 0 0; }

.site-footer { background: #100e11; color: #fff; padding: 38px 0; }
.footer-grid { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.footer-grid > div:first-child { display: flex; flex-direction: column; gap: 8px; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-links a { color: #d9d3d9; font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: #fff; }

.video-modal { position: fixed; inset: 0; z-index: 1000; background: rgba(14,12,14,.9); padding: 50px 20px 20px; display: none; align-items: center; justify-content: center; }
.video-modal.is-open { display: flex; }
.modal-close { position: fixed; right: 24px; top: 18px; background: #fff; border: 0; width: 42px; height: 42px; border-radius: 50%; font-size: 26px; }
.video-stage { width: min(920px, 94vw); max-height: 86vh; display: grid; place-items: center; }
.video-stage iframe { width: 100%; max-height: 82vh; aspect-ratio: 16 / 9; border: 0; border-radius: 18px; background: #000; }
.video-stage video { width: auto; max-width: min(460px, 92vw); height: min(82vh, 820px); max-height: 82vh; aspect-ratio: 9 / 16; border: 0; border-radius: 18px; background: #000; object-fit: contain; }
.no-video { width: min(560px, 92vw); background: #fff; color: var(--ink); border-radius: 20px; padding: 30px; text-align: center; }
.no-video code { font-size: 12px; background: #f1ecef; padding: 4px 7px; border-radius: 6px; }

/* Keep all portfolio content visible by default. Interactivity should enhance, never gate, content. */
.reveal { opacity: 1; transform: none; }
.reveal.in-view { opacity: 1; transform: none; }


@media (min-width: 981px) {
  /* Desktop hero: the stage itself controls the section height.
     The phone is absolutely positioned so its full natural height
     no longer forces the hero row to stay tall. */
  .hero {
    padding: 10px 0 0;
  }

  .hero-grid {
    align-items: end;
  }

  .hero-copy {
    align-self: center;
    margin-bottom: 0;
  }

  .hero-visual {
    height: 641px;
    min-height: 0;
  }

  .portrait-card {
    position: absolute;
    top: 0;
    left: 50%;
    width: 434px;
    max-width: none;
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .work-card, .button { transition: none; }
}

@media (max-width: 980px) {

  .featured-work-title { white-space: normal; }

  .desktop-title-break { display: none; }
  .ugc-package-title { white-space: normal; }


  .section { padding: 86px 0; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-grid { gap: 10px; }
  .why-grid { grid-template-columns: minmax(280px, .86fr) minmax(0, 1.14fr); gap: 44px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; min-height: 390px; }

  .process-title {
    white-space: normal;
  }

  .phone-stage {
    display: block;
    position: relative;
    width: min(380px, 72%);
    transform: translateY(66px);
  }
  .portrait-card { width: 100%; transform: none; }

  .hero-handle {
    right: -28px;
    top: 53%;
    bottom: auto;
    transform: none;
  }
  .hero-handle:hover { transform: translateY(-2px); }

  .floating-note {
    right: -28px;
    top: 63%;
    bottom: auto;
  }
  .proof-grid { grid-template-columns: 1.2fr repeat(3, 1fr); }
  .proof-intro { padding-right: 20px; }
  .metric { padding: 20px; }
  .split-heading { grid-template-columns: 1fr; gap: 4px; }
  .split-heading p { justify-self: start; }
  .work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .work-card:last-child { grid-column: auto; display: block; }
  .work-card:last-child .video-poster { aspect-ratio: 9 / 12; min-height: 0; }
  .work-card-body { gap: 10px; min-height: 98px; padding: 16px; }
  .work-card-body h3 { font-size: 16px; max-width: 14ch; }
  .mini-metrics { font-size: 9px; }
  .mini-metrics strong { font-size: 10.5px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(3), .process-grid li:nth-child(4) { border-top: 1px solid var(--line); }
  .contact-copy { position: static; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .section { padding: 64px 0; }
  .nav-wrap { min-height: 70px; }
  .nav-toggle { display: inline-flex; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 70px; display: none; flex-direction: column; align-items: stretch; padding: 18px; border-radius: 18px; background: rgba(255,253,248,.98); box-shadow: var(--shadow); border: 1px solid rgba(24,22,25,.08); }
  .main-nav.open { display: flex; }
  .main-nav .button { width: 100%; }
  h1, h2 { overflow-wrap: break-word; word-break: normal; }
  h1 { font-size: clamp(40px, 11.8vw, 48px); line-height: .98; max-width: 11.5ch; margin-bottom: 20px; }
  .hero-title {
    font-size: clamp(30px, 6.5vw, 48px);
    max-width: none;
  }

  h2 { font-size: clamp(31px, 9vw, 38px); line-height: 1.02; max-width: 100%; margin-bottom: 18px; letter-spacing: -.028em; }
  .contact-copy h2 { max-width: none; }
  .eyebrow { font-size: 10px; margin-bottom: 12px; letter-spacing: .12em; }
  .section-heading { margin-bottom: 34px; }
  .split-heading { gap: 8px; }
  .split-heading p { font-size: 15px; line-height: 1.5; margin-bottom: 0; max-width: 100%; }
  .hero { padding: 28px 0 16px; }
  .hero-lede { font-size: 16px; line-height: 1.5; margin-bottom: 24px; max-width: 100%; }
  .hero-actions { gap: 16px; }
  .hero-grid { gap: 18px; }
  .hero-visual { min-height: 335px; }
  .phone-stage {
    display: block;
    position: relative;
    width: min(300px, 84%);
    transform: translateY(78px);
  }
  .portrait-card { width: 100%; transform: none; }
  .portrait-card img { border-radius: 0; }

  .hero-handle {
    right: -24px;
    top: 53%;
    bottom: auto;
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
    transform: none;
  }
  .hero-handle:hover { transform: translateY(-2px); }

  .floating-note {
    right: -24px;
    top: 62%;
    bottom: auto;
    font-size: 11px;
    padding: 9px 11px;
    max-width: 230px;
  }
  .proof { padding: 14px 0; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-intro { grid-column: 1 / -1; padding: 16px 0 22px; }
  .metric { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); padding: 20px 8px; }
  .metric:nth-of-type(3) { border-left: 1px solid rgba(255,255,255,.15); padding-left: 18px; }
  .metric:last-child { grid-column: 1 / -1; }
  .why-grid { grid-template-columns: 1fr; gap: 38px; }
  .why-copy { position: static; }
  .work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .work-card:last-child { grid-column: auto; display: block; }
  .work-card:last-child .video-poster { aspect-ratio: 9 / 12; min-height: 0; }
  .work-card { border-radius: 16px; }
  .video-poster { aspect-ratio: 9 / 12; }
  .play-button { width: 38px; height: 38px; font-size: 13px; }
  .category-pill { left: 8px; bottom: 8px; padding: 5px 7px; font-size: 8px; }
  .work-card-body {
    display: block;
    min-height: 0;
    padding: 10px 9px 12px;
  }
  .work-card-body h3 { font-size: 13px; line-height: 1.08; max-width: none; margin-top: 5px; }
  .work-label { font-size: 8px; letter-spacing: .08em; }
  .mini-metrics {
    margin-top: 8px;
    align-items: flex-start;
    font-size: 7.5px;
    gap: 2px;
    white-space: normal;
  }
  .mini-metrics strong { font-size: 8.5px; }
  .mini-metrics small { font-size: 7px; }



  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 22px; }
  .service-card h3 { font-size: 20px; margin: 30px 0 8px; }
  .service-card p { font-size: 13.5px; line-height: 1.5; }
  .about-copy p, .contact-copy p { font-size: 16px; line-height: 1.55; }
  .about-tags { margin-top: 22px; }
  .about-tags span { font-size: 11px; padding: 8px 10px; }

  .about-services {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .process-grid li { border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; padding: 22px 0; }
  .process-grid li:not(:first-child) { padding-left: 0; }
  .process-grid li:nth-child(3), .process-grid li:nth-child(4) { border-top: 0; }
  .process-grid h3 { font-size: 20px; margin: 22px 0 8px; }
  .process-grid p { font-size: 14px; line-height: 1.5; }
  .contact-grid { gap: 34px; }
  .contact-copy p { max-width: 100%; }
  .email-link { font-size: 16px; overflow-wrap: anywhere; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 22px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
  .wrap { width: min(100% - 24px, 1180px); }
  h1 { font-size: clamp(36px, 10.6vw, 42px); max-width: 12ch; }
  .hero-title {
    font-size: clamp(29px, 8.2vw, 34px);
    max-width: none;
  }

  h2 { font-size: clamp(29px, 8.2vw, 34px); }
  .hero-lede, .about-copy p, .contact-copy p { font-size: 15px; }
  .button { min-height: 46px; padding-inline: 17px; font-size: 14px; }
  .text-link { font-size: 14px; }
  .phone-stage { width: min(286px, 88%); }
  .portrait-card { width: 100%; }
  .work-grid { gap: 6px; }
  .work-card-body { padding: 9px 7px 10px; }
  .work-card-body h3 { font-size: 11.5px; }
  .work-label { font-size: 7px; }
  .mini-metrics { font-size: 7px; }
  .mini-metrics strong { font-size: 8px; }
  .category-pill { font-size: 7px; padding: 4px 6px; }
  .play-button { width: 34px; height: 34px; font-size: 12px; }
  .contact-form { padding: 18px; border-radius: 22px; }
}


.about-section .about-image,
.about-section .about-photo,
.about-section .about-visual,
.about-section .about-card {
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  overflow: hidden;
}
.about-section .about-image img,
.about-section .about-photo img,
.about-section .about-visual img,
.about-section .about-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* About Kelley — clean editorial redesign */
.about-section {
  background: #dfe9df;
}
.about-grid {
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: clamp(52px, 6.5vw, 88px);
  align-items: center;
}
.about-image {
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1 / 1;
  justify-self: start;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(24, 22, 25, .10);
  background: rgba(255,255,255,.28);
  box-shadow: none;
}
.about-image::before {
  content: none;
  display: none;
}
.about-image img,
.about-section .about-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 0;
  object-fit: cover;
  object-position: center 42%;
  box-shadow: none;
  filter: none;
}
.about-copy {
  max-width: 720px;
}
.about-copy .eyebrow {
  margin-bottom: 20px;
}
.about-copy p {
  margin: 0 0 16px;
  max-width: 60ch;
  font-size: 18px;
  line-height: 1.62;
  color: #465149;
}
.about-copy p:last-of-type {
  margin-bottom: 0;
}
.deliverables-panel {
  margin-top: 32px;
  padding: 24px 26px 22px;
  border: 1px solid rgba(24, 22, 25, .10);
  border-radius: 24px;
  background: rgba(255, 253, 248, .48);
}
.about-services-label {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--purple);
}
.about-services {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 0;
  border-top: 1px solid rgba(24, 22, 25, .10);
}
.about-services li {
  position: relative;
  padding: 13px 8px 13px 18px;
  border-bottom: 1px solid rgba(24, 22, 25, .10);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  color: var(--ink);
}
.about-services li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--purple);
}

@media (max-width: 980px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .about-image {
    width: min(520px, 100%);
    max-width: 520px;
    justify-self: start;
  }
  .about-copy {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .about-grid {
    gap: 30px;
  }
  .about-image {
    width: 100%;
    max-width: none;
    border-radius: 22px;
  }
  .about-copy .eyebrow {
    margin-bottom: 16px;
  }
  .about-copy p {
    font-size: 16px;
    line-height: 1.55;
  }
  .deliverables-panel {
    margin-top: 26px;
    padding: 20px 18px 18px;
    border-radius: 20px;
  }
  .about-services {
    grid-template-columns: 1fr;
  }
  .about-services li {
    padding: 12px 4px 12px 18px;
    font-size: 13.5px;
  }
  .about-services li::before {
    top: 18px;
  }
}
