:root {
    --ink: #11110f;
    --cream: #f5eedb;
    --paper: #fffdf6;
    --yellow: #f5b71b;
    --orange: #ef6d20;
    --muted: #6b685f;
    --line: rgba(17, 17, 15, .18);
    --max: 1480px;
    --gutter: clamp(20px, 3.1vw, 52px);
    --radius: 28px;
    --ease: cubic-bezier(.2, .75, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--cream);
    font-family: "Manrope", sans-serif;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
img { max-width: 100%; }
::selection { color: var(--paper); background: var(--orange); }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link {
    position: fixed;
    left: 18px;
    top: -80px;
    z-index: 999;
    padding: 12px 18px;
    color: white;
    background: var(--ink);
    border-radius: 8px;
    font-weight: 800;
    transition: top .2s;
}
.skip-link:focus { top: 18px; }
.page-noise {
    position: fixed;
    inset: 0;
    z-index: 100;
    pointer-events: none;
    opacity: .038;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.cursor-glow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    pointer-events: none;
    opacity: .13;
    transform: translate3d(-50%, -50%, 0);
    background: radial-gradient(circle, rgba(245,183,27,.9), transparent 68%);
    transition: opacity .2s;
}

/* Header */
.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 90;
    padding: 0 var(--gutter);
    transition: background .35s, box-shadow .35s, transform .35s;
}
.site-header.is-scrolled {
    background: rgba(245, 238, 219, .92);
    box-shadow: 0 10px 40px rgba(17,17,15,.07);
    backdrop-filter: blur(18px);
}
.header-shell {
    width: min(100%, 1680px);
    height: 102px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    transition: height .3s;
}
.is-scrolled .header-shell { height: 76px; border-color: transparent; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 38px); }
.desktop-nav--right { justify-content: flex-end; gap: clamp(10px, 1.15vw, 22px); margin-left: auto; }
.desktop-nav a {
    position: relative;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}
