@charset "UTF-8";
:root {
  --bhs-primary: #29543D;
  --bhs-primary-deep: #16301F;
  --bhs-secondary: #8C6848;
  --bhs-accent: #C9A227;
  --bhs-bg: #FAF8F3;
  --bhs-surface: #FFFFFF;
  --bhs-text: #2A2A2A;
  --bhs-muted: #666666;
  --bhs-border: rgba(42, 42, 42, 0.1);
  --bhs-nav-h: 82px;
  --bhs-radius: 22px;
  --bhs-shell: 1320px;
  --bhs-gutter: clamp(1.25rem, 0.6rem + 2.4vw, 4rem);
  --bs-body-font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  --bs-body-color: #2A2A2A;
  --bs-body-bg: #FAF8F3;
  --bs-primary: #29543D;
  --bs-primary-rgb: 41, 84, 61;
  --bs-secondary: #8C6848;
  --bs-secondary-rgb: 140, 104, 72;
  --bs-success: #3E7D5A;
  --bs-warning: #C9862A;
  --bs-danger: #A8452F;
  --bs-info: #3C6E86;
  --bs-border-color: rgba(42, 42, 42, 0.1);
  --bs-link-color: #29543D;
  --bs-link-hover-color: #4A8163;
  --bs-border-radius: 14px;
  --bs-focus-ring-color: rgba(201, 162, 39, 0.4);
}
@media (max-width: 991.98px) {
  :root {
    --bhs-nav-h: 68px;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}
html.lenis {
  scroll-behavior: auto;
}
html.lenis, html.lenis body {
  height: auto;
}
html.is-locked {
  overflow: hidden;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  font-family: "Inter", "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.06rem);
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.002em;
  color: #2A2A2A;
  background-color: #FAF8F3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis-weight: none;
  overflow-x: hidden;
  min-height: 100vh;
  min-height: 100svh;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  background-color: #E9E3D6;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

p, h1, h2, h3, h4, h5, h6, li, figcaption {
  overflow-wrap: break-word;
}

ul[class], ol[class] {
  list-style: none;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  width: 100%;
}

hr {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(42, 42, 42, 0.1) 18%, rgba(42, 42, 42, 0.1) 82%, transparent);
  border: 0;
}

::selection {
  background: rgba(201, 162, 39, 0.28);
  color: #16301F;
}

:focus-visible {
  outline: 2px solid #C9A227;
  outline-offset: 3px;
}

@media (min-width: 992px) {
  html {
    scrollbar-width: thin;
    scrollbar-color: rgba(41, 84, 61, 0.34) transparent;
  }
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #F3EFE6;
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(41, 84, 61, 0.34);
    border-radius: 999px;
    border: 3px solid #F3EFE6;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(41, 84, 61, 0.6);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  .site-header, .site-footer, .float-dock, .preloader, .cursor, .scroll-progress {
    display: none !important;
  }
  body {
    background: #fff;
    color: #000;
  }
  a[href^=http]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -0.018em;
  color: #16301F;
  text-wrap: balance;
}

h1, .h1 {
  font-size: clamp(2.6rem, 1.5rem + 4.6vw, 6.4rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

h2, .h2 {
  font-size: clamp(2.2rem, 1.4rem + 3.4vw, 4.8rem);
  line-height: 1.06;
}

h3, .h3 {
  font-size: clamp(1.9rem, 1.3rem + 2.4vw, 3.5rem);
}

h4, .h4 {
  font-size: clamp(1.45rem, 1.15rem + 1.2vw, 2.2rem);
}

h5, .h5 {
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
  font-weight: 400;
}

h6, .h6 {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: clamp(1.05rem, 1rem + 0.3vw, 1.2rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

p {
  text-wrap: pretty;
}

p + p {
  margin-top: 1.1em;
}

.t-hero {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(3.1rem, 1.4rem + 7.4vw, 10.5rem);
  font-weight: 300;
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.t-display {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(2.6rem, 1.5rem + 4.6vw, 6.4rem);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -0.018em;
}

.t-display-alt {
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 1.4rem + 3.4vw, 4.8rem);
  font-weight: 400;
  line-height: 1.06;
}

.t-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #C9A227;
  line-height: 1;
}
.t-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
  flex: none;
}
.t-eyebrow--plain::before {
  display: none;
}
.t-eyebrow--light {
  color: rgba(255, 255, 255, 0.82);
}
.t-eyebrow--green {
  color: #4A8163;
}
.t-eyebrow--dot::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 1;
}

.t-lead {
  font-size: clamp(1.06rem, 0.98rem + 0.42vw, 1.32rem);
  line-height: 1.68;
  color: #666666;
  font-weight: 400;
  max-width: 62ch;
}

.t-drop::first-letter {
  float: left;
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: 4.1em;
  line-height: 0.78;
  font-weight: 400;
  padding: 0.06em 0.14em 0 0;
  color: #29543D;
}

.t-quote {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.5rem, 1rem + 2.2vw, 3rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.32;
  letter-spacing: -0.012em;
  color: #16301F;
}

.t-num {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: clamp(2.4rem, 1.4rem + 4vw, 5.2rem);
  font-weight: 500;
  line-height: 1;
  color: #29543D;
}

.t-caption {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9A9A9A;
}

.t-meta {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.875rem;
  color: #666666;
  letter-spacing: 0.02em;
}

.t-script {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: #8C6848;
}

.t-kumaoni {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-style: italic;
  color: #AC8A1E;
  letter-spacing: 0.01em;
}

.t-em {
  font-style: italic;
  color: #C9A227;
}

.t-em--brown {
  font-style: italic;
  color: #8C6848;
}

.t-thin {
  font-weight: 300;
  opacity: 0.62;
}

.on-dark {
  color: rgba(255, 255, 255, 0.86);
}
.on-dark h1, .on-dark h2, .on-dark h3, .on-dark h4, .on-dark h5, .on-dark h6, .on-dark .h1, .on-dark .h2, .on-dark .h3, .on-dark .h4, .on-dark .h5, .on-dark .h6 {
  color: #fff;
}
.on-dark .t-lead {
  color: rgba(255, 255, 255, 0.74);
}
.on-dark .t-quote {
  color: #fff;
}
.on-dark .t-num {
  color: #D9B94F;
}
.on-dark .t-caption {
  color: rgba(255, 255, 255, 0.55);
}
.on-dark .t-meta {
  color: rgba(255, 255, 255, 0.66);
}

.prose {
  max-width: 74ch;
  font-size: clamp(1.06rem, 0.98rem + 0.42vw, 1.32rem);
  line-height: 1.95;
  color: #2A2A2A;
}
.prose h2 {
  font-size: clamp(1.9rem, 1.3rem + 2.4vw, 3.5rem);
  margin-block: 2.2em 0.7em;
}
.prose h3 {
  font-size: clamp(1.45rem, 1.15rem + 1.2vw, 2.2rem);
  margin-block: 1.8em 0.6em;
}
.prose h4 {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: clamp(1.05rem, 1rem + 0.3vw, 1.2rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8C6848;
  margin-block: 1.6em 0.5em;
}
.prose ul, .prose ol {
  margin-block: 1.1em;
  padding-left: 1.3em;
}
.prose ul {
  list-style: none;
  padding-left: 0;
}
.prose ul > li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 0.6em;
}
.prose ul > li::before {
  content: "";
  position: absolute;
  left: 0.2em;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #C9A227;
}
.prose ol > li {
  margin-bottom: 0.6em;
}
.prose ol > li::marker {
  font-family: "Space Grotesk", "DM Sans", monospace;
  color: #29543D;
}
.prose a {
  color: #29543D;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(41, 84, 61, 0.32);
}
.prose a:hover {
  text-decoration-color: #C9A227;
}
.prose blockquote {
  margin: 2em 0;
  padding: 0.2em 0 0.2em 1.6em;
  border-left: 2px solid #C9A227;
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: 1.24em;
  font-style: italic;
  color: #1E4030;
}
.prose strong {
  font-weight: 600;
  color: #16301F;
}
.prose code {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-size: 0.88em;
  background: #F3EFE6;
  padding: 0.15em 0.42em;
  border-radius: 4px;
}
.prose hr {
  margin-block: 2.6em;
}
.prose img {
  border-radius: 14px;
  margin-block: 2em;
}
.prose figcaption {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.875rem;
  color: #9A9A9A;
  text-align: center;
  margin-top: -1.2em;
  margin-bottom: 2em;
}

.t-vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #9A9A9A;
}

.t-outline {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.42);
  paint-order: stroke fill;
}

.shell {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.6rem + 2.4vw, 4rem);
}

.shell--wide {
  width: 100%;
  max-width: 1560px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.6rem + 2.4vw, 4rem);
}

.shell--narrow {
  width: 100%;
  max-width: 940px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.6rem + 2.4vw, 4rem);
}

.shell--reading {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.6rem + 2.4vw, 4rem);
}

.shell--bleed {
  width: 100%;
  padding-inline: clamp(1.25rem, 0.6rem + 2.4vw, 4rem);
}
@media (min-width: 1800px) {
  .shell--bleed {
    padding-inline: clamp(4rem, 6vw, 9rem);
  }
}

.sec {
  position: relative;
  padding-block: clamp(4.5rem, 2.6rem + 6.2vw, 10rem) clamp(4.5rem, 2.6rem + 6.2vw, 10rem);
}

.sec--lg {
  position: relative;
  padding-block: clamp(6rem, 3rem + 9vw, 14rem) clamp(6rem, 3rem + 9vw, 14rem);
}

.sec--sm {
  position: relative;
  padding-block: clamp(3rem, 2rem + 3.4vw, 6rem) clamp(3rem, 2rem + 3.4vw, 6rem);
}

.sec--top0 {
  padding-top: 0;
}

.sec--bot0 {
  padding-bottom: 0;
}

.bg-sand {
  background: #FAF8F3;
}

.bg-sand-2 {
  background: #F3EFE6;
}

.bg-paper {
  background: linear-gradient(180deg, #FAF8F3 0%, #F3EFE6 100%);
}

.bg-forest {
  background: #16301F;
}

.bg-canopy {
  background: linear-gradient(165deg, #16301F 0%, #29543D 48%, #1E4030 100%);
}

.bg-white {
  background: #FFFFFF;
}

.bg-cream {
  background: #F4EDE4;
}

.bg-gold-wash {
  background: #FAF4E2;
}

.text-primary-deep {
  color: #16301F;
}

.text-accent {
  color: #C9A227;
}

.text-brown {
  color: #8C6848;
}

.text-muted-2 {
  color: #666666;
}

.grain {
  position: relative;
}
.grain::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.045;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

.grain-strong {
  position: relative;
}
.grain-strong::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.085;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

.rounded-organic {
  border-radius: 46% 54% 58% 42%/52% 44% 56% 48%;
  overflow: hidden;
}

.rounded-organic-2 {
  border-radius: 62% 38% 40% 60%/38% 56% 44% 62%;
  overflow: hidden;
}

.rounded-arch {
  border-radius: 50% 50% 0 0/34% 34% 0 0;
  overflow: hidden;
}

.rounded-xl2 {
  border-radius: 34px;
  overflow: hidden;
}

.media {
  position: relative;
  overflow: hidden;
  background: #E9E3D6;
}
.media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media--1x1 {
  aspect-ratio: 1/1;
}

.media--4x3 {
  aspect-ratio: 4/3;
}

.media--3x4 {
  aspect-ratio: 3/4;
}

.media--16x9 {
  aspect-ratio: 16/9;
}

.media--21x9 {
  aspect-ratio: 21/9;
}

.media--2x3 {
  aspect-ratio: 2/3;
}

.media--3x2 {
  aspect-ratio: 3/2;
}

.media--5x7 {
  aspect-ratio: 5/7;
}

.media--9x16 {
  aspect-ratio: 9/16;
}

.media--zoom {
  overflow: hidden;
}
.media--zoom img {
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), filter 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .media--zoom:hover img {
    transform: scale(1.07);
  }
}

.media--scrim::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 20, 15, 0) 0%, rgba(11, 20, 15, 0.18) 42%, rgba(11, 20, 15, 0.78) 100%);
  pointer-events: none;
}

.media--scrim-side::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 20, 15, 0.82) 0%, rgba(11, 20, 15, 0.42) 48%, rgba(11, 20, 15, 0) 100%);
  pointer-events: none;
}

.stack {
  display: flex;
  flex-direction: column;
}

.stack--2 {
  gap: 0.5rem;
}

.stack--3 {
  gap: 0.75rem;
}

.stack--4 {
  gap: 1rem;
}

.stack--5 {
  gap: 1.5rem;
}

.stack--6 {
  gap: 2rem;
}

.stack--8 {
  gap: 3rem;
}

.cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.cluster--tight {
  gap: 0.5rem;
}

.cluster--wide {
  gap: 2rem;
}

@media (min-width: 992px) {
  .sticky-top-lg {
    position: sticky;
    top: calc(var(--bhs-nav-h) + 2rem);
  }
}

.of-hidden {
  overflow: hidden;
}

.pos-rel {
  position: relative;
}

.z-1 {
  position: relative;
  z-index: 1;
}

.z-2 {
  position: relative;
  z-index: 2;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  z-index: 3000;
  background: #16301F;
  color: #fff;
  padding: 0.85rem 1.6rem;
  border-radius: 0 0 14px 14px;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: top 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}
.skip-link:focus {
  top: 0;
}

.mw-38 {
  max-width: 38ch;
}

.mw-46 {
  max-width: 46ch;
}

.mw-56 {
  max-width: 56ch;
}

.mw-64 {
  max-width: 64ch;
}

.mw-72 {
  max-width: 72ch;
}

@media (min-width: 992px) {
  .pull-up-sm {
    margin-top: -3rem;
  }
}

@media (min-width: 992px) {
  .pull-up-md {
    margin-top: -6rem;
  }
}

@media (min-width: 992px) {
  .pull-up-lg {
    margin-top: -10rem;
  }
}

@media (min-width: 992px) {
  .pull-down-md {
    margin-top: 6rem;
  }
}

@media (min-width: 992px) {
  .pull-down-lg {
    margin-top: 11rem;
  }
}

@media (min-width: 1200px) {
  .pull-left {
    margin-left: -5rem;
  }
}

@media (min-width: 1200px) {
  .pull-right {
    margin-right: -5rem;
  }
}

.rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(42, 42, 42, 0.1) 18%, rgba(42, 42, 42, 0.1) 82%, transparent);
  border: 0;
  margin-block: 2rem;
}

.rule--gold {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.5) 18%, rgba(201, 162, 39, 0.5) 82%, transparent);
  border: 0;
}

.rule--light {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22) 18%, rgba(255, 255, 255, 0.22) 82%, transparent);
  border: 0;
}

.vh-hero {
  height: 100svh;
  min-height: 620px;
}
@media (max-height: 520px) and (orientation: landscape) {
  .vh-hero {
    height: auto;
    min-height: 520px;
  }
}

.vh-80 {
  min-height: 80svh;
}

.vh-60 {
  min-height: 60svh;
}

