/* ============================================================
   אילוף מכל הלב - Design System
   Style: HOMESTEAD COZY WARM (21-homestead-cozy)
   Milky cream + caramel + copper + meadow green
   Serif-forward (Playfair Display / Frank Ruhl Libre)
   ============================================================ */

:root {
  /* Palette - Homestead Cozy */
  --cream:         #F5EADA;  /* milky cream background */
  --oat:           #E5D3B3;  /* oat secondary surface */
  --caramel:       #8B5A3C;  /* rich caramel primary */
  --caramel-deep:  #6F4530;  /* caramel hover */
  --copper:        #C8814C;  /* copper warm accent */
  --copper-soft:   #EED7BE;  /* copper wash */
  --meadow:        #6B8552;  /* meadow green */
  --meadow-soft:   #DDE4D1;
  --ink:           #2B1E14;  /* deep walnut ink */
  --ink-soft:      #5C4B3E;
  --ink-muted:     #8A7566;
  --rule:          #D9C6AD;  /* warm brown rule */
  --rule-soft:     #EADBC3;

  /* Semantic tokens (mapped) */
  --color-accent:        var(--caramel);
  --color-accent-hover:  var(--caramel-deep);
  --color-accent-soft:   var(--copper-soft);
  --color-accent-wash:   #FBF3E7;
  --color-secondary:     var(--meadow);
  --color-secondary-soft: var(--meadow-soft);
  --color-copper:        var(--copper);
  --color-dark:          var(--ink);

  --bg-primary: var(--cream);
  --bg-surface: #FDF7EC;         /* warm card cream */
  --bg-soft:    #EFDFC6;         /* oat-wash soft band */
  --bg-deep:    #2B1E14;
  --text-primary:   var(--ink);
  --text-secondary: var(--ink-soft);
  --text-muted:     var(--ink-muted);
  --text-inverse:   #FBF3E7;
  --border:       var(--rule);
  --border-soft:  var(--rule-soft);
  --success: #6B8552;
  --warning: #C8814C;
  --danger:  #A8432B;

  /* Brand-aware for panels */
  --brand: var(--caramel);
  --brand-h: var(--caramel-deep);
  --brand-soft: var(--copper-soft);
  --brand-border: var(--caramel);

  /* Spacing scale */
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.75rem;
  --space-xl: 3rem;
  --space-2xl: 5rem;
  --space-3xl: 7rem;

  /* Radii - cozy moderate, 6px buttons */
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --radius-xl: 22px;
  --radius-pill: 999px;

  /* Shadows - warm coffee tint, soft */
  --shadow-sm: 0 2px 6px rgba(110, 72, 40, 0.07);
  --shadow-md: 0 10px 24px rgba(110, 72, 40, 0.10);
  --shadow-lg: 0 18px 48px rgba(70, 42, 20, 0.14);
  --shadow-xl: 0 28px 72px rgba(50, 30, 15, 0.20);
  --shadow-accent: 0 10px 26px rgba(139, 90, 60, 0.25);

  /* Type scale - serif display, roomy */
  --fs-display: clamp(2.6rem, 6vw, 4.4rem);
  --fs-h1: clamp(2.2rem, 4.6vw, 3.3rem);
  --fs-h2: clamp(1.8rem, 3.6vw, 2.6rem);
  --fs-h3: clamp(1.35rem, 2.4vw, 1.7rem);
  --fs-h4: clamp(1.15rem, 2vw, 1.35rem);
  --fs-lead: clamp(1.12rem, 1.8vw, 1.26rem);
  --fs-body: 1.06rem;
  --fs-small: 0.94rem;
  --fs-xs: 0.84rem;

  /* Motion - soft settle 300-400ms */
  --transition-fast: 0.22s ease;
  --transition: 0.32s cubic-bezier(0.25, 0.8, 0.3, 1);
  --transition-slow: 0.42s cubic-bezier(0.25, 0.8, 0.3, 1);
  --ease-spring: cubic-bezier(0.22, 1, 0.36, 1);

  /* Layout */
  --container-max: 1200px;
  --container-narrow: 780px;
  --header-h: 84px;
  --header-h-scrolled: 68px;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  direction: rtl;
  font-family: 'Frank Ruhl Libre', 'Inter', 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: var(--fs-body);
  line-height: 1.75;
  color: var(--text-primary);
  background: var(--bg-primary);
  margin: 0;
  word-break: keep-all;
  overflow-x: hidden;
  background-image:
    radial-gradient(1200px 600px at 10% -10%, rgba(200, 129, 76, 0.08), transparent 60%),
    radial-gradient(900px 500px at 95% 110%, rgba(107, 133, 82, 0.07), transparent 60%);
  background-attachment: fixed;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--caramel); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--caramel-deep); }
