:root {
  --black: #111111;
  --black-soft: #181716;
  --paper: #d6c5b8;
  --paper-light: #eee5de;
  --copper: #b97957;
  --copper-light: #d7a17f;
  --ink: #25211f;
  --white: #f8f4f0;
  --muted: #a79a91;
  --line-dark: rgba(255, 255, 255, 0.15);
  --line-light: rgba(37, 33, 31, 0.18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: var(--sans);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a, button { -webkit-tap-highlight-color: transparent; }
img, video { max-width: 100%; }
::selection { color: var(--black); background: var(--copper-light); }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: .8rem 1rem;
  color: var(--black);
  background: var(--paper-light);
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 1.15rem max(1.5rem, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line-dark);
  background: linear-gradient(to bottom, rgba(15,15,15,.88), rgba(15,15,15,.55));
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
}
.mini-brand {
  font-family: var(--serif);
  font-size: 1.65rem;
  letter-spacing: .18em;
  text-decoration: none;
}
.nav { display: flex; gap: clamp(1rem, 3vw, 2.5rem); }
.nav a {
  color: rgba(255,255,255,.74);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease;
}
.nav a:hover, .nav a:focus-visible { color: var(--copper-light); }
.nav a[aria-current="true"] { color: var(--paper-light); }
:focus-visible { outline: 2px solid var(--copper-light); outline-offset: 4px; }

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 9rem 1.5rem 6rem;
  background:
    radial-gradient(circle at 50% 42%, rgba(185,121,87,.12), transparent 28rem),
    linear-gradient(150deg, #0d0d0d 0%, #191817 52%, #0f0f0f 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.hero-glow {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(78vw, 900px);
  aspect-ratio: 1;
  border: 1px solid rgba(215,161,127,.09);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 10vw rgba(255,255,255,.008), 0 0 0 20vw rgba(255,255,255,.005);
}
.sound-lines {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: -1;
  width: min(78rem, 118vw);
  transform: translate(-50%, -50%);
  fill: none;
  stroke: var(--copper);
  stroke-width: 1.2;
  opacity: .58;
}
.sound-lines path {
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: draw 2.8s 400ms ease forwards;
}
.sound-lines path:nth-child(2) { animation-delay: 620ms; opacity: .72; }
.sound-lines path:nth-child(3) { animation-delay: 840ms; opacity: .45; }
@keyframes draw { to { stroke-dashoffset: 0; } }

.hero-content {
  width: min(100%, 1000px);
  text-align: center;
}
.eyebrow,
.section-kicker {
  margin: 0 0 1.3rem;
  color: var(--copper-light);
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .32em;
  text-transform: uppercase;
}
.wordmark {
  display: block;
  margin-left: .07em;
  font-family: var(--serif);
  font-size: clamp(5.2rem, 17vw, 12.8rem);
  font-weight: 400;
  line-height: .72;
  letter-spacing: -.035em;
  background: linear-gradient(115deg, #f1e4da 10%, #b9a18f 48%, #ead9cb 82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.28));
}
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(260px, 65vw);
  margin: 2.25rem auto 1.4rem;
}
.ornament span { width: 45%; height: 1px; background: var(--copper); }
.ornament i {
  width: 8px;
  height: 8px;
  margin: 0 12px;
  background: var(--copper);
  transform: rotate(45deg);
}
.tagline {
  margin: 0;
  color: #f3ece7;
  font-size: clamp(.72rem, 1.6vw, .95rem);
  font-weight: 400;
  letter-spacing: .52em;
  text-indent: .52em;
}
.hero-copy {
  max-width: 610px;
  margin: 1.75rem auto 0;
  color: rgba(255,255,255,.63);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  line-height: 1.45;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .85rem;
  margin-top: 2.2rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .85rem 1.4rem;
  border: 1px solid transparent;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--black); background: var(--paper-light); }
