:root {
  --moonlight: #f0eeeb;
  --neverything: #13181b;
  --ateneo: #003a6c;
  --polar: #ccd5da;
  --buckthorn: #ffbf65;
  --coral: #fd8973;
  --dark-muted: #8a95a0;
  --light-muted: #5a6670;
  --paper: var(--moonlight);
  --ink: var(--neverything);
  --line: #c8ced1;
  --muted: var(--light-muted);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
}
body::before {
  content: "";
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 4px;
  background: linear-gradient(90deg, var(--buckthorn), var(--coral), var(--ateneo));
}
a { color: inherit; text-decoration: none; }

.site-header {
  width: min(100% - 64px, 1440px);
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(204, 213, 218, .18);
  color: var(--moonlight);
}
.wordmark { font-family: "DM Serif Display", Georgia, serif; font-size: 25px; font-weight: 400; letter-spacing: -.5px; }
.wordmark span { color: var(--buckthorn); }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
nav a:not(.nav-cta):hover { color: var(--buckthorn); }
.nav-cta { border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.nav-cta span, .button span { margin-left: 8px; }

.hero {
  width: min(100% - 64px, 1440px);
  min-height: calc(100vh - 88px);
  margin: 0 auto;
  padding: 82px 0 32px;
  display: flex;
  flex-direction: column;
  color: var(--moonlight);
}
.section-label {
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 30px 0 70px;
  max-width: 1060px;
  font-size: clamp(76px, 10vw, 158px);
  font-weight: 600;
  line-height: .82;
  letter-spacing: -.075em;
}
h1 em, h2 em { color: var(--buckthorn); font-family: "DM Serif Display", Georgia, serif; font-weight: 400; }
.hero-bottom {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 10vw;
  align-items: start;
  margin-left: 17%;
}
.hero-copy { margin: 0; max-width: 670px; font-size: clamp(22px, 2.3vw, 36px); line-height: 1.25; letter-spacing: -.035em; }
.hero-action p { margin: 0 0 28px; color: var(--dark-muted); font-size: 15px; line-height: 1.6; }
.button {
  display: inline-flex;
  justify-content: space-between;
  min-width: 258px;
  padding: 17px 19px;
  background: var(--buckthorn);
  color: var(--neverything);
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); background: var(--coral); }
.site-header, .hero { background: var(--neverything); }
.site-header { width: 100%; padding-inline: max(32px, calc((100vw - 1440px) / 2)); }
.hero { width: 100%; padding-inline: max(32px, calc((100vw - 1440px) / 2)); }
.why { background: var(--moonlight); color: var(--neverything); padding: 95px max(32px, calc((100vw - 1440px) / 2)); }
.why .section-label { padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; padding-top: 70px; }
.why h2 { margin: 0; font-size: clamp(58px, 7.4vw, 112px); line-height: .84; letter-spacing: -.06em; }
.why h2 em { color: var(--ateneo); }
.principles article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 0 0 34px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.principles article span { color: var(--coral); font-size: 12px; font-weight: 700; }
.principles article p { margin: 0; max-width: 670px; font-size: clamp(18px, 1.75vw, 27px); line-height: 1.35; letter-spacing: -.025em; }
.principles-close { margin: 34px 0 0 76px; max-width: 550px; color: var(--light-muted); font-size: 16px; line-height: 1.55; }

.breaks, .services, .proof, .contact {
  padding: 100px max(32px, calc((100vw - 1440px) / 2));
}
.dark-label { color: var(--ink); padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.breaks { background: var(--polar); }
.breaks h2 em { color: var(--coral); }
.breaks-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 8vw;
  padding: 70px 0 95px;
}
.breaks h2, .services h2, .proof h2, .contact h2 {
  margin: 0;
  font-size: clamp(60px, 7.7vw, 118px);
  font-weight: 600;
  line-height: .88;
  letter-spacing: -.065em;
}
.breaks-copy { padding-top: 10px; }
.breaks-copy p { margin: 0 0 30px; max-width: 700px; font-size: clamp(22px, 2vw, 31px); line-height: 1.35; letter-spacing: -.03em; }
.breaks-copy p + p { color: var(--ateneo); }
.broken-path {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.broken-path i { height: 1px; background: var(--ink); }
.broken-path .broken-line { background: repeating-linear-gradient(90deg, var(--coral) 0 7px, transparent 7px 15px); }
.broken-path .faded { color: var(--light-muted); text-decoration: line-through; }

.services { background: var(--ateneo); color: var(--moonlight); }
.services .section-label { color: var(--buckthorn); padding-bottom: 26px; border-bottom: 1px solid rgba(204, 213, 218, .3); }
.services-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; padding: 70px 0 100px; }
.services-intro > p { margin: 8px 0 0; max-width: 690px; font-size: clamp(21px, 1.85vw, 29px); line-height: 1.4; letter-spacing: -.03em; }
.tiers { border-top: 1px solid rgba(204, 213, 218, .3); }
.tiers article { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; padding: 42px 0; border-bottom: 1px solid rgba(204, 213, 218, .3); }
.tiers article > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.tiers article span { font-size: clamp(26px, 2.4vw, 38px); font-weight: 650; letter-spacing: -.04em; }
.tiers strong { font-size: clamp(24px, 2.4vw, 38px); font-weight: 500; letter-spacing: -.04em; }
.tiers small { color: var(--polar); font-size: 13px; font-weight: 600; letter-spacing: 0; }
.tiers p { margin: 5px 0 0; max-width: 630px; font-size: 16px; line-height: 1.6; }
.capacity { margin: 38px 0 0 auto; max-width: 570px; color: var(--polar); font-size: 14px; line-height: 1.6; }