.desktop-nav > a:not(.authors-button):not(.header-contact)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -7px;
    height: 2px;
    background: var(--orange);
    transition: right .25s var(--ease);
}
.desktop-nav > a:not(.header-contact):hover::after { right: 0; }
.header-print::before { content: ""; position: absolute; left: -10px; top: 50%; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; transform: translateY(-50%); }
.header-contact { padding: 10px 13px; background: var(--yellow); border: 1.5px solid var(--ink); border-radius: 99px; transition: color .25s, background .25s, transform .25s; }
.header-contact:hover { color: white; background: var(--ink); transform: translateY(-2px); }
.header-socials { display: flex; align-items: center; gap: 6px; }
.header-socials > a { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); border: 1.5px solid var(--ink); border-radius: 50%; transition: color .25s, background .25s, transform .25s; }
.header-socials > a:hover { color: white; background: var(--orange); transform: translateY(-2px) rotate(-4deg); }
.header-socials svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-socials svg .is-filled { fill: currentColor; stroke: none; }
.brand {
    width: 136px;
    height: 54px;
    display: grid;
    place-items: center;
    overflow: hidden;
    text-decoration: none;
}
.brand img {
    width: 136px;
    height: 68px;
    display: block;
    object-fit: contain;
}
.authors-button {
    min-width: 168px;
    min-height: 54px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-content: center;
    padding: 8px 15px 8px 18px;
    border: 1.5px solid var(--ink);
    border-radius: 99px;
    transition: color .25s, background .25s, transform .25s, box-shadow .25s;
}
.authors-button span { line-height: 1.15; }
.authors-button small {
    color: var(--muted);
    font-family: "DM Mono", monospace;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: .11em;
    text-transform: uppercase;
    transition: color .25s;
}
.authors-button i {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    font-size: 19px;
    font-style: normal;
}
.authors-button:hover {
    color: white;
    background: var(--ink);
    box-shadow: 4px 5px 0 var(--yellow);
    transform: translateY(-2px);
}
.authors-button:hover small { color: #b9b6ad; }
.menu-toggle { display: none; }
.mobile-menu { display: none; }
.mobile-menu__bottom, .mobile-socials { display: none; }

/* Hero */
.hero {
    position: relative;
    min-height: min(940px, 100svh);
    padding: 160px var(--gutter) 92px;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    left: -12vw;
    top: 4%;
    width: 48vw;
    height: 48vw;
    border-radius: 50%;
    background: rgba(255,255,255,.22);
    filter: blur(2px);
}
.hero-copy,
.hero-visual {
    width: min(100%, var(--max));
    margin-inline: auto;
}
.hero-copy {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(380px, .58fr);
    min-height: 650px;
    align-items: center;
}
.eyebrow {
    position: absolute;
    left: 0;
    top: 9%;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-family: "DM Mono", monospace;
    font-size: 10px;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.eyebrow span { width: 34px; height: 3px; background: var(--orange); }
.hero h1 {
    position: relative;
    z-index: 3;
    grid-column: 1 / -1;
    margin: 0;
    max-width: 1260px;
    font-size: clamp(76px, 9.15vw, 152px);
    font-weight: 800;
    line-height: .82;
    letter-spacing: -.085em;
}
.hero h1 em,
.identity-heading h2 em,
.persona-copy h3 em,
.numbers-intro h2 em,
.expertise-top h2 em,
.partners-copy h2 em,
.closing-copy h2 em {
    color: var(--orange);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}
.hero h1 em { margin-left: clamp(80px, 12vw, 190px); }
.hero-bottom {
    position: absolute;
    left: 0;
    bottom: 3%;
    z-index: 5;
    max-width: 690px;
    display: flex;
    align-items: flex-end;
    gap: clamp(35px, 6vw, 86px);
}
.hero-bottom > p {
    max-width: 480px;
    margin: 0;
    color: #514e47;
    font-size: clamp(15px, 1.12vw, 18px);
    line-height: 1.72;
}
.round-link {
    width: 114px;
    height: 114px;
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 5px;
    padding: 20px;
    color: white;
    background: var(--ink);
    border-radius: 50%;
    text-decoration: none;
    transition: color .3s, background .3s, transform .3s var(--ease);
}
.round-link span { font-size: 9px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.round-link i { font-size: 21px; font-style: normal; }
.round-link:hover { color: var(--ink); background: var(--yellow); transform: rotate(8deg) scale(1.04); }
.hero-visual {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 150px;
    height: 670px;
    pointer-events: none;
    transform: translateX(-50%);
}
.hero-frame {
    position: absolute;
    right: 2.7%;
    top: 3%;
    width: min(39vw, 585px);
    height: min(42vw, 630px);
    overflow: hidden;
    border: 2px solid var(--ink);
    border-radius: 52% 52% 30px 30px;
    background: #e8dfc8;
    box-shadow: 19px 22px 0 var(--yellow);
    transform: rotate(1.5deg);
}
.hero-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 42%;
    transform: scale(1.08);
    transition: transform 1.2s var(--ease);
}
.hero:hover .hero-frame img { transform: scale(1.12); }
.hero-orbit { position: absolute; border: 1px solid rgba(17,17,15,.22); border-radius: 50%; }
.hero-orbit--one { right: -14%; top: -17%; width: 600px; height: 600px; }
.hero-orbit--two { right: 12%; top: 11%; width: 280px; height: 280px; border-style: dashed; animation: rotate 24s linear infinite; }
.sticker {
    position: absolute;
    z-index: 4;
    padding: 11px 15px;
    border: 1.5px solid var(--ink);
    background: var(--paper);
    box-shadow: 5px 5px 0 var(--ink);
    font-family: "DM Mono", monospace;
    font-size: 9px;
    letter-spacing: .1em;
}
.sticker--top { right: 37%; top: 13%; transform: rotate(-8deg); }
.sticker--bottom { right: .2%; bottom: 13%; color: white; background: var(--orange); transform: rotate(6deg); }
.spark { position: absolute; right: 0; top: 18%; color: var(--orange); font-size: 48px; animation: rotate 10s linear infinite; }
.hero-badge {
    position: absolute;
    z-index: 3;
    right: 35%;
    bottom: 6%;
    width: 126px;
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1.5px solid var(--ink);
    border-radius: 50%;
    background: var(--paper);
    box-shadow: 7px 8px 0 rgba(17,17,15,.15);
    animation: float 4.2s ease-in-out infinite;
}
.hero-badge strong { font-size: 38px; letter-spacing: -.07em; }
.hero-badge span { font-family: "DM Mono", monospace; font-size: 7px; line-height: 1.4; text-transform: uppercase; }
.hero-ticker {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 0;
    overflow: hidden;
    color: var(--cream);
    background: var(--ink);
    transform: rotate(-1deg) scale(1.01);
}
.hero-ticker div {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 36px;
    animation: ticker 26s linear infinite;
}
.hero-ticker span { font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .14em; }
.hero-ticker i { color: var(--yellow); font-style: normal; }

/* Shared section typography */
.section-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "DM Mono", monospace;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.section-kicker > span {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 8px;
}
.section-kicker--light { color: var(--paper); }

/* Identity */
.identity-section {
    position: relative;
    padding: 150px var(--gutter);
    background: var(--paper);
}
.identity-section > * { width: min(100%, var(--max)); margin-inline: auto; }
.identity-heading {
    display: grid;
    grid-template-columns: 1.5fr .55fr;
    align-items: end;
    gap: 60px;
    margin-top: 34px;
    padding-bottom: 58px;
}
.identity-heading h2,
.numbers-intro h2,
.expertise-top h2,
.partners-copy h2,
.closing-copy h2 {
    margin: 0;
    font-size: clamp(64px, 7.25vw, 116px);
    line-height: .88;
    letter-spacing: -.075em;
}
.identity-heading > p {
    max-width: 400px;
    margin: 0 0 7px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
}
.identity-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1.5px solid var(--ink); }
.identity-tab {
    min-height: 112px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 22px 26px;
    color: var(--ink);
    background: transparent;
    border: 0;
    border-right: 1px solid var(--line);
    cursor: pointer;
    text-align: left;
    transition: color .25s, background .25s;
}
.identity-tab:last-child { border-right: 0; }
.identity-tab > span { font-family: "DM Mono", monospace; font-size: 8px; }
.identity-tab strong { font-size: clamp(14px, 1.25vw, 19px); }
.identity-tab i { font-size: 24px; font-style: normal; transition: transform .25s; }
.identity-tab:hover i { transform: translate(3px, -3px); }
.identity-tab.is-active { color: white; background: var(--ink); }
.identity-tab.is-active > span { color: var(--yellow); }
.persona-panel {
    min-height: 550px;
    display: grid;
    grid-template-columns: 120px minmax(400px, 1fr) minmax(360px, .68fr);
    gap: clamp(25px, 4vw, 65px);
    margin-top: 0;
    padding: 54px 54px 0;
    overflow: hidden;
    background: var(--yellow);
    border-radius: 0 0 var(--radius) var(--radius);
    transition: background .4s;
}
.persona-index { display: flex; flex-direction: column; gap: 7px; }
.persona-index span { font-size: 58px; font-weight: 800; letter-spacing: -.07em; line-height: 1; }
.persona-index small { font-family: "DM Mono", monospace; font-size: 7px; letter-spacing: .08em; }
.persona-copy { position: relative; z-index: 2; align-self: center; padding-bottom: 54px; }
.persona-label { margin: 0 0 22px; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.persona-copy h3 { margin: 0; font-size: clamp(42px, 4.3vw, 67px); line-height: .93; letter-spacing: -.06em; }
.persona-copy h3 em { color: var(--ink); }
.persona-copy > p:not(.persona-label) { max-width: 540px; margin: 29px 0; font-size: 14px; line-height: 1.75; }
.arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding-bottom: 7px;
    border-bottom: 1.5px solid var(--ink);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}
.arrow-link span { font-size: 20px; transition: transform .25s; }
.arrow-link:hover span { transform: translate(3px, -3px); }
.persona-art { position: relative; align-self: stretch; min-height: 496px; }
.persona-image-wrap {
    position: absolute;
    inset: 15px 0 0;
    overflow: hidden;
    border: 1.5px solid var(--ink);
    border-bottom: 0;
    border-radius: 220px 220px 0 0;
    background: var(--cream);
    box-shadow: 12px 0 0 rgba(255,255,255,.32);
}
.persona-image-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 25%; transition: opacity .18s, transform .5s var(--ease); }
.persona-panel.is-switching .persona-image-wrap img { opacity: .15; transform: scale(.96); }
.persona-note {
    position: absolute;
    right: -16px;
    bottom: 30px;
    z-index: 2;
    padding: 11px 14px;
    color: var(--paper);
    background: var(--orange);
    border: 1.5px solid var(--ink);
    box-shadow: 5px 5px 0 var(--ink);
    font-family: "DM Mono", monospace;
    font-size: 7px;
    letter-spacing: .08em;
    transform: rotate(5deg);
}

