/* =====================================================================
   Maldives Sailing, premium private charter. Dark + gold, editorial.
   Sister brand to Teatime Adventures (same yacht, different audience).
   ===================================================================== */
:root {
  --abyss: #06141b;
  --deep: #0b2531;
  --deep-2: #103140;
  --ink: #15242b;
  --sand: #f4eddf;
  --sand-2: #ece2cd;
  --paper: #fbf7ee;
  --gold: #c8a24c;
  --gold-2: #e3c47a;
  --gold-soft: #d8b765;
  --on-dark: #eef3f2;
  --on-dark-2: #aebec0;
  --line: color-mix(in srgb, var(--gold) 30%, transparent);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Hanken Grotesk", system-ui, sans-serif;
  --maxw: 1240px;
  --radius: 4px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 0.5s;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font-body); color: var(--ink);
  background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: hidden;
  font-size: 17px; line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
h1, h2, h3, h4, p { margin: 0; text-wrap: pretty; }
::selection { background: var(--gold); color: var(--abyss); }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.7em;
  font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase;
  font-weight: 600; color: var(--gold);
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); display: inline-block; }
.eyebrow--center::after { content: ""; width: 28px; height: 1px; background: var(--gold); display: inline-block; }

.serif { font-family: var(--font-display); font-weight: 500; letter-spacing: 0.005em; }
.h-xl { font-family: var(--font-display); font-weight: 500; line-height: 1.02; font-size: clamp(2.6rem, 6.5vw, 5.4rem); letter-spacing: 0.01em; }
.h-lg { font-family: var(--font-display); font-weight: 500; line-height: 1.06; font-size: clamp(2rem, 4.6vw, 3.6rem); }
.h-md { font-family: var(--font-display); font-weight: 500; line-height: 1.1; font-size: clamp(1.5rem, 2.8vw, 2.3rem); }

.btn {
  display: inline-flex; align-items: center; gap: 0.6em; justify-content: center;
  padding: 1.05em 2.1em; font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 600; border-radius: var(--radius); transition: all var(--dur) var(--ease); cursor: pointer;
}
.btn--gold { background: var(--gold); color: var(--abyss); }
.btn--gold:hover { background: var(--gold-2); transform: translateY(-2px); }
.btn--outline { border: 1px solid var(--line); color: var(--on-dark); }
.btn--outline:hover { border-color: var(--gold); color: var(--gold-2); }
.btn--ink { border: 1px solid color-mix(in srgb, var(--ink) 30%, transparent); color: var(--ink); }
.btn--ink:hover { background: var(--ink); color: var(--sand); }

