:root {
  --navy: #173a47;
  --navy-deep: #102b35;
  --water: #2e6978;
  --coral: #c46f57;
  --coral-light: #eab8a3;
  --sand: #f2e8d8;
  --cream: #fbf7ef;
  --paper: #fffdf8;
  --ink: #243238;
  --muted: #617077;
  --line: rgba(23,58,71,.17);
  --shadow: 0 24px 80px rgba(16,43,53,.13);
  --radius: 26px;
  --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(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid rgba(196,111,87,.7); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 10px 14px; color: white; background: var(--navy); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 60; top: 0; min-height: 104px; display: flex; align-items: center; justify-content: space-between; padding: 8px clamp(20px,4vw,64px); background: rgba(251,247,239,.93); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(16,43,53,.07); }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: auto; object-fit: contain; }
.brand-logo-full { width: 170px; height: 84px; }
.brand-logo-mark { display: none; width: 42px; height: 60px; }
.main-nav { display: flex; align-items: center; gap: clamp(15px,2vw,28px); }
.main-nav a { position: relative; text-decoration: none; font-size: 14px; font-weight: 500; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--coral); transition: right .22s; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.main-nav .nav-cta { min-height: 48px; display: inline-flex; align-items: center; padding: 0 20px; color: white; background: var(--navy); border-radius: 999px; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 11px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: var(--ink); }

main { min-height: 60vh; overflow: hidden; }
.shell { width: min(1180px,calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(790px,calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(76px,10vw,136px) 0; position: relative; }
.section-paper { background: var(--paper); }
.section-sand { background: var(--sand); }
.section-navy { color: white; background: var(--navy-deep); }
.eyebrow { margin: 0 0 14px; color: var(--coral); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1,h2,h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(52px,7.5vw,102px); letter-spacing: -.04em; }
h2 { font-size: clamp(36px,5vw,61px); letter-spacing: -.025em; }
h3 { font-size: clamp(25px,3vw,34px); }
p { margin: 18px 0 0; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(18px,2vw,22px); line-height: 1.6; }
.section-navy p,.section-navy .lead { color: rgba(255,255,255,.76); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 24px; color: white; background: var(--coral); border: 1px solid var(--coral); border-radius: 999px; text-decoration: none; font-weight: 600; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: #ae5e49; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(108,55,43,.18); }
.button-outline { color: var(--navy); background: transparent; border-color: var(--navy); }
.button-light { color: var(--navy); background: white; border-color: white; }
.button-outline-light { color: white; background: transparent; border-color: rgba(255,255,255,.66); }
.button-ghost { color: var(--ink); background: transparent; border-color: var(--line); }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 23px; color: var(--navy); font-weight: 600; text-underline-offset: 5px; }
.text-link::after { content: "→"; }

.hero { min-height: calc(100vh - 104px); display: grid; grid-template-columns: .9fr 1.1fr; color: white; background: var(--navy-deep); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(68px,8vw,120px) clamp(28px,6vw,92px); }
.hero-copy h1 { max-width: 700px; }
.hero-copy .lead { max-width: 590px; color: rgba(255,255,255,.74); }
.hero-visual { min-height: 650px; position: relative; overflow: hidden; }
.hero-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 36%; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(16,43,53,.22),transparent 28%),linear-gradient(0deg,rgba(16,43,53,.26),transparent 40%); }
.hero-badge { position: absolute; z-index: 2; right: 26px; bottom: 26px; width: min(300px,calc(100% - 52px)); padding: 20px 23px; border: 1px solid rgba(255,255,255,.62); border-radius: 20px; background: rgba(16,43,53,.42); backdrop-filter: blur(13px); }
.hero-badge strong { display: block; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.hero-badge span { color: rgba(255,255,255,.72); font-size: 13px; }
.quick-facts { display: grid; grid-template-columns: repeat(4,1fr); background: var(--coral); color: white; }
.quick-facts > * { padding: 28px clamp(18px,4vw,52px); border-right: 1px solid rgba(255,255,255,.24); }
.quick-facts > *:last-child { border: 0; }
.quick-facts strong { display: block; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.quick-facts span { font-size: 13px; opacity: .8; }
.quick-price-link { color: white; text-decoration: none; transition: background .2s; }
.quick-price-link:hover { background: rgba(255,255,255,.1); }

.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(46px,8vw,110px); align-items: center; }
.image-frame { min-height: 620px; margin: 0; position: relative; overflow: hidden; border-radius: 220px 220px 26px 26px; background: var(--sand); box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.image-frame.host img { object-position: center 18%; }
.image-frame.canal img { object-position: center; }
.detail-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }
.detail-list div { padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.45); }
.detail-list strong { display: block; color: var(--navy); }
.detail-list span { color: var(--muted); font-size: 14px; }

