:root {
  --paper: #EBE0CB;
  --paper-light: #F1E8D4;
  --paper-dark: #E0D2B7;
  --cocoa: #2D1F12;
  --cocoa-soft: #4A3A28;
  --ink: #1F1810;
  --terracotta: #B8533A;
  --terracotta-deep: #8E3A24;
  --moss: #5D6B3F;
  --moss-deep: #43502A;
  --navy: #1F3A56;
  --gold: #B8893C;
  --line: rgba(45, 31, 18, 0.22);
  --line-soft: rgba(45, 31, 18, 0.12);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "EB Garamond", "Times New Roman", serif;
  background: var(--paper);
  color: var(--cocoa);
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  background-image:
    /* paper grain noise via repeating gradient */
    radial-gradient(circle at 25% 25%, rgba(45, 31, 18, 0.025) 0 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, rgba(45, 31, 18, 0.025) 0 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(184, 137, 60, 0.04) 0 1px, transparent 1px);
  background-size: 4px 4px, 7px 7px, 11px 11px;
}
.display { font-family: "DM Serif Display", "Times New Roman", serif; font-weight: 400; }
.hand { font-family: "Caveat", cursive; font-weight: 500; }
.mono { font-family: "JetBrains Mono", monospace; font-weight: 400; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 48px; }
.ornament {
  display: inline-flex; align-items: center; gap: 14px;
  color: var(--terracotta);
  font-size: 14px;
}
.ornament::before, .ornament::after {
  content: ""; height: 1px; flex: 1; min-width: 40px; background: var(--line);
}

/* ============ NAV ============ */
.nav {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: sticky; top: 0; z-index: 50;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 48px;
  max-width: 1280px; margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { width: 44px; height: 44px; border-radius: 10px; }
.brand .name {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 28px;
  line-height: 1;
  color: var(--cocoa);
  letter-spacing: -0.01em;
}
.brand .sub {
  font-family: "Caveat", cursive;
  font-size: 16px;
  color: var(--terracotta);
  margin-top: -2px;
}
.nav-links {
  display: flex; gap: 34px; font-size: 15px;
}
.nav-links a {
  position: relative;
  padding-bottom: 2px;
}
.nav-links a:hover { color: var(--terracotta); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid var(--cocoa);
  padding: 10px 18px;
  font-size: 14px;
  background: var(--cocoa);
  color: var(--paper-light);
  transition: background .15s;
}
.nav-cta:hover { background: var(--terracotta-deep); border-color: var(--terracotta-deep); }
.nav-cta .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

/* ============ HERO ============ */
.hero {
  padding: 56px 0 96px;
  position: relative;
  overflow: hidden;
}
.hero-greeting {
  text-align: center;
  margin-bottom: 24px;
}
.hero-greeting .hand {
  font-size: 38px;
  color: var(--terracotta);
  transform: rotate(-3deg);
  display: inline-block;
}
.hero-title {
  font-family: "DM Serif Display", serif;
  font-size: clamp(56px, 9vw, 152px);
  line-height: 0.95;
  text-align: center;
  color: var(--cocoa);
  letter-spacing: -0.025em;
  margin-bottom: 8px;
}
.hero-title em {
  font-style: italic;
  color: var(--terracotta);
}
.hero-meta-row {
  display: flex; justify-content: center; align-items: center;
  gap: 18px; margin-top: 18px;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 16px;
  color: var(--cocoa-soft);
}
.hero-meta-row .dot { color: var(--terracotta); }

.hero-belt {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 28px;
  align-items: end;
}
.hero-card {
  border: 1px solid var(--line);
  background: var(--paper-light);
  padding: 26px 24px;
  position: relative;
}
.hero-card .num {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 64px;
  line-height: 1;
  color: var(--terracotta);
}
.hero-card .lbl {
  margin-top: 12px;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 18px;
  color: var(--cocoa);
}
.hero-card.note { transform: rotate(-1.5deg); }
.hero-card.right { transform: rotate(1.2deg); }
.hero-photo {
  aspect-ratio: 4/3;
  background:
    repeating-linear-gradient(135deg, rgba(45,31,18,0.08) 0 1px, transparent 1px 14px),
    var(--paper-dark);
  position: relative;
  border: 1px solid var(--line);
  box-shadow: 0 1px 0 var(--paper), 12px 12px 0 -1px var(--cocoa);
  overflow: hidden;
}
.hero-photo .corner {
  position: absolute; top: 12px; left: 12px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--cocoa-soft);
  background: var(--paper);
  padding: 3px 7px;
  border: 1px solid var(--line);
}
.hero-photo .caption {
  position: absolute; bottom: 12px; right: 12px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: var(--cocoa);
  background: var(--paper);
  padding: 4px 8px;
  border: 1px solid var(--line);
}
.hero-photo .stamp {
  position: absolute; top: 18px; right: 18px;
  width: 92px; height: 92px;
  border: 1.5px solid var(--terracotta);
  border-radius: 50%;
  background: rgba(235, 224, 203, 0.92);
  display: grid; place-items: center;
  text-align: center;
  color: var(--terracotta);
  transform: rotate(-12deg);
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 13px;
  line-height: 1.15;
  padding: 8px;
}

