:root {
  --paper: #fbf6ee;
  --ivory: #f4ebde;
  --cream: #fffaf2;
  --ink: #30281f;
  --muted: #756b5d;
  --olive: #59533a;
  --olive-dark: #423d28;
  --gold: #b59a70;
  --line: rgba(78, 63, 46, 0.16);
  --shadow: 0 18px 70px rgba(54, 39, 22, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.form-feedback { grid-column: 1 / -1; padding: 1.25rem 1.35rem; border-radius: 14px; margin-bottom: .35rem; }
.form-feedback h3, .form-feedback p { margin: 0; }
.form-feedback h3 { font-size: 1.35rem; font-weight: 500; }
.form-feedback p + p { margin-top: .55rem; }
.form-feedback a { color: inherit; font-weight: 600; }
.form-feedback-success { background: linear-gradient(145deg, var(--olive-dark), #686044); color: #fffaf2; }
.form-feedback-success .eyebrow { color: rgba(255, 250, 242, .7); }
.form-feedback-error { background: rgba(235, 211, 201, .7); color: #713f35; }
.form-fade-out { opacity: 0; transform: translateY(8px); transition: opacity .28s ease, transform .28s ease; pointer-events: none; }
.reservation-form-section > .form-feedback { grid-column: 2; width: 100%; min-height: 280px; padding: clamp(28px, 4vw, 52px); border-radius: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
@media (max-width: 640px) {
  .reservation-form-section > .form-feedback { grid-column: 1; }
}

@media (min-width: 1181px) {
  .wedding-scrolly.compact-scene-titles .wedding-progress {
    top: 118px;
  }
}

@media (min-width: 701px) and (max-width: 1180px) {
  .wedding-scrolly.compact-scene-titles .wedding-progress {
    top: 112px;
  }

  .wedding-scrolly.compact-scene-titles .wedding-hotspots {
    display: none;
  }

  .wedding-scrolly.compact-scene-titles .wedding-ribbon {
    width: min(100% - 48px, 980px);
  }
}

@media (max-width: 700px) {
  .wedding-scrolly.compact-scene-titles .wedding-progress {
    top: 146px;
  }

  .wedding-scrolly.compact-scene-titles .wedding-scroll-intro {
    padding-top: 74px;
    padding-bottom: 92px;
  }

  .wedding-scrolly.compact-scene-titles .wedding-ribbon {
    width: min(100% - 36px, 980px);
    margin-top: 72px;
  }

  .wedding-scrolly.compact-scene-titles .wedding-hotspots {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .standalone-gallery-track {
    scroll-behavior: auto;
  }
}

.coming-soon-page {
  min-height: 100vh;
  margin: 0;
  color: #fffaf2;
  background: #211810;
}

.coming-soon-shell {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    linear-gradient(90deg, rgba(20, 16, 11, 0.7), rgba(20, 16, 11, 0.22)),
    linear-gradient(180deg, rgba(20, 16, 11, 0.08), rgba(20, 16, 11, 0.58)),
    url("/public/assets/archa-coming-soon.jpg") center/cover;
  background:
    linear-gradient(90deg, rgba(20, 16, 11, 0.7), rgba(20, 16, 11, 0.22)),
    linear-gradient(180deg, rgba(20, 16, 11, 0.08), rgba(20, 16, 11, 0.58)),
    image-set(url("/public/assets/archa-coming-soon.webp") type("image/webp") 1x, url("/public/assets/archa-coming-soon.jpg") type("image/jpeg") 1x) center/cover;
}

.coming-soon-card,
.preview-card {
  width: min(100%, 680px);
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(255, 250, 242, 0.32);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.2), rgba(255, 250, 242, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 28px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(22px) saturate(1.08);
}

.coming-soon-card h1,
.preview-card h1 {
  margin: 0;
  color: #fffaf2;
  font-size: clamp(4.8rem, 14vw, 9rem);
}

.coming-soon-card .eyebrow,
.preview-card .eyebrow {
  color: rgba(255, 250, 242, 0.72);
}

.coming-soon-logo {
  display: block;
  width: min(100%, 520px);
  height: auto;
  margin: 6px 0 18px;
}

.coming-soon-card p:not(.eyebrow),
.preview-card p:not(.eyebrow) {
  max-width: 520px;
  margin: 16px 0 28px;
  color: rgba(255, 250, 242, 0.84);
  font-size: 1.08rem;
  font-weight: 650;
}

.coming-soon-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.coming-soon-meta span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 250, 242, 0.26);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.1);
  color: rgba(255, 250, 242, 0.84);
  font-size: 0.82rem;
  font-weight: 780;
}

.preview-card {
  max-width: 520px;
}

.preview-card h1 {
  font-size: clamp(3.8rem, 12vw, 6.4rem);
}

.preview-card label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 250, 242, 0.8);
  font-weight: 760;
}

.preview-card input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 250, 242, 0.36);
  border-radius: 10px;
  background: rgba(255, 250, 242, 0.88);
  color: var(--ink);
  font: inherit;
}

.preview-error {
  margin: 0 0 14px;
  padding: 11px 13px;
  border: 1px solid rgba(178, 85, 62, 0.36);
  border-radius: 10px;
  background: rgba(178, 85, 62, 0.16);
  color: #fffaf2;
  font-weight: 760;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
html { scroll-padding-top: 92px; }
html { overflow-x: clip; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 0%, rgba(199, 168, 126, 0.18), transparent 28rem),
    linear-gradient(180deg, #fffaf4 0%, var(--paper) 32%, #fffaf4 100%);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font: inherit; }

::selection {
  background: rgba(181, 154, 112, 0.34);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr) minmax(150px, 220px);
  align-items: center;
  gap: 22px;
  min-height: 72px;
  padding: 0 clamp(22px, 4vw, 56px);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.78), rgba(244, 235, 222, 0.56));
  border-bottom: 1px solid rgba(181, 154, 112, 0.22);
  box-shadow: 0 14px 44px rgba(54, 39, 22, 0.08);
  backdrop-filter: blur(20px) saturate(1.08);
  transition: background 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(104px, 9vw, 148px);
  line-height: 1;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-toggle {
  display: none;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  color: #3f382f;
  font-size: 0.82rem;
  font-weight: 650;
  white-space: nowrap;
  overflow: visible;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar { display: none; }
.main-nav a,
.nav-dropdown-toggle {
  position: relative;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  transition: color 220ms ease;
}

.main-nav a::after,
.nav-dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  opacity: 0.55;
  transition: transform 260ms ease;
}

.main-nav a:hover,
.main-nav a.is-active,
.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown.is-active .nav-dropdown-toggle {
  color: var(--gold);
}

.main-nav a:hover::after,
.main-nav a.is-active::after,
.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown.is-active .nav-dropdown-toggle::after {
  transform: scaleX(1);
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 650;
  cursor: pointer;
}

.nav-dropdown-toggle span {
  font-size: 0.72rem;
  transform: translateY(-1px);
  transition: transform 220ms ease;
}

.nav-dropdown:hover .nav-dropdown-toggle span,
.nav-dropdown:focus-within .nav-dropdown-toggle span {
  transform: translateY(1px) rotate(180deg);
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 22px);
  left: 50%;
  min-width: 240px;
  display: grid;
  gap: 3px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.94), rgba(244, 235, 222, 0.76));
  border: 1px solid rgba(181, 154, 112, 0.24);
  border-radius: 14px;
  box-shadow: 0 22px 58px rgba(54, 39, 22, 0.16);
  backdrop-filter: blur(18px) saturate(1.08);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%, 10px, 0);
  transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease;
}

.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu,
.nav-dropdown.is-open .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 0, 0);
}

.nav-submenu a {
  padding: 11px 12px;
  border-radius: 10px;
  color: var(--ink);
  font-size: 0.86rem;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.nav-submenu a::after {
  display: none;
}

.nav-submenu a:hover,
.nav-submenu a.is-active {
  background: rgba(181, 154, 112, 0.14);
  color: var(--olive-dark);
  transform: translateX(2px);
}

.nav-cta {
  justify-self: end;
  min-width: 160px;
  padding: 13px 18px;
  background: var(--olive-dark);
  color: #fffaf2;
  border-radius: 2px;
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
  transition: transform 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.nav-cta:hover {
  transform: translateY(-2px);
  background: var(--olive);
  box-shadow: 0 12px 28px rgba(66, 61, 40, 0.18);
}

.nav-mobile-cta {
  display: none;
}

body.has-glass-header .site-header {
  position: fixed;
  top: 20px;
  left: clamp(18px, 3vw, 52px);
  right: clamp(18px, 3vw, 52px);
  width: auto;
  min-height: 78px;
  padding: 0 clamp(20px, 2.2vw, 38px);
  background:
    linear-gradient(135deg, rgba(36, 34, 23, 0.72), rgba(47, 40, 26, 0.5));
  border: 1px solid rgba(255, 250, 242, 0.25);
  border-radius: 6px;
  box-shadow: 0 20px 58px rgba(12, 10, 7, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(1.05);
}

body.has-glass-header .brand img {
  filter: brightness(0) invert(1);
}

body.has-glass-header .brand {
  width: 128px;
}

body.has-glass-header .main-nav {
  color: rgba(255, 250, 242, 0.9);
}

body.has-glass-header .nav-cta {
  background: rgba(28, 26, 17, 0.2);
  border: 1px solid rgba(207, 173, 119, 0.62);
  color: #fffaf2;
}

body.has-glass-header .nav-cta:hover {
  background: rgba(89, 83, 58, 0.8);
  border-color: rgba(255, 250, 242, 0.5);
}

.has-glass-header:not(.has-immersive-hero) > main {
  padding-top: 118px;
}

.has-glass-header:not(.has-immersive-hero) .page-heading {
  padding-top: clamp(42px, 5vw, 72px);
}

.hero {
  position: relative;
  height: 100svh;
  min-height: 0;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fffaf2;
  padding: clamp(128px, 17vh, 176px) clamp(96px, 9vw, 170px) clamp(92px, 12vh, 126px);
}

.hero-media {
  position: absolute;
  inset: -8% 0;
  transform: translate3d(0, calc(var(--parallax-y, 0px) * -1), 0) scale(var(--parallax-scale, 1.08));
  will-change: transform;
}

.hero-media picture,
.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08) brightness(0.94) sepia(0.06);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 13, 10, 0.78) 0%, rgba(22, 18, 13, 0.52) 38%, rgba(20, 17, 12, 0.1) 76%),
    linear-gradient(180deg, rgba(42, 31, 20, 0.16) 0%, rgba(18, 17, 12, 0.08) 46%, rgba(10, 12, 8, 0.42) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

h1, h2, h3, blockquote {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
}

h1 {
  font-size: clamp(5.6rem, 12vw, 10.5rem);
  letter-spacing: 0.01em;
}

h2 { font-size: clamp(2rem, 4.1vw, 4rem); }
h3 { font-size: 1.42rem; }

.hero-claim {
  max-width: 760px;
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(3rem, 4.4vw, 4.85rem);
  font-weight: 400;
  line-height: 0.98;
  text-wrap: balance;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

.hero-content .eyebrow,
.wedding-hero-content .eyebrow,
.spaces-hero-content .eyebrow {
  color: #d1a36b;
}

.hero-support {
  max-width: 560px;
  margin: 0 0 30px;
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 520;
}

.hero-actions, .ribbon-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero .hero-actions {
  margin-bottom: 0;
}

.hero .button,
.wedding-hero .button,
.spaces-hero .button {
  min-height: 52px;
  padding: 14px 26px;
}

.hero .button.secondary,
.wedding-hero .button.secondary,
.spaces-hero .button.secondary {
  background: rgba(19, 17, 12, 0.2);
  border-color: rgba(255, 250, 242, 0.62);
  color: #fffaf2;
  backdrop-filter: blur(8px);
}

.hero .button span {
  margin-left: 10px;
}

.immersive-hero-meta {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 5.5vw, 94px);
  right: clamp(28px, 5.5vw, 94px);
  bottom: clamp(24px, 3.5vh, 38px);
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.72rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.immersive-hero-meta > span:last-child {
  justify-self: end;
}

.immersive-hero-meta a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, 0.52);
  border-radius: 50%;
  color: #fffaf2;
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 220ms ease, background 220ms ease;
}

