:root {
  --ink: #0a0a09;
  --ink-soft: #171715;
  --paper: #f1eee8;
  --paper-deep: #e7e2da;
  --muted: #77736d;
  --line: rgba(10, 10, 9, .14);
  --line-light: rgba(255, 255, 255, .16);
  --signal: #f6c744;
  --white: #fcfbf7;
  --max: 1240px;
  --ease-spring: cubic-bezier(.32, .72, 0, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 104px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body::selection { background: var(--signal); color: var(--ink); }
img, video { display: block; max-width: 100%; }
picture { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.section-shell { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.section-pad { padding: 132px 0; }
.section-light { background: var(--paper); color: var(--ink); }
.section-dark { background: var(--ink); color: var(--white); }

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 36px));
  min-height: 66px;
  padding: 10px 12px 10px 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: var(--white);
  background: rgba(10, 10, 9, .68);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .18);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
  transition: min-height .45s var(--ease-spring), padding .45s var(--ease-spring), background .45s ease, border-color .45s ease;
}
.site-header.is-scrolled { min-height: 56px; padding-top: 6px; padding-bottom: 6px; background: rgba(10, 10, 9, .86); border-color: rgba(255, 255, 255, .28); }
.site-header.is-scrolled .brand img { width: 82px; }
.site-header::after {
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  content: "";
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 92px; height: auto; max-height: 44px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.primary-nav a,
.header-cta,
.hero-bottom,
.eyebrow,
.section-kicker,
.overline,
.signal-strip,
.media-label,
.contact-details span,
.plan-table-labels,
.plans-notes span,
.video-caption span,
.gallery-item figcaption span,
.modality-number {
  font-family: "Space Grotesk", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 10px;
  font-weight: 600;
}
.primary-nav a { opacity: .72; transition: opacity .6s var(--ease-spring), color .6s var(--ease-spring); }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--signal); opacity: 1; }
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding: 12px 14px 12px 17px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--signal);
  letter-spacing: .08em;
  transition: transform .65s var(--ease-spring), background .65s var(--ease-spring);
}
.header-cta:hover { transform: translateY(-2px); background: #ffd86d; }
.button-icon {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(10, 10, 9, .12);
  transition: transform .7s var(--ease-spring), background .7s var(--ease-spring);
}
.button:hover .button-icon, .header-cta:hover .button-icon { transform: translate(2px, -2px) scale(1.06); background: rgba(10, 10, 9, .2); }
.menu-toggle { display: none; width: 42px; height: 42px; margin-left: auto; padding: 0; border: 0; border-radius: 50%; color: var(--white); background: transparent; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .7s var(--ease-spring); }
.site-header.menu-open .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
.site-header.menu-open .menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }

