.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FAF7F2;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  /* Primary — Forest Green tonal scale */
  --p-50:  #EEF4F0; --p-100: #D4E8DA; --p-200: #A9D1B5;
  --p-300: #7AB993; --p-400: #52A073; --p-500: #3D8A5E;
  --p-600: #2E6B49; --p-700: #1A3327; --p-800: #122B20;
  --p-900: #0A1E16;

  /* Earth / Accent — Warm Terracotta */
  --a-100: #F5E6D8; --a-300: #D4A07A; --a-500: #8C5A38; --a-700: #5C3420;

  /* Neutral — Warm Linen */
  --n-0:   #FFFFFF; --n-50:  #FAF7F2; --n-100: #F4EFE6;
  --n-200: #E8DFD0; --n-300: #D4C9B5; --n-400: #A89C8A;
  --n-500: #7C7060; --n-600: #5A5045; --n-700: #3C342A;
  --n-900: #1A1510;

  /* Semantic tokens */
  --bg:          var(--n-50);
  --bg-alt:      var(--n-0);
  --bg-dark:     var(--p-700);
  --surface:     var(--n-0);
  --border:      var(--n-200);
  --border-l:    var(--n-100);
  --text-hi:     var(--p-700);
  --text-body:   var(--n-700);
  --text-muted:  var(--n-500);
  --accent:      var(--p-500);
  --accent-dark: var(--p-700);
  --accent-soft: var(--p-50);
  --warm:        var(--a-500);
  --warm-soft:   var(--a-100);

  /* Shadows — using primary tint */
  --sh-s:  0 2px 8px rgba(26,51,39,0.07);
  --sh-m:  0 8px 24px rgba(26,51,39,0.10);
  --sh-l:  0 20px 48px rgba(26,51,39,0.13);
  --sh-xl: 0 32px 80px rgba(26,51,39,0.16);

  /* ───────────────────────────────────────────────────────────
     TYPOGRAPHY SCALE  (skill: typography-scale)
     Ratio: 1.25 Major Third — base 16px
  ─────────────────────────────────────────────────────────── */
  --t-xs:   0.75rem;   /* 12px */
  --t-sm:   0.875rem;  /* 14px */
  --t-base: 1rem;      /* 16px */
  --t-md:   1.125rem;  /* 18px */
  --t-lg:   1.25rem;   /* 20px */
  --t-xl:   1.563rem;  /* 25px */
  --t-2xl:  1.953rem;  /* 31px */
  --t-3xl:  2.441rem;  /* 39px */
  --t-4xl:  3.052rem;  /* 49px */
  --t-5xl:  3.815rem;  /* 61px */
  --t-6xl:  4.768rem;  /* 76px */

  /* Line heights */
  --lh-tight:  1.15;
  --lh-snug:   1.35;
  --lh-normal: 1.6;
  --lh-relax:  1.8;

  /* Letter spacing */
  --ls-tight:  -0.02em;
  --ls-normal:  0;
  --ls-wide:    0.06em;
  --ls-wider:   0.14em;
  --ls-widest:  0.24em;

  /* ───────────────────────────────────────────────────────────
     LAYOUT GRID  (skill: layout-grid)
     12-col desktop · 8-col tablet · 4-col mobile
  ─────────────────────────────────────────────────────────── */
  --gutter:  2rem;      /* 32px */
  --margin:  clamp(1.25rem, 5.5vw, 5rem);
  --max-w:   1280px;
  --radius-s: 10px;
  --radius-m: 18px;
  --radius-l: 28px;
  --radius-xl: 40px;

  /* Fonts */
  --font-d: 'Cormorant Garamond', Georgia, serif;
  --font-b: 'Jost', system-ui, sans-serif;
  --nav-h: 74px;
}

