﻿:root {
  --emerald-950: #001f1a;
  --emerald-900: #003227;
  --emerald-800: #064737;
  --emerald-700: #0f5a46;
  --cream: #faf3e8;
  --cream-2: #fffdf7;
  --surface-warm: #f1e5d4;
  --sand: #d7c19e;
  --sand-2: #b58745;
  --copper: #cf9b4d;
  --copper-deep: #a66f27;
  --gold-light: #edcf86;
  --ink: #2d2822;
  --muted: #6f6253;
  --line: rgba(166, 111, 39, 0.2);
  --green-line: rgba(0, 53, 44, 0.18);
  --white-line: rgba(237, 207, 134, 0.22);
  --shadow: 0 18px 44px rgba(61, 42, 22, 0.1);
  --container: 1120px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --logo: "Allura", "Cormorant Garamond", cursive;
  --sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 3px;
}

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

[hidden] {
  display: none !important;
}

body.is-loading {
  overflow: hidden;
}

body > :not(.page-loader) {
  transition: opacity 420ms ease;
}

body.is-loading > :not(.page-loader) {
  opacity: 0;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 42%, rgba(237, 207, 134, 0.14), transparent 28%),
    linear-gradient(135deg, #001b16 0%, #003227 48%, #001f1a 100%);
  color: var(--gold-light);
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 650ms ease, visibility 650ms ease, transform 650ms ease;
}

body:not(.is-loading) .page-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-1.2%);
}

.loader-inner {
  display: grid;
  justify-items: center;
  gap: 26px;
  width: min(82vw, 480px);
}

.loader-logo {
  display: block;
  width: clamp(250px, 30vw, 430px);
  height: auto;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.28));
}

.loader-line {
  position: relative;
  width: min(62vw, 280px);
  height: 1px;
  overflow: hidden;
  background: rgba(237, 207, 134, 0.24);
}

.loader-line span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 44%;
  background: var(--gold-light);
  box-shadow: 0 0 18px rgba(237, 207, 134, 0.34);
  animation: loaderSweep 1.9s ease-in-out infinite;
}

@keyframes loaderSweep {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  18%, 70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(260%);
  }
}

[id] {
  scroll-margin-top: 118px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(0, 31, 26, 0.96);
  color: var(--cream);
  border-bottom: 1px solid rgba(237, 207, 134, 0.28);
  box-shadow: 0 10px 30px rgba(0, 20, 16, 0.26);
}

.promo-bar {
  display: flex;
  justify-content: center;
  gap: 28px;
  min-height: 28px;
  padding: 7px 20px;
  background: rgba(0, 20, 16, 0.64);
  color: rgba(237, 207, 134, 0.82);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.promo-bar span + span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 14px 2px 0;
  border-radius: 999px;
  background: var(--gold-light);
}

.navbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  max-width: var(--container);
  min-height: 74px;
  margin: 0 auto;
  padding: 0 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-logo {
  display: block;
  width: 197px;
  height: auto;
  max-width: min(52vw, 197px);
}

