/* =====================================================
   Walters Weidelbach – Gasthaus
   Custom Stylesheet
   ===================================================== */

/* ---------- Manrope (lokal, latin, variable) ---------- */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/manrope-variable.woff2') format('woff2-variations'),
       url('../fonts/manrope-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/caveat-variable.woff2') format('woff2-variations'),
       url('../fonts/caveat-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC;
}

/* ---------- Brand Tokens ---------- */
:root {
  --wr-green: #1f5136;
  --wr-green-700: #173e29;
  --wr-green-500: #2a6f4a;
  --wr-green-100: #e9f0eb;
  --wr-cream: #f6f3ec;
  --wr-sand: #efe9dc;
  --wr-warm: #f9f6ef;
  --wr-ink: #1a1f1c;
  --wr-muted: #6b736d;
  --wr-line: #e3ddd0;
  --wr-accent: #c8a96a;

  --shadow-soft: 0 12px 32px -12px rgba(31, 81, 54, 0.18);
  --shadow-card: 0 24px 60px -28px rgba(31, 81, 54, 0.32);
  --shadow-room: 0 30px 80px -40px rgba(31, 81, 54, 0.5);
  --radius-sm: 4px;
  --radius-md: 10px;
  --radius-lg: 22px;
  --radius-xl: 32px;

  --font-sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-script: 'Caveat', 'Brush Script MT', cursive;
}

/* ---------- Globale Basics ---------- */
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 400;
  color: var(--wr-ink);
  background: var(--wr-warm);
  line-height: 1.65;
  letter-spacing: -0.005em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.018em;
  color: var(--wr-ink);
  line-height: 1.15;
}
h2 { font-size: clamp(1.65rem, 2.8vw, 2.35rem); }
h3 { font-size: clamp(1.1rem, 1.6vw, 1.38rem); }

a { color: var(--wr-green); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--wr-green-500); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--wr-accent);
  outline-offset: 3px;
}
::selection { background: var(--wr-green); color: #fff; }

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 2000;
  background: #fff;
  color: var(--wr-green-700);
  padding: .75rem 1rem;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-card);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}

/* ---------- Buttons ---------- */
.btn {
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 4px;
  padding: .85rem 1.6rem;
  transition: transform .2s ease, box-shadow .25s ease, background-color .2s ease;
}
.btn-primary {
  background: var(--wr-green);
  border-color: var(--wr-green);
  color: #fff;
  box-shadow: var(--shadow-soft);
}
.btn-primary:hover, .btn-primary:focus {
  background: var(--wr-green-700);
  border-color: var(--wr-green-700);
  color: #fff;
  box-shadow: 0 18px 40px -16px rgba(31, 81, 54, .42);
}
.btn-ghost {
  background: transparent;
  border: 1.5px solid var(--wr-green);
  color: var(--wr-green);
}
.btn-ghost:hover { background: var(--wr-green); color: #fff; }
.btn-light-outline {
  border: 1.5px solid #fff; color: #fff; background: transparent;
}
.btn-light-outline:hover { background: #fff; color: var(--wr-green); }
.btn-pill { border-radius: 999px; }

/* ---------- Decoratives ---------- */
.eyebrow {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: var(--wr-green);
  display: inline-flex; align-items: center; gap: .65rem;
}
.eyebrow::before {
  content: ""; width: 28px; height: 1px;
  background: currentColor; display: inline-block;
}
.script {
  font-family: var(--font-script);
  font-weight: 600;
  font-style: italic;
  color: var(--wr-green);
  letter-spacing: 0;
}
.script-deco {
  font-family: var(--font-script);
  font-weight: 600;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  color: var(--wr-green);
  opacity: .85;
  line-height: 1;
  position: absolute;
  pointer-events: none;
  transform: rotate(-6deg);
  z-index: 2;
}
.section {
  padding: clamp(4rem, 7vw, 7rem) 0;
  position: relative;
  overflow: hidden;
}
.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(31,81,54,.055), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(200,169,106,.09), transparent 30%);
  pointer-events: none;
}
.section > .container {
  position: relative;
  z-index: 1;
}
.section-tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }

/* =====================================================
   Top Bar
   ===================================================== */