.rail {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.rail::-webkit-scrollbar {
  display: none;
}
.rail > * {
  scroll-snap-align: start;
  flex: 0 0 auto;
}

.text-grad-gold {
  background: linear-gradient(120deg, #AC8A1E 0%, #D9B94F 50%, #C9A227 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.circle {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
}

@media print {
  .no-print {
    display: none !important;
  }
}

.btn {
  --btn-pad-y: 0.95rem;
  --btn-pad-x: 2rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1), color 0.42s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.42s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.btn:focus-visible {
  outline: 2px solid #C9A227;
  outline-offset: 3px;
  border-radius: 4px;
}
.btn i, .btn .bi, .btn svg {
  font-size: 1.15em;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn:hover i.bi-arrow-right, .btn:hover .btn-ico {
  transform: translateX(4px);
}
.btn:active {
  transform: scale(0.975);
}
.btn.is-magnetic {
  transition: box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-forest {
  color: #fff;
  background: linear-gradient(135deg, #29543D 0%, #4A8163 55%, #36684C 100%);
  box-shadow: 0 14px 30px -14px rgba(41, 84, 61, 0.72);
}
.btn-forest::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, #1E4030 0%, #36684C 55%, #29543D 100%);
  opacity: 0;
  transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-forest::after {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transition: left 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .btn-forest:hover {
    color: #fff;
    box-shadow: 0 22px 46px -16px rgba(41, 84, 61, 0.62);
  }
  .btn-forest:hover::before {
    opacity: 1;
  }
  .btn-forest:hover::after {
    left: 150%;
  }
}

.btn-gold {
  color: #16301F;
  background: linear-gradient(120deg, #AC8A1E 0%, #D9B94F 50%, #C9A227 100%);
  box-shadow: 0 18px 44px -18px rgba(201, 162, 39, 0.46);
}
@media (hover: hover) and (pointer: fine) {
  .btn-gold:hover {
    color: #16301F;
    box-shadow: 0 26px 54px -18px rgba(201, 162, 39, 0.62);
    transform: translateY(-2px);
  }
}

.btn-line {
  color: #1E4030;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(41, 84, 61, 0.34);
}
.btn-line::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #1E4030;
  transform: translateY(101%);
  transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) and (pointer: fine) {
  .btn-line:hover {
    color: #fff;
    box-shadow: inset 0 0 0 1px #1E4030;
  }
  .btn-line:hover::before {
    transform: translateY(0);
  }
}

.btn-line-light {
  color: #fff;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.44);
}
.btn-line-light::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
  transform: translateY(101%);
  transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) and (pointer: fine) {
  .btn-line-light:hover {
    color: #16301F;
    box-shadow: inset 0 0 0 1px #fff;
  }
  .btn-line-light:hover::before {
    transform: translateY(0);
  }
}

.btn-line-gold {
  color: #AC8A1E;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(201, 162, 39, 0.55);
}
@media (hover: hover) and (pointer: fine) {
  .btn-line-gold:hover {
    color: #16301F;
    background: #C9A227;
    box-shadow: inset 0 0 0 1px #C9A227;
  }
}

.btn-glass {
  color: #fff;
  background: rgba(16, 30, 22, 0.24);
  backdrop-filter: saturate(168%) blur(20px);
  -webkit-backdrop-filter: saturate(168%) blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
@media (hover: hover) and (pointer: fine) {
  .btn-glass:hover {
    background: rgba(255, 255, 255, 0.92);
    color: #16301F;
    border-color: transparent;
  }
}

.btn-ghost {
  padding-inline: 0;
  color: #1E4030;
  background: none;
  border-radius: 0;
  position: relative;
}
.btn-ghost::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: rgba(41, 84, 61, 0.6);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .btn-ghost:hover::after, .btn-ghost:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.btn-ghost.on-light-dark, .on-dark .btn-ghost {
  color: #fff;
}

.btn-text-gold {
  padding: 0;
  color: #AC8A1E;
  border-radius: 0;
  position: relative;
}
.btn-text-gold::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #C9A227;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .btn-text-gold:hover::after, .btn-text-gold:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.btn-circle {
  width: 54px;
  height: 54px;
  padding: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #FFFFFF;
  color: #1E4030;
  box-shadow: 0 12px 34px -12px rgba(22, 48, 31, 0.16);
  font-size: 1.05rem;
}
@media (hover: hover) and (pointer: fine) {
  .btn-circle:hover {
    background: #29543D;
    color: #fff;
    transform: translateY(-2px);
  }
}
.btn-circle--lg {
  width: 74px;
  height: 74px;
  font-size: 1.3rem;
}
.btn-circle--line {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  color: #fff;
}
.btn-circle--line:hover {
  background: #fff;
  color: #16301F;
}

.btn-play {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 1.4rem;
  padding-left: 4px;
}
.btn-play::before, .btn-play::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  animation: pulse-ring 2.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.btn-play::after {
  animation-delay: 1.4s;
}
@media (hover: hover) and (pointer: fine) {
  .btn-play:hover {
    background: #fff;
    color: #16301F;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.85;
  }
  100% {
    transform: scale(1.85);
    opacity: 0;
  }
}
.btn-sm {
  --btn-pad-y: 0.7rem;
  --btn-pad-x: 1.4rem;
  font-size: 0.78rem;
}

.btn-lg {
  --btn-pad-y: 1.18rem;
  --btn-pad-x: 2.6rem;
  font-size: 0.92rem;
}

.btn-block {
  width: 100%;
}

.seg {
  display: inline-flex;
  padding: 5px;
  gap: 4px;
  border-radius: 999px;
  background: #F3EFE6;
  border: 1px solid rgba(42, 42, 42, 0.06);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.seg::-webkit-scrollbar {
  display: none;
}
.seg {
  max-width: 100%;
  overflow-x: auto;
}
.seg button, .seg a {
  flex: none;
  padding: 0.6rem 1.3rem;
  border-radius: 999px;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666666;
  white-space: nowrap;
  transition: all 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}
.seg button:focus-visible, .seg a:focus-visible {
  outline: 2px solid #C9A227;
  outline-offset: 3px;
  border-radius: 4px;
}
.seg button.is-active, .seg button[aria-selected=true], .seg a.is-active, .seg a[aria-selected=true] {
  background: #29543D;
  color: #fff;
  box-shadow: 0 2px 10px rgba(22, 48, 31, 0.06);
}
.seg button:hover:not(.is-active), .seg a:hover:not(.is-active) {
  color: #29543D;
}
.seg--light {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}
.seg--light button, .seg--light a {
  color: rgba(255, 255, 255, 0.7);
}
.seg--light button.is-active, .seg--light a.is-active {
  background: #fff;
  color: #16301F;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  background: #E6F0EA;
  color: #29543D;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.chip--gold {
  background: #FAF4E2;
  color: #8E7118;
}
.chip--brown {
  background: #F4EDE4;
  color: #735741;
}
.chip--glass {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(8px);
}
.chip--outline {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(42, 42, 42, 0.1);
  color: #666666;
}

.card-frame {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 0 2rem;
  background: transparent;
}
.card-frame .card-frame__media {
  border-radius: 50% 50% 0 0/34% 34% 0 0;
  overflow: hidden;
  aspect-ratio: 4/5;
  position: relative;
  margin-bottom: 1.5rem;
  background: #E9E3D6;
}
.card-frame .card-frame__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.card-frame .card-frame__idx {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.86);
  letter-spacing: 0.14em;
}
.card-frame .card-frame__title {
  font-size: clamp(1.45rem, 1.15rem + 1.2vw, 2.2rem);
  margin-bottom: 0.5rem;
}
.card-frame .card-frame__text {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.72;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-frame .card-frame__foot {
  margin-top: auto;
  padding-top: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .card-frame:hover .card-frame__media img {
    transform: scale(1.06);
  }
  .card-frame:hover .card-frame__title {
    color: #36684C;
  }
}

.card-overlay {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  min-height: 420px;
  color: #fff;
  isolation: isolate;
}
.card-overlay img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.card-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(11, 20, 15, 0) 0%, rgba(11, 20, 15, 0.18) 42%, rgba(11, 20, 15, 0.78) 100%);
  transition: opacity 0.42s;
}
.card-overlay .card-overlay__body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2rem;
  transform: translateY(0);
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}
.card-overlay .card-overlay__title {
  color: #fff;
  font-size: clamp(1.45rem, 1.15rem + 1.2vw, 2.2rem);
}
.card-overlay .card-overlay__text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.875rem;
  margin-top: 0.6rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.72s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .card-overlay:hover img {
    transform: scale(1.07);
  }
  .card-overlay:hover .card-overlay__text {
    max-height: 9rem;
    opacity: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  .card-overlay .card-overlay__text {
    max-height: 9rem;
    opacity: 1;
  }
}

.card-glass {
  background: rgba(16, 30, 22, 0.22);
  backdrop-filter: saturate(168%) blur(20px);
  -webkit-backdrop-filter: saturate(168%) blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  height: 100%;
  color: rgba(255, 255, 255, 0.82);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.42s;
}
.card-glass .card-glass__ico {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(201, 162, 39, 0.18);
  color: #D9B94F;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
.card-glass h3, .card-glass .h3 {
  color: #fff;
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
  margin-bottom: 0.6rem;
}
.card-glass p {
  font-size: 0.875rem;
  line-height: 1.75;
}
@media (hover: hover) and (pointer: fine) {
  .card-glass:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.09);
  }
}

.card-ledger {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  padding-block: 2rem;
  border-top: 1px solid rgba(42, 42, 42, 0.1);
  transition: padding-left 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.card-ledger .card-ledger__n {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: clamp(1.45rem, 1.15rem + 1.2vw, 2.2rem);
  color: #C9A227;
  line-height: 1;
}
.card-ledger h3, .card-ledger .h3 {
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
  margin-bottom: 0.45rem;
}
.card-ledger p {
  color: #666666;
  font-size: 0.875rem;
}
@media (hover: hover) and (pointer: fine) {
  .card-ledger:hover {
    padding-left: 1rem;
  }
  .card-ledger:hover h3 {
    color: #36684C;
  }
}
.card-ledger:last-child {
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}

.card-stamp {
  position: relative;
  background: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 34px -12px rgba(22, 48, 31, 0.16);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-stamp::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 58%;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(42, 42, 42, 0.1) 50%, transparent 50%);
  background-size: 10px 1px;
}
.card-stamp__media {
  position: relative;
  aspect-ratio: 16/10;
  background: #E9E3D6;
}
.card-stamp__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-stamp__price {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  background: rgba(255, 255, 255, 0.94);
  color: #1E4030;
  padding: 0.45rem 0.9rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 2px 10px rgba(22, 48, 31, 0.06);
}
.card-stamp__body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  flex: 1;
}
.card-stamp__foot {
  margin-top: auto;
  padding-top: 1rem;
}
.card-stamp.is-featured {
  box-shadow: 0 30px 70px -28px rgba(22, 48, 31, 0.26);
  outline: 2px solid #D9B94F;
  outline-offset: -2px;
}

.card-voice {
  text-align: center;
  padding: clamp(1.8rem, 3vw, 3rem) clamp(1.4rem, 2.6vw, 2.4rem);
  background: #FFFFFF;
  border-radius: 34px 34px 34px 6px;
  border: 1px solid rgba(42, 42, 42, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.card-voice__avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #F2E6BF;
}
.card-voice__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-voice__stars {
  color: #C9A227;
  letter-spacing: 0.22em;
  font-size: 0.875rem;
}
.card-voice blockquote {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
  font-style: italic;
  line-height: 1.5;
  color: #16301F;
}
.card-voice cite {
  font-style: normal;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9A9A9A;
  margin-top: auto;
}

.card-plate {
  text-align: center;
}
.card-plate__disc {
  position: relative;
  width: min(240px, 78%);
  margin-inline: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 26px 48px -22px rgba(63, 46, 31, 0.5);
}
.card-plate__disc img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s;
}
.card-plate__disc::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
}
.card-plate__name {
  margin-top: 1.5rem;
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
}
.card-plate__native {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-style: italic;
  color: #AC8A1E;
  font-size: 0.875rem;
}
.card-plate__text {
  color: #666666;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .card-plate:hover .card-plate__disc img, .card-plate:hover .card-plate__disc img {
    transform: scale(1.08) rotate(-2deg);
  }
}

.card-journal {
  display: block;
  height: 100%;
}
.card-journal__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
  border-radius: 8px;
  background: #E9E3D6;
}
.card-journal__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.card-journal__cat {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  color: #1E4030;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
}
.card-journal__meta {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin-top: 1rem;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  color: #9A9A9A;
  letter-spacing: 0.05em;
}
.card-journal__title {
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
  margin-top: 0.5rem;
  transition: color 0.22s;
}
.card-journal__excerpt {
  color: #666666;
  font-size: 0.875rem;
  margin-top: 0.55rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .card-journal:hover img {
    transform: scale(1.05);
  }
  .card-journal:hover .card-journal__title, .card-journal:hover .card-journal__title {
    color: #36684C;
  }
}

.card-room {
  display: grid;
  gap: 0;
  background: #FFFFFF;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(22, 48, 31, 0.06);
}
@media (min-width: 768px) {
  .card-room {
    grid-template-columns: 1.05fr 1fr;
  }
}
.card-room__media {
  position: relative;
  min-height: 300px;
  background: #E9E3D6;
}
.card-room__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-room__tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.card-room__body {
  padding: clamp(1.6rem, 3vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card-room__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  padding-block: 1rem;
  border-block: 1px solid rgba(42, 42, 42, 0.06);
}
.card-room__specs li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  color: #666666;
  letter-spacing: 0.04em;
}
.card-room__specs li i {
  color: #4A8163;
  font-size: 1rem;
}
.card-room__price {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: clamp(1.45rem, 1.15rem + 1.2vw, 2.2rem);
  color: #1E4030;
}
.card-room__price small {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  color: #9A9A9A;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .card-room:nth-child(even) .card-room__media {
    order: 2;
  }
}

.card-marker {
  position: relative;
  padding: 2rem;
  background: #FFFFFF;
  border-radius: 0 22px 0 22px;
  border: 1px solid rgba(42, 42, 42, 0.06);
  height: 100%;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.42s;
}
.card-marker__dist {
  position: absolute;
  top: -18px;
  right: 2rem;
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  background: #29543D;
  color: #fff;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 34px -12px rgba(22, 48, 31, 0.16);
}
.card-marker h3 {
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
  margin-bottom: 0.5rem;
  padding-right: 4rem;
}
.card-marker p {
  color: #666666;
  font-size: 0.875rem;
}
.card-marker__foot {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.card-marker__foot span {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  color: #9A9A9A;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .card-marker:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 34px -12px rgba(22, 48, 31, 0.16);
  }
}

.tile {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #E9E3D6;
  min-height: 200px;
  isolation: isolate;
}
.tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.tile__cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem;
  background: linear-gradient(180deg, transparent, rgba(11, 20, 15, 0.76));
  color: #fff;
  transform: translateY(14px);
  opacity: 0;
  transition: all 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.tile__cap h3 {
  color: #fff;
  font-size: clamp(1.05rem, 1rem + 0.3vw, 1.2rem);
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.tile__cap span {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.68);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (hover: hover) and (pointer: fine) {
  .tile:hover img {
    transform: scale(1.06);
  }
  .tile:hover .tile__cap, .tile:hover .tile__cap {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  .tile .tile__cap {
    transform: none;
    opacity: 1;
  }
}

.card-person {
  text-align: center;
}
.card-person__portrait {
  position: relative;
  border-radius: 50% 50% 12px 12px/40% 40% 4% 4%;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #E9E3D6;
}
.card-person__portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s;
}
.card-person__name {
  margin-top: 1.5rem;
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
}
.card-person__role {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #AC8A1E;
}
.card-person__line {
  color: #666666;
  font-size: 0.875rem;
  margin-top: 0.7rem;
}
@media (hover: hover) and (pointer: fine) {
  .card-person:hover .card-person__portrait img {
    transform: scale(1.05);
    filter: saturate(1.1);
  }
}

.card-step {
  position: relative;
  padding-top: 3rem;
}
.card-step__dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #FFFFFF;
  border: 1px solid #E7D189;
  color: #AC8A1E;
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: 0.875rem;
  z-index: 2;
}
.card-step::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 46px;
  right: -24px;
  height: 1px;
  background: repeating-linear-gradient(90deg, #E7D189 0 6px, transparent 6px 12px);
}
@media (max-width: 767.98px) {
  .card-step::before {
    display: none;
  }
}
.card-step:last-child::before {
  display: none;
}
.card-step h3 {
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
  margin-bottom: 0.4rem;
}
.card-step p {
  font-size: 0.875rem;
  color: #666666;
}

.card-fact {
  padding: 2rem 1.5rem;
  border-left: 2px solid #D9B94F;
  background: linear-gradient(90deg, rgba(201, 162, 39, 0.07), transparent 60%);
  height: 100%;
}
.card-fact__k {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: clamp(1.8rem, 1.2rem + 2vw, 3rem);
  color: #1E4030;
  line-height: 1;
}
.card-fact__l {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9A9A9A;
  margin-top: 0.6rem;
  display: block;
}
.card-fact__d {
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.7rem;
}

.card-slat {
  position: relative;
  display: grid;
  grid-template-columns: 3.4rem 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: clamp(1.2rem, 2.4vw, 2.1rem) 0;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  isolation: isolate;
  overflow: hidden;
}
.card-slat__n {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: 0.875rem;
  color: #9A9A9A;
}
.card-slat__t {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.3rem, 0.9rem + 1.6vw, 2.4rem);
  font-weight: 300;
  color: #16301F;
  transition: color 0.42s, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.card-slat__s {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  color: #9A9A9A;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.card-slat__peek {
  position: absolute;
  right: 8%;
  top: 50%;
  width: 190px;
  height: 130px;
  transform: translateY(-50%) scale(0.86) rotate(-4deg);
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1), transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}
.card-slat__peek img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .card-slat__peek {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .card-slat:hover .card-slat__t {
    color: #4A8163;
    transform: translateX(10px);
  }
  .card-slat:hover .card-slat__peek {
    opacity: 1;
    transform: translateY(-50%) scale(1) rotate(-2deg);
  }
}