.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 50px; }
.card { min-height: 390px; display: flex; flex-direction: column; padding: 34px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,248,.78); }
.card:nth-child(2) { color: white; background: var(--navy); transform: translateY(-12px); }
.card .number { margin-bottom: 68px; color: var(--coral); font-size: 13px; letter-spacing: .14em; }
.card p { color: var(--muted); }
.card:nth-child(2) p { color: rgba(255,255,255,.72); }
.card .text-link { margin-top: auto; padding-top: 28px; }
.card:nth-child(2) .text-link { color: white; }

.photo-ribbon { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 5px; min-height: 660px; }
.photo-ribbon figure { min-width: 0; margin: 0; position: relative; overflow: hidden; }
.photo-ribbon figure:nth-child(2) { margin-block: -28px; z-index: 1; border-radius: var(--radius); box-shadow: var(--shadow); }
.photo-ribbon img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .6s; }
.photo-ribbon figure:hover img { transform: scale(1.025); }
.photo-ribbon .friends img { object-position: center 38%; }
.quote-block { max-width: 930px; margin-inline: auto; text-align: center; }
.quote-block blockquote { margin: 24px 0 0; font-family: var(--serif); font-size: clamp(30px,4.5vw,54px); font-style: italic; line-height: 1.35; }
.quote-block p { color: rgba(255,255,255,.68); }

.page-hero { padding: clamp(90px,12vw,165px) 0 clamp(75px,9vw,120px); color: white; background: radial-gradient(circle at 84% 18%,rgba(196,111,87,.4),transparent 32%),var(--navy-deep); }
.page-hero h1 { max-width: 990px; }
.page-hero .lead { color: rgba(255,255,255,.73); }
.page-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.fact { padding: 8px 14px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; font-size: 13px; }
.content-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(45px,8vw,100px); align-items: start; }
.prose h2 { margin-top: 56px; font-size: clamp(31px,4vw,45px); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 32px; font-family: var(--sans); font-size: 18px; font-weight: 600; }
.prose p,.prose li { color: var(--muted); }
.prose ul { padding-left: 20px; }
.prose li { margin: 8px 0; }
.side-card { position: sticky; top: 112px; padding: 32px; border-radius: var(--radius); color: white; background: var(--navy); box-shadow: var(--shadow); }
.side-card p { color: rgba(255,255,255,.72); }
.side-card .price { color: white; font-family: var(--serif); font-size: 38px; }
.side-card dl { margin: 28px 0; }
.side-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.side-card dt { color: rgba(255,255,255,.6); }
.side-card dd { margin: 0; font-weight: 600; text-align: right; }
.side-card .button { width: 100%; }