ul, ol { padding-inline-start: 0; list-style: none; margin: 0; }
p { margin: 0 0 1em; max-width: 66ch; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea, select { font-family: inherit; font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', 'Merriweather', Georgia, serif;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--text-primary);
  margin: 0 0 0.55em;
}
h1 { font-size: var(--fs-h1); font-weight: 500; letter-spacing: -0.015em; }
h2 { font-size: var(--fs-h2); font-weight: 500; letter-spacing: -0.01em; }
h3 { font-size: var(--fs-h3); font-weight: 600; }
h4 { font-size: var(--fs-h4); font-weight: 600; }

.lead { font-size: var(--fs-lead); color: var(--text-secondary); line-height: 1.7; }

/* Hand-lettering pull quote accent */
.pull-quote,
.handwritten {
  font-family: 'Caveat', 'Dancing Script', 'Playfair Display', cursive;
  font-weight: 500;
  font-style: italic;
  color: var(--copper);
  line-height: 1.3;
}

/* ============================================================
   CONTAINERS & SECTIONS
   ============================================================ */
.container {
  width: min(100% - 2.5rem, var(--container-max));
  margin-inline: auto;
}
.container--narrow {
  width: min(100% - 2.5rem, var(--container-narrow));
  margin-inline: auto;
}
.section {
  padding-block: var(--space-3xl);
  position: relative;
}
.section + .section:not(.section--soft):not(.section--wash):not(.section--dark) {
  border-top: 1px solid var(--rule-soft);
}
.section--soft { background: var(--bg-soft); }
.section--wash { background: var(--color-accent-wash); }
.section--dark { background: var(--bg-deep); color: var(--text-inverse); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: var(--text-inverse); }
.section--tight { padding-block: var(--space-2xl); }

/* Warm section divider - tiny home-shape accent */
.section--soft + .section:not(.section--soft):not(.section--dark),
.section:not(.section--soft):not(.section--dark) + .section--soft {
  position: relative;
}
.cozy-rule {
  display: flex; align-items: center; justify-content: center;
  gap: 0.9em;
  margin: var(--space-xl) auto;
  max-width: 320px;
  color: var(--copper);
}
.cozy-rule::before, .cozy-rule::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--rule);
}
.cozy-rule svg { width: 22px; height: 22px; color: var(--copper); flex-shrink: 0; }

.section-head { text-align: center; max-width: 760px; margin: 0 auto var(--space-xl); }
.section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  color: var(--caramel);
  font-weight: 600;
  font-size: var(--fs-small);
  font-family: 'Inter', 'Frank Ruhl Libre', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: var(--space-md);
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.section-head .eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px; height: 1px;
  background: var(--copper);
}
.section-head h2 { margin-bottom: var(--space-sm); }
.section-head p { margin: 0 auto; color: var(--text-secondary); font-size: var(--fs-lead); }

/* ============================================================
   BUTTONS - chunky 12px padding, 6px radius, caramel fill
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 12px 26px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 1rem;
  font-family: 'Inter', 'Frank Ruhl Libre', sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.2;
  transition: transform var(--transition) var(--ease-spring), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
  text-decoration: none;
  white-space: nowrap;
  min-height: 52px;
  cursor: pointer;
  border: 2px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary {
  background: var(--caramel);
  color: #FBF3E7;
  box-shadow: var(--shadow-accent);
}
.btn--primary:hover {
  background: var(--caramel-deep);
  color: #FBF3E7;
  box-shadow: 0 16px 32px rgba(110, 70, 40, 0.32);
}
.btn--ghost {
  background: transparent;
  color: var(--caramel);
  border-color: var(--caramel);
}
.btn--ghost:hover {
  background: var(--caramel);
  color: #FBF3E7;
}
.btn--light {
  background: var(--bg-surface);
  color: var(--caramel);
  box-shadow: var(--shadow-md);
}
.btn--light:hover { box-shadow: var(--shadow-lg); }
.btn--pill { border-radius: var(--radius-pill); padding-inline: 2em; }
.btn--block { width: 100%; }
.btn__icon { width: 20px; height: 20px; flex-shrink: 0; }

/* ============================================================
   CARDS - cream bg, copper top border, warm shadow
   ============================================================ */