.hero-cta {
  margin-top: 56px;
  text-align: center;
}
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px;
  font-family: "EB Garamond", serif;
  font-size: 17px;
  border: 1px solid var(--cocoa);
  transition: all .15s;
  cursor: pointer;
}
.btn-primary {
  background: var(--cocoa); color: var(--paper-light);
}
.btn-primary:hover { background: var(--terracotta-deep); border-color: var(--terracotta-deep); }
.btn-ghost {
  background: transparent; color: var(--cocoa);
}
.btn-ghost:hover { background: var(--cocoa); color: var(--paper-light); }
.btn-terra {
  background: var(--terracotta); color: var(--paper-light);
  border-color: var(--terracotta);
}
.btn-terra:hover { background: var(--terracotta-deep); border-color: var(--terracotta-deep); }

/* ============ DIVIDER ============ */
.divider {
  padding: 40px 0;
  display: flex; align-items: center; justify-content: center;
  gap: 28px;
}
.divider .line {
  flex: 1; max-width: 280px; height: 1px;
  background:
    radial-gradient(circle, var(--cocoa-soft) 0 1px, transparent 1.5px) 0 0/8px 1px repeat-x;
}
.divider .mark {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 24px;
  color: var(--terracotta);
}

/* ============ SECTION COMMON ============ */
section { padding: 80px 0; }
.sec-head {
  text-align: center;
  margin-bottom: 64px;
}
.sec-head .eyebrow {
  font-family: "Caveat", cursive;
  font-size: 28px;
  color: var(--terracotta);
  transform: rotate(-2deg);
  display: inline-block;
  margin-bottom: 12px;
}
.sec-head h2 {
  font-family: "DM Serif Display", serif;
  font-size: clamp(40px, 5.5vw, 76px);
  line-height: 0.98;
  color: var(--cocoa);
  letter-spacing: -0.02em;
  max-width: 920px;
  margin: 0 auto;
  text-wrap: balance;
}
.sec-head h2 em { font-style: italic; color: var(--terracotta); }
.sec-head .lede {
  margin: 22px auto 0;
  max-width: 580px;
  font-style: italic;
  font-size: 19px;
  color: var(--cocoa-soft);
  line-height: 1.5;
}

