/* Wicked Ink — Motion Site
   CI (übernommen aus website-mockup/styles.css): near-black + dunkles Grün, Cinzel + Inter */
:root {
  --bg: #050606;
  --panel: #0b110e;
  --panel-2: #101714;
  --panel-3: #151d19;
  --text: #f3eee7;
  --muted: #aab2ac;
  --dim: #7d8680;
  --accent: #1f5d47;
  --accent-strong: #2f8b69;
  --accent-light: #4fb58c;
  --accent-soft: rgba(47, 139, 105, 0.14);
  --border: rgba(243, 238, 231, 0.09);
  --border-strong: rgba(47, 139, 105, 0.4);
  --radius: 22px;
  --max: 1200px;
  --header-h: 68px;
  --font-display: "Cinzel", "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: var(--header-h); }
html:not(.lenis) { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
html, body { overflow-x: clip; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--accent-light); text-decoration: none; }
a:hover { color: #7fd3ae; }
:focus-visible { outline: 2px solid var(--accent-light); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; margin: 0; letter-spacing: 0.01em; }
p { margin: 0 0 1em; }

.skip-link { position: absolute; left: 12px; top: -80px; z-index: 1000; background: var(--accent-strong); color: #fff; padding: .6rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.container { width: min(var(--max), 100% - 2.5rem); margin-inline: auto; }
.narrow { width: min(820px, 100% - 2.5rem); }
.section { padding: clamp(6rem, 14vw, 11rem) 0; position: relative; }
.section-head { max-width: 820px; margin-bottom: clamp(3rem, 6vw, 5rem); }

.eyebrow {
  font-size: .78rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent-light); margin-bottom: 1.4rem; display: flex; flex-wrap: wrap; gap: .6rem 1rem; align-items: center;
}
.display { font-size: clamp(2.6rem, 7.2vw, 6.4rem); line-height: 1.02; margin-bottom: 1.6rem; }
.lead { font-size: clamp(1.1rem, 1.7vw, 1.4rem); line-height: 1.5; color: var(--muted); font-weight: 300; max-width: 42ch; }
.accent { color: var(--accent-light); }
.muted-text { color: var(--dim); }
.small { font-size: .88rem; color: var(--dim); }
.draft-tag {
  display: inline-block; font-family: var(--font-body); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
  color: #e7c98a; border: 1px dashed rgba(231, 201, 138, .55); padding: .22rem .6rem; border-radius: 999px; font-weight: 500; line-height: 1.4;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .95rem 1.7rem; border-radius: 999px; font-weight: 500; font-size: 1rem;
  border: 1px solid transparent; transition: transform .35s var(--ease), background .3s, border-color .3s, color .3s;
  cursor: pointer; font-family: inherit; line-height: 1.2;
}
.btn:hover { transform: translateY(-2px); }
.btn-accent { background: var(--accent-strong); color: #fff; box-shadow: 0 10px 30px rgba(47, 139, 105, .28); }
.btn-accent:hover { background: #38a07a; color: #fff; }
.btn-ghost { border-color: rgba(243, 238, 231, .28); color: var(--text); background: rgba(5, 6, 6, .25); backdrop-filter: blur(8px); }
.btn-ghost:hover { border-color: var(--accent-light); color: var(--text); }
.btn-sm { padding: .6rem 1.15rem; font-size: .9rem; }
.btn-lg { padding: 1.15rem 2.2rem; font-size: 1.08rem; }

/* Intro */
.intro { display: none; }
.js .intro {
  position: fixed; inset: 0; z-index: 200; background: var(--bg);
  display: grid; place-items: center;
  animation: introFailsafe .6s ease 4.5s forwards; /* falls JS hängt */
}
.intro-inner { display: grid; place-items: center; gap: 1.6rem; }
.intro-logo { width: min(300px, 62vw); height: auto; }
.intro-line { width: min(220px, 50vw); height: 1px; background: linear-gradient(90deg, transparent, var(--accent-light), transparent); transform: scaleX(0); }
@keyframes introFailsafe { to { opacity: 0; visibility: hidden; } }
.intro.done { display: none !important; }

/* Header */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: var(--header-h);
  display: flex; align-items: center; gap: 1.5rem; padding: 0 clamp(1.25rem, 3vw, 2.5rem);
  transition: background .4s, border-color .4s, backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(5, 6, 6, .72); backdrop-filter: saturate(160%) blur(18px); -webkit-backdrop-filter: saturate(160%) blur(18px); border-color: var(--border); }
.brand { display: flex; align-items: center; gap: .7rem; color: var(--text); font-family: var(--font-display); letter-spacing: .14em; text-transform: uppercase; font-size: .95rem; }
.brand:hover { color: var(--text); }
.brand img { width: 40px; height: auto; }
.nav { margin-left: auto; display: flex; gap: 1.8rem; }
.nav a { color: var(--muted); font-size: .88rem; letter-spacing: .02em; }
.nav a:hover { color: var(--text); }
.nav-toggle { display: none; }

/* Hero */
.hero { position: relative; height: 100vh; height: 100svh; min-height: 560px; overflow: hidden; display: grid; place-items: center; }
.hero-media { position: absolute; inset: 0; }
.hero-img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) contrast(1.05) brightness(.7); transform-origin: 50% 60%; will-change: transform; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 45%, rgba(5, 6, 6, .25) 0%, rgba(5, 6, 6, .75) 70%),
    linear-gradient(180deg, rgba(5, 6, 6, .55) 0%, rgba(11, 30, 22, .35) 50%, var(--bg) 100%);
}
.hero-content { position: relative; z-index: 2; text-align: center; padding: 0 1.25rem; max-width: 1100px; }
.hero-eyebrow { justify-content: center; }
.hero-title { font-size: clamp(3.1rem, 11vw, 10rem); line-height: .98; font-weight: 500; margin-bottom: 1.8rem; text-shadow: 0 10px 50px rgba(0, 0, 0, .5); }
.hero-title .word { display: inline-block; }
.hero-lead { font-size: clamp(1.05rem, 1.8vw, 1.35rem); color: #d6d2cb; font-weight: 300; max-width: 40ch; margin: 0 auto 2.4rem; line-height: 1.5; }
.hero-actions { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }
.scroll-cue { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 1px solid rgba(243, 238, 231, .4); border-radius: 20px; z-index: 2; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; margin-left: -1.5px; border-radius: 3px; background: var(--text); animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

/* Statement (pinned) */
.statement { position: relative; background: var(--bg); }
.statement-inner { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 6rem 1.25rem; }
.statement-lines { display: grid; gap: .4em; }
.statement-line { font-family: var(--font-display); font-size: clamp(2.3rem, 7.5vw, 7rem); line-height: 1.05; margin: 0; color: var(--text); }
.statement-progress { display: none; }
.anim .statement-lines { display: grid; grid-template-areas: "s"; width: 100%; }
.anim .statement-line { grid-area: s; }
.anim .statement-progress { display: block; margin-top: 3.5rem; width: 160px; height: 2px; background: var(--border); border-radius: 2px; overflow: hidden; }
.statement-progress span { display: block; height: 100%; background: var(--accent-light); transform-origin: left; transform: scaleX(0); }

/* Artist */
.artist-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.artist-frame { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; background: var(--panel); position: relative; }
.artist-img { width: 100%; height: 118%; object-fit: cover; object-position: 40% 50%; filter: grayscale(.2) contrast(1.05); will-change: transform; }
.artist-media figcaption { margin-top: .9rem; font-size: .8rem; color: var(--dim); }
.artist-copy p:not(.lead):not(.eyebrow) { color: var(--muted); max-width: 52ch; }
.artist-copy .lead { margin-bottom: 1.6rem; color: var(--text); }
.facts { display: grid; gap: 0; margin: 2.2rem 0 0; border-top: 1px solid var(--border); }
.facts div { display: grid; grid-template-columns: 7rem 1fr; padding: .95rem 0; border-bottom: 1px solid var(--border); }
.facts dt { color: var(--dim); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; padding-top: .15rem; }
.facts dd { margin: 0; color: var(--text); }

/* Gallery */
.work { background: linear-gradient(180deg, var(--bg), var(--panel) 30%, var(--panel) 70%, var(--bg)); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: clamp(220px, 22vw, 330px); gap: clamp(.8rem, 1.4vw, 1.3rem); }
.g-item { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; background: var(--panel-2); }
.g-item:nth-child(1) { grid-column: 1; grid-row: 1 / span 2; }
.g-item:nth-child(2) { grid-column: 2; grid-row: 1; }
.g-item:nth-child(3) { grid-column: 3; grid-row: 1; }
.g-item:nth-child(4) { grid-column: 2; grid-row: 2; }
.g-item:nth-child(5) { grid-column: 4; grid-row: 1 / span 2; }
.g-item:nth-child(6) { grid-column: 3; grid-row: 2; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.g-item.paper { background: #e9e4da; }
.g-item.paper img { object-fit: contain; padding: 8%; mix-blend-mode: multiply; }
.g-item:hover img { transform: scale(1.04); }
.g-item figcaption {
  position: absolute; left: .8rem; bottom: .8rem; right: .8rem; display: flex; gap: .5rem; align-items: center; flex-wrap: wrap;
  font-size: .78rem; letter-spacing: .06em; color: var(--text);
}
.g-item figcaption { background: rgba(5, 6, 6, .7); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: .4rem .75rem; border-radius: 999px; width: max-content; max-width: calc(100% - 1.6rem); }
.g-item figcaption em { font-style: normal; color: #e7c98a; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.center-cta { text-align: center; margin-top: 3.5rem; }

/* Flash strip */
.flash { background: var(--bg); position: relative; overflow: hidden; }
.flash-pin { padding: clamp(5rem, 10vw, 7rem) 0 4rem; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; }
.flash-head { margin-bottom: clamp(2rem, 4vw, 3rem); }
.flash-head .display { margin-bottom: 1rem; }
.flash-track-wrap { overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 0 0 1rem; }
.flash-track-wrap::-webkit-scrollbar { display: none; }
.flash-track {
  list-style: none; margin: 0; display: flex; gap: clamp(1rem, 2vw, 1.6rem);
  padding: 0 max(1.25rem, (100vw - var(--max)) / 2); width: max-content;
}
.flash-card {
  scroll-snap-align: center; width: clamp(250px, 26vw, 340px); flex: none;
  background: radial-gradient(circle at 50% 35%, #12241c 0%, var(--panel) 70%); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.2rem 1.2rem 1.4rem;
}
.flash-art { aspect-ratio: 4 / 5; display: grid; place-items: center; padding: 8%; max-height: 44vh; margin-inline: auto; }
.flash-art img { max-height: 100%; width: auto; object-fit: contain; filter: drop-shadow(0 0 18px rgba(79, 181, 140, .18)); }
.flash-card h3 { font-size: 1.25rem; margin-top: .6rem; }
.flash-card p { color: var(--dim); font-size: .9rem; margin: .2rem 0 0; }
.flash-cta-card { display: grid; place-items: center; background: linear-gradient(160deg, var(--accent) 0%, #0d241b 100%); border-color: var(--border-strong); }
.flash-cta-card > div { padding: 1rem; }
.flash-cta-card .eyebrow { color: #bfe8d4; }
.flash-cta-card h3 { font-size: 1.8rem; margin-bottom: .8rem; }
.flash-cta-card p { color: #d5e6dd; margin-bottom: 1.5rem; font-size: .95rem; }
.anim-h .flash-track-wrap { overflow: visible; }

/* Process */
.process .container { position: relative; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); position: relative; z-index: 1; }
.step { display: grid; gap: 1.2rem; align-content: start; }
.step-num {
  width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-display); font-size: 1.15rem; color: var(--accent-light);
  background: var(--bg); border: 1px solid var(--border-strong);
}
.step h3 { font-size: clamp(1.6rem, 2.4vw, 2.1rem); margin-bottom: .6rem; }
.step p { color: var(--muted); font-size: 1rem; }
.steps-line { position: absolute; left: 32px; right: 0; top: 32px; height: 1px; background: var(--border); z-index: 0; bottom: auto; }
.steps-wrap { position: relative; }
.steps-line span { display: block; height: 100%; background: linear-gradient(90deg, var(--accent-strong), var(--accent-light)); transform-origin: left; transform: scaleX(1); }

/* Studio band + badge */
.studio-band { position: relative; padding: clamp(7rem, 14vw, 11rem) 0 clamp(4rem, 8vw, 6rem); overflow: hidden; isolation: isolate; }
.band-media { position: absolute; inset: -12% 0; z-index: -2; }
.band-img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.35) brightness(.5); will-change: transform; }
.band-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, var(--bg) 0%, rgba(5, 6, 6, .55) 25%, rgba(8, 22, 16, .6) 70%, var(--bg) 100%); }
.band-content { display: grid; grid-template-columns: 1.3fr 1fr; gap: 3rem; align-items: center; }
.band-copy .lead { color: #cfd4d0; }
.badge { position: relative; width: min(320px, 70vw); aspect-ratio: 1; margin-inline: auto; display: grid; place-items: center; }
.badge-ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.ring-bg { fill: rgba(5, 6, 6, .55); stroke: rgba(243, 238, 231, .12); stroke-width: 1.5; }
.ring-fg { fill: none; stroke: var(--accent-light); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 566; stroke-dashoffset: 0; }
.badge-check-icon { width: 34px; height: 34px; margin: 0 auto .4rem; }
.badge-check { fill: none; stroke: var(--accent-light); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 40; stroke-dashoffset: 0; }
.badge-text { position: relative; text-align: center; display: grid; gap: .3rem; padding: 0 2rem; }
.badge-text strong { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.4rem); letter-spacing: .12em; font-weight: 600; }
.badge-text span { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.badge-text .badge-date { font-family: var(--font-display); font-size: 1.35rem; letter-spacing: .08em; color: var(--accent-light); text-transform: none; font-variant-numeric: tabular-nums; }
.stats { list-style: none; padding: 0; margin: clamp(4rem, 8vw, 6rem) 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; border-top: 1px solid var(--border); padding-top: 2.5rem; }
.stats li { display: grid; gap: .3rem; }
.stat-num { font-family: var(--font-display); font-size: clamp(2.8rem, 6vw, 4.8rem); line-height: 1; color: var(--text); font-variant-numeric: tabular-nums; }
.stat-label { color: var(--muted); font-size: .95rem; }
.band-note { margin-top: 2.5rem; font-size: .85rem; color: var(--dim); }

/* Pricing */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.price-card { position: relative; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 2.2rem 2rem; }
.price-card.featured { border-color: var(--border-strong); background: linear-gradient(180deg, #0f1f18, var(--panel)); }
.price-card h3 { font-size: 1.35rem; margin-bottom: 1rem; }
.price { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--text); margin-bottom: 1rem; line-height: 1.1; }
.price-card p:last-child { color: var(--muted); font-size: .98rem; margin: 0; }
.price-badge { position: absolute; top: 1.4rem; right: 1.4rem; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-light); border: 1px solid var(--border-strong); border-radius: 999px; padding: .2rem .65rem; }
.note { margin-top: 2rem; color: var(--dim); font-size: .92rem; max-width: 70ch; }
.note strong { color: var(--muted); }

/* Aftercare */
.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--border); }
.care { padding: 2.2rem 2rem 2.2rem 0; border-bottom: 1px solid var(--border); }
.care span { font-family: var(--font-display); color: var(--accent-light); font-size: .95rem; }
.care h3 { font-size: 1.4rem; margin: .6rem 0 .6rem; }
.care p { color: var(--muted); font-size: .98rem; margin: 0; max-width: 36ch; }

/* FAQ */
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { cursor: pointer; list-style: none; padding: 1.6rem 3rem 1.6rem 0; font-size: clamp(1.1rem, 1.8vw, 1.3rem); position: relative; font-weight: 400; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .3rem; top: 50%; transform: translateY(-50%); font-size: 1.6rem; color: var(--accent-light); transition: transform .4s var(--ease); font-weight: 300; }
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details p { color: var(--muted); padding-bottom: 1.6rem; margin: 0; max-width: 64ch; }
.faq-list .draft-tag { margin-left: .4rem; vertical-align: middle; }

/* Contact */
.contact { position: relative; padding: clamp(7rem, 14vw, 12rem) 0 clamp(5rem, 9vw, 8rem); text-align: center; overflow: hidden; }
.contact-glow { position: absolute; left: 50%; top: 30%; width: 1100px; height: 800px; transform: translate(-50%, -50%); background: radial-gradient(closest-side, rgba(47, 139, 105, .22), transparent); pointer-events: none; }
.contact-inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.contact-logo { width: 120px; height: auto; margin-bottom: 2rem; opacity: .9; }
.contact .eyebrow { justify-content: center; }
.contact-title { font-size: clamp(3rem, 9vw, 8rem); line-height: 1; margin-bottom: 1.8rem; }
.contact .lead { margin: 0 auto 2.6rem; }
.contact-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; margin-bottom: clamp(3.5rem, 7vw, 5.5rem); }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; width: 100%; text-align: left; border-top: 1px solid var(--border); padding-top: 2.2rem; }
.contact-grid .label { display: block; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--dim); margin-bottom: .5rem; }
.contact-grid a, .contact-grid span:not(.label) { color: var(--text); font-size: 1.02rem; line-height: 1.5; }
.contact-grid a:hover { color: var(--accent-light); }
.ig-block { margin-top: 4rem; display: grid; justify-items: center; gap: 1rem; width: 100%; }
.ig-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; width: 100%; }
.ig-grid:empty { display: none; }
.ig-grid .instagram-media { min-width: 0 !important; width: 100% !important; margin: 0 !important; }

