:root {
  --ink: #161b17;
  --paper: #f5f0e5;
  --paper-2: #ebe2d0;
  --marigold: #f3ad24;
  --green: #1f6a48;
  --green-dark: #12422f;
  --white: #fffdf8;
  --muted: #62665f;
  --line: rgba(22, 27, 23, .18);
  --shadow: 0 24px 70px rgba(22, 27, 23, .17);
  --radius: 1.4rem;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, .button { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--marigold); outline-offset: 3px; }
.skip-link { position: fixed; left: .75rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: .75rem; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 .65rem; color: var(--green); font-weight: 800; font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, .serif { font-family: Georgia, 'Times New Roman', serif; line-height: 1.04; }
h1 { margin: 0; font-size: clamp(3rem, 8vw, 7.2rem); letter-spacing: -.055em; }
h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.6rem); letter-spacing: -.045em; }
h3 { font-size: clamp(1.45rem, 2.4vw, 2.15rem); }
p { margin: 0 0 1rem; }
.lede { color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); max-width: 62ch; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: .74rem 1.15rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover { background: var(--green-dark); border-color: var(--green-dark); }
.button--sun { color: var(--ink); background: var(--marigold); border-color: var(--marigold); }
.button--ghost { color: var(--ink); background: transparent; }
.text-link { font-weight: 800; text-underline-offset: .22em; }

.top-note { background: var(--green-dark); color: white; font-size: .76rem; letter-spacing: .06em; }
.top-note .shell { display: flex; justify-content: space-between; align-items: center; min-height: 2.35rem; gap: 1rem; }
.top-note a { font-weight: 800; text-decoration: none; }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(245, 240, 229, .96); }
.header-inner { display: grid; grid-template-columns: 140px 1fr auto; align-items: center; min-height: 7rem; gap: 1.5rem; }
.brand { display: inline-flex; width: 118px; height: 78px; align-items: center; }
.brand img { width: 118px; height: 78px; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(.65rem, 1.6vw, 1.6rem); }
.site-nav a { font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a[aria-current='page'] { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .4rem; }
.menu-button { display: none; border: 1px solid var(--ink); border-radius: 999px; background: transparent; padding: .55rem .85rem; font-weight: 800; }

.hero { overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-block: 4.5rem; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 span { display: block; color: var(--green); font-style: italic; }
.hero .lede { margin: 1.6rem 0 1.8rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-route { display: flex; flex-wrap: wrap; gap: .55rem 1rem; margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; font-weight: 700; }
.hero-route span::before { content: '↗'; margin-right: .35rem; color: var(--green); }
.photo-stack { position: relative; min-height: 570px; }
.photo-stack::before { content: ''; position: absolute; inset: 9% -8% 3% 12%; border-radius: 48% 52% 14% 20%; background: var(--marigold); transform: rotate(3deg); }
.photo-stack img { position: absolute; object-fit: cover; box-shadow: var(--shadow); }
.photo-stack .photo-a { width: 72%; height: 66%; right: 0; top: 2%; border-radius: 48% 48% 12% 12%; transform: rotate(2deg); }
.photo-stack .photo-b { width: 55%; height: 48%; left: 0; bottom: 0; border: .65rem solid var(--paper); border-radius: 1rem; transform: rotate(-4deg); }
.photo-stack .photo-c { width: 35%; height: 30%; right: 1%; bottom: 3%; border: .55rem solid var(--paper); border-radius: 50%; transform: rotate(5deg); }
.photo-stamp { position: absolute; left: 2%; top: 8%; z-index: 3; width: 7.2rem; height: 7.2rem; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--paper); font-size: .66rem; font-weight: 900; letter-spacing: .13em; text-align: center; text-transform: uppercase; transform: rotate(-8deg); }

.section { padding-block: clamp(4.5rem, 8vw, 8rem); }
.section--ink { color: white; background: var(--ink); }
.section--green { color: white; background: var(--green-dark); }
.section--paper-2 { background: var(--paper-2); }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; align-items: end; margin-bottom: 3rem; }
.section-head .lede { justify-self: end; }
.section--ink .lede, .section--green .lede { color: rgba(255,255,255,.72); }

.route-ledger { border-top: 1px solid currentColor; }
.route-line { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid rgba(255,255,255,.25); text-decoration: none; }
.route-line strong { font: 700 clamp(1.55rem, 3vw, 3rem)/1.05 Georgia, serif; }
.route-line .number { color: var(--marigold); font-weight: 900; }
.route-line .arrow { width: 2.8rem; height: 2.8rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.route-line:hover .arrow { color: var(--ink); background: var(--marigold); border-color: var(--marigold); }

.experience-index { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.experience-entry { position: relative; min-height: 390px; overflow: hidden; background: var(--paper); }
.experience-entry img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); transition: transform .5s ease; }
.experience-entry:hover img { transform: scale(1.035); }
.experience-entry .entry-copy { position: absolute; inset: auto 0 0; padding: 5rem 1.4rem 1.4rem; color: white; background: linear-gradient(transparent, rgba(10,20,14,.9)); }
.experience-entry h3 { margin: .2rem 0 .55rem; }
.experience-entry .price { display: inline-block; padding: .3rem .55rem; color: var(--ink); background: var(--marigold); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.experience-entry a { color: inherit; text-decoration: none; }
.experience-entry p { margin: 0; color: rgba(255,255,255,.82); }

.transfer-band { display: grid; grid-template-columns: 1.12fr .88fr; border: 1px solid var(--line); background: var(--white); }
.transfer-band img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.transfer-copy { padding: clamp(2rem, 5vw, 5rem); align-self: center; }
.transfer-copy ul, .check-list { list-style: none; margin: 1.5rem 0 2rem; padding: 0; }
.transfer-copy li, .check-list li { position: relative; padding: .58rem 0 .58rem 1.8rem; border-bottom: 1px solid var(--line); }
.transfer-copy li::before, .check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 900; }

.proof-strip { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 1rem; }
.proof-strip figure { margin: 0; }
.proof-strip img { width: 100%; height: 340px; object-fit: cover; }
.proof-strip figure:nth-child(2) img { height: 420px; margin-top: 3rem; }
.proof-strip figcaption { margin-top: .7rem; font-size: .76rem; color: var(--muted); }

.page-hero { border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 3rem; padding-block: clamp(3.8rem, 8vw, 7.5rem); }
.page-hero h1 { max-width: 11ch; }
.page-hero img { width: 100%; height: 430px; object-fit: cover; border-radius: 48% 48% 1rem 1rem; }
.breadcrumbs { margin-bottom: 1.2rem; font-size: .76rem; color: var(--muted); }
.breadcrumbs a { font-weight: 800; text-underline-offset: .2em; }
.page-hero .lede { margin: 1.5rem 0 0; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.sticky-note { position: sticky; top: 2rem; padding: 1.5rem; border: 1px solid var(--line); background: var(--white); box-shadow: 10px 10px 0 var(--marigold); }
.content-prose { max-width: 760px; }
.content-prose h2 { margin: 2.8rem 0 1rem; font-size: clamp(2rem, 4vw, 3.5rem); }
.content-prose h3 { margin: 2rem 0 .7rem; }
.content-prose ul, .content-prose ol { padding-left: 1.2rem; }
.content-prose li { margin-bottom: .55rem; }
.content-prose a { font-weight: 800; text-underline-offset: .2em; }
.price-seal { display: inline-flex; margin: 1.5rem 0; padding: .65rem .85rem; background: var(--marigold); font-weight: 900; text-transform: uppercase; }

.service-panels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); }
.service-panel { padding: 2rem; border-right: 1px solid var(--line); }
.service-panel:last-child { border-right: 0; }
.service-panel .num { color: var(--green); font-weight: 900; }
.service-panel h2 { margin: 4rem 0 1rem; font-size: clamp(2rem, 3vw, 3.2rem); }