.hero { position: relative; min-height: 100dvh; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media picture { width: 100%; height: 100%; }
.hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 56%; transform: scale(1.04); filter: saturate(.78) contrast(1.04); animation: hero-breathe 14s ease-out both; }
.hero-overlay { background: linear-gradient(90deg, rgba(5, 5, 4, .9) 0%, rgba(5, 5, 4, .54) 43%, rgba(5, 5, 4, .08) 100%), linear-gradient(0deg, rgba(5, 5, 4, .88) 0%, transparent 50%, rgba(5, 5, 4, .24) 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 140px; grid-template-rows: 1fr auto; align-items: end; min-height: 100dvh; padding-top: 160px; padding-bottom: 44px; }
.hero-copy { max-width: 800px; padding-bottom: 52px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: var(--signal); }
.eyebrow-light { color: var(--signal); }
.eyebrow-mark { display: inline-block; width: 22px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Space Grotesk", system-ui, sans-serif; font-weight: 500; letter-spacing: -.055em; }
h1 { max-width: 950px; margin-bottom: 26px; font-size: clamp(4.3rem, 9.8vw, 9.7rem); line-height: .86; }
h1 em, h2 em { color: var(--signal); font-family: Georgia, serif; font-style: italic; font-weight: 400; letter-spacing: -.08em; }
.hero-lede { max-width: 430px; margin-bottom: 32px; color: rgba(252, 251, 247, .76); font-size: 18px; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 8px 11px 8px 20px; border: 0; border-radius: 999px; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: transform .7s var(--ease-spring), color .7s var(--ease-spring), background .7s var(--ease-spring); }
.button:hover { transform: translateY(-3px); }
.button-signal { color: var(--ink); background: var(--signal); }
.button-signal:hover { background: #ffd86d; }
.button-ghost { color: var(--white); background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2); }
.button-ghost:hover { background: rgba(255, 255, 255, .18); }
.button-ghost .button-icon { background: rgba(255, 255, 255, .16); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--signal); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: #292925; }
.hero-side { align-self: center; justify-self: end; width: 122px; padding: 17px 0 17px 18px; border-left: 1px solid rgba(255, 255, 255, .38); }
.hero-side-number { display: block; margin-bottom: 34px; color: var(--signal); font: 600 11px "Space Grotesk", sans-serif; letter-spacing: .16em; }
.hero-side p { margin: 0; color: rgba(255, 255, 255, .7); font: 600 10px/1.7 "Space Grotesk", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.hero-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .22); color: rgba(255, 255, 255, .66); }
.hero-bottom a { color: var(--white); transition: color .6s var(--ease-spring); }
.hero-bottom a:hover { color: var(--signal); }
.hero-bottom a span { display: inline-block; margin-left: 10px; color: var(--signal); font-size: 14px; }

.signal-strip { overflow: hidden; padding: 19px 0; color: var(--ink); background: var(--signal); white-space: nowrap; }
.signal-track { display: inline-flex; align-items: center; gap: 34px; min-width: max-content; padding-left: 24px; animation: ticker 32s linear infinite; }
.signal-strip:hover .signal-track { animation-play-state: paused; }
.signal-track b { font-size: 14px; font-weight: 400; }
@keyframes ticker { to { transform: translateX(-38%); } }
@keyframes hero-breathe { from { opacity: .72; transform: scale(1.08); } to { opacity: 1; transform: scale(1.04); } }

.section-kicker { display: flex; justify-content: space-between; align-items: center; padding-bottom: 19px; margin-bottom: 62px; color: var(--muted); border-bottom: 1px solid var(--line); }
.section-kicker span:first-child { color: var(--signal); }
.section-kicker-light { color: rgba(255, 255, 255, .48); border-color: var(--line-light); }
.section-kicker-light span:first-child { color: var(--signal); }
.overline { margin-bottom: 22px; color: var(--muted); }
.overline-light { color: var(--signal); }
.manifesto-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(290px, .7fr); gap: 12%; align-items: end; }
.manifesto-heading h2, .section-intro-row h2, .experience-copy h2, .contact-copy h2, .plans-copy h2, .faq-grid h2 { margin-bottom: 28px; font-size: clamp(3.2rem, 6.4vw, 6.7rem); line-height: .91; }
.manifesto-copy { padding-bottom: 8px; }
.copy-large { max-width: 480px; margin-bottom: 24px; font: 400 clamp(1.35rem, 2vw, 1.8rem)/1.25 Georgia, serif; letter-spacing: -.02em; }
.manifesto-copy > p:not(.copy-large) { max-width: 420px; margin-bottom: 28px; color: #5d5952; }
.arrow-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font: 600 11px "Space Grotesk", sans-serif; letter-spacing: .1em; text-transform: uppercase; transition: color .7s var(--ease-spring), gap .7s var(--ease-spring); }
.arrow-link:hover { gap: 26px; color: #8d6712; }
.link-arrow { color: #a67d16; font-size: 17px; }
.manifesto-rule { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 112px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font: 600 10px "Space Grotesk", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.manifesto-rule span:nth-child(2) { text-align: center; color: var(--ink); }
.manifesto-rule span:last-child { text-align: right; }

.team { position: relative; }
.team::before { position: absolute; inset: 0; opacity: .35; background: radial-gradient(circle at 22% 70%, rgba(246, 199, 68, .10), transparent 32%); content: ""; pointer-events: none; }
.team-grid { position: relative; display: grid; grid-template-columns: minmax(0, .85fr) minmax(260px, .55fr); gap: 10%; align-items: center; }
.team-copy { max-width: 540px; }
.team-copy > p:not(.overline) { max-width: 410px; margin-bottom: 32px; color: rgba(255, 255, 255, .62); }
.team-photo { overflow: hidden; aspect-ratio: 3/4; border: 1px solid rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .055); }
.team-photo picture { width: 100%; height: 100%; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; transform: scale(1.02); }

.experience { position: relative; }
.experience::before { position: absolute; inset: 0; opacity: .42; background: radial-gradient(circle at 74% 22%, rgba(246, 199, 68, .12), transparent 28%); content: ""; pointer-events: none; }
.experience-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .72fr); gap: 10%; align-items: center; }
.media-shell { padding: 10px; border: 1px solid rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .055); }
.media-frame { position: relative; overflow: hidden; background: #151512; }
.media-frame .motion-gif { width: 100%; max-height: 700px; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.media-label { position: absolute; left: 18px; bottom: 16px; padding: 8px 10px; color: var(--ink); background: var(--signal); }
.experience-copy h2 { margin-bottom: 24px; }
.experience-copy > p:not(.overline) { max-width: 410px; margin-bottom: 32px; color: rgba(255, 255, 255, .62); }
.principles-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 112px; border-top: 1px solid var(--line-light); }
.principle { display: grid; grid-template-columns: 34px 1fr; gap: 22px; min-height: 174px; padding: 27px 28px 22px 0; border-right: 1px solid var(--line-light); }
.principle + .principle { padding-left: 28px; }
.principle:last-child { border-right: 0; }
.principle > span { color: var(--signal); font: 600 11px "Space Grotesk", sans-serif; letter-spacing: .1em; }
.principle h3 { margin: -4px 0 10px; color: var(--white); font-size: 25px; letter-spacing: -.045em; }
.principle p { max-width: 220px; margin: 0; color: rgba(255, 255, 255, .54); font-size: 14px; }

.section-intro-row { display: flex; justify-content: space-between; gap: 80px; align-items: end; margin-bottom: 66px; }
.section-intro-row h2 { max-width: 730px; margin: 0; }
.section-intro-row > p { max-width: 300px; margin: 0 0 8px; color: var(--muted); }
.section-intro-row-light > p { color: rgba(255, 255, 255, .57); }
.modality-list { border-top: 1px solid var(--line); }
.modality { display: grid; grid-template-columns: 70px 210px minmax(0, 1fr); gap: 28px; align-items: center; min-width: 0; padding: 23px 0; border-bottom: 1px solid var(--line); transition: padding .8s var(--ease-spring), background .8s var(--ease-spring); }
.modality:hover { padding-left: 18px; padding-right: 18px; background: rgba(246, 199, 68, .1); }
.modality-number { color: #a67d16; }
.modality-image { overflow: hidden; aspect-ratio: 1.5; background: var(--paper-deep); }
.modality-image picture { width: 100%; height: 100%; }
.modality-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 53%; transition: transform 1.2s var(--ease-spring); }
.modality:hover .modality-image img { transform: scale(1.08); }
.modality-copy { display: grid; grid-template-columns: minmax(0, 1fr) 32px; gap: 24px; align-items: center; min-width: 0; }
.modality-copy h3 { grid-column: 1; grid-row: 1; margin: 0; font-size: clamp(2rem, 3.6vw, 3.8rem); }
.modality-copy p { grid-column: 1; grid-row: 2; max-width: 300px; margin: 0; color: var(--muted); font-size: 14px; }
.modality-copy .modality-arrow { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
.modality-arrow { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; color: #a67d16; transition: transform .7s var(--ease-spring), background .7s var(--ease-spring); }
.modality:hover .modality-arrow { transform: translate(3px, -3px); background: var(--signal); color: var(--ink); }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 170px; gap: 12px; }
.gallery-item { position: relative; min-width: 0; overflow: hidden; margin: 0; background: var(--ink-soft); }
.gallery-item picture { width: 100%; height: 100%; }
.gallery-item-wide { grid-column: span 5; grid-row: span 3; }
.gallery-item-tall { grid-column: span 3; grid-row: span 4; }
.gallery-item-square { grid-column: span 4; grid-row: span 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .84; filter: saturate(.78); transition: transform 1.2s var(--ease-spring), opacity 1s var(--ease-spring), filter 1s var(--ease-spring); }
.gallery-item:hover img { opacity: 1; filter: saturate(1); transform: scale(1.06); }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .74), transparent 48%); content: ""; pointer-events: none; }
.gallery-item figcaption { position: absolute; right: 20px; bottom: 18px; left: 20px; z-index: 1; display: flex; flex-direction: column; gap: 4px; }
.gallery-item figcaption span { color: var(--signal); font-size: 9px; }
.gallery-item figcaption strong { color: var(--white); font: 500 clamp(1rem, 1.5vw, 1.35rem)/1.05 "Space Grotesk", sans-serif; letter-spacing: -.04em; }