/* Numbers */
.numbers-section { padding: 145px var(--gutter); color: var(--paper); background: var(--ink); }
.numbers-section > * { width: min(100%, var(--max)); margin-inline: auto; }
.numbers-intro { display: grid; grid-template-columns: 1fr 1.55fr .58fr; align-items: end; gap: 50px; }
.numbers-intro h2 { font-size: clamp(55px, 6vw, 96px); }
.numbers-intro h2 em { color: var(--yellow); }
.numbers-intro > p { margin: 0 0 6px; color: #aaa79d; font-size: 14px; line-height: 1.75; }
.numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 76px;
    border: 1px solid rgba(255,255,255,.24);
}
.stat {
    position: relative;
    min-height: 330px;
    padding: 36px 30px;
    border-right: 1px solid rgba(255,255,255,.24);
    overflow: hidden;
}
.stat:last-child { border-right: 0; }
.stat-number {
    display: block;
    margin-top: 35px;
    font-size: clamp(47px, 4vw, 67px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.07em;
    white-space: nowrap;
}
.stat h3 { margin: 82px 0 4px; font-size: 14px; }
.stat p { margin: 0; color: #8d8a82; font-size: 10px; }
.stat > i {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: "DM Mono", monospace;
    font-size: 7px;
    font-style: normal;
}
.stat::after {
    content: "";
    position: absolute;
    left: -40px;
    bottom: -90px;
    width: 170px;
    height: 170px;
    border: 35px solid rgba(255,255,255,.04);
    border-radius: 50%;
}
.stat--yellow { color: var(--ink); background: var(--yellow); }
.stat--yellow p { color: rgba(17,17,15,.6); }
.stat--yellow::after { border-color: rgba(255,255,255,.22); }
.stat--orange { background: var(--orange); }
.stat--orange p { color: rgba(255,255,255,.65); }

/* Expertise */
.expertise-section { padding: 150px var(--gutter); background: var(--cream); }
.expertise-section > * { width: min(100%, var(--max)); margin-inline: auto; }
.expertise-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 70px;
    margin-bottom: 90px;
}
.expertise-top .section-kicker { margin-bottom: 28px; }
.expertise-top h2 { font-size: clamp(64px, 7vw, 112px); }
.expertise-top > p { max-width: 360px; margin: 0 0 10px; color: var(--muted); line-height: 1.75; }
.expertise-list { border-top: 1.5px solid var(--ink); }
.expertise-card {
    position: relative;
    min-height: 230px;
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) 300px 45px;
    align-items: center;
    gap: 35px;
    padding: 32px 20px 32px 0;
    border-bottom: 1.5px solid var(--ink);
    overflow: hidden;
    transition: min-height .45s var(--ease), background .35s, padding .45s var(--ease);
}
.expertise-card:hover { min-height: 310px; padding-block: 42px; background: var(--paper); }
.expertise-number { align-self: start; padding-top: 10px; font-family: "DM Mono", monospace; font-size: 9px; }
.expertise-copy > p { margin: 0 0 8px; color: var(--orange); font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.expertise-copy h3 { margin: 0; font-size: clamp(37px, 4vw, 62px); line-height: 1; letter-spacing: -.06em; }
.expertise-detail {
    max-height: 0;
    display: grid;
    grid-template-columns: minmax(220px, 520px) auto;
    align-items: end;
    gap: 40px;
    opacity: 0;
    overflow: hidden;
    transform: translateY(15px);
    transition: max-height .45s var(--ease), opacity .35s .05s, transform .45s var(--ease), margin .45s;
}
.expertise-card:hover .expertise-detail { max-height: 150px; margin-top: 24px; opacity: 1; transform: translateY(0); }
.expertise-detail p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.expertise-detail a { font-size: 10px; font-weight: 800; white-space: nowrap; text-underline-offset: 5px; }
.expertise-detail a span { font-size: 15px; }
.expertise-image {
    width: 250px;
    height: 165px;
    justify-self: end;
    overflow: hidden;
    border: 1.5px solid var(--ink);
    border-radius: 90px 90px 18px 18px;
    background: var(--paper);
    transform: rotate(2deg);
    transition: height .45s var(--ease), width .45s var(--ease), transform .45s var(--ease), box-shadow .45s;
}
.expertise-card:nth-child(even) .expertise-image { transform: rotate(-2deg); }
.expertise-card:hover .expertise-image { width: 270px; height: 230px; box-shadow: 9px 10px 0 var(--yellow); transform: rotate(-1deg); }
.expertise-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 25%; }
.expertise-arrow { justify-self: end; font-size: 32px; transition: transform .35s var(--ease); }
.expertise-card:hover .expertise-arrow { transform: translate(5px, -5px) rotate(8deg); }

