/* ============================================================
   TEST-2 — "Soft Editorial" — elegant, pastel, serif display
   ============================================================ */
:root {
  --cream: #FAF5EE;
  --cream-dark: #F1E9DD;
  --ink: #2E2A26;
  --ink-soft: #6E675E;
  --sage: #9DBBA8;
  --turquoise: #459EA1;
  --terra: #D8845F;
  --blush: #E8C8BC;
  --line: #DED4C4;
  --serif: "Quicksand", sans-serif;
  --sans: "Outfit", sans-serif;
  --header-bg: rgba(250, 245, 238, .92);
}

[data-theme="theme-2"] {
  --cream: #FFF8EF;
  --cream-dark: #F6E9DA;
  --ink: #173B3F;
  --ink-soft: #617174;
  --sage: #A8CEC2;
  --turquoise: #198F91;
  --terra: #E87855;
  --blush: #F2C2AE;
  --line: #E4D3C1;
  --serif: "Noto Serif Display", Georgia, serif;
  --sans: "Manrope", sans-serif;
  --header-bg: rgba(255, 248, 239, .92);
}

[data-theme="theme-3"] {
  --cream: #FFF7FB;
  --cream-dark: #F8EAF2;
  --ink: #402D48;
  --ink-soft: #77677D;
  --sage: #A9DCD5;
  --turquoise: #43AAA8;
  --terra: #E66591;
  --blush: #F3B9D0;
  --line: #E8D3E0;
  --serif: "Nunito", "Segoe UI", sans-serif;
  --sans: "Nunito Sans", sans-serif;
  --header-bg: rgba(255, 247, 251, .92);
}

[data-theme="theme-4"] {
  --cream: #F5F7F2;
  --cream-dark: #E7ECE4;
  --ink: #26332D;
  --ink-soft: #657169;
  --sage: #A9BFAF;
  --turquoise: #527E72;
  --terra: #C38B50;
  --blush: #D8C8B7;
  --line: #D2DAD2;
  --serif: "Lora", Georgia, serif;
  --sans: "Inter", sans-serif;
  --header-bg: rgba(245, 247, 242, .93);
}

[data-theme="theme-5"] {
  --cream: #FFFBEF;
  --cream-dark: #F6EBC5;
  --ink: #3C3522;
  --ink-soft: #756D55;
  --sage: #A9D2B7;
  --turquoise: #2D9C8F;
  --terra: #E99A32;
  --blush: #F3D785;
  --line: #E5D9AE;
  --serif: "Nunito", "Segoe UI", sans-serif;
  --sans: "Manrope", sans-serif;
  --header-bg: rgba(255, 251, 239, .93);
}

[data-theme="theme-6"] {
  --cream: #F3FBFC;
  --cream-dark: #DDEFF2;
  --ink: #17333B;
  --ink-soft: #60777D;
  --sage: #A7D4CD;
  --turquoise: #167A95;
  --terra: #E4775B;
  --blush: #B8DCE5;
  --line: #CDE2E6;
  --serif: "Noto Serif Display", Georgia, serif;
  --sans: "DM Sans", sans-serif;
  --header-bg: rgba(243, 251, 252, .93);
}

[data-theme="theme-7"] {
  --cream: #FFF6F0;
  --cream-dark: #F8E2D5;
  --ink: #4B302B;
  --ink-soft: #806861;
  --sage: #B7CEC1;
  --turquoise: #5B9A91;
  --terra: #E98664;
  --blush: #F2C6B5;
  --line: #E8D1C5;
  --serif: "Lora", Georgia, serif;
  --sans: "Nunito Sans", sans-serif;
  --header-bg: rgba(255, 246, 240, .93);
}

[data-theme="theme-8"] {
  --cream: #FFF9E8;
  --cream-dark: #F2EDFF;
  --ink: #30274A;
  --ink-soft: #6E6681;
  --sage: #65C6A9;
  --turquoise: #6E60C7;
  --terra: #F05D7C;
  --blush: #FFD066;
  --line: #DED5ED;
  --serif: "Montserrat", "Segoe UI", sans-serif;
  --sans: "Nunito", "Segoe UI", sans-serif;
  --header-bg: rgba(255, 249, 232, .93);
}

