
  :root {
    --ivory: #F3EFE8;
    --charcoal: #181818;
    --sand: #D4BFA6;
    --bronze: #A07A4E;
    --stone: #D7D0C7;
    --line: #CFC6BA;
    --ink-soft: #4A463F;
    --serif: 'Newsreader', 'Times New Roman', Georgia, serif;
    --didone: 'Bodoni Moda', 'Didot', Georgia, serif;
    --sans: 'Jost', 'Futura', Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  html { scroll-behavior: smooth; scroll-padding-top: 96px; }
  *, *::before, *::after { box-sizing: inherit; }
  body {
    margin: 0;
    background: var(--ivory);
    color: var(--charcoal);
    font-family: var(--sans);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
  }
  a { color: inherit; text-decoration: none; }
  img { max-width: 100%; display: block; }
  .wrap { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
  @media (max-width: 640px) { .wrap { padding: 0 22px; } }

  .tracked { letter-spacing: 0.2em; text-transform: uppercase; font-size: 10.5px; font-weight: 400; }
  .rule { width: 36px; height: 1px; background: var(--sand); }

  /* ---------- Logo lockup ---------- */
  .logo { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; }
  .logo .m { font-family: var(--didone); font-size: 34px; font-weight: 400; letter-spacing: -0.02em; margin-bottom: 4px; }
  .logo .name { font-family: var(--sans); font-weight: 400; letter-spacing: 0.32em; font-size: 12px; text-indent: 0.32em; }
  .logo .name-rule { width: 22px; height: 1px; background: currentColor; opacity: .6; margin: 7px 0 6px; }
  .logo .sub { font-family: var(--sans); font-weight: 300; letter-spacing: 0.3em; font-size: 7.5px; text-indent: 0.3em; text-transform: uppercase; }
  .logo.lg .m { font-size: 92px; margin-bottom: 10px; }
  .logo.lg .name { font-size: 24px; letter-spacing: 0.38em; text-indent: 0.38em; }
  .logo.lg .name-rule { width: 40px; margin: 16px 0 12px; }
  .logo.lg .sub { font-size: 11px; }


  /* logo artwork */
  .logo img { display: block; height: 44px; width: auto; }
  header .logo .lg-dark { display: none; }
  header.solid .logo .lg-ivory { display: none; }
  header.solid .logo .lg-dark { display: block; }
  .logo.lg img { height: auto; width: 300px; margin-bottom: 0; }
  .logo.lg .sub { font-size: 11px; }
  @media (max-width: 820px) { .logo img { height: 34px; } .logo.lg img { width: 230px; height: auto; } }

  /* ---------- Nav ---------- */
  header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 50;
    padding-top: env(safe-area-inset-top, 0px);
    color: var(--ivory);
    transition: background .35s, color .35s, border-color .35s;
    border-bottom: 1px solid transparent;
  }
  header.solid { background: rgba(243,239,232,0.94); color: var(--charcoal); border-color: var(--line); backdrop-filter: blur(8px); }
  header .wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 12px; }
  header .logo { align-items: flex-start; }
  header .logo .name { text-indent: 0; }
  @media (max-width: 820px) { header .wrap { min-height: 72px; padding-top: 10px; padding-bottom: 8px; } }
  header .logo .m { font-size: 40px; margin-bottom: 4px; }
  header .logo .name { font-size: 13px; }
  @media (max-width: 820px) { header .logo .m { font-size: 28px; margin-bottom: 2px; } header .logo .name { font-size: 10.5px; } }
  header .logo .name-rule, header .logo .sub { display: none; }
  nav.links { display: flex; gap: 40px; }
  nav.links a { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 400; padding: 6px 0; border-bottom: 1px solid transparent; transition: border-color .2s; }
  nav.links a:hover { border-color: var(--sand); }
  .menu-btn { display: none; background: none; border: 0; cursor: pointer; padding: 10px; color: inherit; }
  .menu-icon { width: 24px; height: 12px; position: relative; display: block; }
  .menu-icon i { position: absolute; left: 0; right: 0; height: 1px; background: currentColor; }
  .menu-icon i:nth-child(1) { top: 0; } .menu-icon i:nth-child(2) { top: 11px; }
  @media (max-width: 820px) { nav.links { display: none; } .menu-btn { display: block; } }
  #mobileMenu { position: fixed; inset: 0; z-index: 60; background: var(--charcoal); color: var(--ivory); display: flex; flex-direction: column; justify-content: center; padding: 0 28px; padding-top: env(safe-area-inset-top, 0px); transform: translateY(-100%); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .4s cubic-bezier(.2,.7,.2,1), opacity .3s, visibility 0s .4s; }
  #mobileMenu.open { transform: none; opacity: 1; visibility: visible; pointer-events: auto; transition: transform .4s cubic-bezier(.2,.7,.2,1), opacity .3s, visibility 0s; }
  #mobileMenu .close { position: absolute; top: 20px; right: 16px; background: none; border: 0; color: inherit; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; padding: 14px 16px; cursor: pointer; font-family: var(--sans); }
  #mobileMenu a.item { display: block; font-family: var(--serif); font-weight: 300; font-size: 34px; line-height: 1.3; padding: 6px 0; border-bottom: 1px solid #2c2b28; }
  #mobileMenu a.item:last-of-type { border-bottom: none; }
  #mobileMenu .mm-foot { margin-top: 36px; }
  #mobileMenu .mm-foot .tracked { color: var(--sand); margin-bottom: 18px; }
  #mobileMenu .btn { display: block; text-align: center; padding: 18px; }
  body.menu-open { overflow: hidden; }

  /* ---------- Hero ---------- */
  .hero { position: relative; height: 92svh; min-height: 620px; max-height: 900px; overflow: hidden; background: var(--charcoal); color: var(--ivory); display: flex; align-items: center; }
  .hero video, .hero .poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .hero .poster { background-size: cover; background-position: center; }
  .hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,24,24,.55) 0%, rgba(24,24,24,.45) 40%, rgba(24,24,24,.92) 100%); }
  .hero::before { content: ""; position: absolute; inset: 0; background: rgba(24,24,24,.28); z-index: 1; }
  .hero .wrap { position: relative; z-index: 2; padding-top: 100px; padding-bottom: 48px; width: 100%; text-align: center; }
  .hero .tracked { color: var(--sand); margin-bottom: 26px; }
  .hero h1 {
    text-shadow: 0 2px 24px rgba(0,0,0,.35);
    font-family: var(--serif); font-weight: 300;
    font-size: clamp(38px, 4.9vw, 66px); line-height: 1.22; letter-spacing: 0.035em; word-spacing: 0.06em; letter-spacing: -0.005em;
    margin: 0 0 30px; max-width: none;
  }
  .hero h1 em { font-style: normal; font-weight: 300; color: var(--sand); }
  .hero h1 span, .hero h1 em { display: block; white-space: nowrap; }
  .hero p { max-width: 46ch; font-size: 17px; margin: 0 auto 40px; color: #E4DED4; }
  .hero h1 { margin-left: auto; margin-right: auto; }
  .btn {
    display: inline-block; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 400;
    padding: 15px 28px; border: 1px solid currentColor; transition: background .2s, color .2s;
  }
  .btn:hover { background: var(--ivory); color: var(--charcoal); }
  .btn.dark { border-color: var(--charcoal); }
  .btn.dark:hover { background: var(--charcoal); color: var(--ivory); }
  .btn.fill { background: var(--charcoal); color: var(--ivory); border-color: var(--charcoal); }
  .btn.fill:hover { background: #000; }
  .scroll-hint { position: absolute; right: 40px; bottom: 34px; z-index: 2; font-size: 10px; letter-spacing: .3em; text-transform: uppercase; opacity: .7; writing-mode: vertical-rl; }
  @media (max-width: 640px) {
    .scroll-hint { display: none; }
    .hero { min-height: 600px; height: 88svh; max-height: 820px; align-items: center; }
    .hero::before { background: rgba(24,24,24,.32); }
    .hero::after { background: linear-gradient(180deg, rgba(24,24,24,.5) 0%, rgba(24,24,24,.3) 25%, rgba(24,24,24,.62) 55%, rgba(24,24,24,.82) 100%); }
    .hero .wrap { padding-top: 72px; padding-bottom: 140px; }
    .hero .tracked { margin-bottom: 24px; }
    .hero h1 { line-height: 1.22; margin-bottom: 24px; }
    .hero p { margin-bottom: 34px; }
    .hero .tracked { font-size: 9.5px; letter-spacing: .24em; margin-bottom: 18px; }
    .hero h1 { font-size: clamp(31px, 8.8vw, 40px); margin-bottom: 20px; max-width: none; letter-spacing: 0.03em; }
    .hero p { font-size: 15px; margin-bottom: 28px; line-height: 1.6; }
    .hero .btn { display: inline-block; padding: 16px 34px; }
  }

  /* ---------- Sections ---------- */
  section { padding: 120px 0; }
  @media (max-width: 760px) {
    section { padding: 56px 0; }
    .mk-head { margin-bottom: 32px; }
    .svc-grid { gap: 36px; }
    .prod-head { margin-bottom: 32px; }
    h2 { font-size: clamp(28px, 7.6vw, 34px); }
    .kicker { margin-bottom: 20px; }
    .pov-lines { font-size: 21px; }
    .svc-list { margin-top: 36px; }
    .svc-list li { grid-template-columns: 42px 1fr; padding: 20px 0; }
    .svc-list h3 { font-size: 22px; }
    .svc-img { aspect-ratio: 4/3; }
    .fd-img { aspect-ratio: 4/4.6; }
    .fd-quote { font-size: 24px; }
    .gal { gap: 6px; }
    #sec-contact { padding: 100px 0 72px; }
    #sec-contact .logo.lg .m { font-size: 72px; }
    #sec-contact .logo.lg .name { font-size: 18px; }
    #sec-contact .logo { margin-bottom: 40px; }
    #sec-contact .btn { display: block; }
    .contact-links { flex-direction: column; gap: 14px; margin-top: 40px; font-size: 19px; }
    .ppp { margin-top: 56px; gap: 20px; }
    footer .wrap { flex-direction: column; text-align: center; gap: 6px; }
  }
  h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(30px, 3.2vw, 42px); line-height: 1.24; margin: 0; letter-spacing: 0.008em; }
  h2 em { font-style: normal; }
  .kicker { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; color: var(--ink-soft); }
  .kicker .rule { width: 28px; }
  .lead { font-family: var(--sans); font-size: 19px; line-height: 1.6; font-weight: 300; color: var(--ink-soft); }

  /* Point of view */
  .pov { text-align: left; }
  .pov-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: start; }
  @media (max-width: 860px) { .pov-grid { grid-template-columns: 1fr; gap: 40px; } }
  .pov h2 { max-width: 20ch; }
  @media (max-width: 760px) { .pov h2 { max-width: none; } }
  .pov-lines { font-family: var(--serif); font-size: clamp(20px, 1.8vw, 24px); line-height: 1.45; font-weight: 300; }
  .pov-visual { position: relative; }
  .pov-photo { aspect-ratio: 4/5; background-size: cover; background-position: center; }
  .pov-card { position: relative; background: var(--ivory); padding: 36px 0 0 40px; margin: -120px 0 0 18%; }
  .pov-card h2 { font-size: clamp(28px, 2.6vw, 36px); }
  .pov-card .kicker { margin-bottom: 18px; }
  @media (max-width: 860px) { .pov-photo { aspect-ratio: 4/3; } .pov-card { margin: -72px 0 0 10%; padding: 28px 0 0 24px; } }
  .pov { padding: 120px 0; }
  .pov-grid { grid-template-columns: 1fr 1fr; gap: 120px; }
  .pov-grid > div:first-child { position: sticky; top: 120px; align-self: start; }
  .pov h2 { font-size: clamp(30px, 3vw, 40px); }
  .pov-lines { font-size: clamp(22px, 1.9vw, 27px); line-height: 1.4; }
  .pov-lines p { margin: 0 0 44px; max-width: 26ch; position: relative; padding-top: 18px; }
  .pov-lines p::before { content: ""; position: absolute; top: 0; left: 0; width: 24px; height: 1px; background: var(--sand); }
  .pov-lines p:last-child { margin: 64px 0 0; padding: 0; font-family: var(--sans); font-size: 14.5px; line-height: 1.75; font-weight: 300; color: var(--ink-soft); max-width: 40ch; }
  .pov-lines p:last-child::before { display: none; }
  @media (max-width: 860px) { .pov-grid { grid-template-columns: 1fr; gap: 56px; } .pov-grid > div:first-child { position: static; } }
  @media (max-width: 760px) { .pov { padding: 72px 0; } .pov-lines { font-size: 22px; } .pov-lines p { margin-bottom: 36px; max-width: none; padding-top: 16px; } .pov-lines p:last-child { margin-top: 48px; } }



  /* Photo band */
  .band { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 6px; height: 460px; }
  .band div { background-size: cover; background-position: center; }
  @media (max-width: 760px) { .band { height: 240px; grid-template-columns: 1.4fr 1fr; } .band div:nth-child(3) { display: none; } }

  /* Services */
  #sec-services { background: var(--ivory); color: var(--charcoal); border-top: 1px solid var(--line); }
  #sec-services .kicker { color: var(--ink-soft); }
  .svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  @media (max-width: 900px) { .svc-grid { grid-template-columns: 1fr; gap: 48px; } }
  .svc-img { aspect-ratio: 4/5; background-size: cover; background-position: center; }
  @media (max-width: 900px) { .svc-img { aspect-ratio: 16/10; } }
  .svc-list { list-style: none; padding: 0; margin: 48px 0 0; border-top: 1px solid var(--line); }
  .svc-list li { display: grid; grid-template-columns: 52px 1fr; gap: 12px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: start; }
  .svc-list .n { color: var(--sand); display: block; width: 26px; height: 26px; position: relative; top: 3px; }
  .svc-list .n svg { width: 26px; height: 26px; display: block; }
  .svc-list h3 { margin: 0 0 4px; font-family: var(--serif); font-weight: 400; font-size: 22px; line-height: 1.25; }
  .svc-list p { margin: 0; font-size: 14.5px; color: var(--ink-soft); max-width: 46ch; }
  #sec-services .lead { margin-top: 22px; }
  .svc-note { margin: 26px 0 0; font-size: 13.5px; color: #8F887C; max-width: 46ch; }

  /* Markets */
  .mk-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 56px; }
  .mk-head p { max-width: 40ch; margin: 0; color: var(--ink-soft); }
  @media (max-width: 760px) { .mk-head { flex-direction: column; align-items: flex-start; gap: 18px; } }
  .mk-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
  @media (max-width: 900px) { .mk-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    #sec-markets .wrap { padding-right: 0; }
    .mk-head { padding-right: 22px; }
    .mk-grid { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 6px; padding-right: 22px; scrollbar-width: none; }
    .mk-grid::-webkit-scrollbar { display: none; }
    .mk { flex: 0 0 78vw; scroll-snap-align: start; aspect-ratio: 4/5; }
    .mk .cap { left: 22px; right: 22px; bottom: 24px; }
    .mk .cap h3 { font-size: 32px; }
    .mk .cap p { font-size: 14px; min-height: 4.5em; }
    .swipe-hint { display: block; font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--ink-soft); margin-top: 14px; }
  }
  .swipe-hint { display: none; }
  .mk { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--charcoal); color: var(--ivory); }
  .mk .img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 1.2s ease; }
  .mk:hover .img { transform: scale(1.04); }
  .mk::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,24,24,0) 45%, rgba(24,24,24,.8) 100%); }
  .mk .cap { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 2; }
  .mk .cap .tracked { color: var(--sand); font-size: 9.5px; margin-bottom: 8px; }
  .mk .cap h3 { margin: 0 0 6px; font-family: var(--serif); font-weight: 400; font-size: 24px; line-height: 1.2; letter-spacing: 0.01em; }
  .mk .cap p { margin: 0; font-size: 13px; color: #D9D3C8; line-height: 1.5; min-height: 4.5em; }


  /* Experience */
  .figures { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 36px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 8px; }
  .figures .num { font-family: var(--serif); font-weight: 300; font-size: clamp(30px, 3vw, 40px); line-height: 1; letter-spacing: 0.01em; }
  .figures .lbl { font-size: 12.5px; color: var(--ink-soft); margin-top: 10px; letter-spacing: .02em; }
  .figures-band { background: #8C6A45; color: var(--ivory); margin: 48px 0 8px; }
  .figures-band .figures { border: 0; padding: 48px 0; margin: 0; }
  .figures-band .lbl { color: #EAE0D2; }
  .figures-band .num { color: var(--ivory); }
  @media (max-width: 760px) { .figures-band { margin-top: 32px; } .figures-band .figures { padding: 36px 0; } }
  .exp-context { max-width: 62ch; color: var(--ink-soft); font-size: 16px; margin: 40px 0 8px; }
  .xp-list { border-top: 1px solid var(--line); margin-top: 24px; }
  .xp-row { display: grid; grid-template-columns: 1.1fr 1.4fr; gap: 40px; padding: 30px 0; border-bottom: 1px solid var(--line); align-items: start; }
  .xp-out { font-family: var(--serif); font-weight: 300; font-size: clamp(24px, 2.4vw, 32px); line-height: 1.2; letter-spacing: 0.01em; }
  .xp-asset { font-family: var(--serif); font-size: 19px; margin-bottom: 4px; }
  .xp-meta { font-size: 12px; letter-spacing: .06em; color: #8F887C; margin-bottom: 10px; }
  .xp-detail { margin: 0; font-size: 14.5px; color: var(--ink-soft); max-width: 52ch; }
  .recog { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); }
  .recog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 22px; }
  .r-num { font-family: var(--serif); font-weight: 300; font-size: 34px; line-height: 1; color: var(--bronze); }
  .r-lbl { font-size: 13px; color: var(--ink-soft); margin-top: 10px; max-width: 30ch; }
  @media (max-width: 760px) { .xp-row { grid-template-columns: 1fr; gap: 12px; padding: 24px 0; } .xp-out { font-size: 26px; } .recog-grid { grid-template-columns: 1fr; gap: 24px; } .exp-context { margin-top: 28px; } }
  .exp-table { border-bottom: 1px solid var(--line); }
  .exp-row { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.6fr; gap: 24px; padding: 20px 0; border-top: 1px solid var(--line); font-size: 14.5px; color: var(--ink-soft); align-items: baseline; }
  .exp-row.head { font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: #8F887C; border-top: none; padding: 26px 0 12px; }
  .exp-row .prop { font-family: var(--serif); font-size: 19px; color: var(--charcoal); }
  .exp-note { margin: 22px 0 0; font-size: 12.5px; color: #8F887C; }
  @media (max-width: 760px) {
    .figures { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
    .exp-row.head { display: none; }
    .exp-row { grid-template-columns: 1fr; gap: 4px; padding: 22px 0; }
    .exp-row .prop { margin-bottom: 4px; }
  }


  /* Studio */
  #sec-studio { background: var(--stone); }
  .studio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  @media (max-width: 860px) { .studio-grid { grid-template-columns: 1fr; } }
  .studio-video video { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; background: var(--charcoal); }
  .studio-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
  .studio-cap { display: flex; flex-direction: column; gap: 6px; padding: 16px 0 0; font-size: 14px; color: var(--ink-soft); }
  .studio-cap .tracked { color: var(--charcoal); }
  .studio-figures { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
  .studio-figures .num { font-family: var(--serif); font-weight: 300; font-size: clamp(28px, 2.8vw, 36px); line-height: 1; }
  .studio-figures .lbl { font-size: 12.5px; color: var(--ink-soft); margin-top: 10px; }
  @media (max-width: 640px) { .studio-figures { grid-template-columns: 1fr; gap: 22px; } }

  /* Founder */
  #sec-founder { background: var(--stone); }
  .fd-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
  @media (max-width: 860px) { .fd-grid { grid-template-columns: 1fr; gap: 40px; } }
  .fd-img { aspect-ratio: 4/5; background-size: cover; background-position: center top; }
  .fd-quote { font-family: var(--serif); font-size: clamp(22px, 2.1vw, 28px); line-height: 1.4; font-weight: 300; margin: 0 0 28px; }
  .fd-body p { margin: 0 0 18px; max-width: 54ch; color: var(--ink-soft); }
  .fd-body strong { font-weight: 400; color: var(--charcoal); }
  .fd-name { margin-top: 36px; }
  .fd-name .who { font-family: var(--serif); font-size: 21px; }
  .fd-name .role { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-soft); margin-top: 4px; }

  /* Product / gallery */
  .prod-head { max-width: 640px; margin-bottom: 56px; }
  .prod-head p { color: var(--ink-soft); margin: 22px 0 0; max-width: 44ch; }
  .gal { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; gap: 8px; }
  .gal div { background-size: cover; background-position: center; }
  .gal .tall { grid-row: span 2; }
  .gal .wide { grid-column: span 2; }
  @media (max-width: 760px) { .gal { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; } .gal .wide { grid-column: span 2; } }

  /* Contact */
  #sec-contact { background: var(--charcoal); color: var(--ivory); text-align: center; padding: 140px 0 100px; }
  #sec-contact .logo { margin-bottom: 56px; }
  #sec-contact h2 { max-width: 16ch; margin: 0 auto 26px; }
  #sec-contact .lead { color: #C9C2B6; max-width: 46ch; margin: 0 auto 44px; }
  .contact-links { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; margin-top: 56px; font-family: var(--sans); font-size: 15px; letter-spacing: .06em; }
  .contact-links a:hover { color: var(--sand); }
  .ppp { margin-top: 72px; display: flex; justify-content: center; gap: 28px; font-size: 10px; letter-spacing: .32em; text-transform: uppercase; color: var(--sand); }

  footer { background: var(--charcoal); color: #8F887C; border-top: 1px solid #2c2b28; padding: 40px 0 26px; font-size: 12px; letter-spacing: .06em; }
  footer .wrap.foot-logo { display: block; margin-bottom: 26px; padding-bottom: 26px; border-bottom: 1px solid #2c2b28; }
  footer .wrap { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }

  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .mk .img { transition: none; } }

  /* ---- multi-page additions ---- */
  body.sub header { position: sticky; background: var(--ivory); color: var(--charcoal); border-color: var(--line); }
  .page-head { padding: 72px 0 48px; border-bottom: 1px solid var(--line); }
  body.sub .svc-list { margin-top: 0; }
  body.sub #sec-services, body.sub #sec-markets, body.sub #sec-experience, body.sub #sec-studio { padding-top: 64px; }
  body.sub #sec-product { padding-top: 0; }
  body.sub .fd-quote { display: none; }
  .page-head .kicker { margin-bottom: 18px; }
  .page-head h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(34px, 4vw, 54px); line-height: 1.15; letter-spacing: 0.008em; margin: 0; max-width: 18ch; }
  .page-head p { margin: 22px 0 0; max-width: 52ch; color: var(--ink-soft); font-size: 17px; }
  @media (max-width: 760px) { .page-head { padding: 48px 0 36px; } }
  .home-services { padding: 110px 0; border-top: 1px solid var(--line); }
  .home-services .row { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
  .home-services ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
  .home-services li { display: grid; grid-template-columns: 40px 1fr auto; gap: 14px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 22px; }
  .home-services li .n { color: var(--sand); width: 24px; height: 24px; } .home-services li .n svg { width: 24px; height: 24px; display: block; }
  .home-services li .arrow { font-family: var(--sans); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); }
  .home-services .more { margin-top: 28px; }
  @media (max-width: 860px) { .home-services { padding: 72px 0; } .home-services .row { grid-template-columns: 1fr; gap: 36px; } .home-services li { font-size: 20px; } .home-services li .arrow { display: none; } }
  .home-close { background: var(--charcoal); color: var(--ivory); text-align: center; padding: 120px 0; }
  .home-close h2 { max-width: 18ch; margin: 0 auto 30px; }
  .home-close .btn:hover { background: var(--ivory); color: var(--charcoal); }
  @media (max-width: 760px) { .home-close { padding: 80px 0; } }
  .page-cta { border-top: 1px solid var(--line); padding: 72px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
  .page-cta p { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 300; }
  .cform { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 48px; text-align: left; }
  .cform label { display: block; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: #a39c8f; margin-bottom: 8px; }
  .cform input, .cform textarea { width: 100%; background: transparent; border: 0; border-bottom: 1px solid #4a4843; color: var(--ivory); font-family: var(--sans); font-size: 16px; padding: 10px 0; outline: none; }
  .cform input:focus, .cform textarea:focus { border-color: var(--sand); }
  .cform .full { grid-column: 1 / -1; }
  .cform .btn { justify-self: start; margin-top: 8px; }
  @media (max-width: 640px) { .cform { grid-template-columns: 1fr; } }

  /* service cards + pages */
  .svc-index { padding: 64px 0 40px; }
  .svc-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .svc-card { display: grid; grid-template-columns: 34px 1fr; grid-template-areas: "n t" "n d" "n a"; column-gap: 18px; row-gap: 8px; padding: 32px 28px; border: 1px solid var(--line); background: var(--ivory); transition: border-color .25s, transform .25s, background .25s; }
  .svc-card:hover { border-color: var(--charcoal); transform: translateY(-2px); }
  .svc-card .n { grid-area: n; color: var(--sand); width: 28px; height: 28px; margin-top: 4px; } .svc-card .n svg { width: 28px; height: 28px; display: block; }
  .svc-card .t { grid-area: t; font-family: var(--serif); font-size: 26px; line-height: 1.2; }
  .svc-card .d { grid-area: d; font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }
  .svc-card .arrow { grid-area: a; margin-top: 10px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--charcoal); }
  .svc-cards.small { grid-template-columns: repeat(3, 1fr); }
  .svc-cards.small .svc-card { grid-template-areas: "n t" "n a"; padding: 22px 22px; }
  .svc-cards.small .svc-card .t { font-size: 20px; }
  .svc-cards.small .svc-card .arrow { margin-top: 4px; }
  @media (max-width: 860px) { .svc-cards, .svc-cards.small { grid-template-columns: 1fr; } .svc-card { padding: 26px 22px; } .svc-card .t { font-size: 23px; } }
  .svc-page { padding: 64px 0 40px; }
  .svc-page-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: start; }
  .svc-page .svc-img { aspect-ratio: 4/5; position: sticky; top: 120px; }
  .svc-h { font-family: var(--sans); font-weight: 400; font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); margin: 40px 0 14px; padding-top: 14px; border-top: 1px solid var(--line); }
  .svc-h:first-child { margin-top: 0; border-top: 0; padding-top: 0; }
  .svc-ul { list-style: none; margin: 0; padding: 0; }
  .svc-ul li { font-family: var(--serif); font-size: 21px; line-height: 1.35; padding: 12px 0 12px 26px; position: relative; }
  .svc-ul li::before { content: ""; position: absolute; left: 0; top: 24px; width: 12px; height: 1px; background: var(--sand); }
  .svc-page p { max-width: 54ch; color: var(--ink-soft); margin: 0; }
  .svc-others { margin-top: 72px; padding-top: 40px; border-top: 1px solid var(--line); }
  @media (max-width: 860px) { .svc-page-grid { grid-template-columns: 1fr; gap: 36px; } .svc-page .svc-img { position: static; aspect-ratio: 16/10; } .svc-ul li { font-size: 19px; } .svc-others { margin-top: 48px; } }
  .home-services li a { display: grid; grid-template-columns: 40px 1fr auto; gap: 14px; align-items: center; width: 100%; }
  .home-services li { display: block; padding: 0; }
  .home-services li a { padding: 20px 0; }
  .home-services li a:hover .arrow { color: var(--charcoal); }

  .page-head-grid { display: grid; grid-template-columns: 1fr; align-items: end; gap: 48px; }
  .page-head.has-img .page-head-grid { grid-template-columns: 1.1fr .9fr; }
  .page-head.has-img { padding-bottom: 48px; }
  .page-head.has-img .page-head-grid > div:first-child { padding-bottom: 0; }
  .page-head.has-img h1 { font-size: clamp(32px, 3.4vw, 46px); }
  .page-head-img { aspect-ratio: 16/10; background-size: cover; background-position: center; }
  .page-head h1 { max-width: none; }
  @media (max-width: 860px) { .page-head.has-img .page-head-grid { grid-template-columns: 1fr; gap: 28px; } .page-head-img { aspect-ratio: 16/9; } .page-head.has-img { padding-bottom: 36px; } }
  .svc-card .n { color: var(--bronze); width: 36px; height: 36px; margin-top: 2px; } .svc-card .n svg { width: 36px; height: 36px; stroke-width: 1.3; }
  .svc-card { grid-template-columns: 44px 1fr; }
  .svc-cards.small .svc-card .n { width: 28px; height: 28px; } .svc-cards.small .svc-card .n svg { width: 28px; height: 28px; }
  .home-services li .n { color: var(--bronze); width: 28px; height: 28px; } .home-services li .n svg { width: 28px; height: 28px; stroke-width: 1.3; }
  .svc-list .n { color: var(--bronze); width: 30px; height: 30px; } .svc-list .n svg { width: 30px; height: 30px; stroke-width: 1.3; }

  /* full-bleed page banner */
  .page-banner { position: relative; background: var(--charcoal); color: var(--ivory); min-height: 420px; display: flex; align-items: flex-end; overflow: hidden; }
  .page-banner-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
  .page-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,24,24,.35) 0%, rgba(24,24,24,.55) 50%, rgba(24,24,24,.9) 100%); }
  .page-banner .wrap { position: relative; z-index: 2; padding-top: 120px; padding-bottom: 56px; width: 100%; }
  .page-banner .kicker { color: var(--sand); margin-bottom: 18px; }
  .page-banner .kicker .rule { background: var(--sand); }
  .page-banner h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(34px, 4vw, 54px); line-height: 1.15; letter-spacing: 0.02em; margin: 0; max-width: none; text-shadow: 0 2px 20px rgba(0,0,0,.35); }
  .page-banner p { margin: 20px 0 0; max-width: 52ch; color: #E4DED4; font-size: 17px; }
  @media (max-width: 760px) { .page-banner { min-height: 360px; } .page-banner .wrap { padding-top: 90px; padding-bottom: 40px; } .page-banner::after { background: linear-gradient(180deg, rgba(24,24,24,.45) 0%, rgba(24,24,24,.65) 45%, rgba(24,24,24,.92) 100%); } }
  /* service card hover: dark box */
  .svc-card { transition: background .25s, color .25s, border-color .25s, transform .25s; }
  .svc-card:hover { background: var(--charcoal); color: var(--ivory); border-color: var(--charcoal); transform: none; }
  .svc-card:hover .d { color: #C9C2B6; }
  .svc-card:hover .arrow { color: var(--sand); }
  .svc-card:hover .n { color: var(--sand); }
  .svc-card:active { background: #000; }

  .svc-index .svc-note { max-width: none; margin-top: 32px; font-size: 14px; }

  .legal { padding: 64px 0 24px; }
  .legal-wrap { max-width: 760px; }
  .legal h2 { font-size: 24px; margin: 40px 0 12px; }
  .legal h2:first-child { margin-top: 0; }
  .legal p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.75; margin: 0 0 14px; }
  .foot-note { font-size: 11.5px; color: #6f6960; line-height: 1.6; margin-top: 18px; padding-top: 14px; border-top: 1px solid #2c2b28; }
  footer .wrap.foot-note { display: block; }

  body.sub #sec-experience { padding-top: 0; }
  body.sub .figures-band { margin-top: 56px; }
  @media (max-width: 760px) { body.sub .figures-band { margin-top: 40px; } }
  body.sub .exp-table { margin-top: 24px; }


  /* ---------- Mobile hero refinements (Sept 21) ---------- */
  body.home { background: var(--charcoal); }
  .view { background-color: var(--ivory); }
  @media (max-width: 640px) {
    .hero { display: block; height: auto; min-height: 0; max-height: none; padding-top: 72px; }
    .hero .poster { display: none; }
    .hero video { position: relative; inset: auto; display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; background: var(--charcoal); }
    .hero::before, .hero::after { display: none; }
    .hero .wrap { padding-top: 36px; padding-bottom: 56px; }
    .hero h1 { font-size: clamp(25px, 7.2vw, 31px); line-height: 1.25; margin-bottom: 18px; text-shadow: none; }
    .hero p { font-size: 14.5px; margin-bottom: 26px; }
    .hero .btn { padding: 15px 34px; font-size: 11px; letter-spacing: .18em; }
  }

  @media (max-width: 860px) {
    .pov-photo { aspect-ratio: 1254 / 1254; }
    .pov-card { margin: 32px 0 0 0; padding: 0; background: transparent; }
  }

  @media (max-width: 640px) {
    body.home { background: var(--ivory); }
    header.solid { background: var(--ivory); backdrop-filter: none; }
  }

  /* ---------- Point of view, editorial rebuild ---------- */
  .pov { padding-bottom: 0; }
  .pov h2 em { font-style: italic; color: var(--bronze); display: block; margin-top: .12em; }
  .pov-photo { position: relative; }
  .pov-photo-label { display: none; }
  .pov-list { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid var(--line); }
  .pov-list li { display: grid; grid-template-columns: 56px 1fr; align-items: baseline; padding: 30px 0 32px; border-top: 1px solid var(--line); }
  .pov .num { font-family: var(--sans); font-size: 11px; font-weight: 400; letter-spacing: .22em; color: var(--bronze); }
  .pov-list p { margin: 0; font-family: var(--serif); font-weight: 300; font-size: clamp(19px, 1.55vw, 22px); line-height: 1.45; max-width: 30ch; }
  .pov-band { background: var(--charcoal); color: var(--ivory); margin-top: 120px; padding: 112px 0 116px; text-align: center; }
  .pov-band-rule { display: block; width: 1px; height: 44px; background: var(--sand); margin: 0 auto 34px; }
  .pov-lead { font-family: var(--serif); font-weight: 300; font-size: clamp(30px, 4vw, 54px); line-height: 1.2; letter-spacing: .005em; margin: 0 auto; max-width: 18ch; }
  .pov-lead .num { display: block; color: var(--sand); margin-bottom: 26px; }
  .pov-lead em { font-style: italic; color: var(--sand); display: block; }
  .pov-lead { max-width: 20ch; }
  @media (min-width: 861px) { .pov-list { align-self: center; } }
  .pov-close { margin: 40px auto 0; max-width: 56ch; font-size: 15px; line-height: 1.8; font-weight: 300; color: #CFC8BC; }
  html.js .rv { opacity: 0; transform: translateY(16px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
  html.js .rv.in { opacity: 1; transform: none; }
  .pov-list li:nth-child(2).rv { transition-delay: .08s; } .pov-list li:nth-child(3).rv { transition-delay: .16s; }
  .pov-close.rv { transition-delay: .15s; }
  @media (prefers-reduced-motion: reduce) { html.js .rv { opacity: 1; transform: none; transition: none; } }
  @media (max-width: 860px) {
    .pov { padding-top: 0; }
    .pov-photo { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); aspect-ratio: 4 / 3; background-position: center 45%; }
    .pov-photo::after { content: ""; position: absolute; inset: 45% 0 0 0; background: linear-gradient(180deg, rgba(24,24,24,0) 0%, rgba(24,24,24,.72) 100%); }
    .pov-photo-label { display: flex; align-items: center; gap: 16px; position: absolute; left: 24px; bottom: 22px; z-index: 1; color: var(--ivory); }
    .pov-photo-label .rule { display: block; width: 28px; height: 1px; background: var(--sand); }
    .pov-card { margin-top: 44px; }
    .pov-card .kicker { display: none; }
    .pov h2 { font-size: clamp(32px, 8.8vw, 40px); line-height: 1.16; }
    .pov-list li { grid-template-columns: 44px 1fr; padding: 24px 0 26px; }
    .pov-list p { font-size: 19px; max-width: none; }
    .pov-band { margin-top: 72px; padding: 76px 0 80px; }
    .pov-lead { font-size: clamp(30px, 8.4vw, 36px); max-width: 14ch; }
    .pov-close { font-size: 14.5px; margin-top: 32px; text-align: center; }
  }

  @media (max-width: 820px) {
    header .logo img { height: 48px; }
    header .wrap { min-height: 84px; padding-top: 12px; padding-bottom: 12px; }
  }

  @media (max-width: 860px) { .pov-grid { gap: 30px; } .pov-card { margin-top: 36px; } }

  @media (max-width: 640px) { section.home-services { padding-top: 46px; } .pov-band { padding-bottom: 68px; } }

  @media (max-width: 640px) {
    footer .wrap.foot-logo { text-align: center; }
    footer .wrap.foot-logo img { display: block; margin: 0 auto; }
    footer .wrap.foot-note { text-align: center; letter-spacing: .02em; line-height: 1.7; text-wrap: balance; }
    footer .wrap > div { text-wrap: balance; }
  }

  @media (max-width: 860px) { .home-close h2 .nb { display: block; } }
  .home-close h2 { margin-top: 0; max-width: none; }
  @media (min-width: 861px) { .home-close h2 .nb { display: block; } }

  @media (max-width: 640px) { .home-close h2 { font-size: clamp(19px, 6.3vw, 26px); line-height: 1.3; } .home-close h2 .nb { white-space: nowrap; } }

  footer { padding-top: 0; }
  .foot-band { background: var(--ivory); border-top: 1px solid var(--line); padding: 44px 0; margin-bottom: 30px; }
  footer .wrap.foot-logo { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; text-align: center; }
  footer .wrap.foot-logo img { display: block; margin: 0 auto; }
  @media (max-width: 640px) { .foot-band { padding: 40px 0; margin-bottom: 26px; } }

  #sec-contact h2 em { display: block; }
  #sec-contact h2 { max-width: none; }
  @media (max-width: 640px) { #sec-contact h2 { font-size: clamp(22px, 7vw, 30px); } }

  /* ---------- Site review pass ---------- */
  :root { --bronze: #8C6A45; }
  .foot-note { color: #8F887C; }
  h1 em { font-style: italic; font-weight: 300; }
  .page-banner h1 em { color: var(--sand); }
  .page-head h1 em { color: var(--bronze); }
  .home-services h2 em { font-style: italic; color: var(--bronze); }
  .hero h1 em { font-style: normal; }
  .page-head.dark { background: var(--charcoal); color: var(--ivory); border-bottom: 0; }
  .page-head.dark .kicker { color: var(--sand); } .page-head.dark .kicker .rule { background: var(--sand); }
  .page-head.dark h1 em { color: var(--sand); } .page-head.dark p { color: #CFC8BC; }
  .fd-link, .proof-link { display: inline-block; margin-top: 28px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; border-bottom: 1px solid var(--bronze); padding-bottom: 4px; }
  .svc-ul { counter-reset: svc; border-bottom: 1px solid var(--line); }
  .svc-ul li { counter-increment: svc; padding: 18px 0 18px 52px; border-top: 1px solid var(--line); }
  .svc-ul li::before { content: counter(svc, decimal-leading-zero); background: none; width: auto; height: auto; top: 25px; font-family: var(--sans); font-size: 11px; font-weight: 400; letter-spacing: .22em; color: var(--bronze); }
  .figures-band { background: var(--charcoal); }
  .figures-band .num { color: var(--sand); } .figures-band .lbl { color: #CFC8BC; }
  .home-proof { padding: 72px 0 76px; text-align: center; }
  .home-proof .figures.three { grid-template-columns: repeat(3, 1fr); border: 0; padding: 0; margin: 0; gap: 40px; }
  .home-proof .num { color: var(--bronze); font-size: clamp(36px, 3.6vw, 50px); }
  .home-proof .lbl { max-width: 24ch; margin-left: auto; margin-right: auto; font-size: 13px; }
  .page-cta { background: var(--stone); box-shadow: 0 0 0 100vmax var(--stone); clip-path: inset(0 -100vmax); border-top: 0; padding: 60px 0; position: relative; }
  .cform .btn { background: transparent; color: var(--ivory); border: 1px solid var(--ivory); font-family: var(--sans); cursor: pointer; padding: 15px 34px; }
  .cform .btn:hover { background: var(--ivory); color: var(--charcoal); }
  #sec-contact h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(30px, 3.2vw, 42px); line-height: 1.24; margin: 0 0 18px; letter-spacing: .008em; }
  a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; }
  @media (min-width: 861px) { nav.links a { font-size: 12px; } .figures .lbl { font-size: 13.5px; } .svc-card .d { font-size: 15.5px; } .pov-close { font-size: 16px; } }
  @media (max-width: 860px) {
    .home-services li .arrow { display: block; font-size: 0; letter-spacing: 0; }
    .home-services li .arrow::after { content: "\2192"; font-size: 17px; color: var(--bronze); }
    .home-proof { padding: 52px 0 56px; }
    .home-proof .figures.three { grid-template-columns: 1fr; gap: 30px; }
    .page-cta { padding: 48px 0; }
    .svc-ul li { padding-left: 44px; }
  }
  @media (max-width: 640px) { #sec-contact h1 { font-size: clamp(22px, 7vw, 30px); } .cform .btn { width: 100%; text-align: center; } }
  body.sub #sec-product { padding-top: 72px; }
  @media (max-width: 760px) { body.sub #sec-product { padding-top: 52px; } }

  /* Services band on charcoal */
  .home-services { background: var(--charcoal); color: var(--ivory); border-top: 0; }
  .home-services .kicker { color: var(--sand); } .home-services .kicker .rule { background: var(--sand); }
  .home-services h2 em { color: var(--sand); }
  .home-services .lead { color: #CFC8BC; }
  .home-services ul { border-top: 1px solid #3a3835; }
  .home-services li { border-bottom-color: #3a3835; }
  .home-services li .n { color: var(--sand); }
  .home-services li .arrow, .home-services li a:hover .arrow { color: var(--sand); }
  .home-services .btn:hover { background: var(--ivory); color: var(--charcoal); }
  .home-close { border-top: 1px solid #2c2b28; }
  @media (max-width: 860px) { .home-services li .arrow::after { color: var(--sand); } }
  @media (max-width: 640px) { section.home-services { padding-top: 64px; } }

  footer { border-top: 0; }
  /* Closing band on ivory */
  .home-close { background: var(--ivory); color: var(--charcoal); border-top: 0; }
  .home-close .btn.fill:hover { background: #000; color: var(--ivory); }
  @media (max-width: 760px) { .home-close { padding: 68px 0 64px; } }

  /* Full logo leads the closing band on the homepage; its old footer row is removed there */
  .close-logo { display: block; width: 220px; height: auto; margin: 0 auto 44px; }
  body.home .foot-band { display: none; }
  body.home footer { padding-top: 36px; }
  @media (max-width: 760px) { .close-logo { width: 200px; margin-bottom: 36px; } .home-close { padding: 64px 0 68px; } }


  /* Desktop hero fills the full viewport */
  @media (min-width: 641px) { .hero { height: 100svh; min-height: 620px; max-height: none; } }

  /* Desktop header: larger logo, more breathing room from the edges */
  @media (min-width: 821px) {
    header .wrap { max-width: none; padding-left: 56px; padding-right: 56px; min-height: 112px; padding-top: 22px; padding-bottom: 22px; }
    header .logo img { height: 60px; }
    nav.links a { font-size: 12px; }
  }

  /* Desktop point of view: photo left, heading and principles stacked right */
  @media (min-width: 861px) {
    .pov-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto 1fr; gap: 0 96px; align-items: start; }
    .pov-visual { grid-column: 1; grid-row: 1 / span 2; position: sticky; top: 140px; }
    .pov-photo { aspect-ratio: 4 / 5; }
    .pov-card { grid-column: 2; grid-row: 1; margin: 0 0 40px 0; padding: 8px 0 0 0; background: transparent; }
    .pov-list { grid-column: 2; grid-row: 2; align-self: start; }
    .pov-grid > div:first-child { position: sticky; }
  }



  /* Mobile hero: full-screen video with the headline over it, matching desktop */
  @media (max-width: 640px) {
    body.home { background: var(--charcoal); }
    .hero { display: flex; align-items: center; height: 100svh; min-height: 560px; max-height: none; padding-top: 0 !important; }
    .hero .poster { display: block; }
    .hero video { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
    .hero::before, .hero::after { display: block; }
    .hero .wrap { padding-top: 72px; padding-bottom: 72px; }
    .hero h1 { font-size: clamp(30px, 8.6vw, 38px); line-height: 1.22; margin-bottom: 20px; }
    .hero p { font-size: 15px; margin-bottom: 30px; }
    header { background: transparent; color: var(--ivory); border-color: transparent; }
    header.solid { background: rgba(243,239,232,0.94); color: var(--charcoal); border-color: var(--line); backdrop-filter: blur(8px); }
    header .logo .lg-dark { display: none; } header .logo .lg-ivory { display: block; }
    header.solid .logo .lg-ivory { display: none; } header.solid .logo .lg-dark { display: block; }
  }

  @media (max-width: 860px) { .pov { padding-top: 56px; } }

  /* Mobile point of view: text-first, no second photo */
  @media (max-width: 860px) {
    .pov { padding-top: 72px; }
    .pov-visual { display: none; }
    .pov-card { margin-top: 0; }
    .pov-card .kicker { display: flex; margin-bottom: 20px; }
    .pov h2 { font-size: clamp(30px, 8.4vw, 38px); line-height: 1.18; }
    .pov h2 em { font-size: .92em; }
    .pov-list { margin-top: 8px; }
  }

  /* Service rows: more breathing room */
  .home-services li a { padding: 34px 0; grid-template-columns: 48px 1fr auto; gap: 22px; }
  .home-services li .n, .home-services li .n svg { width: 28px; height: 28px; }
  .home-services ul { margin-top: 12px; }
  .home-services .row { gap: 96px; }
  @media (max-width: 860px) {
    .home-services li a { padding: 30px 0; grid-template-columns: 44px 1fr auto; gap: 18px; }
    .home-services .row { gap: 48px; }
    .home-services li { font-size: 21px; line-height: 1.35; }
  }

  /* Mobile service rows: one line each, uniform height */
  @media (max-width: 860px) {
    .home-services li { font-size: 19px; }
    .home-services li a { grid-template-columns: 36px 1fr; gap: 16px; padding: 0; min-height: 88px; }
    .home-services li .arrow { display: none; }
    .home-services li .n, .home-services li .n svg { width: 24px; height: 24px; }
  }

  @media (max-width: 820px) { header .wrap { padding-top: 28px; padding-bottom: 14px; min-height: 100px; } }

  @media (min-width: 861px) { .home-services .row { align-items: center; } .home-services { padding: 96px 0; } }
  .mbr { display: none; }
  @media (max-width: 640px) { .mbr { display: inline; } .hero p { max-width: none; padding: 0 4px; } }

  /* Larger buttons on desktop */
  @media (min-width: 861px) {
    .btn { font-size: 11.5px; padding: 15px 36px; letter-spacing: .22em; }
    .hero .btn { font-size: 12px; padding: 16px 44px; }
  }

  @media (min-width: 861px) { .pov-lead { font-size: clamp(48px, 5.4vw, 76px); line-height: 1.12; max-width: 16ch; } .pov-lead .num { margin-bottom: 34px; } .pov-close { margin-top: 48px; } }

  .pov-close { text-wrap: balance; }
  @media (min-width: 861px) { .pov-close { font-size: 17px; max-width: 52ch; line-height: 1.75; } }

  .home-proof .kicker { margin-bottom: 22px; }
  .proof-h { max-width: none; margin: 0 auto 22px; }
  @media (min-width: 861px) { .proof-h { font-size: clamp(34px, 3.4vw, 46px); } .home-proof .figures.three { max-width: 900px; margin: 0 auto; } .home-proof .lbl { font-size: 14px; } }
  .proof-h em { font-style: italic; color: var(--bronze); }
  .proof-p { max-width: 62ch; margin: 0 auto 52px; font-size: 16px; line-height: 1.75; color: #4A463F; text-wrap: balance; }
  .home-proof .figures.three { margin-top: 0; }
  @media (max-width: 640px) { .proof-p { font-size: 15px; margin-bottom: 40px; text-align: left; } .proof-h { text-align: left; margin-left: 0; } .home-proof .kicker { justify-content: flex-start !important; } .home-proof { text-align: left; } .home-proof .figures.three { text-align: left; } .home-proof .lbl { margin-left: 0; } .home-proof .proof-link { display: inline-block; } }

  .proof-divider { width: 1px; height: 56px; background: var(--sand); margin: 72px auto 64px; }
  .home-proof .figures.two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; border: 0; padding: 0; margin: 0 auto; max-width: 620px; text-align: center; }
  @media (max-width: 640px) { .home-proof .figures.two { grid-template-columns: 1fr; gap: 30px; text-align: left; } .proof-divider { margin: 56px 0 48px; } }

  .xp-cases { margin-top: 56px; text-align: center; }
  .xp-cases .kicker { justify-content: center; margin-bottom: 22px; }
  .xp-cases .proof-h em { display: block; }
  .xp-cases .figures.three { border: 0; padding: 0; margin: 0 auto; gap: 40px; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 900px; }
  .xp-cases .num { color: var(--bronze); font-size: clamp(36px, 3.6vw, 50px); }
  .xp-cases .lbl { max-width: 24ch; margin-left: auto; margin-right: auto; font-size: 14px; }
  .xp-more { margin-top: 88px; color: var(--ink-soft); }
  .xp-list { margin-top: 18px; }
  @media (max-width: 640px) { .xp-cases { text-align: left; } .xp-cases .kicker { justify-content: flex-start; } .xp-cases .figures.three { grid-template-columns: 1fr; gap: 30px; } .xp-cases .lbl { margin-left: 0; } .xp-more { margin-top: 64px; } }

  /* ---------- Editorial review pass ---------- */
  @media (min-width: 861px) {
    body { font-size: 17px; }
    .svc-card .d, .xp-detail, .mk .cap p, .home-services .lead { font-size: 15px; }
    nav.links a { font-size: 12.5px; letter-spacing: .18em; }
    .proof-p, .pov-close, .exp-context, .fd-body p { max-width: 58ch; }
    .figures .lbl { font-size: 14px; max-width: 22ch; }
  }
  .proof-h .l2 { display: block; }
  .home-services h2 em { font-style: normal; color: inherit; }
  header { transition: background .25s ease, color .25s ease, border-color .25s ease; }
  .scroll-hint { transition: opacity .4s; }
  .page-banner::after { background: linear-gradient(180deg, rgba(24,24,24,.22) 0%, rgba(24,24,24,.42) 50%, rgba(24,24,24,.82) 100%); }
  .svc-img, .studio-img, .pov-photo, .mk { overflow: hidden; }
  .svc-img, .studio-img { transition: transform 1.2s ease; }
  a:hover .svc-img, .svc-img:hover, .studio-img:hover, .mk:hover .img { transform: scale(1.03); }
  .pov-photo { transition: transform 1.2s ease; } .pov-photo:hover { transform: scale(1.02); }
  .fd-link, .proof-link { position: relative; border-bottom: 0; }
  .fd-link::after, .proof-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px; background: var(--bronze); transform: scaleX(1); transform-origin: left; transition: transform .35s ease; }
  .fd-link:hover::after, .proof-link:hover::after { transform: scaleX(0); transform-origin: right; }
  .figures > div.rv:nth-child(2) { transition-delay: .07s; } .figures > div.rv:nth-child(3) { transition-delay: .14s; } .figures > div.rv:nth-child(4) { transition-delay: .21s; }
  .svc-cards .svc-card.rv:nth-child(2), .xp-row.rv:nth-child(2), .mk.rv:nth-child(2) { transition-delay: .07s; }
  .svc-cards .svc-card.rv:nth-child(3), .xp-row.rv:nth-child(3), .mk.rv:nth-child(3) { transition-delay: .14s; }
  .svc-cards .svc-card.rv:nth-child(4), .xp-row.rv:nth-child(4), .mk.rv:nth-child(4) { transition-delay: .21s; }
  footer .wrap a { color: inherit; border-bottom: 1px solid #3a3835; }
  #sec-experience .figures-band { margin-top: 88px; }
  @media (max-width: 640px) { #sec-experience .figures-band { margin-top: 64px; } footer .wrap > div { line-height: 2; } }

  .xp-case { display: grid; grid-template-columns: 1fr; gap: 0; }
  @media (min-width: 861px) {
    .xp-case { grid-template-columns: 5fr 7fr; gap: 72px; align-items: center; text-align: left; }
    .xp-case .kicker { justify-content: flex-start; }
    .xp-case .proof-h, .xp-case .proof-p { margin-left: 0; }
    .xp-case .figures.three { margin: 0; max-width: none; text-align: left; }
    .xp-case .lbl { margin-left: 0; }
    .xp-cases .proof-divider { margin: 88px auto 80px; }
  }
  .case-img { aspect-ratio: 4 / 5; background-size: cover; background-position: center; }
  @media (max-width: 860px) { .case-img { aspect-ratio: 4 / 3; margin: 0 0 28px; } }
  .gal > div { position: relative; }
  .gal-cap { position: absolute; left: 16px; bottom: 14px; color: var(--ivory); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; font-family: var(--sans); font-weight: 400; z-index: 1; text-shadow: 0 1px 8px rgba(0,0,0,.5); }
  .gal > div::after { content: ""; position: absolute; inset: 55% 0 0 0; background: linear-gradient(180deg, rgba(24,24,24,0), rgba(24,24,24,.6)); }