.topbar {
  background: var(--wr-green-700);
  color: #d8e2dc;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.topbar a { color: #d8e2dc; }
.topbar a:hover { color: #fff; }
.topbar .topbar-row {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  gap: 1rem;
  flex-wrap: wrap;
}
.topbar .topbar-meta { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.topbar .topbar-meta i { margin-right: .4rem; opacity: .85; }

/* =====================================================
   Navigation
   ===================================================== */
.site-nav {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--wr-line);
  position: sticky; top: 0; z-index: 1030;
}
.site-nav .navbar-brand { padding: .35rem 0; }
.site-nav .navbar-brand img { height: 56px; width: auto; display: block; }

.site-nav .nav-link,
.site-nav .page_item > a {
  color: var(--wr-ink) !important;
  font-weight: 600;
  font-size: 13px !important;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .85rem .9rem !important;
  position: relative;
  display: block;
}
.site-nav .nav-link::after,
.site-nav .page_item > a::after {
  content: "";
  position: absolute;
  left: .9rem; right: .9rem; bottom: .55rem;
  height: 2px; background: var(--wr-green);
  transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.site-nav .nav-link:hover::after,
.site-nav .nav-link.active::after,
.site-nav .current_page_item > a::after { transform: scaleX(1); }
.nav-cta { margin-left: 1rem; }

/* =====================================================
   Hero
   ===================================================== */
.hero {
  position: relative;
  min-height: clamp(620px, 88vh, 820px);
  display: flex; align-items: center;
  background: linear-gradient(180deg, #4f6555 0%, #2c4334 100%);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(44,67,52,.78) 0%, rgba(44,67,52,.68) 48%, rgba(44,67,52,.52) 100%),
    linear-gradient(180deg, rgba(79,101,85,.45), rgba(44,67,52,.72)),
    url("../img/head-bg.jpg") center / cover no-repeat;
  opacity: .72;
  pointer-events: none;
  z-index: -1;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,.035) 0 14px, transparent 14px 28px),
    radial-gradient(60% 50% at 80% 20%, rgba(255,255,255,.08), transparent 60%),
    radial-gradient(40% 40% at 10% 90%, rgba(200,169,106,.18), transparent 60%),
    linear-gradient(transparent 0%, transparent 50%, rgba(0,0,0,.35) 100%),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,0.012) 3px 4px);
  pointer-events: none;
  z-index: -1;
}
.hero h1 {
  font-size: clamp(2.15rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #fff;
}
.hero h1 .accent {
  display: block;
  font-family: var(--font-script);
  font-style: italic;
  font-weight: 600;
  text-transform: none;
  font-size: clamp(1.95rem, 4vw, 3.2rem);
  color: var(--wr-accent);
  letter-spacing: 0;
  margin-bottom: .25em;
  line-height: 1;
}
.hero .subline {
  font-size: clamp(.9rem, 1.4vw, 1.02rem);
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  margin-top: 1.25rem;
}
.hero .lead {
  color: rgba(255,255,255,.78);
  max-width: 36rem;
  margin-top: 1.5rem;
}

/* placeholder image for hero room */
.image-placeholder {
  background:
    repeating-linear-gradient(45deg, rgba(31,81,54,.06) 0 14px, transparent 14px 28px),
    var(--wr-green-100);
  border: 1px dashed rgba(31,81,54,.22);
  border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  color: var(--wr-green);
  font-weight: 600; font-size: .85rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center;
  padding: 2rem;
  min-height: 260px;
  position: relative;
}
.image-placeholder.tall { min-height: 380px; }
.image-placeholder.short { min-height: 180px; }
.image-placeholder.dark {
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.05) 0 14px, transparent 14px 28px),
    rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.25);
  color: rgba(255,255,255,.85);
}
.section-image {
  display: block;
  width: 100%;
  min-height: 260px;
  border-radius: var(--radius-lg);
  object-fit: cover;
}
.section-image.tall {
  min-height: 380px;
  height: 100%;
}

/* =====================================================
   Hero Room Visual (frame)
   ===================================================== */
