:root {
  --ink: #111a16;
  --ink-2: #1b2821;
  --paper: #f8f5ed;
  --white: #ffffff;
  --gold: #f9c846;
  --gold-2: #e0ad21;
  --green: #177245;
  --green-soft: #e5f0e9;
  --muted: #667068;
  --line: #d9ddd8;
  --amber: #fff4cf;
  --shadow: 0 22px 65px rgba(13, 25, 18, .14);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 18px; top: -80px; padding: 12px 18px; background: var(--gold); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 18px; }

.contact-strip { background: #080d0b; color: #d7ded9; font-size: .78rem; letter-spacing: .04em; }
.contact-strip__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.contact-strip p { margin: 0; text-transform: uppercase; }
.contact-strip__inner div { display: flex; gap: 12px; }
.contact-strip a { text-decoration: none; }
.contact-strip a:hover { color: var(--gold); }

.site-header { position: sticky; z-index: 80; top: 0; background: rgba(248,245,237,.94); border-bottom: 1px solid rgba(17,26,22,.1); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: 1.45rem; letter-spacing: -.05em; }
.brand small { margin-top: 5px; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 21px; font-size: .91rem; font-weight: 750; }
.site-nav > a { text-decoration: none; }
.site-nav > a:not(.nav-cta):hover { color: var(--green); }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--ink); color: var(--white); }
.nav-cta:hover { background: var(--green); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; background: transparent; padding: 11px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s, opacity .2s; }

.hero { overflow: hidden; background: var(--ink); color: var(--white); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: 64px; padding-block: 74px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--green); font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow, .section--ink .eyebrow, .trip-hero .eyebrow { color: var(--gold); }
.hero h1, .page-hero h1, .trip-hero h1, .standard-hero h1, .system-page h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.045em;
}
.hero h1 { max-width: 700px; font-size: clamp(3.4rem, 7.2vw, 6.6rem); }
.hero-copy > p { max-width: 610px; margin: 27px 0 0; color: #cbd4ce; font-size: 1.17rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .18s, background .18s, color .18s; }
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--gold); color: var(--ink); }
.button--gold:hover { background: #ffd96f; }
.button--ghost { border-color: rgba(255,255,255,.32); color: var(--white); }
.button--ghost:hover { background: var(--white); color: var(--ink); }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: var(--green); }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin: 33px 0 0; padding: 0; list-style: none; color: #bec9c1; font-size: .88rem; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--gold); font-weight: 900; }
.hero-media { position: relative; }
.hero-media::before { content: ""; position: absolute; z-index: 0; inset: -34px -100vw -34px 34%; background: var(--green); transform: skewX(-7deg); }
.hero-main-image { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.15; object-fit: cover; border-radius: 3px 3px 90px 3px; box-shadow: var(--shadow); }
.hero-stamp { position: absolute; z-index: 2; left: -38px; bottom: -25px; width: 170px; height: 170px; display: grid; place-content: center; background: var(--gold); color: var(--ink); border-radius: 50%; transform: rotate(-7deg); text-align: center; box-shadow: var(--shadow); }
.hero-stamp strong { font-family: Georgia, serif; font-size: 2.4rem; line-height: 1; }
.hero-stamp span { margin-top: 7px; font-size: .65rem; font-weight: 900; line-height: 1.35; letter-spacing: .1em; text-transform: uppercase; }