.card {
  background: var(--bg-surface);
  border: 1px solid var(--rule-soft);
  border-top: 3px solid var(--copper);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-top-color: var(--caramel);
}
.card__icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--copper-soft);
  color: var(--copper);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: var(--space-md);
  border: 1px solid rgba(200, 129, 76, 0.25);
}
.card__icon svg { width: 44px; height: 44px; color: var(--copper); }
.card h3 { margin-bottom: 0.4em; color: var(--ink); }
.card p { color: var(--text-secondary); margin: 0; line-height: 1.7; }

/* Grid utilities */
.grid { display: grid; gap: var(--space-lg); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ============================================================
   FORMS
   ============================================================ */
.form { display: grid; gap: var(--space-md); }
.field { position: relative; }
.field label {
  position: absolute;
  top: 16px;
  inset-inline-start: 20px;
  font-size: 0.98rem;
  color: var(--text-muted);
  background: var(--bg-surface);
  padding: 0 6px;
  pointer-events: none;
  transition: all 0.22s ease;
  border-radius: 4px;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 1.1em 1.2em;
  background: var(--bg-surface);
  border: 1.5px solid var(--rule);
  border-radius: var(--radius-sm);
  font-size: 1rem;
  color: var(--text-primary);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: var(--caramel);
  box-shadow: 0 0 0 4px var(--copper-soft);
}
.field input:focus + label,
.field textarea:focus + label,
.field input:not(:placeholder-shown) + label,
.field textarea:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 0.82rem;
  color: var(--caramel);
}
.field--has-value label { top: -10px; font-size: 0.82rem; color: var(--caramel); }
.field__error {
  color: var(--danger);
  font-size: 0.86rem;
  margin-top: 0.3em;
  min-height: 1em;
}
.form__success {
  text-align: center;
  padding: var(--space-lg);
  background: var(--copper-soft);
  border-radius: var(--radius-md);
  color: var(--ink);
  display: none;
}
.form__success.is-visible { display: block; }

