:root {
  --green-950: #052f2c;
  --green-900: #073f3b;
  --green-800: #075149;
  --green-700: #0b685c;
  --mint: #91baa3;
  --gold: #d5aa6b;
  --peach: #f6cf98;
  --cream: #f4efe5;
  --ink: #123b37;
  --white: #fffdf8;
  --line: rgba(255, 255, 255, .2);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.site-header { height: 82px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; background: rgba(244, 239, 229, .96); border-bottom: 1px solid rgba(7, 63, 59, .15); position: relative; z-index: 20; }
.brand img { width: 190px; }
.header-meta { display: flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.header-meta i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.header-cta { justify-self: end; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

.hero { min-height: calc(100vh - 82px); display: block; background: var(--green-900); color: var(--white); overflow: hidden; position: relative; }
.hero::before { content: "SUMMIT"; position: absolute; left: -1vw; bottom: -3vw; color: rgba(255,255,255,.028); font-size: 20vw; line-height: .78; font-weight: 900; letter-spacing: -.02em; }
.hero-noise { position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: radial-gradient(rgba(255,255,255,.18) .7px, transparent .7px); background-size: 7px 7px; mask-image: linear-gradient(90deg,#000,transparent 75%); }
.hero-copy { width: min(70%, 980px); min-height: calc(100vh - 82px); padding: clamp(64px, 7vw, 110px) 5vw 44px 8vw; position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 30px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .16em; display: flex; align-items: center; gap: 12px; }
.eyebrow span { display: inline-block; width: 38px; height: 2px; background: var(--gold); }
.eyebrow.dark { color: var(--green-800); }
.eyebrow.light { color: var(--peach); }
.hero h1, .artist h2, .experience h2, .credential-intro h2 { margin: 0; font-size: clamp(64px, 7.2vw, 126px); line-height: .82; letter-spacing: -.075em; font-weight: 830; }
h1 em, h2 em { color: var(--gold); font-style: normal; font-weight: 450; }
.hero-lead { max-width: 550px; margin: 36px 0 30px; color: rgba(255,255,255,.77); font-size: clamp(17px, 1.35vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 58px; padding: 0 24px; display: inline-flex; justify-content: center; align-items: center; gap: 24px; border: 0; border-radius: var(--radius-md); cursor: pointer; text-transform: uppercase; letter-spacing: .045em; font-size: 12px; font-weight: 850; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--peach); color: var(--green-950); }
.button-gold:hover { background: #ffdda7; }
.button-dark { background: var(--green-900); color: white; }
.text-link { font-size: 12px; font-weight: 750; border-bottom: 1px solid rgba(255,255,255,.45); padding: 10px 0; }
.event-stamp { width: min(100%, 580px); margin-top: 52px; display: flex; align-items: center; gap: 28px; color: var(--white); }
.event-stamp strong { color: var(--peach); font-size: clamp(110px, 10vw, 160px); font-weight: 850; line-height: .72; letter-spacing: -.1em; }
.event-stamp div { display: flex; flex-direction: column; justify-content: center; gap: 12px; text-transform: uppercase; }
.event-stamp span { color: var(--peach); font-size: clamp(24px, 2.1vw, 34px); font-weight: 820; line-height: .9; letter-spacing: -.025em; }
.event-stamp b { color: var(--white); font-size: clamp(14px, 1.15vw, 18px); letter-spacing: .025em; }
.event-stamp b i { width: 8px; height: 8px; display: inline-block; margin-right: 7px; border-radius: 50%; background: var(--gold); }
.hero-visual { position: absolute; inset: 0; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,63,59,.99) 0%, rgba(7,63,59,.96) 34%, rgba(7,63,59,.78) 55%, rgba(3,26,24,.18) 100%), linear-gradient(0deg, rgba(3,26,24,.76), transparent 52%); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center 27%; filter: saturate(.78) contrast(1.04); transform: scale(1.02); }
.visual-caption { position: absolute; z-index: 2; bottom: 6%; right: 8%; text-align: right; }
.visual-caption span { font-size: 10px; letter-spacing: .16em; border: 1px solid rgba(255,255,255,.5); border-radius: var(--radius-sm); padding: 5px 8px; }
.visual-caption p { font-size: 20px; line-height: 1.15; }
.vertical-word { position: absolute; z-index: 1; top: 10%; right: -7%; font-size: 9vw; font-weight: 900; letter-spacing: -.02em; color: rgba(255,255,255,.09); writing-mode: vertical-rl; }

.proof-strip { min-height: 280px; display: grid; grid-template-columns: repeat(3, 190px); justify-content: center; align-items: center; gap: clamp(28px, 5vw, 80px); padding: 42px 7vw; background: var(--peach); border-bottom: 1px solid rgba(7,63,59,.18); overflow: hidden; }
.proof-strip div { width: 190px; aspect-ratio: 1; padding: 31px 26px 25px; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; border: 2px solid var(--green-900); border-radius: 50%; text-align: center; transform: rotate(-2deg); }
.proof-strip div:nth-child(2) { transform: rotate(2deg); }
.proof-strip div::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(7,63,59,.55); border-radius: 50%; }
.proof-strip div::after { content: "✦"; width: 27px; height: 18px; display: grid; place-items: center; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); color: var(--green-900); background: var(--peach); font-size: 13px; }
.proof-strip p { max-width: 145px; margin: 10px 0 12px; z-index: 1; font-size: 16px; line-height: 1.3; }
.proof-strip i { z-index: 1; color: var(--green-700); font-size: 8px; font-style: normal; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }

.section-pad { padding: clamp(90px, 10vw, 160px) 8vw; }
.artist { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 130px); background: var(--cream); overflow: hidden; }
.artist-photo { height: 760px; position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--green-900); }
.artist-photo::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(5,47,44,.72), transparent 52%); }
.artist-portrait { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.artist-logo { width: min(78%, 460px); aspect-ratio: 1.12; position: absolute; z-index: 2; left: 50%; bottom: 5%; overflow: hidden; transform: translateX(-50%); filter: drop-shadow(0 5px 12px rgba(0,0,0,.42)); }
.artist-logo img { width: 100%; position: absolute; left: 0; bottom: 0; }
.photo-index { position: absolute; z-index: 3; left: 28px; bottom: 24px; color: white; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.artist-copy { align-self: center; }
.hit-pill { display: inline-flex; margin-bottom: 22px; padding: 9px 12px; color: var(--green-900); border: 1px solid rgba(7,63,59,.25); border-radius: 50px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.artist h2 { font-size: clamp(70px, 7.6vw, 124px); color: var(--green-900); }
.artist-kicker { margin: 32px 0 18px; max-width: 570px; font-size: 22px !important; color: var(--green-900) !important; font-weight: 650; }
.artist-copy > p { max-width: 600px; color: #536d68; font-size: 16px; line-height: 1.7; }
.artist-time { display: flex; align-items: center; gap: 18px; margin: 32px 0; }
.artist-time strong { font-size: 52px; color: var(--gold); letter-spacing: -.06em; }
.artist-time span { padding-left: 18px; border-left: 1px solid rgba(7,63,59,.2); font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }

.experience { background: var(--green-900); color: white; position: relative; overflow: hidden; }
.experience::after { content: "SUMMIT"; position: absolute; left: -2vw; top: 10%; font-size: 20vw; font-weight: 900; letter-spacing: -.02em; color: rgba(255,255,255,.025); pointer-events: none; }
.experience-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; position: relative; z-index: 1; padding-bottom: 70px; border-bottom: 1px solid var(--line); }
.experience-head .eyebrow { grid-column: 1 / -1; }
.experience h2 { font-size: clamp(62px, 7vw, 112px); }
.experience-head > p:last-child { justify-self: end; max-width: 360px; color: rgba(255,255,255,.65); line-height: 1.7; font-size: 18px; }
.timeline { max-width: 1100px; margin: 70px auto 0; position: relative; z-index: 2; }
.timeline-item { min-height: 210px; display: grid; grid-template-columns: 120px 70px 1fr; }
.time { padding-top: 8px; color: var(--peach); font-size: 16px; font-weight: 800; text-align: right; text-transform: uppercase; }
.marker { display: flex; justify-content: center; position: relative; }
.marker::after { content: ""; position: absolute; top: 22px; bottom: 0; width: 1px; background: rgba(255,255,255,.28); }
.marker i { width: 13px; height: 13px; border: 3px solid var(--green-900); outline: 1px solid var(--peach); background: var(--peach); border-radius: 50%; position: relative; top: 8px; z-index: 1; }
.timeline-copy { padding: 0 0 58px 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
.timeline-copy span { color: var(--mint); font-size: 10px; letter-spacing: .14em; }
.timeline-copy h3 { margin: 6px 0 16px; font-size: clamp(28px, 3vw, 46px); letter-spacing: -.04em; line-height: 1.05; }
.timeline-copy p { max-width: 650px; margin: 0; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.65; }
.timeline-item.featured .time, .timeline-item.featured h3 { color: var(--peach); }
.timeline-item.featured .timeline-copy { border: 0; }

.credential { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; padding: clamp(90px, 10vw, 160px) 8vw; background: linear-gradient(130deg, #07564e, #063a36); color: white; }
.credential-intro { align-self: center; }
.credential-intro h2 { font-size: clamp(56px, 6vw, 96px); }
.credential-intro > p { margin: 34px 0; max-width: 530px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.7; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 44px; }
.steps div { padding: 18px 6px 18px 0; border-top: 1px solid rgba(255,255,255,.25); display: flex; gap: 12px; }
.steps b { color: var(--peach); }
.steps span { font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .04em; }
.lead-form { padding: clamp(32px, 4.2vw, 64px); color: var(--green-900); background: var(--white); border-radius: var(--radius-lg); position: relative; overflow: hidden; }
.form-top { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(7,63,59,.14); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lead-form h2 { margin: 36px 0 34px; font-size: clamp(35px, 3vw, 52px); line-height: 1; letter-spacing: -.045em; }
.lead-form label { display: flex; flex-direction: column; gap: 9px; margin-bottom: 23px; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.lead-form input, .lead-form select { width: 100%; border: 1px solid rgba(7,63,59,.25); border-radius: var(--radius-sm); padding: 13px 14px; outline: 0; background: transparent; color: var(--green-900); font-size: 15px; text-transform: none; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(213,170,107,.16); }
.lead-form input::placeholder { color: #9ba9a5; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lead-form .consent { flex-direction: row; gap: 10px; align-items: flex-start; margin-top: 8px; color: #657974; font-size: 9px; line-height: 1.4; letter-spacing: .03em; text-transform: none; }
.consent input { width: 15px; padding: 0; border-radius: 4px; accent-color: var(--green-900); }
.form-submit { width: 100%; margin-top: 4px; }
.form-note { margin: 16px 0 0; color: #73837f; font-size: 10px; line-height: 1.55; }
.form-success { display: none; position: absolute; inset: 0; padding: 60px; border-radius: inherit; background: var(--white); text-align: center; place-content: center; }
.form-success.visible { display: grid; }
.form-success span { width: 64px; height: 64px; margin: auto; display: grid; place-items: center; border-radius: 50%; background: var(--green-900); color: var(--peach); font-size: 28px; }
.form-success h3 { margin: 24px 0 10px; font-size: 38px; letter-spacing: -.04em; }
.form-success p { color: #657974; line-height: 1.6; }

footer { background: var(--peach); color: var(--green-900); padding: 8vw 8vw 36px; }
.footer-quote { max-width: 1150px; font-size: clamp(42px, 5.5vw, 88px); font-weight: 780; line-height: .98; letter-spacing: -.06em; }
.footer-quote em { color: var(--green-700); font-style: normal; font-weight: 430; }
.footer-bottom { margin-top: 9vw; padding-top: 28px; border-top: 1px solid rgba(7,63,59,.25); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-bottom img { width: 200px; }
.footer-bottom p, .footer-bottom a { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom a { justify-self: end; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-meta { display: none; }
  .hero-copy { width: min(82%, 760px); min-height: 820px; padding: 80px 8vw 60px; }
  .hero-visual::after { background: linear-gradient(90deg, rgba(7,63,59,.98), rgba(7,63,59,.78) 70%, rgba(3,26,24,.3)), linear-gradient(0deg, rgba(3,26,24,.72), transparent 60%); }
  .proof-strip { grid-template-columns: repeat(3, 170px); gap: 22px; padding: 38px 4vw; }
  .proof-strip div { width: 170px; padding-inline: 20px; }
  .artist, .credential { grid-template-columns: 1fr; }
  .artist-photo { height: 620px; }
  .experience-head { grid-template-columns: 1fr; gap: 30px; }
  .experience-head > p:last-child { justify-self: start; }
}

@media (max-width: 640px) {
  .site-header { height: 68px; padding: 0 20px; }
  .brand img { width: 142px; }
  .header-cta { font-size: 10px; }
  .hero { min-height: 900px; }
  .hero-copy { width: 100%; min-height: 900px; padding: 74px 22px 52px; }
  .hero h1 { font-size: clamp(58px, 18vw, 82px); }
  .hero-lead { margin-top: 28px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .text-link { text-align: center; }
  .event-stamp { margin-top: 42px; gap: 20px; }
  .event-stamp strong { font-size: 104px; }
  .event-stamp div { gap: 9px; }
  .event-stamp span { font-size: 23px; }
  .event-stamp b { max-width: 170px; font-size: 12px; line-height: 1.25; }
  .hero-visual::after { background: linear-gradient(0deg, rgba(5,47,44,.98) 0%, rgba(5,47,44,.8) 58%, rgba(5,47,44,.28) 100%); }
  .hero-visual > img { object-position: center 20%; }
  .visual-caption { display: none; }
  .vertical-word { top: 3%; right: -12%; font-size: 24vw; }
  .proof-strip { grid-template-columns: 1fr; justify-items: center; gap: 28px; padding: 48px 22px; }
  .proof-strip div { width: 190px; padding: 31px 26px 25px; }
  .section-pad, .credential { padding: 80px 22px; }
  .artist { gap: 52px; }
  .artist-photo { height: 500px; }
  .artist h2, .experience h2, .credential-intro h2 { font-size: clamp(54px, 16vw, 78px); }
  .artist-kicker { font-size: 19px !important; }
  .experience-head { padding-bottom: 44px; }
  .timeline { margin-top: 50px; }
  .timeline-item { grid-template-columns: 58px 38px 1fr; min-height: 240px; }
  .time { font-size: 11px; }
  .timeline-copy { padding-left: 10px; }
  .timeline-copy h3 { font-size: 28px; }
  .credential { gap: 56px; }
  .steps { grid-template-columns: 1fr; }
  .steps div { padding: 14px 0; }
  .lead-form { padding: 28px 22px; margin: 0 -6px; }
  .lead-form h2 { font-size: 34px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { padding: 80px 22px 26px; }
  .footer-quote { font-size: 42px; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom p { line-height: 1.5; }
  .footer-bottom a { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