.card-season {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 2px 10px rgba(22, 48, 31, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-season__bar {
  height: 6px;
}
.card-season--spring .card-season__bar, .card-season--spring .card-season__bar {
  background: linear-gradient(90deg, #C94F63, #E58AA0);
}
.card-season--summer .card-season__bar, .card-season--summer .card-season__bar {
  background: linear-gradient(90deg, #4A8163, #9CC0AC);
}
.card-season--monsoon .card-season__bar, .card-season--monsoon .card-season__bar {
  background: linear-gradient(90deg, #3C6E86, #7FB3C6);
}
.card-season--autumn .card-season__bar, .card-season--autumn .card-season__bar {
  background: linear-gradient(90deg, #C9862A, #E7C179);
}
.card-season--winter .card-season__bar, .card-season--winter .card-season__bar {
  background: linear-gradient(90deg, #6E7F92, #C3D2DE);
}
.card-season__body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  flex: 1;
}
.card-season__months {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9A9A9A;
}
.card-season h3 {
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
}
.card-season p {
  font-size: 0.875rem;
  color: #666666;
}
.card-season ul {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px dashed rgba(42, 42, 42, 0.1);
}
.card-season ul li {
  font-size: 0.78rem;
  font-family: "DM Sans", "Inter", sans-serif;
  color: #666666;
  padding-left: 1.1rem;
  position: relative;
  margin-top: 0.4rem;
}
.card-season ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #C9A227;
}

.field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
}
.field > label, .field .field__label {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #666666;
}
.field .field__hint {
  font-size: 0.78rem;
  color: #9A9A9A;
}

.input,
.form-control,
.form-select {
  width: 100%;
  padding: 0.95rem 1.15rem;
  font-family: "Inter", "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.06rem);
  color: #2A2A2A;
  background-color: #FFFFFF;
  border: 1px solid rgba(42, 42, 42, 0.1);
  border-radius: 8px;
  transition: border-color 0.22s, box-shadow 0.22s, background-color 0.22s;
  appearance: none;
}
.input::placeholder,
.form-control::placeholder,
.form-select::placeholder {
  color: #C9C9C9;
}
.input:hover,
.form-control:hover,
.form-select:hover {
  border-color: rgba(42, 42, 42, 0.2);
}
.input:focus,
.form-control:focus,
.form-select:focus {
  outline: none;
  border-color: #4A8163;
  box-shadow: 0 0 0 3px rgba(41, 84, 61, 0.12);
  background-color: #FFFFFF;
}
.input:disabled,
.form-control:disabled,
.form-select:disabled {
  background: #F3EFE6;
  color: #9A9A9A;
  cursor: not-allowed;
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
  line-height: 1.7;
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%2329543D' stroke-width='1.6' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.1rem center;
  padding-right: 2.6rem;
}

.field-float {
  position: relative;
}
.field-float .form-control, .field-float .form-select {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.field-float label {
  position: absolute;
  left: 1.15rem;
  top: 1.05rem;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.875rem;
  color: #9A9A9A;
  pointer-events: none;
  transform-origin: left top;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), color 0.22s;
}
.field-float .form-control:focus + label,
.field-float .form-control:not(:placeholder-shown) + label,
.field-float .form-select:focus + label,
.field-float .form-select:valid + label {
  transform: translateY(-0.72rem) scale(0.76);
  color: #36684C;
}

.check {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #666666;
}
.check input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.check .check__box {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1px solid rgba(42, 42, 42, 0.1);
  border-radius: 5px;
  background: #FFFFFF;
  display: grid;
  place-items: center;
  transition: all 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}
.check .check__box::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin-top: -2px;
}
.check input:checked + .check__box {
  background: #29543D;
  border-color: #29543D;
}
.check input:checked + .check__box::after {
  transform: rotate(-45deg) scale(1);
}
.check input:focus-visible + .check__box {
  outline: 2px solid #C9A227;
  outline-offset: 2px;
}
.check--radio .check__box {
  border-radius: 50%;
}
.check--radio .check__box::after {
  border: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 0;
}

.opt-tile {
  position: relative;
  display: block;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(42, 42, 42, 0.1);
  border-radius: 14px;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.22, 1, 0.36, 1);
  height: 100%;
}
.opt-tile input {
  position: absolute;
  opacity: 0;
}
.opt-tile__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}
.opt-tile__name {
  font-family: "DM Sans", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #16301F;
}
.opt-tile__price {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: 0.875rem;
  color: #AC8A1E;
  white-space: nowrap;
}
.opt-tile__desc {
  font-size: 0.78rem;
  color: #9A9A9A;
  margin-top: 0.35rem;
  line-height: 1.6;
}
.opt-tile:hover {
  border-color: #9CC0AC;
  box-shadow: 0 2px 10px rgba(22, 48, 31, 0.06);
}
.opt-tile:has(input:checked) {
  border-color: #36684C;
  box-shadow: 0 0 0 2px rgba(41, 84, 61, 0.16);
  background: #E6F0EA;
}
.opt-tile:has(input:focus-visible) {
  outline: 2px solid #C9A227;
  outline-offset: 2px;
}

.stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(42, 42, 42, 0.1);
  border-radius: 8px;
  background: #FFFFFF;
}
.stepper__label {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.875rem;
  color: #2A2A2A;
}
.stepper__label small {
  display: block;
  font-size: 0.78rem;
  color: #9A9A9A;
}
.stepper__ctrl {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.stepper button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(42, 42, 42, 0.1);
  display: grid;
  place-items: center;
  color: #29543D;
  transition: all 0.22s;
}
.stepper button:hover:not(:disabled) {
  background: #29543D;
  color: #fff;
  border-color: #29543D;
}
.stepper button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.stepper output {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  min-width: 1.6rem;
  text-align: center;
  font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.06rem);
}

.form-control.is-invalid, .form-select.is-invalid {
  border-color: #A8452F;
  box-shadow: 0 0 0 3px rgba(168, 69, 47, 0.1);
}

.invalid-feedback {
  font-size: 0.78rem;
  color: #A8452F;
  margin-top: 0.35rem;
}

.form-control.is-valid {
  border-color: #3E7D5A;
}

.summary {
  background: #FFFFFF;
  border-radius: 22px;
  border: 1px solid rgba(42, 42, 42, 0.06);
  box-shadow: 0 2px 10px rgba(22, 48, 31, 0.06);
  padding: clamp(1.4rem, 2.6vw, 2rem);
}
.summary__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.6rem;
  font-size: 0.875rem;
}
.summary__row span:first-child {
  color: #666666;
}
.summary__row span:last-child {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  color: #16301F;
}
.summary__rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(42, 42, 42, 0.1) 18%, rgba(42, 42, 42, 0.1) 82%, transparent);
  border: 0;
  margin-block: 0.7rem;
}
.summary__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 0.8rem;
}
.summary__total strong {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #666666;
}
.summary__total b {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: clamp(1.45rem, 1.15rem + 1.2vw, 2.2rem);
  color: #1E4030;
  font-weight: 500;
}

.coupon {
  display: flex;
  gap: 0.5rem;
}
.coupon .form-control {
  flex: 1;
}

.pay-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.pay-strip li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(42, 42, 42, 0.1);
  border-radius: 8px;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  color: #666666;
  background: #FFFFFF;
}
.pay-strip li i {
  font-size: 1.05rem;
  color: #36684C;
}

.success-seal {
  width: 108px;
  height: 108px;
  margin-inline: auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #E6F0EA;
  color: #29543D;
  font-size: 2.6rem;
  position: relative;
}
.success-seal::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px dashed #9CC0AC;
  animation: spin-slow 22s linear infinite;
}

@keyframes spin-slow {
  to {
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  background: #16301F;
  color: #fff;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.7s;
}
.preloader.is-done {
  opacity: 0;
  visibility: hidden;
}
.preloader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.preloader__mark {
  width: 74px;
  height: 74px;
  opacity: 0.95;
}
.preloader__word {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.5rem, 1rem + 2vw, 2.4rem);
  font-weight: 300;
  letter-spacing: 0.12em;
}
.preloader__word span {
  display: inline-block;
  opacity: 0;
  transform: translateY(16px);
}
.preloader__sub {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
.preloader__bar {
  width: min(240px, 60vw);
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
  overflow: hidden;
}
.preloader__bar i {
  display: block;
  height: 100%;
  width: 0;
  background: #C9A227;
  transition: width 0.25s linear;
}
.preloader__pct {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
}

.cursor {
  will-change: transform;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  pointer-events: none;
  mix-blend-mode: difference;
}
@media (hover: none) and (pointer: coarse) {
  .cursor {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .cursor {
    display: none;
  }
}
.cursor__dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.cursor__ring {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
  transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1), height 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s;
}
.cursor.is-hover .cursor__ring {
  width: 62px;
  height: 62px;
  background: rgba(255, 255, 255, 0.12);
}
.cursor.is-media .cursor__ring {
  width: 92px;
  height: 92px;
  background: rgba(255, 255, 255, 0.16);
}
.cursor__label {
  position: absolute;
  transform: translate(-50%, -50%);
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.25s;
}
.cursor.is-media .cursor__label {
  opacity: 1;
}

.reveal-up {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-fade {
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-blur {
  opacity: 0;
  filter: blur(14px);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), filter 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-42px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-right {
  opacity: 0;
  transform: translateX(42px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.is-inview.reveal-up, .is-inview.reveal-left, .is-inview.reveal-right {
  opacity: 1;
  transform: none;
}
.is-inview.reveal-fade {
  opacity: 1;
}
.is-inview.reveal-scale {
  opacity: 1;
  transform: none;
}
.is-inview.reveal-blur {
  opacity: 1;
  filter: blur(0);
}

.mask-reveal {
  position: relative;
  overflow: hidden;
}
.mask-reveal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #FAF8F3;
  transform-origin: bottom;
  transform: scaleY(1);
  transition: transform 1.15s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 3;
}
.mask-reveal img {
  transform: scale(1.16);
  transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.mask-reveal.is-inview::after {
  transform: scaleY(0);
}
.mask-reveal.is-inview img {
  transform: scale(1);
}
.mask-reveal--dark::after {
  background: #16301F;
}

.split-line {
  display: block;
  overflow: hidden;
}

.split-line > span {
  display: block;
}

.divider-ridge {
  display: block;
  width: 100%;
  height: auto;
}

.divider-wave {
  display: block;
  width: 100%;
  height: auto;
}

.divider-leaf {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.divider-leaf::before, .divider-leaf::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(42, 42, 42, 0.1);
}
.divider-leaf i {
  color: #C9A227;
  font-size: 1.1rem;
}

.marquee {
  overflow: hidden;
  position: relative;
  display: flex;
  user-select: none;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track {
  display: flex;
  flex: none;
  gap: clamp(1.5rem, 3vw, 3.5rem);
  padding-right: clamp(1.5rem, 3vw, 3.5rem);
  animation: marquee-scroll 44s linear infinite;
}
.marquee:hover .marquee__track {
  animation-play-state: paused;
}
.marquee--reverse .marquee__track {
  animation-direction: reverse;
}
.marquee--fast .marquee__track {
  animation-duration: 26s;
}
.marquee__word {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(2.4rem, 1.4rem + 4.6vw, 6.5rem);
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  color: #16301F;
  display: inline-flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3.5rem);
}
.marquee__word::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C9A227;
  flex: none;
}
.marquee__word--outline {
  color: transparent;
  -webkit-text-stroke: 1px rgba(41, 84, 61, 0.34);
}

@keyframes marquee-scroll {
  to {
    transform: translateX(-100%);
  }
}
.acc {
  border-top: 1px solid rgba(42, 42, 42, 0.1);
}
.acc__item {
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.acc__btn {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.1rem, 2vw, 1.8rem) 0;
  text-align: left;
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.08rem, 0.95rem + 0.7vw, 1.5rem);
  font-weight: 400;
  color: #16301F;
  transition: color 0.22s;
}
.acc__btn:focus-visible {
  outline: 2px solid #C9A227;
  outline-offset: 3px;
  border-radius: 4px;
}
.acc__btn:hover {
  color: #36684C;
}
.acc__btn[aria-expanded=true] {
  color: #36684C;
}
.acc__ico {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(42, 42, 42, 0.1);
  display: grid;
  place-items: center;
  position: relative;
  transition: all 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.acc__ico::before, .acc__ico::after {
  content: "";
  position: absolute;
  background: currentColor;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s;
}
.acc__ico::before {
  width: 12px;
  height: 1.5px;
}
.acc__ico::after {
  width: 1.5px;
  height: 12px;
}
.acc__btn[aria-expanded=true] .acc__ico, .acc__btn[aria-expanded=true] .acc__ico {
  background: #29543D;
  border-color: #29543D;
  color: #fff;
}
.acc__btn[aria-expanded=true] .acc__ico::after, .acc__btn[aria-expanded=true] .acc__ico::after {
  transform: scaleY(0);
  opacity: 0;
}
.acc__panel {
  overflow: hidden;
  height: 0;
  transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.acc__body {
  padding-bottom: clamp(1.1rem, 2vw, 1.8rem);
  color: #666666;
  font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.06rem);
  line-height: 1.82;
  max-width: 72ch;
}
.acc--light {
  border-color: rgba(255, 255, 255, 0.14);
}
.acc--light .acc__item {
  border-color: rgba(255, 255, 255, 0.14);
}
.acc--light .acc__btn {
  color: #fff;
}
.acc--light .acc__btn:hover {
  color: #D9B94F;
}
.acc--light .acc__ico {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}
.acc--light .acc__body {
  color: rgba(255, 255, 255, 0.66);
}

.tabs__panel {
  display: none;
}
.tabs__panel.is-active {
  display: block;
  animation: tab-in 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes tab-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.swiper {
  overflow: visible;
}

.swiper-slide {
  height: auto;
}

.sw-nav {
  display: flex;
  gap: 0.6rem;
}
.sw-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(42, 42, 42, 0.1);
  display: grid;
  place-items: center;
  color: #1E4030;
  transition: all 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}
.sw-nav button:hover:not(:disabled) {
  background: #29543D;
  border-color: #29543D;
  color: #fff;
}
.sw-nav button.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.sw-nav--light button {
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
}
.sw-nav--light button:hover:not(:disabled) {
  background: #fff;
  color: #16301F;
}

.sw-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
}
.sw-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(42, 42, 42, 0.1);
  opacity: 1;
  transition: all 0.22s;
}
.sw-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 999px;
  background: #36684C;
}
.sw-pagination--light .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}
.sw-pagination--light .swiper-pagination-bullet-active {
  background: #C9A227;
}

.sw-progress {
  height: 2px;
  background: rgba(42, 42, 42, 0.1);
  position: relative;
  overflow: hidden;
}
.sw-progress i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: #36684C;
  transition: width 0.3s linear;
}

.glightbox-clean .gslide-description {
  background: #16301F;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 26px;
}

.glightbox-clean .gslide-title {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: 1.35rem;
  color: #fff;
  font-weight: 400;
}

.glightbox-clean .gslide-desc {
  font-family: "Inter", "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.66);
}

.toast-bhs {
  background: #16301F;
  color: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 30px 70px -28px rgba(22, 48, 31, 0.26);
}
.toast-bhs .toast-body {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.875rem;
  padding: 1rem 1.2rem;
}
.toast-bhs .toast-body i {
  color: #D9B94F;
  font-size: 1.2rem;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
}
.crumbs li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.crumbs li + li::before {
  content: "/";
  opacity: 0.42;
}
.crumbs a:hover {
  color: #D9B94F;
}
.crumbs [aria-current] {
  color: rgba(255, 255, 255, 0.92);
}
.crumbs--dark {
  color: #9A9A9A;
}
.crumbs--dark [aria-current] {
  color: #1E4030;
}
.crumbs--dark a:hover {
  color: #36684C;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
}
.pager a, .pager span {
  min-width: 44px;
  height: 44px;
  padding-inline: 0.6rem;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-size: 0.875rem;
  color: #666666;
  border: 1px solid transparent;
  transition: all 0.22s;
}
.pager a:hover {
  border-color: rgba(42, 42, 42, 0.1);
  color: #29543D;
}
.pager .is-current {
  background: #29543D;
  color: #fff;
}
.pager .pager__gap {
  border: 0;
}

.bar {
  height: 4px;
  border-radius: 999px;
  background: rgba(41, 84, 61, 0.12);
  overflow: hidden;
}
.bar i {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #29543D 0%, #4A8163 55%, #36684C 100%);
  transition: width 1.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.bar--gold i {
  background: linear-gradient(120deg, #AC8A1E 0%, #D9B94F 50%, #C9A227 100%);
}
.bar--light {
  background: rgba(255, 255, 255, 0.16);
}

.tooltip .tooltip-inner {
  background: #16301F;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  padding: 0.5rem 0.85rem;
  border-radius: 8px;
}

.tooltip .tooltip-arrow::before {
  border-top-color: #16301F;
  border-bottom-color: #16301F;
}

.popover {
  border: 0;
  box-shadow: 0 30px 70px -28px rgba(22, 48, 31, 0.26);
  border-radius: 14px;
  font-family: "Inter", "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.popover-header {
  background: #E6F0EA;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1E4030;
  border: 0;
}

.modal-bhs .modal-content {
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 52px 110px -40px rgba(22, 48, 31, 0.34);
  background: #FAF8F3;
}
.modal-bhs .modal-header {
  border: 0;
  padding: 2rem 2rem 0;
}
.modal-bhs .modal-body {
  padding: 2rem;
}
.modal-bhs .modal-title {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.45rem, 1.15rem + 1.2vw, 2.2rem);
}
.modal-bhs .btn-close:focus {
  box-shadow: none;
  outline: 2px solid #C9A227;
}

.skel {
  background: linear-gradient(90deg, #F3EFE6 25%, #E9E3D6 37%, #F3EFE6 63%);
  background-size: 400% 100%;
  animation: skel-shimmer 1.5s ease infinite;
  border-radius: 8px;
}

@keyframes skel-shimmer {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.fog-layer {
  position: absolute;
  inset: auto 0 0 0;
  height: 46%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(250, 248, 243, 0) 0%, rgba(250, 248, 243, 0.72) 55%, #FAF8F3 100%);
  z-index: 2;
}

.fog-drift {
  will-change: transform;
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background: radial-gradient(ellipse 60% 34% at 18% 78%, rgba(255, 255, 255, 0.5), transparent 70%), radial-gradient(ellipse 52% 28% at 74% 86%, rgba(255, 255, 255, 0.42), transparent 72%);
  animation: fog-move 26s ease-in-out infinite alternate;
}

@keyframes fog-move {
  0% {
    transform: translate3d(-3%, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(4%, -2%, 0) scale(1.09);
  }
}
.leaf-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 3;
}

.leaf {
  will-change: transform;
  position: absolute;
  top: -8%;
  color: rgba(201, 162, 39, 0.5);
  font-size: 1rem;
  animation: leaf-fall linear infinite;
}

@keyframes leaf-fall {
  0% {
    transform: translate3d(0, -10vh, 0) rotate(0deg);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  100% {
    transform: translate3d(9vw, 108vh, 0) rotate(420deg);
    opacity: 0;
  }
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(58px);
  pointer-events: none;
  opacity: 0.5;
}
.orb--green {
  background: rgba(41, 84, 61, 0.34);
}
.orb--gold {
  background: rgba(201, 162, 39, 0.28);
}
.orb--brown {
  background: rgba(140, 104, 72, 0.26);
}

.scroll-hint {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}
.scroll-hint__line {
  width: 1px;
  height: 56px;
  background: rgba(255, 255, 255, 0.28);
  position: relative;
  overflow: hidden;
}
.scroll-hint__line::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 40%;
  background: #D9B94F;
  animation: hint-run 2.1s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes hint-run {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(260%);
  }
}
.stars {
  display: inline-flex;
  gap: 2px;
  color: #C9A227;
  font-size: 0.82rem;
}

.ribbon {
  position: absolute;
  top: 14px;
  left: -6px;
  z-index: 3;
  background: #C9A227;
  color: #16301F;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(22, 48, 31, 0.06);
}
.ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  border-width: 5px 6px 0 0;
  border-style: solid;
  border-color: #8E7118 transparent transparent;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.42s, box-shadow 0.42s, backdrop-filter 0.42s;
}
.site-header.is-stuck {
  background: rgba(250, 248, 243, 0.86);
  backdrop-filter: saturate(180%) blur(26px);
  -webkit-backdrop-filter: saturate(180%) blur(26px);
  box-shadow: 0 1px 0 rgba(42, 42, 42, 0.07), 0 10px 30px -22px rgba(22, 48, 31, 0.4);
}
.site-header.is-hidden {
  transform: translateY(-102%);
}

.topbar {
  background: #16301F;
  color: rgba(255, 255, 255, 0.72);
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}
@media (max-width: 991.98px) {
  .topbar {
    display: none;
  }
}
.topbar .shell--wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 40px;
}
.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: color 0.22s;
}
.topbar a:hover {
  color: #D9B94F;
}
.topbar .topbar__list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.topbar .topbar__sep {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
}
.is-hidden .topbar {
  display: none;
}

