:root {
  --bg: #000;
  --surface: #141414;
  --surface-raised: #1f1f1f;
  --surface-muted: #303030;
  --glass: rgba(44, 44, 46, .82);
  --image-bg: #0b0b0d;
  --text: #fff;
  --text-soft: rgba(235, 235, 245, .86);
  --text-muted: rgba(235, 235, 245, .62);
  --line: rgba(185, 154, 94, .22);
  --line-strong: rgba(185, 154, 94, .42);
  --accent: #a88d5a;
  --accent-hover: #c8ad73;
  --accent-bright: #d6bd82;
  --accent-deep: #5c4a2b;
  --gold: #c8ad73;
  --gold-soft: #e3ce95;
  --blue: #0a84ff;
  --green: #30d158;
  --max: 1180px;
  --radius: 14px;
  --radius-small: 10px;
  --shadow: 0 1px 0 rgba(255, 255, 255, .04) inset;
  --section-pad-x: max(clamp(1rem, 3vw, 2rem), calc((100vw - var(--max)) / 2 + 2rem));
  --font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  background: #000;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.58;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--text);
  text-decoration: none;
  text-underline-offset: .18em;
}

a:hover {
  color: var(--accent-bright);
  text-decoration: underline;
}

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

h1,
h2,
h3 {
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 760;
  letter-spacing: 0;
}

p {
  margin: 0 0 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 70px;
  padding: .75rem var(--section-pad-x);
  background: rgba(0, 0, 0, .72);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(22px) saturate(180%);
}

.brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: var(--text);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.1;
}

.brand:hover {
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 2px rgba(255, 214, 10, .18);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .15rem;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--text-soft);
  font-size: .88rem;
  font-weight: 680;
  line-height: 1;
  padding: .62rem .64rem;
  border-radius: 999px;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff;
  background: var(--accent);
  text-decoration: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero {
  min-height: 380px;
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(0, 0, 0, .98), rgba(0, 0, 0, .72)),
    #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid var(--line);
  padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 4vw, 3rem) clamp(3rem, 7vw, 5rem);
}

.hero-home {
  min-height: clamp(560px, 68vh, 700px);
  padding-top: clamp(4.25rem, 8vw, 6.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .74) 38%, rgba(0, 0, 0, .23) 69%, rgba(0, 0, 0, .08) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .02) 48%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
}

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

.hero-home h1 {
  font-size: clamp(2.65rem, 5.3vw, 4.6rem);
}

.hero h1 {
  max-width: 920px;
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(2.65rem, 6vw, 5rem);
  line-height: 1.02;
  text-shadow: none;
}

.hero p {
  max-width: 760px;
  color: var(--text-soft);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.5;
}

.content-section,
.split-section,
.page-intro,
.visual-strip,
.status-strip {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(3.25rem, 7vw, 5.5rem) var(--section-pad-x);
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.content-section + .content-section,
.split-section + .split-section,
.page-intro + .content-section,
.visual-strip + .content-section {
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 2.25rem;
  text-align: center;
}

.section-heading h2,
.split-section h2 {
  margin: 0 0 .85rem;
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.section-heading h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: .8rem auto 0;
  background: var(--gold);
  border-radius: 999px;
}

.split-section h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: .8rem 0 0;
  background: var(--gold);
  border-radius: 999px;
}