/* ============ ABOUT / PROLOG ============ */
.prolog {
  background: var(--paper-light);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.prolog-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.prolog-text h3 {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 56px;
  line-height: 1;
  color: var(--cocoa);
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}
.prolog-text h3 em { color: var(--terracotta); }
.prolog-text p {
  font-size: 19px;
  line-height: 1.65;
  color: var(--cocoa-soft);
  margin-bottom: 18px;
  max-width: 480px;
}
.prolog-text .sign {
  font-family: "Caveat", cursive;
  font-size: 32px;
  color: var(--terracotta);
  margin-top: 28px;
  transform: rotate(-2deg);
  display: inline-block;
}
.prolog-photos {
  position: relative;
  aspect-ratio: 1 / 0.95;
}
.prolog-photos .photo {
  background:
    repeating-linear-gradient(135deg, rgba(45,31,18,0.08) 0 1px, transparent 1px 12px),
    var(--paper-dark);
  border: 1px solid var(--line);
  position: absolute;
  overflow: hidden;
}
.prolog-photos .photo .cap {
  position: absolute; bottom: 10px; left: 10px;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  background: var(--paper);
  padding: 3px 7px;
  border: 1px solid var(--line);
  color: var(--cocoa);
}
.prolog-photos .p1 {
  width: 62%; aspect-ratio: 4/5; top: 0; left: 0;
  transform: rotate(-3deg);
  box-shadow: 8px 8px 0 -1px var(--cocoa);
}
.prolog-photos .p2 {
  width: 52%; aspect-ratio: 5/4; bottom: 0; right: 0;
  transform: rotate(2.5deg);
  box-shadow: 8px 8px 0 -1px var(--terracotta);
}
.prolog-photos .stamp {
  position: absolute;
  top: 38%; right: 8%;
  background: var(--paper);
  border: 1px dashed var(--terracotta);
  padding: 8px 14px;
  font-family: "Caveat", cursive;
  font-size: 22px;
  color: var(--terracotta);
  transform: rotate(8deg);
  z-index: 2;
}

/* ============ PACKAGES ============ */
.packages { padding-top: 96px; }
.pkg-list {
  display: grid; gap: 88px;
}
.pkg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.pkg.alt { direction: rtl; }
.pkg.alt > * { direction: ltr; }
.pkg-photo {
  aspect-ratio: 5/4;
  background:
    repeating-linear-gradient(135deg, rgba(45,31,18,0.08) 0 1px, transparent 1px 12px),
    var(--paper-dark);
  border: 1px solid var(--line);
  position: relative;
  box-shadow: 10px 10px 0 -1px var(--cocoa);
  overflow: hidden;
}
.pkg-photo .corner {
  position: absolute; top: 14px; left: 14px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  background: var(--paper);
  padding: 4px 9px;
  border: 1px solid var(--line);
  color: var(--cocoa);
}
.pkg-photo .caption {
  position: absolute; bottom: 14px; right: 14px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  background: var(--paper);
  padding: 4px 9px;
  border: 1px solid var(--line);
  color: var(--cocoa);
}
.pkg-letter {
  position: absolute;
  top: -28px; left: -28px;
  width: 78px; height: 78px;
  background: var(--terracotta);
  color: var(--paper-light);
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 56px;
  display: grid; place-items: center;
  border-radius: 50%;
  transform: rotate(-8deg);
  z-index: 2;
}
.pkg.alt .pkg-letter { background: var(--moss); }
.pkg-body .label {
  font-family: "Caveat", cursive;
  font-size: 26px;
  color: var(--terracotta);
  margin-bottom: 6px;
  display: inline-block;
  transform: rotate(-1.5deg);
}
.pkg.alt .pkg-body .label { color: var(--moss-deep); }
.pkg-body h3 {
  font-family: "DM Serif Display", serif;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 0.98;
  color: var(--cocoa);
  letter-spacing: -0.015em;
  margin-bottom: 12px;
}
.pkg-body h3 em { font-style: italic; }
.pkg-body .blurb {
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  color: var(--cocoa-soft);
  margin-bottom: 28px;
  max-width: 460px;
}
.pkg-stops {
  list-style: none;
  margin-bottom: 28px;
  columns: 2;
  column-gap: 24px;
  max-width: 520px;
}
.pkg-stops li {
  font-size: 16px;
  color: var(--cocoa);
  padding: 4px 0;
  border-bottom: 1px dotted var(--line-soft);
  break-inside: avoid;
  display: flex; justify-content: space-between; align-items: baseline;
}
.pkg-stops li::before {
  content: counter(stop, decimal-leading-zero);
  counter-increment: stop;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: var(--terracotta);
  margin-right: 10px;
  letter-spacing: 0.05em;
}
.pkg-stops { counter-reset: stop; }
.pkg-foot {
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
}
.pkg-foot .meta {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--cocoa-soft);
}
.pkg-foot a {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 19px;
  color: var(--cocoa);
  border-bottom: 1px solid var(--terracotta);
  padding-bottom: 2px;
}
.pkg-foot a:hover { color: var(--terracotta); }