/* Partners */
.partners-section {
    display: grid;
    grid-template-columns: minmax(320px, .62fr) 1.5fr;
    gap: clamp(50px, 7vw, 110px);
    padding: 140px var(--gutter);
    overflow: hidden;
    background: var(--yellow);
}
.partners-section > *:first-child { margin-left: max(0px, calc((100vw - var(--max)) / 2)); }
.partners-copy .section-kicker { margin-bottom: 36px; }
.partners-copy h2 { font-size: clamp(60px, 6.5vw, 102px); }
.partners-copy h2 em { color: var(--ink); }
.partners-copy > p { max-width: 390px; margin: 34px 0 0; font-size: 14px; line-height: 1.75; }
.partners-stage {
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr 165px;
    gap: 18px;
    align-items: stretch;
    padding: 56px 0 30px;
}
.partners-stage::before { content: ""; position: absolute; left: 0; right: 0; top: 19px; height: 1.5px; background: var(--ink); }
.partners-stamp {
    position: absolute;
    left: 28px;
    top: 0;
    z-index: 2;
    padding: 9px 12px;
    color: white;
    background: var(--orange);
    border: 1.5px solid var(--ink);
    box-shadow: 4px 4px 0 var(--ink);
    font-family: "DM Mono", monospace;
    font-size: 7px;
    line-height: 1.4;
    letter-spacing: .1em;
    transform: rotate(-4deg);
}
.partners-track { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.partners-track figure {
    min-height: 145px;
    margin: 0;
    display: grid;
    place-items: center;
    padding: 26px;
    background: var(--paper);
    border: 1.5px solid var(--ink);
    border-radius: 18px;
    transition: transform .3s var(--ease), box-shadow .3s;
}
.partners-track figure:hover { transform: translateY(-6px) rotate(-1deg); box-shadow: 7px 8px 0 var(--ink); }
.partners-track img { max-width: 190px; max-height: 70px; object-fit: contain; mix-blend-mode: multiply; filter: grayscale(1); transition: filter .25s; }
.partners-track figure:hover img { filter: grayscale(0); }
.partner-placeholder {
    min-height: 304px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border: 1.5px dashed var(--ink);
    border-radius: 18px;
    background: rgba(255,255,255,.2);
}
.partner-placeholder > span { font-size: 42px; font-weight: 300; }
.partner-placeholder p { margin: 0; font-family: "DM Mono", monospace; font-size: 8px; line-height: 1.55; text-transform: uppercase; }

/* Closing and footer */
.closing-banner {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    padding: 100px max(var(--gutter), calc((100vw - var(--max)) / 2));
    overflow: hidden;
    color: white;
    background: var(--orange);
}
.closing-mark {
    position: absolute;
    right: 16%;
    top: -43%;
    color: rgba(255,255,255,.075);
    font-size: 700px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.15em;
}
.closing-copy { position: relative; z-index: 1; }
.closing-copy > span { display: block; margin-bottom: 25px; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.closing-copy h2 { font-size: clamp(68px, 8vw, 126px); }
.closing-copy h2 em { color: var(--yellow); }
.closing-link {
    position: relative;
    z-index: 1;
    width: 185px;
    height: 185px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1.5px solid white;
    border-radius: 50%;
    color: white;
    font-weight: 800;
    text-decoration: none;
    transition: color .3s, background .3s, transform .3s;
}
.closing-link i { font-size: 25px; font-style: normal; }
.closing-link:hover { color: var(--orange); background: white; transform: rotate(6deg); }
.site-footer {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 70px;
    padding: 86px max(var(--gutter), calc((100vw - var(--max)) / 2)) 30px;
    color: var(--paper);
    background: var(--ink);
}
.brand--footer { filter: invert(1); }
.footer-brand > p { max-width: 380px; margin: 20px 0 0; color: #a29f97; font-size: 13px; line-height: 1.6; }
.site-footer > nav { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 40px; align-content: start; }
.site-footer > nav a { color: #d0cdc4; font-size: 12px; text-decoration: none; }
.site-footer > nav a:hover { color: var(--yellow); }
.footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 45px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.15);
}
.footer-bottom p,
.footer-bottom address,
.footer-bottom a { margin: 0; color: #7d7a73; font-family: "DM Mono", monospace; font-size: 8px; font-style: normal; text-decoration: none; }
.footer-bottom > div { display: flex; gap: 18px; }

/* Motion */
.js .reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js .reveal-delay-1 { transition-delay: .1s; }
.js .reveal-delay-2 { transition-delay: .2s; }
.js .reveal-delay-3 { transition-delay: .3s; }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-10px) rotate(1deg); } }

