/* ============================================================
   Haargalerie Ilona Beinhoff — site-custom.css
   ARCHITECTURE: editorial-column (long, calm centred reading column)
   warm-organic component set — olive · terracotta · cream
   ============================================================ */

/* ---------- Warm image treatment (color-warm, kein BW) ---------- */
.img-warm img, .col-figure img, .esplit-media img, .team-card-img img,
.product-tile img, .gallery .gtile img, .bleed-strip > img, .page-hero-media img {
  filter: saturate(1.05) contrast(1.02) brightness(1.01);
}

/* generic photo tile zoom-on-hover */
.zoomable { overflow: hidden; }
.zoomable img { transition: transform 1.1s var(--ease); }
.zoomable:hover img { transform: scale(1.05); }

/* ============================================================
   HOME HERO addition — leaf watermark + softer botanical feel
   (hero shell itself lives in site.css .hero-cinematic)
   ============================================================ */
.hero-cinematic .leaf-mark {
  position: absolute; z-index: 5; right: 2vw; bottom: -6%;
  font-size: clamp(180px, 24vw, 400px); line-height: 1; color: rgba(243,239,229,0.06);
  font-family: var(--f-display); font-style: italic; pointer-events: none; user-select: none;
  max-width: 100%; overflow: hidden;
}

/* ============================================================
   EDITORIAL COLUMN — the spine of every page
   A narrow, centred reading column with generous air. Sections
   stack vertically; figures bleed slightly wider than the text.
   ============================================================ */
.col { max-width: var(--shell-col); margin: 0 auto; padding: 0 clamp(1.2rem, 5vw, 2rem); }
.col-head { text-align: center; max-width: 640px; margin: 0 auto var(--gap-lg); }
.col-head.left { text-align: left; margin-left: 0; }
.col-head h2 { font-size: var(--size-h2); margin-top: 6px; }
.col-head p { color: var(--c-ink-mute); font-size: 1.08rem; margin: var(--gap-sm) auto 0; }
.col-head.left p { margin-left: 0; }

/* drop-cap intro paragraph — editorial signature */
.lede {
  font-family: var(--f-display); font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  line-height: 1.5; color: var(--c-ink); max-width: 60ch; margin: 0 auto;
}
.lede.first-letter::first-letter {
  font-size: 3.4em; line-height: 0.78; float: left; font-weight: 600;
  color: var(--c-terra); padding: 0.06em 0.1em 0 0; font-style: normal;
}
.col-body p { margin: 0 auto var(--gap-md); color: var(--c-ink-mute); font-size: 1.06rem; }
.col-body p em { color: var(--c-ink); font-style: italic; }

/* full-width-of-column figure with caption */
.col-figure { margin: var(--gap-xl) auto; }
.col-figure.bleed { max-width: calc(var(--shell-col) + 220px); }
.col-figure .frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); aspect-ratio: 16/9; background: var(--c-cream-deep); }
.col-figure.tall .frame { aspect-ratio: 4/5; }
.col-figure .frame img { width: 100%; height: 100%; object-fit: cover; }
.col-figure figcaption { font-family: var(--f-body); font-size: 0.82rem; color: var(--c-ink-faint); text-align: center; margin-top: 0.7rem; letter-spacing: 0.02em; }

/* section tint backgrounds */
.bg-olive-wash { background: var(--c-olive-wash); }
.bg-cream-warm { background: var(--c-cream-warm); }
.bg-terra-soft { background: var(--c-terra-soft); }
.bg-paper { background: var(--c-paper); }

/* ============================================================
   TRUST BAR
   ============================================================ */
.trustbar { background: var(--c-olive-deep); }
.trustbar .row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: clamp(1rem, 4vw, 3rem); padding: 1.4rem 0; }
.trustbar .ti { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--f-body); font-size: 0.86rem; color: var(--c-on-dark-mute); letter-spacing: 0.02em; }
.trustbar .ti b { color: var(--c-on-dark); font-weight: 600; }
.trustbar .ti .ic { color: var(--c-terra-soft); font-size: 1rem; }
.trustbar .sep { width: 1px; height: 22px; background: rgba(243,239,229,0.2); }
@media (max-width: 700px) { .trustbar .sep { display: none; } }

/* ============================================================
   EDITORIAL SPLIT — alternating text + image (within wider shell)
   ============================================================ */