/* ============ FLEET ============ */
.fleet {
  background: var(--cocoa);
  color: var(--paper-light);
  border-top: 1px solid var(--cocoa);
  position: relative;
}
.fleet::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(235, 224, 203, 0.04) 0 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, rgba(235, 224, 203, 0.03) 0 1px, transparent 1px);
  background-size: 5px 5px, 9px 9px;
  pointer-events: none;
}
.fleet .sec-head h2 { color: var(--paper-light); }
.fleet .sec-head h2 em { color: var(--gold); }
.fleet .sec-head .eyebrow { color: var(--gold); }
.fleet .sec-head .lede { color: rgba(235, 224, 203, 0.7); }

.fleet-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(235, 224, 203, 0.2);
  border-bottom: 1px solid rgba(235, 224, 203, 0.2);
  position: relative;
}
.fleet-col {
  padding: 36px 32px 40px;
  border-right: 1px solid rgba(235, 224, 203, 0.2);
}
.fleet-col:last-child { border-right: none; }
.fleet-col .head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px dotted rgba(235, 224, 203, 0.3);
}
.fleet-col .head h4 {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 32px;
  color: var(--gold);
}
.fleet-col .head .cnt {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: rgba(235, 224, 203, 0.55);
  letter-spacing: 0.1em;
}
.fleet-col ul { list-style: none; }
.fleet-col li {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px dotted rgba(235, 224, 203, 0.18);
  gap: 16px;
}
.fleet-col li:last-child { border-bottom: none; }
.fleet-col li .nm {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  color: var(--paper-light);
}
.fleet-col li .nm small {
  font-family: "Caveat", cursive;
  font-size: 16px;
  color: var(--gold);
  margin-left: 6px;
}
.fleet-col li .pr {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 20px;
  color: var(--gold);
  white-space: nowrap;
}
.fleet-col li .pr .k {
  font-family: "JetBrains Mono", monospace;
  font-style: normal;
  font-size: 9px;
  color: rgba(184, 137, 60, 0.7);
  margin-left: 2px;
  letter-spacing: 0.1em;
}

.fleet-foot {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-top: 36px;
}
.fleet-foot > div h5 {
  font-family: "Caveat", cursive;
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 10px;
}
.fleet-foot > div p {
  font-size: 16px;
  color: rgba(235, 224, 203, 0.75);
  line-height: 1.55;
}
.fleet-price-img {
  margin-top: 48px;
  border: 1px solid rgba(235, 224, 203, 0.2);
  overflow: hidden;
  background: rgba(0,0,0,0.15);
}
.fleet-price-img img { width: 100%; height: auto; }

/* ============ SERVICES ============ */
.services { background: var(--paper); }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
  .svc-card {
    padding: 32px 28px;
    background: var(--paper-light);
    border: 1px solid var(--line);
    position: relative;
    overflow: hidden;
  }
.svc-card:nth-child(1) { transform: rotate(-1deg); }
.svc-card:nth-child(2) { transform: rotate(0.6deg); margin-top: 12px; }
.svc-card:nth-child(3) { transform: rotate(-0.5deg); }
.svc-card .icon {
  font-size: 28px;
  margin-bottom: 12px;
  display: block;
}
.svc-card h4 {
  font-family: "DM Serif Display", serif;
  font-size: 26px;
  line-height: 1.1;
  color: var(--cocoa);
  margin-bottom: 10px;
}
.svc-card h4 em { font-style: italic; color: var(--terracotta); }
.svc-card p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--cocoa-soft);
  margin-bottom: 14px;
}
.svc-card .price {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 22px;
  color: var(--terracotta);
}
.promo-banner {
  margin-top: 56px;
  padding: 28px 32px;
  border: 1px dashed var(--terracotta);
  background: rgba(184, 83, 58, 0.06);
  text-align: center;
}
.promo-banner h4 {
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  color: var(--cocoa);
  margin-bottom: 8px;
}
.promo-banner p {
  font-size: 17px;
  color: var(--cocoa-soft);
  font-style: italic;
}

