/* ============================================================
   Guhmann Home Service — Gartenpflege & Hauswartung
   Aesthetik: Espresso (#231717) + Gold (Logo) + warmes Cream.
   Flach, editorial, foto-/video-gefuehrt. KEINE Gradients.
   Display: Fraunces (Serif) · Text/UI: Hanken Grotesk (Sans).
   ============================================================ */

:root {
  --espresso:      #231717;   /* exakt aus Logo-Hintergrund */
  --espresso-2:    #2c201d;   /* Karten / Layering auf dunkel */
  --espresso-line: #3c2c28;   /* Hairline auf dunkel */
  --gold:          #e3bf5e;   /* Akzent (aus Logo) */
  --gold-strong:   #d8ad44;
  --gold-deep:     #826620;   /* Gold-Text auf Cream (WCAG AA 4.5:1) */
  --cream:         #f5f0e5;   /* helle Sektionen */
  --cream-2:       #efe7d7;
  --paper:         #fbf8f1;   /* Karten auf Cream */
  --ink:           #221a16;   /* Text auf Cream */
  --ink-soft:      #5e544c;   /* Fliesstext gedaempft */
  --line:          #e2d8c6;   /* Hairline auf Cream */
  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 60px);
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.08; margin: 0; letter-spacing: -.01em; }

.wrap { width: min(var(--maxw), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding: clamp(68px, 9vw, 132px) 0; position: relative; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--ink-soft); }

.skip-link { position: absolute; left: 1rem; top: -120px; z-index: 9999; background: var(--gold); color: var(--espresso); padding: .8rem 1.1rem; border-radius: 3px; font-weight: 700; }
.skip-link:focus { top: 1rem; }

/* Visible keyboard focus (WCAG 2.4.7) */
:focus-visible { outline: 3px solid var(--gold-deep); outline-offset: 3px; border-radius: 2px; }
.section--dark :focus-visible, .site-header :focus-visible, .foot :focus-visible,
.hero :focus-visible, .band :focus-visible, .cookie-banner :focus-visible { outline-color: var(--gold); }

/* ---------- Section themes ---------- */
.section--cream { background: var(--cream); }
.section--cream:nth-of-type(even) { background: var(--cream-2); }
.section--dark { background: var(--espresso); color: var(--cream); position: relative; overflow: hidden; }
.section--dark::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .05; mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.section--dark > .wrap { position: relative; z-index: 1; }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--cream); }
.section--dark p { color: rgba(245,240,229,.72); }

