:root {
  --cloud: #f7f7f4;
  --white: #ffffff;
  --ink: #101417;
  --muted: #64706f;
  --ilmen: #17384d;
  --ilmen-soft: #29566d;
  --grass: #52682c;
  --sun: #d59b57;
  --wood: #b98b5a;
  --line: rgba(16, 20, 23, 0.12);
  --shadow: 0 22px 70px rgba(14, 29, 37, 0.17);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cloud);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 54px);
  background: rgba(247, 247, 244, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  color: var(--ilmen-soft);
}

.brand-mark {
  width: 58px;
  height: 46px;
  flex: 0 0 auto;
}

.brand-name,
.brand-subtitle {
  display: block;
}

.brand-name {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 700;
  line-height: 0.95;
}

.brand-subtitle {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.7vw, 24px);
  color: #2e3939;
  font-size: 14px;
  font-weight: 600;
}

.main-nav a {
  transition: color 0.2s ease;
}

.main-nav a:hover {
  color: var(--ilmen-soft);
}

.main-nav a[aria-current="page"] {
  color: var(--ilmen);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-link {
  color: #273232;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.button,
.icon-button {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  background: var(--ilmen);
  color: var(--white);
  font-weight: 700;
  text-align: center;
  line-height: 1.15;
}

.button:hover,
.icon-button:hover {
  transform: translateY(-1px);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ilmen);
  border: 1px solid rgba(23, 56, 77, 0.22);
}

.button-small {
  min-height: 40px;
  padding: 11px 16px;
  font-size: 14px;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  background: rgba(82, 104, 44, 0.13);
  color: var(--grass);
}

.icon-button svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.icon-button-text {
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 720px;
  height: min(84vh, 940px);
  display: grid;
  align-items: end;
  padding: clamp(120px, 18vh, 190px) clamp(18px, 5vw, 72px) clamp(148px, 18vh, 190px);
  overflow: hidden;
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 13, 17, 0.76), rgba(5, 13, 17, 0.34) 52%, rgba(5, 13, 17, 0.1));
}

.hero-content {
  position: relative;
  top: -72px;
  width: min(760px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--sun);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(48px, 8vw, 96px);
  line-height: 0.92;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5.4vw, 70px);
  line-height: 0.96;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.22;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 28px;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.4;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.booking-panel {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 36px));
  margin: -28px auto 0;
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.45fr);
  gap: 28px;
  align-items: center;
  padding: clamp(20px, 4vw, 34px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.booking-panel h2 {
  margin-bottom: 8px;
  font-size: clamp(30px, 3.6vw, 46px);
}

.booking-panel p {
  margin-bottom: 0;
  color: var(--muted);
}

.booking-demo {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 12px;
  align-items: end;
}

.bnovo-frame-wrap {
  min-width: 0;
}

.bnovo-frame {
  display: block;
  width: 100%;
  height: 560px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbf8;
}

.bnovo-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
}

.bnovo-actions span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.booking-link-card {
  min-height: 220px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(23, 56, 77, 0.94), rgba(41, 86, 109, 0.86)),
    url("image/photo_6_2026-05-06_17-45-14.jpg") center / cover;
  color: var(--white);
}

.booking-link-card span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-link-card strong {
  max-width: 520px;
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 0.98;
}

.booking-link-card .button {
  background: var(--white);
  color: var(--ilmen);
}

.booking-form-card {
  min-width: 0;
  display: grid;
  gap: 14px;
}

.booking-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-form-head .text-link {
  flex: 0 0 auto;
  letter-spacing: 0;
  text-transform: none;
}

.booking-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(150px, 0.8fr);
  gap: 12px;
  align-items: end;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 247, 244, 0.92)),
    url("image/photo_6_2026-05-06_17-45-14.jpg") center / cover;
}

.yandex-rating-widget {
  display: flex;
  justify-content: flex-end;
}

.yandex-rating-widget iframe,
.booking-module-toolbar iframe {
  display: block;
  width: 150px;
  height: 50px;
  border: 0;
  border-radius: 8px;
  background: #fbfbf8;
}

.booking-form label,
.booking-demo label {
  display: grid;
  gap: 6px;
}

.booking-form span,
.booking-demo span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select,
.booking-demo input,
.booking-demo select {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbf8;
  color: var(--ink);
}

.booking-form input[type="date"] {
  padding-right: 38px;
}

.booking-form .button {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
}

.booking-note {
  grid-column: 1 / -1;
  min-height: 22px;
  font-size: 13px;
}