/* Spinner */
.btn .spinner {
  width: 18px; height: 18px;
  border: 2.5px solid rgba(251, 243, 231, 0.4);
  border-top-color: #FBF3E7;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  display: none;
}
.btn.is-loading .spinner { display: inline-block; }
.btn.is-loading .btn__label { opacity: 0.7; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ============================================================
   HEADER / NAV - friendly serif, underline active
   ============================================================ */
.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(245, 234, 218, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: height var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.site-header.is-scrolled {
  height: var(--header-h-scrolled);
  background: rgba(253, 247, 236, 0.97);
  border-bottom-color: var(--rule-soft);
  box-shadow: var(--shadow-sm);
}
.site-header__inner {
  display: flex;
  padding-inline: clamp(20px, 4vw, 60px);
  align-items: center;
  justify-content: space-between;
  gap: var(--space-lg);
  width: 100%;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 0.65em;
  text-decoration: none;
  color: var(--text-primary);
  flex-shrink: 0;
}
.site-logo img { max-height: 54px; width: auto; object-fit: contain; }
.site-logo__text {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', serif;
  font-size: 1.28rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.site-logo__icon {
  width: 44px; height: 44px;
  background: var(--copper-soft);
  color: var(--copper);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(200, 129, 76, 0.3);
}
.site-logo__icon svg { width: 24px; height: 24px; }

.site-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.site-nav__list {
  display: flex;
  gap: 0.2em;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.site-nav__list a {
  color: var(--ink-soft);
  font-family: 'Playfair Display', 'Frank Ruhl Libre', serif;
  font-weight: 500;
  font-size: 1.02rem;
  padding: 0.5em 0.9em;
  border-radius: 0;
  position: relative;
  transition: color var(--transition);
}
.site-nav__list a::after {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 4px;
  height: 2px;
  background: var(--copper);
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: center;
  transition: opacity var(--transition), transform var(--transition);
}
.site-nav__list a:hover,
.site-nav__list a.is-active {
  color: var(--caramel);
  background: transparent;
}
.site-nav__list a:hover::after,
.site-nav__list a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-cta { flex-shrink: 0; }
.header-cta .btn { padding: 10px 20px; min-height: 46px; font-size: 0.96rem; }

.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  border-radius: var(--radius-sm);
  background: var(--bg-surface);
  border: 1px solid var(--rule);
  align-items: center; justify-content: center;
}
.nav-toggle svg { width: 24px; height: 24px; color: var(--ink); }

/* Mobile drawer */
.mobile-drawer {
  position: fixed;
  inset: 0;
  background: rgba(43, 30, 20, 0.5);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}
.mobile-drawer.is-open { opacity: 1; visibility: visible; }
.mobile-drawer__panel {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
  width: min(340px, 85vw);
  background: var(--bg-surface);
  padding: var(--space-xl) var(--space-lg) var(--space-lg);
  transform: translateX(100%);
  transition: transform var(--transition) var(--ease-spring);
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
[dir="rtl"] .mobile-drawer__panel { transform: translateX(-100%); }
.mobile-drawer.is-open .mobile-drawer__panel { transform: translateX(0); }
.mobile-drawer__close {
  position: absolute;
  top: 16px; inset-inline-start: 16px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--bg-soft);
  display: flex; align-items: center; justify-content: center;
}
.mobile-drawer__close svg { width: 22px; height: 22px; }
.mobile-drawer__list {
  display: flex; flex-direction: column;
  gap: 0.2em; text-align: center; margin-top: var(--space-lg);
  font-family: 'Playfair Display', 'Frank Ruhl Libre', serif;
}
.mobile-drawer__list a {
  display: block;
  padding: 0.9em 1em;
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-weight: 500;
  font-size: 1.1rem;
  text-align: center;
  justify-content: center;
}
.mobile-drawer__list a.is-active,
.mobile-drawer__list a:hover {
  background: var(--copper-soft);
  color: var(--caramel);
}
.mobile-drawer__cta { margin-top: auto; display: flex; flex-direction: column; gap: var(--space-sm); }

/* ============================================================
   HERO - wide cozy photo + welcome text
   ============================================================ */
.hero {
  position: relative;
  padding-block: calc(var(--header-h) + var(--space-2xl)) var(--space-3xl);
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(245,234,218,0) 0%, rgba(239, 223, 198, 0.55) 100%);
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: var(--space-2xl);
  align-items: center;
}
.hero__content { position: relative; z-index: 2; }
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  background: transparent;
  color: var(--caramel);
  padding: 0;
  border-radius: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: var(--space-md);
}
.hero__eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 4px rgba(200, 129, 76, 0.2);
  animation: pulse 2.4s infinite;
}
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(200, 129, 76, 0.06); } }
.hero h1 {
  font-size: var(--fs-display);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: var(--space-md);
  letter-spacing: -0.02em;
  color: var(--ink);
}
.hero h1 .accent {
  color: var(--caramel);
  position: relative;
  white-space: nowrap;
  font-style: italic;
  font-family: 'Playfair Display', serif;
}
.hero h1 .accent::after {
  content: '';
  position: absolute;
  inset-inline: -2px;
  bottom: 4px;
  height: 10px;
  background: rgba(200, 129, 76, 0.22);
  z-index: -1;
  border-radius: 3px;
}
.hero__subtitle {
  font-size: var(--fs-lead);
  color: var(--text-secondary);
  margin-bottom: var(--space-lg);
  max-width: 52ch;
  line-height: 1.75;
}
.hero__cta {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
  margin-bottom: var(--space-lg);
}
.hero__social-proof {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  flex-wrap: wrap;
  color: var(--text-secondary);
  font-size: var(--fs-small);
}
.hero__avatars { display: flex; }
.hero__avatars span {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--copper-soft);
  border: 2px solid var(--bg-primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem;
  margin-inline-start: -12px;
}
.hero__avatars span:first-child { margin-inline-start: 0; }
.hero__visual {
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--copper-soft);
  box-shadow: var(--shadow-xl);
  transform: rotate(-0.6deg);
}
.hero__visual img {
  width: 100%; height: 100%; object-fit: cover;
  filter: sepia(0.12) saturate(1.05) brightness(1.02);
}
.hero__visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(43,30,20,0.38), transparent 55%),
    linear-gradient(135deg, rgba(200, 129, 76, 0.08), transparent 50%);
  z-index: 1;
}
.hero__visual::after {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(251, 243, 231, 0.55);
  border-radius: calc(var(--radius-xl) - 8px);
  pointer-events: none;
  z-index: 2;
}
.hero__badge {
  position: absolute;
  bottom: 26px;
  inset-inline-start: 26px;
  background: rgba(253, 247, 236, 0.97);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-md);
  padding: 0.85em 1.15em;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.75em;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--rule-soft);
}
.hero__badge__icon {
  width: 44px; height: 44px;
  background: var(--copper-soft);
  color: var(--copper);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.hero__badge strong { color: var(--ink); display: block; font-size: 0.96rem; font-family: 'Playfair Display', serif; font-weight: 600; }
.hero__badge span { color: var(--text-secondary); font-size: 0.84rem; }

.hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: -1;
  opacity: 0.55;
}
.hero__blob--1 {
  width: 440px; height: 440px;
  background: radial-gradient(circle, var(--copper-soft), transparent 70%);
  top: -120px; inset-inline-start: -120px;
}
.hero__blob--2 {
  width: 320px; height: 320px;
  background: radial-gradient(circle, var(--meadow-soft), transparent 70%);
  bottom: -60px; inset-inline-end: -60px;
}

