/* GALI — Bloczki modułowe: landing v2 (nowa kompozycja) */
:root {
  --ink: #1a2120;
  --green: #303E3D;
  --mid: #767A79;
  --warm: #B1B0AC;
  --paper: #EDE8DE;
  --paper-deep: #E4DECF;
  --card: #FAFAF8;
  --line: rgba(48, 62, 61, 0.14);
  --line-strong: rgba(48, 62, 61, 0.26);
  --accent: #7d5a3c;
  --font-display: "Instrument Serif", "Times New Roman", serif;
  --font-sans: "Inter", -apple-system, "Helvetica Neue", sans-serif;
  --font-mono: "JetBrains Mono", Menlo, monospace;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
.container { max-width: 1220px; margin: 0 auto; padding: 0 44px; }
@media (max-width: 768px) { .container { padding: 0 22px; } }
.eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mid); }
.mono { font-family: var(--font-mono); }

/* ——— Nav ——— */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(237,232,222,0.82); backdrop-filter: saturate(180%) blur(18px); -webkit-backdrop-filter: saturate(180%) blur(18px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.nav-logo img { height: 30px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 13.5px; font-weight: 450; transition: opacity .2s; }
.nav-links a:hover { opacity: .55; }
.nav-cta { font-size: 13px; font-weight: 500; padding: 10px 20px; background: var(--ink); color: var(--card); border-radius: 100px; white-space: nowrap; transition: background .2s; }
.nav-cta:hover { background: var(--green); }
@media (max-width: 900px) { .nav-links a:not(.nav-cta) { display: none; } }

/* ——— Audience switch ——— */
.aud-switch { display: inline-flex; border: 1px solid var(--line-strong); background: var(--card); }
.aud-switch button { white-space: nowrap; padding: 12px 22px; font-size: 13.5px; font-weight: 500; color: var(--mid); transition: all .2s; }
.aud-switch button.active { background: var(--ink); color: var(--card); }

/* ——— HERO: centered, premium, product floating ——— */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); text-align: center;
  background: radial-gradient(125% 95% at 50% -8%, #F7F3EC 0%, #EEE8DB 52%, #E4DCCB 100%);
  padding: 74px 0 0; }
.hero-top { max-width: 880px; margin: 0 auto; position: relative; z-index: 3; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 30px; }
.hero-kicker .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.hero .aud-switch { margin: 0 auto 40px; }
.hero h1 { font-family: var(--font-display); font-weight: 400; font-size: clamp(48px, 7vw, 94px); line-height: 0.96; letter-spacing: -0.02em; text-wrap: balance; }
.hero h1 em { font-style: italic; color: var(--accent); }
.hero-sub { font-size: 18px; line-height: 1.6; color: var(--green); max-width: 580px; margin: 26px auto 0; text-wrap: pretty; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; justify-content: center; align-items: stretch; }
.btn-primary { display: inline-flex; align-items: center; white-space: nowrap; background: var(--ink); color: var(--card); padding: 16px 34px; font-size: 14px; font-weight: 500; letter-spacing: 0.02em; border-radius: 100px; transition: transform .2s, background .2s, box-shadow .2s; box-shadow: 0 8px 24px rgba(26,33,32,0.16); }
.btn-primary:hover { background: var(--green); transform: translateY(-1px); box-shadow: 0 12px 30px rgba(26,33,32,0.22); }
.btn-ghost { display: inline-flex; align-items: center; white-space: nowrap; border: 1px solid var(--line-strong); color: var(--ink); padding: 15px 30px; font-size: 14px; font-weight: 500; border-radius: 100px; transition: background .2s, border-color .2s; }
.btn-ghost:hover { background: rgba(255,255,255,0.6); border-color: var(--ink); }

