:root {
  --ink: #183026;
  --muted: #5d6f66;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --green: #185c46;
  --teal: #126d78;
  --orange: #f47b20;
  --line: #dce5dd;
  --shadow: 0 20px 60px rgba(21, 53, 41, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: #fff; border-bottom: 1px solid rgba(255,255,255,.2); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: .85; text-decoration: none; font-weight: 900; letter-spacing: .04em; }
.brand span { font-size: 25px; }
.brand small { margin-top: 6px; padding: 5px 7px; background: var(--orange); color: #101b16; font-size: 10px; letter-spacing: .28em; }
.brand-dark { color: var(--ink); }
nav { display: flex; align-items: center; gap: 26px; }
nav a { text-decoration: none; font-weight: 700; font-size: 14px; }
.nav-book { padding: 11px 16px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; }
.hero { position: relative; min-height: 720px; display: grid; align-items: end; color: #fff; overflow: hidden; }
.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(10,27,20,.88) 0%, rgba(10,27,20,.54) 48%, rgba(10,27,20,.16) 100%), linear-gradient(0deg, rgba(10,27,20,.5), transparent 55%); }
.hero-content { position: relative; padding: 190px 0 92px; }
.eyebrow { margin: 0 0 14px; font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; color: #d5f0db; }
.eyebrow.dark { color: var(--teal); }
.hero h1 { max-width: 770px; margin: 0; font-size: clamp(48px, 7vw, 88px); letter-spacing: -.055em; line-height: .95; }
.hero-lead { max-width: 650px; font-size: clamp(19px, 2.3vw, 27px); margin: 26px 0 0; color: #f3f6f1; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 8px; text-decoration: none; font-weight: 850; border: 1px solid transparent; transition: transform .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #182017; box-shadow: 0 10px 25px rgba(244,123,32,.25); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); backdrop-filter: blur(4px); }
.button.full { width: 100%; }
.quick-strip { background: var(--ink); color: #fff; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-grid div { padding: 26px 22px; border-right: 1px solid rgba(255,255,255,.12); }
.quick-grid div:last-child { border-right: 0; }
.quick-grid strong, .quick-grid span { display: block; }
.quick-grid strong { color: #ff9a48; font-size: 24px; }
.quick-grid span { color: #d2ddd7; font-size: 13px; }
.section { padding: 96px 0; }
.split-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.section h2 { margin: 0; font-size: clamp(36px, 5vw, 58px); letter-spacing: -.045em; line-height: 1.04; }
.large-copy { font-size: 20px; color: var(--muted); }
.notice { margin-top: 30px; padding: 22px; border-left: 5px solid var(--orange); background: #fff7ed; border-radius: 0 10px 10px 0; }
.notice-warning { text-align: left; font-size: 14px; }
.feature-list { display: grid; gap: 16px; }
.feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 23px; background: #f2f6f1; border: 1px solid #e0e9e1; border-radius: 14px; }
.feature-list span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-weight: 900; }
.feature-list p { margin: 0; color: var(--muted); }
.feature-list strong { display: block; margin-bottom: 3px; color: var(--ink); }
.booking-section { background: var(--cream); }
.section-heading { max-width: 700px; margin-bottom: 42px; }
.section-heading.centred { text-align: center; margin-inline: auto; }
.section-heading p:last-child { color: var(--muted); font-size: 18px; }
.booking-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.booking-card { display: grid; grid-template-columns: 125px 1fr; gap: 28px; padding: 34px; background: #fff; border-radius: 20px; box-shadow: var(--shadow); }
.date-badge { height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--teal); color: #fff; border-radius: 14px; }
.date-badge span, .date-badge small { font-weight: 900; letter-spacing: .13em; }
.date-badge strong { font-size: 64px; line-height: .9; color: #ff9a48; }
.booking-card h3 { margin: 2px 0 8px; font-size: 27px; }
.booking-card p { color: var(--muted); }
.price { margin: 20px 0 18px; }
.price strong { color: var(--ink); font-size: 34px; }
.booking-note { margin-top: 26px; text-align: center; font-size: 13px; color: var(--muted); }
.slide-section { background: #eaf2ee; }
.slide-gallery { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 18px; align-items: stretch; }
.slide-gallery figure { margin: 0; position: relative; min-height: 520px; border-radius: 18px; overflow: hidden; background: #dce8df; }
.slide-gallery figure.wide { min-height: 520px; }
.slide-gallery img { width: 100%; height: 100%; object-fit: cover; }
.slide-gallery figcaption { position: absolute; inset: auto 14px 14px; padding: 10px 13px; border-radius: 8px; background: rgba(15,38,29,.78); color: #fff; font-size: 13px; backdrop-filter: blur(6px); }
.nearby-section { background: #fff; }
.nearby-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nearby-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.nearby-grid span { color: var(--orange); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.nearby-grid h3 { margin: 8px 0 8px; font-size: 23px; }
.nearby-grid p { color: var(--muted); }
.nearby-grid a { color: var(--teal); font-weight: 800; }
.terms-section { background: var(--cream); }
.terms-layout { display: grid; grid-template-columns: 340px 1fr; gap: 70px; align-items: start; }
.terms-intro { position: sticky; top: 28px; }
.contact-box { margin-top: 28px; display: flex; flex-direction: column; gap: 3px; padding: 22px; background: var(--ink); color: #fff; border-radius: 14px; }
.contact-box a { color: #ff9a48; margin-top: 7px; }
.terms-list details { border-top: 1px solid #cfd9d0; }
.terms-list details:last-child { border-bottom: 1px solid #cfd9d0; }
.terms-list summary { cursor: pointer; list-style: none; padding: 22px 44px 22px 0; font-size: 18px; font-weight: 850; position: relative; }
.terms-list summary::-webkit-details-marker { display: none; }
.terms-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font-size: 27px; color: var(--teal); }
.terms-list details[open] summary::after { content: "−"; }
.terms-list details p { margin: -5px 40px 24px 0; color: var(--muted); }
.site-footer { padding: 64px 0 26px; background: var(--ink); color: #d7e0da; }
.footer-inner { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 45px; }
.footer-inner .brand { color: #fff; }
.footer-inner strong { color: #fff; }
.footer-inner a { color: #ff9a48; }
.copyright { margin-top: 45px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; color: #9fb0a7; }
.result-page { min-height: 100vh; display: grid; place-items: center; padding: 30px 16px; background: linear-gradient(145deg, #e9f2ed, #f8efe1); }
.result-card { width: min(620px, 100%); padding: 42px; background: #fff; border-radius: 22px; box-shadow: var(--shadow); text-align: center; }
.result-icon { margin: 34px auto 18px; width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: 38px; font-weight: 900; }
.result-card h1 { margin: 0 0 14px; font-size: 42px; letter-spacing: -.04em; }
.result-details { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 28px 0; text-align: left; }
.result-details div { padding: 15px; background: #f1f5f1; border-radius: 10px; }
.result-details span, .result-details strong { display: block; }
.result-details span { font-size: 12px; color: var(--muted); }
.small-note { color: var(--muted); font-size: 13px; }
@media (max-width: 900px) {
  nav a:not(.nav-book) { display: none; }
  .hero { min-height: 650px; }
  .quick-grid { grid-template-columns: repeat(2,1fr); }
  .quick-grid div:nth-child(2) { border-right: 0; }
  .quick-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .split-layout, .terms-layout { grid-template-columns: 1fr; gap: 44px; }
  .terms-intro { position: static; }
  .booking-grid, .nearby-grid { grid-template-columns: 1fr 1fr; }
  .slide-gallery { grid-template-columns: 1fr 1fr; }
  .slide-gallery .wide { grid-column: 1 / -1; min-height: 420px; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 24px, 1160px); }
  .site-header { position: absolute; }
  .header-inner { height: 70px; }
  .brand span { font-size: 21px; }
  .hero { min-height: 650px; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,27,20,.88) 0%, rgba(10,27,20,.55) 70%, rgba(10,27,20,.25) 100%); }
  .hero-content { padding: 150px 0 62px; }
  .hero h1 { font-size: 51px; }
  .hero-actions .button { width: 100%; }
  .section { padding: 70px 0; }
  .section h2 { font-size: 39px; }
  .booking-grid, .nearby-grid, .slide-gallery { grid-template-columns: 1fr; }
  .booking-card { grid-template-columns: 1fr; padding: 24px; }
  .date-badge { height: 105px; flex-direction: row; gap: 12px; }
  .date-badge strong { font-size: 50px; }
  .date-badge small { max-width: 55px; }
  .slide-gallery figure, .slide-gallery figure.wide { min-height: 430px; grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; }
  .result-card { padding: 30px 20px; }
  .result-details { grid-template-columns: 1fr; }
}
