:root {
    --ink: #2c1b14;
    --ink-soft: #68544a;
    --paper: #fff7e8;
    --cream: #f5e6c8;
    --white: #fff;
    --surface: #3b2118;
    --accent: #9f2f35;
    --accent-soft: #edc26d;
    --accent-text: #8b2830;
    --green: #177c55;
    --line: rgba(73, 45, 31, .17);
    --shadow: 0 24px 65px rgba(61, 37, 24, .16);
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Arial, Helvetica, sans-serif;
}

body.theme-forest { --surface: #263b2c; --accent: #8b3e36; --accent-soft: #e5bd72; --accent-text: #7e352f; }
body.theme-bordeaux { --surface: #4c1f28; --accent: #a33a43; --accent-soft: #efc176; --accent-text: #8c2f38; }
body.theme-navy { --surface: #24354a; --accent: #a33e36; --accent-soft: #e7bd70; --accent-text: #8c352f; }
body.theme-terracotta { --surface: #3b2118; --accent: #9f2f35; --accent-soft: #edc26d; --accent-text: #8b2830; }
body.theme-plum { --surface: #3f273e; --accent: #a13b4f; --accent-soft: #e9bd76; --accent-text: #8a3143; }
body.theme-charcoal { --surface: #292522; --accent: #9d3d35; --accent-soft: #e7bd74; --accent-text: #87352f; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 8.4rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 1rem/1.7 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.section { padding: clamp(4.8rem, 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.85rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.contact-ribbon__message { color: rgba(255,255,255,.76); 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: .87rem; 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,247,232,.97); backdrop-filter: blur(12px); }
.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.45rem/1.05 var(--serif); }
.brand span { margin-top: .4rem; color: var(--accent-text); font-size: .69rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.65rem; }
.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(--accent); border-radius: 999px; }
.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(--accent); background: #fff; 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); border-radius: 50%; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.demo-notice { padding: .5rem 1rem; color: #fff; background: var(--accent); text-align: center; font-size: .78rem; font-weight: 800; }

.eyebrow { margin: 0 0 .9rem; color: var(--accent-soft); font-size: .76rem; font-weight: 900; letter-spacing: .16em; 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: 620px; font-size: clamp(2.5rem, 3.8vw, 3.9rem); line-height: 1.05; }
h2 { font-size: clamp(2.4rem, 4.4vw, 4rem); line-height: 1.03; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .78rem 1.2rem; border: 1px solid transparent; border-radius: 999px; 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--dark { color: #fff; background: var(--accent); }
.button--dark:hover, .button--dark:focus-visible { background: var(--surface); }
.button--light { color: var(--ink); background: #fff; }
.button--outline { color: #fff; border-color: rgba(255,255,255,.6); background: transparent; }
.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; overflow: hidden; padding: clamp(3.5rem, 6vw, 5.5rem) 0 clamp(4.5rem, 8vw, 7rem); background: var(--paper); }
.hero::before { content: ''; position: absolute; width: 30rem; height: 30rem; left: -17rem; bottom: -18rem; border: 5rem solid rgba(159,47,53,.06); border-radius: 50%; }
.hero__layout { position: relative; display: grid; grid-template-columns: minmax(360px,.86fr) minmax(500px,1.14fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.hero__content { position: relative; z-index: 2; }
.hero__intro { max-width: 600px; margin: 1.5rem 0 2rem; color: var(--ink-soft); font-size: clamp(1.05rem,1.5vw,1.2rem); }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; }
.hero__availability { max-width: 530px; display: flex; flex-direction: column; gap: .1rem; margin: 2.8rem 0 0; padding: 1rem 0 0 1.15rem; border-left: 4px solid var(--accent-soft); color: var(--ink-soft); }
.hero__availability strong { color: var(--ink); font-size: .88rem; }
.hero__visual { position: relative; min-width: 0; padding: 0 2.4rem 4.3rem 0; }
.hero__frame { height: 620px; overflow: hidden; border-radius: 48% 48% 1.3rem 1.3rem; background: var(--cream); box-shadow: var(--shadow); }
.hero__image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__fresh { position: absolute; z-index: 2; right: 0; top: 2.2rem; width: 8.4rem; height: 8.4rem; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 5px solid var(--paper); border-radius: 50%; color: #fff; background: var(--accent); text-align: center; transform: rotate(5deg); box-shadow: 0 12px 30px rgba(61,37,24,.2); }
.hero__fresh span { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero__fresh strong { font: 700 1.15rem/1.05 var(--serif); }
.hero__menu { position: absolute; z-index: 3; left: -2.4rem; right: 0; bottom: 0; padding: 1.15rem 1.35rem; color: #fff; background: var(--surface); box-shadow: 0 16px 40px rgba(61,37,24,.2); }
.hero__menu > p { margin: 0 0 .45rem; color: var(--accent-soft); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero__menu a { display: flex; justify-content: space-between; gap: 1rem; padding: .34rem 0; border-top: 1px solid rgba(255,255,255,.14); text-decoration: none; font-size: .84rem; }
.hero__menu a strong { flex: 0 0 auto; color: var(--accent-soft); }

.introduction { background: #fff; }
.story-layout { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(3rem, 9vw, 8rem); align-items: center; }
.story-heading { position: relative; padding: clamp(2rem,5vw,4rem); background: var(--cream); border-radius: .8rem 5rem .8rem .8rem; }
.story-heading h2 { max-width: 650px; }
.story-stamp { display: inline-flex; margin-top: 1.8rem; padding: .45rem .8rem; border: 1px solid var(--accent); border-radius: 999px; color: var(--accent-text); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.reading-copy p { margin: 0 0 1.25rem; color: var(--ink-soft); font-size: 1.06rem; }
.reading-copy .text-link { margin-top: .45rem; }

.catalogue { background: var(--paper); }
.section-heading { max-width: 820px; margin-bottom: clamp(2.5rem,5vw,4rem); }
.section-heading > p:not(.eyebrow) { max-width: 660px; margin: 1.15rem 0 0; color: var(--ink-soft); }
.catalogue-heading { display: grid; grid-template-columns: 1fr .78fr; gap: 1rem 5rem; align-items: end; max-width: none; }
.catalogue-heading .eyebrow { grid-column: 1 / -1; }
.catalogue-heading > p:last-child { margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.25rem; align-items: stretch; }
.product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: #fff; box-shadow: 0 12px 35px rgba(61,37,24,.07); }
.product-media { padding: .45rem; background: var(--cream); }
.product-media__main { position: relative; width: 100%; display: block; padding: 0; overflow: hidden; border: 0; border-radius: .72rem; 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; border-radius: 999px; color: #fff; background: rgba(44,27,20,.8); font-size: .7rem; 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; border-radius: .35rem; background: #fff; cursor: pointer; }
.product-thumbnail.is-active { border-color: var(--accent); }
.product-thumbnail img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: .2rem; }
.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: .71rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.product-state { flex: 0 0 auto; padding: .23rem .5rem; border-radius: 999px; font-size: .66rem; 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: #68544a; background: #e8e4df; }
.product-card h3 { margin: .55rem 0 .6rem; font: 700 1.45rem/1.16 var(--serif); }
.product-card p { margin: 0 0 1.2rem; color: var(--ink-soft); font-size: .95rem; 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.15rem; }
.product-selected-count { color: var(--accent-text); font-size: .72rem; font-weight: 800; line-height: 1.3; }
.add-product { min-height: 2.7rem; flex: 0 0 auto; padding: .55rem .9rem; border: 0; border-radius: 999px; color: #fff; background: var(--accent); font-size: .8rem; font-weight: 900; cursor: pointer; }
.add-product:hover, .add-product:focus-visible, .add-product.is-added { background: var(--surface); }
.add-product:disabled { color: #68544a; background: #ddd8d2; cursor: not-allowed; }

.services { color: #fff; background: var(--surface); }
.section-heading--light { max-width: 760px; }
.section-heading--light > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.service-card { display: flex; min-width: 0; flex-direction: column; padding: 1.6rem; border-top: 5px solid var(--accent-soft); border-radius: 0 0 .75rem .75rem; color: var(--ink); background: var(--paper); }
.service-card > span { color: var(--accent-text); font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.service-card h3 { margin: .75rem 0 .55rem; font: 700 1.42rem/1.2 var(--serif); }
.service-card p { margin: 0 0 1.1rem; color: var(--ink-soft); font-size: .96rem; }
.service-card strong { margin-top: auto; padding-top: .8rem; border-top: 1px solid var(--line); color: var(--accent-text); font-size: .75rem; letter-spacing: .05em; text-transform: uppercase; }

.process { background: #fff; }
.process-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem,8vw,7rem); align-items: start; }
.process-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.process-list li { min-width: 0; padding: 1.4rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--paper); }
.process-list > li > span { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--accent); font-size: .72rem; font-weight: 900; }
.process-list h3 { margin: 1rem 0 .35rem; font: 700 1.25rem/1.2 var(--serif); }
.process-list p { margin: 0; color: var(--ink-soft); font-size: .94rem; }

.order-section { color: #fff; background: var(--accent); }
.order-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(3rem,8vw,7rem); align-items: start; }
.order-copy h2 { margin-bottom: 1.25rem; }
.order-copy > p:not(.eyebrow) { opacity: .86; }
.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,.4); border-radius: .65rem; text-decoration: none; }
.order-direct a:hover, .order-direct a:focus-visible { background: rgba(255,255,255,.1); }
.order-direct span { font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; opacity: .75; }
.order-direct strong { margin-top: .2rem; font-size: 1.05rem; white-space: nowrap; }
.practical-info { margin: 2rem 0 0; }
.practical-info div { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; padding: .7rem 0; border-top: 1px solid rgba(255,255,255,.25); }
.practical-info dt { font-weight: 900; }
.practical-info dd { margin: 0; opacity: .82; }
.order-panel { overflow: hidden; color: var(--ink); background: #fff; border-radius: 1rem; 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: .8rem; }
.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: .75rem; }
.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: .75rem; 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: .87rem; 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 #cfc7c1; border-radius: .45rem; 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); }
.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); border-radius: .65rem; background: #fffaf2; }
.form-subsection legend { padding: 0 .45rem; color: var(--accent-text); font: 700 1.05rem/1.3 var(--serif); }
.form-subsection legend small { color: #736a64; font: 400 .74rem/1.3 var(--sans); }
.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 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: .86rem; 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,.75); font-size: .87rem; }
.footer-bottom { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.52); font-size: .78rem; }
.mobile-contact { display: none; }

.product-lightbox { width: min(980px,calc(100% - 2rem)); max-width: none; padding: 0; overflow: hidden; border: 0; border-radius: .9rem; color: var(--ink); background: #fff; box-shadow: 0 28px 90px rgba(0,0,0,.42); }
.product-lightbox::backdrop { background: rgba(24,13,9,.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: #fff; 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(44,27,20,.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: .78rem; 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: .9fr 1.1fr; gap: 2.5rem; }
    .hero__frame { height: 560px; }
    .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .process-layout { grid-template-columns: 1fr; }
}

@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: var(--paper); 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; border-radius: .5rem; }
    .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 { padding-top: 3.5rem; }
    .hero__layout, .story-layout, .catalogue-heading, .order-grid, .faq-grid { grid-template-columns: 1fr; }
    .hero__visual { max-width: 640px; width: 100%; margin-inline: auto; }
    .hero__frame { height: min(112vw,620px); }
    .hero__menu { left: 0; }
    .catalogue-heading { gap: 1rem; }
    .catalogue-heading .eyebrow { grid-column: auto; }
    .service-grid { grid-template-columns: 1fr; }
    .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 { 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(--accent); background: #fff; font-size: .68rem; }
}

@media (max-width: 560px) {
    .section { padding: 4.4rem 0; }
    h1 { font-size: clamp(2.45rem,9.5vw,3.35rem); line-height: 1.06; }
    h2 { font-size: clamp(2.3rem,10vw,3.25rem); }
    .hero__actions { align-items: flex-start; flex-direction: column; }
    .hero__visual { padding: 0 0 7rem; }
    .hero__frame { height: 460px; border-radius: 46% 46% .9rem .9rem; }
    .hero__fresh { right: -.2rem; top: 1.2rem; width: 7.2rem; height: 7.2rem; }
    .hero__menu { right: 0; }
    .story-heading { padding: 1.5rem; border-radius: .7rem 3rem .7rem .7rem; }
    .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__stage { min-height: 55vh; padding-inline: 3.3rem; }
}

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