.esplit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; max-width: var(--shell); margin: 0 auto; }
.esplit + .esplit { margin-top: var(--gap-2xl); }
.esplit.reverse .es-text { order: 2; }
.es-text h3 { font-size: clamp(1.7rem, 3vw, 2.5rem); margin-bottom: var(--gap-sm); }
.es-text .kicker { font-family: var(--f-body); font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--c-terra-deep); font-weight: 600; display: block; margin-bottom: var(--gap-sm); }
.es-text p { color: var(--c-ink-mute); }
.es-text p + p { margin-top: var(--gap-sm); }
.es-text .es-actions { margin-top: var(--gap-md); display: flex; flex-wrap: wrap; gap: 12px; }
.esplit-media { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); }
.esplit-media img { width: 100%; aspect-ratio: 4/3.4; object-fit: cover; transition: transform 1.5s var(--ease); transform: scale(1.06); }
.esplit.in-view .esplit-media img { transform: scale(1.0); }
.esplit-media .tag { position: absolute; top: 14px; left: 14px; background: rgba(251,248,242,0.94); color: var(--c-ink); font-family: var(--f-body); font-size: 0.7rem; letter-spacing: 0.04em; padding: 0.4rem 0.85rem; border-radius: 999px; font-weight: 600; }
@media (max-width: 820px) { .esplit { grid-template-columns: 1fr; gap: var(--gap-lg); } .esplit.reverse .es-text { order: 0; } }

/* ============================================================
   SERVICE COLUMN-LIST — editorial numbered service entries
   ============================================================ */
.svc-list { max-width: var(--shell-col); margin: 0 auto; }
.svc-entry {
  display: grid; grid-template-columns: auto 1fr auto; gap: var(--gap-md);
  align-items: baseline; padding: var(--gap-lg) 0; border-bottom: 1px solid var(--c-rule);
}
.svc-entry:first-child { border-top: 1px solid var(--c-rule); }
.svc-entry .num { font-family: var(--f-display); font-size: 1rem; color: var(--c-olive); font-style: italic; min-width: 2ch; }
.svc-entry .svc-main h3 { font-size: 1.5rem; margin-bottom: 4px; }
.svc-entry .svc-main p { color: var(--c-ink-mute); font-size: 0.98rem; max-width: 52ch; }
.svc-entry .svc-price { font-family: var(--f-display); font-size: 1.15rem; color: var(--c-terra-deep); white-space: nowrap; text-align: right; font-weight: 500; }
.svc-entry .svc-price small { display: block; font-family: var(--f-body); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--c-ink-faint); font-weight: 600; margin-top: 2px; }
@media (max-width: 640px) {
  .svc-entry { grid-template-columns: auto 1fr; }
  .svc-entry .svc-price { grid-column: 2; text-align: left; margin-top: 6px; }
}

/* service cards (leistungen overview) */
.svc-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--gap-md); max-width: var(--shell); margin: 0 auto; }
.svc-card { background: var(--c-paper); border: 1px solid var(--c-rule-soft); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); transition: transform .4s var(--ease), box-shadow .4s var(--ease); display: flex; flex-direction: column; }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.svc-card .sc-media { aspect-ratio: 16/10; overflow: hidden; background: var(--c-cream-deep); }
.svc-card .sc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.svc-card:hover .sc-media img { transform: scale(1.05); }
.svc-card .sc-body { padding: var(--gap-md); display: flex; flex-direction: column; flex: 1; }
.svc-card .sc-kicker { font-family: var(--f-body); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-terra-deep); font-weight: 600; margin-bottom: 6px; }
.svc-card h3 { font-size: 1.4rem; margin-bottom: 6px; }
.svc-card p { color: var(--c-ink-mute); font-size: 0.95rem; flex: 1; }
.svc-card .sc-foot { display: flex; align-items: center; justify-content: space-between; margin-top: var(--gap-md); padding-top: var(--gap-sm); border-top: 1px solid var(--c-rule-soft); }
.svc-card .sc-price { font-family: var(--f-display); color: var(--c-olive-deep); font-size: 1.1rem; font-weight: 500; }
.svc-card .sc-link { font-family: var(--f-body); font-size: 0.78rem; font-weight: 600; color: var(--c-terra-deep); letter-spacing: 0.04em; }
@media (max-width: 700px) { .svc-cards { grid-template-columns: 1fr; } }