.videos { position: relative; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.video-card { min-width: 0; }
.video-frame { position: relative; overflow: hidden; padding: 8px; background: var(--paper-deep); }
.video-frame .motion-gif, .video-frame .motion-video { width: 100%; aspect-ratio: 9 / 14; object-fit: cover; background: #171715; }
.video-index { position: absolute; top: 20px; left: 20px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--ink); background: var(--signal); font: 600 10px "Space Grotesk", sans-serif; }
.video-caption { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding-top: 17px; }
.video-caption h3 { margin: 0; font-size: 22px; }
.video-caption span { color: var(--muted); font-size: 9px; white-space: nowrap; }
.video-caption b { color: #a67d16; font-size: 16px; }

.plans { position: relative; }
.plans::after { position: absolute; top: 0; right: 0; width: 38%; height: 100%; opacity: .25; background: radial-gradient(circle at 70% 30%, rgba(246, 199, 68, .22), transparent 52%); content: ""; pointer-events: none; }
.plans-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; align-items: start; }
.plans-copy h2 { margin-bottom: 22px; }
.plans-lede { max-width: 390px; margin-bottom: 38px; color: rgba(255, 255, 255, .56); }
.plan-table { border-top: 1px solid var(--line-light); }
.plan-table-labels, .plan-row { display: grid; grid-template-columns: 1.05fr .95fr .95fr auto; gap: 16px; align-items: center; }
.plan-table-labels { padding: 12px 0; color: rgba(255, 255, 255, .42); font-size: 9px; }
.plan-row { min-height: 74px; border-top: 1px solid var(--line-light); color: rgba(255, 255, 255, .68); font-size: 15px; }
.plan-row strong { color: var(--signal); font: 600 19px "Space Grotesk", sans-serif; letter-spacing: -.04em; }
.plan-row small { color: rgba(255, 255, 255, .45); font-size: 12px; }
.plan-whatsapp { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 38px; padding: 0 12px; border: 1px solid var(--signal); color: var(--signal); font: 600 11px "DM Sans", sans-serif; letter-spacing: .04em; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; white-space: nowrap; }
.plan-whatsapp:hover { background: var(--signal); color: var(--ink); transform: translateY(-1px); }
.plan-whatsapp:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }
.plans-notes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px; }
.plans-notes div { display: flex; justify-content: space-between; gap: 14px; padding: 13px 0; border-top: 1px solid var(--line-light); }
.plans-notes span { color: rgba(255, 255, 255, .45); font-size: 9px; }
.plans-notes strong { color: var(--white); font: 500 14px "Space Grotesk", sans-serif; }
.plans-disclaimer { max-width: 530px; margin: 20px 0 0; color: rgba(255, 255, 255, .4); font-size: 11px; }