.section {
  padding: clamp(72px, 9vw, 126px) clamp(18px, 5vw, 72px);
}

.section-heading {
  width: min(1060px, 100%);
  margin: 0 auto 34px;
}

.section-heading h2 {
  max-width: 780px;
}

.section-heading p:not(.section-kicker) {
  max-width: 580px;
  color: var(--muted);
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.intro-grid,
.house-grid,
.mini-gallery,
.feature-grid,
.event-facts,
.service-grid,
.offers-grid,
.gallery-grid,
.video-showcase,
.events-layout,
.gazebo-layout,
.location-layout {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.intro-item {
  min-height: 210px;
  padding: 28px;
  background: var(--white);
}

.intro-number {
  display: block;
  margin-bottom: 42px;
  color: var(--sun);
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 700;
  line-height: 0.9;
}

.intro-item p,
.feature-grid p,
.service-item p,
.gazebo-copy p,
.location-layout p {
  color: var(--muted);
}

.houses-section,
.services-section {
  background: var(--white);
}

.house-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.mini-gallery img {
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

.image-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ilmen);
  color: var(--white);
}

.image-card img {
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 12, 14, 0.02), rgba(6, 12, 14, 0.74));
}

.image-card:hover img {
  transform: scale(1.03);
}

.image-card-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 30px;
}

.image-card-content span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 13px;
  font-weight: 800;
}

.image-card-content h3 {
  font-family: var(--serif);
  font-size: 44px;
  line-height: 0.95;
}

.image-card-content p {
  max-width: 420px;
  margin-bottom: 0;
}

.home-video-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 360px));
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f7f4;
}

.home-video-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 18px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.home-video-phone {
  width: min(360px, 100%);
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 9 / 16;
  background: #f7f7f4;
  box-shadow: 0 18px 45px rgba(14, 29, 37, 0.14);
}

.home-video-phone video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #f7f7f4;
}

.home-video-copy {
  max-width: 430px;
  text-align: center;
}

.home-video-copy span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--sun);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-video-copy h3 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 0.96;
}

.home-video-copy p {
  margin: 0;
  color: var(--muted);
}

.events-section {
  background: #eef1ec;
}

.events-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: stretch;
}

.events-copy {
  align-self: center;
  padding: clamp(0px, 2vw, 20px) 0;
}

.events-copy p:not(.section-kicker) {
  max-width: 560px;
  margin-bottom: 24px;
  color: #3d4a49;
}

.events-media {
  min-height: 460px;
  overflow: hidden;
  border-radius: 8px;
}

.events-media img {
  height: 100%;
  object-fit: cover;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
  background: rgba(23, 56, 77, 0.16);
  border: 1px solid rgba(23, 56, 77, 0.16);
}

.feature-grid article {
  min-height: 150px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.58);
}

.event-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 18px;
  background: rgba(23, 56, 77, 0.16);
  border: 1px solid rgba(23, 56, 77, 0.16);
}

.event-facts span {
  min-height: 88px;
  display: flex;
  align-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: #334140;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

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

.managed-event-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbf8;
}

.managed-event-card img {
  height: 260px;
  object-fit: cover;
}

.managed-event-content {
  padding: 22px;
}

.managed-event-content span {
  display: block;
  margin-bottom: 10px;
  color: var(--sun);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.managed-event-content p {
  margin-bottom: 0;
  color: var(--muted);
  white-space: pre-line;
}

.managed-event-link,
.calendar-event-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--ilmen);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.calendar-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  padding: clamp(96px, 12vh, 130px) clamp(18px, 5vw, 72px) clamp(46px, 7vh, 78px);
  overflow: hidden;
  color: var(--white);
}

.calendar-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.calendar-hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
}

.calendar-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 13, 17, 0.78), rgba(5, 13, 17, 0.42) 58%, rgba(5, 13, 17, 0.16));
}

.calendar-hero-content {
  width: min(680px, 100%);
}

.calendar-hero-content p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 22px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.42;
}

.calendar-section {
  background: var(--white);
}

.calendar-board {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.calendar-month {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbf8;
}

.calendar-month h3 {
  margin: 0;
  color: var(--ilmen);
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 52px);
  line-height: 0.98;
  text-transform: capitalize;
}

.calendar-event-list {
  display: grid;
  gap: 20px;
}

