:root {
    --ink: #17191e;
    --ink-soft: #5d6068;
    --paper: #f2f0eb;
    --white: #fff;
    --surface: #17243a;
    --accent: #650066;
    --accent-soft: #C4A3C5;
    --accent-text: #59005A;
    --on-accent: #fff;
    --green: #177c55;
    --line: rgba(23,25,30,.17);
    --shadow: 0 25px 75px rgba(20,22,28,.15);
    --sans: Arial, Helvetica, sans-serif;
    --serif: Georgia, 'Times New Roman', serif;
}

body.theme-forest { --surface: #173b2e; }
body.theme-bordeaux { --surface: #4b1626; }
body.theme-navy { --surface: #17243a; }
body.theme-terracotta { --surface: #5a2e24; }
body.theme-plum { --surface: #351d3b; }
body.theme-charcoal { --surface: #1d2024; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 8.6rem; }
body { margin: 0; color: var(--ink); background: var(--white); 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, 9vw, 8.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.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.contact-ribbon__message { color: rgba(255,255,255,.72); font-size: .82rem; }
.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: .84rem; font-weight: 800; white-space: nowrap; }
.direct-link:hover, .direct-link:focus-visible { background: rgba(255,255,255,.1); }
.direct-link--whatsapp { color: #fff; 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: 5.2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand img { width: auto; max-width: 210px; max-height: 52px; object-fit: contain; }
.brand strong { font: italic 400 1.65rem/1 var(--serif); letter-spacing: -.035em; }
.brand span { margin-top: .42rem; color: var(--accent-text); font-size: .65rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.7rem; }
.main-nav a { text-decoration: none; font-size: .82rem; font-weight: 850; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--accent-text); }
.nav-appointment { padding: .75rem 1rem; color: var(--on-accent) !important; background: var(--accent); }
.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: #fff; background: var(--surface); 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: .76rem; font-weight: 900; }

.eyebrow { margin: 0 0 1rem; color: var(--accent-soft); font-size: .7rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow--dark { color: var(--accent-text); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; }
h1 { max-width: 650px; font-size: clamp(3rem, 5.2vw, 5.4rem); line-height: .95; }
h2 { font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1.02; }
.button { display: inline-flex; min-height: 3.3rem; align-items: center; justify-content: center; padding: .8rem 1.25rem; border: 1px solid transparent; text-decoration: none; font-size: .78rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; }
.button--dark { color: #fff; background: var(--surface); }
.button--dark:hover, .button--dark:focus-visible { color: var(--on-accent); background: var(--accent); }
.button:disabled { opacity: .6; cursor: wait; }
.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; background: var(--paper); }
.hero__layout { position: relative; z-index: 1; min-height: 630px; display: grid; grid-template-columns: minmax(380px,.78fr) minmax(520px,1.22fr); gap: clamp(3rem, 6vw, 6rem); align-items: center; }
.hero__content { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.hero__edition { align-self: flex-start; margin: 0 0 3.5rem; padding-bottom: .45rem; border-bottom: 2px solid var(--accent); font-size: .66rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero__intro { max-width: 590px; margin: 1.55rem 0 2rem; color: var(--ink-soft); font-size: clamp(1.02rem, 1.35vw, 1.18rem); }
.hero__actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.hero__details { display: flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 2.5rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .78rem; font-weight: 800; }
.hero__details span { min-width: 0; }
.hero__details a { flex: 0 0 auto; color: var(--ink); white-space: nowrap; }
.hero__artworks { min-width: 0; height: 630px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1.08fr .92fr; gap: .8rem; }
.hero-art { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #ddd; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; }
.hero-art--studio { grid-row: 1 / 3; }
.hero-art--studio figcaption { position: absolute; left: 0; bottom: 0; padding: .55rem .75rem; color: #fff; background: var(--surface); font-size: .65rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-art--work { grid-column: 2; grid-row: 1; text-decoration: none; }
.hero-art--work > span { position: absolute; left: .75rem; right: .75rem; bottom: .75rem; display: flex; flex-direction: column; padding: .8rem; color: var(--surface); background: rgba(255,255,255,.92); }
.hero-art--work strong { font: 400 1.2rem/1.15 var(--serif); }
.hero-art--work small { margin-top: .2rem; color: var(--accent-text); font-weight: 800; }
.hero-art--detail { grid-column: 2; grid-row: 2; }

.introduction { background: #fff; }
.artist-statement { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.statement-heading { position: relative; padding-left: 5rem; }
.statement-heading > span { position: absolute; left: 0; top: -2rem; color: var(--accent); font: 400 8rem/1 var(--serif); }
.reading-copy { padding-top: 2rem; }
.reading-copy p { margin: 0 0 1.25rem; color: var(--ink-soft); font-size: 1.08rem; }
.reading-copy .text-link { margin-top: .7rem; }

.catalogue { background: var(--surface); }
.section-heading { max-width: 790px; margin-bottom: clamp(2.7rem, 5vw, 4.5rem); }
.section-heading > p:not(.eyebrow) { max-width: 660px; margin: 1.2rem 0 0; color: var(--ink-soft); }
.catalogue-heading { display: grid; grid-template-columns: 1.05fr .75fr; max-width: none; gap: 4rem; align-items: end; color: #fff; }
.catalogue-heading .eyebrow { grid-column: 1 / -1; }
.catalogue-heading > p:last-child { margin: 0; color: rgba(255,255,255,.67); }
.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; background: #fff; }
.product-media { padding: .45rem; background: var(--paper); }
.product-media__main { position: relative; width: 100%; display: block; padding: 0; overflow: hidden; border: 0; background: transparent; cursor: zoom-in; }
.product-media__main img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; object-position: center; }
.product-media__main span { position: absolute; right: .55rem; bottom: .55rem; padding: .35rem .55rem; color: #fff; background: rgba(23,25,30,.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 { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: var(--paper); }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.35rem; }
.product-meta { min-height: 1.7rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem .7rem; }
.product-category { color: var(--accent-text); font-size: .67rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-state { flex: 0 0 auto; padding: .24rem .48rem; 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: #625e58; background: #e8e4df; }
.product-card h3 { margin: .55rem 0 .6rem; font: 400 1.55rem/1.12 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: -.35rem 0 1.1rem; color: var(--accent-text); font-size: .78rem; font-weight: 900; text-underline-offset: .25rem; }
.product-card__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); }
.product-price { min-width: 0; display: flex; flex-direction: column; gap: .2rem; }
.product-price > strong { font-size: 1.12rem; }
.product-selected-count { color: var(--accent-text); font-size: .68rem; font-weight: 800; line-height: 1.25; }
.add-product { min-height: 2.7rem; padding: .55rem .85rem; border: 0; color: var(--on-accent); background: var(--accent); font-size: .78rem; 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: #625e58; background: #ddd8d2; cursor: not-allowed; }

.services { background: var(--paper); }
.services-layout { display: block; }
.services-layout .section-heading { max-width: 780px; margin-bottom: 2.25rem; }
.section-heading--light .eyebrow { color: var(--accent-text); }
.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.45rem; border-top: 4px solid var(--accent); background: #fff; box-shadow: 0 10px 30px rgba(20,22,28,.07); }
.service-card > span { color: var(--accent-text); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.service-card h3 { margin: .65rem 0 .55rem; font: 800 1.25rem/1.25 var(--sans); }
.service-card p { margin: 0 0 1.15rem; color: var(--ink-soft); font-size: 1rem; line-height: 1.65; }
.service-card strong { display: block; margin-top: auto; padding-top: .85rem; border-top: 1px solid var(--line); color: var(--accent-text); font-size: .78rem; letter-spacing: .04em; }

.process { color: #fff; background: var(--surface); }
.process-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); }
.process .section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.67); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 1.2rem; padding: 1.4rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list > li > span { color: var(--accent); font-size: .7rem; font-weight: 900; letter-spacing: .15em; }
.process-list h3 { margin: 0 0 .25rem; font: 400 1.35rem/1.15 var(--serif); }
.process-list p { margin: 0; color: rgba(255,255,255,.67); font-size: .88rem; }

.order-section { position: relative; background: #fff; }
.order-section::before { content: ''; position: absolute; inset: 0 58% 0 0; background: var(--accent); }
.order-grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.order-copy { padding-right: 2rem; }
.order-copy { color: var(--on-accent); }
.order-copy .eyebrow { color: var(--on-accent); opacity: .8; }
.order-copy h2 { margin-bottom: 1.3rem; }
.order-copy > p:not(.eyebrow) { color: var(--on-accent); opacity: .82; }
.order-direct { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin: 2rem 0; }
.order-direct a { display: flex; flex-direction: column; padding: 1rem; border: 1px solid currentColor; text-decoration: none; }
.order-direct a:hover, .order-direct a:focus-visible { background: rgba(255,255,255,.25); }
.order-direct span { font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .72; }
.order-direct strong { margin-top: .2rem; font-size: 1.03rem; }
.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 currentColor; }
.practical-info dt { font-weight: 900; }
.practical-info dd { margin: 0; opacity: .75; }
.order-panel { color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.cart-box { padding: clamp(1.4rem, 4vw, 2.4rem); background: var(--paper); 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: 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 var(--line); }
.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 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: .8rem; }
.single-selection { padding: .35rem .55rem; color: var(--accent-text); border: 1px solid var(--line); background: #fff; font-size: .7rem; font-weight: 800; }
.remove-line { grid-column: 1 / -1; justify-self: start; padding: 0; border: 0; color: var(--accent-text); 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.18rem; }
.order-form { padding: clamp(1.4rem, 4vw, 2.4rem); }
.form-intro { margin: .55rem 0 1.6rem; color: var(--ink-soft); }
.form-note { margin: .8rem 0 0; color: var(--ink-soft); font-size: .76rem; line-height: 1.45; }
.order-form > label:not(.checkbox), .order-form .form-row label { display: grid; gap: .35rem; margin-bottom: 1rem; font-size: .875rem; font-weight: 850; }
.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: .67rem .75rem; border: 1px solid #c9c6c0; 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); }
.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: 800; }
.form-status.is-success { color: #14623f; }
.form-status.is-error { color: #9d1737; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-list { border-top: 2px solid var(--ink); }
.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: -.4rem 2rem 1.3rem 0; color: var(--ink-soft); }

.site-footer { padding: 3.5rem 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: italic 400 1.55rem/1.2 var(--serif); }
.footer-grid span, .footer-grid a { color: rgba(255,255,255,.7); font-size: .84rem; }
.footer-bottom { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.46); font-size: .75rem; }
.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(10,12,16,.86); 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: 900; }
.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(23,25,30,.82); 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: .76rem; font-weight: 900; }

.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: 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); background: var(--paper); }

@media (max-width: 1020px) {
    .hero__layout { grid-template-columns: .85fr 1.15fr; gap: 2.5rem; }
    .hero__artworks { height: 570px; }
    .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .services-layout, .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: 45px; }
    .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__layout, .artist-statement, .catalogue-heading, .faq-grid, .order-grid { grid-template-columns: 1fr; }
    .hero__layout { min-height: 0; }
    .hero__content { min-height: 510px; }
    .hero__edition { margin-bottom: 2rem; }
    .hero__artworks { height: min(112vw,690px); }
    .statement-heading { padding-left: 3.6rem; }
    .statement-heading > span { font-size: 6rem; }
    .reading-copy { padding-top: 0; }
    .catalogue-heading > p:last-child { margin-top: 1rem; }
    .product-grid, .service-grid { grid-template-columns: 1fr; }
    .order-section::before { display: none; }
    .order-section { padding-top: 0; }
    .order-copy { margin-inline: -.75rem; padding: 4.5rem .75rem; background: var(--accent); }
    .order-direct { grid-template-columns: 1fr; }
    .order-direct a:last-child { display: none; }
    .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: #fff; background: var(--surface); font-size: .68rem; }
}

@media (max-width: 560px) {
    .section { padding: 4.5rem 0; }
    h1 { font-size: clamp(2.9rem,13vw,4.1rem); }
    h2 { font-size: clamp(2.25rem,10vw,3.25rem); }
    .hero__actions { align-items: flex-start; flex-direction: column; }
    .hero__details { align-items: flex-start; flex-direction: column; }
    .hero__artworks { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 400px 210px; }
    .hero-art--studio { grid-column: 1 / -1; grid-row: 1; }
    .hero-art--work { grid-column: 1; grid-row: 2; }
    .hero-art--detail { grid-column: 2; grid-row: 2; }
    .hero-art--work > span { left: .4rem; right: .4rem; bottom: .4rem; padding: .55rem; }
    .hero-art--work strong { font-size: .95rem; }
    .hero-art--work small { font-size: .65rem; }
    .form-row, .order-direct { 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 / -1; }
    .footer-grid { grid-template-columns: 1fr; }
    .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; }
}