/* compact service grid teaser (home) */
.svc-teaser { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap-md); max-width: var(--shell); margin: 0 auto; }
.svc-pill { background: var(--c-paper); border: 1px solid var(--c-rule-soft); border-radius: var(--radius-sm); padding: var(--gap-md); transition: transform .35s var(--ease), border-color .35s; }
.svc-pill:hover { transform: translateY(-4px); border-color: var(--c-olive-soft); }
.svc-pill .ic { font-size: 1.3rem; margin-bottom: 8px; }
.svc-pill h4 { font-family: var(--f-display); font-size: 1.18rem; margin-bottom: 4px; }
.svc-pill p { font-family: var(--f-body); font-size: 0.82rem; color: var(--c-ink-mute); }
.svc-pill .pr { font-family: var(--f-body); font-size: 0.76rem; color: var(--c-terra-deep); font-weight: 600; margin-top: 6px; display: block; }
@media (max-width: 860px) { .svc-teaser { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .svc-teaser { grid-template-columns: 1fr; } }

/* ============================================================
   TEAM CARDS
   ============================================================ */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap-lg); max-width: var(--shell); margin: 0 auto; }
.team-grid.two { grid-template-columns: repeat(2, 1fr); max-width: 820px; }
.team-card { background: var(--c-paper); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.team-card-img { aspect-ratio: 1/1; overflow: hidden; background: var(--c-cream-deep); position: relative; }
.team-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.team-card:hover .team-card-img img { transform: scale(1.05); }
.team-card-img .role-badge { position: absolute; bottom: 12px; left: 12px; background: rgba(251,248,242,0.94); color: var(--c-olive-deep); font-family: var(--f-body); font-size: 0.64rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; padding: 0.35rem 0.7rem; border-radius: 999px; }
.team-card-body { padding: var(--gap-md); }
.team-card-body h3 { font-size: 1.4rem; margin-bottom: 4px; }
.team-card-body .spec { font-family: var(--f-body); font-size: 0.82rem; color: var(--c-terra-deep); font-weight: 600; margin-bottom: var(--gap-sm); }
.team-card-body .quote { font-family: var(--f-display); font-style: italic; font-size: 1.02rem; color: var(--c-ink-mute); line-height: 1.5; }
@media (max-width: 820px) { .team-grid, .team-grid.two { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 520px) { .team-grid, .team-grid.two { grid-template-columns: 1fr; } }

/* team teaser row (home) */
.team-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap-md); max-width: var(--shell); margin: 0 auto; }
.team-row .tr-card { text-align: center; }
.team-row .tr-img { aspect-ratio: 1/1; border-radius: var(--radius); overflow: hidden; background: var(--c-cream-deep); margin-bottom: var(--gap-sm); box-shadow: var(--shadow-card); }
.team-row .tr-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.team-row .tr-card:hover .tr-img img { transform: scale(1.05); }
.team-row h4 { font-family: var(--f-display); font-size: 1.2rem; }
.team-row .tr-role { font-family: var(--f-body); font-size: 0.74rem; letter-spacing: 0.08em; color: var(--c-ink-faint); text-transform: uppercase; font-weight: 600; }
@media (max-width: 760px) { .team-row { grid-template-columns: repeat(2,1fr); } }

/* ============================================================
   PRICE TABLES
   ============================================================ */
.price-wrap { max-width: var(--shell-col); margin: 0 auto; }
.price-block { background: var(--c-paper); border-radius: var(--radius); box-shadow: var(--shadow-card); overflow: hidden; margin-bottom: var(--gap-lg); }
.price-block-head { display: flex; align-items: center; gap: var(--gap-sm); padding: var(--gap-md) var(--gap-lg); background: var(--c-olive-wash); border-bottom: 1px solid var(--c-rule-soft); }
.price-block-head .pic { color: var(--c-olive); }
.price-block-head h3 { font-size: 1.5rem; margin: 0; }
.price-row { display: grid; grid-template-columns: 1fr auto; gap: var(--gap-md); align-items: baseline; padding: 0.9rem var(--gap-lg); border-bottom: 1px solid var(--c-rule-soft); transition: background .2s; }
.price-row:last-child { border-bottom: 0; }
.price-row:hover { background: var(--c-cream-warm); }
.price-row .svc { font-family: var(--f-body); font-size: 1rem; color: var(--c-ink); }
.price-row .svc small { display: block; font-size: 0.82rem; color: var(--c-ink-faint); margin-top: 2px; }
.price-row .pr { font-family: var(--f-display); font-size: 1.1rem; color: var(--c-terra-deep); text-align: right; white-space: nowrap; font-weight: 500; }
.price-note { background: var(--c-terra-soft); border-radius: var(--radius); padding: var(--gap-md) var(--gap-lg); font-family: var(--f-body); font-size: 0.9rem; color: var(--c-ink); line-height: 1.6; }
.price-note b { color: var(--c-terra-deep); }
@media (max-width: 540px) { .price-block-head, .price-row { padding-left: var(--gap-md); padding-right: var(--gap-md); } }