/* ─── RESET ──────────────────────────────────────────────────────
   Alle Regeln sind auf den Wrapper `.wv-scope` begrenzt, damit das
   Stylesheet den Rest der WordPress-Seite (Blog, Rechtstexte, native
   Elementor-Widgets) nicht überschreibt. Jede Datei in `sections/*.html`
   ist deshalb in `<div class="wv-scope"> ... </div>` eingepackt.
───────────────────────────────────────────────────────────────── */
.wv-scope, .wv-scope *, .wv-scope *::before, .wv-scope *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
.wv-scope {
  background: var(--bg);
  color: var(--text-body);
  font-family: var(--font-b);
  /* Basis-Schriftgröße (früher auf `html` gesetzt). Hinweis: alle rem-Werte
     im Stylesheet beziehen sich weiterhin auf die Root-Schriftgröße des
     Themes — steht diese nicht auf 16px, bitte hier bzw. im Theme angleichen. */
  font-size: 16px;
  line-height: var(--lh-relax);
  overflow-x: hidden;
}
.wv-scope a { color: inherit; text-decoration: none; }
.wv-scope img { display: block; max-width: 100%; height: auto; }
.wv-scope button { border: none; background: none; font-family: inherit; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--p-200); border-radius: 4px; }

/* ─────────────────────────────────────────────────────────────
   NAV
───────────────────────────────────────────────────────────── */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--margin);
  transition: background .45s ease, box-shadow .45s ease;
}
#nav.scrolled {
  background: rgba(250,247,242,.93);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 var(--border);
}
.nav-logo img {
  height: 32px; width: auto;
  /* Skill: visual-hierarchy — logo is primary level, shown before nav links */
}
/* Micro-interaction: nav links underline from center */
.nav-links { display: flex; align-items: center; gap: 2.25rem; list-style: none; }
.nav-links a {
  font-size: var(--t-xs); font-weight: 500;
  letter-spacing: var(--ls-wider); text-transform: uppercase;
  color: var(--text-muted); position: relative; padding-bottom: 3px;
  transition: color .2s ease;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 50%; right: 50%;
  height: 1px; background: var(--accent-dark);
  /* Micro: underline grows from center outward — 220ms ease-out */
  transition: left .22s cubic-bezier(0,0,.2,1), right .22s cubic-bezier(0,0,.2,1);
}
.nav-links a:hover { color: var(--text-hi); }
.nav-links a:hover::after { left: 0; right: 0; }
.nav-cta {
  padding: .55rem 1.35rem;
  background: var(--p-700); color: var(--n-50) !important;
  border-radius: 100px; font-size: var(--t-xs) !important;
  letter-spacing: var(--ls-wider); font-weight: 500;
  /* Micro: scale on press */
  transition: background .25s ease, transform .1s ease !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--p-500) !important; }
.nav-cta:active { transform: scale(.97); }
.hamburger { display: none; flex-direction: column; gap: 5px; width: 26px; }
.hamburger span { height: 1.5px; background: var(--text-hi); border-radius: 2px; transition: all .3s ease; }
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mob-menu {
  display: none; position: fixed; inset: 0; z-index: 998;
  background: var(--bg); flex-direction: column;
  align-items: center; justify-content: center; gap: 2.5rem; list-style: none;
}
.mob-menu.open { display: flex; }
.mob-menu a { font-family: var(--font-d); font-size: var(--t-3xl); font-weight: 300; color: var(--text-hi); }

/* ─────────────────────────────────────────────────────────────
   ANIMATION PRINCIPLES  (skill: animation-principles)
   — Entrance: ease-out (cubic-bezier 0,0,.2,1)
   — Exit: ease-in (cubic-bezier .4,0,1,1)
   — Stagger: 60ms per element
   — All transitions respect prefers-reduced-motion
───────────────────────────────────────────────────────────── */
@keyframes fadeUp   { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:none; } }
@keyframes fadeIn   { from { opacity:0; } to { opacity:1; } }
@keyframes slideR   { from { opacity:0; transform:translateX(32px); } to { opacity:1; transform:none; } }
@keyframes scaleIn  { from { opacity:0; transform:scale(.96); } to { opacity:1; transform:scale(1); } }

/* Reveal on scroll */
.rv { opacity:0; transform:translateY(30px); transition: opacity .7s cubic-bezier(0,0,.2,1), transform .7s cubic-bezier(0,0,.2,1); }
.rv.vis { opacity:1; transform:none; }