/* ---------- top bar ---------- */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 60; display: flex; align-items: center;
  justify-content: space-between; padding: 22px 28px; transition: all var(--dur) var(--ease);
}
.nav.scrolled { background: color-mix(in srgb, var(--abyss) 92%, transparent); backdrop-filter: blur(10px); padding: 14px 28px; box-shadow: 0 1px 0 var(--line); }
.nav__brand { font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; color: #fff; letter-spacing: 0.04em; display: flex; flex-direction: column; line-height: 1; }
.nav__brand small { font-family: var(--font-body); font-size: 0.56rem; letter-spacing: 0.36em; text-transform: uppercase; color: var(--gold-2); margin-top: 4px; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { font-size: 0.78rem; letter-spacing: 0.13em; text-transform: uppercase; font-weight: 500; color: var(--on-dark); transition: color var(--dur) var(--ease); }
.nav__links a:hover { color: var(--gold-2); }
.nav__cta { padding: 0.7em 1.4em; border: 1px solid var(--gold); color: var(--gold-2); border-radius: var(--radius); }
.nav__cta:hover { background: var(--gold); color: var(--abyss) !important; }
.nav__burger { display: none; width: 30px; height: 22px; position: relative; }
.nav__burger span { position: absolute; left: 0; width: 100%; height: 2px; background: #fff; transition: all var(--dur) var(--ease); }
.nav__burger span:nth-child(1) { top: 0; } .nav__burger span:nth-child(2) { top: 10px; } .nav__burger span:nth-child(3) { top: 20px; }

.mobilemenu { position: fixed; inset: 0; z-index: 55; background: var(--abyss); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; opacity: 0; pointer-events: none; transition: opacity var(--dur) var(--ease); }
.mobilemenu.open { opacity: 1; pointer-events: auto; }
.mobilemenu a { font-family: var(--font-display); font-size: 1.9rem; color: var(--on-dark); }
.mobilemenu a:hover { color: var(--gold-2); }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media video, .hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6,20,27,0.45) 0%, rgba(6,20,27,0.15) 40%, rgba(6,20,27,0.85) 100%); }
.hero__inner { padding-bottom: clamp(48px, 9vh, 110px); padding-top: 140px; max-width: 900px; }
.hero--short { min-height: 74svh; }
.howgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.howstep span { font-family: var(--font-display); font-size: 2rem; color: var(--gold-2); display: block; margin-bottom: 10px; }
.howstep h4 { font-family: var(--font-display); font-size: 1.25rem; margin-bottom: 0.4em; }
.howstep p { opacity: 0.8; font-size: 0.94rem; line-height: 1.55; }
.ratecols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); }
@media (max-width: 760px) { .ratecols { grid-template-columns: 1fr; gap: 32px; } }
.ratecols:has(.ratecol:nth-child(3)) { grid-template-columns: 1fr 1fr 1fr; }
@media (max-width: 900px) { .ratecols:has(.ratecol:nth-child(3)) { grid-template-columns: 1fr; } }
.ratetable { display: flex; flex-direction: column; border-top: 1px solid color-mix(in srgb, var(--gold) 22%, transparent); }
.daygate { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 0; border-radius: var(--radius); overflow: hidden; background: var(--deep-2); }
.daygate__media { overflow: hidden; aspect-ratio: 16/11; }
.daygate__media img { width: 100%; height: 100%; object-fit: cover; }
.daygate__body { padding: clamp(26px, 3.6vw, 50px); display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 760px) { .daygate { grid-template-columns: 1fr; } }
.raterow { display: grid; grid-template-columns: 1.4fr 1.2fr 0.8fr; gap: 18px; align-items: baseline; padding: 18px 4px; border-bottom: 1px solid color-mix(in srgb, var(--gold) 16%, transparent); }
.raterow__name { font-family: var(--font-display); font-size: 1.3rem; color: var(--on-dark); }
.raterow__dates { color: var(--on-dark-2); font-size: 0.95rem; }
.raterow__rate { text-align: right; font-family: var(--font-display); font-size: 1.5rem; color: var(--gold-2); }
.raterow__rate small { font-family: var(--font-body); font-size: 0.72rem; color: var(--on-dark-2); margin-left: 6px; letter-spacing: 0.04em; }
@media (max-width: 620px) { .raterow { grid-template-columns: 1fr auto; row-gap: 4px; } .raterow__dates { grid-column: 1; } .raterow__rate { grid-row: 1 / span 2; } }
.ingrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ingrid__label { font-family: var(--font-display); font-size: 1.4rem; color: var(--gold-2); margin-bottom: 18px; }
.ingrid__fig { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/2; cursor: zoom-in; isolation: isolate; }
.ingrid__fig img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.ingrid__fig::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,20,27,0) 55%, rgba(6,20,27,0.82) 100%); }
.ingrid__fig:hover img { transform: scale(1.05); }
.ingrid__fig figcaption { position: absolute; left: 16px; bottom: 13px; color: #fff; font-family: var(--font-display); font-size: 1.1rem; z-index: 1; }
@media (max-width: 760px) { .ingrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 440px) { .ingrid { grid-template-columns: 1fr; } }
@media (max-width: 820px) { .howgrid { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 460px) { .howgrid { grid-template-columns: 1fr; } }
.hero h1 { margin-top: 0.3em; }
.hero__sub { margin-top: 1.1em; max-width: 46ch; font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: rgba(255,255,255,0.9); line-height: 1.55; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 2.2em; }
.hero__scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,0.7); display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hero__scroll::after { content: ""; width: 1px; height: 38px; background: linear-gradient(var(--gold), transparent); }

/* ---------- generic section ---------- */
.section { padding: clamp(72px, 11vw, 150px) 0; }
.section--dark { background: var(--deep); color: var(--on-dark); }
.section--abyss { background: var(--abyss); color: var(--on-dark); }
.section--sand { background: var(--sand); }
.section__head { max-width: 760px; margin: 0 auto clamp(44px, 6vw, 76px); text-align: center; }
.section__head .eyebrow { margin-bottom: 1.3em; }
.section__head p { margin-top: 1.1em; color: inherit; opacity: 0.82; font-size: 1.08rem; }
.section--sand .section__head p { color: var(--ink); opacity: 0.7; }

/* intro/positioning */
.intro { text-align: center; }
.intro__lead { font-family: var(--font-display); font-size: clamp(1.6rem, 3.4vw, 2.7rem); line-height: 1.28; font-weight: 500; max-width: 20ch; margin: 0 auto; }
.intro__lead em { font-style: italic; color: var(--gold); }
.intro__body { max-width: 60ch; margin: 1.6em auto 0; opacity: 0.8; }

/* explore, alternating feature rows */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: center; margin-bottom: clamp(56px, 8vw, 120px); }
.feature:last-child { margin-bottom: 0; }
.feature:nth-child(even) .feature__media { order: 2; }
.feature__media { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; }
.feature__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.feature:hover .feature__media img { transform: scale(1.04); }
.feature__media .tag { position: absolute; left: 18px; bottom: 16px; font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-2); background: rgba(6,20,27,0.55); padding: 6px 12px; border-radius: 2px; backdrop-filter: blur(4px); }
.feature h3 { margin-bottom: 0.5em; }
.feature p { opacity: 0.82; }
.feature__list { list-style: none; padding: 0; margin: 1.4em 0 0; display: flex; flex-direction: column; gap: 10px; }
.feature__list li { padding-left: 1.6em; position: relative; opacity: 0.85; }
.feature__list li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 9px; height: 9px; border: 1px solid var(--gold); transform: rotate(45deg); }