/* ============================================================
   AVEDA PRODUCT SPOTLIGHT — column of product images + text
   ============================================================ */
.product-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap-md); max-width: var(--shell); margin: 0 auto; }
.product-tile { background: var(--c-paper); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); }
.product-tile .pt-media { aspect-ratio: 3/4; overflow: hidden; background: var(--c-olive-wash); display: grid; place-items: center; padding: var(--gap-md); }
.product-tile .pt-media img { max-height: 100%; width: auto; object-fit: contain; transition: transform 1s var(--ease); }
.product-tile:hover .pt-media img { transform: scale(1.04); }
.product-tile .pt-body { padding: var(--gap-md); }
.product-tile .pt-kicker { font-family: var(--f-body); font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-terra-deep); font-weight: 600; }
.product-tile h3 { font-size: 1.25rem; margin: 4px 0; }
.product-tile p { font-family: var(--f-body); font-size: 0.88rem; color: var(--c-ink-mute); }
@media (max-width: 760px) { .product-strip { grid-template-columns: 1fr; max-width: 460px; } .product-tile { display: grid; grid-template-columns: 130px 1fr; } .product-tile .pt-media { aspect-ratio: auto; } }

/* values chips (3-up) */
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--gap-md); max-width: var(--shell); margin: 0 auto; }
.value { background: var(--c-paper); border-radius: var(--radius); padding: var(--gap-lg); box-shadow: var(--shadow-card); }
.value .vic { width: 46px; height: 46px; border-radius: 50%; background: var(--c-olive-wash); color: var(--c-olive-deep); display: grid; place-items: center; font-size: 1.3rem; margin-bottom: var(--gap-md); }
.value h3 { font-size: 1.3rem; margin-bottom: 6px; }
.value p { font-family: var(--f-body); font-size: 0.92rem; color: var(--c-ink-mute); }
@media (max-width: 760px) { .values { grid-template-columns: 1fr; } }

/* ============================================================
   GALLERY (masonry-ish) + filter tabs
   ============================================================ */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: var(--shell); margin: 0 auto; grid-auto-flow: dense; }
.gallery .gtile { border-radius: var(--radius-sm); overflow: hidden; background: var(--c-cream-deep); box-shadow: var(--shadow-card); position: relative; aspect-ratio: 1; }
.gallery .gtile.tall { grid-row: span 2; aspect-ratio: 1/2.07; }
.gallery .gtile.wide { grid-column: span 2; aspect-ratio: 2.07/1; }
.gallery .gtile img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.05); transition: transform 1.1s var(--ease); }
.gallery .gtile:hover img { transform: scale(1.06); }
.gallery .gtile .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 0.9rem; background: linear-gradient(0deg, rgba(46,42,34,0.7), transparent); color: #fff; font-family: var(--f-body); font-size: 0.74rem; opacity: 0; transform: translateY(8px); transition: .35s var(--ease); }
.gallery .gtile:hover .cap { opacity: 1; transform: none; }
.gallery .gtile .cap b { font-family: var(--f-display); font-size: 0.95rem; font-weight: 500; display: block; }
@media (max-width: 760px) { .gallery { grid-template-columns: repeat(2,1fr); } .gallery .gtile.wide { grid-column: span 2; } }
@media (max-width: 460px) { .gallery { grid-template-columns: 1fr; } .gallery .gtile.tall, .gallery .gtile.wide { grid-row: auto; grid-column: auto; aspect-ratio: 4/3; } }