.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, .65fr); gap: 12%; align-items: start; }
.contact-copy h2 { margin-bottom: 24px; }
.contact-copy > p:not(.overline) { max-width: 540px; margin-bottom: 38px; color: #5d5952; }
.contact-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; max-width: 620px; padding-top: 19px; border-top: 1px solid var(--line); }
.contact-details div { display: flex; flex-direction: column; gap: 8px; }
.contact-details span { color: var(--muted); font-size: 9px; }
.contact-details strong { font: 500 16px/1.35 "Space Grotesk", sans-serif; letter-spacing: -.02em; }

.contact-whatsapp { margin-top: 28px; }

.testimonials { position: relative; }
.testimonials-carousel { overflow: hidden; padding: 0 0 14px; outline: none; }
.testimonials-carousel:focus-visible { box-shadow: 0 0 0 2px var(--signal); }
.testimonials-track { display: flex; width: max-content; animation: testimonials-clockwise 55s linear infinite; }
.testimonials-set { display: flex; gap: 12px; padding-right: 12px; }
.testimonial { position: relative; flex: 0 0 clamp(290px, 29vw, 390px); min-height: 270px; padding: 30px 28px 26px; border: 1px solid var(--line-light); background: rgba(255, 255, 255, .045); }
.testimonial-mark { display: block; margin-bottom: 8px; color: var(--signal); font: 400 54px/.7 Georgia, serif; }
.testimonial p { margin: 0 0 26px; color: rgba(255, 255, 255, .72); font: 400 17px/1.45 Georgia, serif; letter-spacing: -.01em; }
.testimonial strong { color: var(--white); font: 600 10px "Space Grotesk", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.testimonial:hover { border-color: rgba(246, 199, 68, .58); background: rgba(246, 199, 68, .07); }
.testimonials-carousel:hover .testimonials-track, .testimonials-carousel:focus-within .testimonials-track { animation-play-state: paused; }
@keyframes testimonials-clockwise { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.location-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 10%; align-items: center; }
.location-copy { max-width: 460px; }
.location-copy h2 { margin-bottom: 24px; font-size: clamp(3.2rem, 6.4vw, 6.7rem); line-height: .91; }
.location-copy > p:not(.overline) { max-width: 410px; margin-bottom: 28px; color: #5d5952; }
.location-map { min-height: 430px; overflow: hidden; border: 1px solid var(--line); background: var(--paper-deep); box-shadow: 14px 14px 0 var(--signal); }
.location-map iframe { display: block; width: 100%; height: 430px; border: 0; filter: grayscale(.92) contrast(1.05) sepia(.12); }

.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(310px, 1fr); gap: 12%; align-items: start; }
.faq-grid h2 { margin: 0; }
.faq-list { border-top: 1px solid var(--line-light); }
details { border-bottom: 1px solid var(--line-light); }
summary { display: flex; justify-content: space-between; gap: 22px; align-items: center; padding: 21px 0; color: var(--white); cursor: pointer; list-style: none; font: 500 17px "Space Grotesk", sans-serif; letter-spacing: -.03em; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--signal); font: 400 25px "DM Sans", sans-serif; transition: transform .7s var(--ease-spring); }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 600px; margin: -4px 36px 22px 0; color: rgba(255, 255, 255, .55); font-size: 14px; }