.calendar-event-card {
  position: relative;
  display: grid;
  grid-template-columns: 118px minmax(360px, 0.48fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  min-height: 360px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(14, 29, 37, 0.08);
}

.calendar-date {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 16px;
  border-radius: 8px;
  background: rgba(23, 56, 77, 0.08);
  color: var(--ilmen);
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: lowercase;
}

.calendar-event-card img {
  width: 100%;
  height: 100%;
  min-height: 312px;
  object-fit: cover;
  border-radius: 8px;
  background: #edf1ed;
}

.calendar-event-card.no-image {
  grid-template-columns: 118px minmax(0, 1fr);
}

.calendar-event-content {
  align-self: center;
  min-width: 0;
}

.calendar-event-content span {
  display: block;
  margin-bottom: 8px;
  color: var(--sun);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.calendar-event-content h4 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.98;
}

.calendar-event-content p {
  max-width: 100%;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
  white-space: pre-line;
}

.calendar-read-more {
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ilmen);
  cursor: pointer;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.calendar-event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.calendar-pagination {
  width: min(1180px, 100%);
  margin: 26px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.calendar-pagination button {
  min-width: 44px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ilmen);
  cursor: pointer;
  font-weight: 800;
}

.calendar-pagination button.is-active {
  background: var(--ilmen);
  color: var(--white);
}

.calendar-pagination button:disabled {
  opacity: 0.42;
  cursor: default;
}

.calendar-empty {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 6vw, 58px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbf8;
  text-align: center;
}

.calendar-empty span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--sun);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calendar-empty h3 {
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.98;
}

.calendar-empty p {
  max-width: 520px;
  margin: 0 auto;
  color: var(--muted);
}

.gazebo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 30px;
  align-items: center;
}

.gazebo-layout img {
  height: 520px;
  object-fit: cover;
  border-radius: 8px;
}

.gazebo-copy {
  padding: clamp(16px, 3vw, 28px);
}

.details-list {
  margin: 28px 0 0;
  display: grid;
  gap: 14px;
}

