/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 2px;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.btn-primary {
  background: var(--green-mid);
  color: var(--white);
  border-color: var(--green-mid);
}

.btn-primary:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
  color: var(--white);
}

/* Link-styled buttons: never inherit global anchor colour/underline */
a.btn,
a.btn:visited,
a.btn:hover,
a.btn:focus-visible {
  text-decoration: none;
}

a.btn.btn-outline,
a.btn.btn-outline:visited,
a.btn.btn-outline:hover {
  color: var(--green-dark);
  border-color: var(--green-dark);
}

a.btn.btn-ghost,
a.btn.btn-ghost:visited,
a.btn.btn-ghost:hover {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.75);
}

.section--light a.btn.btn-ghost,
.booking-form a.btn.btn-ghost,
.admin-panel a.btn.btn-ghost,
.section--light a.btn.btn-ghost:hover,
.booking-form a.btn.btn-ghost:hover,
.admin-panel a.btn.btn-ghost:hover {
  color: var(--green-dark);
  border-color: var(--green-dark);
}

.section--dark a.btn.btn-outline,
.section--dark a.btn.btn-ghost,
.section--green a.btn.btn-outline,
.section--green a.btn.btn-ghost,
.split-hero a.btn.btn-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.75);
}

.section--dark a.btn.btn-outline:hover,
.section--dark a.btn.btn-ghost:hover,
.section--green a.btn.btn-outline:hover,
.section--green a.btn.btn-ghost:hover,
.split-hero a.btn.btn-outline:hover {
  color: var(--green-dark);
  border-color: var(--white);
}

.section--light a.btn.btn-ghost:hover,
.booking-form a.btn.btn-ghost:hover,
.admin-panel a.btn.btn-ghost:hover {
  color: var(--white);
  border-color: var(--green-mid);
}

a.btn.btn-outline:hover {
  color: var(--white);
  border-color: var(--green-mid);
}

.btn:focus-visible {
  outline: 2px solid var(--green-mid);
  outline-offset: 3px;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.68rem;
}

/* Outline — default for light backgrounds */
.btn-outline {
  background: rgba(26, 77, 26, 0.06);
  color: var(--green-dark);
  border-color: var(--green-dark);
}

.btn-outline:hover {
  background: var(--green-mid);
  color: var(--white);
  border-color: var(--green-mid);
}

/* Ghost — default for dark backgrounds */
.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.75);
}

.btn-ghost:hover {
  background: var(--white);
  color: var(--green-dark);
  border-color: var(--white);
}

/* Light sections & forms: ghost reads like a clear outline button */
.section--light .btn-ghost,
.booking-form .btn-ghost,
.admin-panel .btn-ghost {
  background: rgba(26, 77, 26, 0.06);
  color: var(--green-dark);
  border-color: var(--green-dark);
}

.section--light .btn-ghost:hover,
.booking-form .btn-ghost:hover,
.admin-panel .btn-ghost:hover {
  background: var(--green-mid);
  color: var(--white);
  border-color: var(--green-mid);
}

.section--dark .btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.75);
}

.section--dark .btn-outline:hover {
  background: var(--white);
  color: var(--green-dark);
  border-color: var(--white);
}

.section--dark .btn-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.75);
}

.section--green .btn-outline,
.section--green .btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.75);
}

.section--green .btn-outline:hover,
.section--green .btn-ghost:hover {
  background: var(--white);
  color: var(--green-dark);
  border-color: var(--white);
}

.split-hero .btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.75);
}

.split-hero .btn-outline:hover {
  background: var(--white);
  color: var(--green-dark);
  border-color: var(--white);
}

.section--dark .btn:focus-visible,
.section--green .btn:focus-visible,
.split-hero .btn:focus-visible {
  outline-color: var(--green-light);
}

/* Header / Nav */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(13, 13, 13, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.35s ease, border-color 0.35s ease;
}

@supports not (backdrop-filter: blur(12px)) {
  .site-header {
    background: rgba(26, 77, 26, 0.95);
  }
}

.site-header.is-scrolled {
  background: rgba(26, 77, 26, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.site-header.nav-theme-light {
  background: rgba(248, 250, 248, 0.92);
  border-bottom-color: var(--color-border);
}

.site-header.nav-theme-light .site-nav__links a {
  color: var(--black);
}

.site-header.nav-theme-light .site-nav__links a:hover,
.site-header.nav-theme-light .site-nav__links a[aria-current="page"] {
  color: var(--green-mid);
}

.site-header.nav-theme-light .nav-toggle span {
  background: var(--black);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 1rem;
}

.brand img {
  height: 52px;
  width: auto;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
  transition: opacity 0.2s ease;
}

.site-header.nav-theme-light .brand img {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.12));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-nav__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 1.25rem;
}

