:root {
  --ink: #14110f;
  --ink-soft: #4a433c;
  --cream: #f3eadc;
  --sand: #e7d7c3;
  --paper: #f7f0e6;
  --white: #fffaf3;
  --line: rgba(20, 17, 15, 0.12);
  --terracotta: #c45c36;
  --terracotta-dark: #9a3f22;
  --apricot: #e39a6a;
  --sage: #3e5c52;
  --sea: #1d3d38;
  --gold: #d4b483;
  --shadow: 0 30px 70px rgba(20, 17, 15, 0.16);
  --serif: "Fraunces", "Times New Roman", serif;
  --sans: "Outfit", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(227, 154, 106, 0.18), transparent 55%),
    radial-gradient(900px 600px at 110% 8%, rgba(61, 92, 82, 0.16), transparent 50%),
    var(--paper);
  line-height: 1.6;
  font-size: 18px;
}

body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0.035;
  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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

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

a { color: inherit; }

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 500;
}

h1, h2, h3, .serif { font-family: var(--serif); font-optical-sizing: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(247, 240, 230, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 16px;
}

.logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
}

.logo-img { height: 42px; width: auto; }

.logo-sub {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 5px;
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  font-size: 0.92rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--ink-soft);
}

.nav-links a:hover { color: var(--ink); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  padding: 13px 22px;
  border-radius: 999px;
  transition: 0.2s ease;
}

.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: #2c2622; }
.btn-line {
  background: transparent;
  color: #fffaf3;
  border: 1px solid rgba(255,250,243,0.7);
}
.btn-line:hover { background: #fffaf3; color: var(--ink); }
.btn-terra { background: var(--terracotta); color: #fff8f4; }
.btn-terra:hover { background: var(--terracotta-dark); }

.menu-btn {
  display: none;
  background: none;
  border: 0;
  font-size: 1.4rem;
  cursor: pointer;
}

/* Full-bleed hero */
.hero-bleed {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  color: #fffaf3;
  overflow: hidden;
}

.hero-bleed .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.hero-bleed::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20,17,15,0.72) 0%, rgba(20,17,15,0.28) 52%, rgba(20,17,15,0.18) 100%),
    linear-gradient(180deg, rgba(20,17,15,0.15) 0%, rgba(20,17,15,0.55) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 120px 0 72px;
  max-width: 720px;
}

.hero-copy .eyebrow { color: var(--apricot); }

.hero-copy h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.92;
  font-weight: 480;
  letter-spacing: -0.03em;
  margin: 14px 0 22px;
}

.hero-copy .lede {
  font-size: 1.15rem;
  color: rgba(255,250,243,0.86);
  max-width: 36rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-chip {
  position: absolute;
  z-index: 2;
  right: max(20px, calc((100% - 1180px) / 2));
  bottom: 40px;
  background: rgba(255,250,243,0.92);
  color: var(--ink);
  padding: 16px 18px;
  width: min(240px, 70vw);
  box-shadow: var(--shadow);
}

.hero-chip strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 500;
}

.hero-chip span {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.band-wrap {
  background: var(--sea);
  color: #efe6d8;
}

.band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 34px 0;
}

.band p { font-size: 0.92rem; color: rgba(239,230,216,0.78); }

.band strong {
  display: block;
  font-family: var(--serif);
  color: #fffaf3;
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 4px;
}

section { padding: 96px 0; }

.section-head {
  max-width: 640px;
  margin-bottom: 40px;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  font-weight: 480;
  letter-spacing: -0.03em;
  margin-top: 10px;
}

.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
}

.who {
  background:
    linear-gradient(180deg, rgba(227,154,106,0.14), transparent 28%),
    var(--paper);
}

.who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.who-card {
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(20,17,15,0.06);
  min-height: 280px;
}

.who-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.who-card .who-body { padding: 24px; }

.who-card h3 {
  font-size: 1.55rem;
  font-weight: 480;
  margin: 8px 0 12px;
}

.who-card ul {
  margin-top: 14px;
  padding-left: 18px;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.who-card li + li { margin-top: 6px; }

.how {
  background:
    linear-gradient(160deg, #1d3d38 0%, #16302c 55%, #2a4a3c 100%);
  color: #f7f0e6;
}

.how .eyebrow { color: var(--apricot); }
.how .section-head h2 { color: #fffaf3; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step {
  background: rgba(255,250,243,0.08);
  border: 1px solid rgba(255,250,243,0.12);
  padding: 24px 22px 28px;
  min-height: 250px;
  backdrop-filter: blur(8px);
}

.step-num {
  font-family: var(--serif);
  font-size: 1.8rem;
  color: var(--apricot);
}

.step h3 {
  font-size: 1.35rem;
  font-weight: 500;
  margin: 16px 0 10px;
}

.step p { color: rgba(247,240,230,0.78); font-size: 0.95rem; }

.plan {
  background:
    radial-gradient(700px 380px at 0% 100%, rgba(196,92,54,0.12), transparent 60%),
    var(--cream);
}

.plan-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}

.plan-photo {
  position: relative;
}

.plan-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.plan-photo::after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 46%;
  height: 46%;
  background: var(--terracotta);
  z-index: -1;
}

.plan-list { display: grid; gap: 0; }