.navbar-bhs {
  position: relative;
  --nav-fg: #16301F;
  min-height: var(--bhs-nav-h);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: min-height 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-header:not(.is-stuck) .navbar-bhs.on-hero {
  --nav-fg: #ffffff;
}
.site-header.is-stuck .navbar-bhs {
  min-height: 66px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--nav-fg);
  flex: none;
  transition: color 0.42s;
}
.brand__mark {
  width: 42px;
  height: 42px;
  flex: none;
}
@media (max-width: 991.98px) {
  .brand__mark {
    width: 36px;
    height: 36px;
  }
}
.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand__name {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: 1.24rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media (max-width: 991.98px) {
  .brand__name {
    font-size: 1.08rem;
  }
}
.brand__sub {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  opacity: 0.68;
  margin-top: 4px;
}

.nav-main {
  display: none;
  margin-inline: auto;
  align-items: center;
  gap: clamp(0.5rem, 1.4vw, 1.6rem);
}
@media (min-width: 1200px) {
  .nav-main {
    display: flex;
  }
}
.nav-main > li {
  position: static;
}
.nav-main .nav-link-bhs {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.9rem 0.2rem;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.79rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--nav-fg);
  transition: color 0.22s, opacity 0.22s;
}
.nav-main .nav-link-bhs:focus-visible {
  outline: 2px solid #C9A227;
  outline-offset: 3px;
  border-radius: 4px;
}
.nav-main .nav-link-bhs::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-main .nav-link-bhs:hover::after, .nav-main .nav-link-bhs[aria-expanded=true]::after {
  transform: scaleX(1);
  transform-origin: left;
}
.nav-main .nav-link-bhs.is-current {
  color: #C9A227;
}
.nav-main .nav-link-bhs.is-current::after {
  transform: scaleX(1);
  background: #C9A227;
}
.nav-main .nav-link-bhs .bi-chevron-down {
  font-size: 0.62rem;
  opacity: 0.7;
  transition: transform 0.22s;
}
.nav-main .nav-link-bhs[aria-expanded=true] .bi-chevron-down {
  transform: rotate(180deg);
}

.mega {
  position: absolute;
  top: calc(100% + 10px);
  left: var(--bhs-gutter);
  right: var(--bhs-gutter);
  transform: translateY(10px);
  background: #FFFFFF;
  border: 1px solid rgba(42, 42, 42, 0.06);
  border-radius: 22px;
  box-shadow: 0 52px 110px -40px rgba(22, 48, 31, 0.34);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1), transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.42s;
}
.mega.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}
.mega__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr 1.15fr;
  align-items: stretch;
}
.mega__col {
  padding: clamp(1.4rem, 1.8vw, 2rem);
  border-right: 1px solid rgba(42, 42, 42, 0.06);
}
.mega__col-title {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #AC8A1E;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.mega__col-title::before {
  display: none;
}
.mega__list li + li {
  margin-top: 0.15rem;
}
.mega__link {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 0.7rem;
  margin-left: -0.7rem;
  border-radius: 8px;
  transition: background-color 0.22s, transform 0.22s;
}
.mega__link i {
  color: #6E9E82;
  font-size: 1.05rem;
  margin-top: 0.15rem;
  flex: none;
  transition: color 0.22s;
}
.mega__link strong {
  display: block;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  color: #16301F;
}
.mega__link span {
  display: block;
  font-size: 0.75rem;
  color: #9A9A9A;
  line-height: 1.55;
  margin-top: 2px;
}
.mega__link:hover {
  background: #E6F0EA;
  transform: translateX(3px);
}
.mega__link:hover i {
  color: #29543D;
}
.mega__link:focus-visible {
  outline: 2px solid #C9A227;
  outline-offset: 3px;
  border-radius: 4px;
}
.mega__facts {
  background: #F3EFE6;
}
.mega__facts li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px dashed rgba(42, 42, 42, 0.14);
}
.mega__facts li:last-child {
  border-bottom: 0;
}
.mega__facts dt, .mega__facts .k {
  font-size: 0.76rem;
  color: #9A9A9A;
  font-family: "DM Sans", "Inter", sans-serif;
}
.mega__facts dd, .mega__facts .v {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: 0.84rem;
  color: #16301F;
  margin: 0;
  white-space: nowrap;
}
.mega__feature {
  position: relative;
  background: linear-gradient(165deg, #16301F 0%, #29543D 48%, #1E4030 100%);
  color: rgba(255, 255, 255, 0.72);
  padding: clamp(1.4rem, 1.8vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 210px;
  border-right: 0;
  transition: background-color 0.42s;
}
.mega__feature::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}
.mega__feature .chip {
  position: absolute;
  top: clamp(1.1rem, 1.6vw, 1.5rem);
  left: clamp(1.4rem, 1.8vw, 2rem);
}
.mega__feature b {
  display: block;
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: 1.32rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}
.mega__feature p {
  font-size: 0.78rem;
  line-height: 1.55;
  margin-top: 0.4rem;
}
.mega__feature em {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.9rem;
  font-style: normal;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D9B94F;
  transition: gap 0.22s;
}
.mega__feature:hover em {
  gap: 0.75rem;
}
.mega__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.85rem clamp(1.4rem, 1.8vw, 2rem);
  background: #FAF8F3;
  border-top: 1px solid rgba(42, 42, 42, 0.06);
}
.mega__foot p {
  font-size: 0.78rem;
  color: #666666;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.mega__foot p i {
  color: #AC8A1E;
  font-size: 0.95rem;
}
.mega__foot nav {
  display: flex;
  gap: 1.5rem;
}
.mega__foot a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #29543D;
  transition: color 0.22s, gap 0.22s;
}
.mega__foot a:hover {
  color: #AC8A1E;
  gap: 0.6rem;
}
.mega__foot a:focus-visible {
  outline: 2px solid #C9A227;
  outline-offset: 3px;
  border-radius: 4px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-left: auto;
  flex: none;
}
.nav-actions .nav-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--nav-fg);
  font-size: 1.05rem;
  transition: background-color 0.22s, color 0.22s;
}
.nav-actions .nav-icon-btn:hover {
  background: rgba(41, 84, 61, 0.1);
}
.site-header:not(.is-stuck) .navbar-bhs.on-hero .nav-actions .nav-icon-btn:hover {
  background: rgba(255, 255, 255, 0.16);
}
.nav-actions .nav-icon-btn:focus-visible {
  outline: 2px solid #C9A227;
  outline-offset: 3px;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .nav-actions .btn {
    display: none;
  }
}

.nav-toggle {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  gap: 5px;
  color: var(--nav-fg);
}
@media (min-width: 1200px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s;
}
.nav-toggle span:nth-child(2) {
  width: 15px;
  margin-left: auto;
}
.nav-toggle[aria-expanded=true] span:nth-child(1) {
  transform: translateY(3.25px) rotate(45deg);
}
.nav-toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-3.25px) rotate(-45deg);
}

.offcanvas-bhs {
  background: #16301F;
  color: rgba(255, 255, 255, 0.8);
  width: min(420px, 88vw) !important;
  border: 0;
}
.offcanvas-bhs .offcanvas-header {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.offcanvas-bhs .offcanvas-title {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  color: #fff;
  font-size: 1.2rem;
}
.offcanvas-bhs .btn-close {
  filter: invert(1) grayscale(1) brightness(2);
  opacity: 0.7;
}
.offcanvas-bhs .offcanvas-body {
  padding: 2rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
}
.offcanvas-bhs .offcanvas-body::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.offcanvas-bhs .offcanvas-body::-webkit-scrollbar-track {
  background: transparent;
}
.offcanvas-bhs .offcanvas-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}
.offcanvas-bhs .m-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.offcanvas-bhs .m-nav a, .offcanvas-bhs .m-nav .m-nav__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: 1.32rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  transition: color 0.22s, padding-left 0.22s;
}
.offcanvas-bhs .m-nav a:hover, .offcanvas-bhs .m-nav .m-nav__toggle:hover {
  color: #D9B94F;
  padding-left: 0.4rem;
}
.offcanvas-bhs .m-nav a i, .offcanvas-bhs .m-nav .m-nav__toggle i {
  font-size: 0.75rem;
  opacity: 0.6;
  transition: transform 0.42s;
}
.offcanvas-bhs .m-nav a[aria-expanded=true] i, .offcanvas-bhs .m-nav .m-nav__toggle[aria-expanded=true] i {
  transform: rotate(180deg);
  color: #D9B94F;
}
.offcanvas-bhs .m-nav .m-sub {
  padding: 0.2rem 0 1rem 0.9rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.offcanvas-bhs .m-nav .m-sub li {
  border: 0;
}
.offcanvas-bhs .m-nav .m-sub a {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.85rem;
  padding: 0.42rem 0;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.04em;
}
.offcanvas-bhs .m-foot {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.offcanvas-bhs .m-contact a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.4rem 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.72);
}
.offcanvas-bhs .m-contact a i {
  color: #D9B94F;
}
.offcanvas-bhs .m-social {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.5rem;
}
.offcanvas-bhs .m-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}
.offcanvas-bhs .m-social a:hover {
  background: #C9A227;
  border-color: #C9A227;
  color: #16301F;
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  z-index: 1001;
  background: transparent;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(120deg, #AC8A1E 0%, #D9B94F 50%, #C9A227 100%);
  transition: width 0.1s linear;
}

.booking-bar {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translate(-50%, 130%);
  z-index: 900;
  width: min(1080px, 100vw - 3rem);
  padding: 0.7rem 0.7rem 0.7rem 1.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(180%) blur(26px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 30px 70px -28px rgba(22, 48, 31, 0.26);
  display: none;
  align-items: center;
  gap: 1rem;
  transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 992px) {
  .booking-bar {
    display: flex;
  }
}
.booking-bar.is-visible {
  transform: translate(-50%, 0);
}
.booking-bar__field {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.booking-bar__field label {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9A9A9A;
}
.booking-bar__field input, .booking-bar__field select {
  border: 0;
  background: transparent;
  font-size: 0.875rem;
  color: #16301F;
  padding: 0;
  width: 100%;
}
.booking-bar__field input:focus, .booking-bar__field select:focus {
  outline: none;
}
.booking-bar__sep {
  width: 1px;
  height: 34px;
  background: rgba(42, 42, 42, 0.1);
  flex: none;
}

.site-footer {
  position: relative;
  background: #16301F;
  color: rgba(255, 255, 255, 0.66);
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}
.site-footer__ridge {
  display: block;
  width: 100%;
  height: auto;
  color: #16301F;
}
.site-footer__glow {
  position: absolute;
  left: 50%;
  top: -10%;
  width: 900px;
  height: 900px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(201, 162, 39, 0.11) 0%, transparent 62%);
  pointer-events: none;
}
.site-footer a {
  transition: color 0.22s;
}
.site-footer a:hover {
  color: #D9B94F;
}

.footer-cta {
  position: relative;
  padding-block: clamp(3.5rem, 6vw, 6rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .footer-cta {
    grid-template-columns: 1.4fr auto;
  }
}
.footer-cta h2 {
  color: #fff;
  font-size: clamp(1.9rem, 1.3rem + 2.4vw, 3.5rem);
}
.footer-cta p {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.7rem;
  max-width: 52ch;
}

.footer-grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding-block: clamp(3rem, 5vw, 5rem);
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .footer-grid {
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  }
}
.footer-grid__title {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  margin-bottom: 1.5rem;
}
.footer-grid__title::before {
  display: none;
}
.footer-grid ul li + li {
  margin-top: 0.6rem;
}
.footer-grid ul a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.66);
}

.footer-brand .brand {
  color: #fff;
  margin-bottom: 1.5rem;
}
.footer-brand p {
  font-size: 0.875rem;
  line-height: 1.8;
  max-width: 40ch;
}
.footer-brand .footer-brand__addr {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.8rem;
  font-size: 0.875rem;
}
.footer-brand .footer-brand__addr i {
  color: #C9A227;
  margin-top: 0.28rem;
}

.footer-social {
  display: flex;
  gap: 0.55rem;
  margin-top: 2rem;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  transition: all 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer-social a:hover {
  background: #C9A227;
  border-color: #C9A227;
  color: #16301F;
  transform: translateY(-3px);
}

.footer-news form {
  position: relative;
  margin-top: 1rem;
}
.footer-news input {
  width: 100%;
  padding: 1rem 3.4rem 1rem 1.2rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  font-size: 0.875rem;
}
.footer-news input::placeholder {
  color: rgba(255, 255, 255, 0.36);
}
.footer-news input:focus {
  outline: none;
  border-color: #C9A227;
  background: rgba(255, 255, 255, 0.09);
}
.footer-news button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #C9A227;
  color: #16301F;
  transition: background-color 0.22s, transform 0.22s;
}
.footer-news button:hover {
  background: #fff;
  transform: translateY(-50%) translateX(2px);
}
.footer-news small {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.36);
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-block: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
}
.footer-badges span i {
  color: #C9A227;
  font-size: 1rem;
}

.footer-base {
  padding-block: 2rem 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.42);
}
.footer-base nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 991.98px) {
  .footer-base {
    padding-bottom: calc(3rem + 68px);
  }
}

.float-dock {
  position: fixed;
  right: clamp(0.9rem, 2vw, 1.8rem);
  bottom: clamp(0.9rem, 2vw, 1.8rem);
  z-index: 1080;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media (max-width: 991.98px) {
  .float-dock {
    bottom: 80px;
  }
}
.float-dock__btn {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: #fff;
  box-shadow: 0 12px 34px -12px rgba(22, 48, 31, 0.16);
  transition: transform 0.42s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.42s;
}
.float-dock__btn:hover {
  transform: scale(1.08);
}
.float-dock__btn:focus-visible {
  outline: 2px solid #C9A227;
  outline-offset: 3px;
  border-radius: 4px;
}
.float-dock__btn--wa {
  background: #25D366;
}
.float-dock__btn--call {
  background: #29543D;
}
.float-dock__btn--top {
  background: rgba(255, 255, 255, 0.94);
  color: #1E4030;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}
.float-dock__btn--top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.float-dock__pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #25D366;
  animation: pulse-ring 2.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.float-dock__tip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  white-space: nowrap;
  background: #16301F;
  color: #fff;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  padding: 0.45rem 0.85rem;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 991.98px) {
  .float-dock__tip {
    display: none;
  }
}
.float-dock__btn:hover .float-dock__tip, .float-dock__btn:hover .float-dock__tip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.tabbar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1080;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0.5rem 0.4rem calc(0.5rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: saturate(180%) blur(26px);
  border-top: 1px solid rgba(42, 42, 42, 0.06);
}
@media (min-width: 992px) {
  .tabbar {
    display: none;
  }
}
.tabbar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 0.35rem 0.2rem;
  color: #9A9A9A;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  border-radius: 8px;
  transition: color 0.22s;
}
.tabbar a i {
  font-size: 1.24rem;
}
.tabbar a.is-current {
  color: #29543D;
}
.tabbar a.tabbar__book {
  color: #AC8A1E;
}