/* on the water / activities */
.actfeature { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 0; border-radius: var(--radius); overflow: hidden; background: var(--deep-2); cursor: zoom-in; margin-bottom: 22px; }
.actfeature__media { overflow: hidden; aspect-ratio: 16/11; }
.actfeature__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.actfeature:hover .actfeature__media img { transform: scale(1.04); }
.actfeature__body { padding: clamp(26px, 3.4vw, 46px); display: flex; flex-direction: column; justify-content: center; }
.actfeature__body h3 { margin: 0.5em 0 0.4em; }
.actfeature__body p { opacity: 0.84; }
.tag--gold { align-self: flex-start; font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; color: var(--abyss); background: var(--gold); padding: 6px 12px; border-radius: 100px; }
.actgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.actcard { border-radius: var(--radius); overflow: hidden; background: var(--deep-2); cursor: zoom-in; }
.actcard__media { overflow: hidden; aspect-ratio: 4/3; }
.actcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.actcard:hover .actcard__media img { transform: scale(1.05); }
.actcard__body { padding: 18px 18px 22px; }
.actcard__body h4 { font-family: var(--font-display); font-size: 1.2rem; margin-bottom: 0.35em; }
.actcard__body p { font-size: 0.9rem; opacity: 0.78; line-height: 1.5; }
@media (max-width: 900px) { .actfeature { grid-template-columns: 1fr; } .actgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .actgrid { grid-template-columns: 1fr; } }

/* day trips */
.boatgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.boatshot { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/2; cursor: zoom-in; isolation: isolate; }
.boatshot img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.boatshot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,20,27,0) 55%, rgba(6,20,27,0.8) 100%); }
.boatshot:hover img { transform: scale(1.05); }
.boatshot figcaption { position: absolute; left: 16px; bottom: 13px; color: #fff; font-family: var(--font-display); font-size: 1.15rem; z-index: 1; }
@media (max-width: 760px) { .boatgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .boatgrid { grid-template-columns: 1fr; } }

.trips__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trip { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 360px; display: flex; align-items: flex-end; color: #fff; isolation: isolate; cursor: pointer; }
.trip img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.1s var(--ease); }
.trip::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6,20,27,0) 35%, rgba(6,20,27,0.9) 100%); }
.trip:hover img { transform: scale(1.06); }
.trip__body { padding: 26px; }
.trip__dur { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-2); }
.trip h3 { margin: 0.4em 0 0.3em; font-size: 1.5rem; }
.trip p { font-size: 0.95rem; color: rgba(255,255,255,0.82); }
.trip--wide { grid-column: span 2; }
.trips__note { text-align: center; margin-top: 36px; opacity: 0.75; }
.trips__note a { color: var(--gold-2); border-bottom: 1px solid currentColor; }