.proof-bar { background: var(--green); color: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 118px; align-items: center; }
.proof-grid > div { display: flex; justify-content: center; align-items: baseline; gap: 10px; padding: 20px; border-right: 1px solid rgba(255,255,255,.2); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { color: var(--gold); font-family: Georgia, serif; font-size: 2.35rem; line-height: 1; }
.proof-grid span { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.section { padding-block: 100px; }
.section--soft { background: #ecefe9; }
.section--ink { background: var(--ink); color: var(--white); }
.section--sun { background: var(--gold); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading > span { color: var(--green); font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.section-heading h2, .split-feature h2, .offer-panel h2, .contact-card h2, .prose h2, .contact-details h2, .inquiry-form h2 {
  margin: 10px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4.6vw, 4.1rem);
  line-height: 1.03;
  letter-spacing: -.04em;
}
.section-heading p { max-width: 670px; margin: 17px 0 0; color: var(--muted); font-size: 1.05rem; }
.tour-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.tour-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; background: var(--white); border: 1px solid rgba(17,26,22,.09); border-radius: var(--radius); box-shadow: 0 12px 40px rgba(13,25,18,.07); }
.tour-card__image { overflow: hidden; display: block; aspect-ratio: 1.45; background: #dbe1dc; }
.tour-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.tour-card:hover .tour-card__image img { transform: scale(1.035); }
.tour-card__body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.card-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--green); font-size: .69rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.card-meta span:last-child { color: #7a5c00; text-align: right; }
.tour-card h3 { margin: 13px 0 9px; font-family: Georgia, serif; font-size: 1.48rem; line-height: 1.1; letter-spacing: -.025em; }
.tour-card h3 a { text-decoration: none; }
.tour-card p { margin: 0 0 18px; color: var(--muted); font-size: .91rem; }
.text-link { margin-top: auto; color: var(--green); font-weight: 850; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.section-action { margin-top: 40px; text-align: center; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.split-feature__image { width: 100%; min-height: 520px; object-fit: cover; border-radius: 80px 3px 3px 3px; }
.split-feature p { color: #c3cec6; font-size: 1.07rem; }
.service-links { margin-top: 30px; border-top: 1px solid rgba(255,255,255,.18); }
.service-links a { display: flex; gap: 18px; align-items: center; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: var(--white); font-size: 1.08rem; font-weight: 800; text-decoration: none; }
.service-links a:hover { color: var(--gold); }
.service-links span { color: var(--gold); font-family: Georgia, serif; }
.offer-panel { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.offer-panel > div p { max-width: 550px; }
.offer-panel > img { width: 100%; max-height: 540px; object-fit: cover; border-radius: 3px 80px 3px 3px; }
.contact-card { display: grid; grid-template-columns: 1.35fr .65fr; gap: 50px; align-items: center; padding: 52px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-card h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.contact-card__actions { display: grid; gap: 19px; justify-items: start; }

.breadcrumbs { min-height: 54px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .78rem; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--green); }
.page-hero, .standard-hero, .trip-hero { background: var(--ink); color: var(--white); }
.page-hero .wrap { padding-block: 80px; }
.page-hero h1, .standard-hero h1, .trip-hero h1 { font-size: clamp(3.2rem, 7vw, 6.2rem); }
.page-hero p, .standard-hero p, .trip-hero p { max-width: 740px; margin: 25px 0 0; color: #c4cec7; font-size: 1.1rem; }
.page-hero--tours { position: relative; overflow: hidden; }
.page-hero--tours::after { content: "JAMAICA"; position: absolute; right: -20px; bottom: -55px; color: rgba(255,255,255,.035); font-size: 12vw; font-weight: 950; line-height: 1; }
.notice { margin-bottom: 34px; padding: 22px 25px; background: var(--green-soft); border-left: 5px solid var(--green); border-radius: 0 14px 14px 0; }
.notice--amber { margin: 28px 0; background: var(--amber); border-left-color: var(--gold-2); }
.notice strong { display: block; margin-bottom: 4px; }
.notice p { margin: 0; }
.tour-grid--directory { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.trip-hero__grid { min-height: 530px; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 60px; padding-block: 70px; }
.trip-hero__image { width: 100%; max-height: 430px; object-fit: cover; border-radius: 3px 70px 3px 3px; box-shadow: var(--shadow); }
.trip-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 80px; align-items: start; }
.prose { max-width: 760px; }
.prose h2 { margin-top: 46px; font-size: clamp(1.85rem, 3vw, 2.7rem); }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #49534c; }
.check-list { margin: 22px 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 31px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; width: 20px; height: 20px; place-content: center; background: var(--green); color: var(--white); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.quote-card { position: sticky; top: 112px; padding: 30px; background: var(--gold); border-radius: var(--radius); box-shadow: var(--shadow); }
.quote-card > span { display: block; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.quote-card > strong { display: block; margin-top: 15px; font-family: Georgia, serif; font-size: 2.15rem; line-height: 1.05; }
.quote-card p { margin: 10px 0; }
.quote-card hr { margin: 24px 0; border: 0; border-top: 1px solid rgba(17,26,22,.25); }
.quote-card .button { width: 100%; margin-top: 16px; }

.standard-hero__grid { min-height: 470px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 60px; padding-block: 64px; }
.standard-hero__grid > :only-child { grid-column: 1 / -1; max-width: 820px; }
.standard-hero__image { width: 100%; max-height: 365px; object-fit: cover; border-radius: 65px 3px 3px 3px; }
.mini-card { padding: 25px; background: var(--white); border-radius: var(--radius); border: 1px solid rgba(17,26,22,.09); }
.mini-card > span, .note-card > span { color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mini-card h3 { margin: 10px 0; font-family: Georgia, serif; font-size: 1.6rem; }
.mini-card p { color: var(--muted); }
.mini-card a { color: var(--green); font-weight: 800; text-decoration: none; }

.gallery-grid { columns: 3; column-gap: 18px; }
.gallery-grid figure { break-inside: avoid; margin: 0 0 18px; overflow: hidden; background: var(--white); border-radius: 15px; }
.gallery-grid img { width: 100%; }
.gallery-grid figcaption { padding: 12px 15px; color: var(--muted); font-size: .78rem; }
.gallery-note { margin-top: 30px; color: var(--muted); text-align: center; }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.contact-details h2 { font-size: 3rem; }
.contact-list { margin: 30px 0; padding: 0; list-style: none; }
.contact-list li { display: grid; gap: 2px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-list a, .contact-list p { margin: 0; font-size: 1.08rem; font-weight: 780; text-decoration: none; }
.small-copy { color: var(--muted); font-size: .9rem; }
.inquiry-form { padding: 42px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-heading > span { color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.inquiry-form h2 { margin-top: 8px; font-size: 2.5rem; }
.form-heading p { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin: 28px 0; }
.form-grid label { display: grid; gap: 7px; font-size: .78rem; font-weight: 850; }
.form-grid .full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #cbd2cc; border-radius: 10px; background: #fbfcfa; color: var(--ink); padding: 12px 13px; }
input:focus, select:focus, textarea:focus { border-color: var(--green); outline: 2px solid rgba(23,114,69,.2); }
textarea { resize: vertical; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-status { min-height: 1.6em; margin: 17px 0 0; color: var(--green); font-weight: 800; }
.form-fallback { margin-bottom: 0; color: var(--muted); font-size: .88rem; }

.notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.note-card { padding: 30px; background: var(--white); border-top: 7px solid var(--gold); border-radius: 0 0 var(--radius) var(--radius); box-shadow: 0 12px 40px rgba(13,25,18,.07); }
.note-card h2 { margin: 12px 0; font-family: Georgia, serif; font-size: 1.7rem; line-height: 1.12; }
.note-card p { color: var(--muted); }
.note-card a { color: var(--green); font-weight: 800; text-decoration: none; }
.legal-copy { max-width: 800px; }
.legal-copy .updated { padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: .85rem; }

.system-page { min-height: 630px; display: grid; align-items: center; padding-block: 80px; background: var(--ink); color: var(--white); }
.system-card { max-width: 760px; text-align: center; }
.system-card h1 { font-size: clamp(3rem, 7vw, 6rem); }
.system-card p { max-width: 640px; margin: 25px auto; color: #c4cec7; font-size: 1.1rem; }

.site-footer { background: #080d0b; color: #cad2cd; padding: 76px 0 100px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 50px; }
.brand--footer { color: var(--white); }
.brand--footer img { width: 64px; height: 64px; }
.footer-brand > p { max-width: 320px; color: #98a59c; }
.site-footer h2 { margin: 0 0 16px; color: var(--gold); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.site-footer address { font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #8f9b93; font-size: .78rem; }
.footer-bottom p { margin: 0; }
.mobile-actions { display: none; }

@media (max-width: 1080px) {
  .site-nav { gap: 14px; font-size: .82rem; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .tour-grid, .tour-grid--directory { grid-template-columns: repeat(2, 1fr); }
  .trip-layout { gap: 45px; }
}

@media (max-width: 900px) {
  .contact-strip p { display: none; }
  .contact-strip__inner { justify-content: flex-end; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 82px 0 auto; display: grid; gap: 0; padding: 18px 20px 28px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 22px 40px rgba(13,25,18,.16); transform: translateY(-125%); visibility: hidden; transition: transform .25s, visibility .25s; }
  .site-nav[data-open="true"] { transform: translateY(0); visibility: visible; }
  .site-nav > a { padding: 12px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .site-nav .nav-cta { margin-top: 14px; border-bottom: 0; text-align: center; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid, .split-feature, .offer-panel, .trip-hero__grid, .standard-hero__grid, .contact-layout { grid-template-columns: 1fr; }
  .hero-grid { padding-block: 64px 90px; }
  .hero-media { max-width: 680px; }
  .hero-main-image { aspect-ratio: 1.45; }
  .hero-media::before { inset: -22px -100vw -22px 45%; }
  .split-feature { gap: 40px; }
  .split-feature__image { min-height: 390px; }
  .offer-panel { gap: 40px; }
  .offer-panel > img { grid-row: 1; max-height: 440px; }
  .contact-card { grid-template-columns: 1fr; }
  .trip-layout { grid-template-columns: 1fr; }
  .quote-card { position: static; }
  .trip-hero__grid, .standard-hero__grid { gap: 38px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .contact-strip { display: none; }
  .header-inner { min-height: 72px; }
  .brand img { width: 49px; height: 49px; }
  .site-nav { inset: 72px 0 auto; }
  .hero-grid { min-height: auto; padding-top: 55px; gap: 50px; }
  .hero h1, .page-hero h1, .trip-hero h1, .standard-hero h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-stamp { left: 8px; bottom: -35px; width: 132px; height: 132px; }
  .hero-stamp strong { font-size: 2rem; }
  .hero-points { display: grid; gap: 8px; }
  .proof-grid { grid-template-columns: 1fr; padding-block: 15px; }
  .proof-grid > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); padding: 15px; }
  .proof-grid > div:last-child { border-bottom: 0; }
  .section { padding-block: 72px; }
  .tour-grid, .tour-grid--directory, .notes-grid { grid-template-columns: 1fr; }
  .tour-card__image { aspect-ratio: 1.55; }
  .split-feature__image { min-height: 300px; border-radius: 42px 3px 3px 3px; }
  .contact-card { padding: 30px; }
  .page-hero .wrap, .trip-hero__grid, .standard-hero__grid { padding-block: 54px; }
  .trip-hero__image, .standard-hero__image { max-height: 310px; border-radius: 40px 3px 3px 3px; }
  .gallery-grid { columns: 1; }
  .inquiry-form { padding: 27px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; padding-bottom: 20px; }
  .mobile-actions { position: fixed; z-index: 90; right: 10px; bottom: 10px; left: 10px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--ink); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; box-shadow: var(--shadow); }
  .mobile-actions a { padding: 13px; color: var(--white); font-size: .86rem; font-weight: 850; text-align: center; text-decoration: none; }
  .mobile-actions a:last-child { background: var(--gold); color: var(--ink); }
  .site-footer { padding-bottom: 120px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