/* ─────────────────────────────────────────────────────────────
   HERO  (skill: visual-hierarchy — primary: H1 + hero image;
          secondary: subtext + CTA; tertiary: badge)
───────────────────────────────────────────────────────────── */
#hero {
  min-height: 100dvh; padding-top: var(--nav-h);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 0;
  overflow: hidden;
}
.hero-left {
  padding: clamp(3rem,6vw,6rem) var(--margin) clamp(3rem,5vw,5rem);
  display: flex; flex-direction: column; justify-content: center;
  animation: fadeUp .9s cubic-bezier(0,0,.2,1) .3s both;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: var(--t-xs); letter-spacing: var(--ls-widest);
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 1.75rem;
}
.hero-tag-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--p-400); }
/* Visual hierarchy: H1 largest element on page, draws eye first */
.hero-h1 {
  font-family: var(--font-d);
  font-size: clamp(var(--t-4xl), 5.5vw, var(--t-6xl));
  font-weight: 300; line-height: var(--lh-tight);
  color: var(--text-hi); letter-spacing: var(--ls-tight);
  margin-bottom: 1.75rem;
}
.hero-h1 em { font-style: italic; color: var(--p-400); }
.hero-body {
  font-size: var(--t-md); color: var(--text-muted);
  line-height: var(--lh-relax); max-width: 400px; margin-bottom: 2.5rem;
}
.hero-btns { display: flex; gap: .875rem; flex-wrap: wrap; }

/* Buttons — Micro: scale(.97) press, 80ms ease-in; release 150ms ease-out */
.btn-p {
  padding: .9rem 2rem; background: var(--p-700); color: var(--n-50);
  font-size: var(--t-sm); font-weight: 500; letter-spacing: var(--ls-wide);
  border-radius: 100px; box-shadow: var(--sh-m);
  transition: background .25s ease, transform .1s ease, box-shadow .25s ease;
}
.btn-p:hover { background: var(--p-500); box-shadow: var(--sh-l); }
.btn-p:active { transform: scale(.97); }
.btn-s {
  padding: .9rem 2rem; color: var(--text-hi);
  border: 1.5px solid var(--border); border-radius: 100px;
  font-size: var(--t-sm); font-weight: 500; letter-spacing: var(--ls-wide);
  transition: border-color .25s ease, background .25s ease, transform .1s ease;
}
.btn-s:hover { border-color: var(--p-300); background: var(--accent-soft); }
.btn-s:active { transform: scale(.97); }

/* Hero right — full-bleed photo */
.hero-right {
  position: relative; overflow: hidden;
  animation: slideR 1s cubic-bezier(0,0,.2,1) .25s both;
}
.hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
}
.hero-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, var(--bg) 0%, transparent 18%),
              linear-gradient(to top, rgba(26,51,39,.3) 0%, transparent 40%);
}
/* Hero bottom bar */
.hero-bottom {
  grid-column: 1/-1;
  border-top: 1px solid var(--border);
  display: grid; grid-template-columns: repeat(4,1fr);
  background: var(--bg-alt);
}
.hb-item {
  padding: 1.35rem var(--margin);
  border-right: 1px solid var(--border);
  display: flex; align-items: center; gap: .85rem;
}
.hb-item:last-child { border-right: none; }
.hb-num {
  font-family: var(--font-d);
  font-size: var(--t-2xl); font-weight: 300;
  color: var(--text-hi); line-height: 1; flex-shrink: 0;
}
.hb-label { font-size: var(--t-xs); color: var(--text-muted); letter-spacing: var(--ls-wider); text-transform: uppercase; line-height: 1.4; }

/* Scroll hint */
.hero-scroll-hint {
  position: absolute; bottom: 2.5rem; left: var(--margin);
  display: flex; align-items: center; gap: .85rem;
  font-size: var(--t-xs); letter-spacing: var(--ls-widest);
  text-transform: uppercase; color: var(--text-muted);
  animation: fadeUp .7s ease 1.3s both;
}
.scroll-line { width: 36px; height: 1px; background: var(--p-200); position: relative; overflow: hidden; }
.scroll-fill { position: absolute; inset: 0; background: var(--accent); animation: scrollAnim 2.2s cubic-bezier(.4,0,.2,1) infinite; }
@keyframes scrollAnim { 0% { transform:translateX(-100%); } 100% { transform:translateX(300%); } }