[data-theme="theme-9"] {
  --cream: #F8F5FF;
  --cream-dark: #EDE7FA;
  --ink: #342D50;
  --ink-soft: #706987;
  --sage: #B6D5C9;
  --turquoise: #6A8E82;
  --terra: #9266C7;
  --blush: #D8C7EE;
  --line: #DCD4EB;
  --serif: "Quicksand", sans-serif;
  --sans: "Inter", sans-serif;
  --header-bg: rgba(248, 245, 255, .93);
}

[data-theme="theme-10"] {
  --cream: #FFFFFF;
  --cream-dark: #F2F4F5;
  --ink: #17191C;
  --ink-soft: #666C72;
  --sage: #A9D9D4;
  --turquoise: #008F91;
  --terra: #F06458;
  --blush: #D8F0EF;
  --line: #DDE1E4;
  --serif: "Manrope", sans-serif;
  --sans: "Inter", sans-serif;
  --header-bg: rgba(255, 255, 255, .94);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 24px; }
body {
  font-family: var(--sans);
  font-weight: 300;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.16; }
h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h1 em, h2 em, .footer-cta em { font-style: normal; color: var(--turquoise); }
[data-web-title] { overflow-wrap: anywhere; white-space: pre-wrap; }
.wrap { width: min(1200px, 90vw); margin-inline: auto; }
.eyebrow {
  font-size: .78rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--terra); font-weight: 500; margin-bottom: 18px;
}

/* ---------- Preloader ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 999; pointer-events: none;
  transform-origin: center; will-change: opacity, transform;
  transition: opacity .8s ease, transform .9s cubic-bezier(.65, 0, .35, 1), visibility .8s;
}
.curtain { position: absolute; top: 0; bottom: 0; width: 50.5%; background: var(--cream-dark); }
[data-theme="theme-1"] .curtain {
  background-image:
    radial-gradient(circle at 18% 18%, rgba(255, 250, 244, .92) 0 8%, transparent 18%),
    radial-gradient(circle at 32% 16%, rgba(255, 250, 244, .76) 0 7%, transparent 16%),
    radial-gradient(circle at 78% 32%, rgba(255, 250, 244, .86) 0 9%, transparent 19%),
    radial-gradient(circle at 68% 74%, rgba(255, 250, 244, .72) 0 8%, transparent 18%),
    linear-gradient(135deg, #C9DBEA 0%, #F3C7C2 100%);
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  overflow: hidden;
}
[data-theme="theme-1"] .curtain-left { background-position: left top; }
[data-theme="theme-1"] .curtain-right { background-position: right top; }
.curtain-left { left: 0; }
.curtain-right { right: 0; }
.preloader[data-transition="curtain"] .curtain {
  transition: transform 1s cubic-bezier(.8, 0, .2, 1) .2s;
}
.preloader[data-transition="curtain"].done .curtain-left { transform: translateX(-101%); }
.preloader[data-transition="curtain"].done .curtain-right { transform: translateX(101%); }
.preloader[data-transition="fade"].done { opacity: 0; visibility: hidden; }
.preloader[data-transition="slide-up"].done { transform: translateY(-101%); visibility: hidden; }
.preloader[data-transition="zoom"].done { opacity: 0; transform: scale(1.1); visibility: hidden; }
.preloader-content {
  position: absolute; inset: 0; z-index: 2;
  display: grid; place-content: center; text-align: center;
  transition: opacity .5s ease;
}
.preloader[data-transition="curtain"].done .preloader-content { opacity: 0; }
.preloader-logo { display: flex; justify-content: center; }
.preloader-logo svg { width: min(380px, 72vw); height: auto; overflow: hidden; }
.preloader-logo path {
  fill: var(--ink);
  transform: translateY(310px);
  animation: riseUp .9s cubic-bezier(.2, .6, .2, 1) forwards;
}
/* "Sky" letters (S, k, y) in turquoise picked from the space's mint tones */
.preloader-logo path:nth-child(1),
.preloader-logo path:nth-child(4),
.preloader-logo path:nth-child(7) { fill: var(--turquoise); }
/* DOM order of letters: S, d, s, k, K, i, y — delays make them enter left to right */
.preloader-logo path:nth-child(1) { animation-delay: .05s; } /* S */
.preloader-logo path:nth-child(2) { animation-delay: .40s; } /* d */
.preloader-logo path:nth-child(3) { animation-delay: .47s; } /* s */
.preloader-logo path:nth-child(4) { animation-delay: .12s; } /* k */
.preloader-logo path:nth-child(5) { animation-delay: .26s; } /* K */
.preloader-logo path:nth-child(6) { animation-delay: .33s; } /* i */
.preloader-logo path:nth-child(7) { animation-delay: .19s; } /* y */
@keyframes riseUp { to { transform: translateY(0); } }
.preloader-sub {
  margin-top: 10px; font-size: .8rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--ink-soft); opacity: 0; animation: fadeIn .8s ease .7s forwards;
}
@keyframes fadeIn { to { opacity: 1; } }
.preloader-line { width: 220px; height: 1px; background: var(--line); margin: 30px auto 0; overflow: hidden; }
.preloader-line i { display: block; height: 100%; width: 0; background: var(--terra); transition: width .3s ease; }

