/* ============================================================
   Friseur im STEP — Architecture / Layout (ZEITLOS-PREMIUM)
   Loaded AFTER site.css. Page-level composition + components.
   Tokens inherited from site.css: --c-petrol* / --c-brass* / --c-ivory* /
   --c-on-dark* / --c-on-light*.
   ============================================================ */

/* ---------- Section tone helpers ---------- */
.sec-petrol   { background: var(--c-petrol); color: var(--c-on-dark); }
.sec-petrol-2 { background: var(--c-petrol-2); color: var(--c-on-dark); }
.sec-petrol-deep { background: var(--c-petrol-deep); color: var(--c-on-dark); }
.sec-ivory    { background: var(--c-ivory); color: var(--c-on-light); }
.sec-ivory-2  { background: var(--c-ivory-2); color: var(--c-on-light); }
.sec-petrol p, .sec-petrol-2 p, .sec-petrol-deep p { color: var(--c-on-dark-mute); }
.sec-petrol h2, .sec-petrol h3, .sec-petrol-2 h2, .sec-petrol-2 h3,
.sec-petrol-deep h2, .sec-petrol-deep h3 { color: var(--c-ivory); }

.section-head { max-width: 660px; margin-bottom: var(--gap-xl); }
.section-head.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: var(--size-h2); margin: var(--gap-sm) 0 var(--gap-md); }
.section-head h2 em { font-style: italic; color: var(--c-brass-deep); }
.sec-petrol .section-head h2 em, .sec-petrol-2 .section-head h2 em,
.sec-petrol-deep .section-head h2 em { color: var(--c-brass-bright); }
.section-head p { font-size: 1.05rem; }

/* ============================================================
   SIGNATURE SPLIT — La Biosthétique flagship
   ============================================================ */
.signature {
  display: grid; grid-template-columns: 1.05fr 1fr; align-items: stretch; gap: 0;
  background: var(--c-petrol); overflow: hidden;
}
.signature .sig-img { position: relative; overflow: hidden; min-height: 540px; }
.signature .sig-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); filter: saturate(0.96) contrast(1.03); }
.signature:hover .sig-img img { transform: scale(1.05); }
.signature .sig-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 58%, rgba(15,42,42,0.55)); }
.signature .sig-text { padding: clamp(2.5rem, 6vw, 5.5rem); display: flex; flex-direction: column; justify-content: center; }
.signature .sig-text .eyebrow { margin-bottom: var(--gap-md); }
.signature .sig-text h2 { font-size: var(--size-h2); color: var(--c-ivory); margin-bottom: var(--gap-md); }
.signature .sig-text h2 em { font-style: italic; color: var(--c-brass-bright); }
.signature .sig-text p { color: var(--c-on-dark-mute); margin-bottom: var(--gap-md); }
.sig-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: var(--gap-sm) 0 var(--gap-lg); }
.sig-tags span { font-family: var(--f-body); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-brass-bright); border: 1px solid rgba(205,169,116,0.32); border-radius: 999px; padding: 0.4rem 0.9rem; }
@media (max-width: 860px) { .signature { grid-template-columns: 1fr; } .signature .sig-img { min-height: 360px; } }

/* ============================================================
   LEISTUNGEN TEASER — 3/6 image-bleed cards
   ============================================================ */
.teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap-lg); }
.teaser-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.teaser-card {
  position: relative; overflow: hidden; border-radius: var(--radius); min-height: 420px;
  display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--c-ivory); isolation: isolate;
}
.teaser-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1s var(--ease); filter: saturate(0.62) brightness(0.72); }
.teaser-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(15,42,42,0.12) 28%, rgba(15,42,42,0.92)); }
.teaser-card:hover img { transform: scale(1.07); filter: saturate(1) brightness(0.82); }
.teaser-card .tc-inner { padding: clamp(1.5rem, 3vw, 2.2rem); }
.teaser-card .tc-num { font-family: var(--f-display); font-style: italic; font-size: 1.05rem; color: var(--c-brass-bright); }
.teaser-card h3 { font-size: 1.8rem; margin: 0.3rem 0 0.6rem; color: var(--c-ivory); }
.teaser-card p { font-size: 0.92rem; color: var(--c-on-dark-mute); margin-bottom: var(--gap-sm); }
.teaser-card .tc-link { font-family: var(--f-body); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-brass-bright); display: inline-flex; gap: 0.4rem; }
.teaser-card:hover .tc-link { color: var(--c-ivory); }
@media (max-width: 920px) { .teaser-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .teaser-grid, .teaser-grid.cols-2 { grid-template-columns: 1fr; } .teaser-card { min-height: 340px; } }