/* ─────────────────────────────────────────────────────────────
   MARQUEE
───────────────────────────────────────────────────────────── */
.marquee { background: var(--p-700); padding: .9rem 0; overflow: hidden; }
.marquee-t {
  display: flex; gap: 2.5rem; white-space: nowrap;
  animation: mq 30s linear infinite;
}
.marquee-i {
  font-family: var(--font-d); font-size: var(--t-lg); font-weight: 300;
  color: rgba(250,247,242,.6); letter-spacing: var(--ls-wide);
  flex-shrink: 0; display: flex; align-items: center; gap: 1.5rem;
}
.mq-sep { color: var(--p-300); font-size: var(--t-xs); }
@keyframes mq { from { transform:translateX(0); } to { transform:translateX(-50%); } }

/* ─────────────────────────────────────────────────────────────
   SECTION BASE  (skill: layout-grid — contained max-width)
───────────────────────────────────────────────────────────── */
.wv-scope section { padding: clamp(4.5rem,9vw,8rem) var(--margin); }
.inner { max-width: var(--max-w); margin: 0 auto; }

/* Typography system applied to section labels */
.sup {
  /* Tertiary hierarchy — small uppercase label */
  display: inline-flex; align-items: center; gap: .65rem;
  font-size: var(--t-xs); letter-spacing: var(--ls-widest);
  text-transform: uppercase; color: var(--accent); margin-bottom: 1rem;
}
.sup::before { content:''; width: 28px; height: 1px; background: var(--p-300); }
/* Secondary hierarchy — section heading */
.sh2 {
  font-family: var(--font-d);
  font-size: clamp(var(--t-3xl), 4vw, var(--t-5xl));
  font-weight: 300; line-height: var(--lh-snug);
  color: var(--text-hi); letter-spacing: var(--ls-tight);
  margin-bottom: 1.25rem;
}
.sh2 em { font-style: italic; color: var(--p-400); }
/* Tertiary — body text */
.sp { font-size: var(--t-md); color: var(--text-muted); line-height: var(--lh-relax); max-width: 560px; }

/* ─────────────────────────────────────────────────────────────
   ABOUT
───────────────────────────────────────────────────────────── */
#ueber-uns { background: var(--bg-alt); }
.about-grid {
  display: grid; grid-template-columns: 5fr 6fr;
  gap: clamp(2.5rem,6vw,6rem); align-items: center;
  max-width: var(--max-w); margin: 0 auto;
}
.about-img-wrap { position: relative; }
.about-photo {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  border-radius: var(--radius-l);
  box-shadow: var(--sh-xl);
  /* Micro: no hover zoom — tasteful, this is a brand photo */
}
/* Small accent image */
.about-accent {
  position: absolute; top: -1.25rem; left: -1.25rem;
  width: 42%; aspect-ratio: 1;
  object-fit: cover; border-radius: var(--radius-m);
  box-shadow: var(--sh-l); border: 4px solid var(--bg-alt);
}
.about-content { }
/* Value cards — skill: visual-hierarchy (secondary content) */
.val-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.75rem; }
.val-card {
  padding: 1.4rem 1.25rem; border: 1px solid var(--border);
  border-radius: var(--radius-m); background: var(--bg);
  /* Micro: hover lift — translateY(-3px) 250ms ease-out */
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s cubic-bezier(0,0,.2,1);
}
.val-card:hover { border-color: var(--p-200); box-shadow: var(--sh-m); transform: translateY(-3px); }
.val-icon {
  width: 34px; height: 34px; border-radius: 9px;
  background: var(--p-100); display: flex; align-items: center;
  justify-content: center; margin-bottom: .7rem;
}
.val-icon svg { width: 16px; height: 16px; stroke: var(--p-600); fill: none; stroke-width: 1.8; }
.val-card h4 { font-size: var(--t-sm); font-weight: 600; color: var(--text-hi); margin-bottom: .25rem; }
.val-card p  { font-size: var(--t-sm); color: var(--text-muted); line-height: var(--lh-normal); }