.button-primary:hover { background: #fff; }
.button-secondary { border-color: rgba(255,255,255,.24); color: var(--white); background: rgba(255,255,255,.03); }
.button-secondary:hover { border-color: var(--copper); background: rgba(185,121,87,.08); }
.button[aria-disabled="true"] { opacity: .42; pointer-events: none; }
.scroll-cue {
  position: absolute;
  bottom: 1.7rem;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: .7rem;
  color: rgba(255,255,255,.52);
  font-size: .55rem;
  letter-spacing: .25em;
  text-decoration: none;
  transform: translateX(-50%);
}
.scroll-cue i {
  display: block;
  width: 1px;
  height: 30px;
  background: linear-gradient(var(--copper), transparent);
}

.section { padding: clamp(5rem, 10vw, 9rem) 1.5rem; }
.section-heading,
.project-card,
.contact-panel {
  width: min(100%, var(--max));
  margin: 0 auto;
}
.section-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 3rem;
}
.section-number {
  margin: .4rem 0 0;
  color: var(--copper);
  font-family: var(--serif);
  font-size: 1rem;
}
h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.02em;
}
.videos-section { background: #171615; }
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  width: min(100%, var(--max));
  margin: 0 auto;
}
.video-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: #0c0c0c;
  box-shadow: 0 24px 50px rgba(0,0,0,.22);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.video-card:hover { transform: translateY(-5px); border-color: rgba(215,161,127,.38); box-shadow: 0 30px 65px rgba(0,0,0,.32); }
.video-frame {
  position: relative;
  aspect-ratio: 9 / 16;
  max-height: 620px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(185,121,87,.19), transparent 30%),
    linear-gradient(145deg, #0e0e0e, #25211f);
}
.video-frame--horizontal { aspect-ratio: 16 / 9; max-height: none; }
.video-frame--square { aspect-ratio: 1 / 1; max-height: none; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; background: #000; }
.video-error { position: absolute; inset: 0; display: none; place-content: center; padding: 2rem; color: rgba(255,255,255,.72); text-align: center; background: #131211; }
.video-frame.has-error .video-error { display: grid; }
.video-frame.has-error video { visibility: hidden; }
.video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 2rem;
  text-align: center;
}
.video-placeholder::before {
  content: "";
  width: 58px;
  height: 58px;
  margin: 0 auto 1.2rem;
  border: 1px solid var(--copper);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(185,121,87,.15), transparent);
}
.video-placeholder::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--paper-light);
  font-size: 1rem;
  transform: translate(-42%, calc(-50% - 22px));
}
.video-placeholder strong {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
}
.video-placeholder span {
  max-width: 17rem;
  margin-top: .55rem;
  color: rgba(255,255,255,.5);
  font-size: .7rem;
  line-height: 1.6;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.video-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
  padding: 1rem 1.1rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.video-info small { color: var(--copper-light); font-size: .58rem; letter-spacing: .18em; }
.video-info h3 { margin: .25rem 0 0; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.video-index { color: rgba(255,255,255,.28); font-family: var(--serif); font-size: 1.7rem; }
.video-note {
  width: min(100%, var(--max));
  margin: 1.25rem auto 0;
  color: rgba(255,255,255,.4);
  font-size: .67rem;
  line-height: 1.6;
}

.project-section {
  color: var(--black-soft);
  background:
    radial-gradient(circle at 82% 20%, rgba(185,121,87,.12), transparent 28rem),
    linear-gradient(135deg, #e6d8cd 0%, var(--paper) 58%, #cbb6a7 100%);
}
.project-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(24,23,22,.18);
  background: rgba(248,244,240,.26);
  box-shadow: 0 28px 70px rgba(45,31,23,.12);
}
.project-copy { align-self: center; padding: clamp(2rem, 6vw, 5.5rem); }
.project-copy .section-kicker { color: #854f37; }
.project-copy h2 { max-width: 590px; }
.project-copy > p:not(.section-kicker) {
  max-width: 590px;
  margin: 1.7rem 0 0;
  font-size: clamp(.95rem, 1.6vw, 1.1rem);
  line-height: 1.85;
  color: rgba(24,23,22,.72);
}
.project-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
  margin-top: 2rem;
  color: rgba(24,23,22,.62);
  font-size: .6rem;
  font-weight: 500;
  letter-spacing: .16em;
}
.project-meta i { width: 4px; height: 4px; background: var(--copper); transform: rotate(45deg); }
.route-art {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
  padding: clamp(1.2rem, 3vw, 2.7rem);
  border-left: 1px solid rgba(24,23,22,.16);
  background:
    radial-gradient(circle at 72% 42%, rgba(185,121,87,.15), transparent 22%),
    linear-gradient(145deg, rgba(255,255,255,.25), rgba(185,121,87,.06));
}
.route-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  filter: none;
}

.contact-section { background: #0f0f0f; }
.contact-panel {
  padding: clamp(2rem, 7vw, 5.5rem);
  border: 1px solid rgba(255,255,255,.13);
  background:
    linear-gradient(110deg, rgba(185,121,87,.08), transparent 42%),
    #151413;
}
.contact-panel > p:not(.section-kicker) { max-width: 600px; margin: 1.2rem 0 2.5rem; color: rgba(255,255,255,.55); line-height: 1.7; }
.contact-links { border-top: 1px solid rgba(255,255,255,.12); }
.contact-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  text-decoration: none;
  transition: padding .2s ease, color .2s ease;
}
.contact-link:hover { padding-left: .6rem; color: var(--copper-light); }
.contact-link:active, .button:active { transform: translateY(1px); }
.contact-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.17);
}
.contact-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.contact-link small { display: block; margin-bottom: .25rem; color: var(--copper-light); font-size: .55rem; font-weight: 500; letter-spacing: .18em; }
.contact-link strong {
  display: block;
  overflow-wrap: anywhere;
  font-family: var(--sans);
  font-size: clamp(.92rem, 1.7vw, 1.12rem);
  font-weight: 400;
  letter-spacing: .035em;
  line-height: 1.4;
}
.contact-link > i { font-style: normal; font-size: 1.1rem; }
.contact-link[aria-disabled="true"] { opacity: .45; pointer-events: none; }

.footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  width: min(calc(100% - 3rem), var(--max));
  min-height: 118px;
  margin: 0 auto;
  border-top: 1px solid var(--line-dark);
}
.footer-brand { font-family: var(--serif); font-size: 1.45rem; letter-spacing: .16em; text-decoration: none; }
.footer p { margin: 0; color: rgba(255,255,255,.38); font-size: .55rem; letter-spacing: .18em; }
.footer p:last-child { justify-self: end; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.noscript-message { margin: 0; padding: 1rem; color: var(--paper-light); background: #6f3d28; text-align: center; }

@media (max-width: 900px) {
  .video-grid { grid-template-columns: repeat(3, minmax(250px, 1fr)); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: .75rem; }
  .video-card { scroll-snap-align: start; }
  .project-card { grid-template-columns: 1fr; }
  .route-art { min-height: 430px; border-top: 1px solid rgba(24,23,22,.16); border-left: 0; padding: 1.4rem; }
  .footer { grid-template-columns: 1fr 1fr; padding: 1.5rem 0; }
  .footer p:nth-child(2) { justify-self: end; }
  .footer p:last-child { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 620px) {
  .site-header { padding: 1rem; }
  .nav { gap: 1rem; }
  .nav a:nth-child(2) { display: none; }
  .hero { padding-inline: 1rem; }
  .wordmark { font-size: clamp(5rem, 25vw, 7.5rem); line-height: .78; }
  .tagline { letter-spacing: .32em; text-indent: .32em; }
  .hero-actions { flex-direction: column; align-items: stretch; width: min(100%, 340px); margin-inline: auto; }
  .section { padding-inline: 1rem; }
  .section-heading { gap: 1rem; }
  .video-grid { grid-template-columns: repeat(3, minmax(82vw, 1fr)); }
  .video-frame--vertical { aspect-ratio: 9/15; }
  .project-copy, .contact-panel { padding: 2rem 1.35rem; }
  .route-art { min-height: 360px; padding: 1rem .65rem; }
  .route-image { max-height: 335px; }
  .contact-link { grid-template-columns: auto 1fr; }
  .contact-link > i { display: none; }
  .footer { width: min(calc(100% - 2rem), var(--max)); }
}

@media (max-width: 390px) {
  .mini-brand { font-size: 1.35rem; }
  .nav { gap: .75rem; }
  .nav a { font-size: .6rem; letter-spacing: .12em; }
  .wordmark { font-size: 4.65rem; }
  h2 { font-size: 2.45rem; }
}

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