.hero-room {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 40px 100px -40px rgba(0,0,0,.6);
  border: 8px solid #fff;
}
.hero-room .image-placeholder {
  border-radius: 0; min-height: 100%;
  background:
    repeating-linear-gradient(45deg, rgba(31,81,54,.07) 0 14px, transparent 14px 28px),
    #d8e0d2;
  border: none;
  height: 100%;
}
.hero-room-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-room .pin {
  position: absolute;
  background: #fff;
  color: var(--wr-green);
  border-radius: 999px;
  padding: .55rem 1rem .55rem .65rem;
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .82rem;
  font-weight: 600;
  box-shadow: 0 16px 40px -10px rgba(0,0,0,.35);
}
.hero-room .pin i {
  width: 28px; height: 28px;
  border-radius: 50%; background: var(--wr-green-100);
  display: inline-flex; align-items: center; justify-content: center;
}
.hero-room .pin.pin-br { bottom: 1.5rem; right: 1.5rem; }

/* =====================================================
   Trust / Booking widget
   ===================================================== */
.booking-bar {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1rem;
  box-shadow: var(--shadow-card);
  margin-top: -3rem;
  position: relative;
  z-index: 4;
}
.booking-bar .form-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 1px;
  background: var(--wr-line);
  border-radius: 8px;
  overflow: hidden;
}
.booking-bar .field {
  background: #fff;
  padding: .85rem 1.1rem;
  display: flex; flex-direction: column;
  min-width: 0;
}
.booking-bar .field label {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 700;
  color: var(--wr-muted);
  margin-bottom: .15rem;
}
.booking-bar .field input,
.booking-bar .field select {
  border: 0; padding: 0; font-size: .98rem;
  font-weight: 600; color: var(--wr-ink);
  background: transparent;
}
.booking-bar .field input:focus,
.booking-bar .field select:focus { outline: none; }
.booking-bar button {
  border: 0; background: var(--wr-green); color: #fff;
  font-weight: 700; padding: 0 2rem;
  display: flex; align-items: center; gap: .55rem;
}
.booking-bar button:hover { background: var(--wr-green-700); }
@media (max-width: 768px) {
  .booking-bar .form-row { grid-template-columns: 1fr 1fr; }
  .booking-bar button { grid-column: span 2; padding: 1rem; }
}

/* =====================================================
   USP-Icons row
   ===================================================== */
.usp-row { display: flex; gap: 1rem; flex-wrap: wrap; padding-top: 1.25rem; }
.usp-row .usp-item {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  flex: 1 1 200px;
  padding: 1.5rem 1rem;
  position: relative;
}
.usp-row .usp-item:not(:last-child)::after {
  content: ""; position: absolute; right: 0; top: 25%; bottom: 25%;
  width: 1px; background: var(--wr-line);
}
.usp-row .usp-icon {
  width: 76px; height: 76px;
  border-radius: 50%;
  background: var(--wr-green-100);
  color: var(--wr-green);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1.15rem;
}
.usp-row .usp-item h4 {
  font-size: .98rem;
  margin-bottom: .15rem;
  font-weight: 700;
}
.usp-row .usp-item p { color: var(--wr-muted); font-size: .95rem; margin: 0; }

@media (max-width: 600px) {
  .usp-row .usp-item:not(:last-child)::after { display: none; }
}

/* =====================================================
   Split section text/media
   ===================================================== */
.split { gap: clamp(2rem, 4vw, 5rem); }
.split .split-text p { color: var(--wr-muted); font-size: 1.02rem; }
.check-list { list-style: none; padding: 0; margin: 1.75rem 0 0; }
.check-list li {
  display: flex; align-items: flex-start; gap: .75rem;
  margin-bottom: .85rem;
  font-weight: 500;
}
.check-list i { color: var(--wr-green); margin-top: .2rem; flex: none; }

/* =====================================================
   Room Card
   ===================================================== */
.room-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--wr-line);
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  transition: transform .35s ease, box-shadow .35s ease;
}
.room-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }

.room-card .room-body { padding: 2rem; display: flex; flex-direction: column; }
.room-card .room-img { background:
    repeating-linear-gradient(45deg, rgba(31,81,54,.06) 0 14px, transparent 14px 28px),
    var(--wr-green-100);
  min-height: 320px; position: relative;
  display: flex; align-items: center; justify-content: center;
  color: var(--wr-green); font-weight: 600;
  text-transform: uppercase; letter-spacing: .14em; font-size: .8rem;
}
.room-card .room-img-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.room-card h3 { font-size: 1.35rem; margin-bottom: .25rem; }
.room-card .room-tagline {
  font-family: var(--font-script);
  font-size: 1.6rem;
  color: var(--wr-green);
  margin-bottom: 1.2rem;
}
.room-card .room-features {
  list-style: none; padding: 0; margin: .5rem 0 1.5rem;
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: .55rem;
}
.room-card .room-features li {
  display: flex; align-items: center; gap: .55rem;
  font-size: .95rem; color: var(--wr-ink);
}
.room-card .room-features i { color: var(--wr-green); width: 16px; }

