:root {
  --ink: #111014;
  --ink-soft: #211d25;
  --ivory: #f5f1ea;
  --paper: #fbfaf7;
  --white: #fff;
  --plum: #4b183e;
  --plum-dark: #24101f;
  --violet: #7b49e8;
  --aqua: #08b9c1;
  --aqua-dark: #007d86;
  --line: rgba(17, 16, 20, .16);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --page: min(92vw, 1440px);
  --pad: clamp(24px, 5vw, 84px);
  --section: clamp(88px, 11vw, 176px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
::selection { background: var(--aqua); color: var(--ink); }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--ink); color: var(--white); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; height: 92px; padding: 0 var(--pad); border-bottom: 1px solid transparent; transition: background .35s, height .35s, border-color .35s, color .35s; }
.site-header.is-scrolled { height: 72px; background: rgba(251,250,247,.9); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 13px; position: relative; z-index: 2; }
.brand__signature { width: 74px; height: auto; fill: none; stroke: var(--aqua-dark); stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; }
.brand__signature circle { fill: var(--aqua-dark); stroke: none; }
.brand__wordmark { text-transform: uppercase; letter-spacing: .22em; font-size: 10px; font-weight: 750; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 2.5vw, 42px); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: var(--aqua-dark); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 18px; border: 1px solid currentColor; }
.menu-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; position: relative; z-index: 2; }
.menu-toggle span { position: absolute; left: 9px; width: 26px; height: 1px; background: currentColor; transition: transform .25s, top .25s; }
.menu-toggle span:first-child { top: 17px; }.menu-toggle span:last-child { top: 26px; }