.hero-stage { position: relative; margin-top: 40px; padding-bottom: 30px; }
.hero-shadow { position: absolute; z-index: 1; left: 50%; bottom: 8%; width: min(720px, 78%); height: 90px; transform: translateX(-50%); background: radial-gradient(50% 50% at 50% 50%, rgba(40,32,20,0.34) 0%, rgba(40,32,20,0) 72%); filter: blur(6px); pointer-events: none; }
.hero-cutout { position: relative; z-index: 2; width: min(860px, 94%); max-width: none; margin: 0 auto; filter: drop-shadow(0 34px 44px rgba(40,30,18,0.28)); }
.hero-chips { position: relative; z-index: 3; display: flex; justify-content: center; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.chip-stat { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 14px 26px; background: rgba(255,255,255,0.55); border: 1px solid rgba(255,255,255,0.7); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-radius: 14px; min-width: 132px; }
.chip-stat .n { font-family: var(--font-display); font-size: 34px; line-height: 1; color: var(--ink); }
.chip-stat .l { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); }
@media (max-width: 900px) { .hero { padding-top: 40px; } .hero-chips { gap: 10px; } .chip-stat { min-width: 104px; padding: 12px 16px; } .chip-stat .n { font-size: 26px; } }

/* ——— Marquee ticker ——— */
.ticker { background: var(--ink); color: var(--card); overflow: hidden; border-bottom: 1px solid rgba(0,0,0,0.2); }
.ticker-track { display: flex; gap: 0; white-space: nowrap; animation: scroll-x 32s linear infinite; }
.ticker-track span { font-family: var(--font-display); font-size: 22px; padding: 16px 34px; display: inline-flex; align-items: center; gap: 34px; }
.ticker-track span::after { content: "◆"; font-size: 9px; color: var(--accent); }
@keyframes scroll-x { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ——— Generic section ——— */
.section { padding: 100px 0; }
.section-head { max-width: 620px; }
.section-title { font-family: var(--font-display); font-size: clamp(32px, 4.4vw, 52px); line-height: 1.06; font-weight: 400; letter-spacing: -0.01em; margin-top: 14px; text-wrap: balance; }
.section-lede { font-size: 16px; line-height: 1.65; color: var(--green); max-width: 560px; margin-top: 18px; }
.section-dark { background: var(--ink); color: var(--card); }
.section-dark .section-lede { color: rgba(250,250,248,0.72); }
.section-dark .eyebrow { color: var(--warm); }
.section-deep { background: var(--paper-deep); }

/* ——— Comparison (NEW) ——— */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 54px; }
@media (max-width: 820px) { .compare { grid-template-columns: 1fr; } }
.compare-col { padding: 34px 32px; border: 1px solid var(--line); background: var(--card); }
.compare-col.gali { background: var(--ink); color: var(--card); border-color: var(--ink); }
.compare-col h3 { font-family: var(--font-display); font-size: 26px; font-weight: 400; margin-bottom: 6px; }
.compare-col .tagline { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid); margin-bottom: 24px; }
.compare-col.gali .tagline { color: var(--warm); }
.compare-row { display: flex; gap: 14px; padding: 15px 0; border-top: 1px solid var(--line); font-size: 14.5px; line-height: 1.5; }
.compare-col.gali .compare-row { border-color: rgba(250,250,248,0.16); }
.compare-row .mk { flex: 0 0 20px; font-family: var(--font-mono); font-size: 15px; color: var(--mid); }
.compare-col.gali .compare-row .mk { color: #9ec3a0; }

/* ——— Spec + colors (NEW) ——— */
.spec-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; margin-top: 54px; align-items: start; }
@media (max-width: 900px) { .spec-grid { grid-template-columns: 1fr; gap: 34px; } }
.spec-list { border-top: 1px solid var(--line); }
.spec-item { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.spec-item dt { font-size: 14.5px; color: var(--green); }
.spec-item dd { font-family: var(--font-display); font-size: 22px; text-align: right; }
.spec-item dd small { font-family: var(--font-sans); font-size: 12px; color: var(--mid); display: block; margin-top: 2px; }
.colors { }
.colors h3 { font-family: var(--font-display); font-size: 22px; font-weight: 400; margin-bottom: 20px; }
.swatches { display: flex; flex-direction: column; gap: 12px; }
.swatch { display: flex; align-items: center; gap: 16px; }
.swatch .chip { width: 64px; height: 64px; flex: 0 0 64px; border: 1px solid var(--line-strong); }
.swatch .name { font-size: 14.5px; font-weight: 500; }
.swatch .desc { font-size: 12.5px; color: var(--mid); margin-top: 2px; }

/* ——— CTA band (brand green divider) ——— */
.cta-band { background: var(--ink); color: #F2EFE7; padding: 92px 0; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 140% at 85% 0%, rgba(255,255,255,0.06), transparent 55%); pointer-events: none; }
.cta-band .container { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.cta-band .cta-copy { max-width: 640px; }
.cta-band .eyebrow { color: var(--warm); }
.cta-band h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(30px, 4vw, 52px); line-height: 1.05; letter-spacing: -0.01em; margin-top: 14px; color: #F6F3EC; text-wrap: balance; }
.cta-band h2 em { font-style: italic; color: #cbb89a; }
.cta-band p { font-size: 15.5px; line-height: 1.62; color: rgba(242,239,231,0.78); margin-top: 16px; max-width: 540px; }
.cta-band .cta-action { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.cta-band .cta-btn { display: inline-flex; align-items: center; gap: 12px; background: var(--card); color: var(--ink); padding: 16px 30px; font-size: 15px; font-weight: 500; transition: transform .18s ease, background .18s ease; }
.cta-band .cta-btn:hover { transform: translateY(-2px); background: #fff; }
.cta-band .cta-btn .arw { transition: transform .18s ease; }
.cta-band .cta-btn:hover .arw { transform: translateX(4px); }
.cta-band .cta-sub { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; color: rgba(242,239,231,0.6); }
@media (max-width: 760px) { .cta-band { padding: 64px 0; } .cta-band .container { flex-direction: column; align-items: flex-start; gap: 30px; } }

/* ——— Colors: placeholder (catalog in preparation) ——— */
.colors h3 span.small { font-family: var(--font-sans); font-size: 12px; color: var(--mid); font-weight: 400; display: block; margin-top: 3px; }
.color-ph { position: relative; border: 1px solid var(--line-strong); aspect-ratio: 4 / 3; background-color: var(--card);
  background-image: repeating-linear-gradient(135deg, rgba(48,62,61,0.05) 0 12px, transparent 12px 24px);
  display: grid; place-items: center; text-align: center; }
.cph-inner { padding: 28px; max-width: 300px; }
.cph-icon { width: 60px; height: 60px; margin: 0 auto 18px; border: 1px dashed var(--line-strong); display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 4px; padding: 8px; }
.cph-icon::before, .cph-icon::after { content: ""; background: rgba(48,62,61,0.14); }
.cph-icon { position: relative; }
.cph-icon span { display: block; background: rgba(48,62,61,0.14); }
.cph-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid); }
.cph-hint { font-size: 13px; color: var(--green); margin-top: 10px; line-height: 1.55; }
.cph-note { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; color: var(--accent); margin-top: 16px; }

/* ——— Benefits (kept concept, new layout: pinned scroll cards) ——— */
.bcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 54px; }
@media (max-width: 900px) { .bcards { grid-template-columns: 1fr; } }
.bcard { background: var(--card); border: 1px solid var(--line); padding: 30px 26px; position: relative; }
.section-dark .bcard { background: rgba(250,250,248,0.04); border-color: rgba(250,250,248,0.16); }
.bcard .num { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--accent); }
.bcard h3 { font-family: var(--font-display); font-size: 24px; font-weight: 400; line-height: 1.15; margin-top: 16px; }
.bcard p { font-size: 14px; line-height: 1.62; color: var(--green); margin-top: 10px; }
.section-dark .bcard p { color: rgba(250,250,248,0.68); }

/* ——— Showcase photo band ——— */
.showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
@media (max-width: 820px) { .showcase { grid-template-columns: 1fr; } }
.showcase img { width: 100%; height: 100%; object-fit: cover; min-height: 300px; }
.showcase .txt { padding: 64px 56px; display: flex; flex-direction: column; justify-content: center; background: var(--card); }
.showcase .txt h2 { font-family: var(--font-display); font-size: clamp(30px,3.4vw,42px); font-weight: 400; line-height: 1.1; }
.showcase .txt p { font-size: 15px; line-height: 1.66; color: var(--green); margin-top: 18px; max-width: 420px; }

/* ——— Process (NEW) ——— */
.process { margin-top: 56px; }
.pstep { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 30px 0; border-top: 1px solid var(--line); align-items: start; }
.pstep:last-child { border-bottom: 1px solid var(--line); }
.pstep .pn { font-family: var(--font-display); font-size: 40px; color: var(--warm); line-height: 1; }
.pstep h3 { font-family: var(--font-display); font-size: 24px; font-weight: 400; }
.pstep p { font-size: 14.5px; line-height: 1.62; color: var(--green); margin-top: 8px; max-width: 620px; }
.pstep .meta { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); margin-top: 10px; }

/* ——— Story / history (NEW) ——— */
.story-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; margin-top: 10px; }
@media (max-width: 900px) { .story-grid { grid-template-columns: 1fr; gap: 32px; } }
.story-grid .years { display: flex; gap: 40px; margin-top: 34px; flex-wrap: wrap; }
.story-grid .years .y { }
.story-grid .years .y .n { font-family: var(--font-display); font-size: 44px; line-height: 1; }
.story-grid .years .y .l { font-size: 12.5px; color: rgba(250,250,248,0.66); margin-top: 8px; max-width: 150px; line-height: 1.5; }
.story-photo { border: 1px solid rgba(250,250,248,0.16); }

