:root {
  --ink: #140a02;
  --ink-soft: #2a1808;
  --earth: #6b4420;
  --dust: #8b5a32;
  --gold: #c4893a;
  --gold-bright: #b8792e;
  --sand: #f4e8d0;
  --sand-mid: #e8d5b5;
  --sand-deep: #d9c19a;
  --haze: #faf3e4;
  --mist: rgba(20, 10, 2, 0.68);
  --line: rgba(107, 68, 32, 0.18);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --max: 1120px;
  --narrow: 680px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink-soft);
  background: var(--sand);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: var(--ink);
  padding: 0.5rem 1rem;
  z-index: 100;
}

.skip:focus {
  left: 0;
}

.wrap {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

.wrap.narrow {
  width: min(100% - 2.5rem, var(--narrow));
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(180deg, rgba(244, 232, 208, 0.96), rgba(244, 232, 208, 0));
  transition: background 0.4s var(--ease), backdrop-filter 0.4s var(--ease);
}

.site-header.is-solid {
  background: rgba(244, 232, 208, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-display);
  font-weight: 650;
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: var(--ink);
}

.wordmark img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.nav {
  display: none;
  gap: 1.5rem;
  margin-left: auto;
  font-size: 0.92rem;
  font-weight: 400;
  color: var(--mist);
}

.nav a:hover {
  color: var(--gold-bright);
}

.site-header .btn-sm {
  margin-left: auto;
}

@media (min-width: 820px) {
  .nav {
    display: flex;
  }

  .site-header .btn-sm {
    margin-left: 0;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.4rem;
  border: 1px solid var(--gold);
  background: linear-gradient(135deg, var(--gold), #a86c2e);
  color: var(--haze);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 999px;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.35s var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(168, 108, 46, 0.28);
}

.btn-ghost {
  background: transparent;
  color: var(--ink-soft);
  border-color: rgba(107, 68, 32, 0.35);
}

.btn-ghost:hover {
  border-color: var(--gold-bright);
  color: var(--gold-bright);
  box-shadow: none;
}

.btn-sm {
  padding: 0.55rem 1rem;
  font-size: 0.85rem;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 7rem 1.5rem 4rem;
  overflow: hidden;
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 55% at 70% 18%, rgba(224, 180, 92, 0.28), transparent 55%),
    radial-gradient(ellipse 55% 45% at 15% 85%, rgba(217, 193, 154, 0.55), transparent 55%),
    linear-gradient(165deg, var(--haze) 0%, var(--sand) 42%, var(--sand-mid) 100%);
  animation: sand-shift 14s ease-in-out infinite alternate;
}

.hero-atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  opacity: 0.35;
  pointer-events: none;
}

@keyframes sand-shift {
  from {
    filter: brightness(1);
  }
  to {
    filter: brightness(1.04);
  }
}

.hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
}

.hero-logo {
  width: min(42vw, 260px);
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  filter: drop-shadow(0 18px 36px rgba(74, 46, 22, 0.22));
}

.hero-title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.6rem, 8vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.hero-title em {
  font-style: italic;
  font-weight: 650;
  color: var(--gold-bright);
}

.hero-lede {
  margin: 0 auto 1.75rem;
  max-width: 34rem;
  color: var(--mist);
  font-size: clamp(1.05rem, 2.4vw, 1.2rem);
  font-weight: 300;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.hero-scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(42, 24, 8, 0.4);
  animation: bob 2.4s var(--ease) infinite;
}

@keyframes bob {
  0%,
  100% {
    transform: translate(-50%, 0);
    opacity: 0.45;
  }
  50% {
    transform: translate(-50%, 6px);
    opacity: 0.85;
  }
}

.band {
  padding: clamp(4rem, 10vw, 7rem) 0;
  position: relative;
}

.band-ink {
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(196, 137, 58, 0.12), transparent 60%),
    var(--sand-mid);
}

.band-dust {
  background:
    linear-gradient(180deg, rgba(244, 232, 208, 0.35), rgba(232, 213, 181, 0.9)),
    var(--sand-deep);
}

.eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.section-title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 650;
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  line-height: 1.15;
  color: var(--ink);
}

.section-sub,
.prose {
  color: var(--mist);
  font-size: 1.08rem;
}

.prose p {
  margin: 0 0 1rem;
}

.section-head {
  max-width: 36rem;
  margin-bottom: 3rem;
}

.journey-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.journey {
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0.6rem;
}

@media (min-width: 800px) {
  .journey {
    grid-template-columns: 11rem 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 2rem;
    align-items: start;
  }

  .journey-place {
    grid-row: 1 / span 3;
    padding-top: 0.35rem;
  }

  .journey h3,
  .journey > p:not(.journey-place):not(.journey-meta),
  .journey-meta {
    grid-column: 2;
  }
}

.journey-place {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-bright);
  font-weight: 500;
}

.journey h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 650;
  color: var(--ink);
}

.journey > p:not(.journey-place):not(.journey-meta) {
  margin: 0;
  max-width: 40rem;
  color: var(--mist);
}

.journey-meta {
  margin: 0.4rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--earth);
}

.split {
  display: grid;
  gap: 2rem;
}

@media (min-width: 860px) {
  .split {
    grid-template-columns: 1fr 1.1fr;
    gap: 4rem;
    align-items: start;
  }
}

.center {
  text-align: center;
}

.center-actions {
  margin-top: 1.75rem;
}

.fineprint {
  margin: 1.75rem 0 0;
  font-size: 0.9rem;
  color: rgba(42, 24, 8, 0.48);
}

.cta-band .section-sub {
  margin-inline: auto;
  max-width: 32rem;
}

.site-footer {
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--line);
  background: var(--sand-deep);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-display);
  font-weight: 650;
  color: var(--ink);
}

.footer-brand img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.footer-copy {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(42, 24, 8, 0.5);
}

/* Below-fold sections reveal on scroll; hero stays visible without JS */
.band [data-reveal],
.site-header[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.band [data-reveal].is-in,
.site-header[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

.hero-logo,
.hero-title,
.hero-lede,
.hero-actions {
  animation: hero-in 1s var(--ease) both;
}

.hero-logo {
  animation-delay: 0.05s;
}
.hero-title {
  animation-delay: 0.15s;
}
.hero-lede {
  animation-delay: 0.28s;
}
.hero-actions {
  animation-delay: 0.4s;
}

@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

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

  .hero-atmosphere,
  .hero-scroll,
  .hero-logo,
  .hero-title,
  .hero-lede,
  .hero-actions {
    animation: none;
  }

  .band [data-reveal],
  .site-header[data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