.plan-item {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.plan-item:last-child { border-bottom: 1px solid var(--line); }

.plan-item h3 { font-size: 1.45rem; font-weight: 500; }

.plan-item p {
  color: var(--ink-soft);
  margin-top: 6px;
}

.fees {
  background:
    linear-gradient(180deg, rgba(29,61,56,0.06), transparent 30%),
    var(--paper);
}

.fees-lede {
  margin-top: 16px;
  color: var(--ink-soft);
  max-width: 42rem;
}

.fee-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.fee-card {
  background: var(--white);
  padding: 26px 22px 28px;
  border: 1px solid var(--line);
  min-height: 100%;
}

.fee-card.featured {
  background: var(--sea);
  color: #f7f0e6;
  border-color: transparent;
}

.fee-card.featured .eyebrow,
.fee-card.featured .fee-price { color: var(--apricot); }

.fee-card.featured p,
.fee-card.featured li { color: rgba(247,240,230,0.82); }

.fee-price {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  margin: 8px 0 14px;
  color: var(--terracotta);
}

.fee-card h3 {
  font-size: 1.45rem;
  font-weight: 500;
}

.fee-card ul {
  margin-top: 16px;
  padding-left: 18px;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.fee-card li + li { margin-top: 6px; }

.fee-note {
  margin-top: 22px;
  font-size: 0.9rem;
  color: var(--ink-soft);
  max-width: 70ch;
}

.shapes {
  background: var(--paper);
}

.trips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.trip {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  color: white;
  text-decoration: none;
}

.trip img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: brightness(0.68) saturate(1.08);
}

.trip:hover img { transform: scale(1.06); }

.trip-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 26px 22px;
  background: linear-gradient(180deg, transparent, rgba(20,17,15,0.78));
}

.trip h3 {
  font-size: 1.55rem;
  font-weight: 480;
}

.samples {
  background:
    radial-gradient(800px 400px at 100% 0%, rgba(196,92,54,0.1), transparent 55%),
    var(--cream);
}

.sample {
  margin-bottom: 48px;
  background: var(--white);
  overflow: hidden;
  border: 1px solid var(--line);
}

.sample-hero {
  position: relative;
  min-height: 240px;
}

.sample-hero img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center 35%;
  filter: brightness(0.62);
}

#hawaii .sample-hero img,
a.trip[href="#hawaii"] img {
  filter: brightness(0.78);
  object-position: center 28%;
}

.sample-hero-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 28px 28px 24px;
  color: #fffaf3;
}

.sample-hero-copy h3 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 480;
  letter-spacing: -0.02em;
}

.sample-hero-copy .eyebrow { color: var(--apricot); }

.sample-hero-copy p { color: rgba(255,250,243,0.86); max-width: 40rem; }

.sample-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.sample-cols > div {
  padding: 26px 24px 28px;
  border-top: 1px solid var(--line);
}

.sample-cols > div + div { border-left: 1px solid var(--line); }

.sample-cols h4 {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.sample-cols ul {
  padding-left: 18px;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.sample-cols li + li { margin-top: 10px; }

.about {
  background:
    linear-gradient(200deg, #3e5c52 0%, #2b433c 100%);
  color: #f7f0e6;
}

.about .eyebrow { color: var(--apricot); }
.about h2 { color: #fffaf3; }
.about p { margin-top: 16px; color: rgba(247,240,230,0.82); }

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.about-photos {
  margin: 0;
}

.about-photos img {
  height: 560px;
  width: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.about-photos figcaption {
  margin-top: 10px;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(247,240,230,0.7);
}

.fora-note {
  margin-top: 24px;
  padding: 16px 18px;
  border-left: 3px solid var(--gold);
  background: rgba(255,250,243,0.08);
  font-size: 0.95rem;
  color: rgba(247,240,230,0.88);
}

.faq-sec {
  background:
    radial-gradient(600px 300px at 80% 0%, rgba(227,154,106,0.16), transparent 55%),
    var(--paper);
}

.faq details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.faq details:last-child { border-bottom: 1px solid var(--line); }

.faq summary {
  cursor: pointer;
  font-size: 1.15rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--terracotta); font-size: 1.4rem; }
.faq details[open] summary::after { content: "–"; }

.faq details p {
  color: var(--ink-soft);
  padding-top: 10px;
  max-width: 70ch;
}

.start {
  position: relative;
  overflow: hidden;
  background: #1b1714;
  color: #fffaf3;
}

.start-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
  filter: saturate(1.1);
}

.start::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,17,15,0.82), rgba(20,17,15,0.42));
}

.start .wrap { position: relative; z-index: 2; }
.start .eyebrow { color: var(--apricot); }
.start > .wrap > div > p,
.start .contact-grid > div > p { color: rgba(255,250,243,0.8); }

.start form,
.start form p,
.start label,
.form-success {
  color: var(--ink);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
}

form {
  display: grid;
  gap: 14px;
  background: rgba(255,250,243,0.94);
  color: var(--ink);
  padding: 28px;
}

label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

input, select, textarea {
  width: 100%;
  margin-top: 6px;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 12px;
  font: inherit;
  color: var(--ink);
}

textarea { min-height: 120px; resize: vertical; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-success {
  display: none;
  background: #efe6d6;
  color: #1b1714;
  padding: 18px;
  border: 1px solid var(--line);
}

.start form.sent .form-success {
  display: block;
}

footer {
  background: #10120f;
  color: rgba(247,240,230,0.72);
  padding: 40px 0 52px;
  font-size: 0.9rem;
}

footer strong { color: #fffaf3; }
footer a { color: #fffaf3; }

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 16px 20px 24px;
    border-bottom: 1px solid var(--line);
    gap: 14px;
  }
  .menu-btn { display: block; }
  .split, .plan-grid, .about-grid, .contact-grid, .who-grid, .steps, .trips, .band, .fee-grid, .sample-cols {
    grid-template-columns: 1fr;
  }
  .sample-cols > div + div { border-left: 0; }
  .hero-copy { padding: 92px 0 140px; }
  .hero-chip { left: 20px; right: auto; }
  .form-row { grid-template-columns: 1fr; }
  .about-photos img { height: 380px; }
  .plan-photo img { min-height: 320px; }
}
