:root {
      --ink: #2b2926;
      --paper: #f2f0e8;
      --paper-2: #e8e4d8;
      --orange: #D6832B;
      --tomato: #aea313; /* retired: tomato slot now carries green */
      --blue: #5E5C60;
      --green: #aea313;
      --line: rgba(23, 23, 22, .22);
      --white-line: rgba(255, 255, 255, .32);
      --max: 1440px;
      --pad: clamp(20px, 4vw, 64px);
      --display: "Oxygen", "Helvetica Neue", Arial, sans-serif;
      --body: "Karla", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      background: var(--paper);
      color: var(--ink);
      font-family: var(--body);
      font-size: 16px;
      line-height: 1.45;
      overflow-x: hidden;
    }
    ::selection { background: var(--orange); color: var(--ink); }
    img { display: block; width: 100%; }
    a { color: inherit; text-decoration: none; }
    button { font: inherit; color: inherit; }
    .shell { width: min(100%, var(--max)); margin: 0 auto; }
    .section { padding: clamp(84px, 10vw, 160px) var(--pad); }
    .skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; background: var(--orange); padding: 12px 16px; font-weight: 800; }
    .skip-link:focus { top: 12px; }
    .eyebrow { margin: 0 0 14px; font-size: 12px; line-height: 1; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; }
    .display { margin: 0; font-family: var(--display); font-size: clamp(48px, 7.5vw, 112px); font-weight: 800; line-height: .82; letter-spacing: -.065em; text-transform: uppercase; }
    .section-title { margin: 0; font-family: var(--display); font-size: clamp(38px, 5vw, 80px); font-weight: 800; line-height: .88; letter-spacing: -.055em; text-transform: uppercase; }
    .lede { margin: 0; max-width: 760px; font-size: clamp(20px, 2.4vw, 34px); line-height: 1.18; letter-spacing: -.025em; }
    .button { display: inline-flex; min-width: 190px; align-items: center; justify-content: space-between; gap: 26px; padding: 15px 18px; border: 1px solid currentColor; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
    .button::after { content: "↗"; font-size: 18px; line-height: 1; }
    .button-primary { border-color: var(--orange); background: var(--orange); color: var(--ink); }
    .button-primary:hover, .button-primary:focus-visible { background: #fff; border-color: #fff; }
    .button-dark:hover, .button-dark:focus-visible { background: var(--ink); color: #fff; }
    .button-light:hover, .button-light:focus-visible { background: #fff; color: var(--ink); border-color: #fff; }

    .brand { display: inline-flex; align-items: flex-end; gap: 8px; min-width: 170px; position: relative; }
    .brand-mark { position: relative; color: var(--orange); font-family: var(--display); font-size: 48px; line-height: .74; letter-spacing: -.12em; font-weight: 500; transform: translateY(-1px); }
    .brand-mark::before { content: ""; position: absolute; width: 43px; height: 4px; left: 0; top: -11px; background: currentColor; transform: rotate(-4deg); transform-origin: left center; }
    .brand-word { font-family: var(--display); font-size: 21px; line-height: 1; letter-spacing: .02em; font-weight: 700; text-transform: lowercase; }
    .site-header { position: fixed; z-index: 100; inset: 0 0 auto 0; padding: 18px var(--pad); color: #fff; transition: background .3s ease, color .3s ease, padding .3s ease, border .3s ease; }
    .site-header.scrolled { padding-top: 12px; padding-bottom: 12px; background: rgba(242, 240, 232, .94); color: var(--ink); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
    .header-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 36px); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
    .nav a { position: relative; padding: 8px 0; }
    .nav a:not(.nav-cta)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 3px; background: currentColor; transition: right .25s ease; }
    .nav a:hover::after, .nav a:focus-visible::after, .nav a.active::after { right: 0; }
    .nav-cta { border: 1px solid currentColor; padding: 12px 17px !important; }
    .nav-cta:hover, .nav-cta:focus-visible { background: var(--orange); color: var(--ink); border-color: var(--orange); }
    .menu-button { display: flex; width: 46px; height: 46px; border: 1px solid currentColor; background: transparent; align-items: center; justify-content: center; cursor: pointer; }
    .menu-button span, .menu-button span::before, .menu-button span::after { width: 22px; height: 2px; background: currentColor; display: block; position: relative; transition: transform .25s ease, opacity .25s ease; }
    .menu-button span::before, .menu-button span::after { content: ""; position: absolute; left: 0; }
    .menu-button span::before { top: -7px; }
    .menu-button span::after { top: 7px; }
    .menu-open .menu-button span { background: transparent; }
    .menu-open .menu-button span::before { transform: translateY(7px) rotate(45deg); }
    .menu-open .menu-button span::after { transform: translateY(-7px) rotate(-45deg); }
    .mobile-menu { display: none; position: fixed; z-index: 90; inset: 0; padding: 116px var(--pad) 40px; background: var(--orange); color: var(--ink); overflow-y: auto; }
    .mobile-menu nav { display: grid; }
    .mobile-menu a { border-top: 1px solid var(--ink); padding: 16px 0; font-family: var(--display); font-size: clamp(34px, 10vw, 60px); font-weight: 800; line-height: .9; letter-spacing: -.04em; text-transform: uppercase; }
    .mobile-menu a:last-child { border-bottom: 1px solid var(--ink); }
    .menu-open .mobile-menu { display: block; }

    .studio-hero { min-height: 82svh; position: relative; display: grid; align-items: end; background: var(--ink); color: #fff; overflow: hidden; }
    .hero-art { position: absolute; inset: 0; overflow: hidden; }
    .hero-portrait { position: absolute; overflow: hidden; border: 1px solid var(--white-line); box-shadow: 0 30px 90px rgba(0,0,0,.24); }
    .hero-portrait img { height: 100%; object-fit: cover; }
    .hero-portrait.one { width: min(31vw, 440px); aspect-ratio: .88; right: 10vw; top: 13vh; transform: rotate(3deg); }
    .hero-portrait.two { width: min(21vw, 310px); aspect-ratio: .88; right: 31vw; top: 34vh; transform: rotate(-4deg); }
    .hero-circle { position: absolute; width: min(24vw, 360px); aspect-ratio: 1; border-radius: 50%; right: -6vw; bottom: 3vh; background: var(--orange); mix-blend-mode: screen; opacity: .86; }
    .hero-line { position: absolute; width: 42vw; height: 7px; right: 8vw; top: 15vh; background: var(--blue); transform: rotate(-9deg); transform-origin: right center; }
    .hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,23,22,.98) 0%, rgba(23,23,22,.92) 47%, rgba(23,23,22,.1) 78%); }
    .studio-hero-grid { position: relative; z-index: 2; width: 100%; padding: clamp(145px, 17vh, 200px) var(--pad) 42px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .45fr); gap: 50px; align-items: end; }
    .studio-hero-copy { max-width: 980px; }
    .studio-hero-copy .display { max-width: 900px; }
    .studio-hero-copy .accent { color: var(--orange); }
    .studio-hero-sub { margin: 32px 0 0; max-width: 650px; font-size: clamp(19px, 2vw, 28px); line-height: 1.22; letter-spacing: -.018em; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
    .hero-note { align-self: end; padding: 22px 0 3px; border-top: 1px solid var(--white-line); max-width: 340px; font-size: 15px; }
    .hero-note strong { display: block; margin-bottom: 8px; color: var(--orange); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
    .hero-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 30px; padding-top: 30px; border-top: 1px solid var(--white-line); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

    .studio-intro { position: relative; overflow: hidden; }
    .studio-intro-grid { display: grid; grid-template-columns: .58fr 1.42fr; gap: clamp(40px, 8vw, 120px); }
    .studio-intro .section-title { max-width: 1050px; }
    .studio-intro .section-title em { color: var(--orange); font-style: normal; }
    .studio-intro-copy { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 960px; }
    .studio-intro-copy p { margin: 0; font-size: clamp(17px, 1.65vw, 23px); }
    .studio-intro-shape { position: absolute; width: 300px; aspect-ratio: 1; border-radius: 50%; border: 58px solid var(--blue); right: -165px; bottom: -140px; opacity: .88; }
    .studio-facts { margin-top: clamp(60px, 9vw, 115px); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
    .fact { min-height: 180px; padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: flex; flex-direction: column; justify-content: space-between; }
    .fact strong { font-family: var(--display); font-size: clamp(34px, 4.2vw, 62px); line-height: .87; letter-spacing: -.045em; text-transform: uppercase; }
    .fact span { max-width: 210px; font-size: 13px; }

    .leadership { background: var(--paper-2); }
    .section-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 7vw, 100px); align-items: end; margin-bottom: clamp(65px, 9vw, 120px); }
    .section-head .lede { max-width: 700px; }
    .profile-row { display: grid; grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr); border-top: 1px solid var(--ink); min-height: 670px; }
    .profile-row + .profile-row { border-top: 0; border-bottom: 1px solid var(--ink); }
    .profile-row.reverse { grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); }
    .profile-photo { min-height: 100%; overflow: hidden; border-right: 1px solid var(--ink); background: var(--paper); }
    .profile-row.reverse .profile-photo { order: 2; border-right: 0; border-left: 1px solid var(--ink); }
    .profile-photo img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
    .profile-row:hover .profile-photo img { transform: scale(1.025); }
    .profile-content { padding: clamp(34px, 6vw, 86px); display: flex; flex-direction: column; justify-content: space-between; gap: 60px; }
    .profile-number { font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
    .profile-name { margin: 0; max-width: 750px; font-family: var(--display); font-size: clamp(44px, 5.5vw, 86px); font-weight: 800; line-height: .82; letter-spacing: -.06em; text-transform: uppercase; }
    .profile-role { display: block; margin-top: 18px; font-size: 11px; line-height: 1.35; letter-spacing: .14em; font-weight: 900; text-transform: uppercase; }
    .profile-bio { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
    .profile-bio p { margin: 0; font-size: clamp(17px, 1.65vw, 23px); line-height: 1.4; }
    .profile-focus { padding-top: 16px; border-top: 1px solid var(--ink); }
    .profile-focus strong { display: block; margin-bottom: 10px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
    .profile-focus span { font-size: 14px; }

    .collaboration { position: relative; background: var(--blue); color: #fff; overflow: hidden; }
    .collaboration::after { content: ""; position: absolute; width: 360px; aspect-ratio: 1; border-radius: 50%; right: -190px; top: -180px; background: var(--orange); opacity: .95; }
    .collaboration-head { position: relative; z-index: 2; display: grid; grid-template-columns: .48fr 1.12fr .8fr; gap: clamp(36px, 6vw, 90px); align-items: end; margin-bottom: clamp(55px, 8vw, 96px); }
    .collaboration-head .section-title { max-width: 760px; }
    .collaboration-head .lede { max-width: 560px; font-size: clamp(18px, 2vw, 27px); }
    .collaboration-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.55); border-left: 1px solid rgba(255,255,255,.55); }
    .collaboration-step { min-height: 360px; padding: clamp(24px, 3vw, 42px); border-right: 1px solid rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.55); display: flex; flex-direction: column; justify-content: space-between; gap: 36px; }
    .collaboration-step span { font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
    .collaboration-step h3 { margin: 0 0 18px; font-family: var(--display); font-size: clamp(36px, 4.4vw, 64px); line-height: .84; letter-spacing: -.052em; text-transform: uppercase; }
    .collaboration-step p { margin: 0; max-width: 330px; font-size: 16px; }
    .collaboration-rule { position: relative; z-index: 2; margin: 38px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.55); font-family: var(--display); font-size: clamp(26px, 3.1vw, 46px); line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }

    .credential-strip { background: var(--paper); padding: 0 var(--pad); }
    .credential-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--ink); }
    .credential { min-height: 190px; padding: 25px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: flex; flex-direction: column; justify-content: space-between; gap: 28px; }
    .credential strong { font-family: var(--display); font-size: clamp(34px, 4.2vw, 64px); line-height: .84; letter-spacing: -.05em; text-transform: uppercase; }
    .credential span { max-width: 230px; font-size: 13px; }

    .studio-team { background: var(--ink); color: #fff; }
    .studio-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--white-line); border-left: 1px solid var(--white-line); }
    .person-card { border-right: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); display: flex; flex-direction: column; min-width: 0; }
    .person-photo { aspect-ratio: 1 / 1.05; overflow: hidden; background: #333; }
    .person-photo img { height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .35s ease; filter: saturate(.86); }
    .person-card:hover .person-photo img { transform: scale(1.035); filter: saturate(1); }
    .person-copy { flex: 1; min-height: 300px; padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; justify-content: space-between; gap: 36px; position: relative; }
    .person-copy::before { content: ""; position: absolute; left: 0; top: 0; width: 42%; height: 5px; background: var(--orange); }
    .person-name { margin: 0; font-family: var(--display); font-size: clamp(34px, 4vw, 60px); line-height: .84; letter-spacing: -.05em; text-transform: uppercase; }
    .person-role { display: block; margin-top: 14px; font-size: 11px; line-height: 1.35; letter-spacing: .13em; text-transform: uppercase; font-weight: 900; opacity: .72; }
    .person-copy p { margin: 0; font-size: 16px; max-width: 430px; }
    .studio-team-footer { margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--white-line); display: flex; justify-content: space-between; align-items: center; gap: 30px; }
    .studio-team-footer p { margin: 0; max-width: 620px; font-size: 15px; opacity: .76; }

    .values { background: var(--orange); }
    .values-grid { margin-top: clamp(58px, 8vw, 100px); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
    .value { min-height: 360px; padding: 25px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
    .value-num { font-size: 11px; font-weight: 900; letter-spacing: .14em; }
    .value h3 { margin: 0 0 18px; font-family: var(--display); font-size: clamp(32px, 4vw, 56px); line-height: .85; letter-spacing: -.05em; text-transform: uppercase; }
    .value p { margin: 0; max-width: 270px; font-size: 15px; }
    .value::after { content: ""; position: absolute; width: 95px; aspect-ratio: 1; right: -60px; bottom: -60px; border-radius: 50%; background: var(--ink); transition: right .3s ease, bottom .3s ease; }
    .value:hover::after { right: -32px; bottom: -32px; }

    .support { background: var(--paper); }
    .support-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 120px); align-items: start; }
    .support-copy { position: sticky; top: 120px; }
    .support-copy .lede { margin-top: 32px; font-size: clamp(18px, 2vw, 27px); }
    .support-list { border-top: 1px solid var(--ink); }
    .support-row { display: grid; grid-template-columns: minmax(130px, .75fr) minmax(190px, 1fr) auto; gap: 24px; padding: 27px 0; border-bottom: 1px solid var(--ink); align-items: center; }
    .support-row strong { font-family: var(--display); font-size: clamp(30px, 3.8vw, 54px); line-height: .88; letter-spacing: -.04em; text-transform: uppercase; }
    .support-row span { font-size: 14px; }
    .support-style { font-size: 11px !important; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; text-align: right; }

    .cta { position: relative; min-height: 75svh; display: grid; align-items: center; background: var(--blue); color: #fff; overflow: hidden; }
    .cta::before { content: ""; position: absolute; width: min(55vw, 780px); aspect-ratio: 1; border-radius: 50%; background: var(--orange); right: -22vw; top: -12vw; }
    .cta::after { content: ""; position: absolute; width: 52vw; height: 10px; background: var(--paper-2); left: -7vw; bottom: 12vw; transform: rotate(12deg); }
    .cta-inner { position: relative; z-index: 2; max-width: 1120px; padding: clamp(90px, 12vw, 170px) var(--pad); }
    .cta .section-title { max-width: 1050px; }
    .cta .lede { margin-top: 32px; max-width: 680px; }
    .cta .button { margin-top: 36px; }

    .site-footer { background: var(--ink); color: #fff; padding: clamp(70px, 9vw, 130px) var(--pad) 28px; }
    .footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; padding-bottom: 70px; border-bottom: 1px solid var(--white-line); }
    .footer-line { margin: 0; font-family: var(--display); font-size: clamp(44px, 6vw, 92px); line-height: .82; font-weight: 800; letter-spacing: -.06em; text-transform: uppercase; }
    .footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; align-content: start; }
    .footer-nav a { border-top: 1px solid var(--white-line); padding: 14px 0; font-size: 12px; letter-spacing: .12em; font-weight: 900; text-transform: uppercase; }
    .footer-nav a:hover { color: var(--orange); }
    .footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }

    .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
    .reveal.in { opacity: 1; transform: none; }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
      .reveal { opacity: 1; transform: none; }
    }

    @media (max-width: 1120px) {
      .nav { display: none; }
      .menu-button { display: flex; }
      .studio-hero-grid { grid-template-columns: 1fr; }
      .hero-note { display: none; }
      .hero-portrait.one { width: min(40vw, 390px); right: 4vw; opacity: .72; }
      .hero-portrait.two { width: min(28vw, 260px); right: 34vw; opacity: .55; }
      .studio-intro-grid, .section-head, .support-grid, .collaboration-head { grid-template-columns: 1fr; }
      .studio-intro-copy { max-width: none; }
      .studio-facts { grid-template-columns: repeat(2, 1fr); }
      .profile-row, .profile-row.reverse { grid-template-columns: 1fr; }
      .profile-row.reverse .profile-photo { order: 0; border-left: 0; }
      .profile-photo, .profile-row.reverse .profile-photo { border-right: 0; border-bottom: 1px solid var(--ink); min-height: auto; aspect-ratio: 1.35 / 1; }
      .profile-photo img { object-position: center 30%; }
      .profile-row.reverse .profile-photo img { object-position: center 25%; }
      .collaboration-grid { grid-template-columns: 1fr; }
      .collaboration-step { min-height: 280px; }
      .credential-grid { grid-template-columns: repeat(2, 1fr); }
      .studio-team-grid { grid-template-columns: repeat(2, 1fr); }
      .person-card:first-child { grid-column: 1 / -1; }
      .person-card:first-child .person-photo { aspect-ratio: 1.8 / 1; }
      .values-grid { grid-template-columns: repeat(2, 1fr); }
      .support-copy { position: static; }
      .footer-top { grid-template-columns: 1fr; }
    }

    @media (max-width: 720px) {
      .site-header { padding-top: 14px; padding-bottom: 14px; }
      .brand-mark { font-size: 42px; }
      .brand-word { font-size: 18px; }
      .studio-hero-grid { padding-top: 160px; padding-bottom: 28px; }
      .hero-art { opacity: .58; }
      .hero-portrait.one { width: 60vw; right: -18vw; top: 21vh; }
      .hero-portrait.two { display: none; }
      .hero-shade { background: linear-gradient(90deg, rgba(23,23,22,.96), rgba(23,23,22,.65) 72%, rgba(23,23,22,.18)); }
      .hero-bottom span:last-child { display: none; }
      .studio-intro-copy { grid-template-columns: 1fr; }
      .studio-intro-shape { width: 190px; right: -120px; bottom: -90px; border-width: 36px; }
      .studio-facts { grid-template-columns: 1fr; }
      .fact { min-height: 145px; }
      .profile-photo, .profile-row.reverse .profile-photo { aspect-ratio: 1 / 1.05; }
      .profile-content { padding: 34px 22px 46px; gap: 45px; }
      .profile-bio { grid-template-columns: 1fr; }
      .credential-grid { grid-template-columns: 1fr; }
      .credential { min-height: 150px; }
      .studio-team-grid { grid-template-columns: 1fr; }
      .person-card:first-child { grid-column: auto; }
      .person-card:first-child .person-photo, .person-photo { aspect-ratio: 1 / 1.04; }
      .person-copy { min-height: 260px; }
      .values-grid { grid-template-columns: 1fr; }
      .value { min-height: 300px; }
      .studio-team-footer { align-items: stretch; flex-direction: column; }
      .studio-team-footer .button { width: 100%; }
      .support-row { grid-template-columns: 1fr; gap: 7px; }
      .support-style { text-align: left; }
      .footer-nav { grid-template-columns: 1fr 1fr; }
      .footer-bottom { flex-direction: column; }
    }