.hero-cinema {
  position: relative;
  height: 100svh;
  min-height: 640px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #16301F;
  isolation: isolate;
}
@media (max-height: 520px) and (orientation: landscape) {
  .hero-cinema {
    height: auto;
    min-height: 560px;
    padding-top: 6rem;
  }
}
.hero-cinema__plate {
  position: absolute;
  inset: 0;
  z-index: -3;
}
.hero-cinema__plate img, .hero-cinema__plate video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-cinema__veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(11, 20, 15, 0.62) 0%, rgba(11, 20, 15, 0.18) 38%, rgba(11, 20, 15, 0.3) 62%, rgba(11, 20, 15, 0.86) 100%);
}
.hero-cinema__ridge {
  position: absolute;
  inset: auto 0 -1px 0;
  z-index: -1;
  width: 118%;
  left: -9%;
  will-change: transform;
  backface-visibility: hidden;
}
.hero-cinema__ridge svg {
  display: block;
  width: 100%;
  height: auto;
}
.hero-cinema__ridge--far {
  opacity: 0.34;
}
.hero-cinema__ridge--mid {
  opacity: 0.62;
}
.hero-cinema__ridge--near {
  opacity: 1;
}
.hero-cinema__body {
  position: relative;
  padding-block: clamp(3rem, 7vw, 7rem);
}
.hero-cinema__title {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(3.1rem, 1.4rem + 7.4vw, 10.5rem);
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.03em;
  color: #fff;
}
.hero-cinema__title em {
  font-style: italic;
  color: #D9B94F;
}
.hero-cinema__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  margin-top: 2rem;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}
.hero-cinema__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.hero-cinema__meta i {
  color: #D9B94F;
  font-size: 0.95rem;
}
.hero-cinema__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.hero-cinema__aside {
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.875rem;
  line-height: 1.75;
}
.hero-cinema__scroll {
  position: absolute;
  right: clamp(1.25rem, 0.6rem + 2.4vw, 4rem);
  bottom: clamp(1.5rem, 4vw, 3rem);
  z-index: 3;
}
@media (max-width: 767.98px) {
  .hero-cinema__scroll {
    display: none;
  }
}

.hero-editorial {
  position: relative;
  padding-top: calc(var(--bhs-nav-h) + clamp(4rem, 8vw, 8rem));
  padding-bottom: clamp(3rem, 6vw, 6rem);
  background: #FAF8F3;
  overflow: hidden;
}
.hero-editorial__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: end;
}
@media (min-width: 992px) {
  .hero-editorial__grid {
    grid-template-columns: 1.25fr 0.9fr;
  }
}
.hero-editorial__kicker {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.hero-editorial__title {
  font-size: clamp(2.8rem, 1.4rem + 5.8vw, 7rem);
  line-height: 0.98;
}
.hero-editorial__rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(42, 42, 42, 0.1) 18%, rgba(42, 42, 42, 0.1) 82%, transparent);
  border: 0;
  margin-block: 2rem;
}
.hero-editorial__cols {
  display: grid;
  gap: 2rem;
}
@media (min-width: 576px) {
  .hero-editorial__cols {
    grid-template-columns: 1fr 1fr;
  }
}
.hero-editorial__portrait {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 48px 48px 0 0;
  overflow: hidden;
}
.hero-editorial__portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-editorial__stamp {
  position: absolute;
  left: -34px;
  bottom: 42px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: #C9A227;
  color: #16301F;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.7;
  box-shadow: 0 12px 34px -12px rgba(22, 48, 31, 0.16);
}
@media (max-width: 575.98px) {
  .hero-editorial__stamp {
    left: 8px;
    width: 104px;
    height: 104px;
  }
}

.hero-arch {
  position: relative;
  padding-top: calc(var(--bhs-nav-h) + clamp(2.5rem, 5vw, 5rem));
  background: linear-gradient(180deg, #F4EDE4 0%, #FAF8F3 72%);
  text-align: center;
  overflow: hidden;
}
.hero-arch__title {
  font-size: clamp(2.6rem, 1.4rem + 5vw, 6rem);
}
.hero-arch__lead {
  margin: 1.5rem auto 0;
}
.hero-arch__window {
  position: relative;
  width: min(880px, 100%);
  margin: clamp(2.5rem, 5vw, 4.5rem) auto 0;
  aspect-ratio: 16/11;
  border-radius: 50% 50% 18px 18px/26% 26% 3% 3%;
  overflow: hidden;
  box-shadow: 0 52px 110px -40px rgba(22, 48, 31, 0.34);
}
.hero-arch__window img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-arch__facts {
  display: grid;
  gap: 1px;
  background: rgba(42, 42, 42, 0.1);
  border-radius: 14px;
  overflow: hidden;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .hero-arch__facts {
    grid-template-columns: repeat(4, 1fr);
  }
}
.hero-arch__facts li {
  background: #FAF8F3;
  padding: 1.5rem 1rem;
}
.hero-arch__facts b {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  display: block;
  font-size: clamp(1.45rem, 1.15rem + 1.2vw, 2.2rem);
  color: #1E4030;
  font-weight: 500;
}
.hero-arch__facts span {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9A9A9A;
}

.hero-strip {
  position: relative;
  height: 92svh;
  min-height: 560px;
  display: flex;
  background: #16301F;
  overflow: hidden;
}
.hero-strip__panel {
  position: relative;
  flex: 1;
  overflow: hidden;
  transition: flex 0.72s cubic-bezier(0.16, 1, 0.3, 1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-strip__panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.25s cubic-bezier(0.16, 1, 0.3, 1), filter 0.72s;
  filter: saturate(0.7) brightness(0.66);
}
.hero-strip__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(11, 20, 15, 0.8));
}
.hero-strip__panel figcaption {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 1.5rem;
  color: #fff;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .hero-strip__panel figcaption {
    writing-mode: horizontal-tb;
    transform: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hero-strip__panel:hover {
    flex: 2.4;
  }
  .hero-strip__panel:hover img {
    filter: saturate(1) brightness(0.86);
    transform: scale(1.04);
  }
}
@media (max-width: 767.98px) {
  .hero-strip__panel:nth-child(n+4) {
    display: none;
  }
}
.hero-strip__title {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  text-align: center;
  pointer-events: none;
}
.hero-strip__title h1 {
  color: #fff;
  font-size: clamp(2.6rem, 1.4rem + 5.6vw, 7rem);
  mix-blend-mode: normal;
  text-shadow: 0 6px 40px rgba(0, 0, 0, 0.44);
}
.hero-strip__title p {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 1rem;
}

.hero-quiet {
  padding-top: calc(var(--bhs-nav-h) + clamp(4rem, 8vw, 8rem));
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  background: #F3EFE6;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.hero-quiet__title {
  font-size: clamp(2.2rem, 1.4rem + 3.4vw, 4.4rem);
  margin-block: 1.5rem 1rem;
}
.hero-quiet__updated {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9A9A9A;
}

.hero-panorama {
  position: relative;
  padding-top: calc(var(--bhs-nav-h) + clamp(3rem, 6vw, 6rem));
  background: #16301F;
  color: #fff;
  overflow: hidden;
}
.hero-panorama__plate {
  position: relative;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  aspect-ratio: 21/9;
  min-height: 300px;
  overflow: hidden;
}
.hero-panorama__plate img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-panorama__coords {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
  padding: 1.5rem clamp(1.25rem, 0.6rem + 2.4vw, 4rem);
  background: linear-gradient(180deg, transparent, rgba(11, 20, 15, 0.82));
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.72);
}
.hero-panorama__coords span {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.hero-panorama__coords span i {
  color: #D9B94F;
}
.hero-panorama__title {
  font-size: clamp(2.5rem, 1.4rem + 4.8vw, 6rem);
  color: #fff;
  max-width: 16ch;
}

.hero-portrait {
  position: relative;
  padding-top: calc(var(--bhs-nav-h) + clamp(3rem, 6vw, 6rem));
  padding-bottom: clamp(3rem, 6vw, 6rem);
  background: #F4EDE4;
  overflow: hidden;
}
.hero-portrait__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
@media (min-width: 992px) {
  .hero-portrait__grid {
    grid-template-columns: 0.85fr 1.15fr;
  }
}
.hero-portrait__frame {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 34px;
  overflow: hidden;
}
.hero-portrait__frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-portrait__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(41, 84, 61, 0.12), rgba(140, 104, 72, 0.22));
  mix-blend-mode: multiply;
}
.hero-portrait__frame-echo {
  position: absolute;
  inset: 22px -22px -22px 22px;
  border: 1px solid rgba(140, 104, 72, 0.4);
  border-radius: 34px;
  z-index: -1;
}
.hero-portrait__title {
  font-size: clamp(2.4rem, 1.3rem + 4.6vw, 5.6rem);
  line-height: 1.02;
}
.hero-portrait__sig {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-style: italic;
  font-size: 1.6rem;
  color: #735741;
  margin-top: 2rem;
}

.hero-diagonal {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: center;
  padding-top: calc(var(--bhs-nav-h) + 3rem);
  padding-bottom: 3rem;
  background: #FAF8F3;
  overflow: hidden;
}
.hero-diagonal__media {
  position: absolute;
  inset: 0 0 0 auto;
  width: 62%;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 991.98px) {
  .hero-diagonal__media {
    position: relative;
    width: 100%;
    clip-path: none;
    height: 46svh;
    order: 2;
    margin-top: 2rem;
  }
}
.hero-diagonal__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-diagonal__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(250, 248, 243, 0.9), transparent 42%);
}
@media (max-width: 991.98px) {
  .hero-diagonal__media::after {
    display: none;
  }
}
.hero-diagonal__body {
  position: relative;
  z-index: 2;
  max-width: 620px;
}
.hero-diagonal__title {
  font-size: clamp(2.6rem, 1.4rem + 5vw, 6.2rem);
  line-height: 1;
}
.hero-diagonal__count {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: clamp(4rem, 2rem + 8vw, 11rem);
  line-height: 0.82;
  color: rgba(41, 84, 61, 0.1);
  position: absolute;
  right: 4%;
  top: 18%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .hero-diagonal__count {
    display: none;
  }
}

.hero-typemask {
  position: relative;
  padding-top: calc(var(--bhs-nav-h) + clamp(3.5rem, 7vw, 7rem));
  padding-bottom: clamp(3rem, 6vw, 6rem);
  background: #16301F;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.hero-typemask__word {
  position: relative;
  display: block;
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(3.4rem, 1rem + 12vw, 13rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  background-image: url("https://images.unsplash.com/photo-1454496522488-7a8e488e8606?auto=format&fit=crop&w=1600&q=70");
  background-size: cover;
  background-position: center 40%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-typemask__sub {
  margin: 2rem auto 0;
  color: rgba(255, 255, 255, 0.7);
  max-width: 60ch;
}
.hero-typemask__rail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.hero-stack {
  position: relative;
  padding-top: calc(var(--bhs-nav-h) + clamp(3rem, 6vw, 6rem));
  padding-bottom: clamp(3rem, 6vw, 6rem);
  background: linear-gradient(180deg, #FAF8F3 0%, #F3EFE6 100%);
  overflow: hidden;
}
.hero-stack__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
@media (min-width: 992px) {
  .hero-stack__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.hero-stack__deck {
  position: relative;
  height: clamp(320px, 46vw, 520px);
}
.hero-stack__plate {
  position: absolute;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 70px -28px rgba(22, 48, 31, 0.26);
}
.hero-stack__plate img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-stack__plate:nth-child(1) {
  width: 58%;
  aspect-ratio: 3/4;
  left: 0;
  top: 6%;
  z-index: 3;
}
.hero-stack__plate:nth-child(2) {
  width: 52%;
  aspect-ratio: 4/5;
  right: 4%;
  top: 0;
  z-index: 2;
}
.hero-stack__plate:nth-child(3) {
  width: 46%;
  aspect-ratio: 1/1;
  right: 12%;
  bottom: 0;
  z-index: 4;
}
.hero-stack__title {
  font-size: clamp(2.4rem, 1.3rem + 4.4vw, 5.4rem);
}

.hero-glass {
  position: relative;
  min-height: 96svh;
  display: grid;
  align-items: center;
  padding-top: calc(var(--bhs-nav-h) + 2.5rem);
  padding-bottom: 3rem;
  overflow: hidden;
  background: #16301F;
}
.hero-glass__plate {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-glass__plate img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-glass__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, rgba(11, 20, 15, 0.86) 6%, rgba(11, 20, 15, 0.5) 48%, rgba(11, 20, 15, 0.2) 100%);
}
.hero-glass__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
@media (min-width: 992px) {
  .hero-glass__grid {
    grid-template-columns: 1fr 1.02fr;
  }
}
.hero-glass__title {
  color: #fff;
  font-size: clamp(2.3rem, 1.2rem + 4.2vw, 5rem);
}
.hero-glass__panel {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(168%) blur(20px);
  -webkit-backdrop-filter: saturate(168%) blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  padding: clamp(1.5rem, 3vw, 2.6rem);
  box-shadow: 0 52px 110px -40px rgba(22, 48, 31, 0.34);
}
.hero-glass__usp {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}
.hero-glass__usp li {
  display: flex;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.875rem;
}
.hero-glass__usp li i {
  color: #D9B94F;
  font-size: 1.1rem;
}

.hero-marquee {
  padding-top: calc(var(--bhs-nav-h) + clamp(2.5rem, 5vw, 4.5rem));
  background: #FAF8F3;
  overflow: hidden;
}
.hero-marquee__band {
  padding-block: clamp(1rem, 2.4vw, 2rem);
  border-block: 1px solid rgba(42, 42, 42, 0.1);
  margin-block: clamp(2rem, 4vw, 3rem);
}
.hero-marquee__feature {
  display: grid;
  gap: clamp(1.6rem, 3vw, 3rem);
  align-items: center;
}
@media (min-width: 992px) {
  .hero-marquee__feature {
    grid-template-columns: 1.15fr 1fr;
  }
}
.hero-marquee__media {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 14px;
  overflow: hidden;
}
.hero-marquee__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-marquee__title {
  font-size: clamp(1.9rem, 1.2rem + 2.8vw, 3.6rem);
}

.hero-circle {
  position: relative;
  min-height: 94svh;
  display: grid;
  place-items: center;
  text-align: center;
  padding-top: calc(var(--bhs-nav-h) + 2rem);
  padding-bottom: 3rem;
  overflow: hidden;
  background: radial-gradient(circle at 50% 42%, #1E4030 0%, #16301F 58%, #0F2216 100%);
  color: #fff;
}
.hero-circle__rings {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.hero-circle__rings span {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 39, 0.16);
  animation: breathe 7s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.hero-circle__rings span:nth-child(1) {
  width: 34vmin;
  height: 34vmin;
}
.hero-circle__rings span:nth-child(2) {
  width: 56vmin;
  height: 56vmin;
  animation-delay: 0.6s;
}
.hero-circle__rings span:nth-child(3) {
  width: 78vmin;
  height: 78vmin;
  animation-delay: 1.2s;
}
.hero-circle__rings span:nth-child(4) {
  width: 100vmin;
  height: 100vmin;
  animation-delay: 1.8s;
}
.hero-circle__disc {
  width: min(300px, 62vw);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.7);
}
.hero-circle__disc img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-circle__title {
  color: #fff;
  font-size: clamp(2.2rem, 1.2rem + 4vw, 5rem);
}

@keyframes breathe {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.045);
    opacity: 1;
  }
}
.hero-quad {
  padding-top: calc(var(--bhs-nav-h) + clamp(2rem, 4vw, 3.5rem));
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  background: #FAF8F3;
}
.hero-quad__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(180px, auto);
}
@media (min-width: 768px) {
  .hero-quad__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.hero-quad__cell {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #E9E3D6;
}
.hero-quad__cell img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-quad__cell--type {
  background: #1E4030;
  color: #fff;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .hero-quad__cell--type {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.hero-quad__cell--type h1 {
  color: #fff;
  font-size: clamp(2rem, 1.2rem + 3.2vw, 4.4rem);
}
@media (min-width: 768px) {
  .hero-quad__cell--wide {
    grid-column: span 1;
    grid-row: span 2;
  }
}
.hero-quad__cell--stat {
  background: #C9A227;
  color: #16301F;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1.5rem;
}
.hero-quad__cell--stat b {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: clamp(1.8rem, 1.2rem + 2vw, 3rem);
  display: block;
}
.hero-quad__cell--stat span {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-testament {
  position: relative;
  padding-top: calc(var(--bhs-nav-h) + clamp(4rem, 8vw, 8rem));
  padding-bottom: clamp(3rem, 6vw, 6rem);
  background: #F3EFE6;
  overflow: hidden;
}
.hero-testament__mark {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(8rem, 4rem + 16vw, 22rem);
  line-height: 0.6;
  color: rgba(41, 84, 61, 0.08);
  position: absolute;
  left: 2%;
  top: 22%;
  pointer-events: none;
}
.hero-testament__quote {
  position: relative;
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-weight: 300;
  font-size: clamp(1.9rem, 1.1rem + 3.6vw, 4.6rem);
  line-height: 1.22;
  color: #16301F;
  max-width: 22ch;
}
.hero-testament__by {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.hero-testament__by img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}
.hero-testament__by b {
  display: block;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.875rem;
  color: #16301F;
}
.hero-testament__by span {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  color: #9A9A9A;
  letter-spacing: 0.08em;
}
.hero-testament__scores {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(42, 42, 42, 0.1);
}
.hero-testament__scores li b {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: clamp(1.45rem, 1.15rem + 1.2vw, 2.2rem);
  color: #1E4030;
}
.hero-testament__scores li span {
  display: block;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9A9A9A;
}

.hero-table {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  padding-top: calc(var(--bhs-nav-h) + 2rem);
  padding-bottom: 3rem;
  overflow: hidden;
  background: #3F2E1F;
}
.hero-table__plate {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-table__plate img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.62) saturate(1.06);
}
.hero-table__body {
  text-align: center;
  color: #fff;
}
.hero-table__title {
  color: #fff;
  font-size: clamp(2.4rem, 1.3rem + 4.6vw, 5.8rem);
}
.hero-table__native {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-style: italic;
  color: #D9B94F;
  font-size: clamp(1.1rem, 0.9rem + 0.9vw, 1.7rem);
  margin-top: 1rem;
}
.hero-table__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.hero-locator {
  padding-top: calc(var(--bhs-nav-h) + clamp(2rem, 4vw, 3.5rem));
  background: #16301F;
  color: #fff;
}
.hero-locator__grid {
  display: grid;
  gap: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 52px 110px -40px rgba(22, 48, 31, 0.34);
}
@media (min-width: 992px) {
  .hero-locator__grid {
    grid-template-columns: 0.95fr 1.05fr;
  }
}
.hero-locator__body {
  background: #1E4030;
  padding: clamp(1.8rem, 4vw, 3.4rem);
}
.hero-locator__title {
  color: #fff;
  font-size: clamp(2rem, 1.2rem + 3vw, 3.8rem);
}
.hero-locator__rows {
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
  display: grid;
  gap: 1.5rem;
}
.hero-locator__rows li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 1rem;
  align-items: start;
}
.hero-locator__rows i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  color: #D9B94F;
  font-size: 1.1rem;
}
.hero-locator__rows b {
  display: block;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.44);
}
.hero-locator__rows span, .hero-locator__rows a {
  font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.06rem);
  color: #fff;
}
.hero-locator__map {
  min-height: 340px;
  background: #E9E3D6;
  position: relative;
}
.hero-locator__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hero-search {
  position: relative;
  padding-top: calc(var(--bhs-nav-h) + clamp(3.5rem, 7vw, 7rem));
  padding-bottom: clamp(3rem, 5vw, 5rem);
  background: radial-gradient(ellipse at 50% 0%, #E6F0EA 0%, #FAF8F3 62%);
  text-align: center;
  overflow: hidden;
}
.hero-search__title {
  font-size: clamp(2.2rem, 1.3rem + 3.8vw, 4.8rem);
}
.hero-search__field {
  position: relative;
  width: min(660px, 100%);
  margin: clamp(2rem, 4vw, 3rem) auto 0;
}
.hero-search__field input {
  width: 100%;
  padding: 1.25rem 3.6rem 1.25rem 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(42, 42, 42, 0.1);
  background: #fff;
  box-shadow: 0 12px 34px -12px rgba(22, 48, 31, 0.16);
  font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.06rem);
}
.hero-search__field input:focus {
  outline: none;
  border-color: #6E9E82;
  box-shadow: 0 12px 34px -12px rgba(22, 48, 31, 0.16), 0 0 0 4px rgba(41, 84, 61, 0.1);
}
.hero-search__field i {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #4A8163;
  font-size: 1.15rem;
}
.hero-search__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 2rem;
}

