:root {
    --black: #070807;
    --ink: #0c0e0c;
    --paper: #e9e2d5;
    --muted: #8f8b82;
    --copper: #c46d3e;
    --cyan: #3dc6b8;
    --line: rgba(233, 226, 213, .15);
    --display: "Bebas Neue", Impact, sans-serif;
    --body: "Space Grotesk", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); overflow-x: clip; }
body { margin: 0; background: var(--black); color: var(--paper); font-family: var(--body); overflow-x: clip; }
a { color: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; padding: 12px; background: var(--cyan); color: #04100e; }
.skip-link:focus { top: 12px; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 14px clamp(20px, 4vw, 62px);
    border-bottom: 1px solid rgba(233, 226, 213, .09);
    background: linear-gradient(180deg, rgba(7,8,7,.88), transparent);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--display); font-size: 1.25rem; letter-spacing: .06em; }
.brand-pulse { display: flex; align-items: center; gap: 2px; height: 24px; }
.brand-pulse i { width: 2px; background: var(--copper); animation: meter 1.4s ease-in-out infinite alternate; }
.brand-pulse i:nth-child(1) { height: 10px; }
.brand-pulse i:nth-child(2) { height: 24px; animation-delay: -.4s; }
.brand-pulse i:nth-child(3) { height: 16px; animation-delay: -.8s; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a { color: rgba(233,226,213,.72); font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.site-header nav a:hover { color: var(--cyan); }

.dream-hero { position: relative; min-height: 100svh; isolation: isolate; overflow: hidden; background: #050605; }
.dream-hero-image { position: absolute; inset: 0; z-index: -3; background: url("../assets/hero/maracatu-mind-wide.webp") center/cover no-repeat; animation: dream-drift 16s ease-in-out infinite alternate; }
.dream-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,6,5,.98) 0%, rgba(5,6,5,.76) 32%, rgba(5,6,5,.06) 67%), linear-gradient(0deg, rgba(5,6,5,.8), transparent 44%); }
.dream-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 100% 13vh, 9vw 100%; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero-copy { width: min(760px, 58vw); padding: clamp(145px, 19vh, 210px) 0 120px clamp(24px, 7vw, 110px); }
.eyebrow { margin: 0 0 30px; color: var(--cyan); font-size: .68rem; font-weight: 600; letter-spacing: .28em; }
.hero-copy h1 { margin: 0; font-family: var(--display); font-size: clamp(6rem, 12.5vw, 13.5rem); font-weight: 400; letter-spacing: -.01em; line-height: .91; }
.hero-note { max-width: 450px; margin: 36px 0 0; padding-left: 24px; border-left: 1px solid var(--copper); color: rgba(233,226,213,.72); font-size: .93rem; line-height: 1.7; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 54px; padding: 0 24px; border: 1px solid var(--line); border-radius: 999px; font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.button-primary { background: var(--copper); border-color: var(--copper); color: #0b0806; }
.button-quiet { background: rgba(7,8,7,.48); backdrop-filter: blur(10px); }
.button:hover { transform: translateY(-2px); }
.hero-caption { position: absolute; left: clamp(24px, 4vw, 62px); right: clamp(24px, 4vw, 62px); bottom: 26px; display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(233,226,213,.24); color: var(--muted); font-size: .56rem; letter-spacing: .18em; }

.dream-orbit { position: absolute; z-index: 0; border: 1px solid rgba(61,198,184,.18); border-radius: 50%; pointer-events: none; animation: orbit 26s linear infinite; }
.orbit-one { width: 38vw; aspect-ratio: 1; right: -10vw; top: 8vh; }
.orbit-two { width: 19vw; aspect-ratio: 1; right: 22vw; bottom: -8vw; border-color: rgba(196,109,62,.22); animation-direction: reverse; animation-duration: 18s; }
.dream-orbit::after { content: ""; position: absolute; left: 50%; top: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 22px var(--cyan); }

.image-manifesto { position: relative; display: grid; grid-template-columns: minmax(220px,.55fr) minmax(520px,1fr); gap: clamp(35px,8vw,150px); width: min(1500px, calc(100% - 48px)); margin: 0 auto; padding: clamp(100px,13vw,190px) 0; }
.image-manifesto > * { min-width: 0; }
.statement { position: sticky; top: 120px; align-self: start; }
.testimonials { display: grid; gap: 0; }
.testimonials blockquote { margin: 0; padding: 30px 0; border-top: 1px solid var(--line); font-family: var(--display); font-size: clamp(2.6rem,5vw,5.5rem); line-height: 1; }
.testimonials blockquote:last-child { border-bottom: 1px solid var(--line); }
.testimonials blockquote:nth-child(2) { color: var(--cyan); }
.testimonials cite { display: block; margin-top: 18px; color: var(--copper); font: 500 .65rem var(--body); letter-spacing: .12em; text-transform: uppercase; }
.body-orchestra { margin: 0; }
.body-image-wrap { position: relative; width: 100%; max-width: 760px; margin-left: auto; overflow: hidden; background: #050605; }
.body-image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 110px 35px #070807; pointer-events: none; }
.body-image-wrap img { display: block; width: 100%; animation: body-breathe 11s ease-in-out infinite alternate; }
.body-echo { position: absolute; inset: 0; opacity: .16; mix-blend-mode: screen; background: url("../assets/hero/maracatu-body.webp") center/cover; clip-path: polygon(0 29%,100% 25%,100% 37%,0 41%); animation: echo-slip 5.2s steps(1,end) infinite; }
.ring { position: absolute; z-index: 2; display: block; border: 1px solid rgba(61,198,184,.34); border-radius: 50%; animation: orbit 18s linear infinite; }
.ring::after { content: ""; position: absolute; top: -4px; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.ring-a { width: 42%; aspect-ratio: 1; left: 4%; top: 22%; }
.ring-b { width: 58%; aspect-ratio: 1; right: -24%; top: 47%; border-color: rgba(196,109,62,.38); animation-direction: reverse; animation-duration: 29s; }
.image-quote { position: absolute; z-index: 4; left: 9%; right: 9%; bottom: 10%; margin: 0; color: var(--paper); font-size: clamp(1.25rem,2.7vw,2.4rem); font-weight: 500; line-height: 1.25; text-align: center; text-wrap: balance; text-shadow: 0 3px 24px #000; }
.body-orchestra figcaption { display: flex; justify-content: space-between; gap: 20px; margin-top: 16px; color: var(--muted); font-size: .57rem; letter-spacing: .17em; text-transform: uppercase; }
.body-orchestra figcaption b { color: var(--copper); }

.course-panel { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: clamp(90px,11vw,160px) clamp(20px,5vw,80px); border: 1px solid var(--line); background: linear-gradient(135deg, rgba(196,109,62,.07), transparent 55%), var(--ink); }
.course-heading { display: block; }
.course-title > span { color: var(--cyan); font-size: .65rem; font-weight: 600; letter-spacing: .26em; }
.course-title h2 { margin: 28px 0 0; font-family: var(--display); font-size: clamp(5rem,9vw,9.5rem); font-weight: 400; line-height: .94; }
.module-deck { margin-top: clamp(42px,6vw,76px); }
.module-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(440px, 58%); gap: 18px; overflow-x: auto; padding: 0 0 26px; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.module-track::-webkit-scrollbar { display: none; }
.module-card { min-height: 500px; display: flex; flex-direction: column; scroll-snap-align: start; padding: clamp(30px,4vw,58px); border: 1px solid var(--line); background: rgba(7,8,7,.58); }
.module-card > span { color: var(--cyan); font-size: .64rem; font-weight: 600; letter-spacing: .18em; }
.module-card h3 { margin: 38px 0 26px; font-family: var(--display); font-size: clamp(3.2rem,6.4vw,6.4rem); font-weight: 400; line-height: .95; }
.module-card ul { margin: auto 0 0; padding: 0; list-style: none; }
.module-card li { position: relative; padding: 15px 0 15px 26px; border-top: 1px solid var(--line); color: rgba(233,226,213,.78); font-size: clamp(1rem,1.25vw,1.18rem); line-height: 1.5; }
.module-card li::before { content: "↳"; position: absolute; left: 0; color: var(--copper); }
.module-card p { margin: auto 0 30px; color: rgba(233,226,213,.72); font-size: 1.05rem; line-height: 1.7; }
.module-final { background: linear-gradient(145deg, rgba(61,198,184,.1), rgba(196,109,62,.08)); }
.module-final .button { align-self: flex-start; }
.module-controls { display: flex; align-items: center; justify-content: flex-end; gap: 18px; padding-top: 12px; }
.module-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--paper); font-size: 1.2rem; cursor: pointer; }
.module-controls button:hover { border-color: var(--cyan); color: var(--cyan); }
.module-controls span { min-width: 72px; color: var(--muted); font-size: .7rem; letter-spacing: .13em; text-align: center; }
.module-controls b { color: var(--copper); }

.portfolio-section { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: clamp(80px,10vw,150px) 0; }
.portfolio-heading { display: grid; grid-template-columns: .5fr 1fr; align-items: end; margin-bottom: clamp(56px,8vw,96px); }
.portfolio-heading > span { color: var(--cyan); font-size: .65rem; font-weight: 600; letter-spacing: .26em; }
.portfolio-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(5rem,9vw,9.5rem); font-weight: 400; line-height: .94; }
.portfolio-download { position: relative; min-height: clamp(250px,28vw,420px); display: grid; grid-template-columns: 1fr auto; align-content: space-between; align-items: end; gap: 28px; margin-top: clamp(28px,4vw,56px); padding: clamp(28px,5vw,72px); border: 1px solid var(--line); color: inherit; overflow: hidden; text-decoration: none; transition: border-color .25s ease, background .25s ease; }
.portfolio-download::before { content: ""; position: absolute; width: 42%; aspect-ratio: 1; right: -15%; top: -42%; border: 1px solid rgba(61,198,184,.16); border-radius: 50%; transition: transform .4s ease; }
.portfolio-download > span { grid-column: 1 / -1; align-self: start; color: var(--cyan); font-size: .62rem; font-weight: 600; letter-spacing: .2em; }
.portfolio-download b { font-family: var(--display); font-size: clamp(4.2rem,9.4vw,9.4rem); font-weight: 400; line-height: .82; }
.portfolio-download i { color: var(--copper); font: 300 clamp(3rem,7vw,7rem) var(--body); line-height: .8; }
.portfolio-download:hover, .portfolio-download:focus-visible { border-color: var(--cyan); background: rgba(61,198,184,.045); outline: none; }
.portfolio-download:hover::before, .portfolio-download:focus-visible::before { transform: scale(1.12) rotate(18deg); }

.sponsor-footer { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 30px 0 38px; }
.sponsor-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.sponsor-kicker { color: var(--cyan); font: 400 clamp(4rem,9vw,9rem) var(--display); letter-spacing: .02em; }
.sponsor-heading small { color: var(--muted); font-size: .57rem; letter-spacing: .18em; }
.sponsor-stage { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin-top: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sponsor-mark { min-width: 0; min-height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 28px 16px; border-right: 1px solid var(--line); color: rgba(233,226,213,.7); text-align: center; text-decoration: none; transition: color .25s ease, background .25s ease; }
.sponsor-mark:last-child { border-right: 0; }
.sponsor-mark strong { font-family: var(--display); font-size: clamp(1.7rem,3vw,3rem); font-weight: 400; line-height: .88; letter-spacing: .04em; }
.sponsor-mark span { color: var(--muted); font-size: .5rem; font-weight: 600; letter-spacing: .18em; }
.sponsor-mark:hover, .sponsor-mark:focus-visible { color: var(--paper); background: rgba(61,198,184,.055); outline: none; }
.sponsor-mark:hover span, .sponsor-mark:focus-visible span { color: var(--copper); }
.sponsor-turkish strong { font-family: var(--body); font-size: clamp(1.2rem,2vw,2rem); font-weight: 600; letter-spacing: .14em; }
.sponsor-bbeat strong { color: var(--cyan); font-family: var(--body); font-weight: 600; letter-spacing: -.04em; }
.sponsor-liverpool strong { font-family: var(--body); font-size: clamp(1.15rem,2vw,1.85rem); font-weight: 600; letter-spacing: .08em; }
.sponsor-v8 strong { color: var(--copper); font-size: clamp(2.8rem,5vw,5rem); }
.production-partner { margin-top: clamp(58px,8vw,110px); padding-top: 22px; border-top: 1px solid var(--line); }
.production-partner > span { color: var(--muted); font-size: .57rem; font-weight: 600; letter-spacing: .2em; }
.production-partner > a { min-height: 180px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(20px,4vw,58px); margin-top: 20px; padding: clamp(24px,4vw,50px); border: 1px solid var(--line); color: inherit; text-decoration: none; transition: border-color .25s ease, background .25s ease; }
.production-partner > a:hover, .production-partner > a:focus-visible { border-color: var(--copper); background: rgba(196,109,62,.045); outline: none; }
.production-partner > a > i { position: relative; width: clamp(64px,8vw,100px); aspect-ratio: 1; display: block; border: 3px solid var(--paper); border-radius: 18%; }
.production-partner > a > i::before { content: ""; position: absolute; inset: 19%; border: 4px solid var(--copper); border-radius: 50%; }
.production-partner > a > i::after { content: ""; position: absolute; width: 12%; aspect-ratio: 1; right: 13%; top: 13%; border-radius: 50%; background: var(--paper); }
.production-partner > a > i em { position: absolute; inset: auto 14% 12%; height: 5%; background: var(--copper); transform: rotate(-8deg); }
.production-partner strong { font: 400 clamp(3.5rem,8vw,8rem) var(--display); line-height: .82; letter-spacing: .02em; }
.production-partner small { color: var(--cyan); font-size: .65rem; font-weight: 600; letter-spacing: .13em; white-space: nowrap; }
.sponsor-footer > p { margin: 28px 0 0; color: var(--muted); font-size: .6rem; }

@keyframes meter { to { transform: scaleY(.48); opacity: .45; } }
@keyframes dream-drift { from { transform: scale(1.02) translate3d(0,0,0); filter: saturate(.82); } to { transform: scale(1.075) translate3d(-1.4%,.7%,0); filter: saturate(1.04); } }
@keyframes body-breathe { from { transform: scale(1.015); filter: contrast(1.02) saturate(.86); } to { transform: scale(1.065) translateY(-.7%); filter: contrast(1.09) saturate(1.05); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes echo-slip { 0%,88%,100% { transform: translateX(0); opacity: .08; } 90% { transform: translateX(16px); opacity: .27; } 92% { transform: translateX(-9px); opacity: .16; } }

@media (max-width: 900px) {
    .hero-copy { width: 72vw; }
    .image-manifesto { grid-template-columns: 1fr; }
    .statement { position: relative; top: auto; }
    .body-image-wrap { margin: 0 auto; }
    .portfolio-heading { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 620px) {
    .site-header { min-height: 66px; padding: 12px 18px; }
    .brand { font-size: 1rem; }
    .site-header nav { gap: 14px; }
    .site-header nav a { font-size: .55rem; }
    .dream-hero { min-height: 900px; }
    .dream-hero-image { background-position: 69% center; }
    .dream-hero::before { background: linear-gradient(0deg, rgba(5,6,5,.98) 0%, rgba(5,6,5,.8) 44%, rgba(5,6,5,.04) 81%); }
    .hero-copy { width: 100%; padding: 48vh 20px 110px; }
    .hero-copy h1 { font-size: clamp(4.2rem,18vw,5.8rem); line-height: .95; }
    .hero-note { font-size: .82rem; }
    .button { width: 100%; }
    .orbit-one { width: 85vw; right: -35vw; }
    .image-manifesto, .course-panel, .portfolio-section, footer { width: calc(100% - 36px); }
    .image-manifesto { padding: 96px 0; }
    .testimonials blockquote { font-size: 12vw; }
    .body-orchestra figcaption { flex-direction: column; gap: 6px; }
    .course-panel { padding: 78px 20px; }
    .course-title h2 { font-size: 18vw; line-height: .96; }
    .module-track { grid-auto-columns: 94%; }
    .module-card { min-height: 560px; padding: 30px 24px; }
    .module-card h3 { font-size: 12vw; overflow-wrap: anywhere; }
    .module-card li { padding: 16px 0 16px 24px; font-size: 1rem; line-height: 1.55; }
    .portfolio-section { padding: 70px 0 100px; }
    .portfolio-heading h2 { font-size: 14vw; line-height: .92; }
    .portfolio-download { min-height: 280px; grid-template-columns: minmax(0,1fr) auto; padding: 28px 20px; }
    .portfolio-download b { font-size: clamp(3.1rem,12.8vw,4.4rem); line-height: .86; }
    .portfolio-download i { font-size: 3rem; }
    .sponsor-heading { align-items: flex-end; }
    .sponsor-heading small { padding-bottom: 13px; }
    .sponsor-stage { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .sponsor-mark { min-height: 135px; border-bottom: 1px solid var(--line); }
    .sponsor-mark:nth-child(even) { border-right: 0; }
    .sponsor-mark:nth-last-child(-n+2) { border-bottom: 0; }
    .sponsor-mark:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
    .production-partner > a { min-height: 210px; grid-template-columns: auto 1fr; gap: 20px; padding: 24px 20px; }
    .production-partner strong { font-size: clamp(3.2rem,15vw,5.2rem); }
    .production-partner small { grid-column: 1 / -1; }
}


/* Final annotated layout pass */
.site-header nav a { font-size: .76rem; }
.hero-note {
    max-width: 560px;
    color: var(--cyan);
    font-size: clamp(1.05rem, 1.55vw, 1.35rem);
    line-height: 1.55;
}
.testimonials blockquote:nth-child(4) { color: var(--cyan); }
.testimonials cite { font-size: .82rem; line-height: 1.35; }
.module-card { min-height: 440px; }
.module-card > span { font-size: .82rem; }
.module-card h3 { margin-bottom: 30px; }
.module-card ul { margin: 0; }
.module-card li { font-size: clamp(1.14rem, 1.55vw, 1.38rem); }
.sponsor-bbeat strong,
.sponsor-v8 strong { color: rgba(233,226,213,.7); }
.production-partner > span {
    display: block;
    color: var(--cyan);
    font-size: clamp(.82rem, 1.35vw, 1.12rem);
    text-align: center;
}

@media (max-width: 620px) {
    .site-header nav a { font-size: .62rem; }
    .hero-note { margin-top: 42px; font-size: 1.04rem; line-height: 1.58; }
    .testimonials cite { font-size: .77rem; }
    .module-card { min-height: 480px; }
    .module-card > span { font-size: .78rem; }
    .module-card h3 { margin: 30px 0 26px; }
    .module-card li { font-size: 1.12rem; line-height: 1.52; }
    .production-partner > span { font-size: .86rem; line-height: 1.45; }
}

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