.section-heading p,
.split-section p,
.card p,
.site-footer p,
.form-note {
  color: var(--text-muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.page-intro {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.page-intro-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center top;
  background: var(--image-bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.page-intro-copy h2 {
  margin: 0 0 .85rem;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
}

.page-intro-copy h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: .8rem 0 0;
  background: var(--gold);
  border-radius: 999px;
}

.page-intro-copy p {
  color: var(--text-muted);
}

.page-intro-copy .check-list {
  columns: 1;
}

.split-section.split-reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .95fr);
}

.split-section img {
  width: 100%;
  max-height: 660px;
  object-fit: contain;
  object-position: center top;
  background: var(--image-bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.cards-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.status-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
  padding-top: clamp(2rem, 5vw, 3.25rem);
  padding-bottom: clamp(2rem, 5vw, 3.25rem);
}

.status-strip article,
.path-card {
  background: var(--surface-raised);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.status-strip article {
  padding: 1rem;
}

.status-strip span {
  display: block;
  margin-bottom: .25rem;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.status-strip strong {
  display: block;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.16;
}

.status-strip p {
  margin: .6rem 0 0;
  color: var(--text-muted);
  font-size: .92rem;
  line-height: 1.5;
}

.card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: var(--surface-raised);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center top;
  background: var(--image-bg);
  border-bottom: 1px solid var(--line);
}

.session-focus .card img {
  aspect-ratio: 3 / 4;
}

.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem;
}

.card h3 {
  margin: 0 0 .65rem;
  color: var(--text);
  font-size: clamp(1.13rem, 2vw, 1.32rem);
  line-height: 1.18;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: auto;
  padding-top: 1rem;
}

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

.cta-panel {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(1.3rem, 4vw, 2rem) var(--section-pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.cta-panel h2 {
  margin: 0 0 .45rem;
  color: var(--text);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.1;
}

.cta-panel p {
  max-width: 720px;
  margin: 0;
  color: var(--text-soft);
}

.cta-panel .button-row {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .72rem 1rem;
  color: var(--text);
  font-size: .95rem;
  font-weight: 720;
  line-height: 1.1;
  background: var(--surface-muted);
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.button:hover {
  color: #fff;
  background: #48484a;
  text-decoration: none;
}

.button-primary {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.button-primary:hover {
  background: var(--accent-hover);
}

.button-small {
  min-height: 38px;
  font-size: .86rem;
}

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

.visual-strip {
  padding-top: clamp(2rem, 5vw, 3.25rem);
  padding-bottom: clamp(2rem, 5vw, 3.25rem);
}

.visual-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: .85rem;
}

.visual-grid img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center top;
  background: var(--image-bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.visual-grid img:first-child {
  grid-row: span 2;
  aspect-ratio: 4 / 5;
}

.gallery-item {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center top;
  background: var(--image-bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.check-list {
  columns: 2;
  gap: 2rem;
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: var(--text-soft);
}

.check-list li {
  break-inside: avoid;
  margin: .38rem 0;
}

.form-section {
  max-width: none;
}

.booking-form {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 2rem);
  background: var(--surface-raised);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

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

label {
  display: block;
  margin-bottom: 1rem;
  color: var(--text);
  font-size: .96rem;
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  margin-top: .35rem;
  padding: .78rem;
  color: var(--text);
  font: inherit;
  background: #111113;
  border: 1px solid var(--line);
  border-radius: 12px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(200, 173, 115, .28);
  border-color: var(--gold);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

fieldset {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

legend {
  padding: 0 .35rem;
  color: var(--text-soft);
  font-weight: 720;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-weight: 650;
}

.checkbox input {
  width: auto;
  margin-top: .35rem;
}

.form-note {
  margin-top: 1rem;
  font-size: .88rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
  padding: 3rem var(--section-pad-x);
  background: #000;
  border-top: 1px solid var(--line);
}

.footer-brand img {
  width: 92px;
  height: 92px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  object-fit: cover;
}

.site-footer h2 {
  margin: 0 0 .8rem;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: .86rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-footer ul {
  columns: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin: .35rem 0;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.social-links a {
  padding: .45rem .6rem;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.social-links a:hover {
  color: #fff;
  border-color: var(--accent);
  background: var(--surface-muted);
  text-decoration: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, .86);
}

.lightbox[hidden] {
  display: none;
}

.icon-button {
  width: 38px;
  height: 38px;
  color: var(--text);
  font-size: 1.4rem;
  line-height: 1;
  background: var(--surface-raised);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.lightbox img {
  max-width: 92vw;
  max-height: 88vh;
  border-radius: var(--radius);
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 1320px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1rem;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .32);
  }

  .site-nav.is-open {
    display: grid;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 340px;
  }

  .hero-home {
    min-height: 620px;
  }

  .hero-home .hero-media {
    object-position: 62% center;
  }

  .split-section,
  .page-intro,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .split-section.split-reverse {
    grid-template-columns: 1fr;
  }

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

  .cards-four,
  .cards-six,
  .status-strip,
  .visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .visual-grid img:first-child {
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .check-list {
    columns: 1;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15.5px;
    padding-bottom: 4.75rem;
  }

  .brand span {
    font-size: .95rem;
  }

  .site-nav,
  .site-nav.is-open,
  .cards,
  .cards-four,
  .cards-six,
  .status-strip,
  .visual-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 420px;
  }

  .hero-content,
  .hero-home .hero-content {
    width: 100%;
    max-width: 100%;
  }

  .hero h1,
  .hero-home h1 {
    max-width: 100%;
    font-size: 2.28rem;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .hero p {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.48;
  }

  .hero-actions .button {
    flex: 1 1 9.5rem;
  }

  .hero-home {
    min-height: 650px;
  }

  .hero-home::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .32) 0%, rgba(0, 0, 0, .78) 49%, rgba(0, 0, 0, .96) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .18));
  }

  .hero-home .hero-media {
    object-position: 64% center;
  }

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

  .visual-strip {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .visual-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
  }

  .visual-grid img,
  .visual-grid img:first-child {
    min-height: 0;
    aspect-ratio: 1;
  }

  .site-footer ul {
    columns: 1;
  }

  .mobile-action-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: .5rem;
    padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom));
    background: rgba(0, 0, 0, .94);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(12px);
  }

  .mobile-action-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 44px;
    color: #fff;
    font-weight: 760;
    background: var(--surface-muted);
    border: 1px solid var(--line-strong);
    border-radius: 12px;
  }

  .mobile-action-bar .mobile-action-primary {
    background: var(--accent);
    border-color: var(--accent);
  }

  .mobile-action-bar a:hover {
    text-decoration: none;
  }
}

.notice { max-width: 960px; margin: 0 auto 1rem; padding: .9rem 1rem; border-radius: var(--radius-small); border: 1px solid var(--line-strong); background: rgba(200, 173, 115, .12); color: var(--text); }
.notice-success { border-color: rgba(48, 209, 88, .45); background: rgba(48, 209, 88, .1); }
.notice-error { border-color: rgba(255, 69, 58, .45); background: rgba(255, 69, 58, .1); }
.copyright { padding: 0 var(--section-pad-x) 2rem; color: var(--gold); text-align: center; background: #000; font-weight: 720; }
.page-error { min-height: 62vh; display: grid; place-items: center; }
.booking-form .button-primary { width: 100%; margin-top: .4rem; text-transform: uppercase; letter-spacing: .04em; }


/* 2026 polish layer */
.site-nav a[href*="wordpress"]::after { content: "New"; margin-left: .35rem; padding: .08rem .38rem; color: #0b0b0d; font-size: .62rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; background: var(--gold-soft); border-radius: 999px; vertical-align: middle; }
.booking-form { position: relative; overflow: hidden; }
.booking-form::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .85; }
.booking-form.is-submitting { opacity: .82; }
.booking-form.is-submitting button[type="submit"] { cursor: progress; }
.booking-form input[type="hidden"] { display: none; }
.blog-callout { max-width: 1180px; margin: 0 auto; padding: clamp(1rem, 3vw, 1.4rem); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; align-items: center; background: linear-gradient(135deg, rgba(200,173,115,.14), rgba(255,255,255,.035)); border: 1px solid var(--line-strong); border-radius: var(--radius); }
.blog-callout h2 { margin: 0 0 .25rem; }
.blog-callout p { margin: 0; color: var(--text-soft); }

@media (max-width: 760px) { .blog-callout { grid-template-columns: 1fr; } .blog-callout .button { width: 100%; } .site-nav a[href*="wordpress"]::after { float: right; margin-top: .18rem; } }

/* Booking anchor precision */
#booking, #booking-request-form, #booking-success, #booking-error { scroll-margin-top: 110px; }


/* v6 interface polish: restored desktop hero gradient, cleaner mobile hero, compact interior title bands */
.mobile-action-bar { display: none !important; }

.hero-home::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .72) 36%, rgba(0, 0, 0, .26) 68%, rgba(0, 0, 0, .06) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .42) 0%, rgba(0, 0, 0, .06) 46%, rgba(0, 0, 0, .18) 100%);
}

.hero-home h1,
.hero-home p {
  text-shadow: none;
}

.hero:not(.hero-home) {
  min-height: clamp(170px, 21vw, 250px);
  align-items: center;
  padding-top: clamp(2.15rem, 4.25vw, 3.25rem);
  padding-bottom: clamp(1.85rem, 3.7vw, 2.75rem);
  background:
    radial-gradient(circle at 12% 12%, rgba(200, 173, 115, .11), transparent 34%),
    linear-gradient(120deg, rgba(0, 0, 0, .98), rgba(0, 0, 0, .78)),
    #000;
}

.hero:not(.hero-home) .hero-content {
  width: min(780px, 100%);
}

.hero:not(.hero-home) h1 {
  margin-bottom: .55rem;
  font-size: clamp(2.12rem, 4vw, 3.65rem);
  letter-spacing: -.035em;
}

.hero:not(.hero-home) p {
  max-width: 660px;
  font-size: clamp(1rem, 1.45vw, 1.14rem);
}

.content-section,
.split-section,
.page-intro,
.visual-strip,
.status-strip {
  padding-top: clamp(2.6rem, 5.2vw, 4.5rem);
  padding-bottom: clamp(2.6rem, 5.2vw, 4.5rem);
}

.card,
.booking-form,
.notice,
.blog-callout,
.cta-panel {
  box-shadow: var(--shadow), 0 18px 44px rgba(0, 0, 0, .18);
}

.card,
.button,
input,
select,
textarea,
.nav-toggle,
.social-links a {
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

@media (hover: hover) and (pointer: fine) {
  .card:hover {
    transform: translateY(-2px);
    border-color: var(--line-strong);
  }

  .button:hover,
  .social-links a:hover {
    transform: translateY(-1px);
  }
}

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

@media (max-width: 900px) {
  .hero-home::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .06) 0%, rgba(0, 0, 0, .14) 44%, rgba(0, 0, 0, .62) 100%);
  }

  .hero-home .hero-media {
    object-position: 62% center;
  }
}