.footer-brand .brand-logo {
  width: 198px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(243, 216, 137, 0.78);
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.brand-text {
  color: var(--gold-light);
  font-family: var(--logo);
  font-size: 38px;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.01em;
  text-transform: none;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.nav-menu a,
.nav-cta {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nav-menu a {
  color: rgba(243, 234, 220, 0.82);
  transition: color 180ms ease;
}

.nav-menu a:hover {
  color: var(--gold-light);
}

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

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(237, 207, 134, 0.86);
  border-radius: 999px;
  background: transparent;
  color: var(--gold-light);
  box-shadow: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
  border-color: var(--gold-light);
  background: transparent;
  color: var(--cream-2);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--white-line);
  background: transparent;
  color: var(--cream);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

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

.button-primary {
  border-color: rgba(166, 111, 39, 0.72);
  background: transparent;
  color: var(--copper-deep);
  box-shadow: none;
}

.button-primary:hover {
  border-color: var(--copper-deep);
  background: transparent;
  filter: none;
}

.button-secondary {
  border-color: rgba(166, 111, 39, 0.58);
  background: transparent;
  color: var(--copper-deep);
}

.button-secondary:hover {
  border-color: var(--copper-deep);
  background: transparent;
  color: var(--copper-deep);
}

.hero .button-primary {
  border-color: rgba(237, 207, 134, 0.9);
  color: var(--gold-light);
}

.hero .button-primary:hover {
  border-color: var(--gold-light);
  background: transparent;
  color: var(--cream-2);
}

.footer .button,
.quote-strip .button {
  border-color: rgba(237, 207, 134, 0.82);
  color: var(--gold-light);
}

.cookie-banner .button::after {
  display: none;
}

.hero {
  position: relative;
  min-height: clamp(620px, 42vw, 780px);
  overflow: hidden;
  background: var(--emerald-950);
  color: var(--cream);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 58% 44%, rgba(237, 207, 134, 0.16), transparent 26%),
    linear-gradient(90deg, rgba(0, 22, 18, 0.98) 0%, rgba(0, 31, 26, 0.9) 34%, rgba(0, 31, 26, 0.42) 58%, rgba(0, 31, 26, 0.06) 100%);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  padding-right: clamp(0px, calc((100vw - 1440px) * 0.05), 56px);
}

.hero-media img {
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: right center;
  transform-origin: center right;
  transition: transform 700ms ease, filter 700ms ease;
  will-change: transform;
}

.hero:hover .hero-media img {
  transform: scale(1.025);
  filter: saturate(1.06) contrast(1.03);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: start;
  align-content: center;
  max-width: var(--container);
  min-height: clamp(620px, 42vw, 780px);
  margin: 0 auto;
  padding: 82px 24px 92px;
}

.hero-content > * {
  max-width: 500px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.gallery h2,
.footer h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.95;
}

.hero h1 {
  margin-bottom: 20px;
  font-size: clamp(62px, 7.6vw, 104px);
  font-weight: 500;
  letter-spacing: 0;
}

.hero p:not(.eyebrow) {
  margin: 0 0 26px;
  color: rgba(244, 231, 194, 0.9);
  font-size: 16px;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(237, 207, 134, 0.22);
  color: var(--cream);
}

.benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  min-height: 130px;
  padding: 26px;
  background: var(--emerald-900);
  border-top: 1px solid var(--white-line);
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(237, 207, 134, 0.62);
  border-radius: 999px;
  color: var(--gold-light);
}

.benefit-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit h2 {
  margin: 0 0 6px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.benefit p {
  margin: 0;
  color: rgba(244, 231, 194, 0.72);
  font-size: 13px;
}

.section {
  max-width: var(--container);
  margin: 0 auto;
  padding: 64px 24px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

.section-heading h2,
.split-copy h2,
.gallery h2 {
  font-size: clamp(42px, 5vw, 64px);
}

.pricing {
  padding-top: 58px;
  padding-bottom: 54px;
}

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

.price-card {
  min-height: 0;
  padding: 24px;
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.price-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.price-card-top span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--emerald-900);
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
}

.price-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 600;
  line-height: 1;
}

.price-group {
  display: grid;
  gap: 9px;
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--line);
}

.price-group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.price-group h4 {
  margin: 0;
  color: var(--copper-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.price-card li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 13px;
}

.price-card li > span {
  min-width: 0;
}

.price-card strong {
  color: var(--copper-deep);
  font-weight: 700;
  white-space: nowrap;
}

.price-note {
  display: block;
  max-width: 330px;
  margin-top: 2px;
  color: rgba(111, 98, 83, 0.78);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1.2fr);
  align-items: center;
  gap: 34px;
}

.expertise {
  padding-top: 44px;
  padding-bottom: 44px;
}

.split-copy p:not(.eyebrow) {
  max-width: 440px;
  margin: 18px 0 24px;
  color: var(--muted);
}

.split-media {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background: var(--surface-warm);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.split-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 520ms ease, filter 520ms ease;
  will-change: transform;
}

.split-media:hover img {
  transform: scale(1.045);
  filter: saturate(1.07) contrast(1.04);
}

.stamp {
  position: absolute;
  left: 26px;
  top: 26px;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(243, 216, 137, 0.44);
  border-radius: 999px;
  background: rgba(1, 8, 7, 0.72);
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.05;
  text-align: center;
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px 48px;
}

