:root {
  --ink: #0b3048;
  --ink-2: #153f57;
  --cream: #f8f4ee;
  --paper: #fffdf9;
  --muted: #6f786f;
  --sun: #f5b700;
  --rust: #c94e2e;
  --sage: #6f806c;
  --border: rgba(11, 48, 72, 0.14);
  --shadow: 0 20px 50px rgba(23, 41, 49, 0.15);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 86px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; background: #fff; padding: 10px 14px; transform: translateY(-160%); border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header {
  position: absolute; z-index: 20; top: 26px; left: 50%; transform: translateX(-50%);
  width: min(1180px, calc(100% - 48px)); height: 72px; padding: 8px 12px 8px 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: rgba(255, 253, 249, 0.96); border: 1px solid rgba(255,255,255,.7);
  border-radius: 15px; box-shadow: 0 12px 35px rgba(8, 33, 48, .18); backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; font-size: 11px; font-weight: 600; line-height: .95; letter-spacing: .05em; text-transform: uppercase; }
.brand img { width: 39px; height: 39px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 4vw, 56px); font-size: 14px; }
.desktop-nav a, .footer nav a { position: relative; }
.desktop-nav a::after, .footer nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1.5px; background: var(--sun); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .footer nav a:hover::after { right: 0; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 23px; color: #0b3048; background: var(--sun); border-radius: 8px; font-weight: 600; box-shadow: 0 8px 18px rgba(196, 139, 0, .22); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(196, 139, 0, .28); background: #ffc928; }
.button-small { padding: 13px 18px; font-size: 13px; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 48%; }
.hero-shade { background: linear-gradient(90deg, rgba(5, 29, 43, .84) 0%, rgba(5, 29, 43, .49) 38%, rgba(5, 29, 43, .08) 70%), linear-gradient(0deg, rgba(5, 29, 43, .42), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 105px; padding-bottom: 65px; color: #fff; }
.eyebrow, .section-kicker { margin: 0 0 27px; color: var(--sage); font-size: 13px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::after { content: ''; display: block; width: 36px; height: 2px; margin-top: 13px; background: var(--sun); }
.light { color: rgba(255,255,255,.76); }
.hero h1 { max-width: 650px; margin: 0 0 20px; font: 400 clamp(48px, 5.2vw, 78px)/.98 var(--serif); letter-spacing: -.025em; }
.hero-copy { max-width: 410px; margin: 0 0 27px; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,.88); }

.quick-facts { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 82px; margin-top: -42px; padding: 12px 0; background: rgba(255,253,249,.98); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: var(--shadow); }
.fact { min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 8px 20px; font-size: 14px; border-right: 1px solid var(--border); }
.fact:last-child { border-right: 0; }
.fact-icon { font: 26px/1 Georgia, serif; color: var(--ink-2); }

.welcome { padding-top: 96px; background: linear-gradient(180deg, var(--cream), #fbf8f3); overflow: hidden; }
.welcome-grid { display: grid; grid-template-columns: 265px 1fr; gap: clamp(45px, 8vw, 105px); align-items: center; }
.welcome-copy h2, .booking h2 { margin: 0 0 20px; font: 400 clamp(57px, 6vw, 86px)/.96 var(--serif); letter-spacing: -.035em; }
.welcome-copy > p:not(.eyebrow) { margin: 0; color: #364f5d; line-height: 1.75; font-size: 15px; }
.line-art { display: flex; align-items: flex-end; gap: 4px; margin-top: 32px; height: 48px; color: #95a08d; opacity: .7; font: 30px Georgia, serif; transform: rotate(-2deg); }
.line-art span:nth-child(odd) { font-size: 48px; transform: scaleX(1.5); }
.gallery-wrap { min-width: 0; }
.gallery-stage { position: relative; height: 465px; display: grid; place-items: center; isolation: isolate; }
.gallery-card { position: absolute; margin: 0; overflow: hidden; border-radius: 14px; background: #ddd; box-shadow: 0 18px 40px rgba(31, 38, 36, .18); transition: transform .42s cubic-bezier(.2,.8,.2,1), opacity .3s ease; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; }
.gallery-card-left, .gallery-card-right { width: 41%; height: 72%; top: 14%; z-index: 1; opacity: .94; }
.gallery-card-left { left: 2%; transform: perspective(1000px) rotateY(4deg); }
.gallery-card-right { right: 2%; transform: perspective(1000px) rotateY(-4deg); }
.gallery-card-centre { width: 53%; height: 100%; z-index: 3; }
.gallery-card-centre figcaption { position: absolute; left: 14px; bottom: 14px; max-width: calc(100% - 28px); padding: 8px 12px; border-radius: 8px; background: rgba(7,39,56,.82); color: #fff; font-size: 12px; backdrop-filter: blur(8px); }
.gallery-controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 24px; }
.circle-button { width: 46px; height: 46px; flex: 0 0 auto; border: 1px solid rgba(11,48,72,.34); border-radius: 50%; background: transparent; color: var(--ink); font-size: 20px; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.circle-button:hover, .circle-button:focus-visible { color: #fff; background: var(--ink); transform: scale(1.04); }
.counter { min-width: 57px; font-size: 13px; letter-spacing: .05em; text-align: center; }
.progress { width: 155px; height: 2px; overflow: hidden; background: #d8d4cd; }
.progress i { display: block; width: 20%; height: 100%; background: var(--sun); transition: transform .35s ease; transform-origin: left; }
.text-button { margin-left: auto; padding: 10px 0; border: 0; background: none; color: var(--ink); cursor: pointer; }
.text-button span { margin-left: 12px; }

.reviews { background: #f4eee6; text-align: center; }
.reviews .section-kicker { margin-bottom: 10px; }
.reviews h2, .amenities h2 { margin: 0 0 34px; font: 400 clamp(36px, 4vw, 54px)/1.1 var(--serif); }
.review-slider { position: relative; display: flex; align-items: center; gap: 14px; }
.review-grid { flex: 1; display: grid; grid-template-columns: 1fr 1.55fr 1fr; gap: 16px; align-items: stretch; }
.review-card { min-height: 240px; padding: 27px; display: flex; flex-direction: column; text-align: left; color: var(--ink); background: rgba(255,255,255,.75); border: 1px solid rgba(255,255,255,.9); border-radius: 12px; box-shadow: 0 12px 30px rgba(26, 46, 53, .08); }
.review-card.featured { padding: 34px 40px; color: #fff; background: linear-gradient(145deg, var(--ink-2), #08293d); border-color: transparent; transform: translateY(-8px); }
.stars { margin-bottom: 19px; color: var(--sun); font-size: 17px; letter-spacing: .08em; }
.review-card blockquote { margin: 0 0 20px; font: 400 15px/1.55 var(--sans); }
.review-card.featured blockquote { font: 400 24px/1.38 var(--serif); }
.review-card footer { margin-top: auto; }
.review-card strong { display: block; margin-bottom: 5px; font-size: 14px; }
.review-card small { color: inherit; opacity: .7; }
.sample-note { margin: 20px 0 0; color: #778078; font-size: 11px; }

.amenities { padding: 50px 0 45px; text-align: center; color: #fff; background: var(--ink); }
.amenities .section-kicker { margin-bottom: 10px; }
.amenities h2 { margin-bottom: 34px; }
.amenity-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.amenity-grid > div { min-height: 96px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; border-right: 1px solid rgba(255,255,255,.32); }
.amenity-grid > div:last-child { border-right: 0; }
.amenity-icon { color: #f1c46c; font: 38px/1 Georgia, serif; }
.amenity-grid span:last-child { font-size: 13px; }

.booking { padding: 58px 0; color: #fff; background: var(--rust); }
.booking-grid { display: grid; grid-template-columns: 270px 1fr; align-items: center; gap: 60px; }
.booking h2 { font-size: 57px; }
.booking-grid > div > p:last-child { max-width: 240px; margin: 0; line-height: 1.5; color: rgba(255,255,255,.78); }
.booking-form { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; padding: 28px; background: var(--paper); color: var(--ink); border-radius: 15px; box-shadow: 0 24px 50px rgba(87, 28, 14, .2); }
.booking-form label { display: grid; gap: 8px; font-size: 12px; }
.booking-form input, .booking-form select { width: 100%; min-height: 48px; padding: 0 12px; color: var(--ink); background: #fff; border: 1px solid var(--border); border-radius: 7px; }
.booking-submit { grid-column: 2 / 4; justify-self: stretch; margin-top: 4px; }

.footer { padding: 26px 0; color: #fff; background: #07293d; }
.footer-grid { display: grid; grid-template-columns: 100px 170px 1fr auto; gap: 35px; align-items: center; }
.footer-brand img { width: 66px; max-height: 80px; margin: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.address, .copyright { margin: 0; color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.5; }
.address span { color: var(--sun); }
.footer nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 44px); font-size: 12px; }

dialog { border: 0; }
dialog::backdrop { background: rgba(3, 22, 33, .78); backdrop-filter: blur(5px); }
.gallery-dialog { width: min(1050px, calc(100% - 32px)); padding: 50px 70px 34px; overflow: visible; color: #fff; background: transparent; }
.gallery-dialog figure { margin: 0; }
.gallery-dialog figure img { width: 100%; max-height: 76vh; object-fit: contain; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.gallery-dialog figcaption { padding-top: 15px; text-align: center; }
.dialog-close { position: absolute; top: 0; right: 18px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.15); font-size: 26px; cursor: pointer; }
.gallery-dialog .circle-button { position: absolute; top: 50%; color: #fff; border-color: rgba(255,255,255,.5); transform: translateY(-50%); }
.gallery-dialog .circle-button:hover { color: var(--ink); background: #fff; transform: translateY(-50%) scale(1.04); }
.dialog-prev { left: 7px; }
.dialog-next { right: 7px; }
.enquiry-dialog { width: min(520px, calc(100% - 32px)); padding: 40px; color: var(--ink); background: var(--paper); border-radius: 16px; text-align: center; box-shadow: var(--shadow); }
.enquiry-dialog > img { width: 78px; height: 72px; margin: 0 auto 22px; object-fit: contain; }
.enquiry-dialog .dialog-close { top: 12px; right: 12px; color: var(--ink); background: #eee8df; }
.enquiry-dialog .eyebrow::after { margin-inline: auto; }
.enquiry-dialog h2 { margin: 0 0 15px; font: 40px/1.1 var(--serif); }
.enquiry-dialog p { line-height: 1.6; }
.enquiry-note { font-size: 12px; color: var(--muted); }
.dialog-done { margin-top: 10px; min-width: 140px; }

@media (max-width: 920px) {
  .desktop-nav, .site-header > .button-small { display: none; }
  .menu-button { width: 46px; height: 46px; display: grid; align-content: center; gap: 5px; padding: 0 12px; border: 0; border-radius: 9px; background: #f4eee5; cursor: pointer; }
  .menu-button span { display: block; width: 100%; height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded='true'] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded='true'] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 80px; left: 0; right: 0; padding: 20px; display: grid; gap: 4px; border-radius: 14px; background: var(--paper); box-shadow: var(--shadow); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: .2s ease; }
  .mobile-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .mobile-nav > a { padding: 12px; border-radius: 8px; }
  .mobile-nav > a:hover { background: #f5efe7; }
  .mobile-nav .button { margin-top: 8px; }
  .welcome-grid { grid-template-columns: 1fr; }
  .welcome-copy { max-width: 520px; text-align: center; margin-inline: auto; }
  .welcome-copy .eyebrow::after { margin-inline: auto; }
  .line-art { justify-content: center; }
  .gallery-stage { height: 440px; }
  .review-grid { grid-template-columns: 1fr 1.35fr; }
  .review-card:last-child { display: none; }
  .booking-grid { grid-template-columns: 1fr; gap: 30px; }
  .booking-grid > div { text-align: center; }
  .booking-grid > div .eyebrow::after { margin-inline: auto; }
  .booking-grid > div > p:last-child { margin-inline: auto; }
  .footer-grid { grid-template-columns: 80px 150px 1fr; }
  .footer nav { justify-content: flex-end; flex-wrap: wrap; }
  .copyright { grid-column: 1 / -1; text-align: center; }
}

@media (max-width: 650px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .site-header { top: 12px; width: calc(100% - 24px); height: 64px; padding-left: 14px; }
  .brand img { width: 34px; height: 34px; }
  .hero { min-height: 625px; align-items: end; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,29,43,.88) 0%, rgba(5,29,43,.55) 58%, rgba(5,29,43,.17) 100%); }
  .hero-content { padding-top: 105px; padding-bottom: 85px; }
  .hero h1 { font-size: 51px; }
  .hero-copy { font-size: 15px; }
  .quick-facts { grid-template-columns: 1fr 1fr; margin-top: -32px; padding: 6px; }
  .fact { min-height: 60px; padding: 8px; font-size: 12px; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .section { padding: 68px 0; }
  .welcome { padding-top: 78px; }
  .welcome-copy h2 { font-size: 58px; }
  .gallery-stage { height: 375px; width: calc(100% + 16px); margin-left: -8px; }
  .gallery-card-centre { width: 67%; }
  .gallery-card-left, .gallery-card-right { width: 45%; height: 65%; top: 17%; }
  .gallery-card-left { left: 0; }
  .gallery-card-right { right: 0; }
  .gallery-controls { gap: 12px; flex-wrap: wrap; }
  .progress { width: 90px; }
  .text-button { width: 100%; margin: 5px 0 0; }
  .reviews h2, .amenities h2 { font-size: 38px; }
  .review-slider { margin-inline: -5px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { display: none; min-height: 265px; }
  .review-card.featured { display: flex; padding: 30px; transform: none; }
  .review-card.featured blockquote { font-size: 22px; }
  .review-arrow { width: 39px; height: 39px; }
  .amenity-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .amenity-grid > div { min-height: 115px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .amenity-grid > div:nth-child(2) { border-right: 0; }
  .amenity-grid > div:nth-child(n+3) { border-bottom: 0; }
  .booking { padding: 65px 0; }
  .booking h2 { font-size: 54px; }
  .booking-form { grid-template-columns: 1fr; padding: 22px; }
  .booking-submit { grid-column: 1; }
  .footer-grid { grid-template-columns: 80px 1fr; }
  .footer nav { grid-column: 1 / -1; justify-content: center; }
  .gallery-dialog { padding: 48px 0 24px; }
  .gallery-dialog .circle-button { top: auto; bottom: -2px; transform: none; }
  .gallery-dialog .circle-button:hover { transform: scale(1.04); }
  .dialog-prev { left: calc(50% - 60px); }
  .dialog-next { right: calc(50% - 60px); }
}

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