/* ——— FAQ (NEW) ——— */
.faq { margin-top: 48px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-family: var(--font-display); font-size: 22px; font-weight: 400; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ic { flex: 0 0 auto; width: 24px; height: 24px; position: relative; }
.faq summary .ic::before, .faq summary .ic::after { content: ""; position: absolute; background: var(--ink); transition: transform .25s; }
.faq summary .ic::before { top: 11px; left: 3px; width: 18px; height: 2px; }
.faq summary .ic::after { top: 3px; left: 11px; width: 2px; height: 18px; }
.faq details[open] summary .ic::after { transform: scaleY(0); }
.faq details p { font-size: 14.5px; line-height: 1.7; color: var(--green); padding: 0 0 26px; max-width: 720px; }

/* ——— Lead ——— */
.lead { background: var(--ink); color: var(--card); padding: 96px 0 104px; }
.lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
@media (max-width: 900px) { .lead-grid { grid-template-columns: 1fr; gap: 44px; } }
.lead .eyebrow { color: var(--warm); }
.lead-title { font-family: var(--font-display); font-size: clamp(32px,4vw,48px); line-height: 1.08; font-weight: 400; margin-top: 14px; }
.lead-copy { font-size: 15px; line-height: 1.7; color: rgba(250,250,248,0.72); margin-top: 20px; max-width: 440px; }
.lead-contact { margin-top: 36px; font-size: 14.5px; line-height: 2; }
.lead-contact a { border-bottom: 1px solid rgba(250,250,248,0.3); padding-bottom: 1px; }
.lead-contact a:hover { border-color: var(--card); }
.lead-form { background: var(--card); color: var(--ink); padding: 38px 36px 40px; }
@media (max-width: 480px) { .lead-form { padding: 28px 22px; } }
.lead-form h3 { font-family: var(--font-display); font-size: 24px; font-weight: 400; }
.lead-form .form-sub { font-size: 13px; color: var(--mid); margin-top: 6px; line-height: 1.5; }
.field { margin-top: 20px; }
.field label { display: block; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); margin-bottom: 8px; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line-strong); background: var(--paper); padding: 13px 14px; font: inherit; font-size: 14.5px; color: var(--ink); border-radius: 0; appearance: none; -webkit-appearance: none; }
.field select { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23767A79' fill='none' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.field textarea { min-height: 92px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--green); outline-offset: -1px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 480px) { .field-row { grid-template-columns: 1fr; } }
.lead-submit { width: 100%; margin-top: 28px; background: var(--ink); color: var(--card); padding: 17px; font-size: 14px; font-weight: 500; letter-spacing: 0.03em; transition: background .2s; }
.lead-submit:hover { background: var(--green); }
.form-note { font-size: 11.5px; color: var(--mid); margin-top: 14px; line-height: 1.55; }
.lead-success { text-align: center; padding: 48px 12px; display: none; }
.lead-success .check { width: 56px; height: 56px; margin: 0 auto; border: 1px solid var(--line-strong); border-radius: 50%; display: grid; place-items: center; font-size: 22px; }
.lead-success h3 { margin-top: 22px; }
.lead-success p { font-size: 14px; color: var(--green); line-height: 1.65; margin-top: 10px; }
.lead-form.submitted form { display: none; }
.lead-form.submitted .lead-success { display: block; }

/* ——— Footer ——— */
.footer { border-top: 1px solid var(--line); padding: 56px 0 40px; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.footer img { height: 26px; opacity: .7; }
.footer-meta { font-size: 12px; color: var(--mid); line-height: 1.8; text-align: right; }

/* ——— Tabs (in-nav) ——— */
.nav-inner { gap: 24px; }
.tabs { display: flex; align-items: center; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
/* Linki sekcji (Start/System/…) to tylko smooth-scroll — na małych ekranach je chowamy,
   nawigacja działa przez zwykłe przewijanie. */
@media (max-width: 900px) { .tabs { display: none; } }
.tab-link { font-size: 13.5px; font-weight: 450; padding: 8px 15px; border-radius: 100px; color: var(--green); white-space: nowrap; transition: background .18s, color .18s; }
.tab-link:hover { background: rgba(255,255,255,0.55); }
.tab-link.active { background: var(--ink); color: var(--card); }
.nav-right { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.aud-switch.compact button { padding: 9px 15px; font-size: 12.5px; }
@media (max-width: 1080px) { .nav-cta { display: none; } }
@media (max-width: 760px) { .aud-switch.compact button { padding: 8px 11px; font-size: 11.5px; } .tab-link { padding: 7px 11px; font-size: 12.5px; } }

/* ——— Tab panels ——— */
.panel { display: none; }
.panel.active { display: block; animation: panel-in .4s ease; }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .panel.active { animation: none; } }

/* ——— 360 viewer placeholder ——— */
.viewer-wrap { display: grid; grid-template-columns: 1fr 0.82fr; gap: 56px; align-items: center; margin-top: 56px; }
@media (max-width: 900px) { .viewer-wrap { grid-template-columns: 1fr; gap: 32px; } }
.viewer360 { position: relative; aspect-ratio: 1 / 1; border: 1px solid var(--line-strong); background-color: var(--card);
  background-image: repeating-linear-gradient(135deg, rgba(48,62,61,0.05) 0 12px, transparent 12px 24px);
  display: grid; place-items: center; text-align: center; }
.viewer360 .v-inner { padding: 30px; }
.viewer360 .v-ring { width: 76px; height: 76px; margin: 0 auto 20px; border: 1px dashed var(--line-strong); border-radius: 50%; display: grid; place-items: center; position: relative; }
.viewer360 .v-ring::after { content: "360°"; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.06em; color: var(--green); }
.viewer360 .v-ring::before { content: ""; position: absolute; inset: -1px; border-radius: 50%; border: 1px solid transparent; border-top-color: var(--accent); animation: spin 3.4s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .viewer360 .v-ring::before { animation: none; } }
.viewer360 .v-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid); }
.viewer360 .v-hint { font-size: 13px; color: var(--green); margin-top: 10px; line-height: 1.55; max-width: 260px; }
.viewer360 .v-note { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; color: var(--accent); margin-top: 16px; }
.viewer-copy h3 { font-family: var(--font-display); font-size: clamp(26px,3vw,36px); font-weight: 400; line-height: 1.1; }
.viewer-copy p { font-size: 15px; line-height: 1.66; color: var(--green); margin-top: 16px; max-width: 440px; }
.viewer-copy .v-specs { display: flex; gap: 30px; margin-top: 26px; flex-wrap: wrap; }
.viewer-copy .v-specs .n { font-family: var(--font-display); font-size: 30px; line-height: 1; }
.viewer-copy .v-specs .l { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); margin-top: 7px; }