.hero--inner {
  padding-block: calc(var(--header-h) + var(--space-xl)) var(--space-2xl);
  background:
    linear-gradient(180deg, var(--color-accent-wash) 0%, var(--bg-primary) 100%);
  text-align: center;
}
.hero--inner .hero__grid { grid-template-columns: 1fr; text-align: center; }
.hero--inner h1 { margin-inline: auto; max-width: 22ch; }
.hero--inner .hero__subtitle { margin-inline: auto; }
.hero--inner .hero__cta { justify-content: center; }
.hero--inner .breadcrumb { justify-content: center; }

.breadcrumb {
  display: flex;
  gap: 0.5em;
  color: var(--text-muted);
  font-size: 0.92rem;
  font-family: 'Inter', sans-serif;
  margin-bottom: var(--space-md);
  flex-wrap: wrap;
}
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--caramel); }

/* ============================================================
   FEATURE / CHECK TILES
   ============================================================ */
.check-list { display: grid; gap: var(--space-md); }
.check-item {
  display: flex;
  gap: 1em;
  align-items: flex-start;
  padding: var(--space-md);
  background: var(--bg-surface);
  border: 1px solid var(--rule-soft);
  border-radius: var(--radius-lg);
  transition: transform var(--transition), box-shadow var(--transition);
}
.check-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.check-item__bullet {
  width: 52px; height: 52px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--copper-soft);
  color: var(--copper);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(200, 129, 76, 0.25);
}
.check-item__bullet svg { width: 28px; height: 28px; color: var(--copper); }
.check-item__body strong {
  display: block;
  margin-bottom: 0.2em;
  color: var(--ink);
  font-family: 'Playfair Display', 'Frank Ruhl Libre', serif;
  font-weight: 600;
  font-size: 1.1rem;
}
.check-item__body span { color: var(--text-secondary); font-size: 0.98rem; }

/* Step tiles */
.steps { display: grid; gap: var(--space-md); grid-template-columns: repeat(4, 1fr); }
.step {
  background: var(--bg-surface);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  border: 1px solid var(--rule-soft);
  border-top: 3px solid var(--copper);
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.step__num {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: var(--caramel);
  color: #FBF3E7;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: var(--space-md);
  box-shadow: var(--shadow-accent);
}

/* Service card */
.service-card {
  background: var(--bg-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--rule-soft);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--copper);
}
.service-card__media {
  aspect-ratio: 16/10;
  background: var(--copper-soft);
  position: relative;
  overflow: hidden;
}
.service-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease;
  filter: sepia(0.14) saturate(1.05) brightness(1.02);
}
.service-card:hover .service-card__media img { transform: scale(1.05); }
.service-card__body { padding: var(--space-lg); flex: 1; display: flex; flex-direction: column; }
.service-card__icon {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--bg-surface);
  color: var(--copper);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: var(--space-md);
  margin-top: -46px;
  border: 4px solid var(--bg-surface);
  box-shadow: var(--shadow-md);
  position: relative;
  z-index: 1;
}
.service-card__icon svg { width: 44px; height: 44px; color: var(--copper); }
.service-card h3 { margin-bottom: 0.35em; font-family: 'Playfair Display', serif; }
.service-card p { color: var(--text-secondary); margin: 0 0 var(--space-md); line-height: 1.7; }
.service-card__cta {
  margin-top: auto;
  color: var(--caramel);
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
}
.service-card__cta::after { content: '←'; transition: transform var(--transition); }
.service-card:hover .service-card__cta::after { transform: translateX(-4px); }

/* ============================================================
   TESTIMONIALS - conversation style
   ============================================================ */
.testimonial {
  background: var(--bg-surface);
  border: 1px solid var(--rule-soft);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}
.testimonial::before {
  content: '"';
  position: absolute;
  top: -12px;
  inset-inline-end: 20px;
  font-family: 'Playfair Display', serif;
  font-size: 5.5rem;
  line-height: 1;
  color: var(--copper-soft);
  pointer-events: none;
  z-index: 0;
}
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testimonial__stars { color: var(--copper); margin-bottom: var(--space-sm); font-size: 1.05rem; letter-spacing: 2px; position: relative; z-index: 1; }
.testimonial__text {
  color: var(--ink);
  line-height: 1.75;
  margin-bottom: var(--space-md);
  font-size: 1.02rem;
  font-family: 'Frank Ruhl Libre', 'Inter', serif;
  position: relative;
  z-index: 1;
}
.testimonial__author { display: flex; align-items: center; gap: 0.8em; position: relative; z-index: 1; }
.testimonial__avatar {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: var(--copper-soft);
  color: var(--caramel);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 600;
  flex-shrink: 0;
  overflow: hidden;
  border: 2px solid var(--bg-surface);
  box-shadow: 0 0 0 1px var(--rule);
}
.testimonial__avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial__meta strong { display: block; color: var(--ink); font-weight: 600; font-family: 'Playfair Display', serif; }
.testimonial__meta span { color: var(--text-muted); font-size: 0.92rem; }