@media (max-width: 1180px) {
    .desktop-nav { gap: 18px; }
    .hero-copy { grid-template-columns: 1fr; }
    .hero h1 { font-size: clamp(74px, 9.5vw, 112px); }
    .hero-frame { right: 0; width: min(41vw, 500px); height: min(48vw, 580px); }
    .sticker--top { right: 36%; }
    .hero-badge { right: 33%; }
    .persona-panel { grid-template-columns: 80px minmax(350px, 1fr) minmax(280px, .65fr); padding-inline: 35px; }
    .numbers-intro { grid-template-columns: .55fr 1.4fr .7fr; }
    .numbers-grid { grid-template-columns: 1fr 1fr; }
    .stat:nth-child(2) { border-right: 0; }
    .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.24); }
    .expertise-card { grid-template-columns: 50px minmax(0, 1fr) 240px 35px; }
    .expertise-image { width: 220px; }
    .expertise-card:hover .expertise-image { width: 230px; }
    .partners-section { grid-template-columns: .6fr 1fr; gap: 55px; }
}

@media (max-width: 1350px) {
    .desktop-nav--right { gap: 12px; }
    .header-socials { display: none; }
    .authors-button { min-width: 150px; }
}

@media (max-width: 1120px) {
    .desktop-nav--right .header-community { display: none; }
}