.hero-suite {
  position: relative;
  padding-top: calc(var(--bhs-nav-h) + clamp(2rem, 4vw, 3rem));
  background: #FAF8F3;
}
.hero-suite__plate {
  position: relative;
  aspect-ratio: 16/9;
  min-height: 360px;
  border-radius: 22px;
  overflow: hidden;
}
.hero-suite__plate img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-suite__plate::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 20, 15, 0.82) 0%, rgba(11, 20, 15, 0.42) 48%, rgba(11, 20, 15, 0) 100%);
}
.hero-suite__body {
  position: absolute;
  inset: auto auto 3rem clamp(1.5rem, 4vw, 4rem);
  z-index: 2;
  color: #fff;
  max-width: 620px;
}
@media (max-width: 767.98px) {
  .hero-suite__body {
    position: static;
    color: inherit;
    margin-top: 2rem;
  }
}
.hero-suite__title {
  color: #fff;
  font-size: clamp(2.1rem, 1.3rem + 3.2vw, 4.4rem);
}
@media (max-width: 767.98px) {
  .hero-suite__title {
    color: #16301F;
  }
}
.hero-suite__ribbon {
  position: relative;
  z-index: 3;
  margin: -46px auto 0;
  width: min(1040px, 100% - 2rem);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 30px 70px -28px rgba(22, 48, 31, 0.26);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .hero-suite__ribbon {
    grid-template-columns: repeat(4, 1fr);
    margin-top: -52px;
  }
}
.hero-suite__ribbon li {
  padding: 1.5rem;
  text-align: center;
  border-right: 1px solid rgba(42, 42, 42, 0.06);
}
.hero-suite__ribbon li:last-child {
  border-right: 0;
}
.hero-suite__ribbon li i {
  color: #4A8163;
  font-size: 1.3rem;
}
.hero-suite__ribbon li b {
  display: block;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.875rem;
  color: #16301F;
  margin-top: 0.4rem;
}
.hero-suite__ribbon li span {
  font-size: 0.78rem;
  color: #9A9A9A;
}
@media (max-width: 767.98px) {
  .hero-suite__ribbon {
    margin-top: 2rem;
  }
  .hero-suite__ribbon li:nth-child(2) {
    border-right: 0;
  }
}

.hero-altitude {
  position: relative;
  padding-top: calc(var(--bhs-nav-h) + clamp(3rem, 6vw, 6rem));
  background: linear-gradient(180deg, #16301F 0%, #1E4030 46%, #29543D 100%);
  color: #fff;
  overflow: hidden;
}
.hero-altitude__title {
  color: #fff;
  font-size: clamp(2.4rem, 1.3rem + 4.6vw, 6rem);
}
.hero-altitude__lead {
  color: rgba(255, 255, 255, 0.7);
}
.hero-altitude__chart {
  position: relative;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}
.hero-altitude__chart svg {
  display: block;
  width: 100%;
  height: auto;
}
.hero-altitude__pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-altitude__pins span {
  position: absolute;
  transform: translate(-50%, -100%);
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
.hero-altitude__pins span::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  margin: 4px auto 0;
  background: rgba(201, 162, 39, 0.7);
}

.hero-crumbs {
  margin-bottom: 1.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: clamp(1.6rem, 3vw, 2.6rem);
}

.sec-head {
  display: grid;
  gap: 1.5rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.sec-head--center {
  text-align: center;
  justify-items: center;
}
@media (min-width: 992px) {
  .sec-head--split {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    gap: clamp(2rem, 4vw, 4rem);
  }
}
.sec-head--stack {
  max-width: 720px;
}
.sec-head--rule {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.sec-head__title {
  font-size: clamp(2.2rem, 1.4rem + 3.4vw, 4.8rem);
}
.sec-head__aside {
  color: #666666;
  font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.06rem);
}
@media (min-width: 992px) {
  .sec-head__aside {
    padding-bottom: 0.4rem;
  }
}

.blk-editorial__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
}
@media (min-width: 992px) {
  .blk-editorial__grid {
    grid-template-columns: 0.34fr 1fr 0.5fr;
    align-items: start;
  }
}
.blk-editorial__rail {
  display: none;
}
@media (min-width: 992px) {
  .blk-editorial__rail {
    display: block;
    position: sticky;
    top: calc(var(--bhs-nav-h) + 3rem);
  }
}
.blk-editorial__body {
  font-size: clamp(1.06rem, 0.98rem + 0.42vw, 1.32rem);
  line-height: 1.86;
  color: #2A2A2A;
}
.blk-editorial__note {
  padding: 2rem;
  background: #F4EDE4;
  border-radius: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #5C452F;
}
.blk-editorial__note .blk-editorial__note-title {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8C6848;
  margin-bottom: 0.6rem;
}
.blk-editorial__figure {
  margin-top: clamp(2rem, 4vw, 3rem);
}
.blk-editorial__figure figcaption {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  color: #9A9A9A;
  margin-top: 0.8rem;
  padding-left: 1rem;
  border-left: 2px solid #D9B94F;
}

.blk-bento__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 170px;
}
@media (min-width: 768px) {
  .blk-bento__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
  }
}
@media (min-width: 1200px) {
  .blk-bento__grid {
    grid-auto-rows: 230px;
  }
}
.blk-bento__cell--a {
  grid-column: span 2;
  grid-row: span 2;
}
.blk-bento__cell--b {
  grid-column: span 2;
}
.blk-bento__cell--c {
  grid-row: span 2;
}
.blk-bento__cell--d {
  grid-column: span 2;
}
.blk-bento__cell--e {
  grid-column: span 2;
}
@media (min-width: 768px) {
  .blk-bento__cell--e {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.blk-bento__cell--type {
  background: #1E4030;
  color: #fff;
  padding: clamp(1.3rem, 2.4vw, 2.2rem);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.7rem;
  grid-column: span 2;
}
.blk-bento__cell--type h3 {
  color: #fff;
  font-size: clamp(1.45rem, 1.15rem + 1.2vw, 2.2rem);
}
.blk-bento__cell--type p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.875rem;
}
.blk-bento__cell--gold {
  background: #C9A227;
  color: #16301F;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 14px;
  padding: 1.5rem;
}
.blk-bento__cell--gold b {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: clamp(1.6rem, 1.1rem + 1.8vw, 2.8rem);
  display: block;
  line-height: 1;
}
.blk-bento__cell--gold span {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 0.5rem;
  display: block;
}

.blk-sticky__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 4.5rem);
}
@media (min-width: 992px) {
  .blk-sticky__grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.blk-sticky__media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 4/5;
}
@media (min-width: 992px) {
  .blk-sticky__media {
    position: sticky;
    top: calc(var(--bhs-nav-h) + 3rem);
    aspect-ratio: 3/4;
  }
}
.blk-sticky__media figure {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(1.05);
}
.blk-sticky__media figure.is-active {
  opacity: 1;
  transform: none;
}
.blk-sticky__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-sticky__steps {
  display: grid;
  gap: clamp(3rem, 8vw, 9rem);
}
.blk-sticky__step {
  opacity: 0.42;
  transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}
.blk-sticky__step.is-active {
  opacity: 1;
}
.blk-sticky__step__n {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: 0.875rem;
  color: #AC8A1E;
  letter-spacing: 0.16em;
}
.blk-sticky__step h3 {
  font-size: clamp(1.9rem, 1.3rem + 2.4vw, 3.5rem);
  margin-block: 1rem 1rem;
}
.blk-sticky__step p {
  color: #666666;
}
.blk-sticky__step ul {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.5rem;
}
.blk-sticky__step ul li {
  display: flex;
  gap: 0.7rem;
  font-size: 0.875rem;
  color: #666666;
}
.blk-sticky__step ul li i {
  color: #4A8163;
  margin-top: 0.28rem;
}

.blk-hscroll {
  overflow: hidden;
  background: #16301F;
  color: #fff;
  padding-block: clamp(3rem, 6vw, 6rem);
}
.blk-hscroll__viewport {
  overflow: hidden;
}
.blk-hscroll__track {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  padding-inline: clamp(1.25rem, 0.6rem + 2.4vw, 4rem);
  will-change: transform;
}
@media (max-width: 991.98px) {
  .blk-hscroll__track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .blk-hscroll__track::-webkit-scrollbar {
    display: none;
  }
}
.blk-hscroll__panel {
  position: relative;
  flex: 0 0 auto;
  width: clamp(240px, 34vw, 440px);
  scroll-snap-align: center;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3/4;
}
.blk-hscroll__panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-hscroll__panel figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem;
  background: linear-gradient(180deg, transparent, rgba(11, 20, 15, 0.8));
  color: #fff;
}
.blk-hscroll__panel figcaption b {
  display: block;
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
  font-weight: 400;
}
.blk-hscroll__panel figcaption span {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.blk-hscroll__panel--type {
  background: #29543D;
  display: grid;
  align-content: center;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  aspect-ratio: 3/4;
}
.blk-hscroll__panel--type h3 {
  color: #fff;
  font-size: clamp(1.45rem, 1.15rem + 1.2vw, 2.2rem);
}
.blk-hscroll__panel--type p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.875rem;
  margin-top: 0.7rem;
}
.blk-hscroll__hint {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 2rem;
  padding-inline: clamp(1.25rem, 0.6rem + 2.4vw, 4rem);
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.blk-timeline {
  position: relative;
}
.blk-timeline__spine {
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(42, 42, 42, 0.1);
}
@media (min-width: 992px) {
  .blk-timeline__spine {
    left: 50%;
  }
}
.blk-timeline__spine i {
  position: absolute;
  inset: 0 0 auto 0;
  height: 0;
  background: #C9A227;
  transition: height 0.2s linear;
}
.blk-timeline__item {
  position: relative;
  padding-left: 46px;
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
@media (min-width: 992px) {
  .blk-timeline__item {
    width: 50%;
    padding-left: 0;
    padding-right: clamp(2rem, 4vw, 4rem);
    text-align: right;
  }
  .blk-timeline__item:nth-child(even) {
    margin-left: 50%;
    padding-right: 0;
    padding-left: clamp(2rem, 4vw, 4rem);
    text-align: left;
  }
}
.blk-timeline__dot {
  position: absolute;
  left: 0;
  top: 6px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #FAF8F3;
  border: 1px solid #D9B94F;
  display: grid;
  place-items: center;
}
.blk-timeline__dot::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #C9A227;
}
@media (min-width: 992px) {
  .blk-timeline__dot {
    left: auto;
    right: -11.5px;
  }
  .blk-timeline__item:nth-child(even) .blk-timeline__dot {
    right: auto;
    left: -11.5px;
  }
}
.blk-timeline__year {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: 0.875rem;
  letter-spacing: 0.16em;
  color: #AC8A1E;
}
.blk-timeline__title {
  font-size: clamp(1.45rem, 1.15rem + 1.2vw, 2.2rem);
  margin-block: 0.5rem;
}
.blk-timeline__text {
  color: #666666;
  font-size: 0.875rem;
}
.blk-timeline__media {
  margin-top: 1.5rem;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.blk-timeline__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blk-zigzag__row {
  display: grid;
  gap: clamp(1.8rem, 4vw, 4rem);
  align-items: center;
  padding-block: clamp(2rem, 4vw, 4rem);
}
@media (min-width: 992px) {
  .blk-zigzag__row {
    grid-template-columns: 1fr 1fr;
  }
  .blk-zigzag__row:nth-child(even) .blk-zigzag__media {
    order: 2;
  }
}
.blk-zigzag__media {
  position: relative;
  border-radius: 22px 6px 22px 6px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.blk-zigzag__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-zigzag__row:nth-child(even) .blk-zigzag__media {
  border-radius: 6px 22px 6px 22px;
}
.blk-zigzag__n {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: clamp(2.6rem, 1.6rem + 3vw, 4.6rem);
  color: rgba(41, 84, 61, 0.14);
  line-height: 0.8;
}
.blk-zigzag__title {
  font-size: clamp(1.9rem, 1.3rem + 2.4vw, 3.5rem);
  margin-block: 1rem 1rem;
}
.blk-zigzag__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(42, 42, 42, 0.1);
}
.blk-zigzag__meta span {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  color: #9A9A9A;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}
.blk-zigzag__meta span i {
  color: #4A8163;
  font-size: 0.95rem;
}

.blk-float {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.blk-float__type {
  position: relative;
  z-index: 3;
  max-width: 640px;
  margin-inline: auto;
}
.blk-float__img {
  position: absolute;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 70px -28px rgba(22, 48, 31, 0.26);
  z-index: 1;
}
@media (max-width: 991.98px) {
  .blk-float__img {
    display: none;
  }
}
.blk-float__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-float__img--1 {
  width: 200px;
  aspect-ratio: 3/4;
  left: 3%;
  top: 8%;
}
.blk-float__img--2 {
  width: 165px;
  aspect-ratio: 1/1;
  right: 5%;
  top: 4%;
}
.blk-float__img--3 {
  width: 230px;
  aspect-ratio: 4/3;
  right: 9%;
  bottom: 6%;
}
.blk-float__img--4 {
  width: 180px;
  aspect-ratio: 5/7;
  left: 8%;
  bottom: 4%;
}
.blk-float__strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .blk-float__strip {
    display: none;
  }
}
.blk-float__strip div {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.blk-float__strip div img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blk-quoteplate {
  position: relative;
  min-height: 70svh;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.blk-quoteplate__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.blk-quoteplate__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-quoteplate__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(11, 20, 15, 0.78), rgba(11, 20, 15, 0.24));
}
.blk-quoteplate__card {
  max-width: 640px;
  padding: clamp(1.8rem, 4vw, 3.4rem);
  background: rgba(16, 30, 22, 0.24);
  backdrop-filter: saturate(168%) blur(20px);
  -webkit-backdrop-filter: saturate(168%) blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  color: #fff;
}
.blk-quoteplate__card blockquote {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.4rem, 1rem + 1.8vw, 2.4rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
}
.blk-quoteplate__card cite {
  display: block;
  margin-top: 1.5rem;
  font-style: normal;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #D9B94F;
}

.blk-stats {
  background: #1E4030;
  color: #fff;
}
.blk-stats__grid {
  display: grid;
  gap: clamp(1.8rem, 3vw, 3rem);
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) {
  .blk-stats__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.blk-stats__item {
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .blk-stats__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: calc(-1 * clamp(0.9rem, 1.5vw, 1.5rem));
    top: 14%;
    bottom: 14%;
    width: 1px;
    background: rgba(255, 255, 255, 0.14);
  }
}
.blk-stats__n {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: clamp(2.4rem, 1.4rem + 3.4vw, 4.6rem);
  color: #D9B94F;
  line-height: 1;
  font-weight: 500;
}
.blk-stats__l {
  display: block;
  margin-top: 0.7rem;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}
.blk-stats__d {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
}

.blk-masonry__cols {
  columns: 1;
  column-gap: 14px;
}
@media (min-width: 576px) {
  .blk-masonry__cols {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .blk-masonry__cols {
    columns: 3;
  }
}
@media (min-width: 1800px) {
  .blk-masonry__cols {
    columns: 4;
  }
}
.blk-masonry__item {
  break-inside: avoid;
  margin-bottom: 14px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: block;
}
.blk-masonry__item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s;
}
.blk-masonry__item figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1rem;
  background: linear-gradient(180deg, transparent, rgba(11, 20, 15, 0.78));
  color: #fff;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .blk-masonry__item:hover img {
    transform: scale(1.05);
  }
  .blk-masonry__item:hover figcaption {
    opacity: 1;
    transform: none;
  }
}

.blk-overlap__grid {
  position: relative;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .blk-overlap__grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 0;
  }
}
.blk-overlap__a {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 4/3;
  z-index: 1;
}
.blk-overlap__a img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-overlap__b {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 3/4;
  z-index: 2;
}
@media (min-width: 992px) {
  .blk-overlap__b {
    margin-left: -18%;
    margin-top: 18%;
    width: 78%;
    box-shadow: 0 52px 110px -40px rgba(22, 48, 31, 0.34);
  }
}
.blk-overlap__b img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .blk-overlap__type {
    position: absolute;
    right: 0;
    top: 0;
    width: 42%;
    z-index: 3;
    padding: clamp(1.4rem, 2.6vw, 2.4rem);
    background: #FAF8F3;
    border-radius: 14px;
    box-shadow: 0 12px 34px -12px rgba(22, 48, 31, 0.16);
  }
}

