:root {
      --page: #f4f0e8;
      --paper: #fffdf8;
      --ink: #0a1526;
      --muted: #5f6670;
      --navy: #071a31;
      --navy-2: #0d2948;
      --gold: #b58336;
      --gold-bright: #e0b563;
      --gold-soft: #f1dfb6;
      --red: #b73b3f;
      --line: rgba(10, 21, 38, .16);
      --shadow: 0 28px 70px rgba(7, 26, 49, .16);
      --font-display: "Barlow Condensed", Impact, sans-serif;
      --font-body: "Libre Franklin", Helvetica, sans-serif;
      --nav-height: 78px;
    }
    @media (prefers-color-scheme: dark) {
      :root {
        --page: #06111f;
        --paper: #0b1c30;
        --ink: #f6f0e5;
        --muted: #b8c0ca;
        --navy: #030b16;
        --navy-2: #102943;
        --gold: #d4a451;
        --gold-bright: #efc873;
        --gold-soft: #55411f;
        --line: rgba(246, 240, 229, .17);
        --shadow: 0 28px 70px rgba(0, 0, 0, .36);
      }
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-height) + 18px); }
    section, header, aside[id] { scroll-margin-top: calc(var(--nav-height) + 18px); }
    body {
      margin: 0;
      background: var(--page);
      color: var(--ink);
      font-family: var(--font-body);
      line-height: 1.55;
      overflow-x: hidden;
    }
    img { display: block; max-width: 100%; }
    a { color: inherit; }
    button { font: inherit; }
    .skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: var(--paper); padding: .7rem 1rem; }
    .skip-link:focus { top: 1rem; }
    .shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
    .site-nav {
      position: fixed; inset: 0 0 auto; z-index: 50; color: #fff;
      background: rgba(3, 11, 22, .92); border-bottom: 1px solid rgba(224,181,99,.22);
      box-shadow: 0 12px 30px rgba(0,0,0,.18);
    }
    @supports (backdrop-filter: blur(14px)) { .site-nav { background: rgba(3, 11, 22, .78); backdrop-filter: blur(14px); } }
    .nav-inner { min-height: var(--nav-height); display: flex; align-items: center; justify-content: space-between; gap: 1.6rem; }
    .brand-wordmark { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; min-width: max-content; }
    .brand-wordmark::before { content: ""; width: 4px; height: 30px; background: var(--red); transform: skewX(-15deg); box-shadow: 7px 0 0 var(--gold-bright); }
    .brand-wordmark span { font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 1.72rem; line-height: 1; letter-spacing: .075em; text-transform: uppercase; color: var(--gold-bright); text-shadow: 2px 2px 0 rgba(183,59,63,.55); }
    .nav-links { display: flex; gap: 1.35rem; align-items: center; }
    .nav-links a, .nav-group summary { position: relative; text-decoration: none; font-size: .74rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: #fff; }
    .nav-links > a:not(.nav-cta)::after, .nav-group > summary::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.45rem; height: 2px; background: var(--gold-bright); transform: scaleX(0); transform-origin: left; transition: transform .22s cubic-bezier(.2,.8,.2,1); }
    .nav-links a:hover, .nav-links a:focus-visible, .nav-links a.active, .nav-group summary:hover, .nav-group summary:focus-visible { color: var(--gold-bright); }
    .nav-links > a:hover::after, .nav-links > a:focus-visible::after, .nav-links > a.active::after, .nav-group[open] > summary::after, .nav-group > summary:hover::after, .nav-group > summary:focus-visible::after { transform: scaleX(1); }
    .nav-group { position: relative; }
    .nav-group summary { cursor: pointer; list-style: none; padding: .8rem 0; }
    .nav-group summary::-webkit-details-marker { display: none; }
    .nav-group summary::before { content: "+"; position: absolute; left: calc(100% + .35rem); color: var(--cyan, #16c7ea); font-weight: 900; }
    .nav-group[open] summary::before { content: "−"; }
    .nav-submenu { position: absolute; top: calc(100% + 1rem); left: -.85rem; min-width: 230px; display: grid; padding: .65rem; background: #071a31; border: 1px solid rgba(240,195,107,.38); box-shadow: 0 22px 48px rgba(0,0,0,.38); }
    .nav-submenu a { min-height: 42px; display: flex; align-items: center; padding: .65rem .75rem; border-bottom: 1px solid rgba(255,255,255,.09); white-space: nowrap; }
    .nav-submenu a:last-child { border-bottom: 0; }
    .nav-cta { border: 1px solid var(--gold-bright); padding: .65rem 1.05rem !important; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); background: rgba(224,181,99,.06); }
    .menu-button { display: none; position: relative; border: 1px solid rgba(255,255,255,.35); border-radius: 10px; color: #fff; background: rgba(255,255,255,.05); padding: .65rem .72rem; cursor: pointer; min-width: 50px; min-height: 50px; }
    .menu-button span { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: background .2s ease; }
    .menu-button:hover, .menu-button:focus-visible { border-color: var(--gold-bright); }
    .menu-button:hover span, .menu-button:focus-visible span { background: var(--gold-bright); }

    .hero { min-height: 800px; background: var(--navy); color: #fff; position: relative; overflow: hidden; isolation: isolate; }
    .hero::before { content: ""; position: absolute; width: 720px; height: 720px; border: 1px solid rgba(224,181,99,.22); border-radius: 50%; right: -215px; top: -210px; box-shadow: 0 0 0 96px rgba(224,181,99,.025), 0 0 0 192px rgba(224,181,99,.015); }
    .hero::after { content: ""; position: absolute; width: 1px; height: 100%; background: rgba(255,255,255,.09); left: calc(50% + 130px); top: 0; }
    .hero-grid { min-height: 800px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: end; gap: 4.5rem; padding-top: 150px; position: relative; z-index: 1; }
    .hero-grid::before { content: ""; position: absolute; width: 260px; height: 3px; right: 33%; top: 28%; background: var(--gold-bright); transform: rotate(-43deg); transform-origin: right center; opacity: .7; z-index: -1; }
    .hero-copy { padding: 0 0 92px; }
    .hero-wordmark { display: inline-flex; align-items: center; gap: .8rem; margin-bottom: .9rem; }
    .hero-wordmark::before { content: ""; width: 5px; height: 42px; background: var(--red); transform: skewX(-15deg); box-shadow: 9px 0 0 var(--gold-bright); }
    .hero-wordmark span { font-family: var(--font-display); font-size: clamp(2.5rem, 4.4vw, 4.25rem); font-weight: 900; font-style: italic; letter-spacing: .07em; line-height: .82; color: var(--gold-bright); text-transform: uppercase; text-shadow: 3px 3px 0 rgba(183,59,63,.58), 0 14px 30px rgba(0,0,0,.3); }
    .identity { color: #dfe6ee; font-weight: 600; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
    h1 { font-family: var(--font-display); font-size: clamp(4.7rem, 8.4vw, 7.8rem); line-height: .82; letter-spacing: -.015em; font-weight: 800; margin: 1.35rem 0 1.7rem; max-width: 720px; text-transform: uppercase; }
    .headline-line { display: block; }
    .headline-accent { display: inline-block; color: var(--gold-bright); position: relative; text-shadow: 0 10px 38px rgba(224,181,99,.15); }
    .headline-accent::after { content: ""; position: absolute; left: .02em; right: .03em; bottom: -.02em; height: .055em; background: linear-gradient(90deg,var(--gold-bright),#fff0bb); transform-origin: left; animation: draw-line .85s .32s cubic-bezier(.2,.8,.2,1) both; }
    @keyframes draw-line { from { transform: scaleX(0); } to { transform: scaleX(1); } }
    .hero-lede { font-size: clamp(1rem, 1.8vw, 1.24rem); color: #dfe6ee; max-width: 600px; margin: 0 0 2.1rem; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
    .button { display: inline-flex; align-items: center; justify-content: center; position: relative; isolation: isolate; min-height: 52px; padding: .82rem 2.55rem .82rem 1.25rem; border: 1px solid transparent; text-decoration: none; font-weight: 800; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)); transition: background .24s ease, color .24s ease, border-color .24s ease, transform .24s ease; }
    .button::after { content: ""; position: absolute; right: 1.05rem; width: 4px; height: 20px; background: currentColor; transform: skewX(-16deg); box-shadow: 7px 0 0 var(--red); opacity: .86; transition: transform .24s ease, box-shadow .24s ease; }
    .button:hover, .button:focus-visible { transform: translateY(-2px); }
    .button:hover::after, .button:focus-visible::after { transform: skewX(-16deg) translateX(3px); box-shadow: 9px 0 0 var(--red); }
    .button-gold { background: var(--gold-bright); color: #07101d; box-shadow: inset 0 -4px 0 rgba(7,16,29,.18); }
    .button-gold:hover, .button-gold:focus-visible { background: #f7d68f; }
    .button-line { color: #fff; border-color: rgba(255,255,255,.5); background: linear-gradient(105deg, rgba(224,181,99,.1), transparent 52%); }
    .button-line:hover, .button-line:focus-visible { border-color: var(--gold-bright); color: var(--gold-bright); background: rgba(224,181,99,.1); }
    .hero-photo { align-self: end; position: relative; height: 640px; }
    .hero-photo::before { content: ""; position: absolute; inset: 68px -34px 0 46px; background: var(--gold); z-index: -1; }
    .hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: saturate(.88) contrast(1.04); }
    .photo-tag { position: absolute; left: -1.4rem; bottom: 2rem; background: var(--paper); color: var(--ink); padding: 1rem 1.15rem; width: 225px; box-shadow: var(--shadow); }
    .photo-tag strong { display: block; font-family: var(--font-display); font-size: 1.55rem; line-height: 1; letter-spacing: .025em; }
    .photo-tag span { display: block; margin-top: .35rem; color: var(--muted); font-size: .74rem; line-height: 1.4; }

    .proof-strip { background: var(--gold-bright); color: #07101d; position: relative; overflow-x: clip; overflow-y: visible; }
    .proof-strip::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 28%, rgba(255,255,255,.3) 45%, transparent 62%); transform: translateX(-120%); animation: proof-sheen 5.8s 1.1s ease-in-out infinite; pointer-events: none; }
    @keyframes proof-sheen { 0%, 63% { transform: translateX(-120%); } 82%, 100% { transform: translateX(120%); } }
    .proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; z-index: 1; }
    .proof-item { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 1.65rem; border-right: 1px solid rgba(7,16,29,.22); }
    .proof-item:first-child { border-left: 1px solid rgba(7,16,29,.22); }
    .proof-value { font-family: var(--font-display); font-size: clamp(2.3rem, 4vw, 3.25rem); letter-spacing: .02em; line-height: .95; }
    .proof-label { margin-top: .45rem; font-size: .78rem; font-weight: 700; line-height: 1.35; }

    section { padding: 104px 0; }
    .section-heading { display: grid; grid-template-columns: .55fr 1fr; gap: 4rem; align-items: end; margin-bottom: 3.2rem; }
    .eyebrow { display: inline-flex; align-items: center; gap: .7rem; color: var(--gold); font-weight: 700; font-size: .76rem; letter-spacing: .15em; text-transform: uppercase; }
    .eyebrow::before { content: ""; width: 4px; height: 18px; background: var(--red); transform: skewX(-16deg); box-shadow: 7px 0 0 var(--gold); margin-right: 7px; }
    h2 { font-family: var(--font-display); font-size: clamp(3.3rem, 6vw, 5.7rem); line-height: .88; font-weight: 400; letter-spacing: .015em; margin: .65rem 0 0; }
    .heading-copy { max-width: 610px; font-size: 1.02rem; color: var(--muted); margin: 0; }

    .work { background: var(--paper); }
    .format-grid { display: grid; grid-template-columns: 1.35fr .85fr .85fr; gap: 18px; }
    .format-card { min-height: 390px; position: relative; overflow: hidden; background: var(--navy); color: #fff; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease; }
    .format-card::before { content: ""; position: absolute; inset: auto -42px -78px auto; width: 230px; height: 230px; border: 36px solid rgba(224,181,99,.17); border-radius: 50%; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
    .format-card:hover { transform: translateY(-7px); box-shadow: 0 24px 48px rgba(7,26,49,.2); }
    .format-card:hover::before { transform: scale(1.12) rotate(8deg); }
    .format-card.red { background: #9c3136; }
    .format-card.gold { background: #b78334; color: #07101d; }
    .format-card .index { font-size: .72rem; font-weight: 700; letter-spacing: .13em; }
    .format-card h3 { position: relative; font-family: var(--font-display); font-size: clamp(1.85rem, 2.4vw, 2.5rem); font-weight: 400; line-height: .92; margin: 0 0 .65rem; max-width: 100%; overflow-wrap: break-word; }
    .format-card p { position: relative; margin: 0; max-width: 390px; font-size: .9rem; line-height: 1.55; color: rgba(255,255,255,.82); }
    .format-card.gold p { color: rgba(7,16,29,.78); }
    .format-card .cue { position: relative; width: 58px; height: 4px; background: currentColor; margin-bottom: 1.6rem; }

    .portfolio { background: var(--page); }
    .filter-bar { display: flex; flex-wrap: wrap; gap: .65rem; margin: -1rem 0 2.25rem; }
    .filter-button { min-height: 44px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); padding: .7rem 1.1rem; cursor: pointer; font-weight: 800; font-size: .7rem; letter-spacing: .075em; text-transform: uppercase; clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px)); box-shadow: inset 3px 0 0 transparent; transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
    .filter-button:hover, .filter-button:focus-visible { color: var(--gold); border-color: var(--gold); box-shadow: inset 4px 0 0 var(--red); }
    .filter-button.active { background: var(--navy); color: var(--gold-bright); border-color: var(--navy); box-shadow: inset 5px 0 0 var(--red), inset 10px 0 0 var(--gold-bright); }
    .portfolio-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .portfolio-item { position: relative; min-width: 0; border: 0; padding: 0; background: #020811; color: #fff; cursor: pointer; overflow: hidden; text-align: left; aspect-ratio: 4 / 5; box-shadow: 0 16px 34px rgba(7,26,49,.13); }
    .portfolio-item[hidden] { display: none; }
    .portfolio-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
    .portfolio-item::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(2,8,17,.95) 0, rgba(2,8,17,.16) 57%, transparent 78%); }
    .portfolio-item::after { content: "PLAY"; position: absolute; z-index: 2; right: 1rem; top: 1rem; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.65); background: rgba(3,11,22,.68); color: #fff; font-size: .58rem; font-weight: 700; letter-spacing: .08em; }
    .portfolio-item[data-type="image"]::after { content: "VIEW"; }
    .portfolio-item:hover img, .portfolio-item:focus-visible img { transform: scale(1.035); filter: saturate(1.08) contrast(1.03); }
    .portfolio-caption { position: absolute; inset: auto 1.25rem 1.25rem; z-index: 2; }
    .portfolio-caption small { color: var(--gold-bright); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
    .portfolio-caption strong { display: block; margin-top: .35rem; font-family: var(--font-display); font-size: 2rem; font-weight: 700; line-height: .95; letter-spacing: .015em; }
    .portfolio-note { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; margin-top: 1.3rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
    .portfolio-note a { color: var(--ink); font-weight: 700; text-underline-offset: 4px; }
    .lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 5.2rem 1.25rem 1.25rem; background: rgba(1,6,13,.94); }
    .lightbox[hidden] { display: none; }
    .lightbox-inner { width: min(980px, 100%); max-height: calc(100vh - 6.5rem); display: grid; grid-template-columns: minmax(0,1fr) 245px; background: #07101d; border: 1px solid rgba(224,181,99,.34); box-shadow: 0 32px 80px rgba(0,0,0,.55); overflow: hidden; }
    .lightbox-media { display: grid; place-items: center; min-height: min(72vh, 700px); background: #000; overflow: hidden; }
    .lightbox-media video, .lightbox-media img { max-width: 100%; max-height: min(72vh, 700px); width: auto; height: auto; object-fit: contain; }
    .lightbox-details { color: #fff; padding: 2rem 1.5rem; display: flex; flex-direction: column; justify-content: flex-end; }
    .lightbox-details small { color: var(--gold-bright); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
    .lightbox-details h3 { font-family: var(--font-display); font-size: 2.5rem; line-height: .95; margin: .6rem 0 0; }
    .lightbox-close { position: fixed; top: 1rem; right: 1rem; z-index: 101; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.45); background: #07101d; color: #fff; cursor: pointer; font-size: 1.7rem; line-height: 1; }
    body.lightbox-open { overflow: hidden; }

    .clients { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
    .clients::after { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(224,181,99,.08); border-radius: 50%; right: -260px; bottom: -280px; }
    .clients .shell { position: relative; z-index: 1; }
    .clients .heading-copy { color: #c9d3df; }
    .client-logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
    .client-logo { min-height: 156px; padding: 1.35rem; margin: 0; display: grid; place-items: center; background: #fff; border-right: 1px solid #d7dce2; border-bottom: 1px solid #d7dce2; overflow: hidden; transition: background .25s ease; }
    .client-logo img { width: 100%; height: 78px; object-fit: contain; filter: none; opacity: 1; transition: filter .3s ease, opacity .3s ease, transform .3s cubic-bezier(.2,.8,.2,1); }
    .client-logo:hover img, .client-logo:focus-within img, .client-logo:focus img { filter: grayscale(0); opacity: 1; transform: scale(1.055); }
    .client-logo:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: -3px; }
    .client-logo img.logo-tall { height: 92px; }
    .client-logo img.logo-wide { height: 66px; }
    .repeat-line { border: 1px solid rgba(255,255,255,.16); border-top: 0; padding: 1.3rem 1.6rem; color: #d7e0e9; }
    .repeat-line strong { color: var(--gold-bright); }

    .about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
    .mark-frame { position: relative; background: var(--navy); padding: 4rem 3rem; min-height: 570px; display: grid; place-items: center; overflow: hidden; }
    .mark-frame::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(224,181,99,.32); border-radius: 50%; }
    .mark-frame img { width: min(330px, 88%); position: relative; z-index: 1; mix-blend-mode: screen; }
    .about-copy h2 { margin-bottom: 1.6rem; }
    .about-copy p { color: var(--muted); font-size: 1rem; }
    .about-copy .lead { color: var(--ink); font-size: 1.25rem; font-weight: 600; line-height: 1.45; }
    .signature { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; padding-top: 1.3rem; border-top: 1px solid var(--line); font-weight: 700; }
    .signature::before { content: ""; width: 42px; height: 3px; background: var(--gold); }

    .services { background: var(--paper); }
    .services-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 5rem; }
    .service-list { border-top: 1px solid var(--line); }
    .service-row { display: grid; grid-template-columns: minmax(0, .9fr) minmax(240px, 1.1fr); gap: 1.5rem; align-items: center; min-height: 104px; border-bottom: 1px solid var(--line); position: relative; padding: .85rem 0 .85rem 1.35rem; transition: padding-left .25s ease, color .25s ease; }
    .service-row::before { content: ""; position: absolute; left: 0; width: 4px; height: 0; background: var(--gold); transition: height .25s ease; }
    .service-row:hover { padding-left: 1.8rem; color: var(--gold); }
    .service-row:hover::before { height: 44%; }
    .service-row h3 { font-family: var(--font-display); font-size: 2rem; font-weight: 400; line-height: 1; letter-spacing: .02em; margin: 0; }
    .service-row p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }
    .service-aside { background: var(--navy-2); color: #fff; padding: 2.4rem; align-self: start; }
    .service-aside h3 { font-family: var(--font-display); font-size: 2.65rem; font-weight: 400; line-height: 1; margin: 0 0 1.3rem; color: var(--gold-bright); }
    .service-aside p { color: #dce4ec; }
    .kit-list { list-style: none; padding: 0; margin: 1.6rem 0 0; }
    .kit-list li { padding: .72rem 0; border-top: 1px solid rgba(255,255,255,.15); font-size: .9rem; }

    .coaching { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
    .coaching::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(118deg, transparent 0 61%, rgba(224,181,99,.08) 61.1% 61.35%, transparent 61.45%), radial-gradient(circle at 92% 12%, transparent 0 125px, rgba(224,181,99,.16) 126px 127px, transparent 128px); }
    .coaching .shell { position: relative; z-index: 1; }
    .coaching .section-heading { align-items: start; }
    .coaching .heading-copy { color: #cad4df; }
    .coaching-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
    .coaching-track { min-height: 285px; padding: 1.8rem; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); position: relative; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.025); transition: background .25s ease, color .25s ease; }
    .coaching-track::after { content: ""; position: absolute; width: 42px; height: 5px; top: 1.8rem; right: 1.8rem; background: var(--gold-bright); box-shadow: 9px 0 0 var(--red); transform: skewX(-18deg); }
    .coaching-track:hover { background: var(--gold-bright); color: #07101d; }
    .coaching-track:hover .track-number, .coaching-track:hover p { color: rgba(7,16,29,.72); }
    .track-number { color: var(--gold-bright); font-family: var(--font-display); font-size: .9rem; font-weight: 800; letter-spacing: .14em; }
    .coaching-track h3 { font-family: var(--font-display); font-size: 2.25rem; line-height: .95; font-weight: 600; margin: 0 0 .75rem; }
    .coaching-track p { color: #cad4df; margin: 0; font-size: .9rem; line-height: 1.55; }
    .coaching-action { margin-top: 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.35rem 0 0; border-top: 1px solid rgba(255,255,255,.18); }
    .coaching-action p { margin: 0; color: #dce4ec; max-width: 680px; }
    .coaching-action .button { flex: 0 0 auto; }

    .contact { background: var(--gold-bright); color: #07101d; padding: 88px 0; }
    .contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; }
    .contact h2 { font-size: clamp(4rem, 8vw, 7rem); margin-bottom: 1rem; }
    .contact p { max-width: 640px; margin: 0; font-size: 1.03rem; }
    .contact-actions { display: grid; gap: .75rem; }
    .contact .button-gold { background: #07101d; color: #fff; }
    .contact .button-line { color: #07101d; border-color: rgba(7,16,29,.45); }
    .contact .button-line:hover, .contact .button-line:focus-visible { border-color: #07101d; background: rgba(7,16,29,.08); color: #07101d; }
    .socials { display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; margin-top: 2rem; }
    .socials a { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; text-underline-offset: 4px; }

    .reveal { opacity: 1; transform: none; }
    @media (prefers-reduced-motion: no-preference) {
      .portfolio-item img, .client-logo img, .button, .nav-links a { will-change: transform; }
    }

    footer { background: #030b15; color: #9daab8; padding: 2rem 0; font-size: .74rem; }
    .footer-inner { display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; align-items: center; }
    .footer-brand { font-family: var(--font-display); font-style: italic; font-size: 1.55rem; font-weight: 900; letter-spacing: .08em; color: var(--gold-bright); text-transform: uppercase; text-shadow: 2px 2px 0 rgba(183,59,63,.5); }
    .footer-meta { display: grid; gap: .15rem; text-align: right; }

    @media (max-width: 980px) {
      .nav-links { gap: .85rem; }
      .nav-links a { font-size: .68rem; }
      .hero-grid { grid-template-columns: 1fr .8fr; gap: 2rem; }
      .hero-photo { height: 590px; }
      .proof-grid { grid-template-columns: repeat(2, 1fr); }
      .proof-item:nth-child(odd) { border-left: 1px solid rgba(7,16,29,.22); }
      .format-grid { grid-template-columns: 1fr 1fr; }
      .format-card:first-child { grid-column: 1 / -1; }
      .portfolio-gallery { grid-template-columns: repeat(2, 1fr); }
      .client-logo-grid { grid-template-columns: repeat(3, 1fr); }
      .services-layout { gap: 2rem; }
      .coaching-grid { grid-template-columns: 1fr 1fr; }
      .coaching-track:last-child { grid-column: 1 / -1; }
    }
    @media (max-width: 760px) {
      :root { --nav-height: 70px; }
      .shell { width: min(100% - 28px, 1180px); }
      .nav-inner { min-height: var(--nav-height); }
      .brand-wordmark span { font-size: 1.45rem; }
      .menu-button { display: block; }
      .nav-links { display: none; position: absolute; top: var(--nav-height); left: 0; right: 0; background: #071a31; padding: .7rem 14px 1rem; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 24px 45px rgba(0,0,0,.36); }
      .nav-links.open { display: flex; }
      .nav-links a, .nav-group summary { min-height: 50px; padding: .9rem .8rem; display: flex; align-items: center; font-size: .82rem; border-bottom: 1px solid rgba(255,255,255,.1); }
      .nav-group summary::before { left: auto; right: .8rem; }
      .nav-submenu { position: static; min-width: 0; padding: .2rem 0 .45rem .85rem; background: rgba(255,255,255,.035); border: 0; box-shadow: none; }
      .nav-submenu a { min-height: 44px; padding: .7rem .85rem; color: #dce4ec; font-size: .72rem; }
      .nav-cta { margin-top: .5rem; justify-content: center; border-bottom: 1px solid var(--gold-bright) !important; }
      .hero { min-height: auto; }
      .hero::after { display: none; }
      .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; padding-top: 120px; }
      .hero-copy { padding-bottom: 52px; }
      .hero-wordmark span { font-size: 2.65rem; }
      h1 { font-size: clamp(3.7rem, 16vw, 5rem); line-height: .86; }
      .identity { font-size: .69rem; line-height: 1.5; letter-spacing: .095em; }
      .hero-lede { font-size: 1rem; line-height: 1.6; }
      .hero-photo { height: 510px; width: calc(100% + 28px); margin-left: -14px; }
      .hero-photo::before { inset: 35px 0 0 28px; }
      .hero-photo img { object-position: center 15%; }
      .photo-tag { left: 14px; bottom: 16px; width: min(230px, calc(100% - 28px)); }
      .proof-grid { grid-template-columns: 1fr 1fr; }
      .proof-item { min-height: 130px; padding: 1.15rem; }
      .proof-value { font-size: 2.4rem; }
      section { padding: 78px 0; }
      .section-heading { grid-template-columns: 1fr; gap: 1.4rem; margin-bottom: 2.3rem; }
      h2 { font-size: clamp(3rem, 13vw, 4rem); line-height: .9; }
      .heading-copy { font-size: .98rem; line-height: 1.65; }
      .format-grid { grid-template-columns: 1fr; }
      .format-card:first-child { grid-column: auto; }
      .format-card { min-height: 310px; }
      .work .format-card { padding: 1.6rem; }
      .filter-bar { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin: -.25rem 0 1.6rem; }
      .filter-button { width: 100%; min-width: 0; padding-inline: .55rem; }
      .portfolio-gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
      .portfolio-item { aspect-ratio: 3 / 4; }
      .portfolio-caption { inset: auto .85rem .85rem; }
      .portfolio-caption strong { font-size: 1.45rem; }
      .portfolio-item::after { width: 43px; height: 43px; right: .7rem; top: .7rem; }
      .portfolio-note { align-items: flex-start; flex-direction: column; gap: .55rem; }
      .lightbox { padding: 4.8rem .75rem .75rem; align-items: center; }
      .lightbox-inner { max-height: calc(100vh - 5.6rem); grid-template-columns: 1fr; overflow-y: auto; }
      .lightbox-media { min-height: 0; max-height: 68vh; }
      .lightbox-media video, .lightbox-media img { max-height: 68vh; }
      .lightbox-details { padding: 1.1rem; }
      .lightbox-details h3 { font-size: 1.9rem; }
      .client-logo-grid { grid-template-columns: repeat(2, 1fr); }
      .client-logo { min-height: 125px; padding: 1rem; }
      .client-logo img { height: 62px; }
      .client-logo img.logo-tall { height: 74px; }
      .client-logo img.logo-wide { height: 52px; }
      .about-grid { grid-template-columns: 1fr; gap: 3rem; }
      .mark-frame { min-height: 440px; padding: 3rem 2rem; }
      .services-layout { grid-template-columns: 1fr; }
      .service-row { grid-template-columns: 1fr; gap: .45rem; padding-block: 1.1rem; }
      .service-aside h3 { font-size: 1.5rem; }
      .coaching-grid { grid-template-columns: 1fr; }
      .coaching-track, .coaching-track:last-child { grid-column: auto; min-height: 245px; }
      .coaching-action { align-items: stretch; flex-direction: column; }
      .coaching-action .button { width: 100%; }
      .contact-grid { grid-template-columns: 1fr; gap: 2.3rem; }
      .contact h2 { font-size: clamp(3.5rem, 15vw, 4.5rem); line-height: .9; }
      .button { min-height: 52px; padding: .85rem 2.5rem .85rem 1rem; }
      .socials { display: grid; gap: .85rem; }
      .socials a { min-height: 44px; display: flex; align-items: center; }
      .footer-inner { display: grid; }
      .footer-meta { text-align: left; }
    }
    @media (max-width: 390px) {
      .proof-grid { grid-template-columns: 1fr; }
      .proof-item { border-left: 1px solid rgba(7,16,29,.22); }
      .hero-actions .button { width: 100%; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
      .reveal { opacity: 1; transform: none; }
    }

    /* BestUGC 2026 brand system: editorial scale, performance graphics, and the Moe Train signature mark. */
    :root {
      --page: #e8edf2;
      --paper: #f8fafc;
      --ink: #061525;
      --muted: #4e5d6d;
      --navy: #031426;
      --navy-2: #092844;
      --gold: #b58a4b;
      --gold-bright: #f0c36b;
      --gold-soft: #e9d4a9;
      --red: #d63b54;
      --cyan: #16c7ea;
      --line: rgba(6,21,37,.17);
      --shadow: 0 34px 90px rgba(3,20,38,.2);
      --font-display: "Archivo", sans-serif;
      --font-body: "Archivo", sans-serif;
      --font-mono: "IBM Plex Mono", monospace;
    }
    @media (prefers-color-scheme: dark) {
      :root {
        --page: #050e18;
        --paper: #091827;
        --ink: #f2f5f7;
        --muted: #a9b5c2;
        --navy: #020b14;
        --navy-2: #0a2238;
        --gold: #c99d5a;
        --gold-bright: #f1c875;
        --gold-soft: #594625;
        --line: rgba(242,245,247,.16);
        --shadow: 0 34px 90px rgba(0,0,0,.42);
      }
    }
    body { background-color: var(--page); background-image: linear-gradient(rgba(6,21,37,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(6,21,37,.025) 1px, transparent 1px); background-size: 48px 48px; }
    .shell { width: min(1240px, calc(100% - 56px)); }
    .site-nav { background: rgba(2,11,20,.92); border-bottom: 1px solid rgba(240,195,107,.26); box-shadow: 0 14px 34px rgba(0,0,0,.24); }
    .nav-inner { min-height: 86px; }
    .brand-lockup { display: inline-flex; align-items: center; gap: .8rem; color: #fff; text-decoration: none; min-width: max-content; }
    .brand-lockup img { width: 43px; height: 56px; object-fit: contain; filter: drop-shadow(0 7px 12px rgba(0,0,0,.42)); }
    .brand-type { display: inline-flex; align-items: baseline; font-style: italic; line-height: .8; letter-spacing: -.055em; }
    .brand-type b, .brand-type i { font-size: 1.28rem; font-weight: 900; }
    .brand-type b { color: #fff; }
    .brand-type i { color: var(--gold-bright); }
    .brand-type small { margin-left: .25rem; color: var(--cyan); font-family: var(--font-mono); font-size: .5rem; font-style: normal; letter-spacing: .02em; }
    .nav-links { gap: 2rem; }
    .nav-links a, .nav-group summary { font-family: var(--font-display); font-size: .78rem; letter-spacing: .075em; }
    .nav-submenu a { font-family: var(--font-mono); font-size: .66rem; }
    .nav-cta { border-color: var(--gold-bright); background: var(--gold-bright); color: #07101d !important; box-shadow: 5px 5px 0 var(--red); }
    .nav-cta:hover, .nav-cta:focus-visible { box-shadow: 7px 7px 0 var(--cyan); }

    .hero { min-height: 930px; background: #031426; }
    .hero::before { width: 880px; height: 880px; right: -270px; top: -310px; border-color: rgba(240,195,107,.18); box-shadow: 0 0 0 88px rgba(240,195,107,.02), 0 0 0 176px rgba(240,195,107,.012); }
    .hero::after { left: 62%; background: rgba(255,255,255,.08); }
    .hero-grid { min-height: 930px; grid-template-columns: 1.04fr .96fr; gap: clamp(2rem, 6vw, 7rem); padding-top: 154px; }
    .hero-grid::after { content: "UGC / 001"; position: absolute; right: -1.2rem; top: 135px; color: rgba(255,255,255,.34); font-family: var(--font-mono); font-size: .62rem; letter-spacing: .14em; writing-mode: vertical-rl; }
    .hero-copy { position: relative; padding-bottom: 96px; }
    .hero-copy::before { content: ""; position: absolute; left: -28px; top: -38px; width: 72px; height: 72px; border-left: 1px solid var(--cyan); border-top: 1px solid var(--cyan); opacity: .72; }
    .hero-brand { display: flex; align-items: baseline; width: max-content; margin-bottom: 1.25rem; font-style: italic; line-height: .72; letter-spacing: -.072em; transform: skewX(-4deg); }
    .hero-brand-best, .hero-brand-ugc { font-size: clamp(2.45rem, 4.7vw, 4.8rem); font-weight: 900; }
    .hero-brand-best { color: #fff; }
    .hero-brand-ugc { color: var(--gold-bright); }
    .hero-brand-dot { color: var(--cyan); font-family: var(--font-mono); font-size: .8rem; font-style: normal; letter-spacing: 0; margin-left: .38rem; }
    .identity { display: flex; flex-wrap: wrap; gap: .55rem 1.3rem; color: #c8d4df; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .085em; }
    .identity span { display: inline-flex; align-items: center; gap: .75rem; }
    .identity span:not(:last-child)::after { content: "/"; color: var(--red); font-weight: 700; }
    h1 { font-size: clamp(4.8rem, 8.7vw, 8.35rem); line-height: .77; font-weight: 900; letter-spacing: -.072em; margin: 1.65rem 0 1.8rem; }
    .headline-line { white-space: nowrap; }
    .headline-accent { color: #fff; text-shadow: none; }
    .headline-accent::after { bottom: -.09em; height: .065em; background: linear-gradient(90deg, var(--cyan), var(--gold-bright) 52%, var(--red)); }
    .hero-lede { font-size: clamp(1rem, 1.5vw, 1.16rem); line-height: 1.68; max-width: 575px; color: #c9d4df; }
    .hero-actions { gap: .9rem; }
    .button { min-height: 56px; padding: .95rem 3rem .95rem 1.3rem; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .08em; clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px)); }
    .button::after { width: 3px; box-shadow: 6px 0 0 var(--red); }
    .button-gold { background: var(--gold-bright); box-shadow: inset 0 -4px 0 rgba(7,16,29,.18), 6px 6px 0 rgba(22,199,234,.9); }
    .button-gold:hover, .button-gold:focus-visible { background: #f7d68f; box-shadow: inset 0 -4px 0 rgba(7,16,29,.18), 9px 9px 0 var(--red); }
    .hero-photo { height: 730px; padding: 18px 0 0 18px; }
    .hero-photo::before { inset: 74px -38px 0 54px; background: linear-gradient(145deg, var(--gold-bright), #80602d); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), calc(100% - 70px) 100%, 0 100%); }
    .hero-photo::after { content: ""; position: absolute; inset: 0 0 0 18px; border: 1px solid rgba(255,255,255,.16); border-bottom: 0; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), calc(100% - 70px) 100%, 0 100%); pointer-events: none; }
    .hero-photo > img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center 16%; filter: saturate(.84) contrast(1.07); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), calc(100% - 70px) 100%, 0 100%); }
    .hero-seal { position: absolute; z-index: 3; right: -30px; top: 18px; width: 126px; height: 148px; display: grid; place-items: center; background: #061525; border: 1px solid rgba(240,195,107,.44); box-shadow: 10px 10px 0 var(--cyan), 0 25px 45px rgba(0,0,0,.3); transform: rotate(3deg); }
    .hero-seal img { width: 88px; height: 126px; object-fit: contain; filter: drop-shadow(0 9px 12px rgba(0,0,0,.38)); }
    .photo-tag { left: -2.2rem; bottom: 2.6rem; width: 260px; padding: 1.15rem 1.25rem 1.2rem; border-top: 4px solid var(--cyan); background: #f8fafc; }
    .photo-tag strong { font-size: 1.35rem; font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; }
    .photo-tag span { font-family: var(--font-mono); font-size: .64rem; }

    .proof-strip { background: #f0c36b; padding: 0 0 1rem; border-top: 6px solid var(--cyan); }
    .proof-kicker { width: max-content; max-width: calc(100vw - 3rem); margin: 0 auto; transform: translateY(-50%); background: #031426; color: #fff; padding: .45rem 1.15rem; font-family: var(--font-mono); font-size: .61rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; box-shadow: 5px 5px 0 var(--red); }
    .proof-grid { margin-top: -.35rem; }
    .proof-item { min-height: 146px; padding: 1.5rem 1.65rem; }
    .proof-value { font-size: clamp(2.8rem, 4.4vw, 4rem); font-weight: 900; letter-spacing: -.065em; }
    .proof-label { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .03em; text-transform: uppercase; }
    .sales-proof { margin-top: -.15rem; margin-bottom: 0; text-align: center; font-size: .78rem; font-weight: 700; }

    section { position: relative; padding: 122px 0; }
    .section-heading { grid-template-columns: .64fr 1fr; gap: clamp(2rem, 7vw, 7rem); margin-bottom: 4rem; }
    .eyebrow { color: var(--gold); font-family: var(--font-mono); font-size: .65rem; letter-spacing: .14em; }
    .eyebrow::before { width: 18px; height: 2px; background: var(--cyan); box-shadow: 7px 0 0 var(--gold); transform: none; margin-right: 8px; }
    h2 { font-size: clamp(3.55rem, 6.4vw, 6.55rem); line-height: .84; font-weight: 900; letter-spacing: -.065em; text-transform: uppercase; }
    .heading-copy { font-size: 1rem; line-height: 1.72; }

    .work { background: var(--paper); overflow-x: clip; }
    .work::before { content: "BESTUGC®"; position: absolute; right: -1rem; top: 34px; color: rgba(6,21,37,.045); font-size: clamp(5rem, 13vw, 12rem); font-weight: 900; letter-spacing: -.08em; }
    .format-grid { gap: 12px; }
    .format-card { min-height: 430px; padding: 2.15rem; background: #031426; box-shadow: none; clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%); container-type: inline-size; }
    .format-card::before { border: 0; border-radius: 0; background: repeating-linear-gradient(135deg, rgba(255,255,255,.11) 0 2px, transparent 2px 13px); width: 220px; height: 220px; bottom: -80px; right: -70px; transform: rotate(15deg); }
    .format-card::after { content: "+"; position: absolute; top: 1.4rem; right: 1.7rem; color: var(--cyan); font-family: var(--font-mono); font-size: 1.2rem; }
    .format-card:hover { transform: translateY(-5px); box-shadow: 0 28px 58px rgba(3,20,38,.24); }
    .format-card.red { background: #122c46; }
    .format-card.gold { background: #f0c36b; }
    .format-card .index { font-family: var(--font-mono); font-size: .63rem; letter-spacing: .13em; }
    .format-card h3 { font-size: clamp(1.7rem, 2.6vw, 2.6rem); font-size: 9.2cqw; font-weight: 900; letter-spacing: -.06em; text-transform: uppercase; overflow-wrap: break-word; }
    .format-card p { font-size: .88rem; }
    .format-card .cue { width: 62px; height: 3px; background: var(--cyan); box-shadow: 10px 0 0 var(--gold-bright), 20px 0 0 var(--red); }
    .format-card.gold .cue { background: #07101d; box-shadow: 10px 0 0 var(--red), 20px 0 0 #fff; }

    .portfolio { background: var(--page); overflow: hidden; }
    .portfolio::after { content: "SELECTED / WORK"; position: absolute; left: 18px; top: 47%; color: var(--muted); font-family: var(--font-mono); font-size: .56rem; letter-spacing: .18em; writing-mode: vertical-rl; }
    .filter-bar { gap: .45rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
    .filter-button { font-family: var(--font-mono); font-size: .61rem; background: transparent; clip-path: none; border-color: transparent; border-bottom-color: var(--line); }
    .filter-button.active { background: #031426; color: var(--gold-bright); border-color: #031426; box-shadow: inset 4px 0 0 var(--cyan); }
    .portfolio-gallery { grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
    .portfolio-item { margin-top: 0; aspect-ratio: 4 / 5; box-shadow: none; clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%); }
    .portfolio-item::after { border-radius: 0; width: 55px; height: 55px; border-color: var(--gold-bright); background: var(--gold-bright); color: #07101d; font-family: var(--font-mono); clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); }
    .portfolio-item:hover img, .portfolio-item:focus-visible img { transform: scale(1.045); }
    .portfolio-caption small { color: var(--cyan); font-family: var(--font-mono); font-size: .59rem; }
    .portfolio-caption strong { font-size: 1.75rem; font-weight: 900; letter-spacing: -.05em; text-transform: uppercase; }
    .portfolio-note { font-family: var(--font-mono); font-size: .68rem; }

    .brand-manifesto { background: var(--gold-bright); color: #07101d; padding: 76px 0; overflow: hidden; border-bottom: 6px solid var(--cyan); }
    .brand-manifesto::before { content: "BEST"; position: absolute; right: -2vw; top: -7.5rem; font-size: clamp(11rem, 27vw, 24rem); line-height: 1; font-weight: 900; letter-spacing: -.12em; color: rgba(7,16,29,.055); }
    .manifesto-grid { position: relative; display: grid; grid-template-columns: 120px 1fr 100px; gap: 3rem; align-items: center; }
    .manifesto-index { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; }
    .manifesto-grid p { margin: 0; max-width: 940px; font-size: clamp(2rem, 4vw, 4.4rem); line-height: .98; font-weight: 500; letter-spacing: -.06em; }
    .manifesto-grid strong { font-weight: 900; }
    .manifesto-mark { font-size: 5rem; color: var(--red); text-shadow: 7px 7px 0 #fff; }

    .clients { background: #031426; }
    .clients::before { content: "CLIENT / ROSTER"; position: absolute; left: 0; right: 0; top: 0; padding: 16px 1rem 0; background: repeating-linear-gradient(90deg, var(--cyan) 0 42px, transparent 42px 50px, var(--gold-bright) 50px 92px, transparent 92px 100px) top left / 100% 10px no-repeat; color: var(--gold-bright); font-family: var(--font-mono); font-size: .62rem; font-weight: 600; letter-spacing: .3em; text-indent: .3em; text-align: center; }
    .clients .shell { padding-top: 30px; }
    .client-logo-grid { grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.14); }
    .client-logo { min-height: 164px; border: 0; background: #f8fafc; }
    .client-logo img { opacity: 1; }
    .repeat-line { border-color: rgba(255,255,255,.16); font-family: var(--font-mono); font-size: .72rem; }

    .about-grid { grid-template-columns: .82fr 1.18fr; }
    .mark-frame { min-height: 650px; padding: 3rem; background: #031426; border: 1px solid rgba(240,195,107,.22); isolation: isolate; }
    .mark-frame::before { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.09); clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 38px, 100% 100%, 0 100%); }
    .mark-frame::after { width: 500px; height: 500px; border-color: rgba(22,199,234,.22); box-shadow: 0 0 0 58px rgba(240,195,107,.045); }
    .mark-frame .about-portrait { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center 16%; mix-blend-mode: normal; filter: saturate(.88) contrast(1.05); }
    .mark-frame .about-skull { position: absolute; right: 1.7rem; bottom: 1.7rem; z-index: 3; width: 96px; height: 122px; padding: .55rem; object-fit: contain; background: #031426; border: 1px solid rgba(240,195,107,.5); box-shadow: 7px 7px 0 var(--cyan), 0 18px 35px rgba(0,0,0,.4); filter: drop-shadow(0 8px 10px rgba(0,0,0,.3)); transform: rotate(2deg); }
    .mark-frame::before { z-index: 2; pointer-events: none; }
    .mark-frame::after { z-index: 0; pointer-events: none; }
    .mark-watermark { position: absolute; left: -14px; bottom: 48px; z-index: 2; color: rgba(255,255,255,.07); font-size: 8.5rem; font-weight: 900; line-height: .67; letter-spacing: -.1em; transform: rotate(-90deg); pointer-events: none; }
    .mark-caption { position: absolute; left: 2rem; bottom: 1.35rem; color: #b9c8d5; font-family: var(--font-mono); font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; }
    .about-copy .lead { font-size: 1.28rem; line-height: 1.52; }
    .signature { font-family: var(--font-mono); font-size: .75rem; text-transform: uppercase; }
    .signature::before { background: var(--cyan); box-shadow: 9px 0 0 var(--gold), 18px 0 0 var(--red); }
    .onair { margin-top: clamp(3rem, 7vw, 5.5rem); }
    .onair h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); margin: .9rem 0 1rem; }
    .onair-lead { color: var(--muted); font-size: 1.05rem; max-width: 640px; }
    .onair-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
    .onair-grid figure { margin: 0; border: 1px solid rgba(3,20,38,.14); background: #fff; }
    .onair-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
    .onair-feature { grid-column: 1 / -1; }
    .onair-feature img { aspect-ratio: 16 / 9; object-position: center 22%; }
    .wingbowl { margin-top: clamp(3rem, 7vw, 5.5rem); background: #031426; color: #fff; padding: clamp(3rem, 6vw, 5rem) 0; }
    .wingbowl-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
    .wingbowl-frame { margin: 0; border: 1px solid rgba(240,195,107,.35); box-shadow: 10px 10px 0 var(--cyan); }
    .wingbowl-frame img { width: 100%; display: block; }
    .wingbowl-title { color: #fff; font-size: clamp(2rem, 4.5vw, 3.2rem); margin: .9rem 0 1.6rem; }
    .wingbowl-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.5rem; }
    .wingbowl-gallery figure { margin: 0; border: 1px solid rgba(240,195,107,.3); }
    .wingbowl-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
    .wingbowl-copy .lead { color: #fff; font-size: 1.2rem; font-weight: 600; line-height: 1.5; }
    .wingbowl-copy p { color: #c3d2de; font-size: 1rem; }
    .wingbowl-page { margin-top: 0; padding-top: clamp(6.5rem, 12vw, 9rem); }
    .wingbowl-teaser-link { margin-top: 2rem; }
    .press-strip { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.2rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(240,195,107,.25); }
    .press-label { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
    .press-strip ul { display: flex; flex-wrap: wrap; gap: .6rem; list-style: none; margin: 0; padding: 0; }
    .press-strip li { border: 1px solid rgba(240,195,107,.35); color: #fff; font-size: .82rem; font-weight: 600; padding: .45rem .9rem; }
    .wingbowl-cta { margin-top: 3rem; padding: 2.5rem; border: 1px solid rgba(240,195,107,.35); background: rgba(240,195,107,.06); text-align: center; }
    .wingbowl-cta-copy { color: #fff; font-size: 1.25rem; font-weight: 700; margin: 0 0 1.4rem; }
    /* Wing Bowl story: editorial chapters with framed photo spreads. */
    .wingbowl-story { margin-top: clamp(3.5rem, 7vw, 6rem); padding-top: clamp(2.5rem, 5vw, 4rem); border-top: 1px solid rgba(240,195,107,.25); }
    .story-head { max-width: 780px; }
    .story-title { color: #fff; font-size: clamp(1.9rem, 4.2vw, 3rem); margin: .9rem 0 1.4rem; letter-spacing: -.02em; }
    .story-lede { color: #dbe6ef; font-size: 1.12rem; line-height: 1.65; }
    .story-lede::first-letter { float: left; font-size: 3.4em; line-height: .85; padding: .06em .12em 0 0; color: var(--gold-bright); font-weight: 900; }
    .story-pull { margin: clamp(2.5rem, 5vw, 4rem) 0 0; padding: 0 0 0 1.4rem; border-left: 4px solid var(--red); }
    .story-pull p { color: var(--gold-bright); font-size: clamp(1.5rem, 3.4vw, 2.4rem); font-weight: 800; letter-spacing: -.02em; margin: 0 0 .6rem; }
    .story-pull cite { color: #9fb2c3; font-family: var(--font-mono); font-size: .7rem; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }
    .story-chapter { margin-top: clamp(3rem, 6vw, 5rem); }
    .chapter-kicker { color: var(--cyan); font-family: var(--font-mono); font-size: .68rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
    .story-chapter h3 { color: #fff; font-size: clamp(1.6rem, 3.6vw, 2.5rem); margin: .7rem 0 1rem; letter-spacing: -.02em; }
    .chapter-copy { color: #c3d2de; font-size: 1.02rem; line-height: 1.65; max-width: 680px; }
    .story-spread { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.1rem; margin-top: 2rem; align-items: start; }
    .story-frame { margin: 0; background: #0a2136; border: 1px solid rgba(240,195,107,.45); }
    .story-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
    .story-frame.frame-wide img { aspect-ratio: 16 / 10; }
    .story-frame figcaption { padding: .65rem .85rem; color: var(--gold-bright); font-family: var(--font-mono); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; border-top: 1px solid rgba(240,195,107,.25); }
    .s3 { grid-column: span 3; } .s4 { grid-column: span 4; } .s5 { grid-column: span 5; } .s6 { grid-column: span 6; } .s7 { grid-column: span 7; } .s8 { grid-column: span 8; } .s12 { grid-column: span 12; }
    .tilt-l { transform: rotate(-1.2deg); }
    .tilt-r { transform: rotate(1.2deg); }
    .shadow-cyan { box-shadow: 9px 9px 0 rgba(22,199,234,.85); }
    .shadow-gold { box-shadow: 9px 9px 0 rgba(240,195,107,.8); }
    .push { margin-top: 2.6rem; }

    .services { background: var(--paper); }
    .service-row { min-height: 116px; }
    .service-row::before { background: var(--cyan); }
    .service-row h3 { font-size: 1.85rem; font-weight: 800; letter-spacing: -.04em; text-transform: uppercase; }
    .service-row p { font-size: .84rem; }
    .service-aside { background: #031426; padding: 2.7rem; box-shadow: 10px 10px 0 var(--gold-bright); clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%); }
    .service-aside h3 { font-size: 2.3rem; font-weight: 900; letter-spacing: -.055em; text-transform: uppercase; }
    .kit-list li { font-family: var(--font-mono); font-size: .69rem; }

    .coaching { background: #031426; }
    .coaching-grid { gap: 1px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.16); }
    .coaching-track { min-height: 320px; border: 0; background: #06192b; }
    .coaching-track::after { background: var(--cyan); box-shadow: 9px 0 0 var(--gold-bright), 18px 0 0 var(--red); }
    .coaching-track:hover { background: var(--gold-bright); }
    .track-number { font-family: var(--font-mono); font-size: .65rem; }
    .coaching-track h3 { font-size: 2.15rem; font-weight: 900; letter-spacing: -.055em; text-transform: uppercase; }

    .contact { background: var(--gold-bright); border-top: 7px solid var(--cyan); overflow: hidden; }
    .contact::after { content: "LET'S WORK"; position: absolute; right: -1.5rem; bottom: -2.3rem; color: rgba(7,16,29,.055); font-size: clamp(7rem, 18vw, 17rem); font-weight: 900; letter-spacing: -.09em; white-space: nowrap; }
    .contact .shell { position: relative; z-index: 1; }
    .contact h2 { font-weight: 900; letter-spacing: -.075em; }
    .socials a { font-family: var(--font-mono); font-size: .65rem; }
    footer { border-top: 1px solid rgba(240,195,107,.22); }
    .footer-brand { display: inline-flex; align-items: baseline; font-family: var(--font-display); font-style: italic; text-shadow: none; letter-spacing: -.055em; }
    .footer-brand b, .footer-brand i { font-size: 1.45rem; }
    .footer-brand b { color: #fff; }
    .footer-brand i { color: var(--gold-bright); }
    .footer-brand small { margin-left: .3rem; color: var(--cyan); font-family: var(--font-mono); font-size: .52rem; font-style: normal; }
    .footer-meta { font-family: var(--font-mono); font-size: .62rem; }

    @media (max-width: 1100px) {
      .hero-grid { gap: 2.5rem; }
      .hero-seal { right: -10px; }
      .portfolio::after { display: none; }
    }
    @media (max-width: 980px) {
      .nav-links { gap: .85rem; }
      .hero { min-height: 850px; }
      .hero-grid { min-height: 850px; grid-template-columns: 1fr .78fr; }
      .hero-photo { height: 650px; }
      .headline-line { white-space: normal; }
      .portfolio-item, .portfolio-item:nth-child(n) { grid-column: span 6; margin-top: 0; aspect-ratio: 4 / 5; }
      .manifesto-grid { grid-template-columns: 90px 1fr 70px; gap: 1.5rem; }
    }
    @media (max-width: 760px) {
      :root { --nav-height: 76px; }
      .shell { width: min(calc(100% - 30px), 1240px); }
      .nav-inner { min-height: var(--nav-height); }
      .brand-lockup img { width: 36px; height: 48px; }
      .menu-button { position: fixed; right: auto; left: min(calc(100vw - 65px), 325px); top: 13px; z-index: 55; }
      .brand-type b, .brand-type i { font-size: 1.08rem; }
      .nav-links { top: var(--nav-height); }
      .hero { min-height: auto; }
      .hero-grid { min-height: auto; padding-top: 128px; }
      .hero-grid::after, .hero-copy::before { display: none; }
      .hero-copy { padding-bottom: 58px; }
      .hero-brand-best, .hero-brand-ugc { font-size: 2.7rem; }
      .identity { display: grid; gap: .35rem; font-size: .58rem; }
      .identity span:not(:last-child)::after { display: none; }
      h1 { font-size: clamp(3.85rem, 18vw, 5.25rem); line-height: .8; margin-top: 1.4rem; }
      .headline-line { white-space: normal; }
      .hero-actions { display: grid; }
      .hero-actions .button { width: 100%; }
      .hero-photo { width: calc(100% + 30px); height: 560px; margin-left: -15px; padding-left: 15px; }
      .hero-photo::after { left: 15px; }
      .hero-photo::before { inset: 35px 0 0 32px; }
      .hero-seal { width: 92px; height: 114px; top: 18px; right: 10px; }
      .hero-seal img { width: 68px; height: 96px; }
      .photo-tag { left: 14px; bottom: 18px; width: min(252px, calc(100% - 28px)); }
      .proof-kicker { font-size: .55rem; }
      .proof-grid { margin-top: 0; }
      .proof-value { font-size: 2.65rem; }
      .sales-proof { padding: .3rem .5rem .45rem; line-height: 1.5; }
      section { padding: 84px 0; }
      .section-heading { gap: 1.35rem; margin-bottom: 2.6rem; }
      h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
      .work::before { top: 60px; }
      .format-card { min-height: 330px; }
      .filter-bar { grid-template-columns: 1fr 1fr; padding-bottom: 1rem; }
      .portfolio-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
      .portfolio-item, .portfolio-item:nth-child(n) { grid-column: auto; aspect-ratio: 3 / 4; }
      .portfolio-caption strong { font-size: 1.25rem; }
      .portfolio-item::after { width: 44px; height: 44px; font-size: .5rem; }
      .brand-manifesto { padding: 64px 0; }
      .manifesto-grid { grid-template-columns: 1fr; gap: 1rem; }
      .manifesto-grid p { font-size: clamp(2.25rem, 10vw, 3.1rem); }
      .manifesto-mark { position: absolute; right: 4px; top: -30px; font-size: 3.7rem; opacity: .9; }
      .client-logo-grid { grid-template-columns: 1fr 1fr; }
      .mark-frame { min-height: 530px; }
      .mark-frame .about-portrait { max-height: none; }
      .mark-frame .about-skull { width: 78px; height: 100px; right: 1.2rem; bottom: 1.2rem; }
      .mark-frame::after { width: 380px; height: 380px; }
      .service-aside { margin-right: 8px; }
      .coaching-track { min-height: 265px; }
      .contact h2 { font-size: clamp(3.4rem, 16vw, 5rem); }
    }
    .reviews { background: var(--paper); overflow: hidden; }
    .reviews::before { content: "★★★★★"; position: absolute; right: -1rem; top: 1.5rem; color: rgba(6,21,37,.045); font-size: clamp(5rem, 12vw, 11rem); line-height: 1; letter-spacing: -.15em; white-space: nowrap; }
    .review-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; position: relative; }
    .rating-panel { min-height: 430px; background: #031426; color: #fff; padding: clamp(2rem, 5vw, 4.25rem); display: flex; flex-direction: column; justify-content: space-between; clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%); }
    .rating-stars { color: var(--gold-bright); font-size: clamp(1.8rem, 4vw, 3.3rem); letter-spacing: .1em; line-height: 1; }
    .rating-lockup { display: flex; align-items: flex-end; gap: 1.1rem; }
    .rating-number { font-size: clamp(6rem, 13vw, 11.5rem); line-height: .7; font-weight: 900; letter-spacing: -.09em; color: #fff; }
    .rating-out-of { padding-bottom: .15rem; color: var(--cyan); font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
    .rating-panel p { max-width: 570px; margin: 2rem 0 0; color: #c9d4df; font-size: 1rem; line-height: 1.7; }
    .review-ledger { display: grid; grid-template-rows: 1fr 1fr; gap: 12px; }
    .review-metric { min-height: 209px; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--gold-bright); color: #07101d; position: relative; overflow: hidden; }
    .review-metric:nth-child(2) { background: #122c46; color: #fff; }
    .review-metric::after { content: "+"; position: absolute; right: 1.5rem; top: 1.25rem; color: var(--red); font-family: var(--font-mono); font-size: 1.25rem; }
    .metric-label { font-family: var(--font-mono); font-size: .64rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
    .metric-value { display: block; font-size: clamp(4rem, 8vw, 6.5rem); line-height: .72; font-weight: 900; letter-spacing: -.08em; }
    .metric-note { display: block; margin-top: .8rem; max-width: 330px; font-size: .82rem; line-height: 1.45; }
    .review-source { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--font-mono); font-size: .62rem; letter-spacing: .04em; text-transform: uppercase; }
    .review-quotes-title { margin: 2.75rem 0 1.1rem; font-size: clamp(1.5rem, 3.4vw, 2.1rem); letter-spacing: -.02em; color: var(--ink); }
    .review-quotes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .review-quote { background: #031426; color: #fff; padding: clamp(1.4rem, 3vw, 2rem); display: flex; flex-direction: column; gap: 1rem; border-top: 3px solid var(--gold-bright); }
    .review-quote-stars { color: var(--gold-bright); letter-spacing: .12em; font-size: 1rem; line-height: 1; }
    .review-quote blockquote { margin: 0; }
    .review-quote blockquote p { margin: 0; font-size: 1.02rem; line-height: 1.65; color: #dbe4ec; }
    .review-quote-attr { margin: auto 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; align-items: baseline; gap: .75rem; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; color: #9fb0c0; }
    .review-quote-attr strong { color: var(--gold-bright); font-size: .78rem; letter-spacing: .06em; }
    .home-reviews { background: #031426; color: #fff; overflow: hidden; }
    .home-reviews .eyebrow { color: var(--gold-bright); }
    .home-reviews .section-heading h2 { color: #fff; word-spacing: .12em; }
    .home-reviews .heading-copy { color: #c9d4df; }
    .review-rotator { position: relative; margin-top: .5rem; }
    .rotator-viewport { position: relative; }
    .rotator-slide { position: absolute; inset: 0; margin: 0; padding: clamp(1.6rem, 4vw, 3rem); display: flex; flex-direction: column; justify-content: center; gap: 1.25rem; background: rgba(255,255,255,.03); border: 1px solid rgba(240,195,107,.28); border-top: 3px solid var(--gold-bright); opacity: 0; visibility: hidden; transform: translateX(36px); transition: opacity .55s ease, transform .55s ease, visibility 0s linear .55s; }
    .rotator-slide.is-active { position: relative; opacity: 1; visibility: visible; transform: none; transition: opacity .55s ease, transform .55s ease; }
    .rotator-stars { color: var(--gold-bright); letter-spacing: .12em; font-size: 1.1rem; line-height: 1; }
    .rotator-slide blockquote { margin: 0; }
    .rotator-slide blockquote p { margin: 0; font-size: clamp(1.15rem, 2.6vw, 1.6rem); line-height: 1.55; font-weight: 500; color: #f2f6fa; letter-spacing: -.01em; }
    .rotator-slide figcaption { display: flex; align-items: baseline; gap: .9rem; font-family: var(--font-mono); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; color: #9fb0c0; }
    .rotator-slide figcaption strong { color: var(--gold-bright); font-size: .82rem; }
    .rotator-controls { display: flex; align-items: center; gap: 1.1rem; margin-top: 1.4rem; }
    .rotator-prev, .rotator-next { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(240,195,107,.55); background: transparent; color: var(--gold-bright); font-size: 1.15rem; line-height: 1; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background .25s ease, color .25s ease; }
    .rotator-prev:hover, .rotator-next:hover, .rotator-prev:focus-visible, .rotator-next:focus-visible { background: var(--gold-bright); color: #07101d; }
    .rotator-dots { display: flex; flex-wrap: wrap; row-gap: .6rem; column-gap: .55rem; align-items: center; }
    .rotator-dot { width: 11px; height: 11px; border-radius: 50%; border: 1px solid var(--gold-bright); background: transparent; padding: 0; cursor: pointer; }
    .rotator-dot.is-active { background: var(--gold-bright); }
    .rotator-more { display: inline-block; margin-top: 1.3rem; color: var(--gold-bright); font-family: var(--font-mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; text-decoration: underline; text-underline-offset: 5px; }
    .rotator-more:hover { color: #fff; }

    @media (max-width: 760px) {
      .reviews { padding-top: 52px; }
      .reviews::before { top: .65rem; }
      .reviews .section-heading { grid-template-columns: minmax(0, 1fr); }
      .reviews .section-heading > * { min-width: 0; }
      .review-grid { grid-template-columns: minmax(0, 1fr); }
      .rating-panel { min-height: 360px; padding: 2rem 1.4rem; }
      .rating-lockup { gap: .7rem; }
      .rating-number { font-size: clamp(5.8rem, 28vw, 8.5rem); }
      .review-ledger { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
      .review-metric { min-height: 190px; padding: 1.35rem; }
      .metric-value { font-size: clamp(3.5rem, 18vw, 5rem); }
      .review-source { align-items: flex-start; flex-direction: column; gap: .3rem; }
      .review-quotes { grid-template-columns: 1fr; }
    }
    @media (max-width: 390px) {
      .brand-lockup { gap: .45rem; }
      .brand-type small { display: none; }
      .portfolio-gallery { grid-template-columns: 1fr; }
      .portfolio-item, .portfolio-item:nth-child(n) { aspect-ratio: 4 / 5; }
      .proof-grid { grid-template-columns: 1fr 1fr; }
      .proof-item { border-left: 1px solid rgba(7,16,29,.22); }
      .proof-value { font-size: 2.25rem; }
      .review-ledger { grid-template-columns: 1fr; }
      .review-metric { min-height: 170px; }
    }

    /* User-selected BestUGC mark and hero refinements. */
    .brand-lockup { min-width: 0; }
    .brand-lockup .site-logo { width: 112px; height: 64px; object-fit: contain; object-position: left center; filter: drop-shadow(0 8px 15px rgba(0,0,0,.4)); }
    .hero-brand { width: auto; transform: none; margin-bottom: .65rem; }
    .hero-brand .hero-logo { width: clamp(185px, 21vw, 270px); height: auto; filter: drop-shadow(0 16px 25px rgba(0,0,0,.4)); }
    .hero-byline { width: max-content; max-width: 100%; margin: 0 0 1.35rem; color: var(--gold-bright); font-family: var(--font-mono); font-size: clamp(.66rem, 1vw, .78rem); font-weight: 600; line-height: 1; letter-spacing: .22em; text-transform: uppercase; }
    .hero-byline strong { color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; letter-spacing: inherit; }
    .hero-audience { width: max-content; max-width: 100%; margin: 0 0 .7rem; padding: .45rem .72rem; color: var(--gold-bright); border: 1px solid rgba(240,195,107,.4); font-family: var(--font-mono); font-size: .61rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
    .hero-message { display: contents; }
    .mobile-hero-portrait { display: none; }
    .hero h1 { font-size: clamp(4.4rem, 7.4vw, 7.15rem); }
    .hero .headline-line { white-space: nowrap; }
    .work .section-heading { grid-template-columns: minmax(0, .72fr) minmax(280px, .78fr); }
    /* 1.0.30: keep the giant section h1 inside its grid track (long words
       like DESIGNED forced the track wider and overlapped the copy). */
    .work .section-heading > * { min-width: 0; }
    .work .section-heading h1 { font-size: clamp(3.2rem, 5.6vw, 5.2rem); }
    .work .heading-copy { max-width: 540px; justify-self: end; margin-right: clamp(18px, 3vw, 42px); }
    @media (max-width: 760px) {
      .brand-lockup .site-logo { width: 84px; height: 58px; }
      .hero-grid { grid-template-columns: minmax(0, 1fr); padding-top: 108px; }
      .hero-copy { display: flex; flex-direction: column; }
      .hero-brand { order: 1; margin-bottom: .45rem; }
      .hero-brand .hero-logo { width: 150px; }
      .hero-byline { order: 2; margin-bottom: 1.25rem; font-size: .62rem; }
      .hero-audience { order: 3; margin-bottom: .75rem; }
      .identity { order: 4; margin-bottom: 1.45rem; }
      .hero-message { order: 5; display: flex; flex-direction: column; gap: 1.45rem; align-items: stretch; margin: 0 0 2.15rem; }
      .hero-lede { order: 6; }
      .hero-actions { order: 7; }
      .mobile-hero-portrait { display: block; position: relative; isolation: isolate; width: calc(100% - 12px); max-width: 500px; margin: 0 12px 10px 0; padding: 13px 13px 0; border: 1px solid rgba(255,255,255,.2); box-shadow: 10px 10px 0 var(--cyan); overflow: visible; clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px)); background: #061525; }
      .mobile-hero-portrait::before { content: ""; position: absolute; z-index: -1; inset: 32px -12px -10px 28px; background: linear-gradient(145deg, var(--gold-bright), #80602d); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 42px), calc(100% - 42px) 100%, 0 100%); }
      .mobile-hero-portrait > img { display: block; position: static; width: 100%; height: auto; aspect-ratio: 1 / 1; max-width: none; margin: 0; object-fit: cover; object-position: center center; filter: saturate(.9) contrast(1.04); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 36px), calc(100% - 36px) 100%, 0 100%); }
      .mobile-hero-seal { position: absolute; z-index: 3; right: -3px; top: -14px; width: 82px; height: 100px; display: grid; place-items: center; padding: 7px; background: #061525; border: 1px solid rgba(240,195,107,.56); box-shadow: 7px 7px 0 var(--cyan), 0 18px 30px rgba(0,0,0,.38); transform: rotate(3deg); }
      .mobile-hero-seal img { width: 58px; height: 84px; object-fit: contain; filter: drop-shadow(0 7px 9px rgba(0,0,0,.4)); }
      .mobile-hero-portrait figcaption { display: block; position: relative; z-index: 2; margin: 0 -13px; padding: .78rem .9rem .82rem; background: var(--gold-bright); color: #07101d; font-family: var(--font-mono); font-size: .54rem; font-weight: 700; line-height: 1.3; letter-spacing: .04em; text-transform: uppercase; }
      .hero-photo { display: none; }
      .hero h1 { width: 100%; min-width: 0; font-size: clamp(3.5rem, 16vw, 4.7rem); line-height: .82; margin: 0; overflow-wrap: normal; word-break: normal; }
      .hero h1 .headline-line { display: block; max-width: 100%; white-space: normal; }
      .work .section-heading { grid-template-columns: minmax(0, 1fr); }
      .work .heading-copy { justify-self: start; margin-right: 0; padding-right: 24px; }
      .clients { padding-top: 22px; }
      .clients .section-heading { margin-top: 0; margin-bottom: 1.5rem; padding-top: 0; gap: .8rem; }
      .clients .section-heading h2 { margin-top: .35rem; }
      .brand-marquee { margin-top: 0; margin-bottom: 12px; overflow: hidden; }
      .brand-marquee-track { animation: marquee-run 28s linear infinite; }
      .client-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .client-logo { min-height: 88px; padding: .6rem; }
      .client-logo img { height: 46px; }
      .client-logo img.logo-tall { height: 56px; }
      .client-logo img.logo-wide { height: 40px; }
      .about-grid { grid-template-columns: 1fr; gap: 2.25rem; }
      .onair-grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
      .wingbowl-grid { grid-template-columns: 1fr; }
      .wingbowl-gallery { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
      .story-spread { grid-template-columns: 1fr; gap: 1.4rem; }
      .story-spread > * { grid-column: 1 / -1 !important; }
      .story-spread .push { margin-top: 0; }
      .story-spread .tilt-l, .story-spread .tilt-r { transform: none; }
      .story-spread .shadow-cyan, .story-spread .shadow-gold { box-shadow: 6px 6px 0 rgba(22,199,234,.85); }
      .story-frame.frame-wide img { aspect-ratio: 4 / 3; }
      .about-copy { min-width: 0; }
      .about-copy h2 { font-size: clamp(2rem, 9vw, 3.2rem); overflow-wrap: break-word; }
      .mark-frame { min-height: 530px; }
      .mark-frame .about-portrait { object-position: center 16%; }
    }
    @media (max-width: 390px) {
      .brand-lockup .site-logo { width: 76px; }
      .hero-brand .hero-logo { width: 140px; }
      .hero-message { gap: 1.7rem; margin-bottom: 1.8rem; }
      .mobile-hero-portrait { width: calc(100% - 8px); }
      .hero h1 { font-size: clamp(3.15rem, 15.4vw, 3.75rem); }
    }
    /* Premium motion system: fast transforms only, with a complete reduced-motion path. */
    .intro-mark {
      position: fixed; inset: 0; z-index: 200; display: grid; place-items: center;
      background: #020b14; pointer-events: none;
      animation: intro-dismiss 1.05s .72s cubic-bezier(.7,0,.25,1) forwards;
    }
    .intro-mark::before, .intro-mark::after {
      content: ""; position: absolute; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, transparent, var(--cyan) 18%, var(--gold-bright) 50%, var(--red) 82%, transparent);
      transform: scaleX(0); animation: intro-rule .62s .08s cubic-bezier(.2,.8,.2,1) forwards;
    }
    .intro-mark::before { top: calc(50% - 92px); }
    .intro-mark::after { bottom: calc(50% - 92px); animation-delay: .16s; }
    .intro-emblem { position: relative; display: grid; place-items: center; width: 116px; height: 154px; }
    .intro-emblem::before { content: ""; position: absolute; inset: -10px -16px; border: 1px solid rgba(240,195,107,.42); transform: skewX(-5deg) scaleY(0); animation: intro-frame .5s .18s cubic-bezier(.2,.8,.2,1) forwards; }
    .intro-emblem img { width: 92px; height: 140px; object-fit: contain; opacity: 0; transform: translateY(13px) scale(.9); filter: drop-shadow(0 15px 25px rgba(0,0,0,.65)); animation: intro-logo .55s .18s cubic-bezier(.2,.8,.2,1) forwards; }
    @keyframes intro-rule { to { transform: scaleX(1); } }
    @keyframes intro-frame { to { transform: skewX(-5deg) scaleY(1); } }
    @keyframes intro-logo { to { opacity: 1; transform: translateY(0) scale(1); } }
    @keyframes intro-dismiss { to { opacity: 0; visibility: hidden; transform: translateY(-2%); } }

    .hero-copy > *, .hero-photo { opacity: 1; transform: translateY(24px); animation: hero-enter .75s cubic-bezier(.2,.8,.2,1) forwards; }
    .hero-copy > :nth-child(1) { animation-delay: 2.7s; }
    .hero-copy > :nth-child(2) { animation-delay: 2.78s; }
    .hero-copy > :nth-child(3) { animation-delay: 2.84s; }
    .hero-copy > :nth-child(4) { animation-delay: 2.9s; }
    .hero-copy > :nth-child(5) { animation-delay: 2.96s; }
    .hero-copy > :nth-child(6) { animation-delay: 3.02s; }
    .hero-copy > :nth-child(7) { animation-delay: 3.08s; }
    .hero-photo { transform: translateX(28px); animation-delay: 2.84s; }
    @keyframes hero-enter { to { opacity: 1; transform: none; } }

    .reveal { opacity: 1; transform: none; }
    .reveal.is-visible { animation: section-reveal .72s cubic-bezier(.2,.8,.2,1) both; }
    @keyframes section-reveal { from { opacity: .38; transform: translateY(28px); } to { opacity: 1; transform: none; } }
    .nav-group summary { padding-right: 1rem; }
    .nav-group summary::before { left: auto; right: 0; }
    .format-grid.reveal.is-visible .format-card,
    .portfolio-gallery.reveal.is-visible .portfolio-item,
    .client-logo-grid.reveal.is-visible .client-logo,
    .coaching-grid.reveal.is-visible .coaching-track {
      animation: reveal-piece .68s cubic-bezier(.2,.8,.2,1) both;
    }
    .format-grid.reveal.is-visible > :nth-child(2),
    .portfolio-gallery.reveal.is-visible > :nth-child(2),
    .client-logo-grid.reveal.is-visible > :nth-child(2),
    .coaching-grid.reveal.is-visible > :nth-child(2) { animation-delay: .08s; }
    .format-grid.reveal.is-visible > :nth-child(3),
    .portfolio-gallery.reveal.is-visible > :nth-child(3),
    .client-logo-grid.reveal.is-visible > :nth-child(3),
    .coaching-grid.reveal.is-visible > :nth-child(3) { animation-delay: .14s; }
    @keyframes reveal-piece { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

    .brand-marquee { margin: 0 0 20px; overflow: hidden; border-block: 1px solid rgba(255,255,255,.16); background: #06192b; -webkit-mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); }
    .brand-marquee-track { display: flex; width: max-content; animation: marquee-run 34s linear infinite; }
    .brand-marquee:hover .brand-marquee-track { animation-play-state: paused; }
    .marquee-logo { width: 184px; height: 96px; flex: 0 0 184px; display: grid; place-items: center; padding: 1rem 1.5rem; border-right: 1px solid rgba(255,255,255,.12); }
    .marquee-logo img { width: auto; max-width: 100%; height: 58px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: .7; transition: opacity .25s ease, filter .25s ease, transform .25s ease; }
    .marquee-logo:hover img { opacity: 1; filter: none; transform: scale(1.05); }
    @keyframes marquee-run { to { transform: translateX(-50%); } }

    .portfolio-item { transform-style: preserve-3d; }
    .portfolio-item::after { transition: transform .28s cubic-bezier(.2,.8,.2,1), background .25s ease, color .25s ease; }
    .portfolio-item:hover::after, .portfolio-item:focus-visible::after { transform: rotate(-4deg) translate(-3px,3px); background: var(--cyan); }
    .portfolio-caption { transition: transform .32s cubic-bezier(.2,.8,.2,1); }
    .portfolio-item:hover .portfolio-caption, .portfolio-item:focus-visible .portfolio-caption { transform: translateY(-7px); }
    .portfolio-item:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
    .hero-seal { transform: translate3d(0,var(--parallax-y,0),0) rotate(3deg); will-change: transform; }
    .manifesto-mark { transform: translate3d(0,var(--parallax-mark,0),0); will-change: transform; }
    .site-nav.is-scrolled { box-shadow: 0 18px 42px rgba(0,0,0,.34); border-bottom-color: rgba(22,199,234,.4); }
    .lightbox { opacity: 1; transition: opacity .2s ease; }
    .lightbox-inner { animation: lightbox-in .35s cubic-bezier(.2,.8,.2,1) both; }
    @keyframes lightbox-in { from { opacity: 0; transform: scale(.965) translateY(12px); } to { opacity: 1; transform: none; } }

    @media (max-width: 760px) {
      .intro-emblem { width: 84px; height: 116px; }
      .intro-emblem img { width: 68px; height: 104px; }
      .intro-mark::before { top: calc(50% - 72px); }
      .intro-mark::after { bottom: calc(50% - 72px); }
      .marquee-logo { width: 138px; height: 76px; flex-basis: 138px; padding: .8rem 1rem; }
      .marquee-logo img { width: auto; height: 42px; }
      .hero-seal, .manifesto-mark { will-change: auto; }
    }
    @media (prefers-reduced-motion: reduce) {
      .intro-mark { display: none; }
      .hero-copy > *, .hero-photo { opacity: 1; transform: none; animation: none; }
      .reveal, .reveal.is-visible { opacity: 1; transform: none; transition: none; }
      .format-grid.reveal.is-visible .format-card,
      .portfolio-gallery.reveal.is-visible .portfolio-item,
      .client-logo-grid.reveal.is-visible .client-logo,
      .coaching-grid.reveal.is-visible .coaching-track { animation: none; }
      .brand-marquee-track { animation: none; transform: none; }
      .brand-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
      .lightbox-inner { animation: none; }
    }

    /* Three-part hero suite: cinematic ident, vertical showreel, and portfolio subpage treatment. */
    .rec-logo { position: relative; display: inline-block; line-height: 0; }
    .rec-logo img { display: block; }
    .rec-dot { position: absolute; z-index: 2; left: 92.34%; top: 50%; width: 4.2%; aspect-ratio: 1; border-radius: 50%; transform: translate(-50%,-50%); background: radial-gradient(circle at 36% 30%, #ffd1d3 0 8%, #ff5a64 20%, #ef142b 48%, #9e0017 78%, #5b000d 100%); box-shadow: 0 0 0 2px rgba(255,126,136,.82), 0 0 13px rgba(255,28,50,.94), 0 0 30px rgba(226,15,44,.68), 0 0 48px rgba(214,22,49,.3); animation: rec-pulse 2.8s ease-in-out infinite; pointer-events: none; }
    @keyframes rec-pulse { 0%, 100% { filter: brightness(.98); box-shadow: 0 0 0 2px rgba(255,126,136,.72), 0 0 11px rgba(255,28,50,.78), 0 0 26px rgba(226,15,44,.5), 0 0 42px rgba(214,22,49,.22); } 50% { filter: brightness(1.2); box-shadow: 0 0 0 2px rgba(255,187,191,.95), 0 0 18px rgba(255,28,50,1), 0 0 38px rgba(226,15,44,.82), 0 0 58px rgba(214,22,49,.4); } }
    .brand-lockup .rec-logo { width: 112px; }
    .brand-lockup .site-logo { width: 100%; height: auto; }
    .hero-brand .rec-logo { width: clamp(185px, 21vw, 270px); }
    .hero-brand .hero-logo { width: 100%; }
    .footer-brand .rec-logo { width: 118px; }
    .footer-brand img { width: 100%; height: auto; }

    .intro-mark { animation: intro-dismiss 1.1s 2.25s cubic-bezier(.7,0,.25,1) forwards; overflow: hidden; }
    .intro-mark::before, .intro-mark::after { animation-duration: .8s; }
    .intro-mark::before { top: 18%; }
    .intro-mark::after { bottom: 18%; }
    .intro-lockup { position: relative; display: grid; justify-items: center; gap: 1rem; width: min(420px, calc(100vw - 48px)); }
    .intro-lockup::before { content: ""; position: absolute; left: 50%; top: 51%; width: min(430px, 82vw); aspect-ratio: 1; border-radius: 50%; transform: translate(-50%,-50%) scale(.45); opacity: 0; background: radial-gradient(circle, rgba(240,195,107,.3) 0, rgba(214,59,84,.12) 32%, rgba(3,20,38,0) 69%); animation: intro-aura 1.15s .22s ease-out forwards; }
    .intro-lockup > * { position: relative; z-index: 1; }
    .intro-lockup .rec-logo { width: 150px; opacity: 0; transform: translateY(-12px); animation: intro-word .58s .12s cubic-bezier(.2,.8,.2,1) forwards; }
    .intro-wordmark { width: 100%; height: auto; }
    .intro-emblem { width: 166px; height: 226px; }
    .intro-emblem::before { inset: -12px -24px; border-color: rgba(240,195,107,.5); box-shadow: inset 0 0 25px rgba(240,195,107,.12), 0 0 34px rgba(240,195,107,.15); }
    .intro-emblem img { width: 138px; height: 208px; filter: drop-shadow(-12px 0 16px rgba(22,199,234,.2)) drop-shadow(12px 0 18px rgba(214,59,84,.2)) drop-shadow(0 0 32px rgba(240,195,107,.36)); }
    .intro-byline { color: #f1c875; font-family: var(--font-mono); font-size: .72rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; opacity: 0; transform: translateY(10px); animation: intro-word .58s .52s cubic-bezier(.2,.8,.2,1) forwards; }
    @keyframes intro-aura { to { opacity: 1; transform: translate(-50%,-50%) scale(1); } }
    @keyframes intro-word { to { opacity: 1; transform: none; } }

    .hero { min-height: 900px; }
    .hero-grid { min-height: 900px; grid-template-columns: minmax(0,1fr) minmax(300px,.48fr); align-items: center; gap: clamp(2.5rem,5vw,6rem); padding-top: 132px; padding-bottom: 58px; }
    .hero-copy { align-self: center; padding-bottom: 0; }
    .hero h1 { font-size: clamp(4rem,6.6vw,6.2rem); }
    .showreel-stage { position: relative; align-self: center; width: min(100%, 500px); justify-self: end; padding: 1rem 1rem 1.15rem; background: linear-gradient(145deg,#071b30,#020912 72%); border: 1px solid rgba(240,195,107,.34); box-shadow: 18px 18px 0 rgba(22,199,234,.78), 0 35px 75px rgba(0,0,0,.42); clip-path: polygon(0 0,calc(100% - 28px) 0,100% 28px,100% 100%,28px 100%,0 calc(100% - 28px)); opacity: 0; transform: translateX(28px); animation: hero-enter .75s 1.06s cubic-bezier(.2,.8,.2,1) forwards; }
    .showreel-heading { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .72rem; color: #c8d4df; font-family: var(--font-mono); font-size: .56rem; letter-spacing: .1em; }
    .showreel-heading span:last-child { color: var(--gold-bright); }
    .reel-main, .reel-thumb { border: 0; padding: 0; color: #fff; background: #000; cursor: pointer; }
    .reel-main { position: relative; display: block; width: min(63%, 285px); margin-inline: auto; aspect-ratio: 9 / 16; overflow: hidden; box-shadow: 0 0 0 1px rgba(255,255,255,.15), 0 20px 38px rgba(0,0,0,.45); }
    .reel-main > img, .reel-thumb > img { width: 100%; height: 100%; object-fit: cover; }
    .reel-main > img { transition: transform .45s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
    .reel-vignette { position: absolute; inset: 0; background: linear-gradient(to top,rgba(1,5,11,.95),transparent 52%), linear-gradient(120deg,rgba(240,195,107,.12),transparent 40%); }
    .reel-play { position: absolute; left: 50%; top: 48%; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; transform: translate(-50%,-50%); background: var(--gold-bright); color: #07101d; box-shadow: 0 0 0 8px rgba(240,195,107,.16), 0 12px 28px rgba(0,0,0,.35); transition: transform .25s ease, background .25s ease; }
    .reel-play span { width: 0; height: 0; margin-left: 5px; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 18px solid currentColor; }
    .reel-main:hover > img, .reel-main:focus-visible > img { transform: scale(1.035); filter: saturate(1.08); }
    .reel-main:hover .reel-play, .reel-main:focus-visible .reel-play { transform: translate(-50%,-50%) scale(1.08); background: #f7d68f; }
    .reel-main:focus-visible, .reel-thumb:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
    .reel-slot { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; text-align: left; }
    .reel-slot b { display: block; font-family: var(--font-mono); color: var(--gold-bright); font-size: .58rem; letter-spacing: .1em; }
    .reel-slot small { display: block; margin-top: .22rem; font-size: .72rem; }
    .hero-filmstrip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .55rem; width: min(80%,360px); margin: .9rem auto 0; }
    .reel-thumb { position: relative; aspect-ratio: 9 / 16; overflow: hidden; border: 1px solid rgba(255,255,255,.14); }
    .reel-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(1,5,11,.72),transparent 55%); }
    .reel-thumb > img { transition: transform .35s ease; }
    .reel-thumb:hover > img, .reel-thumb:focus-visible > img { transform: scale(1.05); }
    .reel-thumb span { position: absolute; z-index: 2; right: .5rem; bottom: .35rem; color: var(--gold-bright); font-family: var(--font-mono); font-size: .58rem; }
    .reel-note { margin: .8rem 0 0; color: #8fa0af; font-family: var(--font-mono); font-size: .54rem; line-height: 1.5; letter-spacing: .04em; text-align: center; text-transform: uppercase; }

    .portfolio { padding-top: 0; }
    .portfolio-subhero { position: relative; margin-bottom: 3rem; padding: 102px 0 82px; overflow: hidden; color: #fff; background: #031426; border-top: 6px solid var(--gold-bright); }
    .portfolio-subhero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg,rgba(22,199,234,.06),transparent 35%), repeating-linear-gradient(135deg,rgba(255,255,255,.022) 0 1px,transparent 1px 16px); }
    .portfolio-stage { position: relative; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.55fr); gap: clamp(2rem,6vw,6rem); align-items: center; }
    .portfolio-kinetic { position: relative; z-index: 1; }
    .portfolio-index { display: block; color: var(--cyan); font-family: var(--font-mono); font-size: .63rem; letter-spacing: .15em; }
    .portfolio-kinetic h2 { position: relative; z-index: 2; margin: 1rem 0 1.35rem; font-size: clamp(4.3rem,8vw,8.7rem); line-height: .78; }
    .portfolio-kinetic h2 span { display: block; }
    .glint-line { position: relative; width: max-content; max-width: 100%; color: var(--gold-bright); overflow: hidden; }
    .glint-line::after { content: ""; position: absolute; inset: -30% auto -30% -28%; width: 18%; transform: skewX(-18deg); background: linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent); animation: gold-glint 4.6s 1.2s ease-in-out infinite; }
    @keyframes gold-glint { 0%,68% { left: -28%; } 88%,100% { left: 118%; } }
    .portfolio-kinetic p { position: relative; z-index: 2; max-width: 620px; margin: 0; color: #c9d4df; font-size: 1rem; line-height: 1.7; }
    .portfolio-skull-watermark { position: absolute; z-index: 0; right: -7%; top: 50%; width: min(310px,42vw); opacity: .075; transform: translateY(-50%) rotate(-8deg); pointer-events: none; }
    .portfolio-skull-watermark img { width: 100%; }
    .portfolio-portrait-frame { position: relative; z-index: 1; margin: 0; padding: 12px; background: linear-gradient(145deg,#f7d68f,#936c2f); box-shadow: 14px 14px 0 var(--cyan), 0 30px 55px rgba(0,0,0,.38); transform: rotate(2deg); }
    .portfolio-portrait-frame::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.36); pointer-events: none; }
    .portfolio-portrait-frame img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 18%; }
    .portfolio-portrait-frame figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: .75rem; padding: .75rem .35rem .15rem; color: #07101d; text-transform: uppercase; }
    .portfolio-portrait-frame figcaption span { font-family: var(--font-mono); font-size: .54rem; letter-spacing: .08em; }
    .portfolio-portrait-frame figcaption strong { font-size: .85rem; }
    .portfolio-content { position: relative; }

    @media (max-width: 980px) {
      .hero-grid { grid-template-columns: minmax(0,1fr) minmax(300px,.52fr); gap: 2rem; }
      .hero h1 { font-size: clamp(3.7rem,7.2vw,5.5rem); }
      .portfolio-stage { grid-template-columns: minmax(0,1fr) 280px; }
    }
    @media (max-width: 760px) {
      .brand-lockup .rec-logo { width: 84px; }
      .hero-brand .rec-logo { width: 150px; }
      .hero { min-height: auto; }
      .hero-grid { grid-template-columns: minmax(0,1fr); gap: .85rem; padding-top: 100px; padding-bottom: 58px; }
      .hero-copy { display: contents; }
      .hero-brand { order: 1; margin-bottom: 0; }
      .hero-byline { order: 2; margin-bottom: .35rem; }
      .identity { display: none; }
      .hero-copy > h1 { order: 3; margin: .35rem 0 1rem; font-size: clamp(3.35rem,15.2vw,4.5rem); }
      .showreel-stage { order: 4; margin-top: .35rem; }
      .hero-lede { order: 5; margin-top: 1.65rem; }
      .hero-actions { order: 6; margin-top: .6rem; }
      .showreel-stage { width: calc(100% - 10px); justify-self: start; margin-right: 10px; padding: .85rem; box-shadow: 10px 10px 0 rgba(22,199,234,.78),0 25px 55px rgba(0,0,0,.38); }
      .reel-main { width: min(64%,230px); }
      .hero-filmstrip { width: min(86%,310px); gap: .45rem; }
      .reel-play { width: 58px; height: 58px; }
      .reel-note { font-size: .5rem; }
      .portfolio-subhero { padding: 76px 0 68px; }
      .portfolio-stage { grid-template-columns: minmax(0,1fr); gap: 2.5rem; }
      .portfolio-kinetic h2 { font-size: clamp(3.7rem,17vw,5rem); }
      .portfolio-portrait-frame { width: min(75%,300px); justify-self: end; margin-right: 14px; }
      .portfolio-skull-watermark { right: -3%; width: 240px; }
      .portfolio-content { padding-top: .5rem; }
      .footer-brand .rec-logo { width: 104px; }
      .intro-lockup .rec-logo { width: 128px; }
      .intro-emblem { width: 132px; height: 180px; }
      .intro-emblem img { width: 108px; height: 166px; }
    }
    @media (prefers-reduced-motion: reduce) {
      .rec-dot { animation: none; }
      .showreel-stage { opacity: 1; transform: none; animation: none; }
      .glint-line::after { display: none; }
    }


/* Contact brief: submitted through the theme's authenticated WordPress mail handler. */
.contact-grid { grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); align-items: start; }
.contact-copy { padding-top: .65rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.contact-actions .button { flex: 1 1 210px; }
.contact-form-panel { position: relative; padding: clamp(1.5rem, 3vw, 2.35rem); color: #fff; background: #031426; box-shadow: 12px 12px 0 var(--cyan), 0 28px 60px rgba(3,20,38,.25); clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px)); }
.contact-form-panel::before { content: "BRIEF / 001"; position: absolute; top: 1rem; right: 1.25rem; color: var(--cyan); font-family: var(--font-mono); font-size: .55rem; letter-spacing: .12em; }
.contact-form { display: grid; gap: 1rem; padding-top: .75rem; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-field { display: grid; gap: .45rem; min-width: 0; }
.form-field label { color: var(--gold-bright); font-family: var(--font-mono); font-size: .61rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.form-field label span { color: #91a2b2; font-weight: 500; letter-spacing: .03em; text-transform: none; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid rgba(255,255,255,.22); border-radius: 0; background: #071d32; color: #fff; font: inherit; font-size: .95rem; padding: .82rem .9rem; appearance: none; }
.form-field input { min-height: 50px; }
.form-field textarea { min-height: 168px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #8fa0af; opacity: 1; }
.form-field input:focus, .form-field textarea:focus { outline: 3px solid rgba(22,199,234,.34); outline-offset: 1px; border-color: var(--gold-bright); }
.contact-form .button { width: 100%; border: 0; cursor: pointer; }
.form-note { margin: -.2rem 0 0 !important; color: #9fb0bf !important; font-family: var(--font-mono); font-size: .58rem !important; line-height: 1.5; }
.form-status { margin: 0 0 1rem; padding: .85rem 1rem; color: #fff; background: #0a2b42; border-left: 4px solid var(--cyan); font-size: .86rem; line-height: 1.5; }
.form-status.error { border-left-color: var(--red); }
.honeypot-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 760px) {
  .contact-grid { grid-template-columns: minmax(0, 1fr); }
  .contact-copy { padding-top: 0; }
  .contact-form-panel { padding: 1.4rem; margin: 0 8px 8px 0; box-shadow: 8px 8px 0 var(--cyan), 0 24px 48px rgba(3,20,38,.2); }
  .form-row { grid-template-columns: minmax(0, 1fr); }
  .contact-actions { display: grid; }
  .contact-actions .button { width: 100%; }
}


/* Homepage sequence correction: brand hero first, standalone 9:16 showreel second. */
.hero { min-height: 900px; }
.hero-grid { min-height: 900px; grid-template-columns: minmax(0, 1.03fr) minmax(370px, .72fr); align-items: center; gap: clamp(3rem, 7vw, 7.5rem); padding-top: 132px; padding-bottom: 64px; }
.hero-copy { position: relative; z-index: 3; align-self: center; padding-bottom: 0; }
.hero h1 { font-size: clamp(4.35rem, 7.1vw, 7.25rem); }
.hero-skull-watermark { position: absolute; z-index: 1; left: -3%; right: auto; top: 42%; width: clamp(380px, 38vw, 600px); transform: translateY(-50%) rotate(-6deg); opacity: .16; pointer-events: none; }
.hero-skull-watermark img { width: 100%; filter: grayscale(.3) brightness(1.02) contrast(1.04); }
.hero-streaks { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; }
.hero-streaks i { position: absolute; top: -20%; height: 140%; width: 130px; transform: skewX(-18deg); background: linear-gradient(90deg, transparent, rgba(240,195,107,.24), transparent); filter: blur(7px); animation: streak-drift 9s ease-in-out infinite; }
.hero-streaks .streak-a { left: 10%; }
.hero-streaks .streak-b { left: 44%; width: 72px; animation-duration: 12s; animation-delay: -6s; }
.hero-streaks .streak-c { left: 68%; width: 46px; animation-duration: 15s; animation-delay: -3s; opacity: .8; }
@keyframes streak-drift { 0%, 100% { transform: skewX(-18deg) translateX(-70px); opacity: .5; } 50% { transform: skewX(-18deg) translateX(90px); opacity: 1; } }
.gold-particles { position: absolute; z-index: 1; inset: 88px 0 0; overflow: hidden; pointer-events: none; }
.gold-particles i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 10px rgba(240,195,107,.85); opacity: .42; animation: particle-drift 9s ease-in-out infinite; }
.gold-particles i:nth-child(1) { left: 8%; top: 18%; animation-duration: 8.2s; }
.gold-particles i:nth-child(2) { left: 18%; top: 73%; width: 2px; height: 2px; animation-delay: -3s; }
.gold-particles i:nth-child(3) { left: 39%; top: 26%; animation-duration: 11s; animation-delay: -5s; }
.gold-particles i:nth-child(4) { left: 55%; top: 67%; width: 4px; height: 4px; animation-delay: -1s; }
.gold-particles i:nth-child(5) { left: 71%; top: 17%; animation-duration: 10.5s; animation-delay: -6s; }
.gold-particles i:nth-child(6) { left: 83%; top: 78%; animation-duration: 7.8s; animation-delay: -2s; }
.gold-particles i:nth-child(7) { left: 92%; top: 38%; width: 2px; height: 2px; animation-duration: 9.6s; animation-delay: -7s; }
.gold-particles i:nth-child(8) { left: 64%; top: 43%; animation-duration: 12s; animation-delay: -4s; }
@keyframes particle-drift { 0%, 100% { transform: translate3d(0, 22px, 0); opacity: .25; } 45% { opacity: .85; } 60% { transform: translate3d(24px, -54px, 0); opacity: .6; } }
.hero-portrait-frame { position: relative; z-index: 2; width: min(100%, 340px); margin: 0 14px 14px 0; justify-self: end; padding: 6px; background: linear-gradient(145deg, #f7d68f, #8b652d 78%); box-shadow: 0 34px 72px rgba(0,0,0,.42); opacity: 1; transform: translateX(32px); animation: hero-enter .78s 2.86s cubic-bezier(.2,.8,.2,1) forwards; }
.hero-portrait-frame::before { display: none; }
.hero-portrait-frame::after { display: none; }
.hero-portrait-frame > img { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; background: #000; filter: saturate(.9) contrast(1.05); }
.hero h1 { position: relative; overflow: hidden; }
.hero h1::after { content: ""; position: absolute; top: -30%; bottom: -30%; left: -28%; width: 22%; transform: skewX(-18deg); background: linear-gradient(90deg, transparent, rgba(255,236,190,.5), transparent); animation: headline-sheen 5.4s 3.6s ease-in-out infinite; pointer-events: none; }
@keyframes headline-sheen { 0%, 62% { left: -28%; } 88%, 100% { left: 118%; } }
.hero-portrait-frame figcaption { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin: 0 -14px; padding: .85rem 1rem .9rem; color: #07101d; text-transform: uppercase; }
.hero-portrait-frame figcaption strong { font-size: .88rem; font-weight: 900; }
.hero-portrait-frame figcaption span { font-family: var(--font-mono); font-size: .52rem; letter-spacing: .06em; text-align: right; }
.hero .headline-line { transform-origin: left bottom; animation: headline-snap .72s 2.78s cubic-bezier(.2,.9,.2,1) both; }
.hero .headline-line:nth-child(2) { animation-delay: 2.88s; }
@keyframes headline-snap { from { opacity: 0; transform: translateY(.38em) skewY(2deg); } to { opacity: 1; transform: none; } }

.showreel-section { padding: 104px 0; color: #fff; background: #06192b; border-top: 7px solid var(--gold-bright); overflow: hidden; }
.showreel-section::before { content: "VERTICAL / 9:16"; position: absolute; right: -1rem; top: 1rem; color: rgba(255,255,255,.035); font-size: clamp(5rem, 14vw, 13rem); font-weight: 900; letter-spacing: -.08em; white-space: nowrap; }
.showreel-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(250px, .55fr) minmax(560px, 1.25fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.showreel-intro .eyebrow { color: var(--gold-bright); }
.showreel-intro h2 { margin: .8rem 0 1.25rem; color: #fff; font-size: clamp(3.6rem, 5.2vw, 5.5rem); overflow-wrap: anywhere; }
.showreel-intro p { max-width: 360px; margin: 0; color: #b9c7d4; font-size: .98rem; line-height: 1.7; }
.showreel-stage { position: relative; width: 100%; padding: 1.15rem 1.15rem 1.25rem; background: linear-gradient(145deg,#0b2b48,#020912 72%); border: 1px solid rgba(240,195,107,.34); box-shadow: 16px 16px 0 rgba(22,199,234,.78), 0 35px 75px rgba(0,0,0,.42); clip-path: polygon(0 0,calc(100% - 28px) 0,100% 28px,100% 100%,28px 100%,0 calc(100% - 28px)); opacity: 1; transform: none; animation: none; }
.showreel-media-grid { display: grid; grid-template-columns: minmax(210px, .72fr) minmax(300px, 1fr); gap: 1rem; align-items: center; }
.showreel-section .reel-main { width: min(100%, 276px); }
.showreel-section .hero-filmstrip { width: 100%; margin: 0; gap: .7rem; }
.showreel-section .reel-note { margin-top: 1rem; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: minmax(0, .95fr) minmax(330px, .65fr); gap: 2.4rem; }
  .hero h1 { font-size: clamp(3.8rem, 7.4vw, 5.55rem); }
  .showreel-layout { grid-template-columns: minmax(210px, .45fr) minmax(500px, 1.2fr); gap: 2rem; }
  .showreel-media-grid { grid-template-columns: 200px 1fr; }
}
@media (max-width: 760px) {
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: minmax(0,1fr); gap: 2.5rem; padding-top: 112px; padding-bottom: 72px; }
  .hero-copy { display: flex; flex-direction: column; }
  .hero-brand { order: 1; margin-bottom: .25rem; }
  .hero-byline { order: 2; margin-bottom: .45rem; }
  .identity { display: none; }
  .hero-grid { gap: 0; }
  .hero-grid > * { min-width: 0; }
  .hero-copy { display: contents; }
  .hero .hero-copy > h1 { order: 3; margin: .55rem 0 1rem; font-size: clamp(2rem, 11.5vw, 3.8rem); letter-spacing: -.07em; }
  .hero h1 .headline-line { white-space: nowrap; }
  .hero-lede { order: 6; margin: 0; }
  .hero-actions { order: 4; margin-top: 0; margin-bottom: 2.25rem; }
  .hero-portrait-frame { order: 5; }
  .hero-skull-watermark { left: -8%; right: auto; top: 150px; width: min(260px, 68vw); opacity: .16; clip-path: inset(28% 0 34% 0); }
  .gold-particles { top: 76px; }
  .hero-portrait-frame { width: min(100%, 300px); max-width: 300px; justify-self: end; margin: 0 0 2.5rem 0; opacity: 1; transform: translateX(32px); }
  .hero-portrait-frame > img { aspect-ratio: 4 / 5; object-position: center; }
  .hero-portrait-frame::before { bottom: 65px; }
  .showreel-section { padding: 78px 0 84px; }
  .showreel-layout { grid-template-columns: minmax(0,1fr); gap: 2.2rem; }
  .showreel-intro p { max-width: 520px; }
  .showreel-stage { width: calc(100% - 10px); margin-right: 10px; padding: .85rem; box-shadow: 10px 10px 0 rgba(22,199,234,.78), 0 25px 55px rgba(0,0,0,.38); }
  .showreel-media-grid { grid-template-columns: minmax(0,1fr); gap: .9rem; }
  .showreel-section .reel-main { width: min(64%, 230px); }
  .showreel-section .hero-filmstrip { width: min(86%, 310px); margin: 0 auto; gap: .45rem; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-skull-watermark, .gold-particles i, .hero-streaks i, .hero .headline-line, .hero h1::after, .hero-portrait-frame, .hero-portrait-frame > img { animation: none; }
  .hero-portrait-frame { opacity: 1; transform: none; }
}


/* Homepage CTA band (links to the contact page). */
.cta-band { padding: 96px 0; border-top: 1px solid rgba(240,195,107,.3); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 2.5rem; }
.cta-band h2 { font-size: clamp(2.6rem, 5vw, 4.4rem); line-height: .9; }
.cta-band .button { flex: 0 0 auto; }
@media (max-width: 760px) {
  .cta-band { padding: 64px 0; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; gap: 1.75rem; }
}

/* Visual fix checklist (owner "errors" report, Sep 2026). */
/* (b) Stats band kicker: keep it fully inside the strip so the hero's
   overflow:hidden can never clip it; it now sits as a tab under the cyan border. */
.proof-kicker { transform: translateY(-3px); }
/* (c) About headline guard: no generated glyph may appear around the H2. */
.about-copy h2::before, .about-copy h2::after { content: none; }

/* 1.0.21: size the desktop hero headline to its own text column so the
   nowrap display lines can never clip at any viewport width. The mobile
   hero keeps its verified vw sizing (hero-copy is display:contents there,
   so the container query is inert on small screens). */
.hero-copy { container-type: inline-size; }
@media (min-width: 761px) {
  .hero h1 { font-size: 13.5cqi; max-width: none; }
}

/* 1.0.22: kill any horizontal page scroll (fixes apparent left-shift on /services/
   when the viewport gets scrolled right by an overflowing child), keep grid
   children from forcing tracks wider than the viewport. 1.0.23: renamed the
   training hooks (.training -> .coaching) to bypass whatever runtime was
   collapsing the section to a zero-area box; the force-visible rules stay as
   a safety net. */
html, body { overflow-x: clip; }
.services-layout > *, .service-row > * { min-width: 0; }
.coaching .reveal, .coaching .reveal.is-visible,
.coaching-grid.reveal.is-visible .coaching-track {
  opacity: 1 !important; transform: none !important; visibility: visible !important;
  animation: none !important; transition: none !important;
}
.coaching { background: #071a31 !important; }

/* 1.0.30: training band renamed to neutral hooks (.learn-band) with
   force-visible guards, after .coachbox painted nothing in some runtimes. */
/* 1.0.32: the 1px border below is INVISIBLE (same color as the band background)
   but it is a required paint trigger. The 1.0.31 diagnostic proved the band
   only paints when the section has a border. DO NOT REMOVE this border. */
.learn-band { display: block !important; visibility: visible !important; opacity: 1 !important; background: #071a31; color: #fff; position: relative; overflow: hidden; padding: 4rem 0; border: 1px solid #071a31; }
.learn-band, .learn-band * { visibility: visible !important; opacity: 1 !important; }
.learn-band .shell { position: relative; z-index: 1; }
.learn-band .section-heading { align-items: start; }
.learn-band .heading-copy { color: #cad4df; }
.learn-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); margin-top: 2rem; }
.learn-card { min-height: 285px; padding: 1.8rem; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); position: relative; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.025); }
.learn-card .track-number { font-size: .8rem; letter-spacing: .12em; color: var(--gold-bright, #e0b563); font-weight: 700; }
.learn-card h3 { font-size: 2.25rem; line-height: .95; font-weight: 600; margin: 0 0 .75rem; color: #fff; }
.learn-card p { color: #cad4df; margin: 0; font-size: .9rem; line-height: 1.55; }
.learn-action { margin-top: 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.35rem 0 0; border-top: 1px solid rgba(255,255,255,.18); }
.learn-action p { margin: 0; color: #dce4ec; max-width: 680px; }
@media (max-width: 900px) {
  .learn-grid { grid-template-columns: 1fr; }
  .learn-card { min-height: 0; }
  .learn-action { flex-direction: column; align-items: stretch; }
}

/* ============ Mobile cascade repair (1.0.35) ============
   The early mobile block was being overridden by later base rules
   with equal specificity. These re-assert the intended mobile styles
   last in the file so they win at phone widths. */
@media (max-width: 760px) {
  .section-heading { grid-template-columns: 1fr; }
  .heading-copy { font-size: .98rem; line-height: 1.65; }
  h2 { line-height: .9; }
  .hero-lede { font-size: 1rem; line-height: 1.6; }
  .identity { letter-spacing: .095em; }
  .button { min-height: 52px; padding: .85rem 2.5rem .85rem 1rem; }
  .filter-bar { gap: .5rem; }
  .proof-item { min-height: 130px; padding: 1.15rem; }
  .mark-frame { padding: 3rem 2rem; }
  .service-aside h3 { font-size: 1.5rem; }
  .nav-links a, .nav-group summary { font-size: .82rem; }
  .nav-group summary::before { right: .8rem; }
  .nav-submenu a { font-size: .72rem; }
}

/* ---- Page photos (1.0.35): every public page carries at least one photo ---- */
.services-photo { margin: 2rem 0 0; max-width: 220px; }
.services-photo img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; object-position: top center; border: 1px solid var(--line); padding: 8px; background: #fff; }
.services-photo figcaption { margin-top: .6rem; font-family: var(--font-mono); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.rating-photo { margin: 0 0 1.4rem; }
.rating-photo img { display: block; width: 92px; height: 92px; object-fit: cover; object-position: top center; border-radius: 50%; border: 2px solid var(--gold-bright); }
.contact-photo { margin: 2rem 0 0; max-width: 300px; }
.contact-photo img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; object-position: top center; border: 1px solid rgba(7,16,29,.35); padding: 8px; background: rgba(255,255,255,.35); }
.contact-photo figcaption { margin-top: .6rem; font-family: var(--font-mono); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(7,16,29,.72); }
@media (max-width: 760px) {
  .services-photo { max-width: 180px; }
  .contact-photo { max-width: 240px; }
}

/* 1.0.40: image logo (bestugc-logo-gold.png). Text wordmark rules kept for span.wordmark. */
span.wordmark { font-family: Georgia, "Times New Roman", serif; font-weight: 900; text-transform: uppercase; letter-spacing: .02em; line-height: 1; white-space: nowrap; color: #e9c46a; }
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  span.wordmark { background: linear-gradient(180deg, #fff8dd 0%, #fbe08a 26%, #e0aa45 46%, #9a6418 66%, #e8c268 86%, #fff3c0 100%); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
}
img.wordmark { width: auto; display: inline-block; vertical-align: middle; }
img.wordmark-hero { height: clamp(84px, 12vw, 128px); filter: drop-shadow(0 2px 5px rgba(0,0,0,.5)) drop-shadow(0 14px 24px rgba(0,0,0,.35)); }
img.wordmark-nav { height: 38px; filter: drop-shadow(0 2px 4px rgba(0,0,0,.5)); }
img.wordmark-footer { height: 44px; filter: drop-shadow(0 2px 4px rgba(0,0,0,.5)); }
img.wordmark-intro { height: clamp(72px, 10vw, 100px); opacity: 0; transform: translateY(-12px); animation: intro-word .58s .12s cubic-bezier(.2,.8,.2,1) forwards; filter: drop-shadow(0 2px 5px rgba(0,0,0,.5)); }
@media (max-width: 760px) {
  img.wordmark-hero { height: 84px; }
  img.wordmark-nav { height: 32px; }
  img.wordmark-footer { height: 38px; }
}