.site-footer { padding: 34px 0 28px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 26px; padding-bottom: 32px; border-bottom: 1px solid var(--line-light); }
.footer-brand img { width: 88px; }
.footer-top p { margin: 0; color: rgba(255, 255, 255, .6); font: italic 400 18px Georgia, serif; }
.back-top { color: var(--signal); font: 600 10px "Space Grotesk", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.back-top span { margin-left: 8px; font-size: 17px; }
.footer-bottom { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding-top: 20px; color: rgba(255, 255, 255, .36); font: 600 9px "Space Grotesk", sans-serif; letter-spacing: .1em; text-transform: uppercase; text-align: center; }
.footer-bottom a { color: inherit; transition: color .35s ease; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: var(--signal); }

.reveal { opacity: 0; filter: blur(4px); transform: translateY(24px); transition: opacity .7s ease, filter .7s ease, transform .8s var(--ease-spring); }
.reveal.is-visible { opacity: 1; filter: none; transform: none; }
.reveal-delay-1 { transition-delay: 90ms; }
.reveal-delay-2 { transition-delay: 180ms; }
.contact-whatsapp:active, .plan-whatsapp:active, .button:active { transform: translateY(1px) scale(.98); }

@media (max-width: 900px) {
  .section-shell { width: min(var(--max), calc(100% - 40px)); }
  .section-pad { padding: 92px 0; }
  .site-header { width: calc(100% - 28px); }
  .primary-nav { gap: 15px; }
  .header-cta { padding-left: 13px; padding-right: 10px; font-size: 9px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 100px; }
  .manifesto-grid, .experience-grid, .plans-grid, .contact-grid, .location-grid, .faq-grid { gap: 50px; }
  .manifesto-grid, .experience-grid, .plans-grid, .contact-grid, .location-grid, .faq-grid { grid-template-columns: 1fr; }
.team-grid { grid-template-columns: 1fr; gap: 44px; }
    .manifesto-rule { margin-top: 70px; }
  .experience-copy { max-width: 600px; }

  .contact-copy { max-width: 700px; }
}

@media (max-width: 700px) {
  .section-shell { width: calc(100% - 32px); }
  .section-pad { padding: 76px 0; }
  .site-header { top: 10px; width: calc(100% - 20px); min-height: 56px; padding-left: 16px; }
  .brand img { width: 76px; }
  .primary-nav { position: absolute; top: calc(100% + 9px); right: 0; left: 0; display: grid; gap: 0; padding: 8px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 24px; background: rgba(10, 10, 9, .92); opacity: 0; pointer-events: none; transform: translateY(-9px); transition: opacity .7s var(--ease-spring), transform .7s var(--ease-spring); }
  .site-header.menu-open .primary-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-nav a { padding: 16px; border-bottom: 1px solid rgba(255, 255, 255, .1); font-size: 11px; }
  .primary-nav a:last-child { border-bottom: 0; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 140px; padding-bottom: 24px; }
  .hero-media img { object-position: 58% 56%; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5, 5, 4, .88), rgba(5, 5, 4, .2)), linear-gradient(0deg, rgba(5, 5, 4, .9), transparent 56%); }
  .hero-copy { padding-bottom: 40px; }
  h1 { font-size: clamp(2.8rem, 14vw, 5.4rem); line-height: .88; }
  .hero-lede { max-width: 300px; font-size: 16px; }
  .hero-side { display: none; }
  .hero-bottom { display: grid; gap: 12px; font-size: 9px; }
  .hero-bottom a { justify-self: start; }