/* ---------- Header ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .4s ease, box-shadow .4s ease;
}
.header.scrolled { background: var(--header-bg); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line); }
.header-inner {
  width: min(1360px, 94vw); margin-inline: auto;
  display: flex; align-items: center; gap: 34px; padding: 20px 0;
}
.brand-logo { height: 38px; width: auto; display: block; }
.brand-logo path { fill: #fff; transition: fill .4s ease; }
.header.scrolled .brand-logo path { fill: var(--ink); }
.header.scrolled .brand-logo path:nth-child(1),
.header.scrolled .brand-logo path:nth-child(4),
.header.scrolled .brand-logo path:nth-child(7) { fill: var(--turquoise); }
.nav { display: flex; gap: 28px; margin-left: auto; }
.nav a {
  font-size: .92rem; font-weight: 400; letter-spacing: .02em; position: relative;
  color: #fff; transition: color .3s;
}
.header.scrolled .nav a { color: var(--ink); }
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -5px; height: 1px; width: 0;
  background: currentColor; transition: width .3s ease;
}
.nav a:hover::after { width: 100%; }
.burger { display: none; }

/* ---------- Buttons ---------- */
.btn-solid, .btn-line {
  display: inline-block; font-family: var(--sans); font-size: .9rem; font-weight: 500;
  letter-spacing: .06em; text-transform: uppercase; cursor: pointer;
  padding: 15px 34px; border-radius: 99px; transition: all .3s ease; border: none;
}
.btn-solid { background: var(--ink); color: var(--cream); }
.btn-solid:hover { background: var(--turquoise); }
.btn-line { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--cream); }
.btn-line-light { color: #fff; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7); }
.btn-line-light:hover { background: #fff; color: var(--ink); }
.header-cta { padding: 11px 24px; color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.7); background: transparent; }
.header.scrolled .header-cta { color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.header-cta:hover { background: var(--ink) !important; color: var(--cream) !important; }
.btn-full { width: 100%; }
.btn-small { padding: 9px 20px; font-size: .78rem; }

/* ---------- Hero ---------- */
.hero { position: relative; height: 100vh; min-height: 640px; display: grid; place-items: center; overflow: hidden; }
.hero-video, .hero-video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(70% 60% at 50% 45%, rgba(20, 24, 20, .38), transparent 75%),
    linear-gradient(180deg, rgba(20, 24, 20, .48), rgba(20, 24, 20, .66));
}
.hero-content { position: relative; z-index: 2; text-align: center; color: #fff; padding: 0 20px; text-shadow: 0 2px 28px rgba(10, 12, 10, .55); }
.hero-content .eyebrow { color: var(--blush); }
.hero-content h1 em { color: var(--blush); }
.hero-lead { max-width: 54ch; margin: 26px auto 0; font-size: 1.12rem; font-weight: 300; opacity: .92; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 38px; }
.hero-scroll {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 2;
  color: #fff; font-size: .72rem; letter-spacing: .3em; text-transform: uppercase;
  display: grid; justify-items: center; gap: 10px; opacity: .8;
}
.hero-scroll span { display: block; width: 1px; height: 44px; background: rgba(255, 255, 255, .5); position: relative; overflow: hidden; }
.hero-scroll span::after {
  content: ""; position: absolute; top: -50%; left: 0; width: 100%; height: 50%;
  background: #fff; animation: scrollDrop 1.8s ease infinite;
}
@keyframes scrollDrop { to { top: 110%; } }

/* ---------- Statement ---------- */
.statement { padding: clamp(90px, 12vw, 160px) 0; text-align: center; }
.statement-title { font-size: clamp(1.6rem, 3.2vw, 2.6rem); max-width: 21em; margin-inline: auto; }

/* ---------- About ---------- */
.about { border-top: 1px solid var(--line); padding: clamp(44px, 6vw, 72px) 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(40px, 6vw, 100px); }
.about-sticky { position: sticky; top: 96px; align-self: start; }
.about-sticky h2 { margin-bottom: 22px; }
.about-sticky p { color: var(--ink-soft); max-width: 44ch; margin-bottom: 30px; }
.about-items { display: grid; }
.about-item {
  display: flex; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line);
}
.about-item:first-child { padding-top: 0; }
.about-item:last-child { border-bottom: none; padding-bottom: 0; }
.about-ico { color: var(--terra); font-size: 42px; line-height: 1; flex: 0 0 auto; padding-top: 2px; }
.about-ico svg { display: block; }
.about-item h3 { font-size: 1.45rem; margin-bottom: 8px; }
.about-item p { color: var(--ink-soft); font-size: .98rem; max-width: 52ch; }

/* ---------- Feature photo ---------- */
.feature-photo { padding-bottom: clamp(60px, 8vw, 110px); }
.feature-photo-inner { overflow: hidden; }
.feature-photo-inner img { width: 100%; height: clamp(340px, 60vh, 640px); object-fit: cover; transform: scale(1.08); transition: transform 1.4s ease; }
.feature-photo-inner.in img { transform: scale(1); }
.feature-caption { display: flex; justify-content: flex-end; padding-top: 22px; }
.feature-caption p { max-width: 40ch; color: var(--ink-soft); font-size: .95rem; border-left: 2px solid var(--terra); padding-left: 18px; }

/* ---------- Packages ---------- */
.packages { background: var(--cream-dark); padding: clamp(80px, 10vw, 140px) 0; }
.packages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: 30px; margin-top: 60px; }
.pkg { background: var(--cream); padding: 46px 42px; position: relative; transition: transform .35s ease, box-shadow .35s ease; }
.pkg:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(46, 42, 38, .1); }
.pkg-featured { background: var(--ink); color: var(--cream); }
.pkg-badge {
  position: absolute; top: -14px; left: 42px;
  background: var(--terra); color: #fff; font-size: .72rem; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase; padding: 7px 16px; border-radius: 99px;
}
.pkg-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.pkg h3 { font-size: 1.7rem; }
.pkg-price { font-family: var(--serif); font-weight: 600; font-size: 2rem; color: var(--terra); }
.pkg-featured .pkg-price { color: var(--blush); }
.pkg-desc { color: var(--ink-soft); margin-bottom: 24px; font-size: .96rem; }
.pkg-featured .pkg-desc { color: #B8B0A4; }
.pkg ul { list-style: none; margin-bottom: 34px; }
.pkg li { padding: 11px 0 11px 26px; border-bottom: 1px solid var(--line); position: relative; font-size: .95rem; }
.pkg-featured li { border-color: rgba(250, 245, 238, .14); }
.pkg li::before { content: "—"; position: absolute; left: 0; color: var(--terra); }
.pkg-featured li::before { color: var(--sage); }
.pkg li.pkg-separator {
  margin-top: 14px; padding: 18px 0 8px; border-bottom: 0; border-top: 1px solid var(--terra);
  color: var(--terra); font-size: .73rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase;
}
.pkg li.pkg-separator::before { content: none; }
.pkg-featured li.pkg-separator { border-color: var(--sage); color: var(--sage); }
.pkg-featured .btn-solid { background: var(--cream); color: var(--ink); }
.pkg-featured .btn-solid:hover { background: var(--sage); }

/* ---------- Gallery ---------- */
.gallery { padding: clamp(80px, 10vw, 140px) 0 0; }
.gallery-head { text-align: center; margin-bottom: 46px; }
.gallery-stage { position: relative; }
.gal-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 56px; height: 56px; border-radius: 50%; border: none;
  background: var(--cream); color: var(--ink);
  box-shadow: 0 10px 30px rgba(46, 42, 38, .22);
  font-size: 1.2rem; cursor: pointer;
  transition: background .25s, color .25s;
}
.gal-arrow:hover { background: var(--terra); color: #fff; }
.gal-arrow-left { left: 18px; }
.gal-arrow-right { right: 18px; }
.gallery-track {
  display: flex; gap: 22px; overflow-x: auto; scroll-behavior: smooth;
  padding: 0 calc((100vw - min(1200px, 90vw)) / 2) 10px 22px;
  scrollbar-width: none; cursor: grab; user-select: none;
}
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-track.dragging { cursor: grabbing; scroll-behavior: auto; }
.gallery-item { flex: 0 0 auto; overflow: hidden; position: relative; }
.gallery-item:nth-child(odd) { width: min(480px, 74vw); height: 420px; }
.gallery-item:nth-child(even) { width: min(340px, 60vw); height: 420px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; -webkit-user-drag: none; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item figcaption {
  position: absolute; left: 16px; bottom: 14px; color: #fff; font-size: .78rem;
  letter-spacing: .2em; text-transform: uppercase; opacity: 0; transition: opacity .3s;
}
.gallery-item:hover figcaption { opacity: 1; }
.gallery-progress { width: min(1200px, 90vw); margin: 36px auto 0; height: 1px; background: var(--line); }
.gallery-progress i { display: block; height: 100%; width: 10%; background: var(--terra); transition: width .2s ease; }

/* ---------- Schedule ---------- */
.schedule { padding: clamp(80px, 10vw, 140px) 0; }
.schedule-note { color: var(--ink-soft); max-width: 60ch; margin-top: 14px; }
.schedule-board { margin-top: 50px; border-top: 1px solid var(--line); }
.cal-layout {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(28px, 4vw, 60px); padding-top: 30px;
}
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.cal-title { font-family: var(--serif); font-weight: 600; font-size: 1.3rem; text-transform: capitalize; }
.cal-head button {
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--ink);
  background: transparent; font-size: 1rem; cursor: pointer; transition: all .25s;
}
.cal-head button:hover:not(:disabled) { background: var(--ink); color: var(--cream); }
.cal-head button:disabled { opacity: .25; cursor: default; border-color: var(--line); }
.cal-dow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-bottom: 6px; }
.cal-dow span {
  text-align: center; font-size: .72rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink-soft); padding: 6px 0;
}
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal-day {
  aspect-ratio: 1; border: none; border-radius: 12px;
  font-family: var(--sans); font-weight: 500; font-size: .95rem;
  display: grid; place-items: center; cursor: pointer; transition: all .2s;
}
.cal-day-free { background: #DFF0E5; color: #2F7D57; }
.cal-day-free:hover { background: #2F7D57; color: #fff; }
.cal-day-full { background: #F6E3DE; color: #B0472F; }
.cal-day-full:hover { background: #B0472F; color: #fff; }
.cal-day-off { background: transparent; color: #C9BFB0; cursor: default; }
.cal-day-selected { box-shadow: 0 0 0 2px var(--ink); }
.day-panel { border-left: 1px solid var(--line); padding-left: clamp(20px, 3vw, 44px); }
.day-panel-title {
  font-family: var(--serif); font-weight: 600; font-size: 1.25rem;
  margin-bottom: 18px; text-transform: capitalize;
}
.day-slots { display: grid; gap: 12px; align-content: start; }
.no-slots { color: var(--ink-soft); font-size: .95rem; }
.day-slots .slot { width: 100%; text-align: center; padding: 14px 22px; }
.slot {
  font-family: var(--sans); font-size: .88rem; font-weight: 400; letter-spacing: .03em;
  padding: 11px 22px; border-radius: 99px; cursor: pointer; transition: all .25s ease; border: none;
}
.slot-free { background: transparent; box-shadow: inset 0 0 0 1px var(--turquoise); color: var(--turquoise); }
.slot-free:hover { background: var(--turquoise); color: #fff; }
.slot-busy {
  background: var(--cream-dark); color: #B0A89A; box-shadow: none;
  cursor: not-allowed; text-decoration: line-through;
}
.schedule-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 26px; }
.legend { display: flex; gap: 26px; font-size: .85rem; color: var(--ink-soft); }
.legend span { display: flex; align-items: center; gap: 8px; }
.lg { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.lg-free { background: #2F7D57; }
.lg-busy { background: #B0472F; }
.owner-link {
  background: none; border: none; font-family: var(--sans); font-size: .82rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft);
  cursor: pointer; border-bottom: 1px solid var(--line); padding-bottom: 3px; transition: color .3s;
}
.owner-link:hover { color: var(--terra); }
.footer .owner-link { color: #B8B0A4; border-color: rgba(250, 245, 238, .25); }
.footer .owner-link:hover { color: var(--terra); }

/* ---------- Contact ---------- */
.contact { background: var(--cream-dark); padding: clamp(80px, 10vw, 140px) 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 90px); }
.contact-left > p { color: var(--ink-soft); max-width: 46ch; margin-top: 18px; }
.contact-details { display: grid; gap: 0; margin-top: 36px; }
.contact-details > div { display: grid; grid-template-columns: 120px 1fr; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.contact-details span { font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); }
.contact-details a { border-bottom: 1px solid transparent; transition: .3s; width: fit-content; }
.contact-details a:hover { color: var(--terra); border-color: var(--terra); }
.map-embed { margin-top: 34px; height: 220px; filter: grayscale(.5); }
.map-embed iframe { width: 100%; height: 100%; border: 0; }
.form { background: var(--cream); padding: 44px; position: relative; }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; margin-bottom: 18px; }
.field label { font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-weight: 300; font-size: .98rem; color: var(--ink);
  padding: 12px 2px; border: none; border-bottom: 1px solid var(--line);
  background: transparent; transition: border-color .3s; width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--terra); }
.date-picker-trigger {
  width: 100%; min-height: 49px; padding: 12px 2px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  border: none; border-bottom: 1px solid var(--line); background: transparent;
  color: var(--ink); font: 300 .98rem var(--sans); text-align: left; cursor: pointer;
  transition: border-color .3s, color .3s;
}
.date-picker-trigger:hover:not(:disabled), .date-picker-trigger:focus-visible {
  outline: none; border-color: var(--terra); color: var(--terra);
}
.date-picker-trigger:disabled { opacity: .55; cursor: wait; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .85rem; color: var(--ink-soft); margin: 6px 0 24px; }
.consent input { margin-top: 4px; }
.form-note { font-size: .82rem; color: var(--ink-soft); text-align: center; margin-top: 14px; }
.form-error { color: #B0472F; font-size: .9rem; margin-bottom: 14px; }
.form-success {
  position: absolute; inset: 0; background: var(--cream);
  display: grid; place-content: center; text-align: center; gap: 14px; padding: 40px;
}
.form-success[hidden] { display: none; }
.form-success h4 { font-size: 1.8rem; color: var(--turquoise); }
.form-success p { color: var(--ink-soft); max-width: 42ch; }
.form-success .btn-line { justify-self: center; margin-top: 10px; }

/* ---------- Booking date picker ---------- */
.booking-picker {
  position: fixed; inset: 0; z-index: 320; padding: 24px;
  display: grid; place-items: center; background: rgba(46, 42, 38, .58);
  backdrop-filter: blur(5px);
}
.booking-picker[hidden] { display: none; }
.booking-picker-card {
  width: min(960px, 96vw); max-height: min(880px, 92vh); overflow: auto;
  background: var(--cream); padding: clamp(24px, 4vw, 46px);
  box-shadow: 0 30px 80px rgba(46, 42, 38, .28);
}
.booking-picker-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 24px;
}
.booking-picker-head .eyebrow { margin-bottom: 7px; }
.booking-picker-head h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); }
.booking-picker-close {
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--ink); background: transparent; color: var(--ink);
  font-size: .95rem; cursor: pointer; transition: background .25s, color .25s;
}
.booking-picker-close:hover { background: var(--ink); color: var(--cream); }
.booking-picker-note { max-width: 64ch; margin-top: 12px; color: var(--ink-soft); }
.booking-picker-board { margin-top: 28px; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #B8B0A4; padding: clamp(70px, 9vw, 120px) 0 0; }
.footer-top {
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  padding-bottom: clamp(50px, 7vw, 90px); border-bottom: 1px solid rgba(250, 245, 238, .12);
}
.footer-cta { color: var(--cream); }
.footer-top .btn-solid { background: var(--cream); color: var(--ink); }
.footer-top .btn-solid:hover { background: var(--sage); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; padding: 50px 0; }
.footer-logo { height: 40px; width: auto; margin-bottom: 16px; display: block; }
.footer-logo path { fill: var(--cream); }
.footer-logo path:nth-child(1),
.footer-logo path:nth-child(4),
.footer-logo path:nth-child(7) { fill: var(--turquoise); }
.footer-grid p { font-size: .92rem; max-width: 34ch; }
.footer-title { display: block; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--cream); margin-bottom: 16px; }
.footer-grid a { display: block; padding: 4px 0; font-size: .95rem; transition: color .3s; }
.footer-grid a:hover { color: var(--terra); }
.footer-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  padding: 24px 0; border-top: 1px solid rgba(250, 245, 238, .12); font-size: .82rem;
}

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(30, 27, 23, .96); display: grid; place-items: center; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 88vw; max-height: 84vh; animation: lbIn .35s ease; }
@keyframes lbIn { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: scale(1); } }
.lb-close, .lb-prev, .lb-next {
  position: fixed; background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%; width: 54px; height: 54px; font-size: 1.05rem; cursor: pointer; transition: .3s; z-index: 2;
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: #fff; color: var(--ink); }
.lb-close { top: 24px; right: 24px; }
.lb-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 24px; top: 50%; transform: translateY(-50%); }
.lb-counter { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); color: #fff; font-size: .85rem; letter-spacing: .2em; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .9s ease, transform .9s ease; }
.reveal.d1 { transition-delay: .12s; }
.reveal.d2 { transition-delay: .24s; }
.reveal.d3 { transition-delay: .36s; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-sticky { position: static; }
  .packages-grid { grid-template-columns: 1fr; }
  .nav, .header-cta { display: none; }
  .burger { display: grid; gap: 6px; margin-left: auto; background: none; border: none; cursor: pointer; padding: 10px; }
  .burger span { width: 26px; height: 2px; background: #fff; transition: .3s; }
  .header.scrolled .burger span { background: var(--ink); }
  .burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
  .burger[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .nav.open {
    display: grid; position: fixed; inset: 0; background: var(--cream);
    place-content: center; text-align: center; gap: 22px; font-size: 1.4rem;
  }
  .nav.open a { color: var(--ink) !important; font-family: var(--serif); }
  .cal-layout { grid-template-columns: 1fr; }
  .day-panel { border-left: none; padding-left: 0; border-top: 1px solid var(--line); padding-top: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .form { padding: 30px 22px; }
  .form-row.two { grid-template-columns: 1fr; }
  .gallery-item:nth-child(odd), .gallery-item:nth-child(even) { height: 300px; margin-top: 0; }
  .booking-picker { padding: 0; align-items: end; }
  .booking-picker-card { width: 100%; max-height: 94vh; padding: 24px 20px 30px; }
  .booking-picker-head h2 { font-size: 1.5rem; }
  .booking-picker-close { width: 42px; height: 42px; }
  .booking-picker .legend { display: grid; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
