:root {
  --ink: #080a0a;
  --ink-soft: #0d1110;
  --panel: #111615;
  --panel-2: #171d1b;
  --paper: #f2f4f1;
  --white: #f8faf7;
  --muted: #a8b0ad;
  --accent: #34d6c5;
  --accent-dark: #0f8f82;
  --line: rgba(248, 250, 247, .14);
  --line-strong: rgba(52, 214, 197, .35);
  --display: 'Oswald', system-ui, sans-serif;
  --body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.4;
  margin: 0 0 16px;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: var(--display); font-weight: 600; letter-spacing: 0; margin: 0; }
h1 { font-size: clamp(48px, 5.3vw, 82px); line-height: .98; max-width: 11ch; }
h2 { font-size: clamp(34px, 4vw, 58px); line-height: 1.03; max-width: 15ch; }
h3 { font-size: 24px; line-height: 1.1; }
p { margin: 0; }
.lead { color: var(--muted); font-size: 17px; line-height: 1.7; max-width: 58ch; }
.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  white-space: nowrap;
}
.button-primary { background: var(--accent); color: var(--ink); }
.button-primary:hover { background: #68e4d7; }
.button-dark { background: var(--ink); color: var(--white); width: 100%; }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(52, 214, 197, .55);
  outline-offset: 3px;
}