@media (max-width: 900px) {
    .desktop-nav { display: none; }
    .header-shell { display: grid; grid-template-columns: 1fr auto 1fr; height: 82px; }
    .brand { grid-column: 2; }
    .menu-toggle {
        grid-column: 3;
        justify-self: end;
        width: 49px;
        height: 49px;
        display: grid;
        place-content: center;
        gap: 7px;
        border: 1.5px solid var(--ink);
        border-radius: 50%;
        background: transparent;
        cursor: pointer;
    }
    .menu-toggle > span:not(.sr-only) { width: 19px; height: 1.5px; background: var(--ink); transition: transform .25s; }
    .menu-open .menu-toggle > span:first-child { transform: translateY(4px) rotate(45deg); }
    .menu-open .menu-toggle > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
    .mobile-menu {
        position: fixed;
        inset: 0;
        z-index: -1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 120px var(--gutter) 45px;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        background: var(--yellow);
        transition: opacity .35s, visibility .35s;
    }
    .mobile-menu.is-open { opacity: 1; visibility: visible; }
    .mobile-menu nav { border-top: 1.5px solid var(--ink); }
    .mobile-menu nav a {
        display: grid;
        grid-template-columns: 45px 1fr;
        align-items: center;
        padding: 17px 0;
        border-bottom: 1.5px solid var(--ink);
        font-size: clamp(27px, 7vw, 52px);
        font-weight: 800;
        letter-spacing: -.05em;
        text-decoration: none;
    }
    .mobile-menu nav span { font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: 0; }
    .mobile-menu__bottom { display: grid; gap: 14px; margin-top: 24px; }
    .mobile-socials { display: flex; gap: 9px; }
    .mobile-socials a { min-width: 72px; padding: 11px 15px; border: 1.5px solid var(--ink); border-radius: 99px; font-family: "DM Mono", monospace; font-size: 9px; font-weight: 500; text-align: center; text-decoration: none; }
    .mobile-authors { margin-top: 0; display: flex; align-items: center; gap: 12px; padding: 17px 21px; border: 1.5px solid var(--ink); border-radius: 99px; text-decoration: none; font-weight: 800; }
    .mobile-authors small { color: rgba(17,17,15,.6); font-family: "DM Mono", monospace; font-size: 7px; text-transform: uppercase; }
    .mobile-authors > span { margin-left: auto; font-size: 22px; }
    .hero { min-height: auto; padding-top: 125px; padding-bottom: 110px; }
    .hero-copy { min-height: 870px; align-items: start; padding-top: 90px; }
    .eyebrow { top: 1%; }
    .hero h1 { font-size: clamp(67px, 13vw, 105px); }
    .hero h1 em { margin-left: 6vw; }
    .hero-visual { top: 390px; height: 565px; }
    .hero-frame { right: 5%; width: 52vw; height: 59vw; min-height: 470px; }
    .sticker--top { right: 50%; top: 12%; }
    .sticker--bottom { right: 2%; bottom: 7%; }
    .hero-badge { right: 47%; bottom: 2%; }
    .hero-bottom { bottom: 0; max-width: 48%; display: block; }
    .round-link { margin-top: 30px; }
    .identity-heading { grid-template-columns: 1fr; gap: 30px; }
    .identity-tabs { grid-template-columns: 1fr; }
    .identity-tab { min-height: 78px; border-right: 0; border-bottom: 1px solid var(--line); }
    .persona-panel { grid-template-columns: 60px 1fr; padding: 38px 30px 0; }
    .persona-art { grid-column: 1 / -1; min-height: 420px; }
    .persona-image-wrap { left: 12%; right: 12%; }
    .numbers-intro { grid-template-columns: 1fr; align-items: start; }
    .expertise-card { grid-template-columns: 38px 1fr 180px 30px; gap: 18px; }
    .expertise-detail { grid-template-columns: 1fr; }
    .expertise-image { width: 170px; height: 140px; }
    .expertise-card:hover .expertise-image { width: 180px; height: 190px; }
    .partners-section { grid-template-columns: 1fr; }
    .partners-section > *:first-child { margin-left: 0; }
}