/* ——— Panel intro header (per-tab hero-lite) ——— */
.tab-hero { padding: 62px 0 0; text-align: center; border-bottom: 1px solid var(--line); background: radial-gradient(120% 90% at 50% -10%, #F7F3EC 0%, #EEE8DB 60%, #E7E0D1 100%); }
.tab-hero .eyebrow { display: inline-block; }
.tab-hero h1 { font-family: var(--font-display); font-weight: 400; font-size: clamp(38px,5.2vw,64px); line-height: 1.0; letter-spacing: -0.015em; margin-top: 14px; text-wrap: balance; }
.tab-hero h1 em { font-style: italic; color: var(--accent); }
.tab-hero p { font-size: 17px; line-height: 1.6; color: var(--green); max-width: 560px; margin: 22px auto 0; text-wrap: pretty; }
.tab-hero .th-inner { padding-bottom: 56px; max-width: 780px; margin: 0 auto; }

/* ——— Nav anchors (long-scroll) ——— */
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-size: 13.5px; font-weight: 450; color: var(--ink); transition: opacity .2s; }
.nav-links a:hover { opacity: .55; }
@media (max-width: 1024px) { .nav-links a:not(.nav-cta):not(.nav-aud) { display: none; } }

/* ——— Intro split (text + image) ——— */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: stretch; }
.split.rev { grid-template-columns: 0.95fr 1.05fr; }
.split.rev .split-media { order: -1; }
@media (max-width: 860px) { .split, .split.rev { grid-template-columns: 1fr; } .split.rev .split-media { order: 0; } }
.split-copy { padding: 84px 64px; display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 600px) { .split-copy { padding: 54px 22px; } }
.split-copy .eyebrow { margin-bottom: 16px; }
.split-copy h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(30px,3.6vw,46px); line-height: 1.08; letter-spacing: -0.01em; }
.split-copy h2 em { font-style: italic; color: var(--accent); }
.split-copy p { font-size: 15.5px; line-height: 1.72; color: var(--green); margin-top: 18px; max-width: 480px; }
.split-copy p + p { margin-top: 14px; }
.split-media { position: relative; min-height: 380px; background: var(--paper-deep); overflow: hidden; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-media.contain { background: radial-gradient(120% 100% at 50% 30%, #F7F3EC, #E4DCCB); }
.split-media.contain img { object-fit: contain; padding: 8%; filter: drop-shadow(0 24px 34px rgba(40,30,18,0.22)); }
.split.dark .split-copy { background: var(--ink); color: var(--card); }
.split.dark .split-copy p { color: rgba(250,250,248,0.72); }
.split.dark .split-copy .eyebrow { color: var(--warm); }

.mini-facts { display: flex; gap: 34px; margin-top: 30px; flex-wrap: wrap; }
.mini-facts .n { font-family: var(--font-display); font-size: 34px; line-height: 1; }
.mini-facts .l { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); margin-top: 8px; max-width: 130px; line-height: 1.5; }
.split.dark .mini-facts .l { color: var(--warm); }

/* ——— Gallery ——— */
.gallery { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 200px; gap: 14px; margin-top: 54px; }
@media (max-width: 860px) { .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; } }
.gallery figure { position: relative; overflow: hidden; background: var(--paper-deep); border: 1px solid var(--line); }
.gallery figure img { width: 100%; height: 100%; object-fit: cover; }
.g-wide { grid-column: span 3; } .g-tall { grid-row: span 2; } .g-sq { grid-column: span 2; }
@media (max-width: 860px) { .g-wide, .g-sq { grid-column: span 2; } .g-tall { grid-row: span 1; } }
.gallery figcaption { position: absolute; left: 14px; bottom: 12px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--card); background: rgba(26,33,32,0.66); padding: 5px 10px; backdrop-filter: blur(4px); }