.site-header {
  backdrop-filter: blur(16px);
  background: rgba(8, 10, 10, .94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.header-inner { align-items: center; display: flex; gap: 28px; justify-content: space-between; min-height: 72px; }
.brand { display: inline-flex; flex: none; }
.brand img { height: 44px; object-fit: contain; width: auto; }
.desktop-nav { align-items: center; display: flex; gap: 30px; }
.desktop-nav a, .instagram { color: #aeb5b2; font-size: 13px; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--white); }
.desktop-nav a.active { border-bottom: 2px solid var(--accent); padding-bottom: 9px; }
.header-actions { align-items: center; display: flex; gap: 16px; }
.menu-button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--white);
  cursor: pointer;
  display: none;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.menu-button svg { height: 20px; width: 20px; }
.mobile-menu { border-top: 1px solid var(--line); display: none; padding: 8px 24px 20px; }
.mobile-menu a { border-bottom: 1px solid var(--line); display: block; font-weight: 700; padding: 14px 0; }

.hero { background: var(--ink-soft); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr); min-height: calc(100svh - 118px); }
.hero-copy { align-self: center; padding: 80px 72px 80px 0; }
.hero-copy .lead { font-size: 18px; margin-top: 26px; max-width: 45ch; }
.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.text-link { align-items: center; color: var(--white); display: inline-flex; font-size: 14px; font-weight: 800; gap: 9px; }
.text-link svg { color: var(--accent); height: 18px; width: 18px; }
.hero-media { margin: 0; min-height: 620px; overflow: hidden; position: relative; }
.hero-media::after { background: linear-gradient(90deg, var(--ink-soft), transparent 22%); content: ''; inset: 0; pointer-events: none; position: absolute; }
.hero-media img { height: 100%; object-fit: cover; object-position: 50% 43%; width: 100%; }
.hero-media figcaption {
  bottom: 24px;
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  position: absolute;
  right: 24px;
  text-transform: uppercase;
  z-index: 2;
}

.proof-strip { background: var(--accent); color: var(--ink); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { border-right: 1px solid rgba(8, 10, 10, .22); padding: 22px 28px; }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border: 0; }
.proof-grid span { display: block; font-size: 10px; font-weight: 800; letter-spacing: .13em; margin-bottom: 6px; text-transform: uppercase; }
.proof-grid strong { font-family: var(--display); font-size: 24px; font-weight: 600; }

.attitude-section { background: var(--ink); }
.attitude-layout { display: grid; gap: 84px; grid-template-columns: .82fr 1.18fr; }
.section-heading h2 { max-width: 13ch; }
.principles { display: grid; grid-template-columns: repeat(2, 1fr); }
.principles article { border-left: 1px solid var(--line); min-height: 180px; padding: 0 32px 34px; }
.principles article:nth-child(n+3) { border-top: 1px solid var(--line); padding-top: 34px; }
.principles span { color: var(--accent); font-family: var(--display); font-size: 16px; }
.principles h3 { margin: 14px 0 9px; }
.principles p { color: var(--muted); font-size: 14px; line-height: 1.55; }

.gate-section { background: var(--paper); color: var(--ink); }
.gate-grid { align-items: center; display: grid; gap: 96px; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); }
.editorial-photo { margin: 0; min-width: 0; overflow: hidden; position: relative; }
.editorial-photo img { height: 100%; object-fit: cover; width: 100%; }
.editorial-photo figcaption { background: var(--ink); bottom: 0; color: var(--white); font-size: 11px; font-weight: 800; left: 0; letter-spacing: .12em; padding: 12px 16px; position: absolute; text-transform: uppercase; }
.team-photo { aspect-ratio: 4 / 5; }
.team-photo img { object-position: 50% 36%; }
.gate-copy { display: grid; gap: 22px; }
.gate-copy .eyebrow { color: var(--accent-dark); margin-bottom: -4px; }
.gate-copy .lead { color: #5d6663; }
blockquote { border-left: 3px solid var(--accent-dark); font-family: var(--display); font-size: clamp(26px, 3vw, 40px); font-weight: 600; line-height: 1.15; margin: 10px 0 0; max-width: 19ch; padding-left: 22px; }

.cycle-section { background: var(--panel); }
.cycle-heading { align-items: end; display: grid; gap: 64px; grid-template-columns: 1fr .85fr; margin-bottom: 54px; }
.cycle-heading .lead { padding-bottom: 6px; }
.cycle-image { aspect-ratio: 16 / 6; margin: 0; overflow: hidden; }
.cycle-image img { height: 100%; object-fit: cover; object-position: center 46%; width: 100%; }
.timeline { border-top: 1px solid var(--line-strong); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; }
.timeline article { display: grid; gap: 18px; grid-template-columns: auto 1fr; padding: 30px 34px 0 0; }
.timeline article + article { border-left: 1px solid var(--line); padding-left: 34px; }
.timeline span { color: var(--accent); font-family: var(--display); font-size: 18px; }
.timeline h3 { margin-bottom: 8px; }
.timeline p { color: var(--muted); font-size: 14px; line-height: 1.55; }

.included-section { background: var(--ink); }
.included-grid { align-items: stretch; display: grid; gap: 88px; grid-template-columns: 1.05fr .95fr; }
.included-copy { align-self: center; }
.included-list { border-top: 1px solid var(--line-strong); margin-top: 40px; }
.included-list article { display: grid; gap: 28px; grid-template-columns: .72fr 1.28fr; padding: 24px 0; }
.included-list article + article { border-top: 1px solid var(--line); }
.included-list strong { font-family: var(--display); font-size: 20px; font-weight: 600; }
.included-list p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.fine-print { color: #7d8582; font-size: 12px; line-height: 1.55; margin-top: 22px; }
.private-photo { min-height: 680px; }
.private-photo img { object-position: center; }

.schedule-section { background: var(--accent); color: var(--ink); padding: 76px 0; }
.schedule-section .eyebrow { color: #075f56; }
.schedule-grid { align-items: end; display: grid; gap: 36px 64px; grid-template-columns: .82fr 1.18fr; }
.schedule-grid h2 { max-width: 14ch; }
.times { display: flex; gap: 0; justify-content: flex-end; }
.times span { border-left: 1px solid rgba(8, 10, 10, .3); font-family: var(--display); font-size: clamp(44px, 5vw, 72px); font-weight: 600; line-height: 1; padding: 0 26px; }
.times span:first-child { border-left: 0; padding-left: 0; }
.times span:last-child { padding-right: 0; }
.schedule-note { color: rgba(8, 10, 10, .72); font-size: 14px; line-height: 1.6; max-width: 76ch; }

.observation-section { background: var(--panel-2); }
.observation-grid { align-items: center; display: grid; gap: 92px; grid-template-columns: 1.06fr .94fr; }
.observation-photo { aspect-ratio: 16 / 11; margin: 0; overflow: hidden; }
.observation-photo img { height: 100%; object-fit: cover; object-position: center 39%; width: 100%; }
.observation-copy { display: grid; gap: 24px; }
.observation-copy .eyebrow { margin-bottom: -8px; }
.process-line { align-items: center; border-top: 1px solid var(--line-strong); display: flex; flex-wrap: wrap; gap: 13px; margin-top: 12px; padding-top: 24px; }
.process-line span { font-family: var(--display); font-size: 17px; font-weight: 600; }
.process-line svg { color: var(--accent); height: 16px; width: 16px; }

.application-section { background: var(--accent); color: var(--ink); padding: 112px 0; }
.application-grid { align-items: start; display: grid; gap: 96px; grid-template-columns: .82fr 1.18fr; }
.application-copy { padding-top: 18px; }
.application-copy .eyebrow { color: #075f56; }
.application-copy .lead { color: rgba(8, 10, 10, .72); margin-top: 24px; }
.price-block { border-bottom: 1px solid rgba(8, 10, 10, .3); border-top: 1px solid rgba(8, 10, 10, .3); display: grid; margin-top: 38px; padding: 25px 0; }
.price-block span, .price-block small { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-block strong { font-family: var(--display); font-size: 72px; line-height: 1.1; }
.price-list { display: grid; gap: 12px; list-style: none; margin: 26px 0 0; padding: 0; }
.price-list li { align-items: center; display: flex; font-size: 14px; font-weight: 700; gap: 10px; }
.price-list svg { height: 17px; width: 17px; }
.form-wrap { background: var(--white); border: 1px solid rgba(8, 10, 10, .16); border-radius: 6px; padding: 36px; }
.form-wrap > h3 { font-size: 30px; }
.form-wrap > p { color: #65706c; font-size: 14px; margin-top: 8px; }
form { display: grid; gap: 17px; margin-top: 28px; }
.form-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
label { color: #4b5652; display: grid; font-size: 12px; font-weight: 800; gap: 7px; }
input, select, textarea { appearance: none; background: #fff; border: 1px solid #cbd1cf; border-radius: 4px; color: var(--ink); min-height: 48px; padding: 11px 12px; width: 100%; }
textarea { min-height: 112px; resize: vertical; }
.full { grid-column: 1 / -1; }
.hidden-field { left: -9999px; position: absolute; }
.form-message { color: var(--accent-dark); font-size: 13px; font-weight: 800; min-height: 20px; }
.quiet-link { color: #68716e; font-size: 12px; line-height: 1.55; margin-top: 20px; }
.quiet-link a { color: var(--accent-dark); font-weight: 800; text-decoration: underline; }

.faq-section { background: var(--paper); color: var(--ink); }
.faq-section .eyebrow { color: var(--accent-dark); }
.faq-layout { align-items: start; display: grid; gap: 96px; grid-template-columns: .75fr 1.25fr; }
.faq-list { border-top: 1px solid #bdc5c2; }
.faq-list details { border-bottom: 1px solid #bdc5c2; }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-family: var(--display); font-size: 21px; font-weight: 600; justify-content: space-between; list-style: none; padding: 24px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { color: var(--accent-dark); flex: none; height: 20px; margin-left: 18px; transition: transform .2s ease; width: 20px; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { color: #5d6663; font-size: 14px; line-height: 1.65; max-width: 65ch; padding: 0 40px 24px 0; }

.closing-cta { background: var(--ink); padding: 76px 0; }
.closing-inner { align-items: center; display: flex; gap: 48px; justify-content: space-between; }
.closing-inner h2 { max-width: 18ch; }
footer { background: #050606; border-top: 1px solid var(--line); padding: 38px 0; }
.footer-row { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: var(--muted); font-size: 13px; font-weight: 600; }

@media (max-width: 1080px) {
  .desktop-nav, .instagram { display: none; }
  .menu-button { display: inline-flex; }
  .mobile-menu.open { display: block; }
  .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); }
  .hero-copy { padding-right: 42px; }
  .attitude-layout, .gate-grid, .included-grid, .observation-grid, .application-grid, .faq-layout { gap: 56px; }
  .times span { padding-inline: 18px; }
}

@media (max-width: 820px) {
  .container { width: calc(100% - 40px); }
  .section { padding: 82px 0; }
  .desktop-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-media { height: min(68vh, 620px); min-height: 460px; order: -1; }
  .hero-media::after { background: linear-gradient(180deg, transparent 65%, var(--ink-soft)); }
  .hero-copy { padding: 52px 0 62px; }
  .hero-copy h1 { max-width: 13ch; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { border-bottom: 1px solid rgba(8, 10, 10, .22); padding-left: 20px; }
  .proof-grid > div:first-child, .proof-grid > div:nth-child(3) { padding-left: 0; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(n+3) { border-bottom: 0; }
  .attitude-layout, .gate-grid, .cycle-heading, .included-grid, .schedule-grid, .observation-grid, .application-grid, .faq-layout { grid-template-columns: 1fr; }
  .cycle-heading { gap: 24px; }
  .team-photo { max-height: 660px; }
  .gate-copy { padding-bottom: 10px; }
  .private-photo { max-height: 700px; min-height: 0; }
  .schedule-grid { align-items: start; }
  .times { justify-content: flex-start; }
  .schedule-note { grid-column: auto; }
  .application-copy { padding-top: 0; }
  .closing-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 32px); }
  .section { padding: 64px 0; }
  .site-header .container { width: calc(100% - 28px); }
  .header-inner { min-height: 64px; }
  .brand img { height: 38px; }
  h1 { font-size: 40px; }
  h2 { font-size: 36px; }
  .lead { font-size: 15px; line-height: 1.65; }
  .hero-media { height: 300px; min-height: 0; }
  .hero-media img { object-position: 50% 10%; }
  .hero-media figcaption { bottom: 16px; right: 16px; }
  .hero-copy { padding: 32px 0 38px; }
  .hero-copy h1 { max-width: none; }
  .hero-copy .lead { font-size: 15px; line-height: 1.55; margin-top: 16px; }
  .hero-copy .button-row { align-items: center; display: flex; gap: 16px; margin-top: 24px; }
  .hero-copy .button { padding-inline: 16px; width: auto; }
  .button { width: 100%; }
  .hero-copy .text-link { font-size: 13px; justify-content: center; }
  .proof-grid strong { font-size: 21px; }
  .proof-grid > div { padding-block: 18px; }
  .attitude-layout { gap: 42px; }
  .principles { grid-template-columns: 1fr; }
  .principles article { border-left: 0; border-top: 1px solid var(--line); min-height: 0; padding: 22px 0; }
  .principles article:nth-child(n+3) { padding-top: 22px; }
  .gate-grid, .included-grid, .observation-grid, .application-grid, .faq-layout { gap: 44px; }
  .team-photo { aspect-ratio: 4 / 5; }
  blockquote { font-size: 28px; }
  .cycle-image { aspect-ratio: 4 / 3; }
  .timeline { grid-template-columns: 1fr; }
  .timeline article, .timeline article + article { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0; }
  .timeline article:first-child { border-top: 0; }
  .included-list article { gap: 8px; grid-template-columns: 1fr; }
  .private-photo { aspect-ratio: 4 / 5; }
  .schedule-section { padding: 58px 0; }
  .times { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
  .times span { font-size: 38px; padding-inline: 12px; text-align: center; }
  .times span:first-child { padding-left: 0; text-align: left; }
  .times span:last-child { padding-right: 0; text-align: right; }
  .observation-photo { aspect-ratio: 4 / 3; }
  .process-line { gap: 8px; }
  .process-line span { font-size: 14px; }
  .process-line svg { height: 13px; width: 13px; }
  .application-section { padding: 68px 0; }
  .price-block strong { font-size: 62px; }
  .form-wrap { border-radius: 4px; margin-inline: -4px; padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
  .faq-list summary { font-size: 19px; }
  .closing-cta { padding: 60px 0; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
