:root {
  --ink: #30394a;
  --ink-2: #596476;
  --cream: #eee9e1;
  --paper: #f8f5ef;
  --blue: #647a98;
  --blue-dark: #4e627e;
  --blue-soft: #bac6d2;
  --terra: #cba08d;
  --lime: #d7dec3;
  --sand: #d9d0c5;
  --line: rgba(48, 57, 74, .16);
  --muted: #606a76;
  --radius: 0;
  --shadow: 0 18px 50px rgba(48, 57, 74, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: clip; }
body.menu-open { overflow: hidden; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 999; background: var(--lime); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 .8rem; font: 700 .72rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .16em; text-transform: uppercase; color: var(--blue); }
.display { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.05em; line-height: .94; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: var(--muted); max-width: 660px; }
.section { padding: 110px 0; }
.section-tight { padding: 72px 0; }
.section-blue { background: var(--blue-soft); color: var(--ink); }
.section-blue .eyebrow { color: var(--blue-dark); }
.section-blue .lead, .section-blue p { color: rgba(48,57,74,.78); }
.section-terra { background: var(--terra); color: var(--ink); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 48px; }
.section-head h2 { font-size: clamp(2.6rem, 5vw, 5rem); max-width: 760px; }
.section-head p { max-width: 410px; margin: 0; }
.rule-label { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1rem; margin-bottom: 30px; }
.rule-label::after { content: ""; height: 1px; background: currentColor; opacity: .25; }

.utility { background: var(--ink); color: white; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.utility .container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(248,245,239,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-shell { min-height: 82px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 24px; }
.brand { display: inline-grid; grid-template-columns: 45px auto; gap: 12px; align-items: center; }
.brand-mark { width: 45px; height: 45px; background: var(--blue-dark); color: white; display: grid; place-items: center; font-family: Georgia, serif; font-size: 1.3rem; clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%); }
.brand strong { display: block; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: .59rem; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(13px, 1.6vw, 27px); font-size: .78rem; font-weight: 700; }
.desktop-nav a { padding: 30px 0 25px; border-bottom: 4px solid transparent; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--blue); border-color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 48px; padding: 0 24px; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 5px 5px 0 var(--ink); }
.button-primary { background: var(--blue-dark); border-color: var(--blue-dark); color: white; }
.button-primary:hover { box-shadow: 5px 5px 0 var(--terra); }
.button-lime { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.button-light { border-color: white; color: white; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--ink); background: transparent; font-size: 1.5rem; }
.mobile-menu { position: fixed; inset: 116px 0 0; background: var(--blue-dark); color: white; padding: 34px 24px; overflow: auto; }
.mobile-menu nav { display: grid; gap: 0; }
.mobile-menu a { border-bottom: 1px solid rgba(255,255,255,.3); padding: 16px 0; font: 400 2rem/1 Georgia, serif; }

.hero { min-height: 670px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); background: var(--paper); overflow: hidden; }
.hero-copy { padding: clamp(70px, 9vw, 140px) max(24px, calc((100vw - 1180px)/2)); padding-right: clamp(34px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.hero h1 { font-size: clamp(4rem, 7vw, 8.1rem); }
.hero .lead { margin: 28px 0 34px; }
.hero-image { position: relative; min-height: 560px; clip-path: polygon(12% 0,100% 0,100% 100%,0 100%); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; left: 3%; bottom: 30px; width: 140px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--lime); color: var(--ink); font: 800 .68rem/1.4 ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-8deg); }
.home-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; }
.home-intro h2 { font-size: clamp(3.2rem, 6vw, 6.8rem); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); margin-top: 65px; }
.stat { padding: 30px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font: 400 2.5rem/1 Georgia, serif; color: var(--blue); }
.stat span { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }

.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.feature { background: var(--paper); border: 1px solid var(--line); grid-column: span 4; }
.feature > img { aspect-ratio: 4/3; object-fit: cover; }
.feature:nth-child(2) { transform: translateY(42px); }
.feature-media { aspect-ratio: 4/3; overflow: hidden; }
.feature-media img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.feature:hover img { transform: scale(1.035); }
.feature-copy { padding: 28px; }
.feature h3 { margin: 0 0 12px; font: 400 2rem/1.05 Georgia, serif; letter-spacing: -.03em; }
.feature p { color: var(--muted); }
.feature-link { color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.split-media img { height: 100%; object-fit: cover; }
.split-copy { padding: clamp(50px, 8vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.split-copy h2 { font-size: clamp(3rem, 5.8vw, 6rem); }
.split-copy p { font-size: 1.08rem; }
.stamp-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.stamp { border: 1px solid currentColor; padding: 8px 12px; font: 700 .64rem ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }

.page-hero { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 560px; background: var(--ink); color: white; }
.page-hero-copy { padding: clamp(70px, 8vw, 125px) clamp(24px, 7vw, 110px); display: flex; flex-direction: column; justify-content: end; }
.page-hero h1 { font-size: clamp(3.8rem, 6.8vw, 7.3rem); }
.page-hero .eyebrow { color: var(--lime); }
.page-hero p { color: rgba(255,255,255,.72); max-width: 560px; }
.page-hero-media { position: relative; overflow: hidden; }
.page-hero-media::before { content: ""; position: absolute; inset: 0; border: 28px solid var(--terra); border-left: 0; z-index: 1; pointer-events: none; }
.page-hero-media img { height: 100%; object-fit: cover; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; }
.card img { aspect-ratio: 4/3; object-fit: cover; }
.card-body { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.card h3 { margin: 0 0 10px; font: 400 2rem/1 Georgia, serif; letter-spacing: -.03em; }
.card p { color: var(--muted); }
.card-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); font: 700 .66rem ui-monospace, monospace; letter-spacing: .06em; text-transform: uppercase; }
.price { color: var(--blue); }
.icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.35); }
.icon-item { padding: 35px; border-right: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.icon-item:nth-child(3n) { border-right: 0; }
.icon-item:nth-last-child(-n+3) { border-bottom: 0; }
.icon-item span { display: block; font: 400 2.2rem Georgia, serif; color: var(--lime); margin-bottom: 10px; }
.quote { font: 400 clamp(2.8rem, 5vw, 5.6rem)/1 Georgia, serif; letter-spacing: -.04em; max-width: 1000px; }

.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; }
.filter-bar button { border: 1px solid var(--ink); background: transparent; padding: 11px 18px; cursor: pointer; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.filter-bar button.is-active { background: var(--ink); color: white; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.gallery-item { position: relative; grid-column: span 4; aspect-ratio: 4/3; border: 0; padding: 0; background: none; cursor: zoom-in; overflow: hidden; }
.gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 8; }
.gallery-item img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-caption { position: absolute; inset: auto 12px 12px; padding: 10px 12px; background: var(--lime); text-align: left; font: 700 .65rem ui-monospace, monospace; letter-spacing: .06em; text-transform: uppercase; }
.lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(20,33,61,.94); padding: 35px; }
.lightbox-inner { height: 100%; display: grid; place-items: center; }
.lightbox figure { margin: 0; max-width: 1000px; }
.lightbox img { max-height: 78vh; object-fit: contain; }
.lightbox figcaption { color: white; text-align: center; margin-top: 14px; }
.lightbox-close { position: absolute; right: 24px; top: 20px; background: var(--lime); border: 0; width: 48px; height: 48px; cursor: pointer; font-size: 1.4rem; }

.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 0; background: var(--paper); border: 1px solid var(--ink); box-shadow: 14px 14px 0 var(--terra); }
.form-aside { padding: 50px; background: var(--blue-soft); color: var(--ink); }
.form-aside .eyebrow { color: var(--blue-dark); }
.form-aside h2 { font-size: 3.4rem; }
.form-main { padding: 50px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 20px; }
.field.full { grid-column: 1/-1; }
.field label { display: block; margin-bottom: 8px; font: 800 .67rem ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 2px solid var(--ink); background: var(--cream); padding: 14px 12px; border-radius: 0; outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: inset 0 -2px var(--blue); }
.field textarea { min-height: 135px; resize: vertical; }
.error { min-height: 1em; color: #8f4f49; font-size: .75rem; margin: 5px 0 0; }
.form-success { padding: 65px; background: var(--lime); border: 1px solid var(--ink); }
.form-success h2 { font-size: 4rem; }
.stepper { display: flex; gap: 8px; margin-bottom: 30px; }
.step-dot { height: 8px; flex: 1; background: var(--sand); }
.step-dot.is-active { background: var(--blue); }
.booking-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin: 30px 0; }
.booking-summary div { background: var(--paper); padding: 20px; }
.booking-actions { display: flex; justify-content: space-between; gap: 15px; }