.team-photo { aspect-ratio: 1 / 1; }
    .section-kicker { margin-bottom: 42px; }
  .manifesto-heading h2, .section-intro-row h2, .experience-copy h2, .contact-copy h2, .plans-copy h2, .faq-grid h2 { font-size: clamp(2.55rem, 11.7vw, 5rem); }
  .manifesto-rule { grid-template-columns: 1fr; gap: 10px; margin-top: 58px; }
  .manifesto-rule span, .manifesto-rule span:nth-child(2), .manifesto-rule span:last-child { text-align: left; }
  .principles-grid { grid-template-columns: 1fr; margin-top: 70px; }
  .principle, .principle + .principle { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .principle:last-child { border-bottom: 0; }
  .section-intro-row { display: grid; gap: 22px; margin-bottom: 42px; }
  .section-intro-row > p { margin: 0; }
  .modality { grid-template-columns: 38px 110px minmax(0, 1fr); gap: 14px; }
  .modality:hover { padding-left: 8px; padding-right: 8px; }
  .modality-copy { display: block; }
  .modality-copy h3 { font-size: clamp(1.5rem, 7vw, 2.2rem); }
  .modality-copy p { display: none; }
  .modality-arrow { display: none; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; gap: 8px; }
  .gallery-item-wide, .gallery-item-tall, .gallery-item-square { grid-column: span 1; grid-row: span 2; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 2; grid-row: span 2; }
  .gallery-item figcaption { right: 12px; bottom: 12px; left: 12px; }
  .gallery-item figcaption strong { font-size: 14px; }
  .video-grid { grid-template-columns: 1fr; gap: 28px; overflow: visible; padding-bottom: 0; scroll-snap-type: none; }
  .video-card { min-width: 0; scroll-snap-align: none; }
  .video-caption { display: block; }
  .video-caption h3 { margin-bottom: 8px; font-size: 19px; }
  .plan-table-labels { display: none; }
  .plan-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; min-height: 0; padding: 18px 0; font-size: 13px; }
  .plan-row strong { font-size: 16px; }
  .plan-row small { font-size: 10px; }
  .plan-whatsapp { grid-column: 1 / -1; width: 100%; margin-top: 4px; }
  .plans-notes { grid-template-columns: 1fr; gap: 0; }

  .contact-details { grid-template-columns: 1fr; gap: 20px; }
  .location-map { min-height: 340px; box-shadow: 8px 8px 0 var(--signal); }
  .location-map iframe { height: 340px; }

  .footer-top { display: grid; justify-items: start; }
  .footer-bottom { display: grid; gap: 8px; }
}

@media (max-width: 520px) {
  .testimonial { flex-basis: min(82vw, 360px); min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; filter: none; transform: none; }
  .hero-media img { animation: none; transform: none; }
}