/* ============================================================
   FAQ (accordion)
   ============================================================ */
.faq { display: grid; gap: var(--space-sm); max-width: 820px; margin-inline: auto; }
.faq-item {
  background: var(--bg-surface);
  border: 1px solid var(--rule-soft);
  border-radius: var(--radius-md);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.faq-item[open] {
  border-color: var(--copper);
  box-shadow: var(--shadow-md);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15em 1.3em;
  font-weight: 600;
  font-family: 'Playfair Display', 'Frank Ruhl Libre', serif;
  font-size: 1.08rem;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  width: 34px; height: 34px;
  background: var(--copper-soft);
  color: var(--caramel);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  flex-shrink: 0;
  transition: transform var(--transition), background var(--transition);
}
.faq-item[open] summary::after {
  content: '+';
  background: var(--caramel);
  color: #FBF3E7;
  transform: rotate(45deg);
}
.faq-item__body {
  padding: 0 1.3em 1.3em;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* ============================================================
   CONTACT / CTA BLOCKS
   ============================================================ */
.contact-block {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-2xl);
  align-items: start;
  background: var(--bg-surface);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  border: 1px solid var(--rule-soft);
  box-shadow: var(--shadow-md);
}
.contact-info__item {
  display: flex;
  gap: 0.9em;
  padding: 0.9em 0;
  border-bottom: 1px dashed var(--rule);
}
.contact-info__item:last-child { border-bottom: 0; }
.contact-info__icon {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--copper-soft);
  color: var(--copper);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(200, 129, 76, 0.2);
}
.contact-info__icon svg { width: 22px; height: 22px; }
.contact-info__body { display: flex; flex-direction: column; gap: 2px; }
.contact-info__label { color: var(--text-muted); font-size: 0.88rem; }
.contact-info__value { color: var(--ink); font-weight: 600; font-size: 1.06rem; font-family: 'Playfair Display', serif; }
.contact-info__value a { color: inherit; }

.social-row { display: flex; gap: 0.55em; margin-top: var(--space-md); flex-wrap: wrap; }
.social-row a {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--bg-surface);
  color: var(--caramel);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition), color var(--transition), transform var(--transition);
  border: 1px solid var(--rule);
}
.social-row a:hover {
  background: var(--caramel);
  color: #FBF3E7;
  transform: translateY(-3px);
  border-color: var(--caramel);
}
.social-row svg { width: 20px; height: 20px; }

/* Mid-page narrow form */
.form-narrow {
  max-width: 480px;
  margin-inline: auto;
  background: var(--bg-surface);
  padding: var(--space-xl);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--rule-soft);
  border-top: 4px solid var(--copper);
}
.form-narrow h3 {
  text-align: center;
  margin-bottom: 0.4em;
  font-family: 'Playfair Display', serif;
}
.form-narrow p { text-align: center; color: var(--text-secondary); margin-bottom: var(--space-md); }

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}
.gallery-item {
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--copper-soft);
  position: relative;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--rule-soft);
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s ease;
  filter: sepia(0.14) saturate(1.05) brightness(1.02);
}
.gallery-item:hover img { transform: scale(1.08); }

/* Stats */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
  text-align: center;
}
.stat {
  padding: var(--space-lg);
  background: var(--bg-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--rule-soft);
  border-top: 2px solid var(--copper);
}
.stat__num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4.2vw, 3rem);
  font-weight: 600;
  color: var(--caramel);
  line-height: 1;
  margin-bottom: 0.2em;
  font-style: italic;
}
.stat__label { color: var(--text-secondary); font-size: 1rem; }