.room-card .price-table {
  border-top: 1px solid var(--wr-line);
  padding-top: 1.25rem;
  margin-top: auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
  text-align: center;
}
.room-card .price-table .cell {
  background: var(--wr-cream);
  border-radius: var(--radius-md);
  padding: .85rem .5rem;
}
.room-card .price-table .price-label {
  display: block;
  font-size: .68rem; text-transform: uppercase;
  letter-spacing: .14em; font-weight: 700;
  color: var(--wr-muted);
}
.room-card .price-table .price {
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--wr-green);
  line-height: 1.1;
}
.room-card .price-table small { font-size: .65rem; color: var(--wr-muted); }
.room-card .room-cta { margin-top: 1.25rem; display: flex; gap: .75rem; flex-wrap: wrap; }

@media (max-width: 768px) {
  .room-card { grid-template-columns: 1fr; }
  .room-card .room-img { min-height: 220px; }
}

/* =====================================================
   Photo Grid
   ===================================================== */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.gallery-item {
  border: 1px solid rgba(31,81,54,.12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--wr-green-100);
  aspect-ratio: 4 / 3;
  padding: 0;
  position: relative;
  cursor: zoom-in;
  transition: transform .35s ease, box-shadow .35s ease;
}
.gallery-item:hover {
  transform: scale(1.015);
  box-shadow: var(--shadow-soft);
}
.gallery-item:focus-visible {
  outline: 3px solid var(--wr-accent);
  outline-offset: 3px;
}
.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-modal .modal-content {
  background: transparent;
  border: 0;
  position: relative;
}
.gallery-modal .btn-close {
  position: absolute;
  top: -2.75rem;
  right: 0;
  filter: invert(1);
  opacity: .9;
}
.gallery-modal img {
  display: block;
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: var(--radius-lg);
  background: #111;
}
@media (max-width: 768px) {
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .photo-grid { grid-template-columns: 1fr; }
}

/* =====================================================
   Sustainability band
   ===================================================== */
.sustain-card {
  background: #fff;
  border: 1px solid var(--wr-line);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  box-shadow: var(--shadow-soft);
  position: relative;
  z-index: 2;
}
.sustain-card h3 { font-size: 1.35rem; margin-bottom: .75rem; }
.sustain-card p { color: var(--wr-muted); font-size: 1rem; margin: 0 0 1.25rem; }
.sustain-card ul { list-style: none; padding: 0; margin: 0; }
.sustain-card ul li {
  display: flex; align-items: flex-start; gap: .65rem;
  margin-bottom: .55rem; font-size: .95rem;
}
.sustain-card ul li i { color: var(--wr-green); margin-top: .25rem; }

/* =====================================================
   Map / Location
   ===================================================== */
.map-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--wr-line);
  padding: .75rem;
  position: relative;
  overflow: hidden;
}
.map-image {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: var(--radius-md);
}

/* =====================================================
   Reservation CTA
   ===================================================== */