/* ─────────────────────────────────────────────────────────────
   FULLBLEED IMAGE BREAK
───────────────────────────────────────────────────────────── */
.img-break {
  height: clamp(260px, 42vw, 560px); position: relative; overflow: hidden;
}
.img-break img {
  width: 100%; height: 100%; object-fit: cover;
  /* Micro: subtle parallax-like scale on view — see JS */
  transform-origin: center; transition: transform 8s linear;
}
.img-break-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(26,51,39,.25) 0%, rgba(26,51,39,.5) 100%);
  display: flex; align-items: center; justify-content: center;
}
.img-break-text {
  font-family: var(--font-d);
  font-size: clamp(var(--t-3xl), 6vw, var(--t-5xl));
  font-weight: 300; font-style: italic;
  color: rgba(250,247,242,.92); text-align: center;
  line-height: var(--lh-snug); text-shadow: 0 2px 24px rgba(0,0,0,.3);
}
.img-break-text span { color: var(--p-200); font-style: normal; }

/* ─────────────────────────────────────────────────────────────
   GALLERY  (skill: layout-grid — compound grid, intentional
             grid-breaking for visual emphasis)
───────────────────────────────────────────────────────────── */
#galerie { background: var(--bg-alt); }
.gal-head { text-align: center; margin-bottom: 2.75rem; }
.gal-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 320px 220px;
  gap: 12px;
  max-width: var(--max-w); margin: 0 auto;
}
.gc { border-radius: var(--radius-m); overflow: hidden; position: relative; }
/* Layout: intentional asymmetry for visual interest */
.gc:nth-child(1) { grid-column: 1/6;  grid-row: 1/2; }
.gc:nth-child(2) { grid-column: 6/10; grid-row: 1/2; }
.gc:nth-child(3) { grid-column: 10/13;grid-row: 1/3; }
.gc:nth-child(4) { grid-column: 1/4;  grid-row: 2/3; }
.gc:nth-child(5) { grid-column: 4/6;  grid-row: 2/3; }
.gc:nth-child(6) { grid-column: 6/10; grid-row: 2/3; }
.gc img {
  width: 100%; height: 100%; object-fit: cover;
  /* Micro: scale on hover 400ms ease-out */
  transition: transform .45s cubic-bezier(0,0,.2,1);
}
.gc:hover img { transform: scale(1.06); }
.gc-cap {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 1.5rem 1.25rem 1.25rem;
  background: linear-gradient(to top, rgba(26,51,39,.7) 0%, transparent 100%);
  color: var(--n-50);
  opacity: 0; transform: translateY(6px);
  transition: opacity .28s ease, transform .28s cubic-bezier(0,0,.2,1);
}
.gc:hover .gc-cap { opacity: 1; transform: none; }
.gc-label { font-family: var(--font-d); font-size: var(--t-lg); font-weight: 300; }

/* ─────────────────────────────────────────────────────────────
   PHILOSOPHY QUOTE STRIP
───────────────────────────────────────────────────────────── */
#philosophie { background: var(--p-700); text-align: center; }
.phil-q {
  font-family: var(--font-d);
  font-size: clamp(var(--t-2xl), 4vw, var(--t-4xl));
  font-weight: 300; font-style: italic;
  color: rgba(250,247,242,.88); line-height: var(--lh-snug);
  max-width: 820px; margin: 0 auto 2rem;
}
.phil-q em { font-style: normal; color: var(--p-200); }
.phil-by { font-size: var(--t-xs); letter-spacing: var(--ls-widest); text-transform: uppercase; color: var(--p-300); }
.phil-nums {
  display: flex; justify-content: center; gap: clamp(2rem,6vw,5.5rem);
  margin-top: 4rem; flex-wrap: wrap;
}
.pn { text-align: center; }
.pn-n {
  font-family: var(--font-d); font-size: clamp(var(--t-3xl), 5vw, var(--t-5xl));
  font-weight: 300; color: var(--n-50); display: block; line-height: 1;
}
.pn-l { font-size: var(--t-xs); letter-spacing: var(--ls-wider); text-transform: uppercase; color: var(--p-300); }