@media (max-width: 640px) {
    :root { --gutter: 18px; --radius: 20px; }
    .cursor-glow { display: none; }
    .site-header { padding-inline: 18px; }
    .mobile-menu { padding: 92px 18px 22px; }
    .mobile-menu nav a { padding: 11px 0; font-size: clamp(23px, 7vw, 36px); }
    .mobile-menu__bottom { margin-top: 18px; }
    .mobile-authors { padding-block: 13px; }
    .header-shell { height: 76px; }
    .is-scrolled .header-shell { height: 68px; }
    .brand, .brand img { width: 112px; }
    .hero { padding-top: 100px; padding-bottom: 96px; }
    .hero-copy { min-height: 780px; padding-top: 70px; }
    .eyebrow { font-size: 8px; }
    .hero h1 { font-size: clamp(55px, 17vw, 78px); line-height: .86; }
    .hero h1 em { margin-left: 0; }
    .hero-visual { top: 325px; height: 500px; }
    .hero-frame { right: -10%; width: 80vw; height: 93vw; min-height: 430px; box-shadow: 11px 13px 0 var(--yellow); }
    .hero-orbit--one { display: none; }
    .hero-orbit--two { right: -5%; width: 230px; height: 230px; }
    .sticker--top { left: 0; right: auto; top: 12%; }
    .sticker--bottom { bottom: 11%; }
    .spark { right: 2%; top: 5%; }
    .hero-badge { left: 0; right: auto; bottom: 8%; width: 105px; height: 105px; }
    .hero-bottom { max-width: 67%; bottom: 0; }
    .hero-bottom > p { font-size: 13px; }
    .round-link { width: 96px; height: 96px; padding: 17px; }
    .identity-section, .numbers-section, .expertise-section { padding-block: 90px; }
    .identity-heading h2, .numbers-intro h2, .expertise-top h2, .partners-copy h2, .closing-copy h2 { font-size: clamp(52px, 15vw, 75px); }
    .identity-heading { padding-bottom: 35px; }
    .identity-tab { padding-inline: 17px; }
    .persona-panel { min-height: auto; grid-template-columns: 1fr; gap: 18px; padding: 28px 18px 0; }
    .persona-index { flex-direction: row; align-items: center; }
    .persona-index span { font-size: 34px; }
    .persona-copy { padding-bottom: 20px; }
    .persona-copy h3 { font-size: 39px; }
    .persona-art { grid-column: auto; min-height: 365px; }
    .persona-image-wrap { left: 4%; right: 4%; }
    .numbers-intro { gap: 28px; }
    .numbers-grid { grid-template-columns: 1fr; margin-top: 50px; }
    .stat { min-height: 245px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
    .stat:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.24); }
    .stat:last-child { border-bottom: 0; }
    .stat h3 { margin-top: 57px; }
    .expertise-top { display: block; margin-bottom: 55px; }
    .expertise-top > p { margin-top: 30px; }
    .expertise-card { min-height: auto; grid-template-columns: 32px 1fr 28px; padding: 26px 6px 26px 0; }
    .expertise-card:hover { min-height: auto; padding-block: 26px; }
    .expertise-image { grid-column: 2 / -1; grid-row: 2; width: 100%; height: 0; border-width: 0; opacity: 0; }
    .expertise-card:hover .expertise-image { width: 100%; height: 250px; border-width: 1.5px; opacity: 1; }
    .expertise-arrow { grid-column: 3; grid-row: 1; }
    .expertise-detail { grid-template-columns: 1fr; }
    .expertise-card:hover .expertise-detail { max-height: 260px; }
    .partners-section { padding: 90px 18px; }
    .partners-stage { grid-template-columns: 1fr; }
    .partners-track { grid-template-columns: 1fr; }
    .partners-track figure { min-height: 125px; }
    .partner-placeholder { min-height: 150px; }
    .closing-banner { min-height: 520px; display: block; padding-block: 80px; }
    .closing-link { width: 135px; height: 135px; margin-top: 50px; }
    .site-footer { grid-template-columns: 1fr; gap: 45px; padding-inline: 18px; }
    .footer-bottom { grid-column: auto; flex-direction: column; align-items: flex-start; }
}

@media (hover: none) {
    .expertise-card { min-height: auto; padding-block: 35px; }
    .expertise-detail { max-height: 180px; margin-top: 22px; opacity: 1; transform: none; }
}

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