.feature-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 168px;
  overflow: hidden;
  border-radius: 8px;
  color: var(--cream);
  text-align: center;
  isolation: isolate;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 36, 28, 0.1), rgba(0, 36, 28, 0.8));
  transition: background 180ms ease;
}

.feature-card:hover::after {
  background: linear-gradient(180deg, rgba(0, 36, 28, 0.16), rgba(0, 36, 28, 0.9));
}

.feature-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease, filter 520ms ease;
  will-change: transform;
}

.feature-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.05);
}

.feature-card span {
  margin-top: 16px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.feature-card small {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  margin-top: 10px;
  border: 1px solid rgba(237, 207, 134, 0.55);
  border-radius: 999px;
  background: rgba(0, 31, 26, 0.76);
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 34px;
  padding-top: 20px;
}

.team-media {
  min-height: 378px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.team-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  transition: transform 520ms ease, filter 520ms ease;
  will-change: transform;
}

.team-media:hover img {
  transform: scale(1.045);
  filter: saturate(1.07) contrast(1.04);
}

.team-copy {
  padding: 34px;
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.team-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 500;
  line-height: 0.95;
}

.team-copy > p:not(.eyebrow) {
  margin: 18px 0 22px;
  color: var(--muted);
}

.team-members {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}

.team-members article {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.team-members h3 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 27px;
}

.team-members p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.quote-strip {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 118px;
  overflow: hidden;
  padding: 24px 0;
  background: var(--emerald-950);
  color: var(--cream);
}

.quote-strip::before,
.quote-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: min(12vw, 150px);
  pointer-events: none;
}

.quote-strip::before {
  left: 0;
  background: linear-gradient(90deg, var(--emerald-950), rgba(0, 31, 26, 0));
}

.quote-strip::after {
  right: 0;
  background: linear-gradient(270deg, var(--emerald-950), rgba(0, 31, 26, 0));
}

.quote-marquee {
  width: 100%;
  overflow: hidden;
}

.quote-track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  min-width: 100%;
  padding-left: 32px;
  animation: quoteMarquee 68s linear infinite;
  will-change: transform;
}

.quote-strip:hover .quote-track {
  animation-play-state: paused;
}

.quote-word {
  display: inline-block;
  flex: 0 0 auto;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(30px, 4.2vw, 58px);
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}

.quote-diamond {
  content: "";
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(237, 207, 134, 0.88);
  background: linear-gradient(135deg, rgba(237, 207, 134, 0.32), rgba(237, 207, 134, 0.04));
  box-shadow: 0 0 20px rgba(237, 207, 134, 0.22);
  transform: rotate(45deg);
}

.quote-diamond::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(237, 207, 134, 0.62);
}

@keyframes quoteMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.hygiene {
  grid-template-columns: minmax(300px, 0.92fr) minmax(360px, 1.08fr);
}

.gallery {
  max-width: var(--container);
  margin: 0 auto;
  padding: 8px 24px 42px;
}

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

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.gallery-strip img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.78;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 0 0 rgba(61, 42, 22, 0);
  transition: transform 360ms ease, filter 360ms ease, box-shadow 360ms ease;
  will-change: transform;
}

.gallery-strip img:hover {
  z-index: 2;
  transform: translateY(-5px) scale(1.035);
  filter: saturate(1.08) contrast(1.04);
  box-shadow: 0 16px 30px rgba(61, 42, 22, 0.18);
}

.feedback-section,
.faq-section {
  max-width: var(--container);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.feedback-section {
  padding-top: 52px;
  padding-bottom: 34px;
}

.faq-section {
  padding-top: 18px;
  padding-bottom: 62px;
}

.feedback-heading,
.faq-heading {
  display: grid;
  justify-items: center;
  margin-bottom: 26px;
  text-align: center;
}

.feedback-heading h2,
.faq-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
  line-height: 0.95;
}

.feedback-heading p:not(.eyebrow),
.faq-heading p:not(.eyebrow) {
  max-width: 560px;
  margin: 16px 0 0;
  color: var(--muted);
}