/* ============ EXTENDED TOURS ============ */
.extended { background: var(--paper-light); border-top: 1px solid var(--line); }
.tour-cats { display: grid; gap: 56px; }
.tour-cat h3 {
  font-family: "DM Serif Display", serif;
  font-size: 32px;
  color: var(--cocoa);
  margin-bottom: 6px;
}
.tour-cat h3 em { font-style: italic; color: var(--terracotta); }
.tour-cat .cat-desc {
  font-style: italic;
  color: var(--cocoa-soft);
  margin-bottom: 24px;
  font-size: 17px;
}
.tour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.tour-card {
  padding: 22px 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tour-card .code {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--terracotta);
}
.tour-card h5 {
  font-family: "DM Serif Display", serif;
  font-size: 20px;
  line-height: 1.15;
  color: var(--cocoa);
}
.tour-card p {
  font-size: 14px;
  line-height: 1.45;
  color: var(--cocoa-soft);
  flex: 1;
}
.tour-card .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px dotted var(--line-soft);
  margin-top: auto;
}
.tour-card .foot .pr {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 18px;
  color: var(--terracotta);
}
.tour-card .foot a {
  font-size: 14px;
  font-style: italic;
  border-bottom: 1px solid var(--terracotta);
  padding-bottom: 1px;
}
.tour-card .foot a:hover { color: var(--terracotta); }
.pkg-foot .price-tag {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 22px;
  color: var(--terracotta);
  white-space: nowrap;
}
.maps-wrap {
  margin: 48px auto 0;
  max-width: 720px;
  width: 100%;
  border: 1px solid rgba(235, 224, 203, 0.35);
  overflow: hidden;
  aspect-ratio: 16/9;
  max-height: 420px;
}
.maps-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ============ HOW TO BOOK ============ */
.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.step {
  position: relative;
  padding: 32px 28px;
  background: var(--paper-light);
  border: 1px solid var(--line);
}
.step:nth-child(odd) { transform: rotate(-1deg); }
.step:nth-child(even) { transform: rotate(0.8deg); }
.step-num {
  position: absolute;
  top: -28px; left: -16px;
  background: var(--terracotta);
  color: var(--paper-light);
  font-family: "DM Serif Display", serif;
  font-style: italic;
  width: 58px; height: 58px;
  display: grid; place-items: center;
  font-size: 32px;
  border-radius: 50%;
}
.step h4 {
  font-family: "DM Serif Display", serif;
  font-size: 26px;
  line-height: 1.1;
  color: var(--cocoa);
  margin: 20px 0 10px;
}
.step h4 em { font-style: italic; color: var(--terracotta); }
.step p {
  color: var(--cocoa-soft);
  font-size: 16px;
  line-height: 1.55;
}

.notes {
  margin-top: 72px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  padding: 40px;
  background:
    repeating-linear-gradient(0deg, var(--paper-light) 0 27px, var(--line-soft) 27px 28px);
  border: 1px solid var(--line);
}
.notes h5 {
  font-family: "Caveat", cursive;
  font-size: 32px;
  color: var(--terracotta);
  margin-bottom: 14px;
  transform: rotate(-1.5deg);
  display: inline-block;
}
.notes p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--cocoa);
}
.notes p + p { margin-top: 8px; }