/* ——— Image placeholder (striped) ——— */
.ph { background-color: var(--paper-deep);
  background-image: repeating-linear-gradient(135deg, rgba(48,62,61,0.06) 0 11px, transparent 11px 22px);
  display: grid; place-items: center; text-align: center; color: var(--mid); }
.ph span { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; padding: 0 14px; line-height: 1.6; }

/* ——— Pull quote ——— */
.pull { background: var(--paper-deep); }
.pull .pq { max-width: 900px; margin: 0 auto; text-align: center; }
.pull .pq p { font-family: var(--font-display); font-size: clamp(28px,3.6vw,46px); line-height: 1.18; font-weight: 400; letter-spacing: -0.01em; text-wrap: balance; }
.pull .pq p em { font-style: italic; color: var(--accent); }
.pull .pq .by { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid); margin-top: 26px; }

/* ——— Detail feature list ——— */
.dfeat { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 56px; margin-top: 50px; }
@media (max-width: 720px) { .dfeat { grid-template-columns: 1fr; } }
.dfeat .row { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid var(--line); align-items: start; }
.dfeat .row .k { font-family: var(--font-display); font-size: 26px; color: var(--warm); line-height: 1; }
.dfeat .row h4 { font-family: var(--font-display); font-size: 21px; font-weight: 400; }
.dfeat .row p { font-size: 14px; line-height: 1.62; color: var(--green); margin-top: 7px; }