.details-list div {
  display: grid;
  grid-template-columns: minmax(140px, 0.34fr) minmax(0, 1fr);
  gap: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.details-list dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.details-list dd {
  margin: 0;
  font-weight: 700;
  min-width: 0;
  overflow-wrap: anywhere;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-item {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbf8;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 38px;
  border-radius: 8px;
  background: rgba(23, 56, 77, 0.1);
  color: var(--ilmen);
}

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

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--ilmen);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.sup-feature {
  width: min(1180px, 100%);
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 24px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbf8;
}

.sup-feature img {
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.sup-feature h3 {
  max-width: 420px;
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 0.98;
}

.sup-feature p:not(.section-kicker) {
  max-width: 420px;
  color: var(--muted);
  margin-bottom: 0;
}

.offers-section {
  background: var(--ilmen);
  color: var(--white);
}

.offers-section .section-kicker {
  color: #f0bd76;
}

.offers-section .split-heading p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.offers-grid article {
  min-height: 178px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
}

.offers-grid strong {
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.95;
}

.offers-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.gallery-section {
  background: var(--white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gallery-grid img {
  height: 270px;
  object-fit: cover;
  border-radius: 8px;
  background: #edf1ed;
}

.gallery-grid .gallery-wide {
  grid-column: span 2;
}

.video-showcase {
  margin-top: 18px;
}

.video-player {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  background: #0f1719;
}

.video-player video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0f1719;
}

.video-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(15, 23, 25, 0.54);
  color: var(--white);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease;
}

.video-arrow:hover {
  background: rgba(15, 23, 25, 0.78);
  transform: translateY(-50%) scale(1.04);
}

.video-arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.video-arrow-prev {
  left: 18px;
}

.video-arrow-next {
  right: 18px;
}

.video-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.video-dots button {
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 56, 77, 0.22);
  cursor: pointer;
}

.video-dots button.is-active {
  background: var(--ilmen);
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: stretch;
}

.map-placeholder,
.map-card {
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.map-placeholder {
  display: grid;
  place-content: center;
  gap: 10px;
  background:
    linear-gradient(90deg, rgba(23, 56, 77, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(23, 56, 77, 0.1) 1px, transparent 1px),
    #edf1ed;
  background-size: 44px 44px;
  color: var(--ilmen);
  text-align: center;
}

.map-placeholder span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.map-placeholder strong {
  font-family: var(--serif);
  font-size: 42px;
  line-height: 1;
}

.map-card {
  position: relative;
  overflow: hidden;
  background: #edf1ed;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.map-actions {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(16, 20, 23, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.map-placeholder .button,
.map-placeholder .text-link,
.map-card .button,
.map-card .text-link {
  justify-self: center;
}

.location-details {
  margin-top: 24px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 72px);
  background: #0f1719;
  color: var(--white);
}

.footer-brand span:last-child {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 600;
}

.booking-page {
  min-height: 100vh;
  background: var(--cloud);
  overflow: hidden;
}

.booking-app {
  height: calc(100dvh - 76px);
  min-height: 620px;
}

.booking-module-section {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  margin: 0;
  border: 0;
  border-radius: 0;
  background: var(--white);
  box-shadow: none;
  overflow: hidden;
}

.booking-module-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px clamp(16px, 3vw, 24px);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.booking-module-toolbar div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.booking-frame-wrap {
  height: auto;
  min-height: 0;
  background: #fbfbf8;
}

.booking-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  background: #fbfbf8;
}

@media (max-width: 1080px) {
  .main-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav.is-open {
    position: fixed;
    inset: 76px 14px auto;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open a {
    padding: 14px;
    border-radius: 8px;
  }

  .main-nav.is-open a:hover {
    background: var(--cloud);
  }

  .booking-panel,
  .events-layout,
  .gazebo-layout,
  .sup-feature,
  .calendar-month,
  .location-layout {
    grid-template-columns: 1fr;
  }

  .calendar-month h3 {
    position: static;
  }

  .calendar-event-card {
    grid-template-columns: 104px minmax(300px, 0.46fr) minmax(0, 1fr);
  }

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

  .bnovo-frame {
    height: 620px;
  }

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

@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 48px;
    height: 38px;
  }

  .brand-name {
    font-size: 19px;
  }

  .brand-subtitle,
  .phone-link,
  .header-actions .button {
    display: none;
  }

  .hero {
    height: auto;
    min-height: 82vh;
    padding: 112px 18px 44px;
  }

  .calendar-hero {
    min-height: 76vh;
    padding: 108px 18px 46px;
  }

  .hero-content {
    top: 0;
    max-width: 100%;
  }

  .hero-content h1 {
    max-width: 340px;
    font-size: 40px;
    line-height: 0.98;
  }

  .hero-content .eyebrow {
    max-width: 320px;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0.08em;
  }

  .hero-copy {
    max-width: 330px;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(5, 13, 17, 0.5), rgba(5, 13, 17, 0.77));
  }

  .hero-actions,
  .split-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .split-heading .button {
    width: 100%;
  }

  .booking-panel {
    width: calc(100% - 28px);
    margin-top: -18px;
  }

  .booking-form-head,
  .booking-module-toolbar,
  .booking-module-toolbar div {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-form {
    padding: 10px;
  }

  .bnovo-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bnovo-frame {
    height: 660px;
  }

  .booking-form,
  .booking-demo,
  .intro-grid,
  .house-grid,
  .home-video-card,
  .mini-gallery,
  .feature-grid,
  .event-facts,
  .managed-events-grid,
  .calendar-event-card,
  .calendar-event-card.no-image,
  .service-grid,
  .offers-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .home-video-overview {
    grid-template-columns: minmax(0, 1fr);
  }

  .calendar-month {
    padding: 16px;
  }

  .calendar-event-card,
  .calendar-event-card.no-image {
    grid-template-columns: 1fr;
  }

  .calendar-date {
    min-height: auto;
    font-size: 28px;
  }

  .calendar-event-card img {
    order: -1;
    height: 280px;
    min-height: 0;
  }

  .home-video-phone {
    width: min(320px, 100%);
  }

  .booking-app {
    height: calc(100dvh - 68px);
    min-height: 620px;
  }

  .gallery-grid .gallery-wide {
    grid-column: auto;
  }

  .image-card,
  .events-media,
  .gazebo-layout img,
  .sup-feature img,
  .gallery-grid img {
    min-height: 390px;
    height: 390px;
  }

  .video-player {
    aspect-ratio: 4 / 5;
  }

  .video-arrow {
    width: 42px;
    height: 42px;
  }

  .video-arrow-prev {
    left: 12px;
  }

  .video-arrow-next {
    right: 12px;
  }

  .mini-gallery img {
    height: 280px;
  }

  .image-card-content {
    padding: 22px;
  }

  .image-card-content h3 {
    font-size: 36px;
  }

  .intro-item,
  .service-item {
    min-height: auto;
  }

  .intro-number,
  .service-icon {
    margin-bottom: 24px;
  }

  .details-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .map-placeholder strong {
    font-size: 34px;
  }

  .map-card iframe {
    height: 360px;
  }

  .map-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 38px;
  }

  .button {
    width: 100%;
  }
}