.blk-compare__stage {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 16/9;
  min-height: 300px;
  user-select: none;
  cursor: ew-resize;
}
.blk-compare__stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-compare__stage__after {
  position: absolute;
  inset: 0;
  width: 50%;
  overflow: hidden;
}
.blk-compare__after {
  position: absolute;
  inset: 0;
  width: 50%;
  overflow: hidden;
}
.blk-compare__after img {
  width: 100vw;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.blk-compare__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #fff;
  z-index: 3;
  pointer-events: none;
}
.blk-compare__handle::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: #1E4030;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 34px -12px rgba(22, 48, 31, 0.16);
  font-size: 1.1rem;
}
.blk-compare__tag {
  position: absolute;
  top: 1rem;
  z-index: 4;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(11, 20, 15, 0.5);
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}
.blk-compare__tag--l {
  left: 1rem;
}
.blk-compare__tag--r {
  right: 1rem;
}

.blk-map__grid {
  display: grid;
  gap: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 34px -12px rgba(22, 48, 31, 0.16);
}
@media (min-width: 992px) {
  .blk-map__grid {
    grid-template-columns: 0.85fr 1.15fr;
  }
}
.blk-map__list {
  background: #FFFFFF;
  padding: clamp(1.4rem, 2.6vw, 2.4rem);
  max-height: 560px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(41, 84, 61, 0.3) transparent;
}
.blk-map__list::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.blk-map__list::-webkit-scrollbar-track {
  background: transparent;
}
.blk-map__list::-webkit-scrollbar-thumb {
  background: rgba(41, 84, 61, 0.3);
  border-radius: 999px;
}
.blk-map__list button {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.6rem;
  width: 100%;
  text-align: left;
  padding: 1rem 0.9rem;
  border-radius: 8px;
  transition: background-color 0.22s;
}
.blk-map__list button b {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.875rem;
  color: #16301F;
}
.blk-map__list button small {
  display: block;
  font-size: 0.78rem;
  color: #9A9A9A;
}
.blk-map__list button span {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: 0.78rem;
  color: #AC8A1E;
}
.blk-map__list button:hover, .blk-map__list button.is-active {
  background: #E6F0EA;
}
.blk-map__list li + li {
  border-top: 1px solid rgba(42, 42, 42, 0.06);
}
.blk-map__canvas {
  position: relative;
  min-height: 420px;
  background: #E9E3D6;
}
.blk-map__canvas iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.blk-journey__road {
  position: relative;
  display: grid;
  gap: 0;
}
@media (min-width: 992px) {
  .blk-journey__road {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}
.blk-journey__leg {
  position: relative;
  padding: 2rem 0 2rem 46px;
}
@media (min-width: 992px) {
  .blk-journey__leg {
    padding: 64px 1.5rem 0;
    text-align: center;
  }
}
.blk-journey__line {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: repeating-linear-gradient(180deg, #9CC0AC 0 7px, transparent 7px 15px);
}
@media (min-width: 992px) {
  .blk-journey__line {
    left: 0;
    right: 0;
    top: 22px;
    bottom: auto;
    width: auto;
    height: 2px;
    background: repeating-linear-gradient(90deg, #9CC0AC 0 7px, transparent 7px 15px);
  }
}
.blk-journey__node {
  position: absolute;
  left: 0;
  top: 2rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #4A8163;
  display: grid;
  place-items: center;
  color: #29543D;
  font-size: 0.9rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .blk-journey__node {
    left: 50%;
    top: 6px;
    transform: translateX(-50%);
  }
}
.blk-journey__from {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9A9A9A;
}
.blk-journey__to {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
  margin-top: 0.3rem;
}
.blk-journey__num {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: 0.875rem;
  color: #AC8A1E;
  margin-top: 0.45rem;
}
.blk-journey__note {
  font-size: 0.78rem;
  color: #666666;
  margin-top: 0.5rem;
}

.blk-layers__stack {
  display: grid;
  gap: clamp(1rem, 2vw, 1.6rem);
}
.blk-layers__card {
  position: sticky;
  border-radius: 22px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 30px 70px -28px rgba(22, 48, 31, 0.26);
  display: grid;
}
@media (min-width: 768px) {
  .blk-layers__card {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .blk-layers__card {
    top: calc(var(--bhs-nav-h) + 2.5rem);
  }
}
@media (min-width: 992px) {
  .blk-layers__card:nth-child(1) {
    top: calc(var(--bhs-nav-h) + 2.5rem);
  }
}
@media (min-width: 992px) {
  .blk-layers__card:nth-child(2) {
    top: calc(var(--bhs-nav-h) + 3.6rem);
  }
}
@media (min-width: 992px) {
  .blk-layers__card:nth-child(3) {
    top: calc(var(--bhs-nav-h) + 4.7rem);
  }
}
@media (min-width: 992px) {
  .blk-layers__card:nth-child(4) {
    top: calc(var(--bhs-nav-h) + 5.8rem);
  }
}
@media (min-width: 992px) {
  .blk-layers__card:nth-child(5) {
    top: calc(var(--bhs-nav-h) + 6.9rem);
  }
}
.blk-layers__media {
  position: relative;
  min-height: 260px;
}
.blk-layers__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-layers__body {
  padding: clamp(1.6rem, 3vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  justify-content: center;
}
.blk-layers__idx {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: 0.875rem;
  color: #AC8A1E;
  letter-spacing: 0.16em;
}

.blk-orbit {
  position: relative;
  text-align: center;
}
.blk-orbit__stage {
  position: relative;
  width: min(720px, 100%);
  margin-inline: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
@media (max-width: 767.98px) {
  .blk-orbit__stage {
    aspect-ratio: auto;
    display: block;
  }
}
.blk-orbit__ring {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px dashed rgba(41, 84, 61, 0.24);
}
@media (max-width: 767.98px) {
  .blk-orbit__ring {
    display: none;
  }
}
.blk-orbit__ring--outer {
  inset: 0;
  border-style: solid;
  border-color: rgba(41, 84, 61, 0.1);
}
.blk-orbit__core {
  width: 46%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 30px 70px -28px rgba(22, 48, 31, 0.26);
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .blk-orbit__core {
    width: min(240px, 62%);
    margin-inline: auto;
  }
}
.blk-orbit__core img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-orbit__sat {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  width: 132px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .blk-orbit__sat {
    position: static;
    width: auto;
  }
}
.blk-orbit__sat i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 2px 10px rgba(22, 48, 31, 0.06);
  display: grid;
  place-items: center;
  color: #36684C;
  font-size: 1.15rem;
}
.blk-orbit__sat b {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #16301F;
}
.blk-orbit__sat span {
  font-size: 0.72rem;
  color: #9A9A9A;
  line-height: 1.5;
}
.blk-orbit__sat--n {
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
}
.blk-orbit__sat--ne {
  top: 16%;
  right: -2%;
}
.blk-orbit__sat--se {
  bottom: 16%;
  right: -2%;
}
.blk-orbit__sat--s {
  bottom: -4%;
  left: 50%;
  transform: translateX(-50%);
}
.blk-orbit__sat--sw {
  bottom: 16%;
  left: -2%;
}
.blk-orbit__sat--nw {
  top: 16%;
  left: -2%;
}
.blk-orbit__list {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .blk-orbit__list {
    display: none;
  }
}

.blk-scene {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.blk-scene__bg {
  position: absolute;
  inset: -8% 0;
  z-index: -2;
  will-change: transform;
  backface-visibility: hidden;
}
.blk-scene__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-scene__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(11, 20, 15, 0.5), rgba(11, 20, 15, 0.24) 42%, rgba(11, 20, 15, 0.8));
}
.blk-scene__body {
  max-width: 700px;
}
.blk-scene__time {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: 0.875rem;
  letter-spacing: 0.24em;
  color: #D9B94F;
}
.blk-scene__title {
  color: #fff;
  font-size: clamp(2.2rem, 1.2rem + 4.2vw, 5.4rem);
  margin-block: 1rem 1.5rem;
}
.blk-scene__text {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.06rem, 0.98rem + 0.42vw, 1.32rem);
}
.blk-scene--right {
  justify-items: end;
  text-align: right;
}
.blk-scene--right .blk-scene__veil {
  background: linear-gradient(270deg, rgba(11, 20, 15, 0.72), rgba(11, 20, 15, 0.2) 56%, rgba(11, 20, 15, 0.5));
}
.blk-scene--center {
  justify-items: center;
  text-align: center;
}

.blk-index__head {
  display: grid;
  grid-template-columns: 3.4rem 1fr auto;
  gap: 1.5rem;
  padding-bottom: 1rem;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #9A9A9A;
}

.blk-diptych {
  display: grid;
}
@media (min-width: 992px) {
  .blk-diptych {
    grid-template-columns: 1fr 1fr;
    min-height: 78svh;
  }
}
.blk-diptych__media {
  position: relative;
  min-height: 320px;
}
.blk-diptych__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-diptych__panel {
  display: grid;
  align-content: center;
  padding: clamp(2rem, 6vw, 6rem) clamp(1.25rem, 0.6rem + 2.4vw, 4rem);
}
.blk-diptych__panel--forest {
  background: #1E4030;
  color: rgba(255, 255, 255, 0.76);
}
.blk-diptych__panel--forest h2, .blk-diptych__panel--forest h3 {
  color: #fff;
}
.blk-diptych__panel--sand {
  background: #F3EFE6;
}
.blk-diptych__panel--gold {
  background: #C9A227;
  color: #16301F;
}
.blk-diptych__panel--gold h2, .blk-diptych__panel--gold h3 {
  color: #16301F;
}
.blk-diptych__panel--brown {
  background: #5C452F;
  color: rgba(255, 255, 255, 0.76);
}
.blk-diptych__panel--brown h2, .blk-diptych__panel--brown h3 {
  color: #fff;
}
.blk-diptych__list {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
.blk-diptych__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}
.blk-diptych__list li i {
  font-size: 1.2rem;
  opacity: 0.8;
  margin-top: 0.15rem;
}
.blk-diptych__list li b {
  display: block;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.875rem;
}
.blk-diptych__list li span {
  font-size: 0.875rem;
  opacity: 0.72;
}

.blk-checker__grid {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .blk-checker__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .blk-checker__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.blk-checker__cell {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: clamp(1.2rem, 2.4vw, 2rem);
  text-align: center;
}
.blk-checker__cell img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-checker__cell--a {
  background: #F3EFE6;
}
.blk-checker__cell--b {
  background: #E6F0EA;
}
.blk-checker__cell--c {
  background: #F4EDE4;
}
.blk-checker__cell--d {
  background: #FAF4E2;
}
.blk-checker__cell h3 {
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
}
.blk-checker__cell p {
  font-size: 0.78rem;
  color: #666666;
  margin-top: 0.4rem;
}
.blk-checker__cell i {
  font-size: 1.6rem;
  color: #36684C;
  margin-bottom: 0.6rem;
}

.blk-spotlight__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
@media (min-width: 992px) {
  .blk-spotlight__grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
}
.blk-spotlight__media {
  position: relative;
  border-radius: 48px 6px 6px 6px;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.blk-spotlight__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-spotlight__badge {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 2;
}
.blk-spotlight__specs {
  display: grid;
  gap: 0;
}
.blk-spotlight__specs li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding-block: 1rem;
  border-bottom: 1px dashed rgba(42, 42, 42, 0.1);
}
.blk-spotlight__specs li dt, .blk-spotlight__specs li b {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9A9A9A;
}
.blk-spotlight__specs li dd, .blk-spotlight__specs li span {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: 0.875rem;
  color: #16301F;
  margin: 0;
}

.blk-ribbon {
  position: relative;
  overflow: hidden;
}
.blk-ribbon__strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  height: clamp(180px, 26vw, 340px);
}
.blk-ribbon__strip figure {
  position: relative;
  overflow: hidden;
}
.blk-ribbon__strip figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9);
}
@media (max-width: 767.98px) {
  .blk-ribbon__strip {
    grid-auto-columns: 40vw;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .blk-ribbon__strip::-webkit-scrollbar {
    display: none;
  }
}
.blk-ribbon__seam {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(250, 248, 243, 0.9), rgba(250, 248, 243, 0.28) 32%, rgba(250, 248, 243, 0.28) 68%, rgba(250, 248, 243, 0.9));
}
.blk-ribbon__seam p {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.3rem, 0.9rem + 1.8vw, 2.6rem);
  font-style: italic;
  color: #16301F;
  text-align: center;
  max-width: 22ch;
}

.blk-columns__grid {
  display: grid;
  gap: clamp(1.6rem, 3vw, 3rem);
}
@media (min-width: 768px) {
  .blk-columns__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .blk-columns__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blk-columns__col {
  padding-top: 1.5rem;
  border-top: 2px solid #1E4030;
}
.blk-columns__col h3 {
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
  margin-bottom: 0.7rem;
}
.blk-columns__col p {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.82;
}
.blk-columns__col:nth-child(2) {
  border-color: #8C6848;
}
.blk-columns__col:nth-child(3) {
  border-color: #C9A227;
}

.blk-poster__frame {
  position: relative;
  padding: clamp(2rem, 5vw, 5rem) clamp(1.4rem, 4vw, 4rem);
  border: 1px solid rgba(140, 104, 72, 0.34);
  border-radius: 8px;
  background: #F4EDE4;
  text-align: center;
}
.blk-poster__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.07;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}
.blk-poster__frame::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(140, 104, 72, 0.22);
  border-radius: 3px;
  pointer-events: none;
}
.blk-poster__title {
  font-size: clamp(1.8rem, 1.1rem + 3vw, 4rem);
}
.blk-poster__lines {
  margin-top: clamp(1.6rem, 3vw, 2.6rem);
  display: grid;
  gap: 0.9rem;
}
.blk-poster__lines li {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.05rem, 0.95rem + 0.5vw, 1.4rem);
  font-style: italic;
  color: #5C452F;
}
.blk-poster__lines li::before {
  content: "—";
  color: #AC8A1E;
  margin-right: 0.5rem;
}
.blk-poster__seal {
  margin: clamp(1.6rem, 3vw, 2.4rem) auto 0;
  width: 74px;
  height: 74px;
}

.blk-table__wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid rgba(42, 42, 42, 0.1);
  background: #FFFFFF;
  scrollbar-width: thin;
  scrollbar-color: rgba(41, 84, 61, 0.3) transparent;
}
.blk-table__wrap::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.blk-table__wrap::-webkit-scrollbar-track {
  background: transparent;
}
.blk-table__wrap::-webkit-scrollbar-thumb {
  background: rgba(41, 84, 61, 0.3);
  border-radius: 999px;
}
.blk-table table {
  min-width: 620px;
}
.blk-table thead th {
  background: #1E4030;
  color: #fff;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 1rem 1.2rem;
  text-align: left;
  white-space: nowrap;
}
.blk-table tbody td {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(42, 42, 42, 0.06);
  font-size: 0.875rem;
  color: #2A2A2A;
  vertical-align: top;
}
.blk-table tbody tr:nth-child(even) {
  background: #FAF8F3;
}
.blk-table tbody tr:last-child td {
  border-bottom: 0;
}
.blk-table tbody th {
  padding: 1rem 1.2rem;
  text-align: left;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #16301F;
  border-bottom: 1px solid rgba(42, 42, 42, 0.06);
}
.blk-table .num {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  color: #1E4030;
  white-space: nowrap;
}
.blk-table caption {
  caption-side: bottom;
  padding: 0.9rem 1.2rem;
  font-size: 0.78rem;
  color: #9A9A9A;
  text-align: left;
}