.immersive-hero-meta a:hover {
  transform: translateY(3px);
  background: rgba(255, 250, 242, 0.12);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 24px;
  border: 1px solid currentColor;
  border-radius: 2px;
  font-size: 0.86rem;
  font-weight: 800;
  transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease, border-color 240ms ease, color 240ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(66, 61, 40, 0.16);
}

.button.primary {
  background: var(--olive);
  border-color: var(--olive);
  color: #fffaf2;
}

.button.secondary {
  background: rgba(255, 250, 242, 0.93);
  border-color: rgba(255, 250, 242, 0.93);
  color: var(--olive-dark);
}

.button.outline {
  background: transparent;
  color: var(--olive-dark);
}

.button.small {
  min-height: 40px;
  padding: 10px 19px;
  font-size: 0.78rem;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--olive);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  font-weight: 850;
}

.ornament {
  display: block;
  margin: 8px 0 28px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.8rem;
  line-height: 1;
}

.about-mosaic {
  width: min(100% - 112px, 1680px);
  margin: -72px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.67fr 0.95fr;
  align-items: stretch;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.has-immersive-hero .hero + .about-mosaic {
  margin-top: 0;
}

.about-card {
  display: grid;
  align-content: center;
  padding: clamp(42px, 5vw, 78px);
  min-height: 360px;
}

.about-card p {
  max-width: 520px;
  color: var(--muted);
  font-size: 0.96rem;
}

.about-mosaic img {
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  width: min(100% - 112px, 1530px);
  margin: 0 auto 30px;
}

.section-title.centered {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.event-section {
  padding: 74px 0 24px;
}

.event-grid {
  width: min(100% - 112px, 1530px);
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.image-grid {
  width: min(100% - 112px, 1530px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.event-card {
  min-width: 0;
  aspect-ratio: 1;
  display: flex;
  align-items: end;
  overflow: hidden;
  border-radius: 3px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.58)),
    var(--event-image) center/cover;
  color: #fffaf2;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms ease, filter 420ms ease;
}

.event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(54, 39, 22, 0.18);
  filter: saturate(1.04);
}

.event-card div {
  width: 100%;
  padding: 28px;
}

.event-card h3 {
  margin-top: 10px;
  font-family: var(--sans);
  font-size: 1.35rem;
  font-weight: 850;
}

.event-card a {
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.event-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  opacity: 0.85;
}

.event-icon svg,
.space-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.space-section {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  align-items: stretch;
  width: min(100% - 112px, 1680px);
  margin: 24px auto 0;
  background: var(--cream);
}

.space-info {
  padding: clamp(38px, 4.5vw, 68px);
  text-align: center;
}

.space-info dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 20px;
  margin: 28px 0 34px;
}

.space-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  color: var(--gold);
  opacity: 0.95;
  transition: transform 260ms ease, color 260ms ease;
}

.space-info dl div:hover .space-icon {
  color: var(--olive);
  transform: translateY(-2px);
}

dt {
  font-weight: 850;
  font-size: 0.9rem;
}

dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.space-section > img {
  width: 100%;
  height: 100%;
  min-height: 470px;
}

.retreat-feature {
  display: grid;
  grid-template-columns: 1.02fr 1.08fr;
  align-items: stretch;
  margin-top: clamp(54px, 6vw, 96px);
  background: var(--cream);
}

.retreat-feature > img {
  width: 100%;
  height: 420px;
}

.retreat-copy {
  min-height: 420px;
  display: grid;
  align-content: center;
  padding: clamp(42px, 5vw, 82px);
  position: relative;
}

.retreat-copy::after {
  content: "⌁";
  position: absolute;
  right: 12%;
  bottom: 18%;
  color: rgba(181, 154, 112, 0.35);
  font-family: var(--serif);
  font-size: 8rem;
  line-height: 1;
}

.retreat-copy h2 {
  max-width: 660px;
}

.retreat-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
}

.compact-section {
  padding: 62px 0 24px;
}

.retreat-grid {
  width: min(100% - 112px, 1530px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.retreat-card {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.68), rgba(244, 235, 222, 0.38)),
    radial-gradient(circle at 12% 0%, rgba(181, 154, 112, 0.16), transparent 18rem);
  border: 1px solid rgba(255, 250, 242, 0.68);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 18px 50px rgba(54, 39, 22, 0.08);
  backdrop-filter: blur(18px) saturate(1.08);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.retreat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(181, 154, 112, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    0 22px 58px rgba(54, 39, 22, 0.12);
}

.retreat-card p:not(.eyebrow) {
  color: var(--muted);
}

.retreat-card a {
  margin-top: auto;
  color: var(--olive-dark);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.retreat-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 18px 0;
}

.retreat-meta span {
  padding: 6px 10px;
  border: 1px solid rgba(181, 154, 112, 0.24);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.36);
  color: var(--muted);
  font-size: 0.78rem;
}

.gallery-section {
  --gallery-slide-width: min(78vw, 1280px);
  padding: 90px 0 110px;
  overflow: hidden;
  background: #f7f1e8;
}

.gallery-heading {
  margin-bottom: 24px;
  text-align: center;
}

.gallery-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.75rem, 4vw, 4rem);
  font-weight: 400;
}

.gallery-heading .ornament {
  margin: 8px auto 0;
}

.gallery-slider {
  position: relative;
  width: 100%;
  margin: 0;
}

.gallery-counter {
  width: var(--gallery-slide-width);
  margin: 0 auto 12px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.gallery-visual {
  position: relative;
}

.gallery-strip {
  display: flex;
  width: 100%;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  padding: 10px calc((100vw - var(--gallery-slide-width)) / 2) 24px;
  scroll-padding-left: calc((100vw - var(--gallery-slide-width)) / 2);
}

.gallery-strip::-webkit-scrollbar {
  display: none;
}

.gallery-strip.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.gallery-strip img {
  flex: 0 0 var(--gallery-slide-width);
  width: var(--gallery-slide-width);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  scroll-snap-align: start;
  border-radius: 6px;
  box-shadow: 0 18px 48px rgba(45, 39, 29, 0.16);
  pointer-events: none;
}

.gallery-controls {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: var(--gallery-slide-width);
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 18px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.gallery-control {
  position: static;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, 0.75);
  border-radius: 50%;
  background: rgba(38, 35, 25, 0.7);
  color: #fffaf2;
  font-family: var(--serif);
  font-size: 1.8rem;
  line-height: 1;
  transform: none;
  pointer-events: auto;
  backdrop-filter: blur(12px);
  transition: transform 240ms ease, background 240ms ease;
}

.gallery-control svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.gallery-control:hover {
  background: var(--olive);
  transform: scale(1.06);
}

.gallery-progress {
  width: var(--gallery-slide-width);
  display: flex;
  gap: 8px;
  margin: 10px auto 0;
}

.gallery-progress button {
  position: relative;
  flex: 1;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.gallery-progress button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(82, 73, 56, 0.26);
}

.gallery-progress button.is-active::before {
  height: 2px;
  background: var(--gold);
}

.gallery-link {
  display: table;
  margin: 24px auto 0;
  color: var(--olive);
  font-weight: 700;
  text-underline-offset: 5px;
}

.testimonials-section {
  padding: 62px 0 34px;
}

.testimonial-grid {
  width: min(100% - 160px, 1370px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.testimonial-grid blockquote {
  margin: 0;
  min-height: 150px;
  padding: 28px 34px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.7), rgba(244, 235, 222, 0.38));
  border: 1px solid rgba(255, 250, 242, 0.68);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 18px 50px rgba(54, 39, 22, 0.07);
  backdrop-filter: blur(18px) saturate(1.08);
  color: var(--muted);
  text-align: center;
  font-family: var(--sans);
  font-size: 0.92rem;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

.testimonial-grid blockquote:hover {
  transform: translateY(-4px);
  border-color: rgba(181, 154, 112, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 22px 58px rgba(54, 39, 22, 0.11);
}

.testimonial-grid blockquote span {
  display: block;
  height: 20px;
  color: rgba(181, 154, 112, 0.55);
  font-family: var(--serif);
  font-size: 4rem;
  line-height: 0.55;
}

.testimonial-grid cite {
  display: block;
  margin-top: 16px;
  color: var(--olive-dark);
  font-style: normal;
  font-weight: 850;
}

.blog-preview {
  padding: 42px 0 0;
}

.story-grid {
  width: min(100% - 112px, 1530px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.story-grid.wide {
  padding: 54px 0 80px;
}

.story-card {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.72), rgba(244, 235, 222, 0.4));
  border: 1px solid rgba(255, 250, 242, 0.68);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 18px 50px rgba(54, 39, 22, 0.08);
  backdrop-filter: blur(18px) saturate(1.08);
  transition: transform 360ms ease, box-shadow 360ms ease, border-color 360ms ease;
}

.story-card:hover {
  transform: translateY(-5px);
  border-color: rgba(181, 154, 112, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    0 22px 58px rgba(54, 39, 22, 0.12);
}

.story-card img {
  width: 100%;
  aspect-ratio: 2.4 / 1;
  border-bottom: 1px solid rgba(255, 250, 242, 0.48);
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.story-card:hover img {
  transform: scale(1.035);
}

.story-card span, .story-card h3, .story-card p, .story-card strong {
  display: block;
  margin-left: 22px;
  margin-right: 22px;
}

.story-card span {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.75rem;
}

.story-card h3 {
  margin-top: 8px;
  font-family: var(--sans);
  font-size: 1.04rem;
  font-weight: 750;
}

.story-card p {
  min-height: 46px;
  color: var(--muted);
  font-size: 0.88rem;
}

.story-card strong {
  width: fit-content;
  margin-bottom: 22px;
  padding: 7px 0;
  color: var(--olive-dark);
  font-size: 0.82rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.text-link {
  color: var(--olive-dark);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.booking-ribbon {
  width: min(100% - 112px, 1530px);
  margin: 72px auto 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 24px clamp(28px, 4vw, 58px);
  background: linear-gradient(90deg, #f0e4d3, #fff7ec);
  border: 1px solid rgba(181, 154, 112, 0.22);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.booking-ribbon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.28) 48%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 900ms ease;
  pointer-events: none;
}

.booking-ribbon:hover::after {
  transform: translateX(120%);
}

.calendar-mark {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(181, 154, 112, 0.16);
  color: var(--olive-dark);
  font-size: 2.4rem;
}

.calendar-mark svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-ribbon h2 {
  font-size: clamp(1.9rem, 3vw, 3.1rem);
}

.booking-ribbon p {
  max-width: 670px;
  margin: 8px 0 0;
  color: var(--muted);
}

.form-section {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 54px;
  width: min(100% - 112px, 1320px);
  margin: 58px auto;
  padding: clamp(28px, 4vw, 52px);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.78), rgba(244, 235, 222, 0.46)),
    radial-gradient(circle at 8% 0%, rgba(181, 154, 112, 0.2), transparent 22rem);
  border: 1px solid rgba(255, 250, 242, 0.68);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(54, 39, 22, 0.12);
  backdrop-filter: blur(22px) saturate(1.08);
  position: relative;
  overflow: hidden;
}

.form-section::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 17px;
  border: 1px solid rgba(181, 154, 112, 0.16);
  pointer-events: none;
}

.form-section::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(181, 154, 112, 0.13);
  filter: blur(18px);
  pointer-events: none;
}

.form-section p {
  color: var(--muted);
}

.form-section > div {
  position: relative;
  z-index: 1;
  align-self: center;
}

.form-section > div h2 {
  max-width: 520px;
}

.form-section > div p:not(.eyebrow) {
  max-width: 440px;
  font-size: 1rem;
}

form {
  display: grid;
  gap: 13px;
}

.glass-form {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(18px, 2.6vw, 30px);
  background: rgba(255, 250, 242, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 18px 50px rgba(54, 39, 22, 0.08);
  backdrop-filter: blur(18px) saturate(1.1);
}

label {
  display: grid;
  gap: 7px;
  color: var(--olive-dark);
  font-size: 0.84rem;
  font-weight: 800;
}

.glass-form label {
  min-width: 0;
  gap: 8px;
  color: rgba(48, 40, 31, 0.82);
  letter-spacing: 0.01em;
}

.reservation-form [data-reservation-date] {
  min-width: 0;
  max-width: 100%;
  cursor: pointer;
}

.glass-form .full-field,
.glass-form button {
  grid-column: 1 / -1;
}

input, textarea, select {
  width: 100%;
  border: 1px solid rgba(78, 63, 46, 0.16);
  background: rgba(255, 250, 242, 0.66);
  padding: 14px 15px;
  border-radius: 10px;
  color: var(--ink);
  font: inherit;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(117, 107, 93, 0.62);
}

input:hover,
textarea:hover,
select:hover {
  background: rgba(255, 250, 242, 0.82);
  border-color: rgba(181, 154, 112, 0.34);
}

input:focus,
textarea:focus,
select:focus {
  background: rgba(255, 253, 248, 0.94);
  border-color: rgba(181, 154, 112, 0.78);
  box-shadow:
    0 0 0 4px rgba(181, 154, 112, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transform: translateY(-1px);
}

textarea { resize: vertical; }

.glass-form textarea {
  min-height: 132px;
}

.glass-form .button {
  min-height: 52px;
  border-radius: 12px;
  justify-self: stretch;
  background:
    linear-gradient(135deg, var(--olive-dark), var(--olive));
  box-shadow: 0 16px 32px rgba(66, 61, 40, 0.18);
}

.glass-form .button:hover {
  box-shadow: 0 20px 38px rgba(66, 61, 40, 0.22);
}

.contact-section {
  margin-top: 0;
}

.subpage, .article-page, .thank-you {
  min-height: 70vh;
}

.page-heading {
  padding: clamp(70px, 8vw, 130px) clamp(24px, 6vw, 92px) 52px;
  background: var(--ivory);
}

.page-heading h1, .article-page h1 {
  font-size: clamp(3.2rem, 7vw, 7.2rem);
}

.visual-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
}

.visual-heading p:not(.eyebrow) {
  max-width: 670px;
  color: var(--muted);
  font-size: 1.05rem;
}

.visual-heading img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.about-mosaic > img,
.space-section > img,
.retreat-feature > img,
.visual-heading > img {
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(var(--parallax-scale, 1));
  will-change: transform;
}

.page-content {
  width: min(100% - 112px, 980px);
  margin: 0 auto;
  padding: clamp(52px, 8vw, 94px) 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.page-content p {
  margin: 0 0 18px;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.wedding-page {
  background:
    linear-gradient(180deg, #fffaf4 0%, var(--paper) 42%, #fffaf4 100%);
}

.wedding-hero {
  position: relative;
  height: 100svh;
  min-height: 0;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(128px, 17vh, 176px) clamp(96px, 9vw, 170px) clamp(92px, 12vh, 126px);
  color: #fffaf2;
  background: #30281f;
}

.wedding-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 14, 10, 0.76) 0%, rgba(20, 17, 11, 0.5) 38%, rgba(18, 15, 10, 0.08) 76%),
    linear-gradient(180deg, rgba(18, 14, 9, 0.2) 0%, rgba(18, 14, 9, 0.08) 48%, rgba(18, 14, 9, 0.42) 100%),
    var(--wedding-hero-image) center/cover;
  transform: scale(1.08);
  will-change: transform;
}

.wedding-hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.wedding-hero h1 {
  max-width: 720px;
  font-size: clamp(3rem, 4.4vw, 4.85rem);
  line-height: 0.98;
}

.wedding-hero p:not(.eyebrow) {
  max-width: 580px;
  margin: 18px 0 30px;
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 520;
}

.wedding-hero .eyebrow {
  color: rgba(255, 250, 242, 0.78);
}

.wedding-intro {
  width: min(100% - 112px, 980px);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 128px) 0 clamp(46px, 7vw, 88px);
  text-align: center;
}

.wedding-intro h2 {
  max-width: 900px;
  margin: 0 auto 20px;
}

.wedding-intro p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.06rem;
}

.wedding-story {
  width: min(100% - 112px, 1530px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.78fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: start;
}

.wedding-sticky {
  position: sticky;
  top: 128px;
  padding: 28px;
  border: 1px solid rgba(255, 250, 242, 0.68);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.72), rgba(244, 235, 222, 0.42));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 18px 50px rgba(54, 39, 22, 0.08);
  backdrop-filter: blur(18px) saturate(1.08);
}

.wedding-sticky h2 {
  font-size: clamp(2rem, 3.4vw, 3.6rem);
}

.wedding-sticky ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-weight: 720;
}