.tour-directory { border-top: 1px solid var(--line); }
.tour-row { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 2rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.tour-row img { width: 150px; height: 105px; object-fit: cover; }
.tour-row h2 { margin: 0 0 .35rem; font-size: clamp(1.65rem, 3vw, 2.8rem); }
.tour-row p { margin: 0; color: var(--muted); }
.tour-row .price { font-size: .72rem; font-weight: 900; text-transform: uppercase; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 80px; gap: .8rem; }
.gallery-item { grid-column: span 4; grid-row: span 4; border: 0; padding: 0; overflow: hidden; background: transparent; cursor: zoom-in; }
.gallery-item:nth-child(6n + 1), .gallery-item:nth-child(6n + 4) { grid-column: span 7; grid-row: span 5; }
.gallery-item:nth-child(6n + 2), .gallery-item:nth-child(6n + 3) { grid-column: span 5; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.035); }
dialog { width: min(94vw, 1050px); border: 0; padding: 0; color: white; background: var(--ink); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(0,0,0,.82); }
.dialog-close { position: absolute; right: .8rem; top: .8rem; z-index: 2; width: 2.8rem; height: 2.8rem; border: 0; border-radius: 50%; background: white; font-size: 1.4rem; cursor: pointer; }
dialog img { width: 100%; max-height: 76vh; object-fit: contain; }
dialog p { margin: 0; padding: 1rem; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 1.1rem 0; }
.faq-list summary { cursor: pointer; list-style: none; font: 700 clamp(1.25rem, 2.4vw, 2rem)/1.2 Georgia, serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; float: right; color: var(--green); font-family: Arial, sans-serif; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 70ch; padding-top: 1rem; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 1rem; }
.contact-panel { padding: clamp(2rem, 5vw, 4rem); color: white; background: var(--green-dark); }
.contact-panel h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.contact-list { list-style: none; margin: 2rem 0 0; padding: 0; }
.contact-list li { padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-list a { font-weight: 800; }
.booking-form { padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--line); background: var(--white); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { display: grid; gap: .35rem; }
.field--wide { grid-column: 1 / -1; }
.field label { font-size: .76rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--ink); border-radius: 0; padding: .8rem; background: transparent; }
.field textarea { min-height: 140px; resize: vertical; }
.form-note, .form-status { margin-top: 1rem; color: var(--muted); font-size: .82rem; }
.form-status { color: var(--green-dark); font-weight: 800; }

