:root {
    --ink: #182337;
    --ink-soft: #4b5668;
    --paper: #f7f4ef;
    --white: #fff;
    --gold: #e2a56a;
    --gold-dark: #9a5b22;
    --plum: #8a3650;
    --green: #177c55;
    --surface: #23352d;
    --accent: #7b2945;
    --accent-soft: #d59a8b;
    --accent-text: #9a5655;
    --line: rgba(24, 35, 55, .15);
    --shadow: 0 24px 70px rgba(16, 31, 53, .12);
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Arial, Helvetica, sans-serif;
}

body.theme-forest { --surface: #23352d; --accent: #7b2945; --accent-soft: #d59a8b; --accent-text: #9a5655; }
body.theme-bordeaux { --surface: #5b1f2e; --accent: #8f3850; --accent-soft: #d8a1af; --accent-text: #86334a; }
body.theme-navy { --surface: #101f35; --accent: #bd573f; --accent-soft: #e2a56a; --accent-text: #963e2d; }
body.theme-terracotta { --surface: #693b2d; --accent: #a54f34; --accent-soft: #ddb09f; --accent-text: #94452f; }
body.theme-plum { --surface: #4d294f; --accent: #805181; --accent-soft: #c7a1c8; --accent-text: #744476; }
body.theme-charcoal { --surface: #292d30; --accent: #5e676d; --accent-soft: #b1b8bc; --accent-text: #535d63; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 9rem; }
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(1160px, calc(100% - 2.5rem)); margin-inline: auto; }
.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; left: 1rem; top: -5rem; z-index: 2000; padding: .75rem 1rem; color: var(--white); background: var(--surface); }
.skip-link:focus { top: 1rem; }

.sticky-shell { position: sticky; top: 0; z-index: 1000; }
.contact-ribbon { color: var(--white); background: var(--surface); }
.contact-ribbon__inner { min-height: 3rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.contact-ribbon__message { font-size: .9rem; opacity: .85; }
.contact-ribbon__actions { display: flex; align-items: stretch; align-self: stretch; }
.direct-link { display: inline-flex; align-items: center; gap: .5rem; padding: .55rem 1rem; text-decoration: none; font-weight: 700; letter-spacing: .02em; }
.direct-link:hover, .direct-link:focus-visible { background: rgba(255,255,255,.1); }
.direct-link--whatsapp { background: var(--green); }

.site-header { background: rgba(247, 244, 239, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 5.1rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1.1; }
.brand img { width: auto; max-width: 220px; max-height: 54px; object-fit: contain; }
.brand strong { font: 700 1.45rem/1.1 var(--serif); letter-spacing: .02em; }
.brand span { margin-top: .35rem; color: var(--accent-text); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.7rem; }
.main-nav a { text-decoration: none; font-size: .88rem; font-weight: 700; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--accent-text); }
.nav-appointment { padding: .7rem 1rem; color: var(--white) !important; background: var(--accent); }
.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: .55rem 1rem; color: #fff; background: var(--accent); text-align: center; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }

.hero { position: relative; min-height: min(760px, calc(100vh - 8.1rem)); display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--surface); }
.hero__image, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: center center; }
.hero__veil { background: linear-gradient(90deg, rgba(20,16,14,.85) 0%, rgba(20,16,14,.53) 45%, rgba(20,16,14,.08) 78%), linear-gradient(0deg, rgba(20,16,14,.65), transparent 60%); }
.hero__content { position: relative; z-index: 1; padding-block: clamp(5rem, 12vw, 9rem) clamp(4rem, 9vw, 7rem); }
.hero h1 { max-width: 780px; margin: .8rem 0 1.15rem; font: 400 clamp(3.1rem, 7.4vw, 6.7rem)/.96 var(--serif); letter-spacing: -.035em; }
.hero__content > p:not(.eyebrow):not(.hero__availability) { max-width: 610px; margin: 0; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.eyebrow { margin: 0 0 .8rem; font-size: .73rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--dark { color: var(--accent-text); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 3.2rem; align-items: center; justify-content: center; padding: .75rem 1.15rem; border: 1px solid transparent; text-decoration: none; font-size: .88rem; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--light { color: var(--ink); background: var(--white); }
.button--outline { color: var(--white); border-color: rgba(255,255,255,.6); background: rgba(0,0,0,.12); }
.button--dark { width: 100%; color: var(--white); background: var(--accent); }
.button:disabled { opacity: .6; cursor: wait; transform: none; }
.hero__availability { margin: 1.35rem 0 0; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; opacity: .88; }

.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 8rem); align-items: start; }
h2 { margin: 0; font: 400 clamp(2.4rem, 5vw, 4.5rem)/1.03 var(--serif); letter-spacing: -.03em; }
.reading-copy { padding-top: 2rem; color: var(--ink-soft); font-size: 1.08rem; }
.reading-copy p:first-child { margin-top: 0; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: .3rem; font-weight: 800; }

.portfolio { background: var(--white); }
.section-heading { max-width: 780px; margin-bottom: 2.7rem; }
.portfolio-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 280px); gap: 1rem; }
.portfolio-card { position: relative; min-height: 0; margin: 0; overflow: hidden; background: #ddd; }
.portfolio-card--1 { grid-row: 1 / 3; }
.portfolio-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.portfolio-card:hover img { transform: scale(1.025); }
.portfolio-card figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .45rem .7rem; color: var(--white); background: rgba(25,23,22,.75); font: 700 .75rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.portfolio-note { margin: 1rem 0 0; color: #6b625c; font-size: .84rem; }

.catalogue { background: var(--white); }
.catalogue .section-heading > p:last-child { max-width: 680px; color: var(--ink-soft); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 45px rgba(35,53,45,.07); }
.product-media { padding: .35rem; background: #f3eee7; }
.product-media__main { position: relative; width: 100%; display: block; padding: 0; overflow: hidden; border: 0; background: transparent; cursor: zoom-in; }
.product-media__main img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; object-position: center; }
.product-media__main span { position: absolute; right: .55rem; bottom: .55rem; padding: .32rem .55rem; color: #fff; border-radius: 999px; background: rgba(23,37,31,.78); font-size: .67rem; font-weight: 800; }
.product-thumbnails { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .3rem; margin-top: .35rem; }
.product-thumbnail { min-width: 0; padding: .12rem; border: 2px solid transparent; background: #fff; cursor: pointer; }
.product-thumbnail.is-active { border-color: var(--accent); }
.product-thumbnail img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #f7f4ef; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.25rem; }
.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: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-state { flex: 0 0 auto; padding: .22rem .48rem; border-radius: 999px; font-size: .62rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.product-state--available { color: #17603f; background: #dff2e8; }
.product-state--unique { color: #70400d; background: #f8dfad; }
.product-state--on_order { color: #79520f; background: #fff0c9; }
.product-state--sold { color: #6b625c; background: #e8e4df; }
.product-card h3 { margin: .45rem 0 .55rem; font: 400 1.65rem/1.1 var(--serif); }
.product-card p { margin: 0 0 1.2rem; color: var(--ink-soft); font-size: .9rem; line-height: 1.55; }
.product-external-link { align-self: flex-start; margin: -.45rem 0 1.15rem; color: var(--accent-text); font-size: .78rem; font-weight: 800; text-underline-offset: .25rem; }
.product-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: .9rem; border-top: 1px solid var(--line); }
.product-price { min-width: 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: .18rem .35rem; }
.product-price > strong { font-size: 1.15rem; }
.product-selected-count { color: var(--accent-text); font-size: .68rem; font-weight: 800; line-height: 1.25; }
.product-selected-count::before { content: "—"; margin-right: .35rem; color: var(--ink-soft); }
.add-product { min-height: 2.65rem; padding: .55rem .9rem; border: 0; color: var(--white); background: var(--accent); font-size: .8rem; font-weight: 800; cursor: pointer; }
.add-product:hover, .add-product:focus-visible, .add-product.is-added { background: var(--surface); }
.add-product:disabled { color: #6b625c; background: #ddd8d2; cursor: not-allowed; }
.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: var(--white); font-size: .7rem; }
.cart-label-mobile { display: none; }

.services { color: var(--white); background: var(--surface); }
.section-heading--light { margin-inline: auto; text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { min-height: 330px; display: flex; flex-direction: column; padding: clamp(1.6rem, 3vw, 2.5rem); border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.03); }
.service-card--featured { color: var(--ink); background: var(--paper); }
.service-card > span { color: var(--accent-soft); font-size: .73rem; font-weight: 800; letter-spacing: .16em; }
.service-card h3 { margin: 2rem 0 1rem; font: 400 2rem/1.1 var(--serif); }
.service-card p { margin: 0 0 2rem; opacity: .78; }
.service-card strong { margin-top: auto; color: var(--accent-soft); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.service-card--featured strong { color: var(--accent); }

.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 1.5rem; padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--accent-text); font-size: .75rem; font-weight: 800; letter-spacing: .15em; }
.process-list h3 { margin: 0 0 .35rem; font: 400 1.55rem/1.2 var(--serif); }
.process-list p { margin: 0; color: var(--ink-soft); }

.booking { color: var(--white); background: var(--accent); }
.booking-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.booking-copy h2 { margin-bottom: 1.3rem; }
.booking-copy > p:not(.eyebrow) { max-width: 560px; opacity: .86; }
.booking-direct { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 2rem 0; }
.booking-direct a { display: flex; flex-direction: column; padding: 1rem; border: 1px solid rgba(255,255,255,.35); text-decoration: none; }
.booking-direct a:hover, .booking-direct a:focus-visible { background: rgba(255,255,255,.1); }
.booking-direct span { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; opacity: .75; }
.booking-direct strong { margin-top: .2rem; font-size: 1.1rem; }
.practical-info { margin: 2rem 0 0; }
.practical-info div { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding: .7rem 0; border-top: 1px solid rgba(255,255,255,.2); }
.practical-info dt { font-weight: 800; }
.practical-info dd { margin: 0; opacity: .8; }
.booking-form { padding: clamp(1.5rem, 4vw, 2.7rem); color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.booking-form h3 { margin: 0; font: 400 2.1rem/1.1 var(--serif); }
.form-intro { margin: .55rem 0 1.6rem; color: #685f59; }
.form-note { margin: .8rem 0 0; color: #6b625c; font-size: .76rem; line-height: 1.45; }
.booking-form > label:not(.checkbox), .form-row label { display: grid; gap: .35rem; margin-bottom: 1rem; font-size: .85rem; font-weight: 800; }
.booking-form label > span { color: #a01f3f; }
.booking-form label small { color: #736a64; font-weight: 400; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; min-height: 3rem; padding: .65rem .75rem; border: 1px solid #cfc7c1; border-radius: 0; color: var(--ink); background: #fff; }
.booking-form textarea { resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { outline: 2px solid var(--accent-soft); outline-offset: 1px; border-color: var(--accent-soft); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.checkbox { display: grid; grid-template-columns: 1.15rem 1fr; gap: .55rem; margin: 1rem 0 1.2rem; align-items: start; font-size: .78rem; 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: .84rem; font-weight: 700; }
.form-status.is-success { color: #14623f; }
.form-status.is-error { color: #9d1737; }

.order-section { color: var(--white); background: var(--surface); }
.order-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.order-copy h2 { margin-bottom: 1.3rem; }
.order-copy > p:not(.eyebrow) { opacity: .82; }
.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,.3); text-decoration: none; }
.order-direct a:hover, .order-direct a:focus-visible { background: rgba(255,255,255,.08); }
.order-direct span { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; opacity: .72; }
.order-direct strong { margin-top: .2rem; font-size: 1.05rem; }
.order-panel { color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.cart-box { padding: clamp(1.4rem, 4vw, 2.3rem); background: #f7e9e8; border-bottom: 1px solid rgba(123,41,69,.16); }
.cart-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.cart-heading h3, .order-form h3 { margin: 0; font: 400 2rem/1.1 var(--serif); }
.cart-heading > span { color: var(--ink-soft); font-size: .78rem; }
.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 rgba(35,53,45,.14); }
.cart-line > div:first-child { display: flex; flex-direction: column; }
.cart-line > div:first-child span { color: var(--ink-soft); font-size: .72rem; }
.quantity-control { display: flex; align-items: center; border: 1px solid rgba(35,53,45,.2); background: var(--white); }
.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: .8rem; }
.single-selection { padding: .35rem .55rem; color: var(--accent-text); border: 1px solid rgba(35,53,45,.18); background: var(--white); font-size: .7rem; font-weight: 800; }
.remove-line { grid-column: 1 / -1; justify-self: start; padding: 0; border: 0; color: var(--accent); background: transparent; font-size: .72rem; 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); }
.order-form > label:not(.checkbox), .order-form .form-row label { display: grid; gap: .35rem; margin-bottom: 1rem; font-size: .85rem; 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: 0; 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-soft); }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; 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: 800; }
.faq-list p { margin: -.4rem 2rem 1.3rem 0; color: var(--ink-soft); }

.site-footer { padding: 3rem 0 6rem; color: var(--white); 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: 400 1.45rem/1.2 var(--serif); }
.footer-grid span, .footer-grid a { color: rgba(255,255,255,.75); font-size: .85rem; }
.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: .76rem; }
.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: var(--white); box-shadow: 0 28px 90px rgba(0,0,0,.42); }
.product-lightbox::backdrop { background: rgba(10,14,12,.82); 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; line-height: 1; cursor: pointer; }
.product-lightbox__stage { position: relative; min-height: min(68vh, 680px); display: grid; place-items: center; padding: 1rem 4.5rem; background: #f3eee7; }
.product-lightbox__stage img { display: block; 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(23,37,31,.82); font-size: 2rem; line-height: 1; 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: .76rem; font-weight: 800; }

.legal-body { background: var(--white); }
.legal-page { width: min(820px, calc(100% - 2.5rem)); margin: 0 auto; padding: 4rem 0; }
.legal-page h1 { margin: .5rem 0 2rem; font: 400 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-soft); background: var(--paper); }

@media (max-width: 820px) {
    html { scroll-padding-top: 8rem; }
    body { padding-bottom: 4.5rem; }
    .shell { width: min(100% - 1.5rem, 720px); }
    .contact-ribbon__inner { min-height: 3.25rem; }
    .contact-ribbon__message { display: none; }
    .contact-ribbon__actions { width: 100%; justify-content: center; }
    .direct-link { flex: 1; justify-content: center; padding-inline: .5rem; font-size: .86rem; }
    .header-inner { min-height: 4.4rem; }
    .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,.12); }
    .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: 650px; }
    .hero__veil { background: linear-gradient(0deg, rgba(20,16,14,.88) 0%, rgba(20,16,14,.43) 75%, rgba(20,16,14,.18)); }
    .hero__content { padding-block: 12rem 3.5rem; }
    .hero h1 { font-size: clamp(3rem, 13vw, 5rem); }
    .split-heading, .booking-grid, .order-grid, .faq-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .reading-copy { padding-top: 0; }
    .portfolio-grid { grid-template-columns: 1fr; grid-template-rows: 430px 250px 250px; }
    .portfolio-card--1 { grid-row: auto; }
    .service-grid { grid-template-columns: 1fr; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .service-card { min-height: 260px; }
    .footer-grid { grid-template-columns: 1fr; }
    .mobile-contact { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200; display: grid; grid-template-columns: repeat(2, 1fr); background: var(--surface); box-shadow: 0 -8px 24px rgba(0,0,0,.2); }
    .mobile-contact a { min-height: 4.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .15rem; color: var(--white); text-decoration: none; font-size: .76rem; font-weight: 800; }
    .mobile-contact a:last-child { background: var(--accent); }
}

@media (max-width: 520px) {
    .brand strong { font-size: 1.2rem; }
    .brand span { font-size: .6rem; }
    .demo-notice { font-size: .7rem; }
    .hero__actions { display: grid; }
    .button { width: 100%; }
    .portfolio-grid { grid-template-rows: 360px 230px 230px; }
    .process-list li { grid-template-columns: 44px 1fr; gap: .7rem; }
    .booking-direct, .order-direct, .form-row { grid-template-columns: 1fr; }
    .practical-info div { grid-template-columns: 1fr; gap: .1rem; }
    .product-grid { grid-template-columns: 1fr; }
    .product-lightbox__stage { min-height: 55vh; padding-inline: 3.3rem; }
    .cart-line { grid-template-columns: 1fr auto; }
    .cart-line > strong { grid-column: 1; }
    .quantity-control { grid-column: 2; grid-row: 1 / 3; }
}

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