:root {
    --ink: #282524;
    --ink-soft: #66605d;
    --paper: #f5f1e9;
    --cream: #eee2ca;
    --white: #fff;
    --surface: #4c1828;
    --accent: #c9a66b;
    --accent-soft: #ead8b6;
    --accent-text: #7b2740;
    --on-accent: #2a2117;
    --green: #177c55;
    --line: rgba(40,37,36,.16);
    --shadow: 0 26px 75px rgba(36,28,29,.16);
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Arial, Helvetica, sans-serif;
}

body.theme-forest { --surface: #213b32; --accent: #c3ac78; --accent-soft: #e7dcc2; --accent-text: #315c4d; }
body.theme-bordeaux { --surface: #4c1828; --accent: #c9a66b; --accent-soft: #ead8b6; --accent-text: #7b2740; }
body.theme-navy { --surface: #1f3146; --accent: #c2aa79; --accent-soft: #e6dcc5; --accent-text: #385c80; }
body.theme-terracotta { --surface: #553127; --accent: #cda66d; --accent-soft: #ebd8ba; --accent-text: #864c3b; }
body.theme-plum { --surface: #3f233f; --accent: #c3a478; --accent-soft: #e7d8c2; --accent-text: #724773; }
body.theme-charcoal { --surface: #272729; --accent: #c2ad82; --accent-soft: #e5ddcc; --accent-text: #55555b; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 8.3rem; }
body { margin: 0; color: var(--ink); background: #fff; font: 1rem/1.7 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1200px,calc(100% - 3rem)); margin-inline: auto; }
.section { padding: clamp(5rem,8vw,7.5rem) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; left: 1rem; top: -5rem; padding: .75rem 1rem; color: #fff; background: var(--surface); }
.skip-link:focus { top: 1rem; }

.sticky-shell { position: sticky; top: 0; z-index: 1000; }
.contact-ribbon { color: #fff; background: var(--surface); }
.contact-ribbon__inner { min-height: 2.8rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.contact-ribbon__message { color: rgba(255,255,255,.75); font-size: .86rem; }
.contact-ribbon__actions { display: flex; align-self: stretch; }
.direct-link { display: inline-flex; align-items: center; gap: .45rem; padding: .45rem 1rem; text-decoration: none; font-size: .86rem; font-weight: 800; white-space: nowrap; }
.direct-link:hover, .direct-link:focus-visible { background: rgba(255,255,255,.1); }
.direct-link--whatsapp { background: var(--green); }

.site-header { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.header-inner { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1.05; }
.brand img { width: auto; max-width: 220px; max-height: 52px; object-fit: contain; }
.brand strong { font: 700 1.42rem/1.05 var(--serif); }
.brand span { margin-top: .38rem; color: var(--accent-text); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.7rem; }
.main-nav a { text-decoration: none; font-size: .86rem; font-weight: 800; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--accent-text); }
.nav-appointment { padding: .72rem 1rem; color: #fff !important; background: var(--surface); }
.nav-appointment [data-cart-count] { display: inline-grid; min-width: 1.35rem; min-height: 1.35rem; place-items: center; margin-left: .25rem; border-radius: 50%; color: var(--surface); background: var(--accent); font-size: .7rem; }
.cart-label-mobile { display: none; }
.menu-toggle { display: none; width: 2.9rem; height: 2.9rem; padding: .65rem; border: 1px solid var(--line); background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.demo-notice { padding: .5rem 1rem; color: var(--on-accent); background: var(--accent); text-align: center; font-size: .77rem; font-weight: 900; }

.eyebrow { margin: 0 0 .9rem; color: var(--accent-soft); font-size: .75rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow--dark { color: var(--accent-text); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; font-family: var(--serif); letter-spacing: -.035em; }
h1 { max-width: 710px; font-size: clamp(2.8rem,4.6vw,4.55rem); line-height: 1.02; }
h2 { font-size: clamp(2.25rem,4vw,3.75rem); line-height: 1.04; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .78rem 1.2rem; border: 1px solid transparent; text-decoration: none; font-size: .84rem; font-weight: 900; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--light { color: var(--surface); background: #fff; }
.button--outline { color: #fff; border-color: rgba(255,255,255,.6); background: rgba(0,0,0,.08); }
.button--dark { width: 100%; color: #fff; background: var(--surface); }
.button:disabled { opacity: .6; cursor: wait; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--accent-text); text-decoration: none; font-weight: 900; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translateX(.25rem); }

.hero { position: relative; min-height: 690px; display: grid; align-items: stretch; overflow: hidden; color: #fff; background: var(--surface); }
.hero__image, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: center; }
.hero__veil { background: linear-gradient(90deg,rgba(22,16,18,.9) 0%,rgba(22,16,18,.68) 46%,rgba(22,16,18,.16) 78%),linear-gradient(0deg,rgba(22,16,18,.7),transparent 55%); }
.hero__layout { position: relative; z-index: 1; min-height: 620px; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem,8vw,8rem); align-items: center; padding-block: clamp(4.5rem,8vw,7rem) 7rem; }
.hero__intro { max-width: 650px; margin: 1.45rem 0 2rem; color: rgba(255,255,255,.82); font-size: clamp(1.03rem,1.45vw,1.18rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero__brief { align-self: end; display: flex; min-width: 0; flex-direction: column; padding: 1.6rem; color: var(--ink); background: rgba(255,255,255,.94); text-decoration: none; box-shadow: var(--shadow); }
.hero__brief > span { color: var(--accent-text); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero__brief > strong { margin-top: .6rem; font: 700 1.45rem/1.2 var(--serif); }
.hero__brief ul { margin: 1.2rem 0; padding: 0; list-style: none; }
.hero__brief li { padding: .42rem 0; border-top: 1px solid var(--line); font-size: .9rem; }
.hero__brief li::before { content: '✓'; margin-right: .5rem; color: var(--accent-text); font-weight: 900; }
.hero__brief b { color: var(--accent-text); font-size: .82rem; }
.hero__footer { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.15rem; border-top: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.78); font-size: .83rem; font-weight: 800; }
.hero__footer a { flex: 0 0 auto; color: #fff; white-space: nowrap; }

.event-strip { color: var(--ink); background: var(--cream); }
.event-strip__inner { display: grid; grid-template-columns: repeat(3,1fr); }
.event-strip__inner a { display: grid; grid-template-columns: 38px 1fr; padding: 1.25rem 1.5rem; border-left: 1px solid rgba(40,37,36,.12); text-decoration: none; }
.event-strip__inner a:last-child { border-right: 1px solid rgba(40,37,36,.12); }
.event-strip__inner span { grid-row: 1 / 3; color: var(--accent-text); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.event-strip__inner strong { font-size: .9rem; }
.event-strip__inner small { color: var(--ink-soft); font-size: .76rem; }

.introduction { background: #fff; }
.story-layout { display: grid; grid-template-columns: 90px .92fr 1.08fr; gap: clamp(2rem,6vw,6rem); align-items: start; }
.story-number { color: var(--accent); font: 400 4.8rem/1 var(--serif); }
.story-heading h2 { max-width: 540px; }
.reading-copy { padding-top: 1.7rem; }
.reading-copy p { margin: 0 0 1.2rem; color: var(--ink-soft); font-size: 1.05rem; }
.reading-copy .text-link { margin-top: .5rem; }

.catalogue { background: var(--paper); }
.section-heading { max-width: 820px; margin-bottom: clamp(2.6rem,5vw,4rem); }
.section-heading > p:not(.eyebrow) { max-width: 680px; margin: 1.15rem 0 0; color: var(--ink-soft); }
.catalogue-heading { margin-inline: auto; text-align: center; }
.catalogue-heading > p:last-child { margin-inline: auto; }
.product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; align-items: stretch; }
.product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 32px rgba(36,28,29,.07); }
.product-media { padding: .4rem; background: var(--cream); }
.product-media__main { position: relative; width: 100%; display: block; padding: 0; overflow: hidden; border: 0; background: #fff; cursor: zoom-in; }
.product-media__main img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; transition: transform .45s ease; }
.product-media__main:hover img { transform: scale(1.025); }
.product-media__main span { position: absolute; right: .55rem; bottom: .55rem; padding: .34rem .58rem; color: #fff; background: rgba(31,22,24,.8); font-size: .69rem; font-weight: 800; }
.product-thumbnails { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: .3rem; margin-top: .4rem; }
.product-thumbnail { min-width: 0; padding: .12rem; border: 2px solid transparent; background: #fff; cursor: pointer; }
.product-thumbnail.is-active { border-color: var(--accent-text); }
.product-thumbnail img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.3rem; }
.product-meta { min-height: 1.7rem; display: flex; align-items: center; justify-content: space-between; gap: .6rem; }
.product-category { color: var(--accent-text); font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.product-state { flex: 0 0 auto; padding: .23rem .5rem; font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.product-state--available { color: #17603f; background: #dff2e8; }
.product-state--on_order { color: #79520f; background: #fff0c9; }
.product-state--unavailable { color: #66605d; background: #e8e4df; }
.product-card h3 { margin: .55rem 0 .6rem; font: 700 1.38rem/1.18 var(--serif); }
.product-card p { margin: 0 0 1.15rem; color: var(--ink-soft); font-size: .94rem; line-height: 1.6; }
.product-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); }
.product-price { min-width: 0; display: flex; flex-direction: column; gap: .12rem; }
.product-price > strong { font-size: 1.12rem; }
.product-selected-count { color: var(--accent-text); font-size: .71rem; font-weight: 800; }
.add-product { min-height: 2.7rem; flex: 0 0 auto; padding: .55rem .9rem; border: 0; color: var(--on-accent); background: var(--accent); font-size: .79rem; font-weight: 900; cursor: pointer; }
.add-product:hover, .add-product:focus-visible, .add-product.is-added { color: #fff; background: var(--surface); }
.add-product:disabled { color: #66605d; background: #ddd8d2; cursor: not-allowed; }

.services { background: #fff; }
.section-heading--light { max-width: 780px; }
.section-heading--light .eyebrow { color: var(--accent-text); }
.service-grid { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 65px minmax(0,1fr) minmax(170px,.38fr); gap: 1.4rem; align-items: start; padding: 1.45rem 0; border-bottom: 1px solid var(--line); }
.service-card > span { color: var(--accent-text); font-size: .73rem; font-weight: 900; letter-spacing: .14em; }
.service-card h3 { margin: 0 0 .4rem; font: 700 1.35rem/1.2 var(--serif); }
.service-card p { margin: 0; color: var(--ink-soft); font-size: .96rem; }
.service-card strong { color: var(--accent-text); font-size: .75rem; letter-spacing: .05em; text-transform: uppercase; }

.process { color: #fff; background: var(--surface); }
.process-layout .section-heading { max-width: 850px; }
.process .eyebrow { color: var(--accent); }
.process .section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.process-list { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.process-list li { min-width: 0; padding: 1.5rem 1.25rem 0 0; border-right: 1px solid rgba(255,255,255,.2); }
.process-list li + li { padding-left: 1.25rem; }
.process-list li:last-child { border-right: 0; }
.process-list > li > span { color: var(--accent); font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.process-list h3 { margin: .9rem 0 .4rem; font: 700 1.2rem/1.2 var(--serif); }
.process-list p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }

.order-section { background: var(--paper); }
.order-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(2.5rem,7vw,6rem); align-items: start; }
.order-copy { padding: clamp(2rem,4vw,3rem); color: #fff; background: var(--surface); }
.order-copy h2 { margin-bottom: 1.25rem; }
.order-copy > p:not(.eyebrow) { color: rgba(255,255,255,.76); }
.order-direct { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 2rem 0; }
.order-direct a { display: flex; flex-direction: column; padding: 1rem; border: 1px solid rgba(255,255,255,.35); text-decoration: none; }
.order-direct a:hover, .order-direct a:focus-visible { background: rgba(255,255,255,.08); }
.order-direct span { font-size: .71rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; opacity: .75; }
.order-direct strong { margin-top: .2rem; font-size: 1.04rem; white-space: nowrap; }
.practical-info { margin: 2rem 0 0; }
.practical-info div { display: grid; grid-template-columns: 85px 1fr; gap: 1rem; padding: .7rem 0; border-top: 1px solid rgba(255,255,255,.22); }
.practical-info dt { font-weight: 900; }
.practical-info dd { margin: 0; opacity: .78; }
.order-panel { color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.cart-box { padding: clamp(1.4rem,4vw,2.3rem); background: var(--cream); border-bottom: 1px solid var(--line); }
.cart-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.cart-heading h3, .order-form h3 { margin: 0; font: 700 1.85rem/1.1 var(--serif); }
.cart-heading > span { color: var(--ink-soft); font-size: .79rem; }
.cart-empty { margin: 1rem 0; color: var(--ink-soft); }
.cart-lines { display: grid; gap: .7rem; margin-top: 1rem; }
.cart-line { display: grid; grid-template-columns: minmax(120px,1fr) auto auto; gap: .65rem 1rem; align-items: center; padding: .8rem 0; border-top: 1px solid var(--line); }
.cart-line > div:first-child { display: flex; flex-direction: column; }
.cart-line > div:first-child span { color: var(--ink-soft); font-size: .74rem; }
.quantity-control { display: flex; align-items: center; border: 1px solid var(--line); background: #fff; }
.quantity-control button { width: 2rem; height: 2rem; border: 0; background: transparent; cursor: pointer; }
.quantity-control b { min-width: 1.5rem; text-align: center; font-size: .82rem; }
.remove-line { grid-column: 1 / -1; justify-self: start; padding: 0; border: 0; color: var(--accent-text); background: transparent; font-size: .74rem; text-decoration: underline; cursor: pointer; }
.cart-total { display: flex; justify-content: space-between; gap: 1rem; margin: 1rem 0; padding-top: 1rem; border-top: 2px solid var(--ink); }
.cart-total strong { font-size: 1.2rem; }
.order-form { padding: clamp(1.4rem,4vw,2.3rem); }
.form-intro { margin: .55rem 0 1.6rem; color: var(--ink-soft); }
.form-note { margin: .8rem 0 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.5; }
.order-form > label:not(.checkbox), .form-row label, .form-subsection > label { display: grid; gap: .35rem; margin-bottom: 1rem; font-size: .86rem; font-weight: 800; }
.order-form label > span { color: #a01f3f; }
.order-form label small { color: #736a64; font-weight: 400; }
.order-form input, .order-form select, .order-form textarea { width: 100%; min-height: 3rem; padding: .65rem .75rem; border: 1px solid #cbc4be; color: var(--ink); background: #fff; }
.order-form textarea { resize: vertical; }
.order-form input:focus, .order-form select:focus, .order-form textarea:focus { outline: 2px solid var(--accent-soft); outline-offset: 1px; border-color: var(--accent-text); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.form-subsection { margin: .45rem 0 1.25rem; padding: 1.1rem 1rem .25rem; border: 1px solid var(--line); background: #fbf8f2; }
.form-subsection legend { padding: 0 .45rem; color: var(--accent-text); font: 700 1.04rem/1.3 var(--serif); }
.checkbox { display: grid; grid-template-columns: 1.15rem 1fr; gap: .55rem; margin: 1rem 0 1.2rem; align-items: start; font-size: .8rem; line-height: 1.5; }
.checkbox--compact { margin-top: -.2rem; }
.checkbox input { min-height: 0; margin-top: .2rem; }
.trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 1.6rem; margin: .85rem 0 0; font-size: .85rem; font-weight: 800; }
.form-status.is-success { color: #14623f; }
.form-status.is-error { color: #9d1737; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(3rem,8vw,7rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.25rem 2rem 1.25rem 0; cursor: pointer; font-weight: 900; }
.faq-list p { margin: -.35rem 2rem 1.3rem 0; color: var(--ink-soft); }

.site-footer { padding: 3rem 0 6rem; color: #fff; background: var(--surface); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; }
.footer-grid strong { font: 700 1.4rem/1.2 var(--serif); }
.footer-grid span, .footer-grid a { color: rgba(255,255,255,.74); font-size: .86rem; }
.footer-bottom { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.5); font-size: .77rem; }
.mobile-contact { display: none; }

.product-lightbox { width: min(980px,calc(100% - 2rem)); max-width: none; padding: 0; overflow: hidden; border: 0; color: var(--ink); background: #fff; box-shadow: 0 28px 90px rgba(0,0,0,.42); }
.product-lightbox::backdrop { background: rgba(13,11,12,.84); backdrop-filter: blur(5px); }
.product-lightbox__bar { min-height: 3.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem 1rem; border-bottom: 1px solid var(--line); }
.product-lightbox__bar p { margin: 0; font-weight: 800; }
.product-lightbox__bar button { width: 2.35rem; height: 2.35rem; border: 0; border-radius: 50%; color: var(--on-accent); background: var(--accent); font-size: 1.6rem; cursor: pointer; }
.product-lightbox__stage { position: relative; min-height: min(68vh,680px); display: grid; place-items: center; padding: 1rem 4.5rem; background: var(--paper); }
.product-lightbox__stage img { max-width: 100%; max-height: min(65vh,650px); object-fit: contain; }
.product-lightbox__previous, .product-lightbox__next { position: absolute; top: 50%; width: 3rem; height: 3rem; border: 0; border-radius: 50%; color: #fff; background: rgba(39,35,37,.84); font-size: 2rem; transform: translateY(-50%); cursor: pointer; }
.product-lightbox__previous { left: .8rem; }
.product-lightbox__next { right: .8rem; }
.product-lightbox__position { margin: 0; padding: .55rem 1rem; color: var(--ink-soft); text-align: center; font-size: .77rem; font-weight: 800; }

.legal-body { background: #fff; }
.legal-page { width: min(820px,calc(100% - 2.5rem)); margin: 0 auto; padding: 4rem 0; }
.legal-page h1 { margin: .5rem 0 2rem; font: 700 clamp(2.7rem,7vw,4.5rem)/1 var(--serif); }
.legal-page h2 { margin: 2rem 0 .6rem; font-size: 1.5rem; }
.legal-page p { color: var(--ink-soft); }
.legal-warning { margin: 1.5rem 0 2.5rem; padding: 1rem; border-left: 4px solid var(--accent); background: var(--paper); }

@media (max-width: 1020px) {
    .hero__layout { grid-template-columns: 1fr .72fr; gap: 2.5rem; }
    .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .story-layout { grid-template-columns: 65px 1fr; }
    .reading-copy { grid-column: 2; padding-top: 0; }
    .process-list { grid-template-columns: 1fr 1fr; gap: 1rem; border-top: 0; }
    .process-list li, .process-list li + li { padding: 1.25rem; border: 1px solid rgba(255,255,255,.2); }
}

@media (max-width: 820px) {
    html { scroll-padding-top: 8rem; }
    body { padding-bottom: 4.5rem; }
    .shell { width: min(100% - 1.5rem,720px); }
    .contact-ribbon__message { display: none; }
    .contact-ribbon__actions { width: 100%; justify-content: center; }
    .direct-link { flex: 1; justify-content: center; padding-inline: .5rem; }
    .header-inner { min-height: 4.5rem; }
    .brand img { max-width: 175px; max-height: 44px; }
    .menu-toggle { display: block; }
    .main-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem .75rem 1rem; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 16px 30px rgba(0,0,0,.13); }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: .85rem; }
    .nav-appointment { text-align: center; }
    .cart-label-desktop { display: none; }
    .cart-label-mobile { display: inline; }
    .nav-appointment .cart-label-mobile [data-cart-count] { display: inline; min-width: 0; min-height: 0; margin-left: 0; color: inherit; background: transparent; font-size: inherit; }
    .hero { min-height: 0; }
    .hero__veil { background: linear-gradient(0deg,rgba(22,16,18,.9) 0%,rgba(22,16,18,.46) 100%); }
    .hero__layout { grid-template-columns: 1fr; gap: 2rem; padding-block: 5rem 7rem; }
    .hero__brief { max-width: 520px; }
    .hero__footer { width: calc(100% - 1.5rem); }
    .event-strip__inner { grid-template-columns: 1fr; }
    .event-strip__inner a, .event-strip__inner a:last-child { border-right: 1px solid rgba(40,37,36,.12); border-bottom: 1px solid rgba(40,37,36,.12); }
    .story-layout, .order-grid, .faq-grid { grid-template-columns: 1fr; }
    .story-number { display: none; }
    .reading-copy { grid-column: auto; }
    .service-card { grid-template-columns: 48px 1fr; }
    .service-card strong { grid-column: 2; }
    .order-direct { grid-template-columns: 1fr; }
    .order-direct a:last-child { display: none; }
    .footer-grid { grid-template-columns: 1fr; }
    .mobile-contact { position: fixed; z-index: 1200; left: 0; right: 0; bottom: 0; min-height: 4.5rem; display: grid; grid-template-columns: repeat(2,1fr); color: #fff; background: var(--surface); box-shadow: 0 -8px 24px rgba(0,0,0,.22); }
    .mobile-contact a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .12rem; text-decoration: none; font-size: .76rem; font-weight: 900; }
    .mobile-contact a:last-child { color: var(--on-accent); background: var(--accent); }
    .mobile-contact b { display: inline-grid; min-width: 1.35rem; min-height: 1.35rem; place-items: center; border-radius: 50%; color: var(--surface); background: #fff; font-size: .68rem; }
}

@media (max-width: 560px) {
    .section { padding: 4.4rem 0; }
    h1 { font-size: clamp(2.65rem,10.5vw,3.55rem); line-height: 1.05; }
    h2 { font-size: clamp(2.25rem,9.5vw,3.15rem); }
    .hero__actions { display: grid; }
    .button { width: 100%; }
    .hero__footer { align-items: flex-start; flex-direction: column; gap: .15rem; }
    .product-grid, .process-list { grid-template-columns: 1fr; }
    .product-card__bottom { align-items: flex-start; flex-direction: column; }
    .add-product { width: 100%; }
    .form-row { grid-template-columns: 1fr; }
    .practical-info div { grid-template-columns: 1fr; gap: .1rem; }
    .cart-heading { align-items: flex-start; flex-direction: column; }
    .cart-line { grid-template-columns: 1fr auto; }
    .cart-line > strong { grid-column: 1; }
    .quantity-control { grid-column: 2; grid-row: 1 / 3; }
    .product-lightbox {
        width: 100vw;
        height: 100dvh;
        max-height: none;
        margin: 0;
        border-radius: 0;
    }
    .product-lightbox[open] {
        display: grid;
        grid-template-rows: auto minmax(0,1fr) auto;
    }
    .product-lightbox__bar {
        min-height: 4rem;
        align-items: flex-start;
        padding: .65rem .8rem;
    }
    .product-lightbox__bar p {
        flex: 1;
        min-width: 0;
        padding: .45rem 0;
        line-height: 1.3;
        overflow-wrap: anywhere;
        white-space: normal;
    }
    .product-lightbox__bar button {
        flex: 0 0 2.75rem;
        width: 2.75rem;
        height: 2.75rem;
    }
    .product-lightbox__stage {
        width: 100%;
        min-height: 0;
        padding: .45rem;
        overflow: hidden;
        background: #171416;
    }
    .product-lightbox__stage img {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        object-fit: contain;
    }
    .product-lightbox__previous,
    .product-lightbox__next {
        width: 2.75rem;
        height: 2.75rem;
        background: rgba(39,35,37,.9);
    }
    .product-lightbox__previous { left: .45rem; }
    .product-lightbox__next { right: .45rem; }
    .product-lightbox__position {
        min-height: 2.4rem;
        padding: .6rem 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
}