.wedding-sticky li {
  padding-left: 18px;
  position: relative;
}

.wedding-sticky li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.wedding-steps {
  display: grid;
  gap: clamp(72px, 8vw, 124px);
}

.wedding-step {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 0.7fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
}

.wedding-step:nth-child(even) {
  grid-template-columns: minmax(0, 0.7fr) minmax(220px, 0.45fr);
}

.wedding-step:nth-child(even) .wedding-step-copy {
  order: 2;
}

.wedding-step img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(54, 39, 22, 0.14);
}

.wedding-step-copy h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.7vw, 4.4rem);
}

.wedding-step-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
}

.wedding-highlights {
  width: min(100% - 112px, 1320px);
  margin: clamp(76px, 9vw, 132px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wedding-highlights div {
  padding: 28px;
  border: 1px solid rgba(255, 250, 242, 0.68);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.72), rgba(244, 235, 222, 0.4));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 18px 50px rgba(54, 39, 22, 0.08);
  backdrop-filter: blur(18px) saturate(1.08);
}

.wedding-highlights span {
  display: block;
  color: var(--olive-dark);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1;
}

.wedding-highlights p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 720;
}

.wedding-ribbon {
  margin-top: clamp(56px, 8vw, 100px);
  margin-bottom: clamp(44px, 7vw, 86px);
}

.wedding-scrolly {
  background: #17120d;
  color: #fffaf2;
}

.wedding-scrolly.compact-scene-titles {
  background: #fffaf4;
  color: var(--ink);
}

.wedding-scrolly .wedding-hero {
  height: 100svh;
}

.wedding-scrolly .wedding-hero-media {
  filter: saturate(0.9) contrast(1.05);
}

.wedding-scroll-intro {
  width: min(100% - 112px, 1040px);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 132px) 0 clamp(54px, 7vw, 92px);
  text-align: center;
}

.wedding-scroll-intro h2 {
  margin: 0 auto 18px;
  color: #fffaf2;
  font-size: clamp(2.35rem, 5vw, 5.4rem);
}

.wedding-scroll-intro p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 250, 242, 0.72);
  font-size: 1.06rem;
}

.wedding-scrolly.compact-scene-titles .wedding-scroll-intro {
  padding-top: clamp(96px, 10vw, 150px);
  padding-bottom: clamp(108px, 11vw, 164px);
}

.wedding-scrolly.compact-scene-titles .wedding-scroll-intro h2 {
  color: var(--ink);
  font-size: clamp(2.2rem, 4vw, 4.35rem);
}

.wedding-scrolly.compact-scene-titles .wedding-scroll-intro p:not(.eyebrow) {
  max-width: 790px;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.75;
}

.wedding-progress {
  position: sticky;
  top: 94px;
  z-index: 5;
  width: min(100% - 112px, 920px);
  margin: 0 auto -52px;
  display: flex;
  justify-content: center;
  gap: 10px;
  pointer-events: none;
}

.wedding-progress a {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, 0.28);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.12);
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.76rem;
  font-weight: 850;
  backdrop-filter: blur(18px);
  pointer-events: auto;
  transition: transform 240ms ease, background 240ms ease, color 240ms ease;
}

.wedding-progress a.is-active,
.wedding-progress a:hover {
  transform: translateY(-2px);
  background: rgba(255, 250, 242, 0.88);
  color: var(--ink);
}

.wedding-scrolly .wedding-story {
  width: 100%;
  display: block;
  margin: 0;
  scroll-margin-top: 72px;
}

.wedding-scene {
  position: relative;
  height: calc(100svh - 72px);
  min-height: 620px;
  isolation: isolate;
  overflow: hidden;
  scroll-margin-top: 72px;
}

.wedding-scene-media {
  position: absolute;
  inset: 0;
  height: 100%;
  overflow: hidden;
  background: #211810;
}

.wedding-scene-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 18% 70%, rgba(19, 14, 10, 0.62), transparent 38%),
    linear-gradient(90deg, rgba(16, 12, 8, 0.72), rgba(16, 12, 8, 0.18) 54%, rgba(16, 12, 8, 0.52));
  pointer-events: none;
}

.wedding-scene.is-right .wedding-scene-media::after {
  background:
    radial-gradient(circle at 82% 68%, rgba(19, 14, 10, 0.66), transparent 38%),
    linear-gradient(90deg, rgba(16, 12, 8, 0.48), rgba(16, 12, 8, 0.16) 44%, rgba(16, 12, 8, 0.76));
}

.wedding-scene-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--scene-y, 0px), 0) scale(var(--scene-scale, 1.08));
  transform-origin: center;
  transition: filter 420ms ease;
  will-change: transform;
}

@media (min-width: 701px) {
  .wedding-scene#oslava-03 .wedding-scene-media img {
    object-position: center bottom;
  }
}

.wedding-scene-copy {
  position: absolute;
  top: 50%;
  left: clamp(32px, 8vw, 136px);
  z-index: 3;
  width: min(42vw, 620px);
  margin: 0;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(255, 250, 242, 0.3);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.18), rgba(255, 250, 242, 0.07));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 28px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(22px) saturate(1.08);
  opacity: var(--scene-opacity, 0.78);
  transform: translate3d(0, calc(-50% + var(--scene-copy-y, 22px)), 0);
  transition: opacity 360ms ease, transform 360ms ease;
}

.wedding-scene.is-right .wedding-scene-copy {
  left: auto;
  right: clamp(32px, 8vw, 136px);
  margin: 0;
}

.wedding-scene.is-active .wedding-scene-copy {
  --scene-copy-y: 0px;
  --scene-opacity: 1;
}

.wedding-scene-copy .eyebrow {
  color: rgba(255, 250, 242, 0.7);
}

.wedding-scene-copy h2 {
  margin-bottom: 16px;
  color: #fffaf2;
  font-size: clamp(2.35rem, 4.8vw, 5.4rem);
}

.wedding-scrolly.compact-scene-titles .wedding-hero .eyebrow:empty,
.wedding-scrolly.compact-scene-titles .immersive-hero-meta,
.wedding-scrolly.compact-scene-titles .wedding-highlights {
  display: none;
}

.wedding-scrolly.compact-scene-titles .wedding-ribbon {
  width: min(100% - 112px, 1530px);
  margin-top: clamp(88px, 10vw, 144px);
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: auto minmax(0, 1fr) auto;
  justify-items: stretch;
  text-align: left;
}

.wedding-scrolly.compact-scene-titles .wedding-ribbon .calendar-mark {
  width: 92px;
  height: 92px;
}

.wedding-scrolly.compact-scene-titles .wedding-ribbon p {
  margin-left: 0;
  margin-right: 0;
}