.reserve-band {
  background: linear-gradient(135deg, #1f5136 0%, #2a6f4a 100%);
  border-radius: var(--radius-lg);
  color: #fff;
  padding: clamp(2rem, 4vw, 3.5rem);
  position: relative;
  overflow: hidden;
}
.reserve-band::after {
  content: "";
  position: absolute; right: -120px; top: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: rgba(200,169,106,.2);
  filter: blur(40px);
}
.reserve-band h2 { color: #fff; }
.reserve-band p { color: rgba(255,255,255,.85); }
.reserve-band .phone-display {
  font-family: var(--font-script);
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  color: var(--wr-accent);
  display: inline-flex; align-items: center; gap: .65rem;
  text-decoration: none;
}
.reserve-band .phone-display i { font-size: .85em; }
.reserve-band .phone-display:hover { color: #d6b97c; }

/* =====================================================
   Testimonial
   ===================================================== */
.testimonial {
  background: #fff;
  border: 1px solid var(--wr-line);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  position: relative;
}
.testimonial::before {
  content: "\201C";
  font-family: 'Cambria', 'Times New Roman', serif;
  font-size: 5rem; line-height: 1;
  position: absolute; top: -.4rem; left: 1rem;
  color: var(--wr-green); opacity: .15;
}
.testimonial blockquote { font-size: 1.05rem; font-weight: 500; margin: 0 0 1rem; }
.testimonial cite {
  font-style: normal; font-size: .9rem; color: var(--wr-muted);
  display: flex; align-items: center; gap: .65rem;
}
.testimonial .stars { color: var(--wr-accent); margin-bottom: .75rem; }

/* =====================================================
   Footer
   ===================================================== */
footer.site-footer {
  background: #122c1d;
  color: #c5cec7;
  padding: 4rem 0 1.5rem;
  font-size: .94rem;
}
footer .footer-brand img { height: 64px; filter: brightness(0) invert(1); opacity: .92; }
footer .footer-heading {
  font-size: .8rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.1rem;
}
footer ul.list-clean { list-style: none; padding: 0; margin: 0; }
footer ul.list-clean li { margin-bottom: .55rem; }
footer ul.list-clean a {
  color: #f4f0e7;
  transition: color .2s ease, padding-left .2s ease;
}
footer a { color: #f4f0e7; }
footer a:hover { color: #fff; }
footer ul.list-clean a:hover { color: #fff; padding-left: .25rem; }
footer .legal-row {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 1.5rem;
  margin-top: 3rem;
  font-size: .82rem;
  color: rgba(255,255,255,.55);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .legal-row a { color: rgba(255,255,255,.82); }
footer .legal-row a:hover { color: #fff; }
footer address { font-style: normal; }
footer .footer-strong,
footer .footer-phone {
  color: #fff;
  font-weight: 600;
}
footer .footer-muted { color: rgba(255,255,255,.55); }
footer .footer-legal-nav { display: block; }
footer .footer-legal-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1rem;
  padding: 0;
  margin: 0;
}
footer .footer-legal-menu li { margin: 0; }

.page-content img {
  max-width: 100%;
  height: auto;
}
.page-content .alignwide,
.page-content .alignfull {
  max-width: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  height: auto;
  width: auto;
}

/* =====================================================
   Reveal animations
   ===================================================== */
.reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* =====================================================
   Utilities
   ===================================================== */
.text-muted-soft { color: var(--wr-muted) !important; }
.bg-cream { background: linear-gradient(135deg, #f6f3ec 0%, #fbf8f0 100%); }
.bg-cream::before {
  background:
    repeating-linear-gradient(45deg, rgba(31,81,54,.024) 0 12px, transparent 12px 28px),
    radial-gradient(circle at 86% 18%, rgba(31,81,54,.06), transparent 27%),
    radial-gradient(circle at 12% 88%, rgba(200,169,106,.10), transparent 30%);
}
.bg-sand { background: linear-gradient(135deg, #efe9dc 0%, #f8f3e9 100%); }
.bg-sand::before {
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.22) 0 10px, transparent 10px 26px),
    radial-gradient(circle at 15% 20%, rgba(200,169,106,.14), transparent 26%),
    radial-gradient(circle at 92% 78%, rgba(31,81,54,.055), transparent 31%);
}
.bg-warm { background: var(--wr-warm); }
.divider { height: 1px; background: var(--wr-line); width: 100%; margin: 0; }
.relative { position: relative; }
.lead-form .form-control,
.lead-form .form-select {
  border-radius: 999px;
  padding: .85rem 1.25rem;
  border: 1.5px solid var(--wr-line);
  background: #fff;
  font-size: .95rem;
}
.lead-form .form-control:focus,
.lead-form .form-select:focus {
  border-color: var(--wr-green);
  box-shadow: 0 0 0 4px rgba(31,81,54,.1);
}

/* Mobile Tweaks */
@media (max-width: 992px) {
  .topbar .topbar-meta { width: 100%; justify-content: center; }
  .nav-cta { margin: .75rem 0 0; width: 100%; text-align: center; }
}