.filter-tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: var(--gap-lg); }
.filter-tabs button { font-family: var(--f-body); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em; padding: 0.5rem 1.1rem; border-radius: 999px; border: 1.5px solid var(--c-rule); background: transparent; color: var(--c-ink-mute); cursor: pointer; transition: all .3s var(--ease); }
.filter-tabs button:hover { border-color: var(--c-olive-soft); color: var(--c-ink); }
.filter-tabs button.active { background: var(--c-olive); border-color: var(--c-olive); color: #fff; }
.gallery .gtile.hide { display: none; }

/* ============================================================
   BLEED STRIP — full-bleed image + statement (visual breath)
   ============================================================ */
.bleed-strip { position: relative; min-height: clamp(420px, 58vh, 600px); display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.bleed-strip > img { position: absolute; inset: 0; width: 100%; height: 116%; object-fit: cover; z-index: -2; will-change: transform; }
.bleed-strip::after { content:""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, rgba(46,42,34,0.62), rgba(88,99,65,0.46)); }
.bleed-inner { text-align: center; color: var(--c-on-dark); padding: 0 var(--gap-lg); max-width: 720px; }
.bleed-inner .eyebrow { color: var(--c-terra-soft); }
.bleed-inner h2 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.8rem); margin: var(--gap-sm) 0; }
.bleed-inner p { color: rgba(243,239,229,0.92); font-size: 1.1rem; max-width: 50ch; margin: 0 auto var(--gap-md); }

/* ============================================================
   PULL QUOTE / TESTIMONIAL
   ============================================================ */