.article-meta { display: flex; flex-wrap: wrap; gap: .65rem 1rem; margin-top: 1.2rem; color: var(--muted); font-size: .8rem; }
.article-figure { margin: 0 0 2rem; }
.article-figure img { width: 100%; max-height: 540px; object-fit: cover; }
.archive-list { border-top: 1px solid var(--line); }
.archive-entry { display: grid; grid-template-columns: 170px 1fr; gap: 1.4rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.archive-entry img { width: 170px; height: 120px; object-fit: cover; }
.archive-entry h2 { font-size: clamp(1.65rem, 3vw, 2.7rem); }

.cta-journal { position: relative; overflow: hidden; padding: clamp(3rem, 8vw, 7rem); color: white; background: var(--green-dark); }
.cta-journal::after { content: 'JAMAICA'; position: absolute; right: -2vw; bottom: -5vw; color: rgba(255,255,255,.06); font: 900 clamp(5rem, 18vw, 16rem)/1 Arial, sans-serif; letter-spacing: -.08em; }
.cta-journal > * { position: relative; z-index: 1; }
.cta-journal h2 { max-width: 10ch; }
.cta-journal p { max-width: 52ch; margin: 1.3rem 0 1.8rem; color: rgba(255,255,255,.78); }

.site-footer { color: white; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 3rem; padding-block: 4.5rem; }
.footer-grid h2 { font-size: clamp(2.2rem, 4vw, 4rem); color: var(--marigold); }
.footer-grid h3 { margin-top: 0; font-family: Arial, sans-serif; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: .5rem; }
.footer-links a { color: rgba(255,255,255,.76); text-decoration: none; }
.footer-links a:hover { color: white; text-decoration: underline; }
.footer-base { padding-block: 1.1rem; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.58); font-size: .72rem; }
.footer-base .shell { display: flex; justify-content: space-between; gap: 1rem; }

.not-found { min-height: 62vh; display: grid; align-items: center; }
.not-found strong { display: block; color: var(--marigold); font: 900 clamp(7rem, 25vw, 20rem)/.72 Arial, sans-serif; letter-spacing: -.1em; }
.not-found h1 { font-size: clamp(2.4rem, 6vw, 5.5rem); }

@media (max-width: 900px) {
  .header-inner { grid-template-columns: 120px auto auto; min-height: 5.9rem; }
  .header-cta { display: none; }
  .menu-button { display: inline-flex; justify-self: end; }
  .site-nav { display: none; position: absolute; left: 1rem; right: 1rem; top: calc(100% + .5rem); padding: 1.2rem; align-items: stretch; flex-direction: column; background: var(--ink); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { color: white; padding: .65rem; }
  .hero-grid, .page-hero-grid, .section-head, .split, .transfer-band, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-block: 3rem; }
  .photo-stack { min-height: 520px; }
  .section-head .lede { justify-self: start; }
  .page-hero img { height: 360px; }
  .sticky-note { position: static; }
  .service-panels { grid-template-columns: 1fr; }
  .service-panel { border-right: 0; border-bottom: 1px solid var(--line); }
  .service-panel:last-child { border-bottom: 0; }
  .tour-row { grid-template-columns: 125px 1fr; }
  .tour-row .price { grid-column: 2; }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: span 6; grid-row: span 4; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .top-note .shell span { display: none; }
  .top-note .shell { justify-content: center; }
  .shell { width: min(calc(100% - 1.25rem), var(--max)); }
  h1 { font-size: clamp(2.8rem, 15vw, 4.7rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .photo-stack { min-height: 410px; }
  .photo-stack .photo-a { width: 78%; height: 66%; }
  .photo-stack .photo-b { width: 58%; height: 45%; }
  .photo-stamp { width: 5.6rem; height: 5.6rem; font-size: .54rem; }
  .experience-index, .proof-strip, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof-strip figure:nth-child(2) img { height: 340px; margin-top: 0; }
  .route-line { grid-template-columns: 46px 1fr auto; }
  .route-line strong { font-size: 1.55rem; }
  .tour-row { grid-template-columns: 1fr; }
  .tour-row img { width: 100%; height: 230px; }
  .tour-row .price { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: auto; grid-row: auto; height: 290px; }
  .archive-entry { grid-template-columns: 1fr; }
  .archive-entry img { width: 100%; height: 240px; }
  .field--wide { grid-column: auto; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-base .shell { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
