:root {
  --ink: #17384a;
  --ink-deep: #123a5a;
  --ocean: #168bb8;
  --aqua: #20a99f;
  --gold: #e7b45e;
  --sun: #f2d398;
  --coral: #f47c68;
  --lime: #b7e66b;
  --foam: #fffdf9;
  --white: #ffffff;
  --line: rgba(18, 58, 90, 0.14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--foam); font-family: var(--sans); font-size: 1rem; }
[hidden] { display: none !important; }
section { scroll-margin-top: 6.5rem; }
button, input, select { font: inherit; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .8rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: 6.5rem; display: grid;
  grid-template-columns: minmax(15rem, 1fr) auto minmax(10rem, 1fr); align-items: center;
  gap: 2rem; padding: .75rem clamp(1rem, 4vw, 4.5rem); color: white;
  border-bottom: 1px solid rgba(255,255,255,.18); background: linear-gradient(90deg, rgba(2,45,55,.96), rgba(0,112,127,.93));
  box-shadow: 0 10px 35px rgba(2,25,34,.14); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; width: max-content; text-decoration: none; }
.brand-emblem { position: relative; flex: none; width: 4.8rem; height: 4.8rem; overflow: hidden; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; background: white; box-shadow: 0 8px 24px rgba(0,0,0,.22); }
.brand-emblem img { position: absolute; top: -.2rem; left: 50%; width: 9.4rem; max-width: none; height: auto; transform: translateX(-50%); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font: 500 1.2rem var(--serif); letter-spacing: .015em; }
.brand-copy small { margin-top: .42rem; color: #f2cf87; font-size: .61rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 2rem; }
.desktop-nav a { text-decoration: none; font-size: .94rem; text-shadow: 0 1px 10px rgba(0,0,0,.28); }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: #ffe6a8; }
.mobile-menu { display: none; }
.nav-cta { justify-self: end; display: inline-flex; align-items: center; gap: .65rem; padding: .9rem 1.2rem; border: 1px solid #efce8b; border-radius: 999px; color: var(--ink); background: #efce8b; text-decoration: none; font-size: .9rem; font-weight: 600; box-shadow: 0 8px 24px rgba(0,0,0,.14); }
.nav-cta:hover, .nav-cta:focus-visible { border-color: white; background: white; color: var(--ink); }

.hero { position: relative; min-height: min(58rem, 92vh); display: grid; align-items: end; overflow: hidden; color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(1,40,50,.82) 0%, rgba(0,91,104,.35) 48%, rgba(56,212,195,.08) 76%), linear-gradient(0deg, rgba(2,37,46,.5), transparent 52%); }
.hero-copy { position: relative; z-index: 2; width: min(52rem, 88vw); margin: 0 0 9.5rem clamp(1.25rem, 6vw, 7rem); }
.eyebrow, .step-kicker { text-transform: uppercase; letter-spacing: .19em; font-size: .74rem; font-weight: 600; }
.hero h1 { margin: .75rem 0 1rem; font: 500 clamp(3.6rem, 8vw, 7.8rem)/.86 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.hero h1 em { color: #ffd77f; font-weight: 500; text-shadow: 0 8px 35px rgba(255,174,66,.25); }
.hero-lede { max-width: 39rem; margin: 0 0 1.6rem; font-size: clamp(1.06rem, 1.6vw, 1.3rem); line-height: 1.6; color: rgba(255,255,255,.88); }
.text-link { display: inline-flex; gap: .65rem; align-items: center; text-underline-offset: .38rem; }
.text-link span { color: var(--sun); }

.booking-card {
  position: absolute; z-index: 3; right: clamp(1.25rem, 4vw, 4.5rem); bottom: -1px; width: min(56rem, 66vw);
  display: grid; grid-template-columns: 1.5fr repeat(3, 1fr) 1.35fr; gap: 0; color: var(--ink); background: rgba(255,255,255,.97);
  border-radius: 1.2rem 1.2rem 0 0; overflow: hidden; box-shadow: 0 22px 60px rgba(4,29,38,.22);
}
.booking-card > * { min-width: 0; }
.booking-intro, .booking-card label { padding: 1.25rem 1.2rem; border-right: 1px solid var(--line); }
.booking-intro { background: #f8f3e9; }
.booking-intro span { display: block; color: #9b7435; margin-bottom: .45rem; }
.booking-intro strong { display: block; font-family: var(--serif); font-size: 1.13rem; line-height: 1.25; }
.booking-card label > span { display: block; margin-bottom: .45rem; color: #55717b; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 600; }
.booking-card input, .booking-card select { width: 100%; border: 0; background: transparent; color: var(--ink); padding: .22rem 0; outline: 0; }
.booking-card button { border: 0; background: var(--ink); color: white; padding: 1rem; cursor: pointer; font-weight: 600; }
.booking-card button:hover, .booking-card button:focus-visible { background: var(--ocean); }
.booking-note { grid-column: 1 / -1; margin: 0; padding: .55rem 1rem; color: #567078; background: #eef6f3; text-align: center; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; color: white; background: rgba(255,255,255,.2); border-bottom: 0; }
.trust-strip p { margin: 0; padding: 1.35rem clamp(1rem, 2vw, 2rem); background: var(--ocean); font-size: .9rem; }
.trust-strip p:nth-child(2) { background: #00a9a0; }
.trust-strip p:nth-child(3) { color: var(--ink); background: var(--sun); }
.trust-strip p:nth-child(4) { background: #087486; }
.trust-strip span { margin-right: .65rem; color: currentColor; font-size: .72rem; opacity: .65; }

.escape-note { display: grid; grid-template-columns: .35fr 1.2fr .75fr; gap: clamp(2rem, 6vw, 7rem); align-items: end; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 6vw, 7rem); overflow: hidden; background: radial-gradient(circle at 92% 12%, rgba(62,212,195,.35), transparent 23rem), linear-gradient(135deg, #f7fff9, #e7f8f2); }
.escape-note h2 { margin: 0; font: 500 clamp(3.2rem, 6vw, 6.6rem)/.92 var(--serif); letter-spacing: -.05em; }
.escape-note h2 em { color: var(--ocean); font-weight: 500; }
.escape-note > div { padding-bottom: .55rem; }
.escape-note > div p { color: #4d6d73; font-size: 1.05rem; line-height: 1.7; }
.escape-note a { display: inline-flex; gap: .75rem; margin-top: .7rem; color: var(--ink); font-weight: 600; text-underline-offset: .3rem; }
.escape-note a span { color: var(--coral); }

.service-promise { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2.5rem, 7vw, 8rem); background: #edf6f3; }
.service-heading h2 { max-width: 53rem; }
.service-heading h2 em { color: var(--ocean); }
.service-lede { align-self: end; padding-bottom: .5rem; color: #4c6871; line-height: 1.75; }
.service-lede .lead { color: var(--ink); }
.service-lede .text-link { margin-top: .75rem; color: var(--ink); }
.service-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 1rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid article { min-height: 14rem; padding: 2rem; border-right: 1px solid var(--line); }
.service-grid article:last-child { border-right: 0; }
.service-grid span { color: #a77d39; font-size: .7rem; letter-spacing: .14em; }
.service-grid h3 { margin: 2.5rem 0 .75rem; font: 500 clamp(1.4rem, 2vw, 2rem)/1.12 var(--serif); }
.service-grid p { margin: 0; color: #587179; line-height: 1.65; }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 6vw, 7rem); }
.section-number { color: var(--gold); font-size: .75rem; letter-spacing: .12em; }
.eyebrow.dark { color: #9a7438; }
.section h2, .roatan-section h2, .plan-section h2, .closing-cta h2 { margin: .75rem 0 1.5rem; font: 500 clamp(2.9rem, 5.6vw, 6rem)/.95 var(--serif); letter-spacing: -.045em; }
.section h2 em, .roatan-section h2 em, .plan-section h2 em, .closing-cta h2 em { color: var(--ocean); font-weight: 500; }
.lead { font-size: clamp(1.18rem, 2vw, 1.55rem); line-height: 1.55; letter-spacing: -.015em; }
.intro-section { display: grid; grid-template-columns: .3fr 1.35fr 1fr; gap: clamp(2rem, 5vw, 7rem); align-items: start; background: white; }
.intro-heading h2 { margin-top: .8rem; }
.intro-copy { padding-top: 2rem; color: #49646e; line-height: 1.75; }
.intro-copy .lead { color: var(--ink); }
.intro-copy .text-link { margin-top: 1rem; color: var(--ink); }

.stay-grid { padding-top: clamp(4rem, 8vw, 7rem); display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 1rem; background: linear-gradient(180deg, #e7f8f2, #fff); }
.stay-card { min-height: 29rem; padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(160deg, #fff0ce, #ffd479); border-radius: 1.6rem; overflow: hidden; box-shadow: 0 20px 50px rgba(3,61,73,.1); }
.stay-card.featured { justify-content: space-between; color: white; background: linear-gradient(145deg, #043c49, #007f91 65%, #00a99d); }
.stay-card.aqua-card { color: #043843; background: linear-gradient(155deg, #bdf4e6, #47d7c5); }
.stay-card h3 { margin: .75rem 0; font: 500 clamp(2rem, 3vw, 3.8rem)/1.02 var(--serif); letter-spacing: -.035em; }
.stay-card p { max-width: 28rem; line-height: 1.65; }
.card-index { text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 600; opacity: .72; }
.line-icon { width: 9rem; margin: 0 0 auto auto; fill: none; stroke: var(--ocean); stroke-width: 2; stroke-linecap: round; }
.featured .card-index { color: #8bd0c8; }

.roatan-section { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 48rem; background: linear-gradient(150deg, #023541, #006f82); color: white; }
.reef-image-wrap { position: relative; min-height: 44rem; overflow: hidden; }
.reef-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.image-caption { position: absolute; left: 2rem; bottom: 2rem; padding: .8rem 1rem; display: flex; flex-direction: column; background: rgba(3,35,47,.7); backdrop-filter: blur(10px); border-left: 2px solid var(--sun); }
.image-caption span { text-transform: uppercase; letter-spacing: .16em; font-size: .66rem; opacity: .7; }
.image-caption strong { margin-top: .25rem; font-family: var(--serif); font-size: 1.2rem; }
.roatan-copy { padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 7vw, 7rem); align-self: center; }
.roatan-copy .eyebrow { color: #81cbc4; }
.roatan-copy h2 em { color: #f1d193; }
.roatan-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); line-height: 1.72; }
.roatan-copy > .lead { color: white !important; }
.experience-list { list-style: none; margin: 2rem 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); }
.experience-list li { display: grid; grid-template-columns: 2.2rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.experience-list li > span { color: var(--sun); font-size: .72rem; }
.experience-list strong, .experience-list small { display: block; }
.experience-list small { margin-top: .28rem; color: rgba(255,255,255,.58); font-size: .88rem; }

.rhythm-section { background: #f5f1e8; }
.rhythm-head { max-width: 58rem; }
.dayline { margin-top: 4rem; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #bea777; }
.dayline article { padding: 1.5rem 1.5rem 1.5rem 0; min-height: 17rem; border-right: 1px solid rgba(8,47,63,.12); }
.dayline article:not(:first-child) { padding-left: 1.5rem; }
.dayline time { font: italic 500 2.4rem var(--serif); color: var(--ocean); }
.dayline span { display: block; margin: .35rem 0 2.4rem; color: #9a7438; text-transform: uppercase; letter-spacing: .16em; font-size: .66rem; }
.dayline h3 { font: 500 1.45rem/1.15 var(--serif); }
.dayline p { color: #5d7278; line-height: 1.6; font-size: .93rem; }

.story-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; background: white; }
.story-mark { position: relative; padding: clamp(1.5rem, 4vw, 4rem); background: #f5f1e8; border-radius: 50% 50% 1rem 1rem; }
.story-mark img { width: 100%; display: block; mix-blend-mode: multiply; }
.story-copy > p:not(.eyebrow) { color: #4c6871; line-height: 1.7; }
.story-copy .lead { color: var(--ink) !important; }
.signature { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--line); font-family: var(--serif); font-style: italic; }
.signature span { color: var(--gold); margin: 0 .5rem; }

.plan-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 7rem); padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 6vw, 7rem); background: linear-gradient(145deg, #063648, #052833); color: white; }
.plan-intro h2 em { color: #f1d193; }
.plan-intro .eyebrow { color: #7fc9c2; }
.plan-intro ol { list-style: none; margin: 2.5rem 0 0; padding: 0; }
.plan-intro li { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.15); }
.plan-intro li > span { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--sun); }
.plan-intro strong, .plan-intro small { display: block; }
.plan-intro small { margin-top: .25rem; color: rgba(255,255,255,.55); font-size: .9rem; }
.inquiry-form { align-self: start; padding: clamp(1.5rem, 4vw, 3.2rem); background: white; color: var(--ink); border-radius: 1.1rem; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.form-heading .step-kicker { color: #9a7438; }
.form-heading h3 { margin: .5rem 0; font: 500 clamp(2rem, 3vw, 3.3rem)/1.05 var(--serif); letter-spacing: -.035em; }
.form-heading p { color: #5e767e; }
.booking-assurances { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.booking-assurances li { position: relative; padding: .75rem .7rem .75rem 1.8rem; color: #49656e; background: #edf6f3; border-radius: .45rem; font-size: .78rem; line-height: 1.35; }
.booking-assurances li::before { content: "✓"; position: absolute; left: .65rem; color: var(--ocean); font-weight: 700; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2rem 0; }
.form-grid label { display: block; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label > span { display: block; margin-bottom: .45rem; color: #526a73; font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #cdd9d8; border-radius: .45rem; padding: .85rem .9rem; background: #fbfcfb; color: var(--ink); }
.form-grid textarea { resize: vertical; }
.primary-button { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 1.05rem 1.2rem; border: 0; border-radius: .45rem; color: white; background: var(--ocean); font-weight: 600; cursor: pointer; }
.primary-button:hover, .primary-button:focus-visible { background: var(--ink); }
.fine-print { margin: .75rem 0 0; color: #789097; text-align: center; font-size: .78rem; }
.form-success { margin-top: 1.25rem; padding: 1rem; grid-template-columns: 2rem 1fr; gap: .8rem; background: #e3f3ef; border-radius: .5rem; }
.form-success:not([hidden]) { display: grid; }
.form-success > span { display: grid; place-items: center; width: 1.7rem; height: 1.7rem; border-radius: 50%; background: var(--aqua); color: white; }
.form-success strong, .form-success p { display: block; margin: 0 0 .3rem; }
.form-success p { color: #4b676f; }
.form-success a { font-weight: 600; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); background: white; }
.faq-section > div:first-child > p:last-child { color: #61777e; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 1rem; padding: 1.35rem 0; cursor: pointer; font: 500 1.25rem var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font: 400 1.4rem var(--sans); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0 3rem 1.4rem 0; color: #5b727a; line-height: 1.7; }

.island-guides { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); background: linear-gradient(135deg, #fff6df, #ecfff8 55%, #dff8f3); }
.guides-heading { align-self: start; position: sticky; top: 8.5rem; }
.guides-heading > p:last-child { max-width: 30rem; color: #5a727a; line-height: 1.7; }
.guide-link-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.guide-link-grid a { min-height: 13rem; display: flex; flex-direction: column; padding: 1.5rem; border: 0; border-radius: 1.2rem; background: white; text-decoration: none; box-shadow: 0 15px 40px rgba(3,61,73,.08); transition: transform .2s ease, box-shadow .2s ease; }
.guide-link-grid a:nth-child(2), .guide-link-grid a:nth-child(5) { background: #dcf8f1; }
.guide-link-grid a:nth-child(3), .guide-link-grid a:nth-child(6) { background: #fff0cf; }
.guide-link-grid a:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(8,47,63,.09); }
.guide-link-grid span { color: #9a7438; text-transform: uppercase; letter-spacing: .15em; font-size: .66rem; font-weight: 600; }
.guide-link-grid strong { margin: 1.5rem 0 .6rem; font: 500 1.55rem/1.15 var(--serif); }
.guide-link-grid small { margin-top: auto; color: #647a81; font-size: .87rem; line-height: 1.55; }

.closing-cta { min-height: 34rem; display: flex; justify-content: space-between; align-items: end; gap: 3rem; padding: clamp(4rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem); color: white; background: linear-gradient(135deg, rgba(2,45,55,.94), rgba(0,148,158,.68), rgba(255,111,97,.26)), url('assets/skyline-hero.png') center/cover; }
.closing-cta .eyebrow { color: #8ed3ca; }
.closing-cta h2 { margin-bottom: 0; }
.closing-cta h2 em { color: #f2d296; }
.closing-cta > a { flex: none; margin-bottom: 1rem; padding: 1rem 1.3rem; border-radius: 999px; color: var(--ink); background: white; text-decoration: none; font-weight: 600; }

footer { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 3rem; padding: 4rem clamp(1.25rem, 6vw, 7rem) 2rem; background: #031f29; color: white; }
.footer-brand img { width: min(16rem, 100%); padding: .4rem; border-radius: .5rem; background: white; }
footer > div { display: flex; flex-direction: column; gap: .65rem; }
footer > div > span { margin-bottom: .5rem; color: #7bc6bf; text-transform: uppercase; letter-spacing: .15em; font-size: .7rem; }
footer a { width: fit-content; color: rgba(255,255,255,.82); text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }
footer p { margin: .2rem 0; color: rgba(255,255,255,.5); line-height: 1.6; font-size: .88rem; }
.domain { margin-top: 1.5rem; color: #e9ca8a; font-family: var(--serif); font-size: 1rem; }
.copyright { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.1); }
.mobile-book { display: none; }

/* Approved sunlit Caribbean resort theme */
body {
  color: var(--ink);
  background: linear-gradient(145deg, #fffdf9 0%, #f8efe1 48%, #e9f6fb 100%);
  background-attachment: fixed;
}
a, button, input, select, textarea { transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(32,169,159,.48); outline-offset: 3px; }
.site-header {
  border-bottom-color: rgba(255,255,255,.24);
  background: linear-gradient(90deg, rgba(18,58,90,.94), rgba(22,124,165,.86));
  box-shadow: 0 10px 34px rgba(18,58,90,.17);
}
.brand-emblem { border-color: rgba(255,255,255,.95); box-shadow: 0 8px 24px rgba(18,58,90,.2); }
.brand-copy small { color: #f2d398; font-size: .7rem; }
.desktop-nav a { font-size: .95rem; text-shadow: 0 1px 10px rgba(18,58,90,.25); }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a[aria-current="page"] { color: #fff1cf; }
.desktop-nav a[aria-current="page"] { box-shadow: inset 0 -2px #20a99f; }
.nav-cta, .primary-button, .booking-card button, .mobile-book {
  border-color: transparent;
  color: white;
  background: linear-gradient(110deg, #f47c68, #efa95c);
  box-shadow: 0 10px 26px rgba(244,124,104,.24);
}
.nav-cta:hover, .nav-cta:focus-visible, .primary-button:hover, .primary-button:focus-visible, .booking-card button:hover, .booking-card button:focus-visible, .mobile-book:hover, .mobile-book:focus-visible {
  color: white;
  background: linear-gradient(110deg, #f68b77, #f2b66c);
  box-shadow: 0 14px 30px rgba(244,124,104,.3);
  transform: translateY(-2px);
}
.hero-shade { background: linear-gradient(90deg, rgba(13,55,86,.74) 0%, rgba(18,115,158,.34) 52%, rgba(244,124,104,.05) 80%), linear-gradient(0deg, rgba(18,58,90,.38), transparent 58%); }
.hero h1 em { color: #f7dfad; text-shadow: 0 8px 35px rgba(231,180,94,.2); }
.eyebrow, .step-kicker { color: #f2d398; }
.booking-card { background: rgba(255,253,249,.97); border: 1px solid rgba(255,255,255,.78); box-shadow: 0 24px 65px rgba(18,58,90,.2); }
.booking-intro { background: linear-gradient(145deg, #fffdf9, #f8efe1); }
.booking-intro span { color: #a96d32; }
.booking-card label > span { color: #587481; font-size: .8rem; }
.booking-card input:focus, .booking-card select:focus { box-shadow: inset 0 -2px #20a99f; }
.booking-note { color: #31596d; background: #e9f6fb; }
.trust-strip { background: #fffdf9; }
.trust-strip p { background: #168bb8; }
.trust-strip p:nth-child(2) { background: #4aaeda; }
.trust-strip p:nth-child(3) { color: #17384a; background: #f8efe1; }
.trust-strip p:nth-child(4) { background: #167ca5; }
.escape-note { background: radial-gradient(circle at 92% 10%, rgba(74,174,218,.18), transparent 24rem), linear-gradient(145deg, #fffdf9 0%, #f8efe1 58%, #e9f6fb 100%); }
.escape-note h2 em, .service-heading h2 em, .section h2 em { color: #168bb8; }
.service-promise { background: linear-gradient(135deg, #e9f6fb, #fffdf9 62%, #f8efe1); }
.service-grid { gap: 1rem; border: 0; }
.service-grid article { border: 1px solid var(--line); border-radius: .9rem; background: rgba(255,255,255,.82); box-shadow: 0 14px 34px rgba(18,58,90,.07); }
.service-grid article:last-child { border-right: 1px solid var(--line); }
.service-grid span, .section-number, .eyebrow.dark, .dayline span { color: #b47a35; }
.stay-grid { background: linear-gradient(145deg, #fffdf9 0%, #f8efe1 52%, #e9f6fb 100%); }
.stay-card { border: 1px solid rgba(18,58,90,.12); border-radius: 1.05rem; background: linear-gradient(155deg, #fffdf9, #f6dfb8); box-shadow: 0 18px 44px rgba(18,58,90,.1); transition: transform .25s ease, box-shadow .25s ease; }
.stay-card:hover { transform: translateY(-4px); box-shadow: 0 24px 54px rgba(18,58,90,.15); }
.stay-card.featured { background: linear-gradient(145deg, #123a5a, #168bb8 72%, #4aaeda); }
.stay-card.aqua-card { color: #17384a; background: linear-gradient(155deg, #e9f6fb, #e6f7f5); }
.line-icon { stroke: #20a99f; }
.featured .card-index { color: #bcefea; }
.roatan-section { color: var(--ink); background: linear-gradient(145deg, #e9f6fb, #fffdf9 72%); }
.reef-image-wrap img { transition: transform .6s ease; }
.reef-image-wrap:hover img { transform: scale(1.025); }
.image-caption { background: linear-gradient(110deg, rgba(18,58,90,.9), rgba(22,124,165,.82)); border-left-color: #20a99f; }
.roatan-copy .eyebrow { color: #168bb8; }
.roatan-copy h2 em { color: #f47c68; }
.roatan-copy > p:not(.eyebrow), .roatan-copy > .lead { color: #587481 !important; }
.experience-list { border-top-color: var(--line); }
.experience-list li { border-bottom-color: var(--line); }
.experience-list li > span { color: #e7b45e; }
.experience-list small { color: #587481; }
.rhythm-section { background: linear-gradient(135deg, #f8efe1, #fffdf9); }
.dayline { border-top-color: #e7b45e; }
.story-section { background: #fffdf9; }
.story-mark { background: linear-gradient(145deg, #f8efe1, #e9f6fb); border-radius: 9rem 9rem 1rem 1rem; }
.plan-section { color: var(--ink); background: linear-gradient(145deg, #f8efe1 0%, #fffdf9 46%, #e9f6fb 100%); }
.plan-intro h2 em { color: #168bb8; }
.plan-intro .eyebrow { color: #b47a35; }
.plan-intro li { border-top-color: var(--line); }
.plan-intro li > span { border-color: #20a99f; color: #168bb8; background: #e6f7f5; }
.plan-intro small { color: #587481; }
.inquiry-form { border: 1px solid var(--line); background: rgba(255,255,255,.92); box-shadow: 0 24px 58px rgba(18,58,90,.12); }
.form-heading .step-kicker { color: #b47a35; }
.booking-assurances li { background: #e9f6fb; }
.form-grid label > span { color: #4e6d7d; font-size: .8rem; }
.form-grid input, .form-grid select, .form-grid textarea { border-color: rgba(18,58,90,.2); background: #fff; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: #20a99f; box-shadow: 0 0 0 3px rgba(32,169,159,.12); }
.form-success { background: #e6f7f5; border-left: 3px solid #20a99f; }
.faq-section { background: #fffdf9; }
.island-guides { background: linear-gradient(145deg, #e9f6fb 0%, #fffdf9 52%, #f8efe1 100%); }
.guide-link-grid { gap: 1rem; }
.guide-link-grid a, .guide-link-grid a:nth-child(2), .guide-link-grid a:nth-child(3), .guide-link-grid a:nth-child(5), .guide-link-grid a:nth-child(6) { border: 1px solid var(--line); border-radius: .95rem; background: rgba(255,255,255,.88); box-shadow: 0 14px 34px rgba(18,58,90,.08); }
.guide-link-grid a:hover { box-shadow: 0 20px 44px rgba(18,58,90,.13); }
.guide-link-grid span { color: #b47a35; }
.closing-cta { background: linear-gradient(90deg, rgba(13,55,86,.82) 0%, rgba(18,115,158,.52) 52%, rgba(244,124,104,.11) 80%), url('assets/skyline-hero.png') center/cover; }
.closing-cta .eyebrow { color: #f2d398; }
.closing-cta > a { color: white; background: linear-gradient(110deg, #f47c68, #efa95c); box-shadow: 0 12px 28px rgba(244,124,104,.25); }
footer { background: linear-gradient(110deg, #123a5a, #167ca5); }
footer > div > span { color: #f2d398; }
footer a:hover, footer a:focus-visible { color: #bcefea; }
.domain { color: #f2d398; }
.copyright { border-top-color: rgba(231,180,94,.34); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto auto; height: 5.5rem; gap: .6rem; padding: .55rem 1rem; }
  .brand { gap: .6rem; }
  .brand-emblem { width: 3.9rem; height: 3.9rem; }
  .brand-emblem img { top: -.15rem; width: 7.7rem; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .52rem; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { list-style: none; display: flex; align-items: center; gap: .35rem; padding: .7rem .85rem; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; color: white; cursor: pointer; font-size: .8rem; font-weight: 600; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu[open] summary { color: var(--ink); background: white; }
  .mobile-menu[open] summary span { transform: rotate(180deg); }
  .mobile-menu nav { position: fixed; z-index: 60; top: 5.85rem; left: 1rem; right: 1rem; max-height: calc(100vh - 7rem); overflow-y: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: .6rem; border: 1px solid rgba(255,255,255,.22); border-radius: 1rem; background: linear-gradient(145deg, #123a5a, #167ca5); box-shadow: 0 24px 70px rgba(18,58,90,.35); }
  .mobile-menu nav a { min-height: 2.75rem; padding: .9rem; color: rgba(255,255,255,.84); background: rgba(255,255,255,.04); text-decoration: none; font-size: .875rem; line-height: 1.25; }
  .mobile-menu nav a:hover, .mobile-menu nav a:focus-visible { color: white; background: rgba(255,255,255,.1); }
  .mobile-menu nav a[aria-current="page"] { color: white; background: rgba(32,169,159,.24); box-shadow: inset 3px 0 #20a99f; }
  .mobile-menu nav .menu-book { grid-column: 1 / -1; color: white; background: linear-gradient(110deg, #f47c68, #efa95c); font-weight: 600; }
  .hero { min-height: 58rem; align-items: start; }
  .hero-image { object-position: 58% center; }
  .hero-copy { margin: 9rem 1.25rem 0; width: calc(100% - 2.5rem); }
  .hero h1 { font-size: clamp(3.4rem, 16vw, 5.8rem); }
  .booking-card { left: 1rem; right: 1rem; bottom: 0; width: auto; grid-template-columns: 1fr 1fr; border-radius: 1rem 1rem 0 0; }
  .booking-intro { grid-column: 1 / -1; }
  .booking-card label:nth-of-type(3) { grid-column: 1 / 2; }
  .booking-card button { grid-column: 2 / 3; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .escape-note { grid-template-columns: 1fr; gap: 1.5rem; }
  .escape-note > div { max-width: 35rem; }
  .service-promise { grid-template-columns: 1fr; }
  .service-lede { padding-bottom: 0; }
  .service-grid { grid-column: auto; }
  .intro-section { grid-template-columns: .2fr 1fr; }
  .intro-copy { grid-column: 2; padding-top: 0; }
  .stay-grid { grid-template-columns: 1fr 1fr; }
  .stay-card.featured { grid-column: 1 / -1; min-height: 24rem; }
  .roatan-section, .story-section, .plan-section, .faq-section, .island-guides { grid-template-columns: 1fr; }
  .guides-heading { position: static; }
  .reef-image-wrap { min-height: 38rem; }
  .dayline { grid-template-columns: 1fr 1fr; }
  .dayline article:nth-child(2) { border-right: 0; }
  footer { grid-template-columns: 1.4fr 1fr 1fr; }
  footer > div:last-of-type { grid-column: 2; }
}

@media (max-width: 560px) {
  .nav-cta { min-height: 2.75rem; padding: .7rem .8rem; font-size: .875rem; }
  .nav-cta span { display: none; }
  .brand-emblem { width: 3.35rem; height: 3.35rem; }
  .brand-emblem img { width: 6.7rem; }
  .brand-copy strong { font-size: .9rem; }
  .brand-copy small { margin-top: .3rem; font-size: .48rem; letter-spacing: .11em; }
  .mobile-menu summary { min-height: 2.75rem; padding: .68rem .72rem; font-size: .875rem; }
  .hero-copy { margin-top: 8rem; }
  .hero-lede { font-size: 1rem; }
  .booking-card { grid-template-columns: 1fr 1fr; }
  .booking-intro { display: none; }
  .booking-card label { padding: 1rem; }
  .booking-card label:nth-of-type(3) { grid-column: 1 / 2; }
  .booking-card button { grid-column: 2 / 3; min-height: 4.4rem; }
  .trust-strip p { padding: 1rem; font-size: .82rem; }
  .escape-note { padding: 4.5rem 1.25rem; }
  .escape-note h2 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 0; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid article:last-child { border-bottom: 0; }
  .service-grid h3 { margin-top: 1rem; }
  .section { padding: 4.5rem 1.25rem; }
  .intro-section { display: block; }
  .intro-section .section-number { margin-bottom: 2rem; }
  .stay-grid { grid-template-columns: 1fr; padding-top: 0; }
  .stay-card.featured { grid-column: auto; }
  .stay-card { min-height: 23rem; }
  .reef-image-wrap { min-height: 30rem; }
  .roatan-copy { padding: 4.5rem 1.25rem; }
  .dayline { grid-template-columns: 1fr; }
  .dayline article, .dayline article:not(:first-child) { padding: 1.5rem 0; min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .dayline span { margin-bottom: 1rem; }
  .story-mark { padding: 1rem; }
  .plan-section { padding: 4.5rem 1rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .booking-assurances { grid-template-columns: 1fr; gap: .5rem; }
  .guide-link-grid { grid-template-columns: 1fr; }
  .closing-cta { min-height: 34rem; align-items: flex-start; flex-direction: column; justify-content: flex-end; }
  .closing-cta > a { align-self: stretch; display: flex; justify-content: space-between; }
  footer { grid-template-columns: 1fr 1fr; padding: 3rem 1.25rem 6rem; gap: 2rem 1rem; }
  .footer-brand, footer > div:last-of-type, .copyright { grid-column: 1 / -1; }
  .mobile-book { position: fixed; z-index: 40; left: .75rem; right: .75rem; bottom: .75rem; display: flex; justify-content: space-between; padding: 1rem 1.15rem; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; color: white; text-decoration: none; font-weight: 600; box-shadow: 0 10px 28px rgba(244,124,104,.3); }
}

@media (max-width: 420px) {
  .brand-copy { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; }
}

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