/* Icon-cards variant (no image) for service teaser on ivory */
.icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap-md); }
.icon-card {
  background: var(--c-ivory-2); border: 1px solid rgba(143,112,65,0.18); border-radius: var(--radius);
  padding: clamp(1.6rem, 3vw, 2.2rem); transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.icon-card:hover { transform: translateY(-5px); box-shadow: 0 24px 50px -28px rgba(31,74,74,0.4); }
.icon-card .ic-num { font-family: var(--f-display); font-style: italic; font-size: 1.6rem; color: var(--c-brass-deep); }
.icon-card h3 { font-size: 1.5rem; margin: 0.4rem 0 0.5rem; color: var(--c-on-light); }
.icon-card p { font-size: 0.92rem; color: var(--c-on-light-mute); }
@media (max-width: 860px) { .icon-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .icon-grid { grid-template-columns: 1fr; } }

/* ============================================================
   TEAM — feature + grid
   ============================================================ */
.team-feature { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.team-feature .tf-img { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4/5; }
.team-feature .tf-img img { width: 100%; height: 100%; object-fit: cover; }
.team-feature .tf-img::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -80px 80px -40px rgba(15,42,42,0.5); }
.team-feature .tf-title { font-family: var(--f-body); font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--c-brass-bright); }
.team-feature h2 { font-size: var(--size-h2); margin: 0.3rem 0 var(--gap-md); color: var(--c-ivory); }
.team-feature h2 em { font-style: italic; color: var(--c-brass-bright); }
.team-feature .tf-likes { margin-top: var(--gap-md); font-size: 0.92rem; }
.team-feature .tf-likes b { color: var(--c-brass-bright); font-weight: 600; }
@media (max-width: 820px) { .team-feature { grid-template-columns: 1fr; } .team-feature .tf-img { max-width: 380px; } }

/* ============================================================
   STEPS / PROCESS (ablauf)
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap-lg); counter-reset: step; }
.step { position: relative; padding-top: var(--gap-md); border-top: 2px solid rgba(176,141,87,0.4); }
.step .s-num { font-family: var(--f-display); font-style: italic; font-size: 2.6rem; color: var(--c-brass-deep); line-height: 1; }
.sec-petrol .step .s-num, .sec-petrol-2 .step .s-num, .sec-petrol-deep .step .s-num { color: var(--c-brass-bright); }
.step h3 { font-size: 1.4rem; margin: 0.5rem 0 0.5rem; }
.step p { font-size: 0.92rem; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .steps { grid-template-columns: 1fr; } }

/* ============================================================
   BIG QUOTE / PHILOSOPHY STRIP
   ============================================================ */
.philo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); }
.philo .ph-block .ph-num { font-family: var(--f-display); font-style: italic; font-size: 2.4rem; color: var(--c-brass-bright); opacity: 0.85; }
.philo .ph-block h3 { font-size: var(--size-h3); margin: var(--gap-sm) 0 var(--gap-md); color: var(--c-ivory); }
.philo .ph-block p { color: var(--c-on-dark-mute); }
@media (max-width: 760px) { .philo { grid-template-columns: 1fr; gap: var(--gap-xl); } }

.bigquote { text-align: center; max-width: 920px; margin: 0 auto; }
.bigquote p { font-family: var(--f-display); font-style: italic; font-weight: 500; font-size: clamp(1.7rem, 4vw, 3rem); line-height: 1.18; color: var(--c-ivory); max-width: none; }
.bigquote p em { color: var(--c-brass-bright); }
.bigquote .cite { display: block; margin-top: var(--gap-lg); font-family: var(--f-body); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-brass-bright); font-style: normal; }

/* ============================================================
   REVIEWS / TRUST QUOTES
   ============================================================ */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap-lg); }