.site-nav__links a {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.site-nav__links a:hover,
.site-nav__links a[aria-current="page"] {
  color: var(--white);
  border-bottom-color: var(--green-mid);
}

.nav-cta {
  margin-left: 0.5rem;
}

.nav-cta .btn {
  padding: 0.65rem 1.25rem;
  font-size: 0.68rem;
}

.site-nav__mobile-footer {
  display: none;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--white);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-overlay {
  display: none;
}

/* Footer */
.site-footer {
  background: var(--black);
  color: rgba(255, 255, 255, 0.75);
  padding: 3.5rem 0 2rem;
}

.site-footer h3,
.site-footer h4 {
  color: var(--white);
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.site-footer a {
  color: var(--green-light);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.footer-copy {
  font-size: 0.8rem;
  color: var(--grey-muted);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
}

.hours-status.is-open {
  color: var(--green-light);
}

.hours-status.is-closed {
  color: #c47a7a;
}

/* Split hero (shared) */
.split-hero {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: var(--header-h);
}

@media (min-width: 900px) {
  .split-hero {
    grid-template-columns: 40% 60%;
  }
}

.split-hero__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--green-dark);
  color: var(--white);
  position: relative;
  z-index: 2;
}

.split-hero__panel h1 {
  color: var(--white);
}

.split-hero__panel .lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 28ch;
  margin-bottom: 2rem;
}

.split-hero__media {
  position: relative;
  min-height: clamp(280px, 52vh, 520px);
  overflow: hidden;
  background: var(--green-dark);
}

.split-hero__media--video {
  isolation: isolate;
}

.split-hero__media img,
.split-hero__media [data-parallax] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.split-hero--compact {
  min-height: 55vh;
}

.split-hero--compact .split-hero__media {
  min-height: 40vh;
}

/* Team page hero — portrait staff photo, keep face in frame (no parallax shift) */
body[data-page="team"] .split-hero--compact .split-hero__media--team {
  min-height: clamp(300px, 48vh, 520px);
}

body[data-page="team"] .split-hero__media--team img {
  object-fit: cover;
  object-position: center top;
}

@media (min-width: 900px) {
  body[data-page="team"] .split-hero--compact {
    min-height: calc(100dvh);
    align-items: stretch;
  }

  body[data-page="team"] .split-hero--compact .split-hero__media--team {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100dvh - var(--header-h));
    padding: 1rem 1.25rem;
    box-sizing: border-box;
  }

  /* Wide column + portrait photo: contain so forehead isn’t cropped (cover only on mobile) */
  body[data-page="team"] .split-hero__media--team img {
    position: relative;
    inset: auto;
    width: auto;
    height: 100%;
    max-height: calc(100dvh - var(--header-h) - 2rem);
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
  }
}

/* Stats bar */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 3rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .stats-bar {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-item__value {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.stat-item__label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green-light);
  margin: 0;
}

/* Services editorial */
.services-editorial-wrap {
  position: relative;
}

.services-editorial {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: svc;
}

.services-editorial__item {
  counter-increment: svc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-editorial__link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.75rem 0;
  text-decoration: none;
  color: inherit;
  transition: padding-left 0.3s var(--ease-out);
}

.services-editorial__link::before {
  content: counter(svc, decimal-leading-zero);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 2.5rem;
  color: var(--green-mid);
  opacity: 0.6;
  line-height: 1;
}

.services-editorial__link:hover,
.services-editorial__item.is-active .services-editorial__link {
  padding-left: 0.5rem;
}

.services-editorial__name {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin: 0;
  color: var(--white);
}

.services-editorial__meta {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0.25rem 0 0;
}