.proof { background: var(--ink); color: var(--paper); }
.proof .section-label { color: var(--coral); padding-bottom: 26px; border-bottom: 1px solid rgba(204, 213, 218, .18); }
.proof-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; padding-top: 70px; }
.proof h2 { font-size: clamp(54px, 6.3vw, 96px); }
.proof-heading { display: flex; flex-direction: column; }
.founder-photo { position: relative; margin: 70px 0 0; max-width: 540px; }
.founder-photo::before { content: ""; position: absolute; inset: -10px 10px 10px -10px; border: 1px solid var(--coral); }
.founder-photo img { position: relative; display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.proof-copy p { margin: 0; padding: 0 0 34px; margin-bottom: 34px; border-bottom: 1px solid rgba(204, 213, 218, .18); font-size: clamp(18px, 1.6vw, 25px); line-height: 1.47; letter-spacing: -.02em; }
.proof-copy p:last-child { margin-bottom: 0; border-bottom: 0; }

.contact { background: var(--buckthorn); color: var(--neverything); }
.contact-label { color: var(--ateneo); padding-bottom: 26px; border-bottom: 1px solid rgba(19,24,27,.35); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; padding-top: 70px; }
.contact h2 em { color: var(--ateneo); }
.contact-grid > div p { margin: 5px 0 28px; max-width: 690px; font-size: clamp(20px, 1.8vw, 28px); line-height: 1.42; letter-spacing: -.025em; }
.contact-grid > div p + p { font-size: 16px; letter-spacing: 0; }
.email-link { display: flex; justify-content: space-between; max-width: 690px; padding: 22px 0 11px; border-bottom: 2px solid var(--neverything); font-size: clamp(21px, 2.15vw, 34px); font-weight: 650; letter-spacing: -.035em; }

footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 40px;
  align-items: end;
  padding: 50px max(32px, calc((100vw - 1440px) / 2));
  background: var(--paper);
  font-size: 12px;
}
footer p { margin: 0; color: var(--muted); }
footer > div { display: flex; justify-content: flex-end; gap: 22px; color: var(--muted); }
footer > div a { text-decoration: underline; text-underline-offset: 3px; }

.legal-page { min-height: 100vh; padding: 42px max(24px, calc((100vw - 1100px) / 2)) 80px; }
.legal-page > .wordmark { display: inline-block; margin-bottom: 110px; }
.legal-page article { max-width: 900px; margin-left: auto; }
.legal-page h1 { margin: 25px 0 50px; font-size: clamp(58px, 9vw, 118px); line-height: .9; letter-spacing: -.065em; }
.legal-page article > p:not(.section-label):not(.legal-date) { margin: 0; font-size: clamp(20px, 2.1vw, 30px); line-height: 1.5; letter-spacing: -.025em; }
.legal-page article > p a { color: var(--ateneo); text-decoration: underline; text-underline-offset: 4px; }
.legal-date { margin: 30px 0 60px; color: var(--muted); font-size: 14px; }
.back-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 650; }

@media (max-width: 800px) {
  .site-header, .hero { width: 100%; padding-inline: 18px; }
  .site-header { height: 72px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding-top: 62px; padding-bottom: 60px; }
  .hero h1 { margin: 28px 0 48px; font-size: clamp(65px, 20vw, 100px); line-height: .85; }
  .hero-bottom { grid-template-columns: 1fr; gap: 36px; margin-left: 0; }
  .hero-copy { font-size: 23px; }
  .why { padding: 70px 18px; }
  .why-grid { grid-template-columns: 1fr; gap: 60px; padding-top: 55px; }
  .principles article { grid-template-columns: 34px 1fr; gap: 10px; }
  .principles-close { margin-left: 44px; }
  .breaks, .services, .proof, .contact { padding: 70px 18px; }
  .breaks-grid, .services-intro, .proof-grid, .contact-grid { grid-template-columns: 1fr; gap: 52px; padding-top: 55px; }
  .breaks-grid { padding-bottom: 65px; }
  .broken-path { grid-template-columns: auto 1fr auto; }
  .broken-path .broken-line, .broken-path .faded { display: none; }
  .services-intro { padding-bottom: 70px; }
  .tiers article { grid-template-columns: 1fr; gap: 24px; }
  .tiers article > div { align-items: flex-end; }
  .capacity { margin-left: 0; }
  .founder-photo { margin-top: 45px; }
  .contact-grid > div p { margin-top: 0; }
  footer { grid-template-columns: 1fr; gap: 22px; align-items: start; padding: 42px 18px; }
  footer > div { flex-wrap: wrap; justify-content: flex-start; }
  .legal-page { padding: 30px 18px 70px; }
  .legal-page > .wordmark { margin-bottom: 85px; }
}

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