.section { padding: var(--section) var(--pad); }
.section--ink { background: var(--ink); color: var(--ivory); }
.section--plum { background: var(--plum-dark); color: var(--ivory); }
.eyebrow { margin: 0 0 22px; color: var(--aqua-dark); font-size: 11px; font-weight: 800; letter-spacing: .22em; line-height: 1.4; text-transform: uppercase; }
.section--ink .eyebrow, .section--plum .eyebrow { color: #6fe4e4; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 { max-width: 760px; font-size: clamp(54px, 7.4vw, 118px); }
h2 { font-size: clamp(46px, 6vw, 88px); }
h1 em, h2 em { color: var(--violet); font-weight: 400; }
.section--ink h2 em, .section--plum h2 em { color: #8be8e8; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 34px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; transition: transform .25s, background .25s, color .25s; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: var(--plum); }
.button--light { background: var(--ivory); color: var(--ink); }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.hero { min-height: 100svh; position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(480px, .88fr); align-items: center; overflow: hidden; padding: 140px var(--pad) 104px; background: var(--paper); }
.hero__wash { position: absolute; right: -10%; top: -25%; width: 58vw; height: 120%; border-radius: 48% 0 0 52%; background: radial-gradient(circle at 48% 40%, rgba(8,185,193,.22), rgba(123,73,232,.12) 38%, transparent 69%); }
.hero__content { position: relative; z-index: 2; align-self: center; }
.hero__lead { max-width: 590px; font-size: clamp(18px, 1.45vw, 24px); line-height: 1.55; color: #474149; }
.hero__actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.hero__portrait { position: absolute; z-index: 1; right: 0; top: 0; bottom: 0; width: 58%; overflow: hidden; }
.hero__portrait::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--paper) 0, rgba(251,250,247,.72) 18%, transparent 48%); pointer-events: none; }
.hero__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.hero__stamp { position: absolute; z-index: 3; right: var(--pad); bottom: 86px; display: grid; grid-template-columns: auto 54px; align-items: center; justify-content: center; column-gap: 8px; width: 172px; height: 172px; padding: 22px; border-radius: 50%; background: var(--plum); color: var(--white); text-align: left; transform: rotate(7deg); }
.hero__stamp span { display: block; font-family: var(--serif); font-size: 45px; line-height: .9; white-space: nowrap; }
.hero__stamp small { display: block; width: 54px; font-size: 8px; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
.hero__rail { position: absolute; left: var(--pad); right: var(--pad); bottom: 28px; display: flex; align-items: center; gap: 16px; color: #625b65; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero__rail i { flex: 1; height: 1px; background: var(--line); }

.manifesto { display: grid; grid-template-columns: .25fr 1.15fr .8fr; gap: clamp(36px, 7vw, 112px); align-items: start; background: var(--ivory); }
.manifesto__number { color: var(--aqua-dark); font-family: var(--serif); font-size: 44px; }
.manifesto h2 { margin-bottom: 0; font-size: clamp(44px, 5.6vw, 82px); }
.manifesto__body { padding-top: 42px; font-size: 17px; color: #4d474e; }
.manifesto__body p { margin-bottom: 24px; }
.manifesto__body .text-link { margin-top: 10px; color: var(--ink); }

.portrait-break { min-height: 760px; position: relative; display: grid; grid-template-columns: minmax(380px, .78fr) 1.22fr; background: var(--paper); overflow: hidden; }
.portrait-break__image { margin: 0; min-height: 760px; }
.portrait-break__image img { height: 100%; object-fit: cover; object-position: center 18%; filter: saturate(.92); }
.portrait-break__quote { align-self: center; max-width: 760px; padding: 80px 10vw 80px 9vw; }
.quote-mark { width: 54px; fill: var(--aqua); margin-bottom: 30px; }
.portrait-break blockquote { margin: 0 0 34px; font-family: var(--serif); font-size: clamp(44px, 5vw, 78px); line-height: 1.03; letter-spacing: -.03em; }
.portrait-break__quote p { color: #615a62; }
.portrait-break__label { position: absolute; right: 22px; bottom: 26px; writing-mode: vertical-rl; font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }

.trajectory { position: relative; }
.trajectory::before { content: ""; position: absolute; right: -12vw; top: 8%; width: 46vw; height: 46vw; border: 1px solid rgba(139,232,232,.16); border-radius: 50%; }
.section-heading { position: relative; z-index: 1; max-width: 940px; margin-bottom: clamp(56px, 8vw, 112px); }
.section-heading > p:last-child { max-width: 660px; color: rgba(245,241,234,.66); font-size: 18px; }
.timeline { position: relative; z-index: 1; max-width: 1100px; margin: 0 0 84px auto; padding: 0; list-style: none; border-top: 1px solid rgba(245,241,234,.2); }
.timeline__item { display: grid; grid-template-columns: 190px 1fr; gap: 34px; padding: 34px 0; border-bottom: 1px solid rgba(245,241,234,.2); }
.timeline__item time { color: #8be8e8; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.timeline__item h3 { margin-bottom: 9px; font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); font-weight: 400; line-height: 1.1; }
.timeline__item p { max-width: 720px; margin-bottom: 0; color: rgba(245,241,234,.65); }
.cv-details { position: relative; z-index: 1; max-width: 1100px; margin-left: auto; border-top: 1px solid rgba(245,241,234,.2); border-bottom: 1px solid rgba(245,241,234,.2); }
.cv-details summary { display: flex; justify-content: space-between; align-items: center; padding: 27px 0; list-style: none; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.cv-details summary::-webkit-details-marker { display: none; }
.cv-details summary span { color: #8be8e8; font-size: 26px; transition: transform .2s; }
.cv-details[open] summary span { transform: rotate(45deg); }
.cv-details__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 28px 0 54px; }
.cv-details h3 { font-family: var(--serif); font-size: 32px; font-weight: 400; }
.cv-details ul { padding-left: 19px; color: rgba(245,241,234,.68); }
.cv-details li { margin-bottom: 10px; }

.territories { background: var(--paper); }
.section-heading--row { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.section-heading--row > p:last-child { color: #625b65; }
.territory-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.territory-card { min-height: 330px; position: relative; display: flex; flex-direction: column; padding: clamp(28px, 3vw, 48px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s, color .3s, transform .3s; }
.territory-card:hover { z-index: 1; background: var(--plum); color: var(--white); transform: translateY(-6px); }
.territory-card > span { color: var(--violet); font-family: var(--serif); font-size: 28px; }
.territory-card svg { width: 48px; height: 48px; margin: 46px 0 28px; fill: none; stroke: var(--aqua-dark); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.territory-card h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 35px; font-weight: 400; }
.territory-card p { max-width: 310px; margin: auto 0 0; color: #625b65; font-size: 14px; }
.territory-card:hover p { color: rgba(255,255,255,.7); }

.projects { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(54px, 8vw, 128px); align-items: center; background: var(--ivory); }
.projects__visual { position: sticky; top: 110px; }
.projects__visual img { aspect-ratio: 4 / 5; object-fit: cover; object-position: 85% center; }
.projects__visual-caption { display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--line); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.projects .section-heading { margin-bottom: 54px; }
.projects .section-heading h2 { font-size: clamp(46px, 5.2vw, 78px); }
.project-list { border-top: 1px solid var(--line); }
.project-row { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.project-row > span { padding-top: 7px; color: var(--aqua-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.project-row h3 { margin-bottom: 6px; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.14; }
.project-row p { margin-bottom: 0; color: #6c646d; font-size: 13px; }

.feature { min-height: 820px; position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; overflow: hidden; }
.feature__copy { position: relative; z-index: 2; max-width: 660px; }
.feature__copy h2 { font-size: clamp(52px, 6.5vw, 94px); }
.feature__copy > p:not(.eyebrow) { max-width: 570px; color: rgba(245,241,234,.7); font-size: 18px; }
.feature__copy .button { margin-top: 28px; }
.feature__portrait { z-index: 2; min-width: 0; margin: 0; justify-self: end; width: min(100%, 630px); }
.feature__portrait img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border-radius: 48% 48% 8px 8px; }
.feature__orb { position: absolute; right: -7vw; top: 7%; width: 52vw; height: 52vw; border-radius: 50%; background: linear-gradient(140deg, var(--violet), var(--aqua)); opacity: .48; filter: blur(2px); }

.media { background: #0e0d11; }
.media__intro { display: grid; grid-template-columns: .7fr 1.3fr; column-gap: 8vw; max-width: 1250px; }
.media__intro .eyebrow { grid-column: 1 / -1; }
.media__intro h2 { font-size: clamp(50px, 6.4vw, 94px); }
.media__intro > p:last-child { align-self: end; margin-bottom: 15px; color: rgba(245,241,234,.65); font-size: 18px; }
.media-feature { display: grid; grid-template-columns: 1.35fr .65fr; margin-top: 90px; border: 1px solid rgba(245,241,234,.18); }
.media-feature__image { position: relative; min-height: 540px; overflow: hidden; }
.media-feature__image img { height: 100%; object-fit: cover; }
.play { position: absolute; left: 42px; bottom: 42px; display: grid; place-items: center; width: 78px; height: 78px; border: 0; border-radius: 50%; background: var(--aqua); color: var(--ink); font-size: 20px; transition: transform .3s; }
.play:hover { transform: scale(1.08); }
.media-feature__copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(38px, 5vw, 72px); }
.media-feature__copy > span { color: #8be8e8; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.media-feature__copy h3 { margin: 18px 0 12px; font-family: var(--serif); font-size: clamp(50px, 5vw, 78px); font-weight: 400; }
.media-feature__copy p { color: rgba(245,241,234,.65); }
.media-note { margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(245,241,234,.2); font-size: 11px; letter-spacing: .08em; }
.media-cards { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid rgba(245,241,234,.18); border-left: 1px solid rgba(245,241,234,.18); }
.media-card { min-height: 190px; padding: 32px; border-right: 1px solid rgba(245,241,234,.18); border-bottom: 1px solid rgba(245,241,234,.18); }
.media-card strong { color: #8be8e8; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.media-card p { margin: 36px 0 0; color: rgba(245,241,234,.6); font-size: 14px; }

.closing { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--paper); overflow: hidden; }
.closing__signature { position: absolute; left: -5%; bottom: -2%; width: 48vw; opacity: .055; color: var(--violet); }
.closing__signature svg, .footer-brand svg { fill: none; stroke: currentColor; stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; }
.closing__signature circle, .footer-brand circle { fill: currentColor; stroke: none; }
.closing__copy { position: relative; z-index: 1; }
.closing__copy h2 { font-size: clamp(48px, 6vw, 88px); }
.closing__copy > p:last-child { max-width: 540px; color: #625b65; font-size: 18px; }
.contact-form { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 28px 20px; align-self: center; padding: clamp(28px, 4vw, 56px); background: var(--ivory); border-top: 4px solid var(--aqua); }
.contact-form label { display: grid; gap: 8px; color: #5a535b; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; padding: 11px 0; resize: vertical; text-transform: none; letter-spacing: 0; font-size: 16px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--aqua-dark); }
.contact-form__wide { grid-column: 1 / -1; }
.contact-form .button { width: 100%; margin-top: 10px; }
.form-status { min-height: 24px; margin: 0; color: var(--aqua-dark); font-size: 13px; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 50px; align-items: center; padding: 44px var(--pad); background: var(--ink); color: var(--ivory); }
.footer-brand { display: flex; align-items: center; gap: 20px; }
.footer-brand svg { width: 82px; color: #8be8e8; }
.footer-brand div { display: grid; }
.footer-brand strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.footer-brand span { color: rgba(245,241,234,.5); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.site-footer nav { display: flex; gap: 24px; color: rgba(245,241,234,.7); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.site-footer > p { margin: 0; color: rgba(245,241,234,.45); font-size: 10px; }

/* Continuous editorial system — the page reads as one visual narrative. */
.manifesto, .trajectory, .territories, .projects, .feature, .media, .evidence, .closing { isolation: isolate; }
.manifesto { position: relative; padding-top: calc(var(--section) + 46px); }
.manifesto::before { content: ""; position: absolute; z-index: -1; inset: -72px 0 auto; height: 150px; background: var(--ivory); clip-path: ellipse(66% 45% at 50% 100%); }
.manifesto::after { content: ""; position: absolute; right: 4vw; bottom: -120px; width: 1px; height: 260px; background: linear-gradient(var(--aqua), transparent); transform: rotate(23deg); transform-origin: top; }
.portrait-break { margin-top: -1px; }
.trajectory { margin-top: -90px; padding-top: calc(var(--section) + 90px); clip-path: polygon(0 72px, 56% 0, 100% 76px, 100% 100%, 0 100%); }
.territories { position: relative; padding-top: calc(var(--section) + 28px); overflow: hidden; }
.territories::before { content: ""; position: absolute; left: -12vw; top: -17vw; width: 48vw; height: 48vw; border: 1px solid rgba(8,185,193,.22); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(123,73,232,.035), 0 0 0 16vw rgba(8,185,193,.025); }
.territory-grid { position: relative; gap: clamp(16px, 2vw, 34px); border: 0; }
.territory-grid::before { content: ""; position: absolute; z-index: -1; left: 4%; right: 4%; top: 49%; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,125,134,.35), rgba(123,73,232,.32), transparent); transform: rotate(-4deg); }
.territory-card { min-height: 320px; border: 0; background: rgba(255,255,255,.62); box-shadow: 0 22px 70px rgba(36,16,31,.07); backdrop-filter: blur(10px); }
.territory-card:nth-child(2), .territory-card:nth-child(5) { transform: translateY(34px); }
.territory-card:nth-child(3n+1) { border-radius: 74px 8px 8px 8px; }
.territory-card:nth-child(3n+2) { border-radius: 8px 74px 8px 8px; }
.territory-card:nth-child(3n) { border-radius: 8px 8px 74px 8px; }
.territory-card:hover { transform: translateY(-8px); box-shadow: 0 28px 80px rgba(36,16,31,.18); }
.territory-card:nth-child(2):hover, .territory-card:nth-child(5):hover { transform: translateY(26px); }
.projects { position: relative; margin-top: 24px; padding-top: calc(var(--section) + 60px); }
.projects::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(153deg, var(--ivory) 0 64%, #eee7df 64% 100%); clip-path: polygon(0 5%, 42% 0, 100% 5%, 100% 100%, 0 100%); }
.projects__visual img { border-radius: 50% 50% 10px 10px; box-shadow: 0 34px 90px rgba(33,29,37,.16); }
.project-row { position: relative; transition: padding .3s, color .3s; }
.project-row::after { content: "↗"; position: absolute; right: 0; top: 34px; color: var(--aqua-dark); opacity: 0; transform: translate(-10px, 5px); transition: opacity .3s, transform .3s; }
.project-row:hover { padding-left: 14px; }
.project-row:hover::after { opacity: 1; transform: none; }
.feature { margin-top: -1px; clip-path: polygon(0 7%, 74% 0, 100% 5%, 100% 100%, 0 100%); padding-top: calc(var(--section) + 30px); }
.media { position: relative; margin-top: -1px; }
.media::after { content: ""; position: absolute; z-index: -1; left: -12vw; right: -12vw; bottom: -85px; height: 180px; background: #0e0d11; border-radius: 0 0 50% 50%; }

.evidence { position: relative; z-index: 2; background: var(--paper); overflow: hidden; }
.evidence::before { content: ""; position: absolute; z-index: -1; left: 50%; top: 15%; width: 1px; height: 66%; background: linear-gradient(transparent, rgba(0,125,134,.42) 12%, rgba(123,73,232,.34) 86%, transparent); transform: rotate(8deg); }
.evidence__intro { display: grid; grid-template-columns: .78fr 1.22fr; column-gap: 9vw; padding-top: calc(var(--section) + 110px); padding-bottom: 88px; }
.evidence__intro .eyebrow { grid-column: 1 / -1; }
.evidence__intro h2 { font-size: clamp(52px, 7vw, 104px); }
.evidence__intro > p:last-child { align-self: end; max-width: 600px; margin: 0 0 12px; color: #625b65; font-size: 18px; }
.evidence-flow { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 68px; gap: clamp(12px, 1.8vw, 28px); width: var(--page); margin: 0 auto; padding: 20px 0 140px; }
.evidence-shot { position: relative; min-width: 0; min-height: 0; padding: 0; border: 0; overflow: hidden; background: #ddd; color: var(--white); text-align: left; box-shadow: 0 28px 78px rgba(17,16,20,.14); }
.evidence-shot::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(14,13,17,.78)); pointer-events: none; }
.evidence-shot img { height: 100%; object-fit: cover; filter: saturate(.83) contrast(1.03); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s; }
.evidence-shot:hover img, .evidence-shot:focus-visible img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }
.evidence-shot span { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 22px; display: flex; justify-content: space-between; align-items: end; gap: 20px; font-family: var(--serif); font-size: clamp(18px, 2vw, 28px); line-height: 1.08; }
.evidence-shot span b { font-family: var(--sans); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.evidence-shot--lead { grid-column: 1 / 9; grid-row: 1 / 8; border-radius: 4px 110px 4px 4px; }
.evidence-shot--portrait { grid-column: 9 / 13; grid-row: 3 / 10; border-radius: 100px 4px 4px 4px; }
.evidence-note { grid-column: 2 / 8; grid-row: 8; display: flex; align-items: center; gap: 12px; color: #6c646d; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.evidence-note i { width: 48px; height: 1px; background: var(--aqua-dark); }
.evidence-shot--audience { grid-column: 1 / 6; grid-row: 10 / 18; border-radius: 4px 4px 4px 90px; }
.evidence-quote { grid-column: 7 / 13; grid-row: 11 / 16; align-self: center; margin: 0; padding: 30px 4vw; color: var(--ink); font-family: var(--serif); font-size: clamp(32px, 4vw, 60px); line-height: 1.04; }
.evidence-quote em { color: var(--violet); }
.evidence-shot--wide { grid-column: 5 / 13; grid-row: 17 / 23; border-radius: 100px 4px 4px 4px; }
.evidence-shot--expo { grid-column: 1 / 5; grid-row: 20 / 28; border-radius: 4px 4px 80px 4px; }
.evidence-shot--community { grid-column: 5 / 13; grid-row: 24 / 30; border-radius: 4px 4px 100px 4px; }

.project-constellation { position: relative; min-height: 850px; background: #ede8e1; overflow: hidden; }
.project-constellation::before { content: ""; position: absolute; left: -18vw; bottom: -34vw; width: 76vw; height: 76vw; border-radius: 50%; background: radial-gradient(circle, rgba(8,185,193,.2), rgba(123,73,232,.08) 42%, transparent 70%); }
.project-constellation__copy { position: relative; z-index: 2; max-width: 700px; }
.project-constellation__copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 68px); font-weight: 400; line-height: 1.02; }
.logo-orbit { position: relative; z-index: 1; width: min(100%, 1240px); height: 520px; margin: -40px 0 0 auto; }
.logo-orbit__line { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(0,125,134,.24); stroke-width: 1; stroke-dasharray: 3 7; }
.logo-mark { position: absolute; z-index: 2; display: grid; place-items: center; margin: 0; padding: 0; overflow: hidden; background: rgba(251,250,247,.82); border: 1px solid rgba(17,16,20,.08); box-shadow: 0 18px 50px rgba(17,16,20,.08); backdrop-filter: blur(12px); transition: transform .35s, box-shadow .35s; }
.logo-mark:hover { z-index: 5; transform: rotate(0) scale(1.07); box-shadow: 0 24px 60px rgba(17,16,20,.15); }
.logo-mark img { width: auto; height: auto; max-width: 74%; max-height: 72%; margin: auto; object-fit: contain; object-position: 50% 50%; transform-origin: center; }
.logo-mark--tequila img, .logo-mark--armadillo img { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; object-position: center; }
.logo-mark--mezcal img { max-width: 78%; max-height: 78%; transform: translateY(1%); }
.logo-mark--inq img { max-width: 76%; max-height: 68%; }
.logo-mark--nauticos img { max-width: 82%; max-height: 58%; }
.logo-mark--pueblos img { max-width: 72%; max-height: 72%; transform: translateY(-1%); }
.logo-mark--ficlo img { max-width: 74%; max-height: 74%; transform: translateY(-1%); }
.logo-mark--todos img { max-width: 76%; max-height: 72%; }
.logo-mark--rosalia img { max-width: 70%; max-height: 70%; }
.logo-mark--mezcal { left: 4%; top: 235px; width: 170px; height: 180px; border-radius: 50% 50% 8px 50%; transform: rotate(-5deg); }
.logo-mark--tequila { left: 18%; top: 70px; width: 175px; height: 175px; border-radius: 8px 50% 50% 50%; transform: rotate(4deg); }
.logo-mark--armadillo { left: 34%; top: 252px; width: 185px; height: 185px; border-radius: 50%; transform: rotate(-3deg); overflow: hidden; }
.logo-mark--inq { left: 48%; top: 56px; width: 150px; height: 118px; border-radius: 60px 8px 60px 8px; transform: rotate(-4deg); }
.logo-mark--nauticos { left: 58%; top: 324px; width: 230px; height: 110px; border-radius: 70px; transform: rotate(3deg); }
.logo-mark--pueblos { left: 69%; top: 119px; width: 158px; height: 126px; border-radius: 8px 60px 8px 60px; transform: rotate(5deg); }
.logo-mark--ficlo { left: 82%; top: 265px; width: 148px; height: 132px; border-radius: 50%; transform: rotate(-4deg); }
.logo-mark--todos { left: 86%; top: 35px; width: 130px; height: 120px; border-radius: 60px 8px; transform: rotate(3deg); }
.logo-mark--rosalia { left: 42%; top: 406px; width: 130px; height: 118px; border-radius: 50% 8px 50% 50%; transform: rotate(4deg); }

.lightbox { width: min(92vw, 1240px); max-width: none; padding: 0; border: 0; background: transparent; color: white; }
.lightbox::backdrop { background: rgba(8,7,10,.92); backdrop-filter: blur(10px); }
.lightbox figure { margin: 0; }
.lightbox img { max-height: 78vh; object-fit: contain; }
.lightbox figcaption { padding-top: 16px; color: rgba(255,255,255,.72); font-size: 13px; letter-spacing: .04em; }
.lightbox__close { position: fixed; right: 24px; top: 18px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(0,0,0,.35); color: white; font-size: 28px; line-height: 1; }
.closing { margin-top: -1px; padding-top: calc(var(--section) + 20px); background: linear-gradient(136deg, var(--paper) 0 62%, #efe7ee 62%); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; min-height: 920px; align-items: start; }
  .hero__content { max-width: 660px; padding-top: 18px; }
  .hero__portrait { top: 220px; width: 100%; height: 700px; opacity: .78; }
  .hero__portrait::before { background: linear-gradient(180deg, var(--paper) 0, rgba(251,250,247,.6) 27%, transparent 58%); }
  .hero__portrait img { object-position: right center; }
  .hero__stamp { bottom: 70px; }
  .manifesto { grid-template-columns: 80px 1fr; }
  .manifesto__body { grid-column: 2; padding-top: 0; }
  .portrait-break { grid-template-columns: .8fr 1.2fr; }
  .territory-grid { grid-template-columns: repeat(2, 1fr); }
  .projects { gap: 50px; }
  .media-feature { grid-template-columns: 1fr; }
  .media-feature__image { min-height: 520px; }
  .evidence__intro { grid-template-columns: 1fr; }
  .evidence__intro .eyebrow { grid-column: auto; }
  .evidence__intro > p:last-child { max-width: 720px; }
  .logo-orbit { margin-top: 30px; transform: scale(.88); transform-origin: center top; }
  .site-footer { grid-template-columns: 1fr auto; }.site-footer > p { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --pad: 22px; --section: 88px; }
  .site-header { height: 72px; }
  .brand__wordmark { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: var(--paper); font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: 0; text-transform: none; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s, visibility .25s, transform .25s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-cta { font-family: var(--sans); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
  .hero { min-height: 920px; padding-top: 112px; padding-bottom: 84px; }
  .hero h1 { font-size: clamp(52px, 15vw, 76px); }
  .hero__lead { max-width: 92%; font-size: 17px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero__portrait { top: 385px; height: 535px; width: 136%; right: -34%; opacity: .84; }
  .hero__portrait::before { background: linear-gradient(180deg, var(--paper) 0, rgba(251,250,247,.65) 18%, transparent 50%); }
  .hero__stamp { right: 18px; bottom: 58px; grid-template-columns: auto 42px; column-gap: 5px; width: 132px; height: 132px; padding: 15px; }
  .hero__stamp span { font-size: 33px; }
  .hero__stamp small { width: 42px; font-size: 6.5px; letter-spacing: .075em; line-height: 1.3; }
  .hero__rail { display: none; }
  .manifesto { grid-template-columns: 1fr; gap: 30px; }
  .manifesto__number { display: none; }
  .manifesto__body { grid-column: auto; }
  .portrait-break { min-height: 0; grid-template-columns: 1fr; }
  .portrait-break__image { min-height: 520px; }
  .portrait-break__quote { padding: 70px var(--pad); }
  .timeline__item { grid-template-columns: 1fr; gap: 13px; }
  .cv-details__grid { grid-template-columns: 1fr; gap: 28px; }
  .section-heading--row { grid-template-columns: 1fr; gap: 18px; }
  .territory-grid { grid-template-columns: 1fr; }
  .territory-card { min-height: 270px; }
  .territory-card:nth-child(2), .territory-card:nth-child(5), .territory-card:nth-child(2):hover, .territory-card:nth-child(5):hover { transform: none; }
  .territory-card:nth-child(n) { border-radius: 48px 6px 48px 6px; }
  .territory-card svg { margin: 28px 0 20px; }
  .projects { grid-template-columns: 1fr; }
  .projects__visual { position: relative; top: 0; }
  .projects__visual img { aspect-ratio: 4 / 4.7; }
  .feature { grid-template-columns: 1fr; }
  .feature__portrait { width: 100%; max-width: 100%; }
  .feature__orb { width: 100vw; height: 100vw; top: 50%; }
  .media__intro { grid-template-columns: 1fr; }
  .media__intro .eyebrow { grid-column: auto; }
  .media-feature { margin-top: 48px; }
  .media-feature__image { min-height: 330px; }
  .media-feature__image img { object-position: 56% center; }
  .play { left: 20px; bottom: 20px; width: 58px; height: 58px; }
  .media-cards { grid-template-columns: 1fr; }
  .media::after { bottom: -44px; height: 88px; }
  .evidence__intro { padding-top: 132px; padding-bottom: 48px; }
  .evidence-flow { display: flex; width: 100%; padding: 0 0 90px; overflow-x: auto; gap: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .evidence-flow::-webkit-scrollbar { display: none; }
  .evidence-shot { flex: 0 0 82vw; height: 520px; border-radius: 4px 64px 4px 4px; scroll-snap-align: center; }
  .evidence-shot:first-child { margin-left: var(--pad); }
  .evidence-shot:last-child { margin-right: var(--pad); }
  .evidence-note, .evidence-quote { flex: 0 0 72vw; align-self: center; }
  .evidence-note { display: none; }
  .evidence-quote { padding: 32px; font-size: 42px; }
  .project-constellation { min-height: 1040px; }
  .logo-orbit { width: 100%; height: 720px; margin: 46px 0 0; transform: none; }
  .logo-orbit__line { transform: rotate(90deg) scale(1.25); }
  .logo-mark { width: 132px; height: 124px; padding: 0; }
  .logo-mark--mezcal { left: 2%; top: 28px; }
  .logo-mark--tequila { left: 50%; top: 8px; }
  .logo-mark--armadillo { left: 26%; top: 174px; width: 144px; height: 144px; }
  .logo-mark--inq { left: 60%; top: 206px; }
  .logo-mark--nauticos { left: 0; top: 350px; width: 175px; height: 100px; }
  .logo-mark--pueblos { left: 52%; top: 360px; }
  .logo-mark--ficlo { left: 17%; top: 494px; }
  .logo-mark--todos { left: 60%; top: 526px; }
  .logo-mark--rosalia { left: 31%; top: 620px; }
  .closing { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form__wide { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; }
  .site-footer nav { flex-wrap: wrap; }.site-footer > p { grid-column: auto; }
}