.services-editorial__arrow {
  font-size: 1.5rem;
  color: var(--green-mid);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.services-editorial__link:hover .services-editorial__arrow,
.services-editorial__item.is-active .services-editorial__arrow {
  opacity: 1;
  transform: translateX(0);
}

.services-editorial__preview {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(42%, 380px);
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.services-editorial__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.services-editorial__preview img[data-parallax] {
  width: 112%;
  height: 112%;
  max-width: none;
  margin: -6%;
  will-change: transform;
}

.services-editorial__preview img.is-visible {
  opacity: 1;
}

.services-editorial__preview.is-visible {
  display: block;
}

.services-editorial__preview video.service-preview-video {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #0d0d0d;
  border-radius: 2px;
  aspect-ratio: 16 / 9;
}

.services-editorial__preview video.service-preview-video.is-portrait {
  aspect-ratio: 9 / 16;
  height: auto;
  max-height: min(70vh, 520px);
  margin-inline: auto;
}

.services-editorial__preview video.service-preview-video.is-landscape {
  aspect-ratio: 16 / 9;
  height: auto;
}

.services-editorial__preview video.service-preview-video.is-square {
  aspect-ratio: 1 / 1;
  height: auto;
  max-height: 420px;
  margin-inline: auto;
}

@media (min-width: 900px) {
  .services-editorial-wrap {
    display: grid;
    grid-template-columns: 1fr min(42%, 380px);
    gap: 3rem;
    align-items: start;
  }

  .services-editorial__preview {
    display: block;
    position: sticky;
    top: calc(var(--header-h) + 2rem);
    transform: none;
    width: 100%;
  }
}

.services-scroll {
  display: none;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 0 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.services-scroll::-webkit-scrollbar {
  display: none;
}

.services-scroll__card {
  flex: 0 0 min(280px, 85vw);
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
}

.services-scroll__card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin-bottom: 1rem;
}

.services-scroll__card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 899px) {
  .services-editorial {
    display: none;
  }

  .services-scroll {
    display: flex;
  }

  .services-editorial__preview {
    display: none !important;
  }

  .services-page-list .services-editorial {
    display: block;
  }

  .services-page-list .services-scroll {
    display: none;
  }

  .services-page-list .services-editorial-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .services-page-list .services-editorial__preview {
    display: block !important;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 0.5rem;
    order: -1;
  }
}

/* Team photo galleries (no names) */
.team-locations {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 6vw, 4rem);
}

.team-location__title {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--white);
  margin: 0 0 1.25rem;
  text-align: center;
}

.team-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 540px) {
  .team-photo-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

@media (min-width: 768px) {
  .team-photo-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
}

@media (min-width: 1100px) {
  .team-photo-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
}

.team-photo-grid--preview {
  max-width: 960px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
}

.team-photo {
  margin: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
  transition: transform 0.45s var(--ease-out);
}

.team-photo:hover img {
  transform: scale(1.04);
}

.team-photo-grid__empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.95rem;
  margin: 0;
  padding: 2rem 0;
}

.services-editorial__desc {
  padding: 0 0 1.5rem 4rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  margin: -0.5rem 0 0;
}

@media (max-width: 899px) {
  .services-editorial__desc {
    padding-left: 0;
  }
}

/* Gallery */
.gallery-section__inner {
  padding-bottom: 2rem;
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  padding: 0 0 1.5rem;
  max-width: var(--container);
  margin: 0 auto;
}

.gallery-empty {
  text-align: center;
  color: var(--grey-muted);
  font-size: 0.95rem;
  max-width: 36ch;
  margin: 0 auto 2rem;
  padding: 0 1rem;
}

.gallery-empty[hidden] {
  display: none;
}

.gallery-filters button {
  font-family: var(--font-body);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border: 2px solid var(--green-dark);
  background: var(--white);
  color: var(--green-dark);
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gallery-filters button.is-active,
.gallery-filters button:hover {
  background: var(--green-mid);
  border-color: var(--green-mid);
  color: var(--white);
}

.gallery-filters button:focus-visible {
  outline: 2px solid var(--green-mid);
  outline-offset: 2px;
}

.gallery-masonry {
  column-count: 2;
  column-gap: 12px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.gallery-section .gallery-masonry {
  max-width: 100%;
}

@media (min-width: 768px) {
  .gallery-masonry {
    column-count: 3;
  }
}

@media (min-width: 1100px) {
  .gallery-masonry {
    column-count: 4;
  }
}

.gallery-masonry .gallery-item {
  break-inside: avoid;
  margin-bottom: 12px;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  display: block;
  overflow: hidden;
  border-radius: 2px;
}

.gallery-masonry .gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-masonry .gallery-item:hover img {
  transform: scale(1.03);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(13, 13, 13, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.gallery-lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 85vh;
  object-fit: contain;
}

.gallery-lightbox button {
  position: absolute;
  background: transparent;
  border: 2px solid var(--green-mid);
  color: var(--white);
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 2px;
}

.gallery-lightbox button:focus-visible {
  outline: 2px solid var(--green-light);
  outline-offset: 2px;
}

.gallery-lightbox__close {
  top: 1.5rem;
  right: 1.5rem;
}

.gallery-lightbox__prev {
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-lightbox__next {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

/* Forms */
.booking-form,
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--white);
  padding: 2rem;
  border: 1px solid var(--color-border);
}

.booking-form label,
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 500;
}

.booking-form input,
.booking-form select,
.booking-form textarea,
.contact-form input,
.contact-form textarea {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1rem;
  padding: 0.75rem;
  border: 1px solid var(--color-border);
  background: var(--off-white);
  border-radius: 2px;
  color: var(--black);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--green-mid);
  box-shadow: 0 0 0 3px rgba(45, 122, 45, 0.15);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.booking-message {
  font-size: 0.9rem;
  margin: 0;
}

.booking-message.error {
  color: #a04040;
}

/* FAQ */
.faq-list details {
  border-bottom: 1px solid var(--color-border);
  padding: 1rem 0;
}

.faq-list summary {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  cursor: pointer;
  list-style: none;
  color: var(--black);
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

/* Blog */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}

.blog-card {
  background: var(--white);
  border: 1px solid var(--color-border);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(26, 77, 26, 0.12);
}

.blog-card__img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.blog-card__body {
  padding: 1.5rem;
}

/* Page intro blocks */
.page-intro {
  max-width: 52ch;
  margin-bottom: 2rem;
}

.page-intro h2 {
  margin-bottom: 0.75rem;
}

/* Testimonial */
.testimonial-block {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.testimonial-block--guest {
  display: grid;
  gap: 2rem;
  align-items: center;
  max-width: 960px;
  text-align: left;
}

@media (min-width: 768px) {
  .testimonial-block--guest {
    grid-template-columns: minmax(200px, 280px) 1fr;
    gap: 2.5rem;
  }
}

.testimonial-block__photo {
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

.testimonial-block__photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  display: block;
}

.testimonial-block--guest .testimonial-block__content {
  text-align: center;
}

@media (min-width: 768px) {
  .testimonial-block--guest .testimonial-block__content {
    text-align: left;
  }
}

.testimonial-block__quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: var(--white);
  line-height: 1.35;
  margin-bottom: 1.5rem;
}

.testimonial-block__cite {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green-light);
  font-style: normal;
}

/* Locations */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.location-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: var(--white);
  border: 1px solid var(--color-border);
  overflow: hidden;
}