.price-section { scroll-margin-top: 104px; }
.price-calculator { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; margin-top: 48px; }
.price-choices,.price-result { padding: clamp(28px,4vw,44px); border-radius: var(--radius); }
.price-choices { border: 1px solid var(--line); background: var(--cream); }
.duration-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.duration-fieldset legend,.calculator-people > span { margin-bottom: 12px; font-size: 14px; font-weight: 600; }
.duration-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.duration-option { position: relative; cursor: pointer; }
.duration-option input { position: absolute; opacity: 0; pointer-events: none; }
.duration-option span { min-height: 92px; display: flex; flex-direction: column; justify-content: center; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: white; transition: border-color .2s,background .2s,transform .2s; }
.duration-option small { color: var(--muted); }
.duration-option strong { color: var(--navy); font-family: var(--serif); font-size: 24px; font-weight: 500; }
.duration-option:hover span { transform: translateY(-2px); }
.duration-option:has(input:checked) span { color: white; border-color: var(--navy); background: var(--navy); box-shadow: 0 10px 28px rgba(16,43,53,.14); }
.duration-option:has(input:checked) small,.duration-option:has(input:checked) strong { color: white; }
.duration-option:has(input:focus-visible) span { outline: 3px solid rgba(196,111,87,.7); outline-offset: 3px; }
.calculator-people { width: min(230px,100%); display: flex; flex-direction: column; margin-top: 24px; }
.calculator-people input { min-height: 52px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.arrangement-choice { display: grid; grid-template-columns: 24px 1fr; gap: 13px; align-items: start; margin-top: 24px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: white; cursor: pointer; }
.arrangement-choice:has(input:checked) { border-color: var(--coral); background: rgba(234,184,163,.18); }
.arrangement-choice input { width: 20px; height: 20px; margin-top: 4px; accent-color: var(--coral); }
.arrangement-choice strong,.arrangement-choice small,.arrangement-choice b { display: block; }
.arrangement-choice small { margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.arrangement-choice b { margin-top: 9px; color: var(--coral); font-size: 15px; }
.custom-wishes { display: flex; gap: 9px; margin-top: 18px; color: var(--muted); font-size: 14px; }
.custom-wishes strong { color: var(--navy); }
.price-result { display: flex; flex-direction: column; color: white; background: var(--navy); box-shadow: var(--shadow); }
.price-lines { margin-top: 20px; }
.price-lines div,.price-total { display: flex; justify-content: space-between; gap: 24px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.price-lines span { color: rgba(255,255,255,.65); }
.price-total { margin-top: 16px; align-items: end; border: 0; }
.price-total span { font-size: 18px; }
.price-total strong { font-family: var(--serif); font-size: clamp(42px,5vw,60px); font-weight: 500; line-height: 1; }
.price-result > p:not(.eyebrow) { margin-top: 5px; color: rgba(255,255,255,.7); }
.price-result .button { width: 100%; margin-top: auto; }
.price-result > small { display: block; margin-top: 14px; color: rgba(255,255,255,.6); line-height: 1.5; }

.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; }
.gallery-grid figure { min-height: 300px; margin: 0; position: relative; overflow: hidden; border-radius: 20px; background: var(--sand); }
.gallery-grid figure:nth-child(1) { grid-column: span 7; min-height: 620px; }
.gallery-grid figure:nth-child(2) { grid-column: span 5; min-height: 620px; }
.gallery-grid figure:nth-child(3),.gallery-grid figure:nth-child(4),.gallery-grid figure:nth-child(5) { grid-column: span 4; min-height: 430px; }
.gallery-grid figure:nth-child(6) { grid-column: span 5; min-height: 520px; }
.gallery-grid figure:nth-child(7) { grid-column: span 7; min-height: 520px; }
.gallery-grid img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .55s; }
.gallery-grid .gallery-bozu img { object-position: center 52%; }
.gallery-grid .gallery-city-boat img { object-position: center 72%; }
.gallery-grid figure:hover img { transform: scale(1.025); }

.booking-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; margin-top: 48px; }
.booking-info,.form-card { padding: clamp(28px,5vw,48px); border-radius: var(--radius); }
.booking-info { color: white; background: var(--navy); }
.booking-info p,.booking-info li { color: rgba(255,255,255,.72); }
.booking-info ul { padding-left: 20px; }
.form-card { border: 1px solid var(--line); background: var(--paper); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 24px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1/-1; }
.field label { font-size: 14px; font-weight: 600; }
.field input,.field select,.field textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); border: 1px solid rgba(23,58,71,.27); border-radius: 12px; background: white; }
.field textarea { min-height: 125px; resize: vertical; }
.check { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; font-size: 13px; }
.check input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--coral); }
.form-note { color: var(--muted); font-size: 13px; }
.booking-arrangement { margin-top: 0; }
.booking-estimate { padding: 16px 18px; color: var(--navy); border: 1px solid rgba(196,111,87,.42); border-radius: 14px; background: rgba(234,184,163,.16); }
.booking-estimate strong { display: block; font-size: 18px; }
.booking-estimate span { color: var(--muted); font-size: 13px; }
.form-card .button { margin-top: 24px; }
.form-status { min-height: 28px; margin-top: 16px; color: var(--navy); font-weight: 600; }