/* Big CTA band */
.cta-band {
  background:
    linear-gradient(135deg, var(--caramel) 0%, var(--caramel-deep) 100%);
  color: #FBF3E7;
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}
.cta-band::before, .cta-band::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(251,243,231,0.08);
  pointer-events: none;
}
.cta-band::before { width: 320px; height: 320px; top: -100px; inset-inline-end: -100px; }
.cta-band::after { width: 220px; height: 220px; bottom: -70px; inset-inline-start: -60px; }
.cta-band h2 { color: #FBF3E7; position: relative; z-index: 1; font-style: italic; }
.cta-band p { color: rgba(251, 243, 231, 0.92); margin-inline: auto; max-width: 52ch; position: relative; z-index: 1; font-size: var(--fs-lead); }
.cta-band .btn { position: relative; z-index: 1; margin-top: var(--space-md); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--bg-deep);
  color: rgba(251, 243, 231, 0.82);
  padding-block: var(--space-2xl) var(--space-lg);
  background-image:
    linear-gradient(180deg, rgba(200, 129, 76, 0.08), transparent 30%);
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: var(--space-xl);
  margin-bottom: var(--space-xl);
}
.site-footer h4 {
  color: #FBF3E7;
  font-family: 'Playfair Display', serif;
  font-size: 1.12rem;
  font-weight: 600;
  margin-bottom: var(--space-md);
}
.site-footer a { color: rgba(251, 243, 231, 0.78); transition: color var(--transition); }
.site-footer a:hover { color: var(--copper); }
.site-footer__brand .site-logo__text { color: #FBF3E7; }
.site-footer__brand .site-logo__icon { background: rgba(200, 129, 76, 0.2); color: var(--copper); border-color: rgba(200, 129, 76, 0.3); }
.site-footer__brand p { color: rgba(251, 243, 231, 0.68); font-size: 0.98rem; line-height: 1.7; }
.site-footer__links ul li { padding: 0.3em 0; }
.site-footer__links ul a { display: block; }
.site-footer__contact li {
  display: flex; gap: 0.6em; align-items: center;
  padding: 0.35em 0;
  color: rgba(251, 243, 231, 0.78);
  font-size: 0.96rem;
}
.site-footer__contact svg { width: 16px; height: 16px; opacity: 0.7; color: var(--copper); }
.site-footer__hours ul { font-size: 0.95rem; }
.site-footer__bottom {
  padding-top: var(--space-md);
  border-top: 1px solid rgba(251, 243, 231, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-sm) var(--space-lg);
  font-size: 0.9rem;
  color: rgba(251, 243, 231, 0.58);
  text-align: center;
}
.site-footer__bottom a { color: rgba(251, 243, 231, 0.7); }
.site-footer__credit {
  display: flex; gap: 0.3em; align-items: center;
}
.site-footer__credit .heart { color: var(--copper); }

/* ============================================================
   ANIMATIONS (reveal on scroll)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease-spring), transform 0.7s var(--ease-spring); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 0.55s var(--ease-spring), transform 0.55s var(--ease-spring); }
.reveal-stagger.is-visible > * { opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0.0s; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.08s; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.16s; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.24s; }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.32s; }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.40s; }
.reveal-stagger.is-visible > *:nth-child(7) { transition-delay: 0.48s; }
.reveal-stagger.is-visible > *:nth-child(8) { transition-delay: 0.56s; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-stagger > * { opacity: 1 !important; transform: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   LOGIN PAGE
   ============================================================ */
.login-wrap, .login-page {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-lg);
  background:
    radial-gradient(circle at 30% 20%, var(--copper-soft) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, var(--meadow-soft) 0%, transparent 50%),
    var(--bg-primary);
}
.login-card {
  width: 100%;
  max-width: 440px;
  background: var(--bg-surface);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl) var(--space-xl);
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--rule-soft);
  border-top: 4px solid var(--copper);
}
.login-logo, .login-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  margin-bottom: var(--space-xl);
  color: var(--ink);
}
.login-logo img, .login-card__logo img { max-height: 60px; width: auto; object-fit: contain; }
.login-logo__icon {
  width: 60px; height: 60px;
  background: var(--copper-soft);
  color: var(--copper);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.login-logo__icon svg { width: 32px; height: 32px; }
.login-logo__text { font-family: 'Playfair Display', serif; font-size: 1.35rem; color: var(--ink); font-weight: 600; }
.login-card h1, .login-card__title { text-align: center; margin-bottom: 0.3em; font-size: 1.7rem; font-family: 'Playfair Display', serif; }
.login-card p.login-hint, .login-card__subtitle { text-align: center; color: var(--text-secondary); margin-bottom: var(--space-lg); }
.login-error, .login-card__alert {
  display: none;
  background: #F7E3DD;
  color: var(--danger);
  padding: 0.8em 1em;
  border-radius: var(--radius-sm);
  font-size: 0.96rem;
  margin-bottom: var(--space-md);
  border: 1px solid rgba(168, 67, 43, 0.25);
}
.login-error.is-visible, .login-card__alert.is-visible { display: block; }
.login-password-wrap, .field--password { position: relative; }
.login-password-toggle, .field__toggle {
  position: absolute;
  top: 50%;
  inset-inline-start: 10px;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted);
  border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
}
.login-password-toggle:hover, .field__toggle:hover { color: var(--caramel); background: var(--copper-soft); }
.login-password-toggle svg, .field__toggle svg { width: 22px; height: 22px; }
.login-password-wrap .field input, .field--password input { padding-inline-start: 52px; }
.login-footer, .login-card__footer {
  text-align: center;
  margin-top: var(--space-lg);
  font-size: 0.92rem;
  color: var(--text-muted);
}
.login-footer a, .login-card__footer a { color: var(--caramel); }