/* voyages tabs */
.voyages__tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 48px; }
.voyages__tab { padding: 0.85em 1.5em; border: 1px solid var(--line); border-radius: var(--radius); font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--on-dark-2); transition: all var(--dur) var(--ease); }
.voyages__tab.active { background: var(--gold); color: var(--abyss); border-color: var(--gold); }
.voyages__panel { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(28px, 5vw, 70px); align-items: center; }
.voyages__map { border-radius: var(--radius); overflow: hidden; background: var(--deep-2); display: flex; justify-content: center; }
.voyages__map img { display: block; width: auto; max-width: 100%; height: auto; max-height: 620px; }
.voyages__meta { display: flex; gap: 26px; margin: 1.2em 0 1.4em; }
.voyages__meta div span { display: block; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 4px; }
.voyages__meta div b { font-family: var(--font-display); font-size: 1.7rem; font-weight: 500; color: #fff; }
.voyages__list { list-style: none; padding: 0; margin: 0 0 1.6em; display: flex; flex-direction: column; gap: 9px; }
.voyages__list li { padding-left: 1.5em; position: relative; opacity: 0.85; }
.voyages__list li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); }
.voyages__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.voyages__coltitle { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 14px; }
@media (max-width: 540px) { .voyages__cols { grid-template-columns: 1fr; gap: 22px; } }

/* yacht specs */
.specs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.spec { background: var(--deep); padding: 30px 24px; text-align: center; }
.spec b { display: block; font-family: var(--font-display); font-size: 2.2rem; font-weight: 500; color: var(--gold-2); }
.spec span { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-dark-2); margin-top: 6px; display: block; }
.yachtfull { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(28px, 5vw, 64px); margin-top: 48px; padding-top: 44px; border-top: 1px solid var(--line); }
.techlist { margin: 0; }
.techlist > div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid color-mix(in srgb, var(--gold) 16%, transparent); }
.techlist dt { color: var(--on-dark-2); font-size: 0.92rem; }
.techlist dd { margin: 0; color: var(--on-dark); font-weight: 600; text-align: right; }
.yachtfull__equip { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 32px; }
.equipgroup h4 { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 12px; }
.equipgroup ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }
.equipgroup li { padding-left: 1.4em; position: relative; font-size: 0.94rem; opacity: 0.86; }
.equipgroup li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }
@media (max-width: 860px) { .yachtfull { grid-template-columns: 1fr; } .yachtfull__equip { grid-template-columns: 1fr; } }

/* offers */
.offers { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.offer { border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(30px, 4vw, 50px); display: flex; flex-direction: column; }
.offer--feature { background: linear-gradient(160deg, var(--deep-2), var(--deep)); border-color: var(--gold); }
.offer h3 { margin-bottom: 0.4em; }
.offer__price { font-family: var(--font-display); font-size: 2.4rem; color: var(--gold-2); margin: 0.3em 0; }
.offer__price small { font-size: 0.9rem; color: var(--on-dark-2); font-family: var(--font-body); }
.offer p { opacity: 0.82; margin-bottom: 1.4em; }
.offer .btn { margin-top: auto; }

/* testimonials */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quote { padding: 34px; border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent); border-radius: var(--radius); background: var(--paper); display: flex; flex-direction: column; gap: 16px; }
.quote__stars { color: var(--gold); letter-spacing: 3px; }
.quote p { font-family: var(--font-display); font-size: 1.3rem; line-height: 1.4; font-style: italic; }
.quote__who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.quote__who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.quote__who b { font-weight: 600; }