.blk-tabs__bar {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.blk-tabs__panel-grid {
  display: grid;
  gap: clamp(1.6rem, 3vw, 3rem);
  align-items: center;
}
@media (min-width: 992px) {
  .blk-tabs__panel-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.blk-tabs__media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.blk-tabs__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-tabs__list {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.5rem;
}
.blk-tabs__list li {
  display: flex;
  gap: 0.7rem;
  font-size: 0.875rem;
  color: #666666;
}
.blk-tabs__list li i {
  color: #AC8A1E;
  margin-top: 0.22rem;
}

.blk-daypart__band {
  display: grid;
  gap: 1px;
  background: rgba(42, 42, 42, 0.1);
  border-radius: 14px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .blk-daypart__band {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}
.blk-daypart__slot {
  position: relative;
  background: #FFFFFF;
  padding: clamp(1.3rem, 2.4vw, 2rem);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: background-color 0.42s;
}
.blk-daypart__slot__time {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  color: #AC8A1E;
}
.blk-daypart__slot h3 {
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
}
.blk-daypart__slot p {
  font-size: 0.875rem;
  color: #666666;
}
.blk-daypart__slot i.blk-daypart__ico {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  font-size: 1.7rem;
  color: rgba(41, 84, 61, 0.14);
}
@media (hover: hover) and (pointer: fine) {
  .blk-daypart__slot:hover {
    background: #E6F0EA;
  }
}

.blk-plans__grid {
  display: grid;
  gap: clamp(1.2rem, 2.4vw, 2rem);
}
@media (min-width: 768px) {
  .blk-plans__grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }
}
.blk-plans__plan {
  background: #FFFFFF;
  border: 1px solid rgba(42, 42, 42, 0.1);
  border-radius: 22px;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.blk-plans__plan.is-featured {
  border-color: #D9B94F;
  box-shadow: 0 30px 70px -28px rgba(22, 48, 31, 0.26);
}
@media (min-width: 768px) {
  .blk-plans__plan.is-featured {
    transform: scale(1.05);
    z-index: 2;
  }
}
.blk-plans__name {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #AC8A1E;
}
.blk-plans__price {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: clamp(1.9rem, 1.2rem + 2.4vw, 3rem);
  color: #16301F;
  line-height: 1;
}
.blk-plans__price small {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  color: #9A9A9A;
  letter-spacing: 0.08em;
}
.blk-plans__feats {
  display: grid;
  gap: 0.55rem;
  padding-block: 1rem;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(42, 42, 42, 0.06);
}
.blk-plans__feats li {
  display: flex;
  gap: 0.6rem;
  font-size: 0.875rem;
  color: #666666;
}
.blk-plans__feats li i {
  color: #4A8163;
  margin-top: 0.2rem;
}
.blk-plans__feats li.is-off {
  opacity: 0.42;
}
.blk-plans__feats li.is-off i {
  color: #C9C9C9;
}
.blk-plans__foot {
  margin-top: auto;
}

.blk-notes__grid {
  display: grid;
  gap: clamp(1.6rem, 3vw, 2.6rem);
}
@media (min-width: 576px) {
  .blk-notes__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .blk-notes__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blk-notes__note {
  position: relative;
  background: #FCFBF8;
  padding: clamp(1.4rem, 2.6vw, 2rem);
  border-radius: 3px;
  box-shadow: 0 12px 34px -12px rgba(22, 48, 31, 0.16);
  height: 100%;
  border-top: 3px solid #E7D189;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.blk-notes__note:nth-child(3n+1) {
  transform: rotate(-1.1deg);
}
.blk-notes__note:nth-child(3n+2) {
  transform: rotate(0.7deg);
}
.blk-notes__note:nth-child(3n) {
  transform: rotate(-0.4deg);
}
.blk-notes__note:hover {
  transform: rotate(0) translateY(-5px);
}
.blk-notes__note h3 {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
  font-style: italic;
  margin-bottom: 0.6rem;
}
.blk-notes__note p {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.8;
}
.blk-notes__note::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
  width: 54px;
  height: 18px;
  background: rgba(201, 162, 39, 0.34);
  border-radius: 2px;
}

.blk-mosaic__grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.6rem);
}
@media (min-width: 992px) {
  .blk-mosaic__grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
}
.blk-mosaic__tall {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.blk-mosaic__tall img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-mosaic__tall figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(1.2rem, 2.4vw, 2rem);
  background: linear-gradient(180deg, transparent, rgba(11, 20, 15, 0.82));
  color: #fff;
}
.blk-mosaic__tall figcaption h3 {
  color: #fff;
  font-size: clamp(1.45rem, 1.15rem + 1.2vw, 2.2rem);
}
.blk-mosaic__tall figcaption p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  margin-top: 0.4rem;
}
.blk-mosaic__rows {
  display: grid;
  gap: clamp(1rem, 2vw, 1.6rem);
  align-content: start;
}
.blk-mosaic__row {
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 1.5rem;
  align-items: center;
  background: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(22, 48, 31, 0.05);
}
.blk-mosaic__row .m {
  position: relative;
  aspect-ratio: 1/1;
}
.blk-mosaic__row .m img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-mosaic__row .t {
  padding-right: 1.5rem;
}
.blk-mosaic__row .t h3 {
  font-size: clamp(1.05rem, 1rem + 0.3vw, 1.2rem);
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  text-transform: none;
  letter-spacing: 0;
}
.blk-mosaic__row .t p {
  font-size: 0.78rem;
  color: #666666;
  margin-top: 0.3rem;
}

.blk-features__grid {
  display: grid;
  gap: 1px;
  background: rgba(42, 42, 42, 0.1);
  border-radius: 14px;
  overflow: hidden;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .blk-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .blk-features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blk-features__cell {
  background: #FAF8F3;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  transition: background-color 0.42s;
}
.blk-features__cell i {
  font-size: 1.5rem;
  color: #36684C;
}
.blk-features__cell h3 {
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.55rem);
}
.blk-features__cell p {
  font-size: 0.875rem;
  color: #666666;
}
@media (hover: hover) and (pointer: fine) {
  .blk-features__cell:hover {
    background: #FFFFFF;
  }
}
.blk-features--dark .blk-features__cell, .blk-features--dark .blk-features__cell {
  background: #1E4030;
  color: rgba(255, 255, 255, 0.7);
}
.blk-features--dark .blk-features__cell h3, .blk-features--dark .blk-features__cell h3 {
  color: #fff;
}
.blk-features--dark .blk-features__cell i, .blk-features--dark .blk-features__cell i {
  color: #D9B94F;
}
.blk-features--dark .blk-features__cell:hover, .blk-features--dark .blk-features__cell:hover {
  background: #29543D;
}
.blk-features--dark .blk-features__grid, .blk-features--dark .blk-features__grid {
  background: rgba(255, 255, 255, 0.1);
}

.blk-rail__grid {
  display: grid;
  gap: clamp(1.6rem, 3vw, 3rem);
  align-items: center;
}
@media (min-width: 992px) {
  .blk-rail__grid {
    grid-template-columns: 0.8fr 1.2fr;
  }
}
.blk-rail__viewport {
  overflow: hidden;
}
.blk-rail__slide {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3/4;
}
.blk-rail__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-rail__slide figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem;
  background: linear-gradient(180deg, transparent, rgba(11, 20, 15, 0.76));
  color: #fff;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}
.blk-rail__controls {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.blk-splitbleed {
  position: relative;
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
@media (min-width: 992px) {
  .blk-splitbleed {
    grid-template-columns: 1fr 1fr;
  }
}
.blk-splitbleed__media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 22px;
}
@media (min-width: 992px) {
  .blk-splitbleed__media {
    aspect-ratio: 5/6;
    border-radius: 0 48px 48px 0;
    margin-left: calc(-1 * clamp(1rem, 8vw, 12rem));
  }
}
.blk-splitbleed__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .blk-splitbleed--flip .blk-splitbleed__media {
    order: 2;
    margin-left: 0;
    margin-right: calc(-1 * clamp(1rem, 8vw, 12rem));
    border-radius: 48px 0 0 48px;
  }
}
@media (min-width: 992px) {
  .blk-splitbleed__body {
    padding-inline: clamp(1rem, 3vw, 3rem);
  }
}

.blk-seasons__grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.6rem);
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .blk-seasons__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .blk-seasons__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.cta-arch {
  position: relative;
  text-align: center;
  padding-block: clamp(3.5rem, 7vw, 8rem);
  background: #16301F;
  color: #fff;
  overflow: hidden;
}
.cta-arch__window {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(680px, 88vw);
  height: 100%;
  border-radius: 50% 50% 0 0/30% 30% 0 0;
  overflow: hidden;
  opacity: 0.34;
}
.cta-arch__window img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cta-arch h2 {
  position: relative;
  color: #fff;
  font-size: clamp(2.2rem, 1.4rem + 3.4vw, 4.8rem);
}
.cta-arch p {
  position: relative;
  color: rgba(255, 255, 255, 0.66);
  margin: 1.5rem auto 0;
  max-width: 54ch;
}

.cta-band {
  background: #C9A227;
  color: #16301F;
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
}
.cta-band__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .cta-band__grid {
    grid-template-columns: 1fr auto;
  }
}
.cta-band h2 {
  color: #16301F;
  font-size: clamp(1.9rem, 1.3rem + 2.4vw, 3.5rem);
}
.cta-band p {
  color: rgba(22, 48, 31, 0.72);
  margin-top: 0.6rem;
}

.cta-split {
  display: grid;
}
@media (min-width: 992px) {
  .cta-split {
    grid-template-columns: 1fr 1fr;
  }
}
.cta-split__media {
  position: relative;
  min-height: 320px;
}
.cta-split__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cta-split__body {
  background: #5C452F;
  color: rgba(255, 255, 255, 0.74);
  padding: clamp(2rem, 5vw, 5rem) clamp(1.25rem, 0.6rem + 2.4vw, 4rem);
  display: grid;
  align-content: center;
}
.cta-split__body h2 {
  color: #fff;
  font-size: clamp(1.9rem, 1.3rem + 2.4vw, 3.5rem);
}

.cta-card {
  position: relative;
  border-radius: 48px;
  overflow: hidden;
  padding: clamp(2.4rem, 5vw, 5rem) clamp(1.6rem, 4vw, 4rem);
  color: #fff;
  text-align: center;
  isolation: isolate;
}
.cta-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}
.cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(11, 20, 15, 0.5), rgba(11, 20, 15, 0.82));
}
.cta-card h2 {
  color: #fff;
  font-size: clamp(1.9rem, 1.3rem + 2.4vw, 3.5rem);
}
.cta-card p {
  color: rgba(255, 255, 255, 0.72);
  margin: 1.5rem auto 0;
  max-width: 52ch;
}

.cta-ledger {
  padding-block: clamp(2.5rem, 5vw, 5rem);
  border-block: 1px solid rgba(42, 42, 42, 0.1);
}
.cta-ledger__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .cta-ledger__grid {
    grid-template-columns: auto 1fr auto;
  }
}
.cta-ledger__n {
  font-family: "Space Grotesk", "DM Sans", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.02em;
  font-size: clamp(2.4rem, 1.6rem + 2.6vw, 4rem);
  color: rgba(41, 84, 61, 0.16);
  line-height: 1;
}
.cta-ledger h2 {
  font-size: clamp(1.9rem, 1.3rem + 2.4vw, 3.5rem);
}

.cta-whisper {
  text-align: center;
  padding-block: clamp(3rem, 6vw, 6rem);
  background: #F3EFE6;
}
.cta-whisper p {
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.4rem, 1rem + 2vw, 2.6rem);
  font-style: italic;
  color: #1E4030;
  max-width: 26ch;
  margin-inline: auto;
}

.blk-social__grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) {
  .blk-social__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.blk-social__cell {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4px;
  display: block;
}
.blk-social__cell img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.blk-social__cell::after {
  content: "\f407";
  font-family: "bootstrap-icons";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.4rem;
  background: rgba(41, 84, 61, 0.62);
  opacity: 0;
  transition: opacity 0.42s;
}
@media (hover: hover) and (pointer: fine) {
  .blk-social__cell:hover img {
    transform: scale(1.08);
  }
  .blk-social__cell:hover::after {
    opacity: 1;
  }
}

.blk-awards__grid {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.6rem);
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .blk-awards__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .blk-awards__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.blk-awards__item {
  text-align: center;
  padding: 1.5rem;
  border: 1px solid rgba(42, 42, 42, 0.1);
  border-radius: 8px;
  background: #FFFFFF;
}
.blk-awards__item i {
  font-size: 1.7rem;
  color: #C9A227;
}
.blk-awards__item b {
  display: block;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: #16301F;
  margin-top: 0.55rem;
}
.blk-awards__item span {
  display: block;
  font-size: 0.68rem;
  color: #9A9A9A;
  margin-top: 0.2rem;
}

.blk-checklist__grid {
  display: grid;
  gap: clamp(1.6rem, 3vw, 2.6rem);
}
@media (min-width: 768px) {
  .blk-checklist__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .blk-checklist__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.blk-checklist__group {
  background: #FFFFFF;
  border-radius: 14px;
  padding: clamp(1.3rem, 2.4vw, 2rem);
  border: 1px solid rgba(42, 42, 42, 0.06);
  height: 100%;
}
.blk-checklist__group h3 {
  font-size: clamp(1.05rem, 1rem + 0.3vw, 1.2rem);
  font-family: "DM Sans", "Inter", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #29543D;
  margin-bottom: 1rem;
}
.blk-checklist__group li {
  display: flex;
  gap: 0.6rem;
  font-size: 0.875rem;
  color: #666666;
  padding-block: 0.34rem;
}
.blk-checklist__group li i {
  color: #6E9E82;
  margin-top: 0.22rem;
  font-size: 0.9rem;
}

.blk-contact__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
}
@media (min-width: 992px) {
  .blk-contact__grid {
    grid-template-columns: 1fr 1.1fr;
  }
}
.blk-contact__panel {
  background: #FFFFFF;
  border-radius: 22px;
  padding: clamp(1.6rem, 3vw, 2.8rem);
  box-shadow: 0 2px 10px rgba(22, 48, 31, 0.06);
}
.blk-contact__ways {
  display: grid;
  gap: 1.5rem;
}
.blk-contact__ways li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  align-items: start;
}
.blk-contact__ways li i {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #E6F0EA;
  color: #29543D;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
}
.blk-contact__ways li b {
  display: block;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9A9A9A;
}
.blk-contact__ways li a, .blk-contact__ways li span {
  color: #16301F;
  font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.06rem);
}

.blk-video {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 16/9;
  min-height: 280px;
}
.blk-video img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blk-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11, 20, 15, 0.32);
}
.blk-video__play {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 3;
}
.blk-video__label {
  position: absolute;
  left: clamp(1.2rem, 3vw, 2.4rem);
  bottom: clamp(1.2rem, 3vw, 2.4rem);
  z-index: 3;
  color: #fff;
}
.blk-video__label b {
  display: block;
  font-family: "Cormorant Garamond", "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.45rem, 1.15rem + 1.2vw, 2.2rem);
  font-weight: 400;
}
.blk-video__label span {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}

.blk-wall__cols {
  columns: 1;
  column-gap: clamp(1rem, 2vw, 1.6rem);
}
@media (min-width: 768px) {
  .blk-wall__cols {
    columns: 2;
  }
}
@media (min-width: 1200px) {
  .blk-wall__cols {
    columns: 3;
  }
}
.blk-wall__card {
  break-inside: avoid;
  margin-bottom: clamp(1rem, 2vw, 1.6rem);
  background: #FFFFFF;
  border-radius: 14px;
  padding: clamp(1.3rem, 2.4vw, 1.9rem);
  border: 1px solid rgba(42, 42, 42, 0.06);
}
.blk-wall__card p {
  font-size: 0.875rem;
  line-height: 1.82;
  color: #2A2A2A;
}
.blk-wall__card footer {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(42, 42, 42, 0.06);
}
.blk-wall__card footer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.blk-wall__card footer b {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.78rem;
  color: #16301F;
  display: block;
}
.blk-wall__card footer span {
  font-size: 0.7rem;
  color: #9A9A9A;
}

.blk-legal__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
}
@media (min-width: 992px) {
  .blk-legal__grid {
    grid-template-columns: 260px 1fr;
  }
}
.blk-legal__toc {
  display: none;
}
@media (min-width: 992px) {
  .blk-legal__toc {
    display: block;
    position: sticky;
    top: calc(var(--bhs-nav-h) + 2.5rem);
    align-self: start;
  }
}
.blk-legal__toc h2 {
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #9A9A9A;
  margin-bottom: 1rem;
}
.blk-legal__toc a {
  display: block;
  padding: 0.42rem 0;
  font-size: 0.875rem;
  color: #666666;
  border-left: 2px solid transparent;
  padding-left: 0.9rem;
  transition: all 0.22s;
}
.blk-legal__toc a:hover, .blk-legal__toc a.is-active {
  color: #29543D;
  border-color: #C9A227;
}