/* ============================================================
   HEALTH ERROR OVERLAY
   ============================================================ */
.health-error {
  position: fixed;
  inset: 0;
  background: var(--bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: var(--space-lg);
}
.health-error__card {
  max-width: 420px;
  text-align: center;
  background: var(--bg-surface);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--rule-soft);
}
.health-error__icon {
  width: 72px; height: 72px;
  background: #F7E3DD;
  color: var(--danger);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto var(--space-md);
}

/* ============================================================
   SPLIT 50/50 (content + form end-of-page section)
   ============================================================ */
.split-50 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-2xl); align-items: start; }
.split-50__content h2 { margin-bottom: var(--space-sm); }
.split-50__content > p { color: var(--text-secondary); font-size: var(--fs-lead); margin-bottom: var(--space-md); }

/* ============================================================
   VISUAL BREAKS - image bands + asymmetric splits (cozy cabin feel)
   ============================================================ */
.section-image-band {
  position: relative;
  min-height: 380px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: var(--space-xl) 0;
}
.section-image-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(43, 30, 20, 0.65), rgba(43, 30, 20, 0.2) 60%, transparent),
    linear-gradient(0deg, rgba(200, 129, 76, 0.08), transparent);
  z-index: 1;
}
.section-image-band__content {
  position: relative;
  z-index: 2;
  color: #FBF3E7;
  padding: var(--space-lg) var(--space-xl);
  max-width: 720px;
}
.section-image-band__content h2 {
  color: #FBF3E7;
  font-size: clamp(28px, 4.2vw, 46px);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: var(--space-md);
}
.section-image-band__content p {
  color: rgba(251, 243, 231, 0.92);
  font-size: 18px;
  line-height: 1.7;
  max-width: 48ch;
}

.section-split {
  padding: var(--space-xl) 0;
}
.section-split__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(28px, 5vw, 88px);
  align-items: center;
}
.section-split__media { position: relative; }
.section-split__media img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  filter: sepia(0.14) saturate(1.08) brightness(1.02);
}
.section-split__media::after {
  content: '';
  position: absolute;
  inset: -12px;
  inset-inline-start: -18px;
  border: 2px solid var(--copper);
  border-radius: var(--radius-lg);
  z-index: -1;
  opacity: 0.45;
  transform: rotate(-0.8deg);
}
.section-split__content h2 {
  margin-bottom: var(--space-md);
}
.section-split__content .eyebrow { color: var(--caramel); font-family: 'Inter', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.9rem; margin-bottom: var(--space-sm); display: inline-block; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; gap: var(--space-xl); }
  .hero__visual { max-width: 540px; margin: 0 auto; aspect-ratio: 4/3; transform: none; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: var(--space-lg); }
  .contact-block { grid-template-columns: 1fr; gap: var(--space-xl); }
  .split-50 { grid-template-columns: 1fr; gap: var(--space-xl); }
  .section-split__grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 820px) {
  :root { --header-h: 74px; --header-h-scrolled: 62px; }
  .section { padding-block: var(--space-2xl); }
  .site-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .hero { min-height: 100svh; padding-block: calc(var(--header-h) + var(--space-xl)) var(--space-2xl); display: flex; align-items: center; }
  .hero__grid { align-items: center; }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__bottom { flex-direction: column; text-align: center; }
  .contact-block { padding: var(--space-lg); }
  .form-narrow { padding: var(--space-lg); }
  .cta-band { padding: var(--space-xl) var(--space-lg); }
  .section-image-band { min-height: 300px; }
  .section-image-band__content { padding: 24px; }
}
@media (max-width: 480px) {
  h1 { font-size: clamp(1.9rem, 9vw, 2.5rem); }
  .gallery-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .hero__visual { aspect-ratio: 4/4.5; }
}

/* Utility */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.text-center { text-align: center; }
.mt-md { margin-top: var(--space-md); }
.mt-lg { margin-top: var(--space-lg); }
.mt-xl { margin-top: var(--space-xl); }
