:root {
  --paper: #f4f0e7;
  --ink: #20221f;
  --orange: #d94127;
  --blue: #153c71;
  --line: #cecac0;
  --muted: #6f7168;
  --serif: "Bodoni Moda", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 400; }
h1, h2 { font-family: var(--serif); letter-spacing: -.065em; }
em { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(64px, 8.8vw, 132px); line-height: .99; }
h2 { font-size: clamp(42px, 5.4vw, 78px); line-height: 1.05; }
h3 { font-size: clamp(26px, 2.5vw, 38px); letter-spacing: -.04em; line-height: 1.16; }
p { line-height: 1.65; }
img { display: block; max-width: 100%; }
::selection { background: var(--orange); color: var(--paper); }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 6px; }
.wrap { width: 90%; max-width: 1440px; margin-inline: auto; }
.eyebrow { font: 500 10px/1.5 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.small-note { font-size: 12px; color: var(--muted); }
.sr-only, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link:focus { position: fixed; width: auto; height: auto; clip: auto; margin: 0; left: 12px; top: 12px; background: var(--paper); padding: 14px; z-index: 100; }
.header { position: sticky; top: 0; background: var(--paper); z-index: 30; padding: 19px 5%; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; font: 600 27px var(--sans); letter-spacing: -.085em; }
.brand-symbol { color: var(--orange); font-size: 39px; line-height: .9; margin-right: 10px; }
.wordmark-dot { color: var(--orange); }
.site-nav { display: flex; align-items: center; gap: 35px; }
.site-nav > a { font-size: 12px; position: relative; padding-block: 7px; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.site-nav > a:hover::after, .site-nav > a[aria-current]::after { transform: scaleX(1); }
.site-nav .nav-cta { border: 1px solid var(--ink); padding: 11px 17px; display: flex; gap: 23px; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; }
.intro-meta { display: flex; justify-content: space-between; align-items: center; }
.home-intro { padding-block: 51px 48px; }
.home-title { display: grid; grid-template-columns: 1.8fr .8fr; gap: 35px; align-items: end; margin-top: 35px; }
.home-title em { color: var(--orange); }
.intro-note { padding-bottom: 7px; max-width: 310px; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 30px; border-bottom: 1px solid; padding-bottom: 6px; font-size: 12px; margin-top: 25px; }
.text-link span { font-size: 21px; transition: transform .25s; }
.text-link:hover span { transform: translate(3px,-3px); }
.media { overflow: hidden; position: relative; background: #e3ddd1; }
.media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.3,1); }
a:hover .media img { transform: scale(1.035); }
.hero-editorial { position: relative; }
.hero-editorial .media { aspect-ratio: 2.25; }
.hero-editorial img { object-position: center 37%; }
.hero-editorial figcaption { display: flex; justify-content: space-between; padding-top: 13px; font-size: 9px; letter-spacing: .09em; }
.photo-note { position: absolute; left: 35px; top: 35px; color: var(--paper); font-size: 13px; line-height: 1.5; }
.photo-note em { font-size: 24px; }
.manifesto { display: grid; grid-template-columns: .7fr 1.6fr; gap: 10%; padding-block: 130px; }
.manifesto .section-index { padding-top: 12px; }
.manifesto > div { max-width: 790px; }
.manifesto .lead { font-size: 21px; margin-top: 31px; max-width: 630px; }
.manifesto p:not(.lead):not(.eyebrow) { margin-top: 17px; max-width: 590px; font-size: 14px; color: var(--muted); }
.section-heading { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; border-top: 1px solid var(--line); align-items: center; }
.audience-section { padding-bottom: 130px; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7%; margin-top: 29px; }
.audience-item .media { aspect-ratio: 1.07; }
.audience-item:first-child img { object-position: 69% center; }
.audience-item:last-child img { object-position: 73% center; }
.offset-item { margin-top: 105px; }
.image-label { position: absolute; left: 20px; bottom: 20px; background: var(--paper); padding: 10px 14px; font-size: 9px; letter-spacing: .14em; }
.audience-caption { display: flex; justify-content: space-between; margin-top: 20px; align-items: center; }
.audience-caption h3 { font: 400 40px var(--serif); letter-spacing: -.05em; }
.audience-caption > span { font-size: 27px; }
.audience-item > p { font-size: 13px; max-width: 360px; margin-top: 10px; color: var(--muted); }
.network-section { background: var(--orange); color: var(--paper); padding-block: 90px; }
.network-grid { display: grid; grid-template-columns: .5fr 1.1fr 1fr; gap: 5%; align-items: start; }
.network-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.network-stats strong { display: block; font: 400 52px/1 var(--serif); letter-spacing: -.07em; }
.network-stats span { display: block; font-size: 10px; margin-top: 12px; max-width: 125px; }
.network-detail > p { font-size: 12px; margin-top: 30px; max-width: 330px; opacity: .88; }
.footer { background: var(--ink); color: var(--paper); padding: 85px 5% 25px; overflow: hidden; }
.footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 60px; border-bottom: 1px solid #53554e; }
.footer-top h2 { margin-top: 25px; font-size: clamp(38px, 5vw, 74px); }
.footer-top .eyebrow { color: #c4c5ba; }
.round-link { flex: none; height: 100px; width: 100px; border-radius: 50%; background: var(--orange); display: grid; place-items: center; font-size: 48px; transition: transform .3s; }
.round-link:hover { transform: rotate(12deg); }
.footer-links { display: flex; justify-content: space-between; gap: 30px; align-items: start; padding-block: 32px 48px; font-size: 11px; }
.footer-links p { color: #b5b7ac; }
.footer-links nav { display: flex; gap: 30px; }
.footer-links a:hover { color: #ef785e; }
.footer-wordmark { font: 600 clamp(80px, 23vw, 375px)/.8 var(--sans); letter-spacing: -.09em; margin-left: -.015em; padding-bottom: 28px; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid #53554e; padding-top: 17px; font-size: 9px; color: #b5b7ac; gap: 15px; }
.page-intro { padding-block: 60px; }
.title-row { display: grid; grid-template-columns: 1.8fr .6fr; gap: 6%; align-items: end; margin-top: 35px; }
.title-row h1 { font-size: clamp(55px, 6.8vw, 104px); }
.title-row p { font-size: 14px; max-width: 290px; margin-bottom: 9px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 45px; padding: 17px 23px; background: var(--ink); color: var(--paper); border: 1px solid var(--ink); font-size: 12px; font-weight: 500; cursor: pointer; transition: background .25s, color .25s; }
.button:hover { background: var(--orange); border-color: var(--orange); }
.button > span { font-size: 20px; line-height: 1; transition: transform .2s; }
.button:hover > span { transform: translate(3px,-3px); }
.page-intro > .button { margin-top: 32px; }
.brand-feature { display: grid; grid-template-columns: 1.9fr .75fr; }
.brand-feature .media { aspect-ratio: 1.45; }
.brand-feature .media img { object-position: 65% center; }
.feature-title { position: absolute; top: 25px; left: 30px; max-width: 50%; }
.feature-title h2 { margin-top: 15px; font-size: clamp(35px, 4.4vw, 67px); }
.feature-title .eyebrow { max-width: 150px; font-size: 8px; }
.feature-aside { background: var(--blue); color: var(--paper); padding: 35px; display: flex; flex-direction: column; align-items: start; }
.feature-aside h3 { font: 400 clamp(27px, 2.8vw, 43px)/1.1 var(--serif); letter-spacing: -.05em; margin-top: 60px; }
.feature-aside > p:not(.eyebrow) { font-size: 12px; margin-top: 20px; opacity: .85; }
.aside-number { margin-top: auto; padding-top: 30px; font: italic 400 65px var(--serif); opacity: .6; }
.services { padding-block: 100px; }
.services details { border-bottom: 1px solid var(--line); }
.services summary { list-style: none; cursor: pointer; padding-block: 24px; display: grid; grid-template-columns: .2fr 1fr 25px; align-items: center; gap: 20px; }
.services summary::-webkit-details-marker { display: none; }
.services summary > span { font-size: 10px; color: var(--muted); }
.services summary h3 { font-family: var(--serif); font-size: 36px; }
.services summary b { font-size: 26px; font-weight: 400; }
.services details[open] summary b { transform: rotate(45deg); }
.services details > p { margin-left: 16.8%; font-size: 14px; max-width: 600px; padding: 0 0 25px; color: var(--muted); }
.territories { padding-bottom: 100px; }
.territory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 20px; }
.territory .media { aspect-ratio: 1.45; }
.territory > .eyebrow { margin-top: 23px; color: var(--muted); font-size: 9px; }
.territory h3 { font-size: 24px; margin-top: 10px; display: flex; justify-content: space-between; gap: 10px; }
.portrait-hero { position: relative; background: var(--blue); color: var(--paper); min-height: 650px; overflow: hidden; }
.portrait-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 39%; }
.portrait-copy { position: relative; z-index: 1; padding-block: 90px; }
.portrait-copy h1 { font-size: clamp(62px, 7vw, 104px); margin-top: 65px; max-width: 52%; }
.portrait-copy > p:not(.eyebrow) { font-size: 14px; max-width: 340px; margin-top: 27px; }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--ink); margin-top: 30px; }
.button-light:hover { color: var(--paper); }
.portrait-caption { position: absolute; right: 5%; bottom: 20px; font-size: 9px; letter-spacing: .12em; }
.creator-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; padding-bottom: 110px; }
.creator-principles article { border-top: 1px solid var(--line); padding-top: 22px; }
.creator-principles .eyebrow { font-size: 9px; color: var(--muted); }
.creator-principles h3 { font: 400 36px/1.2 var(--serif); letter-spacing: -.045em; margin-top: 37px; }
.creator-principles p { font-size: 13px; margin-top: 20px; max-width: 300px; color: var(--muted); }
.creator-invite { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8%; align-items: center; padding-bottom: 100px; }
.creator-invite .media { aspect-ratio: .98; }
.creator-invite img { object-position: 66% center; }
.creator-invite h2 { margin-top: 25px; }
.creator-invite p:not(.eyebrow) { font-size: 14px; margin-top: 24px; max-width: 350px; color: var(--muted); }
.brief-heading { padding-block: 60px 50px; }
.brief-heading h1 { margin-top: 30px; font-size: clamp(60px, 7vw, 103px); }
.brief-layout { display: grid; grid-template-columns: .65fr 1fr; gap: 12%; padding-bottom: 100px; }
.brief-side .media { aspect-ratio: 1.08; }
.brief-side img { object-position: 67% center; }
.brief-side > p { margin-top: 27px; font-size: 14px; }
.brief-side > p em { font-size: 24px; display: block; margin-top: 10px; }
.brief-side > .eyebrow { font-size: 8px; color: var(--muted); margin-top: 35px; display: block; }
.mode-switch { display: flex; border-bottom: 1px solid var(--line); margin-bottom: 34px; }
.mode-switch button { flex: 1; border: 0; border-bottom: 2px solid transparent; background: none; cursor: pointer; padding: 16px; font-size: 13px; }
.mode-switch [aria-pressed="true"] { border-bottom-color: var(--orange); color: var(--orange); }
#brief-form { display: grid; gap: 25px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
label { display: flex; flex-direction: column; gap: 12px; font-size: 11px; }
input, textarea, select { background: none; border: 0; border-bottom: 1px solid #999c90; border-radius: 0; padding: 5px 0 12px; width: 100%; min-width: 0; color: var(--ink); font-size: 14px; }
input::placeholder, textarea::placeholder { color: #818479; font-size: 13px; }
textarea { resize: vertical; line-height: 1.6; min-height: 100px; }
fieldset { margin: 0; padding: 0; border: 0; display: grid; gap: 25px; min-width: 0; }
[hidden] { display: none !important; }
#brief-form > .button { justify-self: start; margin-top: 5px; }
.form-note { font-size: 11px; max-width: 380px; color: var(--muted); }
.form-status { font-size: 12px; color: var(--blue); }
.reveal-pending { opacity: 0; transform: translateY(25px); }
.reveal-pending.is-visible { opacity: 1; transform: translateY(0); transition: opacity .65s ease, transform .65s ease; }
@media (max-width: 1100px) {
  .site-nav { gap: 22px; }
  .network-grid { grid-template-columns: .6fr 1.5fr; gap: 35px; }
  .network-detail { grid-column: 2; }
  .creator-principles { gap: 30px; }
  .feature-aside { padding: 25px; }
  .feature-aside h3 { margin-top: 30px; }
  .footer-links nav { gap: 18px; }
}
@media (max-width: 760px) {
  h1 { font-size: clamp(53px, 10.5vw, 80px); }
  h2 { font-size: clamp(37px, 8vw, 60px); }
  .wrap { width: 89%; }
  .header { padding: 19px 5.5%; flex-wrap: wrap; }
  .wordmark { font-size: 23px; }
  .brand-symbol { font-size: 32px; }
  .site-nav { width: 100%; margin-top: 15px; flex-direction: column; gap: 0; align-items: stretch; }
  .site-nav > a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
  .site-nav .nav-cta { margin-top: 15px; justify-content: space-between; }
  .js .site-nav { display: none; }
  .js .header.nav-open .site-nav { display: flex; }
  .js .menu-toggle { display: inline-flex; align-items: center; gap: 14px; padding: 10px 0 10px 15px; border: 0; background: none; font-size: 12px; cursor: pointer; }
  .menu-lines { width: 20px; height: 9px; border-top: 1px solid; border-bottom: 1px solid; transition: transform .2s; }
  .nav-open .menu-lines { transform: rotate(-45deg); }
  .intro-meta > span { display: none; }
  .eyebrow { font-size: 9px; }
  .home-intro { padding-block: 35px 30px; }
  .home-title { grid-template-columns: 1fr; gap: 23px; margin-top: 26px; }
  .intro-note { font-size: 13px; max-width: 330px; }
  .intro-note .text-link { margin-top: 15px; }
  .hero-editorial .media { aspect-ratio: 1.04; }
  .hero-editorial img { object-position: 67% center; }
  .photo-note { display: none; }
  .hero-editorial figcaption { font-size: 7px; letter-spacing: .05em; }
  .hero-editorial figcaption span:last-child { display: none; }
  .manifesto { grid-template-columns: 1fr; gap: 27px; padding-block: 75px; }
  .manifesto .lead { font-size: 18px; margin-top: 22px; }
  .manifesto p:not(.lead):not(.eyebrow) { font-size: 13px; }
  .section-heading { flex-direction: column; align-items: start; gap: 7px; }
  .small-note { font-size: 10px; }
  .audience-grid { gap: 40px; grid-template-columns: 1fr; margin-top: 12px; }
  .offset-item { margin-top: 0; }
  .audience-section { padding-bottom: 75px; }
  .audience-caption h3 { font-size: 35px; }
  .network-section { padding-block: 60px; }
  .network-grid { grid-template-columns: 1fr; gap: 30px; }
  .network-detail { grid-column: auto; }
  .network-stats { max-width: 360px; }
  .network-detail > p { max-width: 350px; }
  .footer { padding: 60px 5.5% 20px; }
  .footer-top { align-items: start; gap: 15px; padding-bottom: 40px; }
  .footer-top h2 { font-size: clamp(32px, 7vw, 51px); }
  .round-link { height: 55px; width: 55px; font-size: 30px; margin-top: 48px; }
  .footer-links { gap: 18px; flex-wrap: wrap; font-size: 10px; padding-bottom: 35px; }
  .footer-links nav { flex-direction: column; gap: 10px; }
  .footer-wordmark { font-size: 21vw; padding-bottom: 21px; }
  .footer-bottom { font-size: 8px; flex-wrap: wrap; }
  .page-intro { padding-block: 40px; }
  .title-row { grid-template-columns: 1fr; gap: 25px; margin-top: 26px; }
  .title-row h1 { font-size: clamp(45px, 9.7vw, 74px); }
  .title-row p { font-size: 13px; max-width: 330px; margin: 0; }
  .page-intro > .button { margin-top: 25px; }
  .brand-feature { grid-template-columns: 1fr; }
  .brand-feature .media { aspect-ratio: 1.1; }
  .feature-title { top: 20px; left: 20px; }
  .feature-title h2 { font-size: 37px; }
  .feature-aside { padding: 28px; }
  .feature-aside h3 { margin-top: 24px; font-size: 34px; }
  .aside-number { align-self: end; font-size: 40px; padding-top: 12px; }
  .services { padding-block: 70px; }
  .services summary { grid-template-columns: 25px 1fr 20px; gap: 14px; }
  .services summary h3 { font-size: 28px; }
  .services details > p { margin-left: 39px; font-size: 12px; }
  .territories { padding-bottom: 65px; }
  .territory-grid { grid-template-columns: 1fr; gap: 40px; }
  .territory h3 { font-size: 21px; }
  .portrait-hero { display: flex; flex-direction: column; min-height: 0; }
  .portrait-copy { order: 0; padding-block: 45px; }
  .portrait-copy h1 { max-width: none; margin-top: 30px; font-size: 66px; }
  .portrait-copy > p:not(.eyebrow) { font-size: 13px; margin-top: 22px; }
  .portrait-bg { position: static; order: 1; height: 360px; object-position: 70% center; }
  .portrait-caption { font-size: 8px; }
  .creator-principles { grid-template-columns: 1fr; gap: 35px; padding-bottom: 70px; }
  .creator-principles h3 { font-size: 34px; margin-top: 23px; }
  .creator-principles p { margin-top: 15px; max-width: 350px; }
  .creator-invite { grid-template-columns: 1fr; gap: 35px; padding-bottom: 65px; }
  .creator-invite .media { aspect-ratio: 1.13; }
  .creator-invite h2 { margin-top: 22px; }
  .brief-heading { padding-block: 40px; }
  .brief-heading h1 { font-size: clamp(54px, 10vw, 80px); margin-top: 27px; }
  .brief-layout { grid-template-columns: 1fr; gap: 40px; padding-bottom: 70px; }
  .brief-side .media { aspect-ratio: 1.75; }
  .brief-side > p { font-size: 13px; margin-top: 20px; }
  .brief-side > .eyebrow { margin-top: 20px; }
  .form-row { grid-template-columns: 1fr; gap: 25px; }
  input, textarea, select { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal-pending { opacity: 1; transform: none; }
}