.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; border: 0; background: transparent; padding: 24px 0; display: flex; justify-content: space-between; text-align: left; cursor: pointer; font: 400 1.45rem Georgia, serif; }
.faq-item button::after { content: "+"; color: var(--blue); }
.faq-item button[aria-expanded="true"]::after { content: "−"; }
.faq-panel { padding: 0 0 24px; color: var(--muted); max-width: 740px; }
.legal { background: var(--paper); padding: 60px; border-left: 8px solid var(--blue); }
.legal h1 { font-size: clamp(3.5rem, 7vw, 6.5rem); }
.legal h2 { font: 400 2rem Georgia, serif; margin-top: 42px; }
.legal p, .legal li { color: var(--ink-2); }

.site-footer { margin-top: 110px; background: var(--terra); color: var(--ink); }
.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 75px 0; border-bottom: 1px solid rgba(20,33,61,.35); }
.newsletter h2 { font-size: clamp(3rem, 5vw, 5.6rem); }
.newsletter-form { display: flex; align-items: end; }
.newsletter-form input { flex: 1; height: 54px; border: 0; border-bottom: 2px solid var(--ink); background: transparent; padding: 0 12px; outline: none; }
.newsletter-success { font: 400 2rem Georgia, serif; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; padding: 60px 0; }
.footer-grid h3 { font: 400 1.6rem Georgia, serif; }
.footer-grid h4 { font: 800 .68rem ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid ul { padding: 0; margin: 0; list-style: none; }
.footer-grid li { margin: 7px 0; font-size: .9rem; }
.footer-bottom { border-top: 1px solid rgba(20,33,61,.35); padding: 22px 0; display: flex; justify-content: space-between; gap: 20px; font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; }

.cookie-banner { position: fixed; left: 24px; bottom: 24px; z-index: 70; width: min(470px, calc(100% - 48px)); padding: 24px; background: var(--ink); color: white; border-left: 8px solid var(--lime); box-shadow: var(--shadow); }
.cookie-banner p { margin-top: 0; color: rgba(255,255,255,.75); font-size: .85rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-actions button { padding: 9px 12px; border: 1px solid white; background: transparent; color: white; cursor: pointer; font-size: .65rem; text-transform: uppercase; }
.cookie-actions button:last-child { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.cookie-panel { position: fixed; inset: 0; z-index: 80; background: rgba(20,33,61,.7); display: grid; place-items: center; padding: 24px; }
.cookie-dialog { width: min(560px, 100%); background: var(--paper); padding: 40px; box-shadow: 14px 14px 0 var(--terra); }
.cookie-choice { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }

@media (max-width: 980px) {
  .container, .narrow { width: min(100% - 32px, 740px); }
  .utility { display: none; }
  .nav-shell { min-height: 76px; grid-template-columns: 1fr auto; }
  .desktop-nav, .nav-shell > .button { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { inset: 76px 0 0; }
  .hero, .page-hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 75px 24px 55px; }
  .hero-image { clip-path: none; min-height: 430px; }
  .page-hero-copy { min-height: 420px; }
  .page-hero-media { min-height: 480px; }
  .home-intro, .split, .form-layout, .newsletter { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .feature { grid-column: span 6; }
  .feature:last-child { grid-column: 4 / span 6; }
  .icon-grid { grid-template-columns: repeat(2, 1fr); }
  .icon-item:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.35); }
  .icon-item:nth-child(2n) { border-right: 0; }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 6; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .section { padding: 72px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 18px; }
  .hero h1, .page-hero h1 { font-size: clamp(3.5rem, 17vw, 5rem); }
  .hero-image { min-height: 360px; }
  .hero-badge { width: 105px; bottom: 18px; }
  .home-intro { gap: 25px; }
  .stats { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .feature-grid, .cards { display: grid; grid-template-columns: 1fr; }
  .feature, .feature:last-child { grid-column: auto; transform: none; }
  .split-media { min-height: 390px; }
  .split-copy { padding: 55px 24px; }
  .page-hero-media { min-height: 360px; }
  .page-hero-media::before { border-width: 14px; border-left: 14px solid var(--terra); }
  .icon-grid { grid-template-columns: 1fr; }
  .icon-item, .icon-item:nth-child(2n), .icon-item:nth-child(3n) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 12; }
  .form-aside, .form-main, .legal { padding: 34px 24px; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .booking-summary { grid-template-columns: 1fr; }
  .newsletter { gap: 20px; }
  .newsletter-form { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { left: 12px; bottom: 12px; width: calc(100% - 24px); }
}

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