/* ---------- Kicker / section labels ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--sans); font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .22em; color: var(--gold-deep);
  margin: 0 0 1.1rem;
}
.kicker--light { color: var(--gold); }
.kicker__num { font-variant-numeric: tabular-nums; }
.kicker__num::after { content: ""; display: inline-block; width: 26px; height: 1px; background: currentColor; margin-left: .7rem; vertical-align: middle; opacity: .6; }
.kicker__rule { width: 34px; height: 1px; background: var(--gold); display: inline-block; }

.sec-head { max-width: 640px; margin-bottom: clamp(2.2rem, 5vw, 3.6rem); }
.sec-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.9rem); }

/* ---------- Buttons (flat) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--sans); font-weight: 700; font-size: .92rem; letter-spacing: .01em;
  padding: .95rem 1.6rem; border-radius: 3px; border: 1px solid transparent;
  cursor: pointer; transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.btn--gold { background: var(--gold); color: var(--espresso); border-color: var(--gold); }
.btn--gold:hover { background: var(--gold-strong); border-color: var(--gold-strong); transform: translateY(-2px); }
.btn--ghost-light { background: transparent; color: var(--cream); border-color: rgba(245,240,229,.4); }
.btn--ghost-light:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.btn--ghost-dark, .btn--outline { background: transparent; color: var(--ink); border-color: rgba(34,26,22,.28); }
.btn--ghost-dark:hover, .btn--outline:hover { border-color: var(--gold-deep); color: var(--gold-deep); transform: translateY(-2px); }
.btn--primary { background: var(--gold); color: var(--espresso); border-color: var(--gold); }
.btn--primary:hover { background: var(--gold-strong); transform: translateY(-2px); }

.textlink { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--sans); font-weight: 700; font-size: .9rem; color: var(--gold-deep); letter-spacing: .02em; }
.textlink i { transition: transform .25s var(--ease); }
.textlink:hover i { transform: translateX(5px); }
.section--dark .textlink { color: var(--gold); }

/* ---------- Header / nav (solid espresso bar) ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  background: var(--espresso);
  border-bottom: 1px solid var(--espresso-line);
  transition: background .3s var(--ease), box-shadow .3s var(--ease), backdrop-filter .3s var(--ease), border-color .3s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(35, 23, 23, .5);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  border-bottom-color: rgba(227, 191, 94, .18);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 74px; }
.brand { display: inline-flex; align-items: center; }
.brand__img { height: 50px; width: auto; }
.navlinks { display: flex; align-items: center; gap: 2.1rem; }
.navlink {
  font-family: var(--sans); font-weight: 600; font-size: .95rem; color: rgba(245,240,229,.82);
  position: relative; padding: .3rem 0; transition: color .2s var(--ease);
}
.navlink::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1.5px; background: var(--gold); transition: width .28s var(--ease); }
.navlink:hover, .navlink.is-active { color: var(--cream); }
.navlink:hover::after, .navlink.is-active::after { width: 100%; }
.navlinks__close, .navlinks__cta { display: none; }
.nav__actions { display: flex; align-items: center; gap: 1.2rem; }
.nav__phone { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .92rem; color: rgba(245,240,229,.8); }
.nav__phone i { color: var(--gold); }
.nav__phone:hover { color: var(--gold); }
.nav__cta { padding: .7rem 1.2rem; }
.navtoggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; padding: 10px; }
.navtoggle span { height: 2px; width: 100%; background: var(--cream); display: block; transition: .25s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 94vh; display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--cream); overflow: hidden; background: var(--espresso);
  padding-bottom: clamp(28px, 5vh, 56px);
}
.hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero__scrim { position: absolute; inset: 0; z-index: 1; background: rgba(28,18,16,.56); }
.hero__scrim::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -160px 180px -80px rgba(20,12,11,.9); }
.hero__inner { position: relative; z-index: 2; max-width: 880px; padding-top: 120px; }
.hero__title { font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.02; color: #fff; letter-spacing: -.02em; }
.hero__lead { max-width: 56ch; margin: 1.4rem 0 2rem; font-size: clamp(1.08rem, 1.7vw, 1.3rem); color: rgba(245,240,229,.9); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.hero__meta {
  position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem;
  margin-top: clamp(2.4rem, 6vh, 4.5rem); padding-top: 1.2rem; border-top: 1px solid rgba(227,191,94,.28);
  font-family: var(--sans); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(245,240,229,.8);
}
.hero__meta i { color: var(--gold); margin-right: .4rem; }
.hero__dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); opacity: .7; }

/* staggered hero reveal (CSS only, independent of AOS) */
.reveal { opacity: 0; transform: translateY(18px); animation: reveal .9s var(--ease) forwards; animation-delay: var(--d, 0s); }
@keyframes reveal { to { opacity: 1; transform: none; } }

/* ---------- Layout helpers ---------- */
.grid-2 { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }

/* ---------- Intro ---------- */
.intro__text h2 { font-size: clamp(1.9rem, 3.4vw, 2.9rem); margin-bottom: 1.2rem; }
.ticks { display: grid; gap: .85rem; margin: 1.8rem 0; }
.ticks li { display: flex; align-items: center; gap: .8rem; font-weight: 500; color: var(--ink); }
.ticks i { color: var(--gold-deep); font-size: .85rem; flex: 0 0 auto; width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.intro__figure { position: relative; margin: 0; }
.intro__figure img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 4px; }
.intro__figure figcaption {
  position: absolute; left: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: .55rem;
  background: var(--espresso); color: var(--cream); padding: .6rem 1rem; border-radius: 3px;
  font-family: var(--sans); font-size: .8rem; font-weight: 600; letter-spacing: .04em;
}
.intro__figure figcaption i { color: var(--gold); }

