:root {
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --soft: #f8fafc;
  --sky: #0369a1;
  --sky-soft: #e0f2fe;
  --deep: #020617;
  --white: #ffffff;
  --amber: #fffbeb;
  --radius: 28px;
  --shadow: 0 20px 55px rgba(15, 23, 42, .12);
}
* { 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(--white); }
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px clamp(18px, 4vw, 56px); background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(226,232,240,.7); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-icon { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: 16px; color: white; background: var(--sky); font-size: 30px; line-height: 1; box-shadow: 0 8px 20px rgba(3, 105, 161, .25); }
.brand small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.desktop-nav { display: flex; align-items: center; gap: 24px; color: #334155; font-size: 14px; font-weight: 650; }
.desktop-nav a, .footer a { text-decoration: none; }
.desktop-nav a:hover, .footer a:hover { color: var(--sky); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 18px; text-decoration: none; border: 1px solid transparent; font-weight: 750; cursor: pointer; transition: .2s ease; font-size: 15px; }
.button.primary { background: var(--sky); color: white; box-shadow: 0 10px 24px rgba(3, 105, 161, .22); }
.button.primary:hover { transform: translateY(-1px); background: #075985; }
.button.secondary { border-color: var(--line); background: white; color: var(--ink); }
.button.secondary:hover { border-color: #bae6fd; background: #f0f9ff; }
.button.small { min-height: 42px; padding: 0 16px; font-size: 14px; }
.hero { min-height: 760px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; padding: 130px clamp(18px, 5vw, 72px) 70px; background: linear-gradient(135deg, #f0f9ff 0%, #fff 52%, #dbeafe 100%); overflow: hidden; }
.pill, .eyebrow { display: inline-flex; color: var(--sky); font-weight: 800; letter-spacing: .18em; text-transform: uppercase; font-size: 12px; }
.pill { letter-spacing: normal; text-transform: none; padding: 9px 14px; border-radius: 999px; background: white; box-shadow: 0 8px 22px rgba(15, 23, 42, .08); }
h1 { font-size: clamp(46px, 6vw, 86px); line-height: .96; letter-spacing: -.06em; margin: 20px 0; max-width: 860px; }
h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.04; letter-spacing: -.04em; margin: 10px 0 28px; max-width: 870px; }
h3 { margin: 0 0 12px; font-size: 22px; letter-spacing: -.02em; }
p { line-height: 1.75; }
.lead { color: #334155; font-size: 19px; max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 520px; }
.stats div { padding: 18px; border-radius: 24px; background: rgba(255,255,255,.86); border: 1px solid rgba(226,232,240,.65); text-align: center; box-shadow: 0 10px 24px rgba(15, 23, 42, .06); }
.stats strong { display: block; font-size: 20px; }
.stats span { color: var(--muted); font-size: 13px; }
.hero-grid { height: 560px; display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: 3fr 2fr; gap: 14px; }
.hero-grid img, .gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: 0 16px 42px rgba(15, 23, 42, .12); background: #dbeafe; }
.hero-grid .span-wide { grid-column: 1 / -1; }
.hero-grid img:nth-child(2) { grid-column: span 2; }
.hero-grid img:nth-child(3) { grid-column: span 3; }
.section { padding: 84px clamp(18px, 5vw, 72px); max-width: 1280px; margin: 0 auto; scroll-margin-top: 86px; }
.soft-bg { max-width: none; background: var(--soft); }
.soft-bg > * { max-width: 1280px; margin-left: auto; margin-right: auto; }
.two-col { display: grid; grid-template-columns: .95fr 1.05fr; gap: 36px; align-items: start; }
.copy-block { font-size: 18px; color: #334155; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 28px; }
.check-grid p { margin: 0; padding: 14px 16px; border-radius: 18px; background: var(--soft); color: #334155; font-size: 14px; font-weight: 650; }
.snapshot { background: var(--deep); color: white; border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.snapshot h3 { font-size: 28px; }
.snapshot dl { margin: 20px 0 0; }
.snapshot div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.snapshot div:last-child { border-bottom: none; }
.snapshot dt { color: #cbd5e1; }
.snapshot dd { margin: 0; text-align: right; font-weight: 700; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery img { min-height: 240px; }
.gallery .featured { grid-column: span 2; grid-row: span 2; min-height: 500px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card, .term-grid article, .booking-form, .info-card, .calendar-box, .mini-panel { border: 1px solid var(--line); background: white; border-radius: var(--radius); padding: 28px; box-shadow: 0 10px 28px rgba(15, 23, 42, .06); }
.card-icon { display: inline-flex; padding: 10px 12px; background: var(--sky-soft); color: var(--sky); border-radius: 14px; font-size: 13px; font-weight: 800; margin-bottom: 18px; }
.card p, .info-card p, .term-grid p { color: var(--muted); margin-bottom: 0; }
.calendar-layout { grid-template-columns: 1.1fr .9fr; }
.calendar-box { min-height: 520px; display: grid; place-items: center; background: linear-gradient(135deg, #f8fafc, #e0f2fe); }
.calendar-placeholder { text-align: center; max-width: 460px; }
.calendar-icon { font-size: 48px; color: var(--sky); margin-bottom: 12px; }
.note, .legal-note { padding: 18px; border-radius: 20px; background: white; color: var(--muted); }
.info-stack { display: grid; gap: 18px; }
.info-card.blue { background: var(--sky-soft); border-color: #bae6fd; }
.info-card ol { color: #334155; padding-left: 20px; line-height: 1.9; }
.booking-section { background: white; }
.mini-panel { margin-top: 28px; background: var(--soft); box-shadow: none; }
.mini-panel ul { margin-bottom: 0; color: #334155; line-height: 1.9; }
.booking-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.booking-form h3, .booking-form p, .booking-form .full, .booking-form button, .booking-form small { grid-column: 1 / -1; }
.booking-form p { margin-top: -4px; color: var(--muted); }
label { font-weight: 750; font-size: 14px; color: #334155; }
input, textarea { width: 100%; margin-top: 8px; border: 1px solid var(--line); border-radius: 16px; padding: 14px 15px; font: inherit; outline: none; }
textarea { min-height: 132px; resize: vertical; }
input:focus, textarea:focus { border-color: #7dd3fc; box-shadow: 0 0 0 4px #e0f2fe; }
.booking-form button { width: fit-content; border: none; }
.booking-form small { color: var(--muted); line-height: 1.5; }
.term-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.legal-note { background: var(--amber); color: #92400e; margin-top: 18px; }
.map { width: 100%; min-height: 430px; border: 0; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-cards .card a { color: var(--sky); font-weight: 750; }
.footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 34px clamp(18px, 5vw, 72px); background: var(--deep); color: white; }
.footer p { color: #94a3b8; margin: 4px 0 0; }
.footer nav { display: flex; flex-wrap: wrap; gap: 18px; color: #cbd5e1; font-size: 14px; }
.reveal { animation: fadeUp .7s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero, .two-col, .calendar-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 110px; min-height: auto; }
  .hero-grid { height: auto; grid-template-rows: none; }
  .hero-grid img { min-height: 220px; }
  .gallery, .cards, .term-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .site-header { padding: 10px 14px; }
  .brand small { display: none; }
  .button.small { display: none; }
  .hero, .section { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: 46px; }
  .stats, .check-grid, .gallery, .cards, .term-grid, .booking-form { grid-template-columns: 1fr; }
  .gallery .featured { grid-column: auto; grid-row: auto; min-height: 260px; }
  .snapshot div { flex-direction: column; gap: 4px; }
  .snapshot dd { text-align: left; }
}