.location-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.location-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.location-card__body {
  padding: 1.5rem 2rem 2rem;
}

.location-card h3 {
  color: var(--green-dark);
  margin: 0 0 0.5rem;
}

.location-card__area {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-mid);
  font-weight: 600;
}

.location-card__body p {
  margin: 0;
  color: rgba(26, 77, 26, 0.75);
  font-size: 0.95rem;
  line-height: 1.5;
}

.services-page-hint {
  margin: 0 0 1.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  max-width: 42ch;
}

.services-editorial__row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
}

.services-editorial__trigger {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  padding: 1.75rem 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: padding-left 0.3s var(--ease-out);
}

.services-editorial__trigger::before {
  content: counter(svc, decimal-leading-zero);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 2.5rem;
  color: var(--green-mid);
  opacity: 0.6;
  line-height: 1;
}

.services-editorial__trigger:hover,
.services-editorial__item.is-active .services-editorial__trigger {
  padding-left: 0.5rem;
}

.services-editorial__trigger:hover .services-editorial__arrow,
.services-editorial__item.is-active .services-editorial__arrow {
  opacity: 1;
  transform: translateX(0);
}

.services-editorial__book {
  flex-shrink: 0;
  font-size: 0.72rem;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

.services-editorial-wrap--page .services-editorial__link::before {
  content: none;
}

.services-editorial-wrap--page .services-editorial__desc {
  padding-left: 0;
  margin-top: 0.25rem;
}

@media (min-width: 900px) {
  .services-editorial-wrap--page .services-editorial__preview {
    display: block;
  }
}

/* Gallery teaser */
.gallery-teaser {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.gallery-teaser a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
}

.gallery-teaser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-teaser a:hover img {
  transform: scale(1.06);
}

.gallery-teaser a:first-child {
  grid-row: span 2;
  grid-column: span 2;
  aspect-ratio: 1;
}

@media (max-width: 540px) {
  .gallery-teaser {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-teaser a:first-child {
    grid-row: span 1;
    grid-column: span 2;
    aspect-ratio: 16 / 9;
  }
}

/* Mobile nav */
@media (max-width: 1024px) {
  .nav-toggle {
    display: flex;
  }

  .nav-cta {
    display: none;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 88vw);
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    align-items: stretch;
    padding: calc(var(--header-h) + 1.5rem) 1.5rem 2rem;
    background: var(--green-dark);
    transform: translateX(100%);
    transition: transform 0.35s var(--ease-out);
    overflow-y: auto;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .site-nav__links {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-nav__links a {
    font-size: 0.85rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-nav__mobile-footer {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-nav__mobile-footer a {
    color: var(--green-light);
    text-decoration: none;
    font-size: 0.85rem;
  }

  .nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(13, 13, 13, 0.6);
    z-index: 150;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .nav-overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }
}

/* Scroll top */
.scroll-top {
  position: fixed;
  bottom: 5.5rem;
  right: 1.25rem;
  z-index: 90;
  width: 44px;
  height: 44px;
  border: 2px solid var(--green-mid);
  background: var(--green-dark);
  color: var(--white);
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer;
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
}

body.has-mobile-bar .scroll-top {
  bottom: 5.5rem;
}
