:root {
  --espresso: #2c1810;
  --parchment: #faf7f2;
  --oat: #f0ebe3;
  --copper: #b87333;
  --amber: #d4652f;
  --walnut: #3d2314;
  --slate: #4a6670;
  --sage: #6b7f5e;
  --border: #d9d0c4;
  --muted: #6b5e54;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "IBM Plex Sans", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --site-header-h: 4.5rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-aos] { transition: none !important; opacity: 1 !important; transform: none !important; }
}

/* Toned-down AOS travel — default 100px fade-up reads as a vertical stretch */
[data-aos="fade-up"] { transform: translate3d(0, 28px, 0); }
[data-aos="fade-up"].aos-animate { transform: translate3d(0, 0, 0); }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--espresso);
  background: var(--parchment);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--copper); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--amber); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  padding-top: env(safe-area-inset-top);
}

.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--espresso);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
}
.brand img { width: 36px; height: 36px; border-radius: 8px; }

.nav-links {
  display: none;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] { color: var(--espresso); }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--oat);
  color: var(--espresso);
  cursor: pointer;
}
.nav-toggle[aria-expanded="true"] { background: var(--espresso); color: var(--parchment); }

.nav-drawer {
  display: none;
  border-top: 1px solid var(--border);
  background: var(--parchment);
  padding: 0.5rem 1.25rem 1rem;
}
.nav-drawer.open { display: block; }
.nav-drawer a {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: var(--espresso);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
  font-weight: 500;
}
.nav-drawer a:last-child { border-bottom: 0; }

@media (min-width: 768px) {
  .nav-links { display: flex; }
  .nav-toggle,
  .nav-drawer { display: none !important; }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--copper);
  color: #fff;
}
.btn-primary:hover { background: var(--amber); color: #fff; }
.btn-ghost {
  background: transparent;
  border-color: rgba(250, 247, 242, 0.45);
  color: var(--parchment);
}
.btn-ghost:hover { background: rgba(250, 247, 242, 0.1); color: #fff; }
.btn-dark {
  background: var(--espresso);
  color: var(--parchment);
}
.btn-dark:hover { background: var(--walnut); color: var(--parchment); }

.hero {
  position: relative;
  min-height: clamp(22rem, 58svh, 34rem);
  display: flex;
  align-items: center;
  color: var(--parchment);
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(26, 20, 16, 0.82) 0%, rgba(26, 20, 16, 0.55) 42%, rgba(26, 20, 16, 0.28) 100%),
    url("splash.jpg") center / cover no-repeat;
}
.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 3rem 1.25rem;
  animation: hero-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes hero-in {
  from { opacity: 0; transform: translate3d(0, 18px, 0); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-content { animation: none; }
}
/* Hard-disable AOS inside the hero if attributes are added later */
.hero [data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  pointer-events: auto !important;
}
.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250, 247, 242, 0.78);
  margin: 0 0 0.75rem;
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.8rem, 10vw, 5.5rem);
  line-height: 0.98;
  margin: 0 0 0.85rem;
  max-width: 12ch;
}
.hero-lead {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  max-width: 34ch;
  color: rgba(250, 247, 242, 0.88);
  margin: 0 0 1.5rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3.5rem 1.25rem;
}
.section-label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--copper);
  margin: 0 0 0.5rem;
}
.section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}
.section .lede {
  color: var(--muted);
  max-width: 52ch;
  margin: 0 0 2rem;
}

.feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
}
.feature {
  background: var(--oat);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.25rem;
}
.feature i {
  color: var(--copper);
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.feature h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
}
.feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.shot-rail {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .shot-rail { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .shot-rail { grid-template-columns: repeat(3, 1fr); }
}
.shot {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--walnut);
  box-shadow: 0 18px 40px rgba(44, 24, 16, 0.12);
}
.shot img { width: 100%; }

.band {
  background: var(--espresso);
  color: var(--parchment);
}
.band .section { padding-top: 3rem; padding-bottom: 3rem; }
.band .lede { color: rgba(240, 235, 227, 0.78); }
.band .btn-primary { background: var(--copper); }

.page-hero {
  padding: 3rem 1.25rem 1.5rem;
  max-width: 1120px;
  margin: 0 auto;
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin: 0.35rem 0 0.75rem;
  line-height: 1.1;
}
.page-hero p { color: var(--muted); max-width: 56ch; margin: 0; }

.prose {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.25rem 4rem;
}
.prose h2 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin: 2rem 0 0.65rem;
}
.prose p, .prose li { color: var(--muted); }
.prose ul { padding-left: 1.2rem; }

.contact-card {
  background: var(--oat);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.contact-card a.mail {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--espresso);
  text-decoration: none;
  min-height: 44px;
}
.contact-card a.mail:hover { color: var(--copper); }

.faq details {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  margin-bottom: 0.65rem;
  padding: 0.2rem 1rem;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 600;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { color: var(--copper); }
.faq details[open] summary { border-bottom: 1px solid var(--border); margin-bottom: 0.75rem; }
.faq details p { color: var(--muted); margin: 0 0 1rem; }

.site-footer {
  background: var(--walnut);
  color: rgba(240, 235, 227, 0.85);
  padding: 2.5rem 1.25rem calc(2rem + env(safe-area-inset-bottom));
}
.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .footer-inner { grid-template-columns: 2fr 1fr 1fr; }
}
.site-footer a { color: rgba(240, 235, 227, 0.9); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer h4 {
  font-family: var(--font-display);
  color: var(--parchment);
  margin: 0 0 0.75rem;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 0.45rem; }
.footer-copy {
  max-width: 1120px;
  margin: 1.75rem auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(240, 235, 227, 0.15);
  font-size: 0.85rem;
  color: rgba(240, 235, 227, 0.6);
}

.play-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: #000;
  color: #fff;
  border-radius: 10px;
  padding: 0.55rem 0.9rem;
  text-decoration: none;
  min-height: 48px;
}
.play-badge:hover { color: #fff; opacity: 0.92; }
.play-badge small {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.75;
}
.play-badge strong { font-size: 1.05rem; line-height: 1.1; }