/* ============ STORIES ============ */
.stories { background: var(--paper-light); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.story {
  background: var(--paper);
  padding: 32px 30px;
  border: 1px solid var(--line);
  position: relative;
  display: flex; flex-direction: column;
}
.story:nth-child(1) { transform: rotate(-1.2deg); }
.story:nth-child(2) { transform: rotate(0.6deg); margin-top: 20px; }
.story:nth-child(3) { transform: rotate(-0.4deg); }
.story::before {
  content: "❝";
  position: absolute;
  top: 12px; right: 20px;
  font-family: "DM Serif Display", serif;
  font-size: 68px;
  color: var(--terracotta);
  line-height: 0.6;
}
.story-quote {
  font-family: "EB Garamond", serif;
  font-size: 21px;
  font-style: italic;
  color: var(--cocoa);
  line-height: 1.4;
  margin-bottom: 24px;
  text-wrap: pretty;
}
.story-foot {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px dotted var(--line);
  display: flex; justify-content: space-between; align-items: center;
}
.story-foot .who {
  font-family: "Caveat", cursive;
  font-size: 22px;
  color: var(--cocoa);
}
.story-foot .who span {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: var(--cocoa-soft);
  letter-spacing: 0.08em;
  margin-top: 2px;
}
.story-foot .stars {
  color: var(--terracotta);
  letter-spacing: 0.06em;
  font-size: 14px;
}

/* ============ FINAL CTA ============ */
.final-cta {
  background: var(--terracotta);
  color: var(--paper-light);
  padding: 110px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 6px solid var(--cocoa);
}
.final-cta::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(235, 224, 203, 0.08) 0 1px, transparent 1.5px);
  background-size: 12px 12px;
  pointer-events: none;
}
.cta-inner {
  text-align: center;
  position: relative;
}
.cta-inner .hand {
  font-size: 36px;
  color: var(--paper-light);
  transform: rotate(-2deg);
  display: inline-block;
  margin-bottom: 6px;
}
.cta-inner h2 {
  font-family: "DM Serif Display", serif;
  font-size: clamp(48px, 7vw, 110px);
  line-height: 0.95;
  color: var(--paper-light);
  letter-spacing: -0.025em;
  margin-bottom: 24px;
  text-wrap: balance;
}
.cta-inner h2 em { font-style: italic; }
.cta-inner p {
  font-size: 20px;
  color: rgba(235, 224, 203, 0.85);
  max-width: 600px;
  margin: 0 auto 40px;
  font-style: italic;
  line-height: 1.5;
}
.cta-actions {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 56px;
}
.cta-actions .btn-primary {
  background: var(--cocoa); color: var(--paper-light); border-color: var(--cocoa);
}
.cta-actions .btn-primary:hover { background: var(--ink); }
.cta-actions .btn-ghost {
  color: var(--paper-light); border-color: var(--paper-light);
}
.cta-actions .btn-ghost:hover { background: var(--paper-light); color: var(--terracotta); }

.wa-card {
  display: inline-flex;
  flex-wrap: wrap;
  border: 1.5px dashed var(--paper-light);
  padding: 4px;
  margin-top: 30px;
  background: transparent;
}
.wa-card > div {
  padding: 18px 28px;
  text-align: left;
  border-right: 1.5px dashed rgba(235, 224, 203, 0.5);
}
.wa-card > div:last-child { border-right: none; }
.wa-card .label {
  font-family: "Caveat", cursive;
  font-size: 20px;
  color: var(--paper-light);
  margin-bottom: 2px;
}
.wa-card .num {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 26px;
  color: var(--paper-light);
}

/* ============ FOOTER ============ */
footer {
  background: var(--cocoa);
  color: rgba(235, 224, 203, 0.7);
  padding: 80px 0 32px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(235, 224, 203, 0.18);
}
.foot-brand h3 {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 48px;
  color: var(--paper-light);
  line-height: 1;
}
.foot-brand .sub {
  font-family: "Caveat", cursive;
  font-size: 22px;
  color: var(--gold);
  margin-top: 4px;
  margin-bottom: 22px;
  display: block;
}
.foot-brand p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 320px;
  font-style: italic;
}
footer h6 {
  font-family: "Caveat", cursive;
  font-size: 24px;
  color: var(--gold);
  margin-bottom: 16px;
  transform: rotate(-1.5deg);
  display: inline-block;
}
footer ul { list-style: none; }
footer ul li { margin-bottom: 10px; font-size: 16px; }
footer ul li a:hover { color: var(--gold); }
.foot-bot {
  padding-top: 28px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(235, 224, 203, 0.45);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .wrap, .nav-inner { padding: 0 28px; }
  .nav-inner { padding: 16px 28px; }
  .nav-links { display: none; }
  .hero-belt { grid-template-columns: 1fr; gap: 24px; }
  .hero-card.note, .hero-card.right { transform: none; }
  .prolog-grid { grid-template-columns: 1fr; gap: 56px; }
  .pkg-list { gap: 120px; }
  .pkg, .pkg.alt { grid-template-columns: 1fr; gap: 36px; direction: ltr; }
  .pkg-letter { left: 16px; top: -28px; }
  .pkg-stops { columns: 1; }
  .fleet-cols { grid-template-columns: 1fr; }
  .fleet-col { border-right: none; border-bottom: 1px solid rgba(235, 224, 203, 0.2); }
  .fleet-col:last-child { border-bottom: none; }
  .fleet-foot { grid-template-columns: 1fr; gap: 28px; }
  .how-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .stories-grid { grid-template-columns: 1fr; }
  .story { transform: none !important; margin-top: 0 !important; }
  .notes { grid-template-columns: 1fr; gap: 28px; padding: 28px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-card { transform: none !important; margin-top: 0 !important; }
  .wa-card { flex-direction: column; }
  .wa-card > div { border-right: none; border-bottom: 1.5px dashed rgba(235, 224, 203, 0.5); }
  .wa-card > div:last-child { border-bottom: none; }
}
@media (max-width: 560px) {
  section { padding: 64px 0; }
  .how-grid { grid-template-columns: 1fr; gap: 40px; }
  .foot-grid { grid-template-columns: 1fr; }
  .pkg-photo { box-shadow: 8px 8px 0 -1px var(--cocoa); }
}

/* ============ MULTIPAGE EXTRAS ============ */
.nav-links a.active { color: var(--terracotta); font-style: italic; }
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  font-size: 22px;
  padding: 6px 12px;
  cursor: pointer;
  color: var(--cocoa);
}
.page-hero {
  padding: 72px 0 56px;
  text-align: center;
  border-bottom: 1px solid var(--line);
  background: var(--paper-light);
}
.page-hero .hand { font-size: 32px; color: var(--terracotta); display: block; margin-bottom: 12px; }
.page-hero h1 {
  font-family: "DM Serif Display", serif;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 0.98;
  color: var(--cocoa);
  letter-spacing: -0.02em;
  max-width: 900px;
  margin: 0 auto 16px;
}
.page-hero h1 em { font-style: italic; color: var(--terracotta); }
.page-hero .lede {
  max-width: 620px;
  margin: 0 auto;
  font-style: italic;
  color: var(--cocoa-soft);
  font-size: 19px;
}
.pkg-block {
    padding: 32px 28px;
    background: var(--paper-light);
    border: 1px solid var(--line);
    margin-bottom: 28px;
    overflow: hidden;
  }