/* Bild-Platzhalter (kein echtes Foto vorhanden) */
.img-placeholder {
  aspect-ratio: 4 / 5;
  border: 2px dashed var(--gold-deep);
  border-radius: 4px;
  background-color: var(--cream-2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100'%3E%3Cline x1='0' y1='0' x2='100' y2='100' stroke='%23826620' stroke-width='0.5' opacity='0.3'/%3E%3Cline x1='100' y1='0' x2='0' y2='100' stroke='%23826620' stroke-width='0.5' opacity='0.3'/%3E%3C/svg%3E");
  background-size: 100% 100%; background-repeat: no-repeat;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: .35rem;
  text-align: center;
  padding: 1.2rem;
  color: var(--ink-soft);
}
.img-placeholder strong { font-family: var(--serif); font-size: 1.25rem; color: var(--ink); background: var(--cream-2); padding: .1rem .55rem; }
.img-placeholder span { font-size: .85rem; background: var(--cream-2); padding: .1rem .45rem; }

/* ---------- Services (image cards, flat) ---------- */
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 1.8vw, 26px); }
.svc {
  position: relative; display: flex; flex-direction: column; background: var(--espresso-2);
  border: 1px solid var(--espresso-line); border-radius: 5px; overflow: hidden;
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.svc:hover { border-color: rgba(227,191,94,.55); transform: translateY(-4px); }
.svc__cover { position: absolute; inset: 0; z-index: 3; }
.svc__media { aspect-ratio: 16 / 11; overflow: hidden; }
.svc__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.svc:hover .svc__media img { transform: scale(1.06); }
.svc__media .ph {
  width: 100%; height: 100%;
  border: 1px dashed rgba(227,191,94,.45);
  background-color: var(--espresso);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100'%3E%3Cline x1='0' y1='0' x2='100' y2='100' stroke='%23e3bf5e' stroke-width='0.5' opacity='0.28'/%3E%3Cline x1='100' y1='0' x2='0' y2='100' stroke='%23e3bf5e' stroke-width='0.5' opacity='0.28'/%3E%3C/svg%3E");
  background-size: 100% 100%; background-repeat: no-repeat;
  display: grid; place-content: center; justify-items: center; text-align: center; color: rgba(245,240,229,.62);
}
.svc__media .ph span { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; background: var(--espresso); padding: .15rem .55rem; }
.svc__body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: .5rem; border-top: 1px solid var(--espresso-line); flex: 1; }
.svc__num { font-family: var(--sans); font-size: .75rem; font-weight: 700; letter-spacing: .18em; color: var(--gold); }
.svc h3 { font-size: 1.45rem; color: var(--cream); }
.svc p { font-size: .95rem; color: rgba(245,240,229,.66); margin: 0; }
.svc__more { margin-top: .4rem; display: inline-flex; align-items: center; gap: .5rem; font-family: var(--sans); font-size: .82rem; font-weight: 700; letter-spacing: .03em; color: var(--gold); }
.svc__more i { transition: transform .25s var(--ease); }
.svc:hover .svc__more i { transform: translateX(5px); }

/* ---------- Process ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.6rem, 3vw, 3rem); }
.step { border-top: 2px solid var(--gold); padding-top: 1.5rem; }
.step__num { font-family: var(--serif); font-size: 2.4rem; color: var(--gold-deep); display: block; line-height: 1; margin-bottom: .8rem; }
.step h3 { font-size: 1.4rem; margin-bottom: .6rem; }
.step p { color: var(--ink-soft); margin: 0; }

/* ---------- Photo band ---------- */
.band { position: relative; min-height: 58vh; display: flex; align-items: center; color: var(--cream); overflow: hidden; background: var(--espresso); }
.band__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band__scrim { position: absolute; inset: 0; background: rgba(28,18,16,.62); }
.band__inner { position: relative; z-index: 1; max-width: 660px; padding: clamp(3rem,7vw,5rem) 0; }
.band__inner h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); color: #fff; margin-bottom: 1rem; }
.band__inner p { color: rgba(245,240,229,.85); margin-bottom: 1.8rem; }

/* ---------- Reviews ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 1.8vw, 26px); }
.quote { position: relative; margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 5px; padding: 2rem 1.8rem 1.8rem; }
.quote__stars { color: var(--gold); font-size: .82rem; letter-spacing: .15em; margin-bottom: 1rem; }
.quote blockquote { margin: 0 0 1.3rem; font-family: var(--serif); font-size: 1.18rem; line-height: 1.5; color: var(--ink); }
.quote figcaption { font-family: var(--sans); font-weight: 700; font-size: .9rem; color: var(--gold-deep); }
.reviews__note { margin: 1.8rem 0 0; font-size: .82rem; color: var(--ink-soft); opacity: .8; }

/* ---------- Region ---------- */
.tags { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.6rem 0; }
.tags li { padding: .5rem .9rem; border: 1px solid var(--line); border-radius: 999px; font-family: var(--sans); font-size: .82rem; font-weight: 600; color: var(--ink); background: var(--paper); }
.contact-list { display: grid; gap: .8rem; margin-top: 1.6rem; }
.contact-list li { display: flex; align-items: flex-start; gap: .7rem; font-size: .96rem; }
.contact-list i { color: var(--gold); margin-top: .25rem; flex: 0 0 auto; }
.contact-list--ink i { color: var(--gold-deep); }
.contact-list a:hover { color: var(--gold-deep); }
.region__figure { margin: 0; }
.region__figure img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 4px; }