@media (max-width: 620px) {
  body { padding-bottom: 0; }

  .site-header {
    min-height: 62px;
    padding-top: .62rem;
    padding-bottom: .62rem;
  }

  .brand img { width: 40px; height: 40px; }
  .brand span { font-size: .98rem; }

  .site-nav {
    gap: .45rem;
  }

  .site-nav a {
    padding: .82rem .9rem;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .055);
  }

  .hero:not(.hero-home) {
    min-height: auto;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .hero:not(.hero-home) h1 {
    font-size: clamp(1.95rem, 10vw, 2.72rem);
  }

  .hero-home {
    min-height: min(620px, calc(100svh - 62px));
    padding-top: 2rem;
    padding-bottom: 1.65rem;
    align-items: end;
  }

  .hero-home::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .02) 0%, rgba(0, 0, 0, .06) 45%, rgba(0, 0, 0, .55) 100%);
  }

  .hero-home .hero-media {
    filter: none;
    object-position: 62% center;
  }

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

  .hero-home h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 10vw, 3rem);
    line-height: 1.02;
    letter-spacing: -.04em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .72);
  }

  .hero-home p {
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.45;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .72);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: .7rem;
  }

  .hero-actions .button:not(.button-primary) {
    display: none;
  }

  .hero-actions .button-primary {
    width: 100%;
    min-height: 50px;
  }

  .content-section,
  .split-section,
  .page-intro,
  .visual-strip,
  .status-strip {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }

  .cta-panel .button-row,
  .blog-callout {
    grid-template-columns: 1fr;
  }

  .cta-panel .button-row .button,
  .blog-callout .button {
    width: 100%;
  }
}