/* ——— Section intro helper ——— */
.section-head.center { max-width: 700px; margin: 0 auto; text-align: center; }

/* ——— 360 viewer placeholder ——— */
.viewer-wrap { display: grid; grid-template-columns: 1fr 0.82fr; gap: 56px; align-items: center; margin-top: 54px; }
@media (max-width: 900px) { .viewer-wrap { grid-template-columns: 1fr; gap: 32px; } }
.viewer360 { position: relative; aspect-ratio: 1 / 1; border: 1px solid var(--line-strong); background-color: var(--card);
  background-image: repeating-linear-gradient(135deg, rgba(48,62,61,0.05) 0 12px, transparent 12px 24px);
  display: grid; place-items: center; text-align: center; }
.viewer360 .v-inner { padding: 30px; }
.viewer360 .v-ring { width: 76px; height: 76px; margin: 0 auto 20px; border: 1px dashed var(--line-strong); border-radius: 50%; display: grid; place-items: center; position: relative; }
.viewer360 .v-ring::after { content: "360°"; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.06em; color: var(--green); }
.viewer360 .v-ring::before { content: ""; position: absolute; inset: -1px; border-radius: 50%; border: 1px solid transparent; border-top-color: var(--accent); animation: spin 3.4s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .viewer360 .v-ring::before { animation: none; } }
.viewer360 .v-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid); }
.viewer360 .v-hint { font-size: 13px; color: var(--green); margin-top: 10px; line-height: 1.55; max-width: 260px; }
.viewer360 .v-note { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; color: var(--accent); margin-top: 16px; }
.viewer-copy h3 { font-family: var(--font-display); font-size: clamp(26px,3vw,36px); font-weight: 400; line-height: 1.1; }
.viewer-copy p { font-size: 15px; line-height: 1.66; color: var(--green); margin-top: 16px; max-width: 440px; }
.viewer-copy .v-specs { display: flex; gap: 30px; margin-top: 26px; flex-wrap: wrap; }
.viewer-copy .v-specs .n { font-family: var(--font-display); font-size: 30px; line-height: 1; }
.viewer-copy .v-specs .l { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); margin-top: 7px; }

/* ——— Tab panels (continuous scroll + scroll-spy) ——— */
.panel { display: block; scroll-margin-top: 66px; }

/* ——— CTA hint under hero actions ——— */
.cta-hint { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.02em; color: var(--mid); margin-top: 18px; }

/* ——— audience visibility ——— */
[data-aud-only] { display: none; }
body[data-aud="b2c"] [data-aud-only="b2c"] { display: block; }
body[data-aud="b2b"] [data-aud-only="b2b"] { display: block; }
span[data-aud-only] { display: none; }
body[data-aud="b2c"] span[data-aud-only="b2c"] { display: inline; }
body[data-aud="b2b"] span[data-aud-only="b2b"] { display: inline; }