/* ---------- CTA ---------- */
.cta { text-align: center; }
.cta__inner { max-width: 680px; margin-inline: auto; }
.cta h2 { font-size: clamp(2rem, 3.8vw, 3.1rem); margin-bottom: 1rem; }
.cta__actions { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; margin-top: 1.8rem; }

/* ---------- Footer ---------- */
.foot { background: var(--espresso); color: rgba(245,240,229,.72); padding: clamp(56px, 7vw, 88px) 0 30px; border-top: 1px solid var(--espresso-line); }
.foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.4rem; }
.foot__logo { height: 64px; width: auto; margin-bottom: 1rem; }
.foot__brand p { max-width: 34ch; }
.foot__social { display: flex; gap: .7rem; margin-top: 1.2rem; }
.foot__social a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--espresso-line); border-radius: 50%; color: var(--cream); transition: .25s var(--ease); }
.foot__social a:hover { border-color: var(--gold); color: var(--gold); }
.foot__col h4 { font-family: var(--sans); font-size: .78rem; text-transform: uppercase; letter-spacing: .18em; color: var(--gold); font-weight: 700; margin-bottom: 1.2rem; }
.foot__links { display: grid; gap: .6rem; }
.foot__links a:hover { color: var(--gold); }
.foot .contact-list i { color: var(--gold); }
.foot__bottom { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .8rem; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid var(--espresso-line); font-size: .84rem; color: rgba(245,240,229,.55); }
.credits { display: inline-block; line-height: 1.5; }
.foot__bottom a:hover { color: var(--gold); }
.credits { color: var(--gold); }
.credits i { color: #b4452f; }

/* ---------- 404 / thanks ---------- */
.thanks-page { min-height: 78vh; display: grid; place-items: center; padding-top: 110px; }
.thanks-card { text-align: center; max-width: 640px; }
.thanks-card > i { font-size: 3rem; color: var(--gold-deep); margin-bottom: 1rem; }
.thanks-card h1 { font-size: clamp(2rem,4vw,2.8rem); margin-bottom: 1rem; }
.button-row { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; margin-top: 1.6rem; }

/* ---------- Mobile menu + responsive ---------- */
@media (max-width: 980px) {
  .grid-2 { grid-template-columns: 1fr; }
  .services__grid, .quotes, .steps { grid-template-columns: 1fr 1fr; }
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .nav__phone { display: none; }
}
@media (max-width: 860px) {
  .nav__cta { display: none; }
  .navtoggle { display: flex; }
  .navlinks {
    position: fixed; inset: 0; flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 1.2rem; padding: 2.5rem var(--gutter); background: var(--espresso);
    transform: translateX(100%); transition: transform .35s var(--ease); z-index: 1100;
  }
  .navlinks.is-open { transform: translateX(0); }
  .navlink { font-family: var(--serif); font-size: 2rem; color: var(--cream); }
  .navlink::after { display: none; }
  .navlinks__close { display: inline-grid; place-items: center; position: absolute; top: 22px; right: 22px; width: 50px; height: 50px; border: 1px solid var(--espresso-line); border-radius: 50%; background: transparent; color: var(--cream); font-size: 1.4rem; cursor: pointer; }
  .navlinks__cta { display: inline-flex; margin-top: 1rem; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .services__grid, .quotes, .steps { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero { min-height: 90vh; }
  .hero__meta { gap: .6rem; }
  .hero__dot { display: none; }
  .btn { width: 100%; }
  .hero__actions .btn, .cta__actions .btn { width: 100%; }
}

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200;
  background: var(--espresso); border-top: 1px solid var(--gold); color: var(--cream);
  transform: translateY(110%); transition: transform .45s var(--ease);
  box-shadow: 0 -16px 40px rgba(0,0,0,.3);
}
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner__inner { display: flex; align-items: center; gap: 1.6rem; padding: 1.1rem 0; }
.cookie-banner__text { flex: 1; }
.cookie-banner__text strong { display: block; font-family: var(--sans); font-weight: 700; color: var(--gold); margin-bottom: .2rem; }
.cookie-banner__text p { margin: 0; font-size: .88rem; color: rgba(245,240,229,.78); }
.cookie-banner__text a { color: var(--gold); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: .7rem; flex: 0 0 auto; }
.cookie-banner__actions .btn { padding: .72rem 1.2rem; font-size: .85rem; }
@media (max-width: 760px) {
  .cookie-banner__inner { flex-direction: column; align-items: stretch; gap: .9rem; }
  .cookie-banner__actions .btn { flex: 1; }
}

/* ---------- Page hero (subpages) ---------- */
.page-hero { position: relative; min-height: 58vh; display: flex; align-items: flex-end; color: var(--cream); overflow: hidden; background: var(--espresso); padding-bottom: clamp(28px,5vh,52px); }
.page-hero--short { min-height: 44vh; }
.page-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero__scrim { position: absolute; inset: 0; background: rgba(28,18,16,.62); }
.page-hero__inner { position: relative; z-index: 1; max-width: 820px; padding-top: 120px; }
.page-hero__inner h1 { font-size: clamp(2.1rem,4.5vw,3.6rem); color: #fff; }
.page-hero__lead { max-width: 56ch; margin: 1rem 0 1.6rem; color: rgba(245,240,229,.9); font-size: clamp(1.02rem,1.6vw,1.2rem); }
.crumbs { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; font-family: var(--sans); font-size: .82rem; letter-spacing: .03em; margin-bottom: 1rem; color: rgba(245,240,229,.72); }
.crumbs a:hover { color: var(--gold); }
.crumbs span { opacity: .5; }
.crumbs strong { color: var(--gold); font-weight: 700; }

/* ---------- Forms / contact ---------- */
.contact-layout { display: grid; grid-template-columns: 1.4fr .9fr; gap: clamp(1.5rem,4vw,3rem); align-items: start; }
.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: 6px; padding: clamp(1.4rem,3vw,2.2rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: flex; flex-direction: column; gap: .4rem; font-weight: 600; font-size: .9rem; color: var(--ink); margin-bottom: 1rem; }
.field span { color: var(--gold-deep); }
input, select, textarea { font-family: var(--sans); font-size: 1rem; padding: .8rem .9rem; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink); width: 100%; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--gold-deep); outline-offset: 1px; border-color: var(--gold-deep); }
textarea { resize: vertical; }
.form-actions { margin-top: .4rem; }
.form-actions .btn { width: auto; }
.form-hint { font-size: .82rem; color: var(--ink-soft); margin-top: 1rem; }
.form-hint a { color: var(--gold-deep); text-decoration: underline; }
.form-hint code { background: var(--cream-2); padding: .05rem .35rem; border-radius: 3px; }
.cf-turnstile { margin: .4rem 0 .8rem; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.alert { display: flex; gap: .6rem; align-items: center; padding: .9rem 1.1rem; border-radius: 4px; margin-bottom: 1.2rem; font-weight: 600; font-size: .9rem; }
.alert--error { background: #fcecec; border: 1px solid #e6b8b8; color: #8a2b2b; }
.info-card { background: var(--espresso); color: var(--cream); border-radius: 6px; padding: clamp(1.4rem,3vw,2rem); }
.info-card h2 { color: var(--gold); font-size: 1.3rem; margin-bottom: 1.2rem; }
.info-card .contact-list i { color: var(--gold); }
.info-card a { color: var(--cream); }
.info-card a:hover { color: var(--gold); }
.info-card__note { margin-top: 1.4rem; font-size: .86rem; color: rgba(245,240,229,.7); }

/* ---------- FAQ accordion ---------- */
.faq-wrap { max-width: 800px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.3rem 0; font-family: var(--serif); font-size: 1.2rem; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--gold-deep); font-family: var(--sans); font-weight: 700; font-size: 1.5rem; line-height: 1; flex: 0 0 auto; transition: transform .25s var(--ease); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 0 0 1.3rem; color: var(--ink-soft); max-width: 68ch; }

/* ---------- Legal / prose ---------- */
.legal { max-width: 760px; margin-inline: auto; }
.legal h2 { font-size: 1.4rem; margin: 2rem 0 .8rem; }
.legal h2:first-of-type { margin-top: 0; }
.legal p, .legal li { color: var(--ink-soft); }
.legal ul { padding-left: 1.2rem; list-style: disc; margin-bottom: 1rem; }
.legal a { color: var(--gold-deep); text-decoration: underline; }
.legal__note { background: var(--cream-2); border-left: 3px solid var(--gold); padding: 1rem 1.2rem; border-radius: 4px; margin-bottom: 2rem; font-size: .9rem; color: var(--ink-soft); }

@media (max-width: 860px) {
  .contact-layout { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { animation: none; opacity: 1; transform: none; }
  .cookie-banner { transition: none; }
  * { scroll-behavior: auto; }
}