.feedback-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feedback-card {
  display: grid;
  align-content: space-between;
  min-height: 198px;
  padding: 24px;
  background: var(--emerald-900);
  border: 1px solid rgba(237, 207, 134, 0.22);
  border-radius: 8px;
  color: var(--cream);
}

.feedback-card span {
  color: var(--copper);
  font-size: 13px;
  letter-spacing: 0.16em;
}

.feedback-card p {
  margin: 18px 0 20px;
  font-family: var(--serif);
  font-size: 25px;
  font-style: italic;
  line-height: 1.08;
}

.feedback-card cite {
  color: rgba(243, 216, 137, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.faq-panel {
  display: grid;
  align-content: start;
  max-width: 900px;
  margin: 0 auto;
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.faq-panel details {
  border-bottom: 1px solid var(--line);
}

.faq-panel details:last-child {
  border-bottom: 0;
}

.faq-panel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 0 24px;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.05;
  list-style: none;
}

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

.faq-panel summary::after {
  content: "+";
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(166, 111, 39, 0.34);
  border-radius: 999px;
  color: var(--copper-deep);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 700;
}

.faq-panel details[open] summary::after {
  content: "–";
}

.faq-panel details p {
  max-width: 620px;
  margin: -4px 24px 22px;
  color: var(--muted);
}

.seo-section {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px 24px 62px;
}

.seo-copy {
  max-width: 760px;
}

.seo-copy h2 {
  max-width: 680px;
  margin-bottom: 14px;
  color: var(--emerald-950);
  font-family: var(--serif);
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 600;
  line-height: 1.02;
}

.seo-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.footer {
  background: var(--emerald-950);
  color: var(--cream);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 1.1fr 0.8fr;
  gap: 38px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 54px 24px 34px;
}

.footer p,
.footer a {
  color: rgba(244, 231, 194, 0.74);
  font-size: 13px;
}

.footer h2 {
  margin-bottom: 14px;
  color: var(--cream);
  font-size: 25px;
}

.footer-main > div {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-contact {
  gap: 12px;
}

.footer-contact-block,
.footer-contact-links {
  display: grid;
  gap: 8px;
}

.footer-contact-links {
  margin-top: 4px;
}

.footer-contact p {
  margin: 0;
  line-height: 1.48;
}

.footer-contact a {
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.footer-brand {
  margin-bottom: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 18px 24px 24px;
  border-top: 1px solid var(--white-line);
  color: rgba(244, 231, 194, 0.58);
  font-size: 12px;
}

.made-by {
  color: rgba(244, 231, 194, 0.8);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.made-by span {
  color: #a78bfa;
}

.legal-page {
  min-height: 64vh;
  padding: 58px 24px 72px;
  background: var(--cream);
}

.legal-shell {
  max-width: 980px;
  margin: 0 auto;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-title {
  margin: 0 0 24px;
  color: var(--emerald-950);
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 78px);
  font-weight: 600;
  line-height: 0.95;
}

.legal-card {
  padding: clamp(24px, 5vw, 54px);
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow-wrap: anywhere;
}

.legal-card h2 {
  margin: 34px 0 10px;
  color: var(--copper-deep);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-card h2:first-child,
.legal-card section:first-child h2 {
  margin-top: 0;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.legal-card p {
  margin: 0 0 18px;
}

.legal-card a {
  color: var(--copper-deep);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-contact {
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
  background: var(--cream-2);
  border: 1px solid rgba(166, 111, 39, 0.28);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(61, 42, 22, 0.22);
}

.cookie-banner h2 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.cookie-banner a {
  color: var(--copper-deep);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1020px) {
  .promo-bar {
    gap: 12px;
    text-align: center;
  }

  .navbar {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
    border-color: transparent;
    background: transparent;
  }

  .nav-menu,
  .nav-cta {
    display: none;
  }

  .nav-menu.is-open {
    position: fixed;
    left: 0;
    right: 0;
    top: 102px;
    bottom: 0;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 10px;
    width: auto;
    min-height: calc(100svh - 102px);
    overflow: auto;
    padding: 32px 24px;
    border-top: 1px solid var(--white-line);
    background: var(--emerald-950);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.28);
  }

  .nav-menu.is-open a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(64vw, 260px);
    min-height: 48px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(237, 207, 134, 0.22);
    color: rgba(250, 243, 232, 0.86);
    text-align: center;
  }

  .nav-menu.is-open a:not(.nav-mobile-cta)::after {
    display: none;
  }

  .nav-menu.is-open .nav-mobile-cta {
    justify-content: center;
    width: auto;
    min-width: 178px;
    min-height: 42px;
    margin-top: 16px;
    padding: 0 20px;
    border: 1px solid rgba(237, 207, 134, 0.76);
    border-radius: 999px;
    color: var(--gold-light);
  }

  .nav-menu.is-open .nav-mobile-cta::after {
    display: none;
  }

  .benefits,
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-section,
  .team,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .feature-cards {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 210px;
  }

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

  .feedback-panel {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .promo-bar {
    display: none;
  }

  .navbar {
    min-height: 70px;
    padding: 0 18px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .brand-text {
    font-size: 34px;
  }

  .brand-logo {
    width: 178px;
    max-width: 58vw;
  }

  .nav-menu.is-open {
    top: 70px;
    min-height: calc(100svh - 70px);
  }

  .hero,
  .hero-content {
    min-height: 590px;
  }

  .hero::after {
    background:
      radial-gradient(circle at 62% 24%, rgba(237, 207, 134, 0.14), transparent 32%),
      linear-gradient(180deg, rgba(0, 31, 26, 0.16) 0%, rgba(0, 31, 26, 0.9) 54%, rgba(0, 20, 16, 0.98) 100%);
  }

  .hero-media img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: 67% top;
  }

  .hero-media {
    padding-right: 0;
  }

  .hero-content {
    align-content: end;
    padding: 285px 18px 44px;
  }

  .hero h1 {
    font-size: clamp(42px, 12.5vw, 50px);
    line-height: 0.98;
  }

  .hero p:not(.eyebrow) {
    font-size: 15px;
  }

  .benefits,
  .price-grid,
  .team-members,
  .gallery-strip,
  .feedback-panel {
    grid-template-columns: 1fr;
  }

  .benefit {
    min-height: auto;
    padding: 22px 18px;
  }

  .section,
  .gallery,
  .feedback-section,
  .faq-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2,
  .split-copy h2,
  .gallery h2,
  .feedback-heading h2,
  .faq-heading h2,
  .team-copy h2 {
    font-size: 42px;
  }

  .feedback-section {
    padding-top: 44px;
    padding-bottom: 30px;
  }

  .faq-section {
    padding-top: 10px;
    padding-bottom: 48px;
  }

  .feedback-card {
    min-height: 176px;
    padding: 22px 20px;
  }

  .feedback-card p {
    font-size: 24px;
  }

  .faq-panel summary {
    min-height: 68px;
    padding: 0 18px;
    font-size: 23px;
  }

  .faq-panel details p {
    margin: -2px 18px 20px;
  }

  .split-section {
    gap: 24px;
  }

  .split-media,
  .team-media {
    min-height: 290px;
  }

  .feature-cards {
    padding-left: 18px;
    padding-right: 18px;
  }

  .team-copy {
    padding: 24px 20px;
  }

  .quote-strip {
    min-height: 98px;
    padding: 22px 0;
  }

  .quote-track {
    gap: 18px;
    padding-left: 28px;
    animation-duration: 60s;
  }

  .quote-word {
    font-size: 28px;
  }

  .quote-diamond {
    width: 13px;
    height: 13px;
  }

  .quote-item cite {
    font-size: 10px;
  }

  .footer-main {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-bottom {
    display: grid;
    padding-left: 18px;
    padding-right: 18px;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .legal-page {
    padding: 42px 18px 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .loader-line span {
    animation: none;
    opacity: 1;
    transform: none;
    width: 100%;
  }

  .quote-marquee {
    overflow-x: auto;
  }

  .quote-track {
    animation: none;
    padding-right: 28px;
  }

  .hero-media img,
  .split-media img,
  .feature-card img,
  .team-media img,
  .gallery-strip img {
    transition: none;
  }

  .hero:hover .hero-media img,
  .split-media:hover img,
  .feature-card:hover img,
  .team-media:hover img,
  .gallery-strip img:hover {
    transform: none;
  }
}