.wedding-scrolly.compact-scene-titles .wedding-ribbon .ribbon-actions {
  justify-content: flex-end;
}

.wedding-scrolly.compact-scene-titles .wedding-scene-copy h2 {
  max-width: 680px;
  margin-bottom: 0;
  font-size: clamp(1.9rem, 3.2vw, 3.7rem);
  line-height: 1.04;
}

.wedding-scene-copy p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 250, 242, 0.82);
  font-size: 1.08rem;
  font-weight: 650;
}

.wedding-hotspots {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.wedding-hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: #fffaf2;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.wedding-hotspot span {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 250, 242, 0.95);
  border-radius: 999px;
  background: rgba(74, 65, 39, 0.72);
  box-shadow: 0 0 0 8px rgba(255, 250, 242, 0.14), 0 12px 30px rgba(0, 0, 0, 0.28);
}

.wedding-hotspot span::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(255, 250, 242, 0.42);
  border-radius: inherit;
  animation: hotspotPulse 2.6s ease-out infinite;
}

.wedding-hotspot strong {
  max-width: 190px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 250, 242, 0.28);
  border-radius: 999px;
  background: rgba(22, 17, 12, 0.55);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
  font-size: 0.78rem;
  line-height: 1.2;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.wedding-scene.is-active .wedding-hotspot strong,
.wedding-hotspot:hover strong,
.wedding-hotspot:focus-visible strong {
  opacity: 1;
  transform: translateX(0);
}

@keyframes hotspotPulse {
  from {
    opacity: 0.74;
    transform: scale(0.55);
  }
  to {
    opacity: 0;
    transform: scale(1.7);
  }
}

.wedding-scrolly .wedding-highlights,
.wedding-scrolly .wedding-ribbon {
  color: var(--ink);
}

.spaces-page {
  background: transparent;
}

.spaces-hero {
  position: relative;
  height: 100svh;
  min-height: 0;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(128px, 17vh, 176px) clamp(96px, 9vw, 170px) clamp(92px, 12vh, 126px);
  color: #fffaf2;
  background: #30281f;
}

.spaces-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 14, 10, 0.76) 0%, rgba(20, 17, 11, 0.5) 38%, rgba(18, 15, 10, 0.08) 76%),
    linear-gradient(180deg, rgba(18, 14, 9, 0.2) 0%, rgba(18, 14, 9, 0.08) 48%, rgba(18, 14, 9, 0.42) 100%),
    var(--spaces-hero-image) center/cover;
  transform: scale(1.08);
  will-change: transform;
}

.spaces-hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.spaces-hero h1 {
  max-width: 720px;
  font-size: clamp(3rem, 4.4vw, 4.85rem);
  line-height: 0.98;
}

.spaces-hero p:not(.eyebrow) {
  max-width: 580px;
  margin: 18px 0 30px;
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 520;
}

.spaces-hero .eyebrow {
  color: rgba(255, 250, 242, 0.78);
}

.retreat-hero {
  position: relative;
  height: 100svh;
  min-height: 0;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(128px, 17vh, 176px) clamp(96px, 9vw, 170px) clamp(92px, 12vh, 126px);
  color: #fffaf2;
  background: #30281f;
}

.retreat-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 14, 10, 0.76) 0%, rgba(20, 17, 11, 0.5) 38%, rgba(18, 15, 10, 0.08) 76%),
    linear-gradient(180deg, rgba(18, 14, 9, 0.2) 0%, rgba(18, 14, 9, 0.08) 48%, rgba(18, 14, 9, 0.42) 100%),
    var(--retreat-hero-image) center/cover;
  transform: scale(1.08);
  will-change: transform;
}

.retreat-hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.retreat-hero h1 {
  max-width: 720px;
  font-size: clamp(3rem, 4vw, 4.4rem);
  line-height: 0.98;
}

.retreat-hero-content > p:not(.eyebrow) {
  max-width: 580px;
  margin: 18px 0 30px;
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 520;
}

.retreat-hero .eyebrow {
  color: #d1a36b;
}

.retreat-hero .button {
  min-height: 52px;
  padding: 14px 26px;
}

.retreat-hero .button.secondary {
  background: rgba(19, 17, 12, 0.2);
  border-color: rgba(255, 250, 242, 0.62);
  color: #fffaf2;
  backdrop-filter: blur(8px);
}

.retreat-intro {
  text-align: center;
}

.retreat-intro h2 {
  max-width: 760px;
  margin: 0 auto 20px;
  font-size: clamp(2.3rem, 4.2vw, 4.2rem);
}

.retreat-intro > p:not(.eyebrow) {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.blog-page .page-heading h1,
.price-page .page-heading h1,
.contact-page .page-heading h1,
.has-glass-header .article-page h1 {
  max-width: 900px;
  font-size: clamp(2.7rem, 4vw, 4.3rem);
  line-height: 1;
}

.blog-page .page-heading > p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.blog-page .blog-heading {
  padding: clamp(34px, 5vw, 64px) 24px 44px;
  background: transparent;
  text-align: center;
}

.blog-page .blog-heading h1 {
  max-width: 900px;
  margin: 0 auto 22px;
  color: var(--olive-dark);
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: .98;
}

.blog-page .blog-heading > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 auto;
}

.spaces-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 720px);
  margin: 24px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.28);
  border-radius: 16px;
  background: rgba(255, 250, 242, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(18px) saturate(1.08);
}

.spaces-hero-facts div {
  padding: 14px 18px;
  background: rgba(255, 250, 242, 0.08);
}

.spaces-hero-facts dt {
  color: #fffaf2;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 400;
}

.spaces-hero-facts dd {
  margin: 4px 0 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.78rem;
  font-weight: 750;
}

.space-tabs {
  width: min(100% - 112px, 1530px);
  margin: -22px auto 44px;
  position: sticky;
  top: 72px;
  z-index: 12;
  display: none;
  gap: 8px;
  overflow-x: auto;
  padding: 10px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.78), rgba(244, 235, 222, 0.58));
  border: 1px solid rgba(181, 154, 112, 0.22);
  border-radius: 16px;
  box-shadow: 0 18px 54px rgba(54, 39, 22, 0.1);
  backdrop-filter: blur(20px) saturate(1.08);
  scrollbar-width: none;
}

.space-tabs::-webkit-scrollbar {
  display: none;
}

.space-tabs a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px 15px;
  border-radius: 999px;
  color: var(--olive-dark);
  font-size: 0.82rem;
  font-weight: 850;
  transition: background 220ms ease, transform 220ms ease, color 220ms ease;
}

.space-tabs a:hover {
  background: rgba(181, 154, 112, 0.14);
  transform: translateY(-1px);
}

.space-tabs span,
.space-tour-nav span {
  color: var(--gold);
  font-family: var(--serif);
  font-weight: 400;
}

.space-tour {
  width: min(100% - 112px, 1530px);
  margin: 0 auto;
  padding-top: clamp(72px, 7vw, 112px);
  display: grid;
  grid-template-columns: minmax(170px, 0.22fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: start;
}

.space-tour-nav {
  position: sticky;
  top: 154px;
  display: grid;
  gap: 7px;
  padding: 18px 0;
}

.space-tour-nav a {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: baseline;
  padding: 9px 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  transition: color 220ms ease, transform 220ms ease;
}

.space-tour-nav a:hover {
  color: var(--olive-dark);
  transform: translateX(3px);
}

.space-tour-list {
  display: block;
}

.space-tour-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 0.82fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  margin: 0 0 clamp(96px, 7vw, 132px);
  scroll-margin-top: 170px;
}

.space-tour-section:last-child {
  margin-bottom: 0;
}

.space-tour-section.is-reversed {
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 0.82fr);
}

.space-tour-section.is-reversed .space-copy {
  grid-column: auto;
  grid-row: auto;
}

.space-tour-section.is-reversed .space-gallery {
  grid-column: auto;
  grid-row: auto;
}

.space-copy h2 {
  margin-bottom: 20px;
}

.space-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.05rem;
}

.space-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.space-facts li {
  padding: 8px 12px;
  border: 1px solid rgba(181, 154, 112, 0.28);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.58);
  color: var(--olive-dark);
  font-size: 0.78rem;
  font-weight: 850;
}

.space-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(92px, 0.26fr);
  gap: 12px;
  align-items: stretch;
  height: clamp(520px, 58vh, 650px);
  min-height: 0;
}

.space-gallery-main,
.space-gallery-thumbs img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 18px 46px rgba(54, 39, 22, 0.11);
}

.space-gallery-main {
  height: 100%;
  min-height: 0;
  transform: none;
}

.space-gallery-thumbs {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 12px;
  height: 100%;
}

.space-gallery-thumbs img {
  height: 100%;
  min-height: 0;
  filter: saturate(0.94);
  transition: transform 320ms ease, filter 320ms ease;
}

.space-gallery-thumbs img:hover {
  transform: translateY(-3px);
  filter: saturate(1.05);
}

.spaces-ribbon {
  margin-top: clamp(46px, 7vw, 90px);
  margin-bottom: clamp(44px, 7vw, 86px);
}

.venue-tabs {
  display: none;
}

.venue-tour {
  width: min(100% - 112px, 1530px);
  margin: 0 auto;
  padding-top: clamp(72px, 7vw, 112px);
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: start;
}

.venue-nav {
  position: sticky;
  top: 154px;
  display: grid;
  gap: 7px;
  padding: 18px 0;
}

.venue-nav a {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: baseline;
  padding: 9px 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  transition: color 220ms ease, transform 220ms ease;
}

.venue-nav a:hover {
  color: var(--olive-dark);
  transform: translateX(3px);
}

.venue-nav span,
.venue-tabs span {
  color: var(--gold);
  font-family: var(--serif);
  font-weight: 400;
}

.venue-list {
  display: block;
}

.venue-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 0.82fr);
  grid-template-areas: "copy media";
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
  margin: 0 0 clamp(112px, 8vw, 148px);
  scroll-margin-top: 170px;
}

.venue-section:last-child {
  margin-bottom: 0;
}

.venue-section.is-flipped {
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.48fr);
  grid-template-areas: "media copy";
}

.venue-copy {
  grid-area: copy;
}

.venue-copy h2 {
  margin-bottom: 20px;
}

.venue-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.05rem;
}

.venue-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.venue-highlights li {
  padding: 8px 12px;
  border: 1px solid rgba(181, 154, 112, 0.28);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.58);
  color: var(--olive-dark);
  font-size: 0.78rem;
  font-weight: 850;
}

.venue-media {
  grid-area: media;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(92px, 0.26fr);
  gap: 12px;
  height: clamp(500px, 56vh, 640px);
}

.venue-main,
.venue-thumbs img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0 18px 46px rgba(54, 39, 22, 0.11);
}

.venue-main {
  min-height: 0;
}

.venue-thumbs {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 12px;
  min-height: 0;
}

.venue-thumbs img {
  min-height: 0;
  filter: saturate(0.94);
  transition: transform 320ms ease, filter 320ms ease;
}

.venue-thumbs img:hover {
  transform: translateY(-3px);
  filter: saturate(1.05);
}

.about-visual-page {
  padding-bottom: clamp(58px, 8vw, 100px);
}

.about-visual-hero {
  width: min(100% - 112px, 1530px);
  margin: clamp(34px, 5vw, 74px) auto clamp(42px, 7vw, 92px);
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.08fr);
  gap: clamp(22px, 4vw, 70px);
  align-items: center;
}

.about-visual-hero > div {
  padding: clamp(28px, 5vw, 70px);
  border: 1px solid rgba(181, 154, 112, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 250, 242, 0.82), rgba(245, 235, 219, 0.56));
  box-shadow: 0 24px 70px rgba(54, 39, 22, 0.09);
  backdrop-filter: blur(18px) saturate(1.05);
}

.about-visual-hero p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.06rem;
}