.review {
  background: var(--c-petrol-2); border: 1px solid rgba(205,169,116,0.14); border-radius: var(--radius);
  padding: clamp(1.6rem, 3vw, 2.2rem); display: flex; flex-direction: column;
}
.review .stars { color: var(--c-brass-bright); letter-spacing: 3px; font-size: 0.95rem; margin-bottom: var(--gap-md); }
.review p { font-family: var(--f-display); font-style: italic; font-size: 1.2rem; line-height: 1.45; color: var(--c-ivory); flex: 1; }
.review .r-by { margin-top: var(--gap-md); font-family: var(--f-body); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-on-dark-faint); }
@media (max-width: 860px) { .reviews-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band { background: var(--c-petrol-2); text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 120% at 50% 0%, rgba(176,141,87,0.18), transparent 60%); }
.cta-band .shell-tight { position: relative; z-index: 2; }
.cta-band .eyebrow { color: var(--c-brass-bright); }
.cta-band h2 { font-size: var(--size-h2); color: var(--c-ivory); margin: var(--gap-sm) 0 var(--gap-md); }
.cta-band h2 em { font-style: italic; color: var(--c-brass-bright); }
.cta-band p { margin: 0 auto var(--gap-lg); color: var(--c-on-dark-mute); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; justify-content: center; }

/* ============================================================
   BLEED STRIP (full-width image + statement)
   ============================================================ */
.bleed-strip { position: relative; min-height: 58vh; overflow: hidden; display: flex; align-items: center; }
.bleed-strip > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; will-change: transform; z-index: 0; filter: saturate(0.88) brightness(0.58); }
.bleed-strip::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(115deg, rgba(15,42,42,0.88), rgba(31,74,74,0.42)); }
.bleed-inner { position: relative; z-index: 2; max-width: 760px; }
.bleed-inner .eyebrow { color: var(--c-brass-bright); }
.bleed-inner h2 { font-size: var(--size-h2); color: var(--c-ivory); margin: var(--gap-sm) 0 var(--gap-md); }
.bleed-inner h2 em { font-style: italic; color: var(--c-brass-bright); }
.bleed-inner p { color: var(--c-ivory-mute); font-size: 1.05rem; }

/* ============================================================
   PAGE HERO (sub-pages) — shorter cinematic
   ============================================================ */
.page-hero { position: relative; min-height: 56vh; display: flex; align-items: flex-end; overflow: hidden; background: var(--c-petrol-deep); }
.page-hero .bg { position: absolute; inset: 0; background-size: cover; background-position: center; animation: kenburns 30s ease-in-out infinite alternate; filter: saturate(0.9) brightness(0.6); }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(15,42,42,0.5), rgba(15,42,42,0.92)); }
.page-hero .vignette { position: absolute; inset: 0; z-index: 1; box-shadow: inset 0 0 200px 50px rgba(0,0,0,0.5); }
.page-hero .haze { position: absolute; inset: 0; z-index: 1; pointer-events: none; mix-blend-mode: screen; background: radial-gradient(58% 50% at 24% 30%, rgba(176,141,87,0.18), transparent 70%); }
.page-hero .dust { position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0.45; }
.page-hero .dust span { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: rgba(205,169,116,0.9); box-shadow: 0 0 6px 1px rgba(205,169,116,0.5); animation: drift 26s linear infinite; }
.page-hero .letterbox { height: 40px; background: var(--c-petrol-deep); }
.page-hero .ph-inner { position: relative; z-index: 3; padding-bottom: clamp(2.5rem, 6vw, 4.5rem); padding-top: 100px; }
.page-hero .ph-inner .eyebrow { color: var(--c-brass-bright); margin-bottom: var(--gap-sm); }
.page-hero h1 { font-family: var(--f-display); font-weight: 500; font-size: clamp(2.6rem, 7vw, 5rem); color: var(--c-ivory); line-height: 1; letter-spacing: -0.01em; }
.page-hero h1 em { font-style: italic; color: var(--c-brass-bright); }
.page-hero p { color: var(--c-ivory-mute); font-family: var(--f-display); font-style: italic; font-size: clamp(1.1rem, 2vw, 1.5rem); margin-top: var(--gap-md); max-width: 52ch; }

/* ============================================================
   PRICE TABLES (preise + leistungen)
   ============================================================ */