/* faq */
.faq { max-width: 820px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; font-family: var(--font-display); font-size: 1.35rem; color: var(--on-dark); }
.faq__q span { color: var(--gold); font-size: 1.6rem; transition: transform var(--dur) var(--ease); flex: 0 0 auto; }
.faq__item.open .faq__q span { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height var(--dur) var(--ease); opacity: 0.82; }
.faq__a p { padding: 0 0 24px; }

/* enquire form */
.enquire { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.form { background: var(--paper); border-radius: var(--radius); padding: clamp(26px, 3.5vw, 44px); color: var(--ink); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form label { display: flex; flex-direction: column; gap: 6px; font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; color: color-mix(in srgb, var(--ink) 70%, transparent); margin-bottom: 14px; }
.form input, .form select, .form textarea { font: inherit; font-size: 0.98rem; padding: 0.85em 1em; border: 1px solid color-mix(in srgb, var(--ink) 18%, transparent); border-radius: var(--radius); background: #fff; color: var(--ink); }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px color-mix(in srgb, var(--gold) 30%, transparent); }
.form textarea { resize: vertical; min-height: 90px; }
.form__honey { position: absolute; left: -9999px; }
.form__consent { flex-direction: row !important; align-items: flex-start; gap: 10px; text-transform: none; letter-spacing: 0; font-weight: 400; font-size: 0.82rem; }
.form__consent a { color: var(--ink); border-bottom: 1px solid var(--gold); }
.form__done { text-align: center; padding: 30px; font-family: var(--font-display); font-size: 1.4rem; }

/* newsletter */
.news { text-align: center; }
.news__form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 560px; margin: 1.8em auto 0; }
.news__form input { font: inherit; padding: 0.95em 1.2em; border-radius: var(--radius); border: 1px solid var(--line); background: transparent; color: var(--on-dark); min-width: 0; }
.news__form input[type="email"] { grid-column: 1 / -1; }
.news__form button { grid-column: 1 / -1; }
.news__form input::placeholder { color: var(--on-dark-2); }
.news__form input:focus { outline: none; border-color: var(--gold); }

/* footer */
.foot { background: var(--abyss); color: var(--on-dark-2); padding: 60px 0 36px; }
.foot__top { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.foot__brand { font-family: var(--font-display); font-size: 1.7rem; color: #fff; }
.foot__brand small { display: block; font-family: var(--font-body); font-size: 0.6rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-2); margin-top: 6px; }
.foot__links { display: flex; gap: 40px; flex-wrap: wrap; }
.foot__col span { display: block; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 14px; }
.foot__col a { display: block; margin-bottom: 9px; font-size: 0.92rem; }
.foot__col a:hover { color: var(--gold-2); }
.foot__bottom { padding-top: 26px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.8rem; }
.foot__note { max-width: 70ch; margin-top: 16px; font-size: 0.78rem; opacity: 0.6; line-height: 1.5; }

/* reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* lightbox reuse */
.lb { position: fixed; inset: 0; z-index: 100; background: rgba(6,20,27,0.95); display: flex; align-items: center; justify-content: center; padding: 5vw; }
.lb img { max-width: 100%; max-height: 88vh; object-fit: contain; border-radius: var(--radius); }
.lb__close { position: absolute; top: 22px; right: 26px; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); color: #fff; font-size: 1.6rem; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .nav__links { display: none; }
  .nav__burger { display: block; }
  .feature { grid-template-columns: 1fr; }
  .feature:nth-child(even) .feature__media { order: 0; }
  .trips__grid { grid-template-columns: repeat(2, 1fr); }
  .trip--wide { grid-column: span 2; }
  .voyages__panel { grid-template-columns: 1fr; }
  .specs { grid-template-columns: repeat(2, 1fr); }
  .offers { grid-template-columns: 1fr; }
  .quotes { grid-template-columns: 1fr; }
  .enquire { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .trips__grid { grid-template-columns: 1fr; }
  .trip--wide { grid-column: span 1; }
  .form__row { grid-template-columns: 1fr; }
  .news__form { grid-template-columns: 1fr; }
  .hero__cta { flex-direction: column; align-items: stretch; }
}