.about-visual-hero h1 {
  max-width: 12em;
  font-size: clamp(2.25rem, 3.5vw, 3.5rem);
  line-height: 1.04;
}

.about-visual-hero img {
  width: 100%;
  height: clamp(420px, 58vh, 690px);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(54, 39, 22, 0.14);
}

.about-photo-story {
  width: min(100% - 112px, 1530px);
  margin: 0 auto;
  display: grid;
  gap: clamp(36px, 7vw, 96px);
}

.about-photo-story article {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.58fr);
  gap: clamp(22px, 4vw, 62px);
  align-items: center;
}

.about-photo-story article:nth-child(even) {
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1.1fr);
}

.about-photo-story article:nth-child(even) picture,
.about-photo-story article:nth-child(even) > img {
  order: 2;
}

.about-photo-story img {
  width: 100%;
  height: clamp(390px, 54vh, 660px);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(54, 39, 22, 0.12);
}

.about-photo-story .about-photo-large img {
  height: clamp(470px, 66vh, 760px);
}

.about-photo-story div {
  padding: clamp(24px, 4vw, 52px);
  border: 1px solid rgba(181, 154, 112, 0.2);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.7);
  box-shadow: 0 20px 56px rgba(54, 39, 22, 0.08);
  backdrop-filter: blur(18px) saturate(1.05);
}

.about-photo-story p:not(.eyebrow) {
  color: var(--muted);
}

.about-photo-story h2 {
  font-size: clamp(2rem, 2.8vw, 2.9rem);
  line-height: 1.06;
}

.price-table-section {
  width: min(100% - 112px, 1320px);
  margin: 0 auto clamp(64px, 9vw, 110px);
  display: grid;
  gap: 20px;
}

.reservation-intro,
.reservation-choice-grid,
.reservation-form-section,
.reservation-disclaimer {
  width: min(100% - 112px, 1320px);
  margin-left: auto;
  margin-right: auto;
}

.reservation-intro {
  padding: clamp(58px, 7vw, 104px) 0 42px;
  text-align: center;
}

.reservation-intro h1 {
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(2.8rem, 5vw, 5.6rem);
}

.reservation-intro p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.reservation-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 74px;
}

.reservation-choice-card {
  display: grid;
  min-height: 290px;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(181, 154, 112, 0.3);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 250, 242, 0.85), rgba(244, 235, 222, 0.62));
  box-shadow: 0 24px 70px rgba(54, 39, 22, 0.09);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.reservation-choice-card:hover {
  transform: translateY(-5px);
  border-color: rgba(181, 154, 112, 0.72);
  box-shadow: 0 30px 80px rgba(54, 39, 22, 0.14);
}

.reservation-choice-number {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.reservation-choice-card h2 {
  margin: 30px 0 10px;
  color: var(--olive-dark);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  font-weight: 400;
}

.reservation-choice-card p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
}

.reservation-choice-card strong {
  align-self: end;
  margin-top: 30px;
  color: var(--olive-dark);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.reservation-form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
  padding: 70px 0;
  border-top: 1px solid rgba(181, 154, 112, 0.22);
  scroll-margin-top: 110px;
}

.reservation-form-section-alt {
  padding-top: 76px;
}

.reservation-form-copy h2 {
  margin: 0;
  color: var(--olive-dark);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 1.04;
}

.reservation-form-copy p:not(.eyebrow) {
  max-width: 430px;
  color: var(--muted);
}

.reservation-form {
  width: 100%;
  margin: 0;
}

.reservation-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(181, 154, 112, 0.24);
  border-radius: 10px;
}

.reservation-services legend {
  padding: 0 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.reservation-services label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid rgba(181, 154, 112, 0.2);
  border-radius: 9px;
  background: rgba(255, 250, 242, 0.48);
  color: var(--ink);
  font-size: 0.88rem;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease;
}

.reservation-services label:has(input:checked) {
  border-color: rgba(181, 154, 112, 0.72);
  background: rgba(255, 250, 242, 0.9);
}

.reservation-services input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--olive);
}

.reservation-time-options {
  margin: 0;
  padding: 0;
  border: 0;
}

.reservation-time-options legend {
  margin-bottom: 8px;
  color: rgba(48, 40, 31, 0.82);
  font-size: 0.84rem;
  font-weight: 800;
}

.reservation-time-options > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.reservation-time-options label {
  position: relative;
  display: block;
  cursor: pointer;
}

.reservation-time-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.reservation-time-options span {
  display: grid;
  min-height: 48px;
  place-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(181, 154, 112, 0.24);
  border-radius: 10px;
  background: rgba(255, 250, 242, 0.48);
  color: var(--olive-dark);
  font-size: 0.82rem;
  font-weight: 750;
  text-align: center;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.reservation-time-options label:hover span,
.reservation-time-options input:checked + span {
  border-color: var(--olive);
  background: rgba(255, 250, 242, 0.9);
  box-shadow: 0 0 0 1px var(--olive), 0 8px 22px rgba(54, 39, 22, 0.08);
}

.reservation-guests { display: grid; gap: 8px; }
.reservation-guests > label { margin: 0; }
.reservation-guests-stepper { display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; gap: 8px; align-items: stretch; }
.reservation-guests-stepper button { grid-column: auto; min-height: 48px; border: 1px solid rgba(181, 154, 112, .3); border-radius: 10px; background: rgba(255, 250, 242, .72); color: var(--olive-dark); font-size: 1.35rem; cursor: pointer; }
.reservation-guests-stepper button:hover { border-color: var(--olive); background: rgba(255, 250, 242, .95); }
.reservation-guests-stepper input { grid-column: auto; min-width: 0; min-height: 48px; text-align: center; appearance: textfield; }
.reservation-guests-stepper input::-webkit-outer-spin-button,
.reservation-guests-stepper input::-webkit-inner-spin-button { margin: 0; appearance: none; }

.reservation-date-picker {
  position: absolute;
  z-index: 30;
  width: 300px;
  padding: 16px;
  border: 1px solid rgba(181, 154, 112, 0.35);
  border-radius: 12px;
  background: #fffaf2;
  box-shadow: 0 20px 50px rgba(54, 39, 22, 0.2);
}

.reservation-date-picker header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.reservation-date-picker header strong {
  color: var(--olive-dark);
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 400;
}

.reservation-date-picker header button {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(181, 154, 112, 0.3);
  border-radius: 50%;
  background: transparent;
  color: var(--olive-dark);
}

.reservation-date-picker-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.reservation-date-picker-grid span {
  padding: 4px 0;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-align: center;
}

.reservation-date-picker-grid button {
  min-height: 32px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
}

.reservation-date-picker-grid button:hover,
.reservation-date-picker-grid button.is-start,
.reservation-date-picker-grid button.is-end {
  background: var(--olive);
  color: #fffaf2;
}

.reservation-date-picker-grid button.is-range {
  border-radius: 0;
  background: rgba(181, 154, 112, 0.25);
  color: var(--olive-dark);
}

.reservation-date-picker-grid button.is-disabled {
  color: rgba(117, 107, 93, 0.3);
  cursor: not-allowed;
}

.reservation-disclaimer {
  margin-top: 0;
  margin-bottom: 86px;
  padding: 18px 22px;
  border: 1px solid rgba(181, 154, 112, 0.24);
  border-radius: 10px;
  background: rgba(255, 250, 242, 0.62);
  color: var(--muted);
  text-align: center;
}

.price-intro {
  padding: clamp(58px, 7vw, 104px) clamp(24px, 6vw, 92px) 42px;
  background: var(--ivory);
}

.price-page-simple { padding-bottom: clamp(70px, 10vw, 130px); }
.price-simple-intro { width: min(100% - 112px, 980px); margin: 0 auto; padding: clamp(34px, 5vw, 64px) 0 44px; text-align: center; }
.price-simple-intro h1 { max-width: 900px; margin: 0 auto 22px; color: var(--olive-dark); font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5.2rem); font-weight: 400; line-height: .98; }
.price-simple-intro p:not(.eyebrow) { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 1.02rem; }
.price-simple-intro a { color: var(--olive-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.price-simple-offer { width: min(100% - 112px, 650px); margin: 0 auto 62px; padding: clamp(28px, 4vw, 46px); border-radius: 14px; background: linear-gradient(145deg, var(--olive-dark), #686044); color: #fffaf2; text-align: center; box-shadow: 0 24px 70px rgba(54, 39, 22, .16); }
.price-simple-offer .eyebrow { display: none; }
.price-simple-offer .eyebrow { color: rgba(255, 250, 242, .7); }
.price-simple-offer strong { display: block; margin: 6px 0 0; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 4.6rem); font-weight: 400; line-height: 1; }
.price-simple-offer > p:not(.eyebrow) { margin: 8px 0 22px; color: rgba(255, 250, 242, .88); font-size: 1.15rem; }
.price-simple-offer small { display: block; max-width: 560px; margin: 0 auto; color: rgba(255, 250, 242, .72); font-size: .86rem; line-height: 1.5; }
.price-services { width: min(100% - 112px, 1180px); margin: 0 auto; text-align: center; }
.price-services h2 { margin: 0 0 26px; color: var(--olive-dark); font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 400; }
.price-services > p { max-width: 720px; margin: -8px auto 28px; color: var(--muted); }

.seo-content-section {
  width: min(100% - 112px, 1180px);
  margin: clamp(64px, 9vw, 124px) auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.seo-content-section > div:first-child { max-width: 800px; }
.seo-content-section h2 { margin: 0 0 16px; color: var(--olive-dark); font-size: clamp(2rem, 4vw, 3.75rem); line-height: 1.05; }
.seo-content-section > div:first-child > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 1.03rem; }
.seo-content-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.seo-content-cards article { padding: 22px; border: 1px solid rgba(181, 154, 112, 0.22); border-radius: 12px; background: rgba(255, 253, 248, 0.78); }
.seo-content-cards h3 { margin: 0 0 8px; color: var(--olive-dark); font-family: var(--serif); font-size: 1.42rem; font-weight: 400; }
.seo-content-cards p { margin: 0; color: var(--muted); }
.seo-content-links { display: flex; flex-wrap: wrap; gap: 20px 28px; margin-top: 28px; }
.seo-content-links .text-link { color: var(--olive-dark); font-weight: 800; }
.action-seo-content { margin-top: clamp(64px, 9vw, 124px); margin-bottom: 0; }
.wedding-scrolly .action-seo-content { color: var(--ink); }
.price-service-bubbles { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.price-service-bubble { display: inline-flex; align-items: center; min-height: 42px; padding: 10px 17px; border: 1px solid rgba(181, 154, 112, .3); border-radius: 999px; background: linear-gradient(135deg, rgba(255, 250, 242, .84), rgba(244, 235, 222, .66)); color: var(--olive-dark); font-size: .85rem; font-weight: 700; box-shadow: 0 8px 22px rgba(54, 39, 22, .06); }
.price-service-categories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; text-align: left; }
.price-service-category { padding: 24px 0; }
.price-service-category h3 { margin: 0 0 16px; color: var(--olive-dark); font-size: 1.5rem; }
.price-service-category .price-service-bubbles { justify-content: flex-start; }
@media (max-width: 760px) {
  .price-simple-intro, .price-simple-offer, .price-services, .seo-content-section { width: min(100% - 36px, 980px); }
  .price-simple-intro { padding-top: 52px; }
  .price-simple-intro h1 { font-size: clamp(2.1rem, 9vw, 2.8rem); }
  .price-simple-offer { margin-bottom: 52px; }
  .price-service-bubble { font-size: .8rem; }
  .price-service-categories { grid-template-columns: 1fr; }
}

.price-intro > div {
  width: min(100%, 980px);
  margin: 0 auto;
}

.price-intro h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 7.2rem);
}

.price-intro p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.price-calculator-section {
  width: min(100% - 112px, 1320px);
  margin: clamp(34px, 5vw, 64px) auto clamp(64px, 9vw, 110px);
  display: grid;
  gap: 26px;
}

.price-calculator-section > .section-title {
  max-width: 1080px;
}

.price-calculator-section > .section-title a {
  color: var(--olive-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.price-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  gap: 24px;
  align-items: start;
}

.price-calculator-options,
.price-calculator-summary {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(181, 154, 112, 0.24);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 250, 242, 0.88), rgba(245, 235, 219, 0.68));
  box-shadow: 0 24px 70px rgba(54, 39, 22, 0.1);
  backdrop-filter: blur(18px) saturate(1.05);
}