/* ─────────────────────────────────────────────────────────────
   STANDORT
───────────────────────────────────────────────────────────── */
#standort { background: var(--bg-alt); }
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; max-width: var(--max-w); margin: 3rem auto 0; }
.inf {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.25rem; border: 1px solid var(--border);
  border-radius: var(--radius-m); background: var(--bg); margin-bottom: .875rem;
  transition: border-color .22s ease, box-shadow .22s ease;
}
.inf:hover { border-color: var(--p-200); box-shadow: var(--sh-s); }
.inf-ico {
  width: 36px; height: 36px; border-radius: 9px;
  background: var(--p-100); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.inf-ico svg { width: 15px; height: 15px; stroke: var(--p-600); fill: none; stroke-width: 1.8; }
.inf h4 { font-size: var(--t-xs); letter-spacing: var(--ls-wider); text-transform: uppercase; color: var(--accent); margin-bottom: .35rem; font-weight: 600; }
.inf p  { font-size: var(--t-sm); color: var(--text-muted); line-height: var(--lh-normal); }
.inf a  { color: var(--accent); font-size: var(--t-xs); transition: color .2s; }
.inf a:hover { color: var(--p-700); }
.map-frame {
  border-radius: var(--radius-l); overflow: hidden;
  border: 1px solid var(--border); aspect-ratio: 4/3;
  box-shadow: var(--sh-m);
}
.map-frame iframe { width: 100%; height: 100%; display: block; border: 0; }

/* ─────────────────────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────────────────────── */
.wv-scope footer { background: var(--p-800); padding: 5rem var(--margin) 2.5rem; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; margin-bottom: 4rem; max-width: var(--max-w); margin-inline: auto; }
.foot-logo { height: 28px; width: auto; filter: brightness(0) invert(1); opacity: .75; margin-bottom: 1.25rem; }
.foot-p { font-size: var(--t-sm); color: rgba(250,247,242,.45); line-height: var(--lh-relax); max-width: 300px; }
.foot-soc { display: flex; gap: .65rem; margin-top: 1.5rem; }
.soc {
  width: 38px; height: 38px; border-radius: 9px;
  border: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(250,247,242,.4); transition: border-color .2s, color .2s, background .2s;
}
.soc:hover { border-color: var(--p-300); color: var(--p-200); background: rgba(164,194,168,.08); }
.soc svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.foot-col h4 { font-size: var(--t-xs); letter-spacing: var(--ls-widest); text-transform: uppercase; color: var(--p-300); margin-bottom: 1.25rem; }
.foot-col ul { list-style: none; }
.foot-col li { margin-bottom: .6rem; }
.foot-col a { font-size: var(--t-sm); color: rgba(250,247,242,.4); transition: color .2s; }
.foot-col a:hover { color: rgba(250,247,242,.85); }
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,.07); padding-top: 1.75rem;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  font-size: var(--t-xs); color: rgba(250,247,242,.3);
  max-width: var(--max-w); margin-inline: auto;
}
.foot-bottom a { color: rgba(250,247,242,.3); transition: color .2s; }
.foot-bottom a:hover { color: var(--p-200); }

/* ─────────────────────────────────────────────────────────────
   RESPONSIVE  (skill: layout-grid breakpoints)
   Desktop ≥1024 · Tablet 768-1023 · Mobile ≤767
───────────────────────────────────────────────────────────── */
@media (max-width: 1023px) {
  #hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-right { height: 52vw; min-height: 280px; }
  .hero-img-overlay { background: linear-gradient(to bottom, transparent 60%, var(--bg) 100%); }
  .hero-bottom { grid-template-columns: repeat(2,1fr); }
  .hb-item:nth-child(2) { border-right: none; }
  .about-grid { grid-template-columns: 1fr; }
  .about-img-wrap { max-width: 420px; }
  .loc-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .gal-grid { grid-template-columns: repeat(2,1fr); grid-template-rows: auto; }
  .gc { grid-column: auto !important; grid-row: auto !important; height: 220px; }
}
@media (max-width: 767px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-right { height: 70vw; }
  .hero-bottom { grid-template-columns: repeat(2,1fr); }
  .hb-item { padding: 1rem 1.25rem; }
  .val-grid { grid-template-columns: 1fr; }
  .gal-grid { grid-template-columns: 1fr; }
  .gc { height: 200px; }
  .foot-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .foot-bottom { flex-direction: column; }
  .phil-nums { gap: 2rem; }
  .about-accent { display: none; }
}

/* prefers-reduced-motion (skill: animation-principles) */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}/* End custom CSS */