.legal { padding: 90px 0 125px; }
.legal h1 { font-size: clamp(44px,7vw,76px); }
.legal h2 { margin-top: 48px; font-size: 31px; }
.legal p,.legal li { color: var(--muted); }
.notice { margin: 34px 0; padding: 22px 25px; border-left: 3px solid var(--coral); background: var(--sand); }
.not-found { min-height: 65vh; display: grid; place-items: center; padding: 70px 20px; text-align: center; background: var(--sand); }
.not-found h1 { color: var(--coral-light); font-size: clamp(85px,17vw,180px); }

.site-footer { padding: 68px clamp(20px,5vw,72px) 28px; color: white; background: #0c232c; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .75fr .75fr; gap: 54px; }
.brand-footer { width: fit-content; padding: 11px 14px; border-radius: 16px; background: var(--cream); }
.footer-logo { width: 215px; height: auto; }
.site-footer p,.site-footer span { color: rgba(255,255,255,.55); }
.site-footer h2 { margin-bottom: 18px; font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.site-footer a:not(.brand) { display: block; width: fit-content; margin: 9px 0; color: rgba(255,255,255,.76); text-decoration: none; }
.site-footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; }
.link-button { padding: 0; color: inherit; border: 0; background: transparent; text-decoration: underline; cursor: pointer; }

.cookie-panel { position: fixed; z-index: 100; inset: 0; display: grid; place-items: end center; padding: 20px; background: rgba(10,30,38,.5); backdrop-filter: blur(6px); }
.cookie-panel[hidden] { display: none; }
.cookie-card { width: min(760px,100%); padding: 30px; border-radius: 24px; background: var(--paper); box-shadow: 0 30px 90px rgba(9,30,37,.3); }
.cookie-card h2 { font-size: 34px; }
.cookie-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 24px 0; }
.cookie-options label { display: flex; justify-content: space-between; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; }
.cookie-options small { display: block; color: var(--muted); }
.cookie-options input { width: 20px; height: 20px; accent-color: var(--coral); }
.cookie-actions { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px; }

@media (max-width: 1000px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 104px 0 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 30px; background: var(--cream); overflow-y: auto; }
  .main-nav.open { display: flex; }
  .main-nav a { min-height: 52px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 23px; }
  .main-nav .nav-cta { justify-content: center; margin-top: 22px; font-family: var(--sans); font-size: 15px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; }
  .hero-visual { min-height: 610px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .card:nth-child(2) { transform: none; }
  .price-calculator { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { min-height: 76px; padding-inline: 18px; }
  .brand-logo-full { display: none; }
  .brand-logo-mark { display: block; }
  .main-nav { inset-block-start: 76px; }
  .section { padding-block: 78px; }
  .hero-copy { min-height: 560px; padding: 68px 22px; }
  .hero-copy h1 { font-size: clamp(50px,14vw,69px); }
  .hero-visual { min-height: 520px; }
  .quick-facts { grid-template-columns: 1fr 1fr; }
  .quick-facts > *:nth-child(2) { border-right: 0; }
  .quick-facts > *:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.24); }
  .split,.content-grid,.booking-layout { grid-template-columns: 1fr; }
  .image-frame { min-height: 520px; order: 2; }
  .detail-list { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .photo-ribbon { grid-template-columns: 1fr 1fr; min-height: 780px; }
  .photo-ribbon figure:nth-child(2) { margin: 0; border-radius: 0; box-shadow: none; }
  .photo-ribbon figure:last-child { grid-column: 1/-1; }
  .gallery-grid figure,.gallery-grid figure:nth-child(n) { grid-column: span 12; min-height: 480px; }
  .gallery-grid figure:first-child { min-height: 540px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .duration-options { grid-template-columns: repeat(3,1fr); }
  .duration-option:last-child { grid-column: auto; }
  .custom-wishes { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .cookie-options { grid-template-columns: 1fr; }
  .cookie-actions .button { width: 100%; }
}

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