.price-option-group + .price-option-group {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(181, 154, 112, 0.2);
}

.price-guests + .price-option-group {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(181, 154, 112, 0.2);
}

.price-option-group h3 {
  margin: 0 0 14px;
  color: var(--olive-dark);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
}

.price-choice {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: start;
  margin-top: 9px;
  padding: 15px 16px;
  border: 1px solid rgba(181, 154, 112, 0.2);
  border-radius: 10px;
  background: rgba(255, 250, 242, 0.48);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.price-choice:hover,
.price-choice:has(input:checked) {
  border-color: rgba(181, 154, 112, 0.7);
  background: rgba(255, 250, 242, 0.9);
}

.price-choice:has(input:checked) {
  transform: translateY(-1px);
}

.price-choice input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--olive);
}

.price-choice span,
.price-guests span {
  display: grid;
  gap: 4px;
}

.price-choice strong,
.price-guests strong {
  color: var(--ink);
  font-size: 0.93rem;
}

.price-choice small,
.price-guests small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.price-choice b {
  color: var(--olive-dark);
  font-size: 0.85rem;
  white-space: nowrap;
}

.price-guests {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(181, 154, 112, 0.2);
}

.price-stepper {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  overflow: hidden;
  border: 1px solid rgba(181, 154, 112, 0.4);
  border-radius: 8px;
  background: #fffaf2;
}

.price-stepper button,
.price-stepper input {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-align: center;
}

.price-stepper button {
  color: var(--olive-dark);
  font-size: 1.3rem;
  font-weight: 700;
}

.price-stepper button:hover {
  background: rgba(181, 154, 112, 0.16);
}

.price-stepper input {
  width: 54px;
  border-right: 1px solid rgba(181, 154, 112, 0.24);
  border-left: 1px solid rgba(181, 154, 112, 0.24);
  font-weight: 800;
}

.price-stepper input::-webkit-outer-spin-button,
.price-stepper input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.price-stepper input[type="number"] {
  appearance: textfield;
}

.price-calculator-summary {
  position: sticky;
  top: 110px;
  background: linear-gradient(145deg, var(--olive-dark), #686044);
  color: #fffaf2;
}

.price-calculator-summary .eyebrow {
  color: rgba(255, 250, 242, 0.7);
}

.price-total {
  display: block;
  margin: 4px 0 0;
  color: #fffaf2;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.price-total-note {
  margin: 8px 0 22px;
  color: rgba(255, 250, 242, 0.68);
  font-size: 0.78rem;
}

.price-breakdown {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 250, 242, 0.22);
  border-bottom: 1px solid rgba(255, 250, 242, 0.22);
}

.price-breakdown p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 8px 0;
  color: rgba(255, 250, 242, 0.86);
  font-size: 0.84rem;
}

.price-breakdown b {
  color: #fffaf2;
  white-space: nowrap;
}

.price-disclaimer {
  margin: 22px 0;
  color: rgba(255, 250, 242, 0.76);
  font-size: 0.82rem;
  line-height: 1.5;
}

.price-calculator-summary .button {
  width: 100%;
  border-color: #fffaf2;
  background: #fffaf2;
  color: var(--olive-dark);
}

.price-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(181, 154, 112, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 250, 242, 0.82), rgba(245, 235, 219, 0.62));
  box-shadow: 0 24px 70px rgba(54, 39, 22, 0.1);
  backdrop-filter: blur(18px) saturate(1.05);
}

.price-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.price-table th,
.price-table td {
  padding: 21px 24px;
  border-bottom: 1px solid rgba(181, 154, 112, 0.2);
  vertical-align: top;
  text-align: left;
}