/* Footer */
.site-footer { border-top: 1px solid var(--border); padding: 2.5rem 0 7rem; font-size: .88rem; color: var(--dim); }
.footer-inner { display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; justify-content: space-between; }
.footer-brand { display: flex; align-items: center; gap: .7rem; color: var(--muted); font-family: var(--font-display); letter-spacing: .1em; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { color: var(--muted); }
.footer-copy { margin: 0; width: 100%; }

/* Sticky CTA */
.sticky-cta {
  position: fixed; z-index: 60; right: clamp(1rem, 2.5vw, 2rem); bottom: calc(clamp(1rem, 2.5vw, 2rem) + env(safe-area-inset-bottom));
  display: inline-flex; align-items: center; gap: .6rem; padding: .95rem 1.4rem .95rem 1.15rem; border-radius: 999px;
  background: var(--accent-strong); color: #fff; font-weight: 500; box-shadow: 0 14px 40px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .08) inset;
  transform: translateY(140%); opacity: 0; transition: transform .6s var(--ease), opacity .4s, background .3s;
}
.sticky-cta svg { width: 20px; height: 20px; }
.sticky-cta:hover { background: #38a07a; color: #fff; }
.sticky-cta.visible { transform: none; opacity: 1; }

/* Reveal fallback: content visible without JS */
.reveal { will-change: auto; }

/* Responsive */
@media (max-width: 1020px) {
  .nav { display: none; }
  .header-cta { margin-left: auto; }
  .nav-toggle {
    display: grid; place-content: center; gap: 6px; width: 42px; height: 42px; background: none; border: 1px solid var(--border); border-radius: 50%; cursor: pointer; padding: 0;
  }
  .nav-toggle span { display: block; width: 16px; height: 1.5px; background: var(--text); transition: transform .3s var(--ease); }
  .nav-open .nav-toggle span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .nav-open .nav-toggle span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .nav-open .nav {
    display: flex; flex-direction: column; position: fixed; inset: var(--header-h) 0 auto 0; background: rgba(5, 6, 6, .96);
    backdrop-filter: blur(18px); padding: 1.5rem 1.5rem 2.5rem; gap: 0; border-bottom: 1px solid var(--border);
  }
  .nav-open .nav a { font-family: var(--font-display); font-size: 1.6rem; color: var(--text); padding: .6rem 0; border-bottom: 1px solid var(--border); }
  .nav-open .site-header { background: rgba(5, 6, 6, .96); }
  .artist-grid, .band-content { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 3rem; }
  .steps-line { display: none; }
  .price-grid { grid-template-columns: 1fr; max-width: 560px; }
  .care-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 1rem; }
  .display { font-size: clamp(2rem, 9vw, 2.6rem); hyphens: auto; }
  .hero-title { font-size: clamp(3.2rem, 16vw, 4.4rem); }
  .hero-title .word { display: block; }
  .contact-title { font-size: clamp(2.6rem, 12vw, 3.4rem); }
  .statement-line { font-size: clamp(2.2rem, 10.5vw, 3rem); }
  .header-cta { display: none; }
  .nav-toggle { margin-left: auto; }
  .brand span { font-size: .85rem; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 44vw; }
  .g-item:nth-child(n) { grid-column: auto; grid-row: auto; }
  .g-item:nth-child(1), .g-item:nth-child(5) { grid-row: span 2; }
  .gallery { grid-auto-flow: dense; }
  .g-item figcaption { font-size: .7rem; padding: .3rem .6rem; left: .5rem; bottom: .5rem; }
  .steps { grid-template-columns: 1fr; gap: 0; }
  .step { grid-template-columns: 56px 1fr; gap: 1.2rem; padding: 1.6rem 0; border-bottom: 1px solid var(--border); }
  .step-num { width: 52px; height: 52px; font-size: 1rem; }
  .care-grid { grid-template-columns: 1fr; }
  .care { padding: 1.8rem 0; }
  .stats { grid-template-columns: 1fr; gap: 2rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 1.4rem; }
  .contact-actions .btn { width: 100%; }
  .flash-card { width: 74vw; }
  .facts div { grid-template-columns: 5.5rem 1fr; }
  .sticky-cta { left: 1rem; right: 1rem; justify-content: center; }
  .hero-actions .btn { min-width: 70%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js .intro { display: none; }
  .hero-img, .band-img, .artist-img { will-change: auto; }
}
.hero-dim { position: absolute; inset: 0; background: var(--bg); opacity: 0; pointer-events: none; }