.pkg-block-head .code {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--terracotta);
  display: block;
  margin-bottom: 8px;
}
.pkg-block-head h3 {
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  line-height: 1.1;
  color: var(--cocoa);
  margin-bottom: 6px;
}
.pkg-block-head .subtitle {
  font-family: "Caveat", cursive;
  font-size: 22px;
  color: var(--moss-deep);
}
.pkg-block-desc {
  margin: 16px 0;
  font-size: 17px;
  line-height: 1.55;
  color: var(--cocoa-soft);
  font-style: italic;
}
.pkg-block-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: var(--cocoa-soft);
  margin-bottom: 16px;
}
.pkg-block-stops {
  list-style: none;
  columns: 2;
  column-gap: 24px;
  margin-bottom: 16px;
}
.pkg-block-stops li {
  font-size: 15px;
  padding: 4px 0;
  border-bottom: 1px dotted var(--line-soft);
  break-inside: avoid;
}
.pkg-block-notes {
  font-size: 14px;
  color: var(--cocoa-soft);
  padding: 14px;
  background: var(--paper);
  border: 1px dashed var(--line);
  margin-bottom: 16px;
}
.pkg-block-notes p + p { margin-top: 4px; }
.pkg-block-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
}
.pkg-block-foot .pr {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 22px;
  color: var(--terracotta);
}
.pkg-block-foot .pr.consult { font-size: 18px; }
.pkg-block-foot a {
  font-style: italic;
  border-bottom: 1px solid var(--terracotta);
  padding-bottom: 2px;
}
.pkg-visual { position: relative; }
.product-list { display: grid; gap: 40px; }
.product-card {
  padding: 36px 32px;
  background: var(--paper-light);
  border: 1px solid var(--line);
}
.product-card .num {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 48px;
  color: var(--terracotta);
  line-height: 1;
  margin-bottom: 8px;
}
.product-card h3 {
  font-family: "DM Serif Display", serif;
  font-size: 32px;
  color: var(--cocoa);
  margin-bottom: 12px;
}
.product-card h3 em { font-style: italic; color: var(--terracotta); }
.product-card p, .product-card li { font-size: 17px; line-height: 1.6; color: var(--cocoa-soft); }
.product-card ul { margin: 12px 0 0 20px; }
.product-card ul li { margin-bottom: 6px; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.why-card {
  padding: 28px 24px;
  background: var(--paper-light);
  border: 1px solid var(--line);
}
.why-card h4 {
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  color: var(--cocoa);
  margin-bottom: 10px;
}
.why-card p { font-size: 16px; color: var(--cocoa-soft); line-height: 1.55; }
.home-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.home-link-card {
    padding: 28px 24px;
    border: 1px solid var(--line);
    background: var(--paper-light);
    transition: transform .15s, box-shadow .15s;
    overflow: hidden;
    display: block;
  }
.home-link-card:hover {
  transform: translateY(-3px);
  box-shadow: 6px 6px 0 -1px var(--cocoa);
  color: var(--terracotta);
}
.home-link-card h4 {
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  margin-bottom: 8px;
}
.home-link-card p { font-size: 15px; color: var(--cocoa-soft); font-style: italic; }
.text-content { max-width: 720px; }
.text-content p { font-size: 19px; line-height: 1.65; color: var(--cocoa-soft); margin-bottom: 18px; }
.text-content p.lead { font-size: 21px; color: var(--cocoa); font-style: italic; }
.wa-float {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 100;
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
}
.wa-float-bubble {
  background: var(--paper-light);
  border: 1px solid var(--line);
  box-shadow: 4px 4px 0 -1px var(--cocoa);
  padding: 10px 16px;
  font-family: "Caveat", cursive;
  font-size: 20px;
  color: var(--cocoa);
  transform: rotate(-2deg);
  transition: all .25s;
  white-space: nowrap;
}
.wa-float-btn {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--terracotta);
  color: var(--paper-light);
  display: grid; place-items: center;
  border: 2px solid var(--paper-light);
  box-shadow: 0 0 0 1px var(--terracotta-deep), 5px 5px 0 -1px var(--cocoa);
  transition: all .2s;
}
.wa-float:hover .wa-float-btn { background: var(--terracotta-deep); transform: rotate(-6deg) scale(1.05); }
.wa-float:hover .wa-float-bubble { transform: rotate(-4deg) translateX(-4px); }
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-inner { flex-wrap: wrap; gap: 12px; }
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 12px;
    padding: 12px 0 4px;
    border-top: 1px solid var(--line);
  }
  .nav-links.open { display: flex; }
  .nav-cta { margin-left: auto; }
  .why-grid { grid-template-columns: 1fr; }
  .pkg-block-stops { columns: 1; }
}
@media (max-width: 640px) {
  .wa-float-bubble { display: none; }
  .wa-float { bottom: 18px; right: 18px; }
  .wa-float-btn { width: 58px; height: 58px; }
}