.price-table thead th {
  color: var(--olive-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-table tbody th {
  width: 26%;
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 400;
}

.price-table td {
  color: var(--muted);
}

.price-table td:last-child {
  width: 18%;
  color: var(--olive-dark);
  font-weight: 850;
  white-space: nowrap;
}

.price-table tbody tr:last-child th,
.price-table tbody tr:last-child td {
  border-bottom: 0;
}

.price-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(181, 154, 112, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.66);
  backdrop-filter: blur(18px) saturate(1.05);
}

.price-note p {
  margin: 4px 0 0;
  color: var(--muted);
}

.price-note .button {
  flex: 0 0 auto;
}

.price-grid, .contact-details {
  width: min(100% - 112px, 1320px);
  margin: 0 auto clamp(56px, 8vw, 90px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.price-grid article, .contact-details article {
  min-height: 190px;
  padding: 28px;
  background: rgba(255, 250, 242, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

.price-grid article:hover, .contact-details article:hover {
  transform: translateY(-4px);
  border-color: rgba(181, 154, 112, 0.38);
  box-shadow: 0 18px 40px rgba(54, 39, 22, 0.09);
}

.price-grid h3 {
  font-family: var(--sans);
  font-weight: 850;
}

.price-grid p, .contact-details p {
  color: var(--muted);
}

.contact-details-icons article {
  position: relative;
  overflow: hidden;
  min-height: 170px;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.78), rgba(245, 235, 219, 0.54));
  backdrop-filter: blur(18px) saturate(1.06);
}

.contact-fullpage { width: 100%; }
.contact-stage { position: relative; min-height: clamp(520px, calc(100svh - 250px), 820px); display: grid; place-items: center; overflow: hidden; background: url('/public/assets/contact-aerial.png') center center / cover no-repeat; background: image-set(url('/public/assets/contact-aerial.webp') type('image/webp') 1x, url('/public/assets/contact-aerial.png') type('image/png') 1x) center center / cover no-repeat; }
.contact-stage-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(8, 19, 34, .62), rgba(26, 22, 13, .28) 58%, rgba(10, 12, 10, .58)); }
.contact-stage-content { position: relative; z-index: 1; width: min(100% - 48px, 1180px); padding: 50px 0; color: #fffaf2; text-align: center; }
.contact-stage-content .eyebrow { color: rgba(255, 250, 242, .74); }
.contact-stage-content h1 { margin: 0 0 34px; color: #fffaf2; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 400; line-height: .98; }
.contact-stage-intro { max-width: 680px; margin: -16px auto 30px; color: rgba(255, 250, 242, .86); font-size: 1.04rem; }
.contact-floating-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; text-align: left; }
.contact-floating-card { min-height: 150px; padding: 26px 28px; border: 1px solid rgba(255, 250, 242, .42); border-radius: 14px; background: rgba(255, 250, 242, .14); color: #fffaf2; box-shadow: 0 22px 50px rgba(0, 0, 0, .2); backdrop-filter: blur(5px) saturate(1.15); transition: transform 200ms ease, background 200ms ease, border-color 200ms ease; }
.contact-floating-card:hover { transform: translateY(-5px); border-color: rgba(255, 250, 242, .76); background: rgba(255, 250, 242, .22); }
.contact-floating-card .contact-icon { display: block; width: 30px; height: 30px; margin-bottom: 24px; color: #fffaf2; }
.contact-floating-card .contact-icon svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.4; }
.contact-floating-card strong { display: block; margin-bottom: 5px; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-floating-card p { margin: 0; color: rgba(255, 250, 242, .82); }
.contact-map-link { display: inline-block; margin-top: 12px; color: #fffaf2; font-size: .82rem; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.contact-site { background: url('/public/assets/contact-aerial.png') center center / cover fixed no-repeat; background: image-set(url('/public/assets/contact-aerial.webp') type('image/webp') 1x, url('/public/assets/contact-aerial.png') type('image/png') 1x) center center / cover fixed no-repeat; }
.contact-site { min-height: 100svh; display: flex; flex-direction: column; }
.contact-site .contact-fullpage { flex: 1 0 auto; display: flex; flex-direction: column; }
.contact-site .contact-stage { flex: 1 0 auto; min-height: 0; }
.contact-site::before { content: ''; position: fixed; inset: 0; z-index: -1; background: linear-gradient(135deg, rgba(8, 19, 34, .58), rgba(26, 22, 13, .28) 58%, rgba(10, 12, 10, .58)); pointer-events: none; }
.contact-site .site-header { background: rgba(25, 29, 30, .42); border-color: rgba(255, 250, 242, .22); box-shadow: 0 14px 44px rgba(0, 0, 0, .18); }
.contact-site .contact-stage { background: transparent; }
.contact-site .contact-stage-overlay { background: transparent; }
.contact-site .site-footer { color: rgba(255, 250, 242, .76); border-color: rgba(255, 250, 242, .24); }
.contact-site .site-footer strong, .contact-site .site-footer a { color: #fffaf2; }
.contact-site .site-footer { display: block; width: min(100% - 48px, 1530px); min-height: 0; margin-top: 0; padding: 8px 0 10px; border-top: 0; }
.contact-site .site-footer > div:not(.footer-bottom),
.contact-site .site-footer > .newsletter-form { display: none; }
.contact-site .site-footer .footer-bottom { display: flex; justify-content: space-between; gap: 18px; color: rgba(255, 250, 242, .72); font-size: .75rem; }
.contact-site .site-footer .footer-bottom a { color: inherit; }
.contact-site .contact-floating-card .contact-icon { display: none; }
.contact-site .contact-floating-card strong { margin-bottom: 10px; }
@media (max-width: 760px) {
  .contact-stage { min-height: 680px; }
  .contact-stage-content { width: min(100% - 32px, 520px); padding: 42px 0; }
  .contact-stage-content h1 { margin-bottom: 28px; font-size: clamp(3rem, 15vw, 4.8rem); }
  .contact-floating-cards { grid-template-columns: 1fr; gap: 12px; }
  .contact-floating-card { min-height: auto; padding: 20px 22px; }
  .contact-floating-card .contact-icon { margin-bottom: 14px; }
  .contact-site .site-footer .footer-bottom { flex-direction: column; align-items: center; text-align: center; gap: 6px; }
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border: 1px solid rgba(181, 154, 112, 0.28);
  border-radius: 999px;
  color: var(--olive-dark);
  background: rgba(255, 250, 242, 0.66);
}

.contact-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.article-page article {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(66px, 9vw, 120px) 20px;
}

.article-page header p:not(.eyebrow) {
  max-width: 980px;
  color: var(--muted);
  font-size: 1.08rem;
}

.article-hero {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 40px 0;
}

.article-content {
  max-width: 980px;
  margin: 0;
  font-size: 1.06rem;
}

.article-content h2, .article-content h3 { margin-top: 1.5em; }
.article-content a { color: var(--olive-dark); text-decoration: underline; }

.thank-you {
  padding: clamp(72px, 10vw, 150px) clamp(24px, 6vw, 92px);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.2fr;
  gap: 38px;
  width: min(100% - 112px, 1530px);
  margin: 0 auto;
  padding: 34px 0 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-weight: 850;
}

.site-footer > div:first-child strong {
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.site-footer a {
  display: block;
  margin: 3px 0;
  font-size: 0.86rem;
}

.footer-cta {
  display: inline-flex !important;
  width: fit-content;
  margin-top: 18px !important;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.footer-social {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--olive-dark);
}

.footer-social svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social:first-child svg { fill: currentColor; stroke: none; }

.newsletter-form { align-content: start; }

.newsletter-form label span {
  color: var(--muted);
  font-weight: 500;
}

.newsletter-form input {
  min-width: 0;
  height: 52px;
  padding: 12px 15px;
  border-right: 0;
  border-radius: 10px 0 0 10px;
}

.newsletter-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: end;
}

.newsletter-input-row label { min-width: 0; }

.newsletter-form button {
  width: 52px;
  min-height: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  line-height: 1;
  border: 1px solid var(--olive);
  border-radius: 0 10px 10px 0;
  background: var(--olive);
  color: #fffaf2;
}

.newsletter-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.35;
}

.newsletter-consent input {
  flex: 0 0 auto;
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid var(--olive);
  border-radius: 3px;
}

.newsletter-consent a { text-decoration: underline; }

.newsletter-feedback {
  align-self: start;
  padding-top: 1px;
  color: var(--muted);
}

.newsletter-feedback h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font: 800 1rem/1.3 var(--sans);
}

.newsletter-feedback p {
  margin: 0;
  font-size: .86rem;
  line-height: 1.5;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
}

.footer-bottom a {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-page {
  min-height: 70svh;
  padding: clamp(54px, 5vw, 72px) 24px 100px;
}

.legal-content {
  width: min(100%, 860px);
  margin: 0 auto;
}

.legal-content h1 {
  max-width: 780px;
  margin-bottom: 32px;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
}

.legal-content h2 {
  margin: 64px 0 20px;
  color: var(--olive-dark);
  font-size: clamp(2rem, 3vw, 3rem);
}

.legal-content h3 {
  margin: 36px 0 12px;
  color: var(--olive-dark);
  font-size: 1.35rem;
}

.legal-content p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1rem;
}

.legal-content ul {
  margin: 0 0 20px;
  padding-left: 22px;
  color: var(--muted);
}

.legal-content a {
  color: var(--olive-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.js-ready .reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  filter: blur(8px);
  transition:
    opacity 820ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    filter 820ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.js-ready .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.js-ready .hero-content.reveal {
  transform: translate3d(0, 44px, 0);
}

.js-ready .hero-content.reveal.is-visible {
  transform: translate3d(0, 18px, 0);
}

.js-ready .event-card.reveal,
.js-ready .story-card.reveal,
.js-ready .retreat-card.reveal {
  transform: translate3d(0, 26px, 0) scale(0.985);
}

.js-ready .event-card.reveal.is-visible,
.js-ready .story-card.reveal.is-visible,
.js-ready .retreat-card.reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.js-ready .event-card.reveal.is-visible:hover,
.js-ready .story-card.reveal.is-visible:hover,
.js-ready .retreat-card.reveal.is-visible:hover {
  transform: translate3d(0, -5px, 0) scale(1);
}

.js-ready .gallery-strip img.reveal {
  transform: translate3d(0, 22px, 0);
}

.js-ready .gallery-strip img.reveal.is-visible {
  transform: translate3d(0, 0, 0);
}

.js-ready .gallery-strip img.reveal.is-visible:hover {
  transform: translate3d(0, -4px, 0);
}

.js-ready .about-mosaic > img.reveal.is-visible,
.js-ready .space-section > img.reveal.is-visible,
.js-ready .retreat-feature > img.reveal.is-visible,
.js-ready .visual-heading > img.reveal.is-visible {
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(var(--parallax-scale, 1));
}

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

  .reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .hero-media,
  .wedding-hero-media,
  .wedding-scene-media img,
  .about-mosaic > img,
  .space-section > img,
  .retreat-feature > img,
  .visual-heading > img {
    transform: none !important;
  }
}

@media (max-width: 1180px) {
  .image-grid, .story-grid, .retreat-grid, .testimonial-grid, .price-grid, .contact-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-mosaic, .space-section, .booking-ribbon, .section-title, .image-grid, .event-grid, .retreat-grid, .gallery-slider, .story-grid, .site-footer, .form-section, .page-content, .price-grid, .contact-details {
    width: min(100% - 48px, 1530px);
  }

  .event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-card div {
    padding: 16px;
  }

  .event-card h3 {
    margin-top: 6px;
    font-size: 1.08rem;
    line-height: 1.05;
  }

  .event-card a {
    font-size: 0.72rem;
  }

  .event-icon {
    width: 34px;
    height: 34px;
  }

  .wedding-intro,
  .wedding-story,
  .wedding-highlights {
    width: min(100% - 48px, 1530px);
  }

  .wedding-story {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wedding-sticky {
    position: relative;
    top: auto;
  }

  .wedding-sticky ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wedding-step,
  .wedding-step:nth-child(even) {
    grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1fr);
  }

  .wedding-step:nth-child(even) .wedding-step-copy {
    order: 0;
  }

  .wedding-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .space-tabs,
  .space-tour,
  .venue-tabs,
  .venue-tour {
    width: min(100% - 48px, 1530px);
  }

  .space-tabs {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: -12px;
    margin-bottom: 32px;
    overflow: visible;
    padding: 8px;
    border-radius: 14px;
  }

  .space-tabs a {
    width: 100%;
    justify-content: flex-start;
    white-space: normal;
    line-height: 1.2;
  }

  .space-section, .retreat-feature, .form-section, .visual-heading {
    grid-template-columns: 1fr;
  }

  .space-tour {
    grid-template-columns: 1fr;
  }

  .venue-tabs {
    position: relative;
    display: flex;
    gap: 8px;
    margin: -12px auto 32px;
    overflow-x: auto;
    padding: 8px;
    border: 1px solid rgba(181, 154, 112, 0.22);
    border-radius: 14px;
    background:
      linear-gradient(135deg, rgba(255, 250, 242, 0.78), rgba(244, 235, 222, 0.58));
    box-shadow: 0 18px 54px rgba(54, 39, 22, 0.1);
    backdrop-filter: blur(20px) saturate(1.08);
    scrollbar-width: none;
  }

  .venue-tabs::-webkit-scrollbar {
    display: none;
  }

  .venue-tabs a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 999px;
    color: var(--olive-dark);
    font-size: 0.8rem;
    font-weight: 850;
    white-space: nowrap;
  }

  .venue-tour {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .venue-nav {
    display: none;
  }

  .venue-section,
  .venue-section.is-flipped {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media";
    gap: 26px;
    margin-bottom: clamp(78px, 11vw, 118px);
  }

  .venue-media {
    grid-template-columns: 1fr;
    height: auto;
  }

  .venue-main {
    height: auto;
    aspect-ratio: 1.35 / 1;
  }

  .venue-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .venue-thumbs img {
    aspect-ratio: 1.2 / 1;
  }

  .space-tour-nav {
    display: none;
  }

  .space-tour-section,
  .space-tour-section.is-reversed {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .space-tour-section.is-reversed .space-copy {
    grid-column: auto;
    grid-row: auto;
    order: 0;
  }

  .space-tour-section.is-reversed .space-gallery {
    grid-column: auto;
    grid-row: auto;
  }

  .space-gallery-main {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.35 / 1;
  }

  .booking-ribbon {
    grid-template-columns: auto 1fr;
  }

  .ribbon-actions {
    grid-column: 1 / -1;
  }

  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px;
    min-height: 78px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  body.has-glass-header .site-header {
    top: 12px;
    left: 12px;
    right: 12px;
    min-height: 68px;
    padding: 10px 18px;
  }

  body.has-glass-header .brand {
    width: 108px;
  }

  body.has-glass-header .menu-toggle {
    border-color: rgba(255, 250, 242, 0.34);
    background: rgba(24, 22, 15, 0.26);
    color: #fffaf2;
    box-shadow: none;
  }

  .menu-toggle {
    width: 46px;
    height: 42px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    justify-self: end;
    border: 1px solid rgba(181, 154, 112, 0.28);
    border-radius: 999px;
    background:
      linear-gradient(135deg, rgba(255, 250, 242, 0.86), rgba(244, 235, 222, 0.62));
    color: var(--olive-dark);
    box-shadow: 0 12px 28px rgba(54, 39, 22, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(16px) saturate(1.08);
    transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  }

  .menu-toggle span {
    width: 19px;
    height: 2px;
    display: block;
    background: currentColor;
    border-radius: 999px;
    transform-origin: center;
    transition: transform 220ms ease, opacity 180ms ease;
  }

  .menu-toggle.is-open {
    border-color: rgba(78, 63, 46, 0.28);
    background:
      linear-gradient(135deg, rgba(244, 235, 222, 0.94), rgba(255, 250, 242, 0.74));
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    top: calc(100% - 1px);
    left: 18px;
    right: 18px;
    max-height: calc(100svh - 150px);
    display: grid;
    justify-content: stretch;
    gap: 4px;
    padding: 14px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background:
      linear-gradient(135deg, rgba(255, 250, 242, 0.97), rgba(244, 235, 222, 0.88));
    border: 1px solid rgba(181, 154, 112, 0.24);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(54, 39, 22, 0.17);
    backdrop-filter: blur(20px) saturate(1.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease;
  }

  body.has-glass-header .main-nav {
    color: var(--ink);
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a,
  .nav-dropdown-toggle {
    width: 100%;
    padding: 12px 13px;
    border-radius: 12px;
    text-align: left;
    font-size: 0.95rem;
  }

  .main-nav a::after,
  .nav-dropdown-toggle::after {
    display: none;
  }

  .main-nav a:hover,
  .main-nav a.is-active,
  .nav-dropdown.is-active .nav-dropdown-toggle,
  .nav-dropdown.is-open .nav-dropdown-toggle {
    background: rgba(181, 154, 112, 0.13);
    color: var(--olive-dark);
  }

  .nav-dropdown {
    display: grid;
  }

  .nav-dropdown-toggle {
    justify-content: space-between;
  }

  .nav-dropdown.is-open .nav-dropdown-toggle span,
  .nav-dropdown.is-active .nav-dropdown-toggle span {
    transform: translateY(1px) rotate(180deg);
  }

  .nav-submenu {
    position: static;
    left: auto;
    top: auto;
    min-width: 0;
    width: 100%;
    display: grid;
    gap: 2px;
    max-height: 0;
    margin: 0;
    padding: 0 0 0 14px;
    overflow: hidden;
    background: rgba(255, 250, 242, 0.3);
    border: 0;
    border-left: 1px solid rgba(181, 154, 112, 0.3);
    border-radius: 0 0 12px 12px;
    box-shadow: none;
    backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 260ms ease, margin 220ms ease, padding 220ms ease;
  }

  .nav-dropdown:hover .nav-submenu,
  .nav-dropdown:focus-within .nav-submenu,
  .nav-dropdown.is-open .nav-submenu,
  .nav-dropdown.is-active .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-dropdown.is-open .nav-submenu,
  .nav-dropdown.is-active .nav-submenu {
    max-height: 360px;
    margin: 2px 0 6px;
    padding: 6px 0 6px 14px;
  }

  .nav-submenu a {
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  .nav-cta {
    display: none;
  }

  .main-nav .nav-mobile-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 8px;
    background: var(--olive-dark);
    color: #fffaf2;
    text-align: center;
  }

  .main-nav .nav-mobile-cta:hover,
  .main-nav .nav-mobile-cta.is-active {
    background: var(--olive);
    color: #fffaf2;
  }
}

@media (max-width: 700px) {
  body { font-size: 14px; }

  .site-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand {
    width: 108px;
  }

  .hero-claim {
    font-size: clamp(2.7rem, 12vw, 4.3rem);
    margin-bottom: 14px;
  }

  .spaces-hero {
    height: 100svh;
    min-height: 0;
    padding: 116px 22px 84px;
    align-items: end;
  }

  .spaces-hero h1 {
    font-size: clamp(2.7rem, 12vw, 4.3rem);
  }

  .spaces-hero p:not(.eyebrow) {
    font-size: 1rem;
  }

  .wedding-hero {
    height: 100svh;
    padding: 116px 22px 84px;
    align-items: end;
  }

  .retreat-hero {
    height: 100svh;
    min-height: 0;
    padding: 116px 22px 84px;
    align-items: end;
  }

  .retreat-hero h1 {
    font-size: clamp(2.7rem, 12vw, 4.3rem);
  }

  .retreat-hero-content > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .retreat-hero .button {
    min-height: 46px;
    padding: 12px 18px;
  }

  .wedding-hero h1 {
    font-size: clamp(2.7rem, 12vw, 4.3rem);
  }

  .wedding-hero p:not(.eyebrow) {
    font-size: 1rem;
  }

  .wedding-hero .hero-actions {
    gap: 10px;
  }

  .wedding-intro {
    padding: 54px 0 30px;
  }

  .wedding-sticky {
    padding: 24px;
    border-radius: 16px;
  }

  .wedding-sticky ul {
    grid-template-columns: 1fr;
  }

  .wedding-steps {
    gap: 52px;
  }

  .wedding-step,
  .wedding-step:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wedding-step img {
    aspect-ratio: 1.08 / 1;
  }

  .wedding-highlights {
    grid-template-columns: 1fr;
    margin-top: 56px;
  }

  .spaces-hero-facts {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 26px;
    border-radius: 14px;
  }

  .spaces-hero-facts div {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: baseline;
    padding: 13px 16px;
  }

  .hero {
    height: 100svh;
    min-height: 0;
    padding: 116px 22px 84px;
    align-items: end;
  }

  .hero-media {
    background-position: center, center, 34% center;
  }

  .hero-support {
    margin-bottom: 24px;
    font-size: 0.98rem;
  }

  .hero .button,
  .wedding-hero .button,
  .spaces-hero .button,
  .retreat-hero .button {
    min-height: 46px;
    padding: 12px 18px;
  }

  .hero-actions,
  .ribbon-actions,
  .page-actions {
    justify-content: center;
    text-align: center;
  }

  .blog-page .page-heading h1,
  .price-page .page-heading h1,
  .contact-page .page-heading h1,
  .has-glass-header .article-page h1 {
    font-size: clamp(2.45rem, 11vw, 3.7rem);
  }

  .immersive-hero-meta {
    left: 22px;
    right: 22px;
    bottom: 22px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .immersive-hero-meta > span {
    display: none;
  }

  .immersive-hero-meta a {
    width: 40px;
    height: 40px;
  }

  h1 { font-size: clamp(4.6rem, 23vw, 6.8rem); }
  h2 { font-size: clamp(2rem, 11vw, 3.15rem); }

  .about-mosaic {
    margin-top: 0;
    grid-template-columns: 1fr;
  }

  .about-card, .space-info, .retreat-copy, .form-section {
    padding: 30px 24px;
  }

  .glass-form {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 14px;
  }

  .form-section {
    border-radius: 16px;
  }

  .image-grid, .story-grid, .retreat-grid, .testimonial-grid, .site-footer, .space-info dl, .price-grid, .contact-details {
    grid-template-columns: 1fr;
  }

  .about-visual-hero,
  .about-photo-story,
  .price-table-section,
  .price-calculator-section {
    width: min(100% - 36px, 1530px);
  }

  .price-intro {
    padding: 46px 24px 30px;
  }

  .price-intro h1 {
    font-size: clamp(2.45rem, 11vw, 3.7rem);
  }

  .reservation-intro,
  .reservation-choice-grid,
  .reservation-form-section,
  .reservation-disclaimer {
    width: min(100% - 36px, 1320px);
  }

  .reservation-intro {
    padding: 52px 0 34px;
  }

  .reservation-intro h1 {
    font-size: clamp(2.45rem, 11vw, 3.7rem);
  }

  .reservation-choice-grid,
  .reservation-form-section {
    grid-template-columns: 1fr;
  }

  .reservation-form-section > .form-feedback {
    grid-column: 1;
  }

  .reservation-choice-grid {
    margin-bottom: 38px;
  }

  .reservation-choice-card {
    min-height: 240px;
  }

  .reservation-form-section {
    gap: 24px;
    padding: 46px 0;
  }

  .reservation-services {
    grid-template-columns: 1fr;
  }

  .about-visual-hero,
  .about-photo-story article,
  .about-photo-story article:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .about-photo-story article:nth-child(even) picture,
  .about-photo-story article:nth-child(even) > img {
    order: initial;
  }

  .about-visual-hero {
    gap: 18px;
    margin-top: 24px;
  }

  .about-visual-hero > div,
  .about-photo-story div {
    padding: 24px;
  }

  .about-visual-hero img,
  .about-photo-story img,
  .about-photo-story .about-photo-large img {
    height: auto;
    aspect-ratio: 1.05 / 1;
  }

  .price-table-section .section-title {
    width: 100%;
  }

  .price-calculator {
    grid-template-columns: 1fr;
  }

  .price-calculator-summary {
    position: static;
  }

  .price-choice {
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .price-choice b {
    grid-column: 2;
  }

  .price-guests {
    align-items: start;
    flex-direction: column;
  }

  .price-note {
    display: grid;
    gap: 14px;
  }

  .visual-heading {
    padding-left: 24px;
    padding-right: 24px;
  }

  .space-tabs {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: -12px;
    margin-bottom: 32px;
    overflow: visible;
    padding: 8px;
    border-radius: 14px;
  }

  .space-tabs a {
    width: 100%;
    justify-content: flex-start;
    min-height: 38px;
    padding: 9px 12px;
    font-size: 0.78rem;
    white-space: normal;
    line-height: 1.2;
  }

  .space-gallery {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .space-gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .space-gallery-thumbs img {
    aspect-ratio: 1.2 / 1;
  }

  .visual-heading img {
    aspect-ratio: 1.25 / 1;
  }

  .gallery-section {
    --gallery-slide-width: 100vw;
    padding: 64px 0 72px;
  }

  .gallery-slider {
    width: 100%;
  }

  .gallery-heading {
    margin-bottom: 20px;
  }

  .gallery-heading h2 {
    font-size: 2.65rem;
  }

  .gallery-counter {
    width: calc(100% - 40px);
    margin-bottom: 8px;
  }

  .gallery-strip {
    width: 100vw;
    margin-left: 50%;
    gap: 0;
    padding: 8px 0 20px;
    scroll-padding-left: 0;
    transform: translateX(-50%);
  }

  .gallery-strip img {
    flex-basis: var(--gallery-slide-width);
    width: var(--gallery-slide-width);
    aspect-ratio: 4 / 5;
  }

  .gallery-controls {
    width: var(--gallery-slide-width);
    padding: 0 12px;
  }

  .gallery-control {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }

  .gallery-progress {
    width: calc(100% - 40px);
    gap: 5px;
    margin-top: 7px;
  }

  .gallery-link {
    margin-top: 20px;
    text-align: center;
  }

  .retreat-feature > img, .space-section > img {
    min-height: 0;
    height: 310px;
  }

  .booking-ribbon {
    grid-template-columns: 1fr;
    margin-top: 52px;
    margin-bottom: 58px;
    padding: 24px;
    justify-items: center;
    text-align: center;
  }

  .booking-ribbon p {
    margin-left: auto;
    margin-right: auto;
  }

  .calendar-mark {
    width: 74px;
    height: 74px;
    font-size: 2rem;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 1180px) {
  .wedding-scroll-intro,
  .wedding-progress {
    width: min(100% - 48px, 1040px);
  }

  .wedding-progress {
    top: 96px;
    margin-bottom: -40px;
  }

  .wedding-scene {
    height: calc(100svh - 78px);
    min-height: 620px;
  }

  .wedding-scene-copy,
  .wedding-scene.is-right .wedding-scene-copy {
    left: 24px;
    right: auto;
    width: min(100% - 48px, 620px);
    margin: 0;
  }
}

@media (max-width: 700px) {
  .wedding-scrolly .wedding-hero {
    height: 100svh;
  }

  .wedding-scroll-intro {
    width: min(100% - 36px, 1040px);
    padding: 54px 0 36px;
  }

  .wedding-progress {
    top: 138px;
    width: min(100% - 36px, 1040px);
    gap: 7px;
    margin-bottom: -28px;
  }

  .wedding-progress a {
    width: 34px;
    height: 34px;
    font-size: 0.68rem;
  }

  .wedding-scene {
    height: calc(100svh - 130px);
    min-height: 560px;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    padding-bottom: 0;
    background: #17120d;
    scroll-margin-top: 130px;
  }

  .wedding-scene-media {
    position: relative;
    inset: auto;
    height: 100%;
    min-height: 0;
  }

  .wedding-scene-media::after,
  .wedding-scene.is-right .wedding-scene-media::after {
    background:
      linear-gradient(180deg, rgba(15, 11, 8, 0.04), rgba(15, 11, 8, 0.16) 72%, rgba(15, 11, 8, 0.38));
  }

  .wedding-scene-media img {
    object-fit: cover;
    background: #17120d;
  }

  .wedding-scene-media > picture {
    width: 100%;
    height: 100%;
  }

  .wedding-scene-media > picture > img {
    width: 100%;
    height: 100%;
  }

  .wedding-scene-copy,
  .wedding-scene.is-right .wedding-scene-copy {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 3;
    width: 100%;
    margin: 0;
    padding: 14px 18px 16px;
    border-color: rgba(181, 154, 112, 0.3);
    border-width: 1px 0 0;
    border-radius: 0;
    background: var(--paper);
    box-shadow: 0 -18px 50px rgba(54, 39, 22, 0.1);
    opacity: 1;
    transform: none !important;
  }

  .wedding-scene-copy h2 {
    max-width: 560px;
    margin-bottom: 7px;
    font-size: clamp(1.55rem, 7.4vw, 2.45rem);
    line-height: 0.98;
    color: var(--olive-dark);
  }

  .wedding-scrolly.compact-scene-titles .wedding-scene-copy h2 {
    max-width: 560px;
    margin-bottom: 0;
    font-size: clamp(1.35rem, 6vw, 2rem);
    line-height: 1.02;
  }

  .wedding-scene-copy .eyebrow {
    margin-bottom: 6px;
    color: var(--gold);
    font-size: 0.66rem;
  }

  .wedding-scene-copy p:not(.eyebrow) {
    max-width: 560px;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.38;
  }

  .wedding-hotspot strong {
    display: none;
  }

  .wedding-hotspot span {
    width: 16px;
    height: 16px;
  }

  .wedding-scrolly .wedding-highlights {
    width: min(100% - 36px, 1320px);
    grid-template-columns: 1fr;
  }
}

@media (max-width: 349px) {
  .reservation-time-options > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 700px) {
  .seo-content-section { padding: 0; }
  .seo-content-cards { grid-template-columns: 1fr; gap: 12px; margin-top: 22px; }
  .seo-content-cards article { padding: 18px; }
  .seo-content-links { display: grid; gap: 13px; margin-top: 22px; }
  .contact-stage-intro { margin-top: -10px; font-size: .94rem; }
}

/* Responsive image wrappers emitted by optimize_public_media(). */
picture { display: block; }

.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.turnstile-widget { margin: 8px 0 14px; }


.about-mosaic > picture {
  width: 100%;
  min-height: 360px;
}

.space-section > picture {
  width: 100%;
  min-height: 470px;
}

.retreat-feature > picture {
  width: 100%;
  height: 420px;
}

.visual-heading > picture { width: 100%; }

.about-mosaic > picture > img,
.space-section > picture > img,
.retreat-feature > picture > img,
.visual-heading > picture > img {
  width: 100%;
  height: 100%;
}

.gallery-strip picture {
  flex: 0 0 var(--gallery-slide-width);
  width: var(--gallery-slide-width);
  aspect-ratio: 16 / 9;
  scroll-snap-align: start;
}

.gallery-strip picture img {
  width: 100%;
  height: 100%;
}

@media (max-width: 700px) {
  .retreat-feature > picture,
  .space-section > picture {
    min-height: 0;
    height: 310px;
  }
}