.svc-section { max-width: 920px; margin: 0 auto; }
.svc-section + .svc-section { margin-top: var(--gap-2xl); }
.svc-head { margin-bottom: var(--gap-lg); }
.svc-head .eyebrow { margin-bottom: var(--gap-xs); }
.svc-head h2 { font-size: var(--size-h2); }
.svc-head h2 em { font-style: italic; color: var(--c-brass-deep); }
.svc-head p { margin-top: var(--gap-sm); }
.svc-cover { aspect-ratio: 16/7; overflow: hidden; border-radius: var(--radius); margin-bottom: var(--gap-lg); }
.svc-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); filter: saturate(0.95); }
.svc-cover:hover img { transform: scale(1.05); }

.price-block { margin-bottom: var(--gap-xl); }
.price-block h3 { font-family: var(--f-body); font-weight: 600; font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-brass-deep); padding-bottom: var(--gap-sm); border-bottom: 1px solid rgba(36,52,51,0.18); margin-bottom: var(--gap-sm); }
.price-row { display: flex; align-items: baseline; gap: var(--gap-sm); padding: 0.6rem 0; border-bottom: 1px dotted rgba(36,52,51,0.18); }
.price-row .pr-name { font-family: var(--f-display); font-size: 1.3rem; color: var(--c-on-light); }
.price-row .pr-name small { display: block; font-family: var(--f-body); font-size: 0.82rem; color: var(--c-on-light-mute); font-style: normal; max-width: 56ch; margin-top: 2px; line-height: 1.5; }
.price-row .pr-dots { flex: 1; border-bottom: 1px dotted rgba(36,52,51,0.3); transform: translateY(-4px); min-width: 18px; }
.price-row .pr-price { font-family: var(--f-body); font-weight: 600; font-size: 1rem; color: var(--c-petrol); white-space: nowrap; }
.price-row .pr-price .star { color: var(--c-brass-deep); font-weight: 400; }
.price-cols { display: flex; gap: var(--gap-md); }
.price-cols .pr-price { min-width: 64px; text-align: right; }
.price-note { background: var(--c-ivory-2); border-left: 3px solid var(--c-brass); border-radius: 0 var(--radius) var(--radius) 0; padding: var(--gap-md) var(--gap-lg); margin-top: var(--gap-lg); }
.price-note p { font-size: 0.88rem; color: var(--c-on-light-mute); max-width: none; }
.price-note p + p { margin-top: var(--gap-sm); }
.price-note b { color: var(--c-petrol); }

/* price column header row (Kurz/Mittel/Lang) */
.price-colhead { display: flex; justify-content: flex-end; gap: var(--gap-md); padding-bottom: 0.4rem; }
.price-colhead span { min-width: 64px; text-align: right; font-family: var(--f-body); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-brass-deep); }

/* narrow-mobile: keep the 3-column Damen row inside the viewport (no clipped price) */
@media (max-width: 460px) {
  .price-row { gap: 0.35rem; }
  .price-row .pr-name { min-width: 0; flex-shrink: 1; font-size: 1.1rem; }
  .price-row .pr-dots { min-width: 8px; }
  .price-cols { gap: 0.45rem; flex-shrink: 0; }
  .price-cols .pr-price, .price-colhead span { min-width: 44px; }
  .price-colhead { gap: 0.45rem; }
  .price-row .pr-price { font-size: 0.88rem; }
}

/* ============================================================
   GALLERY GRIDS
   ============================================================ */
.gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap-md); }
.gal-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.gal-tile { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 3/2; }
.gal-tile.tall { aspect-ratio: 3/4; }
.gal-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease), filter 0.9s var(--ease); filter: saturate(0.8) brightness(0.94); }
.gal-tile:hover img { transform: scale(1.07); filter: saturate(1.05) brightness(1); }
.gal-tile .gt-cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 1rem; font-family: var(--f-body); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-ivory); background: linear-gradient(0deg, rgba(15,42,42,0.8), transparent); opacity: 0; transition: opacity 0.5s var(--ease); }
.gal-tile:hover .gt-cap { opacity: 1; }
@media (max-width: 760px) { .gal-grid, .gal-grid.cols-2 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .gal-grid, .gal-grid.cols-2 { grid-template-columns: 1fr; } }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 4.5rem); }
.contact-card .cc-row { padding: var(--gap-md) 0; border-bottom: 1px solid rgba(205,169,116,0.14); }
.contact-card .cc-row .cc-label { font-family: var(--f-body); font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--c-brass-bright); margin-bottom: 0.35rem; }
.contact-card .cc-row .cc-val { font-family: var(--f-display); font-size: 1.5rem; color: var(--c-ivory); }
.contact-card .cc-row .cc-val a { transition: color 0.3s; }
.contact-card .cc-row .cc-val a:hover { color: var(--c-brass-bright); }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: 0.6rem 0; border-bottom: 1px solid rgba(205,169,116,0.12); font-size: 0.95rem; color: var(--c-on-dark-mute); }
.hours-table td:first-child { font-family: var(--f-body); font-weight: 500; color: var(--c-ivory); }
.hours-table td:last-child { text-align: right; font-variant-numeric: tabular-nums; }
.hours-table tr.closed td { color: var(--c-on-dark-faint); }
.hours-note { margin-top: var(--gap-md); font-size: 0.88rem; font-style: italic; font-family: var(--f-display); color: var(--c-brass-bright); }
.maps-link { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: var(--gap-lg); font-family: var(--f-body); font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-brass-bright); border-bottom: 1px solid rgba(205,169,116,0.4); padding-bottom: 3px; transition: color 0.3s; }
.maps-link:hover { color: var(--c-ivory); }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; gap: var(--gap-xl); } }

/* ============================================================
   FACT BAR (counters)
   ============================================================ */
.fact-bar { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap-lg); text-align: center; }
.fact .f-num { font-family: var(--f-display); font-size: clamp(2.4rem, 5vw, 3.6rem); color: var(--c-brass-bright); line-height: 1; }
.fact .f-num .suf { color: var(--c-brass); }
.fact .f-label { font-family: var(--f-body); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-on-dark-mute); margin-top: var(--gap-sm); }
@media (max-width: 640px) { .fact-bar { grid-template-columns: 1fr; gap: var(--gap-xl); } }

/* ============================================================
   EDITORIAL PROSE (intro blocks, leistungen narrative)
   ============================================================ */
.prose { max-width: 720px; }
.prose.centered { margin: 0 auto; text-align: center; }
.prose p + p { margin-top: var(--gap-md); }
.prose .lead { font-family: var(--f-display); font-style: italic; font-size: clamp(1.3rem, 2.6vw, 1.9rem); line-height: 1.35; color: var(--c-on-light); max-width: none; }
.sec-petrol .prose .lead, .sec-petrol-2 .prose .lead, .sec-petrol-deep .prose .lead { color: var(--c-ivory); }

.hours-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: var(--gap-md); }
.hours-strip .hs-item { font-family: var(--f-body); font-size: 0.92rem; color: var(--c-on-dark-mute); }
.hours-strip .hs-item b { color: var(--c-ivory); font-weight: 500; }
.hours-strip .hs-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--c-brass); }

/* ============================================================
   LEGAL pages
   ============================================================ */
.legal { max-width: 800px; margin: 0 auto; }
.legal h2 { font-size: var(--size-h3); color: var(--c-ivory); margin: var(--gap-xl) 0 var(--gap-sm); }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: var(--c-on-dark-mute); font-size: 0.96rem; max-width: 72ch; }
.legal ul { margin: var(--gap-sm) 0 var(--gap-sm) 1.3rem; }
.legal a { color: var(--c-brass-bright); }
.legal-note { background: var(--c-petrol-2); border: 1px solid rgba(205,169,116,0.3); border-radius: var(--radius); padding: var(--gap-lg); margin-bottom: var(--gap-xl); }
.legal-note p { color: var(--c-ivory-mute); }
.legal-note b { color: var(--c-brass-bright); }

/* ---------- Overflow safety (clip, never hidden — keeps sticky nav intact) ---------- */
html, body { overflow-x: clip; max-width: 100vw; }
.nav, .nav-inner, .nav-mobile { max-width: 100vw; }
.hero-cinematic, .page-hero, .signature, .bleed-strip, .cta-band { overflow: hidden; }

/* Char-split hero title: keep words intact (no mid-word line break) */
.hero-title .word { display: inline-block; white-space: nowrap; }

/* mt / align helpers */
.mt-lg { margin-top: var(--gap-lg); }
.mt-xl { margin-top: var(--gap-xl); }
.tc { text-align: center; }