.pullquote { text-align: center; max-width: 780px; margin: 0 auto; }
.pullquote .qmark { font-family: var(--f-display); font-size: 4rem; line-height: 0.5; color: var(--c-olive-soft); display: block; margin-bottom: var(--gap-sm); }
.pullquote p { font-family: var(--f-display); font-style: italic; font-weight: 400; font-size: clamp(1.5rem,3.4vw,2.5rem); line-height: 1.3; color: var(--c-ink); letter-spacing: -0.01em; max-width: none; }
.pullquote p em { color: var(--c-terra-deep); }
.pullquote .attr { font-family: var(--f-body); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-ink-faint); margin-top: var(--gap-md); font-weight: 600; }
.review-rail { display: flex; gap: var(--gap-md); overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 4px var(--gap-md); margin: 0 calc(-1 * clamp(1.2rem,5vw,3rem)); padding-left: clamp(1.2rem,5vw,3rem); padding-right: clamp(1.2rem,5vw,3rem); -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.review-rail::-webkit-scrollbar { display: none; }
.review { scroll-snap-align: start; flex: 0 0 min(360px, 84vw); background: var(--c-paper); border-radius: var(--radius); padding: var(--gap-lg); box-shadow: var(--shadow-card); display: flex; flex-direction: column; }
.review .stars { color: var(--c-terra); letter-spacing: 2px; margin-bottom: var(--gap-sm); }
.review .body { font-family: var(--f-display); font-style: italic; font-size: 1.1rem; color: var(--c-ink); line-height: 1.5; margin-bottom: var(--gap-md); }
.review .who { font-family: var(--f-body); font-size: 0.84rem; color: var(--c-ink-mute); margin-top: auto; }
.review .who b { color: var(--c-ink); font-weight: 600; }

/* ============================================================
   CTA BANNER (olive)
   ============================================================ */
.cta-banner { background: linear-gradient(135deg, var(--c-olive) 0%, var(--c-olive-deep) 100%); border-radius: clamp(20px, 4vw, 32px); padding: clamp(2.5rem, 6vw, 4.5rem); text-align: center; color: #fff; position: relative; overflow: hidden; max-width: var(--shell); margin: 0 auto; }
.cta-banner::before { content:""; position:absolute; left:-60px; bottom:-60px; width:240px; height:240px; border-radius:50%; background:rgba(255,255,255,0.07); }
.cta-banner::after { content:""; position:absolute; right:-40px; top:-40px; width:170px; height:170px; border-radius:50%; background:rgba(192,106,74,0.18); }
.cta-banner .eyebrow { color: var(--c-terra-soft); position: relative; z-index: 1; }
.cta-banner h2 { color: #fff; font-size: clamp(2rem,4.2vw,3.2rem); position: relative; z-index: 1; margin: var(--gap-sm) 0 var(--gap-md); }
.cta-banner p { color: rgba(243,239,229,0.92); max-width: 48ch; margin: 0 auto var(--gap-lg); position: relative; z-index: 1; }
.cta-banner .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; position: relative; z-index: 1; }

/* ============================================================
   PAGE-HERO for sub-pages (calm, single image, parallax)
   ============================================================ */
.page-hero { position: relative; min-height: clamp(340px, 52vh, 520px); display: flex; align-items: flex-end; overflow: hidden; background: var(--c-olive-deep); }
.page-hero-media { position: absolute; inset: 0; }
.page-hero-media img { width: 100%; height: 116%; object-fit: cover; will-change: transform; }
.page-hero::after { content:""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(46,42,34,0.32) 0%, rgba(46,42,34,0.2) 40%, rgba(46,42,34,0.78) 100%); }
.ph-inner { position: relative; z-index: 2; padding: 0 0 clamp(2.4rem, 6vw, 4rem); width: 100%; }
.ph-inner .eyebrow { color: var(--c-terra-soft); }
.ph-inner h1 { color: var(--c-on-dark); font-size: clamp(2.6rem, 6vw, 4.6rem); margin: var(--gap-sm) 0 var(--gap-sm); text-shadow: 0 2px 26px rgba(0,0,0,0.32); }
.ph-inner p { color: var(--c-on-dark-mute); font-size: 1.1rem; max-width: 50ch; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: start; max-width: var(--shell); margin: 0 auto; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; gap: var(--gap-lg); } }
.info-card { background: var(--c-paper); border-radius: var(--radius); padding: var(--gap-lg); box-shadow: var(--shadow-card); }
.info-card + .info-card { margin-top: var(--gap-md); }
.info-card h3 { font-size: 1.4rem; margin-bottom: var(--gap-md); }
.info-row { display: flex; gap: 14px; padding: 0.5rem 0; align-items: baseline; border-bottom: 1px solid var(--c-rule-soft); }
.info-row:last-child { border-bottom: 0; }
.info-row .lbl { font-family: var(--f-body); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--c-ink-faint); font-weight: 600; min-width: 92px; flex-shrink: 0; }
.info-row .val { color: var(--c-ink); }
.info-row .val small { display: block; color: var(--c-ink-faint); font-size: 0.85rem; }
.info-row a.val { color: var(--c-olive-deep); border-bottom: 1px solid var(--c-rule); transition: border-color .2s, color .2s; }
.info-row a.val:hover { color: var(--c-terra-deep); border-color: var(--c-terra); }
.hours-table { width: 100%; border-collapse: collapse; font-family: var(--f-body); }
.hours-table td { padding: 0.55rem 0; border-bottom: 1px solid var(--c-rule-soft); font-size: 0.95rem; }
.hours-table td:last-child { text-align: right; color: var(--c-ink); font-weight: 500; }
.hours-table tr.closed td { color: var(--c-ink-faint); }
.map-card { display: block; position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); background: var(--c-cream-deep); aspect-ratio: 16/9; margin-top: var(--gap-md); }
.map-card .map-pin { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(135deg, var(--c-olive) 0%, var(--c-olive-deep) 100%); color: #fff; text-align: center; transition: filter .3s; }
.map-card:hover .map-pin { filter: brightness(1.06); }
.map-card .map-pin .pin-ic { font-size: 2.2rem; margin-bottom: 8px; }
.map-card .map-pin .pin-label { font-family: var(--f-body); font-weight: 600; letter-spacing: 0.04em; }
.map-card .map-pin .pin-sub { font-size: 0.82rem; opacity: 0.9; }

/* FAQ */
.faq { max-width: var(--shell-col); margin: 0 auto; border-top: 1px solid var(--c-rule); }
.faq details { border-bottom: 1px solid var(--c-rule); padding: var(--gap-md) 0; }
.faq summary { cursor: pointer; font-family: var(--f-display); font-size: 1.2rem; color: var(--c-ink); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: var(--gap-md); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--c-terra); font-size: 1.6rem; line-height: 1; transition: transform .3s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--c-ink-mute); margin: var(--gap-sm) 0 0; padding-right: var(--gap-xl); max-width: none; }

/* ============================================================
   LEGAL pages
   ============================================================ */
.legal { max-width: 760px; margin: 0 auto; }
.legal h2 { font-size: 1.4rem; margin-top: var(--gap-xl); }
.legal p, .legal li { color: var(--c-ink-mute); }
.legal ul { padding-left: 1.2rem; }
.legal-flag { background: var(--c-terra-soft); border: 1px solid var(--c-terra); border-radius: var(--radius-sm); padding: var(--gap-md); margin-bottom: var(--gap-xl); color: var(--c-ink); }
.legal-flag b { color: var(--c-terra-deep); }
.legal a { color: var(--c-olive-deep); border-bottom: 1px solid var(--c-rule); }
.rule { border: 0; border-top: 1px solid var(--c-rule); }
.dateline { font-family: var(--f-body); font-size: 0.82rem; color: var(--c-ink-faint); font-style: italic; }
