:root {
  --paper: #f4efe6;
  --paper-deep: #e9e1d6;
  --ink: #1c1b18;
  --accent: #c64f38;
  --line: #bdb5a9;
  --pad: clamp(20px, 4vw, 64px);
  --sans: "Archivo", sans-serif;
  --serif: "Cormorant Garamond", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: var(--paper);
  border: 1px solid var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.site-header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--pad);
  border-bottom: 1px solid rgba(28,27,24,.25);
  background: rgba(244,239,230,.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background-color 250ms ease, box-shadow 250ms ease;
}
.site-header.is-scrolled {
  background: rgba(244,239,230,.94);
  box-shadow: 0 1px 0 rgba(28,27,24,.12);
}
.site-header p { margin: 0; }
.logo,
.header-link {
  min-height: 44px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo { font: 500 italic 27px/1 var(--serif); }
.header-link { justify-self: end; border-bottom: 1px solid; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 150px var(--pad) 54px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  right: 22%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(28,27,24,.16);
}
.hero-index {
  position: absolute;
  right: var(--pad);
  bottom: 58px;
  font-size: 11px;
  letter-spacing: .1em;
}
.hero-orbit {
  position: absolute;
  top: 17%;
  right: 7%;
  width: clamp(220px, 28vw, 440px);
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.hero-orbit::before,
.hero-orbit::after {
  content: "";
  position: absolute;
  background: var(--line);
}
.hero-orbit::before { width: 120%; height: 1px; top: 50%; left: -10%; }
.hero-orbit::after { width: 1px; height: 120%; top: -10%; left: 50%; }
.hero-orbit span {
  position: absolute;
  left: 46%;
  top: 46%;
  width: 8%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--accent);
}
.hero-inner { position: relative; z-index: 1; }
.overline,
.section-label,
.contact-intro {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.overline { margin: 0 0 28px; }
h1 {
  margin: 0;
  max-width: 1100px;
  font-size: clamp(82px, 15vw, 230px);
  font-weight: 500;
  line-height: .78;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.hero-role {
  margin: 30px 0 58px;
  font-size: clamp(25px, 3vw, 46px);
  line-height: 1;
  letter-spacing: -.04em;
}
em { color: var(--accent); font-family: var(--serif); font-weight: 500; }
.text-link {
  min-height: 44px;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 44px;
  border-bottom: 1px solid;
  font-size: 12px;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link span { color: var(--accent); font-size: 18px; transition: transform 200ms ease; }
.text-link:hover span { transform: translate(4px, -4px); }

.about,
.directions,
.start,
.contact {
  display: grid;
  grid-template-columns: minmax(150px, .55fr) 2.45fr;
  border-top: 1px solid var(--line);
}
.section-label {
  position: sticky;
  top: 84px;
  align-self: start;
  padding: 34px var(--pad);
  border-right: 1px solid var(--line);
}
.section-label span { color: var(--accent); }
.section-label p { margin: 8px 0 0; }
.about-content,
.directions-content,
.start-content,
.contact-content { min-width: 0; padding: 100px var(--pad) 120px; }
h2 {
  margin: 0;
  font-size: clamp(56px, 8.5vw, 132px);
  font-weight: 500;
  line-height: .93;
  letter-spacing: -.065em;
}
.about-content { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; }
.about-note p,
.start-copy {
  margin: 0 0 44px;
  max-width: 560px;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.55;
  letter-spacing: -.025em;
}

.directions { background: var(--ink); color: var(--paper); border-color: rgba(244,239,230,.25); }
.directions .section-label { border-color: rgba(244,239,230,.25); }
.directions-content h2 { max-width: 820px; margin-bottom: 90px; }
.direction-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(244,239,230,.35); }
.direction-list li {
  min-height: 150px;
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(244,239,230,.35);
  transition: border-color 240ms ease;
}
.direction-number { font: 500 italic 26px/1 var(--serif); color: var(--accent); }
.direction-name {
  font-size: clamp(48px, 6vw, 90px);
  font-weight: 500;
  letter-spacing: -.055em;
  transition: transform 280ms cubic-bezier(.22,1,.36,1), color 240ms ease;
}
.direction-mark { font-size: 26px; color: var(--accent); transition: transform 200ms ease; }
.direction-list li:hover { border-color: var(--accent); }
.direction-list li:hover .direction-name { color: #fff9ef; transform: translateX(12px); }
.direction-list li:hover .direction-mark { transform: translate(5px, -5px); }

.start { background: var(--paper-deep); }
.start-content { display: grid; grid-template-columns: 1fr 1fr; gap: 64px 8vw; }
.start-content h2 { grid-column: 1 / -1; max-width: 950px; }
.start-copy { align-self: end; margin: 0; }
.start-points { margin: 0; border-top: 1px solid var(--line); }
.start-points div { display: grid; grid-template-columns: 70px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.start-points dt { color: var(--accent); font: 500 italic 20px/1 var(--serif); }
.start-points dd { margin: 0; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }

.contact { min-height: 92svh; background: var(--accent); color: var(--paper); border-color: rgba(244,239,230,.35); }
.contact .section-label { border-color: rgba(244,239,230,.35); }
.section-label.light span { color: var(--ink); }
.contact-content { display: flex; flex-direction: column; justify-content: flex-end; }
.contact-intro { margin: 0 0 24px; }
.contact h2 { font-size: clamp(72px, 11vw, 170px); }
.contact h2 em { color: var(--ink); }
.phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 70px;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(244,239,230,.55);
  border-bottom: 1px solid rgba(244,239,230,.55);
  font-size: clamp(35px, 7vw, 104px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.06em;
  text-decoration: none;
}
.phone > span:last-child { color: var(--ink); transition: transform 200ms ease; }
.phone:hover > span:last-child { transform: translate(6px, -6px); }
.contact footer { display: flex; justify-content: space-between; gap: 24px; margin-top: 28px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.contact footer p { margin: 0; }

.hero-inner > * { opacity: 0; animation: enter 550ms ease-out forwards; }
.hero-inner > *:nth-child(1) { animation-delay: 80ms; }
.hero-inner > *:nth-child(2) { animation-delay: 150ms; }
.hero-inner > *:nth-child(3) { animation-delay: 220ms; }
.hero-inner > *:nth-child(4) { animation-delay: 290ms; }
@keyframes enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 560ms ease-out, transform 560ms cubic-bezier(.22,1,.36,1);
}
.reveal-delay { transition-delay: 90ms; }
.reveal-delay-more { transition-delay: 170ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 760px) {
  .site-header { min-height: 68px; grid-template-columns: 1fr 1fr; }
  .site-header p { display: none; }
  .hero { min-height: 92svh; padding-top: 120px; padding-bottom: 34px; }
  .hero::before { right: 32%; }
  .hero-index { display: none; }
  .hero-orbit { top: 18%; right: -18%; width: 240px; }
  h1 { font-size: clamp(64px, 18vw, 86px); }
  .hero-role { max-width: 290px; margin: 24px 0 42px; font-size: 27px; line-height: 1.08; }
  .about,
  .directions,
  .start,
  .contact { grid-template-columns: 1fr; }
  .section-label { position: static; display: flex; gap: 18px; padding: 24px var(--pad); border-right: 0; border-bottom: 1px solid var(--line); }
  .section-label p { margin: 0; }
  .about-content,
  .directions-content,
  .start-content,
  .contact-content { padding: 72px var(--pad) 82px; }
  h2 { font-size: clamp(52px, 15vw, 76px); }
  .about-content { grid-template-columns: 1fr; gap: 50px; }
  .about-note p,
  .start-copy { font-size: 18px; }
  .directions .section-label,
  .contact .section-label { border-color: rgba(244,239,230,.25); }
  .directions-content h2 { margin-bottom: 60px; }
  .direction-list li { min-height: 108px; grid-template-columns: 42px 1fr auto; gap: 12px; }
  .direction-name { font-size: clamp(42px, 13vw, 62px); }
  .start-content { grid-template-columns: 1fr; gap: 46px; }
  .start-content h2 { grid-column: auto; }
  .contact { min-height: 78svh; }
  .contact-content { padding-top: 80px; }
  .contact h2 { font-size: clamp(66px, 20vw, 94px); }
  .phone { margin-top: 56px; font-size: clamp(31px, 9.3vw, 44px); }
}

@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; transform: none; }
}