/* ============ PHOTO GALLERY ============ */
.photo-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gal-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper-dark);
  aspect-ratio: 1;
  margin: 0;
}
.gal-item.gal-tall { grid-row: span 2; aspect-ratio: auto; }
.gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.gal-item:hover img { transform: scale(1.06); }
.gal-item .cap {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 12px 10px;
  background: linear-gradient(transparent, rgba(45, 31, 18, 0.75));
  font-family: "Caveat", cursive;
  font-size: 18px;
  color: var(--paper-light);
}
.pkg-block-img {
  margin: -32px -28px 20px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.pkg-block-img img { width: 100%; height: 100%; object-fit: cover; }
.svc-card-img {
  aspect-ratio: 16/10;
  margin: -32px -28px 20px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.svc-card-img img { width: 100%; height: 100%; object-fit: cover; }
.home-link-card .thumb {
  aspect-ratio: 16/10;
  margin: -28px -24px 16px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.home-link-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.home-link-card:hover .thumb img { transform: scale(1.05); }
.page-hero.has-photo {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  align-items: center;
}
.page-hero.has-photo .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero.has-photo .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.page-hero.has-photo .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--paper-light) 0%, rgba(241, 232, 212, 0.85) 100%);
}
.page-hero.has-photo .wrap { position: relative; z-index: 1; }
@media (max-width: 980px) {
  .photo-gallery { grid-template-columns: repeat(2, 1fr); }
  .gal-item.gal-tall { grid-row: span 1; aspect-ratio: 1; }
}
@media (max-width: 560px) {
  .photo-gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
  .pkg-block-img { margin: -32px -28px 16px; }
}