/* Contact dialog: shared by every PubMe page. */
body.contact-open { overflow: hidden; }
.contact-dialog {
    width: min(1120px, calc(100vw - 34px));
    max-width: none;
    max-height: calc(100dvh - 34px);
    margin: auto;
    padding: 0;
    overflow: hidden;
    color: var(--ink);
    background: var(--paper);
    border: 1.5px solid var(--ink);
    border-radius: 30px;
    box-shadow: 14px 14px 0 rgba(17,17,15,.92);
    opacity: 0;
    transform: translateY(22px) scale(.98);
    transition: opacity .28s var(--ease), transform .28s var(--ease);
}
.contact-dialog[open].is-visible { opacity: 1; transform: none; }
.contact-dialog::backdrop { background: rgba(17,17,15,.78); backdrop-filter: blur(9px); opacity: 0; transition: opacity .28s; }
.contact-dialog.is-visible::backdrop { opacity: 1; }
.contact-dialog__shell { max-height: calc(100dvh - 38px); padding: clamp(28px, 4vw, 58px); overflow-y: auto; overscroll-behavior: contain; }
.contact-dialog__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding-bottom: 28px; border-bottom: 1.5px solid var(--ink); }
.contact-dialog__index { color: var(--orange); font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .12em; }
.contact-dialog h2 { margin: 16px 0 0; font-size: clamp(58px, 7.4vw, 105px); line-height: .82; letter-spacing: -.075em; }
.contact-dialog h2 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.contact-dialog__close { position: sticky; top: 0; flex: 0 0 54px; width: 54px; height: 54px; padding: 0; cursor: pointer; background: var(--yellow); border: 1.5px solid var(--ink); border-radius: 50%; transition: color .25s, background .25s, transform .25s; }
.contact-dialog__close:hover { color: white; background: var(--ink); transform: rotate(5deg); }
.contact-dialog__close span { position: absolute; left: 15px; top: 25px; width: 23px; height: 1.5px; background: currentColor; transform: rotate(45deg); }
.contact-dialog__close span:last-child { transform: rotate(-45deg); }
.contact-dialog__intro { max-width: 650px; margin: 27px 0 36px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.contact-form__trap { position: fixed; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
.contact-field { min-width: 0; display: grid; gap: 9px; }
.contact-field--wide { grid-column: 1 / -1; }
.contact-field > span { font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.contact-field b, .contact-consent b { color: var(--orange); font-weight: 600; }
.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    min-height: 58px;
    padding: 14px 17px;
    color: var(--ink);
    background: #fffdf7;
    border: 1.5px solid var(--ink);
    border-radius: 13px;
    outline: 0;
    font: 600 14px/1.4 "Manrope", sans-serif;
    transition: border-color .2s, box-shadow .2s, background .2s;
}
.contact-field select { cursor: pointer; }
.contact-field textarea { min-height: 145px; resize: vertical; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #979286; font-weight: 500; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(239,109,32,.14); }
.contact-field.has-error input, .contact-field.has-error select, .contact-field.has-error textarea { border-color: #b92626; background: #fff4f1; }
.contact-field__error { color: #a51d1d; font-size: 10px; font-weight: 700; }
.contact-consent { display: flex; align-items: flex-start; gap: 11px; margin-top: 23px; color: var(--muted); cursor: pointer; font-size: 10px; line-height: 1.55; }
.contact-consent input { flex: 0 0 18px; width: 18px; height: 18px; margin: 0; accent-color: var(--orange); }
.contact-consent.has-error { color: #a51d1d; }
.contact-form__footer { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-form__status { max-width: 600px; margin: 0; color: var(--muted); font-size: 12px; font-weight: 650; line-height: 1.55; }
.contact-form__status.is-error { color: #a51d1d; }
.contact-form__status.is-success { color: #137042; }
.contact-submit { flex: 0 0 auto; min-width: 230px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 17px 20px 17px 25px; color: white; cursor: pointer; background: var(--ink); border: 1.5px solid var(--ink); border-radius: 99px; font: 800 11px/1 "Manrope", sans-serif; transition: color .25s, background .25s, transform .25s; }
.contact-submit i { font-size: 21px; font-style: normal; }
.contact-submit:hover { color: var(--ink); background: var(--yellow); transform: translateY(-2px); }
.contact-submit:disabled { cursor: wait; opacity: .62; transform: none; }

@media (max-width: 700px) {
    .contact-dialog { width: calc(100vw - 18px); max-height: calc(100dvh - 18px); border-radius: 22px; box-shadow: 7px 7px 0 rgba(17,17,15,.92); }
    .contact-dialog__shell { max-height: calc(100dvh - 22px); padding: 25px 17px 28px; }
    .contact-dialog__header { padding-bottom: 22px; }
    .contact-dialog h2 { font-size: clamp(53px, 17vw, 78px); }
    .contact-dialog__close { flex-basis: 46px; width: 46px; height: 46px; }
    .contact-dialog__close span { left: 12px; top: 21px; width: 21px; }
    .contact-dialog__intro { margin: 22px 0 29px; font-size: 12px; }
    .contact-form__grid { grid-template-columns: 1fr; gap: 18px; }
    .contact-field--wide { grid-column: auto; }
    .contact-form__footer { align-items: stretch; flex-direction: column; }
    .contact-submit { width: 100%; min-width: 0; }
}
