@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap');

:root {
  --ink: #272724;
  --ink-soft: #5f5a55;
  --muted: #8e867e;
  --cream: #f7f2eb;
  --cream-deep: #eee4d8;
  --paper: #fcfaf7;
  --white: #fff;
  --raspberry: #bf2f6f;
  --raspberry-dark: #9e2459;
  --gold: #af7a53;
  --line: #ded2c5;
  --shadow: 0 18px 50px rgba(52, 42, 32, .08);
  --shell: min(1240px, calc(100% - 48px));
  --radius: 6px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { overflow-x: clip; margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
.admin-bar .site-header { top: 32px; }
.woocommerce img, .product-gallery img, .hero-image img, .editorial-category-image img { max-width: 100%; }
.product-image img, .product-gallery img { width: 100%; height: 100%; object-fit: contain; }
.product-gallery { aspect-ratio: 1 / 1; }
.product-gallery .attachment-large { object-fit: contain; }
.entry-content { max-width: 900px; padding-bottom: 100px; }
.entry-content h1 { margin-bottom: 28px; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--raspberry); outline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
h1 { font-size: clamp(2.55rem, 4.5vw, 4.8rem); }
h2 { font-size: clamp(2rem, 3.1vw, 3.25rem); }
h3 { font-size: 1.45rem; }
p { color: var(--ink-soft); }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 110px 0; }
.section-top { padding-top: 52px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.kicker { display: flex; align-items: center; gap: 12px; color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.kicker::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--raspberry); color: #fff; }
.button-primary:hover { background: var(--raspberry-dark); }
.button-dark { background: var(--ink); color: #fff; }
.button-outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--ink); color: #fff; }
.button-small { min-height: 42px; padding-inline: 18px; }
/* WooCommerce adds generic .button styles on product archives. Keep the site's CTAs identical everywhere. */
.woocommerce .button.button-primary,
.woocommerce-page .button.button-primary,
.site-header .header-contact-cta { background: var(--raspberry); color: #fff; }
.woocommerce .button.button-primary:hover,
.woocommerce-page .button.button-primary:hover,
.site-header .header-contact-cta:hover { background: var(--raspberry-dark); color: #fff; }
.woocommerce .button.button-dark,
.woocommerce-page .button.button-dark { background: var(--ink); color: #fff; }
.woocommerce .button.button-outline,
.woocommerce-page .button.button-outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.woocommerce .button.button-outline:hover,
.woocommerce-page .button.button-outline:hover { background: var(--ink); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--raspberry); font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.text-link svg { transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }
.center-action { display: flex; justify-content: center; margin-top: 46px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; width: 100%; background: #302f2c; border-top: 6px solid #7547a6; border-bottom: 1px solid #4b4944; }
.utility-bar { color: #eee9e2; background: var(--ink); font-size: .68rem; letter-spacing: .025em; }
.utility-inner { display: flex; min-height: 32px; align-items: center; justify-content: space-between; }
.utility-inner > div { display: flex; gap: 15px; align-items: center; }
.header-main { display: grid; grid-template-columns: 330px minmax(0, 1fr) auto; grid-template-rows: auto auto; min-height: 122px; align-items: center; gap: 10px 18px; padding-block: 12px 14px; }
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.site-header .brand { grid-column: 1; grid-row: 1; display: block; width: 235px; height: 42px; background: url('../images/ambiance-lumiere-logo.png') left center / contain no-repeat; }
.site-header .brand > span { display: none; }
.brand-mark { display: grid; width: 29px; height: 36px; grid-template-columns: 1fr 1fr; gap: 3px; align-items: end; transform: skewY(-8deg); }
.brand-mark i { display: block; background: var(--raspberry); }
.brand-mark i:first-child { height: 62%; }
.brand-mark i:last-child { height: 100%; background: var(--gold); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: .94rem; letter-spacing: .015em; text-transform: uppercase; }
.brand small { margin-top: 1px; color: var(--muted); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { grid-column: 2 / 4; grid-row: 1; min-width: 0; }
.primary-menu { display: flex; align-items: center; justify-content: flex-end; gap: clamp(10px, 1.15vw, 20px); margin: 0; padding: 0; list-style: none; }
.primary-menu > li { display: flex; min-height: 40px; align-items: center; margin: 0; padding: 0; list-style: none; }
.primary-menu > li > a, .nav-dropdown > a { position: relative; display: inline-flex; min-height: 40px; align-items: center; color: #f5f1ec; font-size: .71rem; font-weight: 600; line-height: 1.2; white-space: nowrap; }
.primary-menu > li > a::after, .nav-dropdown > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--raspberry); transition: right .2s; }
.primary-menu > li > a:hover::after, .primary-menu > li.current-menu-item > a::after, .primary-menu > li.current-menu-ancestor > a::after, .nav-dropdown > a:hover::after { right: 0; }
.nav-dropdown { position: relative; display: grid; min-height: 40px; grid-template-columns: auto 18px; align-items: center; gap: 2px; }
.nav-dropdown::after { content: ""; position: absolute; top: 100%; left: -24px; width: calc(100% + 48px); height: 15px; }
.nav-dropdown > .nav-submenu-toggle { display: grid; width: 18px; height: 40px; place-items: center; padding: 0; border: 0; background: transparent; color: #c9c3bb; }
.nav-dropdown > .nav-submenu-toggle span { display: block; font-size: .9rem; transition: transform .2s; }
.nav-dropdown.is-open > .nav-submenu-toggle span { transform: rotate(180deg); }
.subnav-panel { position: absolute; top: calc(100% + 14px); left: -24px; z-index: 100; display: none; width: 530px; padding: 24px; background: var(--paper); border-top: 2px solid var(--raspberry); box-shadow: 0 22px 40px rgba(42, 34, 26, .16); }
.subnav-interior { width: 660px; }
.nav-dropdown:hover .subnav-panel, .nav-dropdown.is-open .subnav-panel { display: block; animation: drop-in .18s both; }
.subnav-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 17px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.subnav-panel-head > span { color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.subnav-panel-head > a { color: var(--raspberry); font-size: .68rem; font-weight: 700; }
.sub-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 34px; margin: 0; padding: 0; list-style: none; }
.sub-menu li { margin: 0; padding: 0; list-style: none; }
.sub-menu a { display: block; padding: 7px 0; color: var(--ink-soft); font-size: .72rem; font-weight: 600; }
.sub-menu a:hover, .sub-menu .current-menu-item > a { color: var(--raspberry); }
.subnav-columns.subnav-compact { grid-template-columns: 1fr 1fr; max-width: 450px; }
.subnav-columns.subnav-compact > div:empty { display: none; }
.subnav-feature { padding: 13px 15px; background: var(--cream); }
.subnav-feature > a:first-child { margin-bottom: 5px; padding-top: 0; color: var(--ink); }
.subnav-feature strong, .subnav-feature span { display: block; }
.subnav-feature strong { margin-bottom: 4px; font-size: .76rem; }
.subnav-feature span { color: var(--muted); font-size: .62rem; font-weight: 400; line-height: 1.5; }
.header-search-wrap { grid-column: 1 / 3; grid-row: 2; min-width: 0; }
.header-product-search { display: grid; grid-template-columns: 20px minmax(0, 1fr) 38px; align-items: center; min-width: 0; height: 44px; padding: 0 4px 0 14px; border: 1px solid #56534e; background: #393834; transition: border-color .2s, background .2s; }
.header-product-search:focus-within { border-color: #8b8580; background: #403f3a; }
.header-product-search svg { color: #c9c3bb; font-size: .82rem; }
.header-product-search input { min-width: 0; height: 40px; padding: 0 8px; border: 0; outline: 0; background: transparent; color: #fff; font-size: .69rem; }
.header-product-search input::placeholder { color: #bdb7b0; opacity: 1; }
.header-product-search .button { min-width: 38px; min-height: 34px; width: 38px; padding: 0; overflow: hidden; color: transparent; font-size: 0; }
.header-product-search .button::before { content: "→"; color: #fff; font-size: .85rem; }
.mobile-nav-search { display: none; }
.header-actions { grid-column: 3; grid-row: 2; display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.button-sale { border-color: #fff; background: #fff; color: var(--raspberry); }
.button-sale:hover { border-color: var(--raspberry); background: var(--raspberry); color: #fff; }
.site-header .header-sale-cta { min-width: 76px; min-height: 44px; padding-inline: 12px; }
.site-header .header-contact-cta { min-width: 156px; min-height: 44px; padding-inline: 16px; white-space: nowrap; }
.woocommerce .site-header a.header-contact-cta,
.woocommerce-page .site-header a.header-contact-cta { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 16px; border: 1px solid transparent; border-radius: 2px; background: var(--raspberry); color: #fff; font-size: .76rem; font-weight: 700; letter-spacing: .06em; line-height: 1; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.woocommerce .site-header a.header-contact-cta:hover,
.woocommerce-page .site-header a.header-contact-cta:hover { background: var(--raspberry-dark); color: #fff; }
.icon-button { display: inline-grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); }
.menu-toggle { display: none; padding: 0; border: 0; background: transparent; }
.mobile-menu-header, .subnav-back, .mobile-tabbar { display: none; }
.header-search { position: absolute; left: 0; right: 0; top: 100%; opacity: 0; transform: translateY(-8px); background: var(--paper); border-block: 1px solid var(--line); box-shadow: var(--shadow); transition: opacity .18s, transform .18s; }
.header-search.is-open { opacity: 1; transform: none; }
.header-search-inner { display: grid; grid-template-columns: auto 1fr auto auto; gap: 18px; align-items: center; min-height: 98px; }
.header-search-inner label { font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.header-search-inner input { width: 100%; height: 50px; padding: 0 16px; border: 0; border-bottom: 1px solid var(--ink); outline: none; background: transparent; }

/* Global sections */
.section-heading { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 48px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.section-heading::after { content: ""; position: absolute; right: 0; bottom: -4px; width: 7px; height: 7px; background: var(--raspberry); transform: rotate(45deg); }
.section-heading h2 { margin: 12px 0 0; }
.section-heading-aside p { max-width: 480px; margin-bottom: 12px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 36px; color: var(--muted); font-size: .72rem; }
.breadcrumb a:hover { color: var(--raspberry); }

/* Home */
.home-hero { position: relative; isolation: isolate; padding: 64px 0 86px; overflow: hidden; background: var(--cream); }
.home-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(90deg, rgba(247,243,237,.96) 0%, rgba(247,243,237,.92) 47%, rgba(247,243,237,.56) 100%), var(--hero-background); background-position: center; background-size: cover; opacity: .52; }
.home-hero::after { content: ""; position: absolute; z-index: -1; right: 3%; bottom: -150px; width: min(260px, 17vw); aspect-ratio: 1000 / 1447; background: url('../images/lampe-decorative-rose.png') center bottom / contain no-repeat; opacity: .16; pointer-events: none; }
.store-introduction { position: relative; overflow: hidden; background: #eee8df; }
.store-introduction::before { content: ""; position: absolute; top: 0; right: 0; width: 34%; height: 100%; background: linear-gradient(135deg, rgba(196,44,111,.08), transparent 58%); }
.store-introduction-grid { position: relative; display: grid; grid-template-columns: .55fr 1.35fr .7fr; gap: clamp(28px, 5vw, 78px); align-items: center; }
.store-introduction-label { padding-top: 9px; }
.store-introduction-label .kicker { margin-bottom: 20px; }
.store-introduction-label p { margin: 0; color: var(--gold); font-size: .8rem; font-weight: 700; letter-spacing: .09em; line-height: 1.65; text-transform: uppercase; }
.store-introduction-copy { max-width: 760px; }
.store-introduction-copy h2 { margin: 0 0 24px; font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; line-height: 1.12; text-wrap: balance; }
.store-introduction-copy p { max-width: 650px; margin: 0 0 17px; color: var(--muted); font-size: 1rem; }
.store-introduction-copy .store-introduction-lead { color: var(--raspberry); font-size: 1.3rem; font-weight: 500; line-height: 1.35; }
.store-introduction-copy .text-link { margin-top: 12px; }
.store-introduction-visual { position: relative; min-height: 300px; overflow: hidden; background: #d5cec4; box-shadow: 18px 18px 0 rgba(184,130,80,.18); }
.store-introduction-visual::before { content: ""; position: absolute; z-index: 1; top: 18px; left: 18px; width: 44px; height: 2px; background: var(--raspberry); }
.store-introduction-visual img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(55px, 7vw, 105px); }
.hero-copy h1 { max-width: 620px; margin: 22px 0 28px; font-size: clamp(2.9rem, 4.25vw, 4.45rem); line-height: .98; text-wrap: balance; }
.hero-copy h1 em { display: inline-block; margin-top: .04em; color: var(--raspberry); font-weight: 300; font-style: normal; }
.hero-copy > p { max-width: 600px; font-size: 1.12rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 34px 0 48px; }
.hero-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.hero-meta strong { display: block; color: var(--ink); font-size: .78rem; }
.hero-visual { position: relative; padding: 0 0 34px 36px; }
.hero-visual::before { content: ""; position: absolute; z-index: 0; left: 0; bottom: 0; width: 72%; height: 72%; border: 1px solid var(--gold); }
.hero-image { position: relative; z-index: 1; overflow: hidden; aspect-ratio: 1.12; background: #ddd; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.hero-visual:hover img { transform: scale(1.025); }
.hero-note { position: absolute; z-index: 2; right: -28px; bottom: 0; display: grid; grid-template-columns: 38px 1fr; width: min(320px, 62%); padding: 17px 20px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.hero-note > span { color: var(--gold); font-size: .72rem; }
.hero-note p { margin: 0; color: #ddd8d2; font-size: .68rem; line-height: 1.5; }
.hero-note strong { display: block; color: #fff; font-size: .78rem; }
.editorial-categories { display: grid; grid-template-columns: 1.25fr .9fr .9fr; gap: 22px; }
.editorial-category { display: grid; min-width: 0; grid-template-rows: 290px auto; background: var(--cream); transition: transform .3s, box-shadow .3s; }
.editorial-category:first-child { grid-template-rows: 390px auto; }
.editorial-category:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.editorial-category-image { overflow: hidden; background: #e8e5e0; }
.editorial-category-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.editorial-category:not(:first-child) .editorial-category-image img { object-fit: cover; }
.editorial-category:hover img { transform: scale(1.035); }
.editorial-category > div:last-child { position: relative; padding: 26px 28px 30px; }
.editorial-category > div:last-child::before { content: ""; position: absolute; top: 0; left: 28px; width: 34px; height: 2px; background: var(--gold); }
.editorial-category > div:last-child > span { color: var(--gold); font-size: .68rem; }
.editorial-category h3 { margin: 7px 0 12px; font-size: 1.55rem; }
.editorial-category p { margin: 0; font-size: .82rem; }
.editorial-category i { position: absolute; right: 24px; bottom: 24px; color: var(--raspberry); }
.selection-section { background: var(--cream); }
.advice-section { padding: 0; background: var(--ink); color: #fff; }
.advice-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.advice-visual { position: relative; margin-left: calc((100vw - var(--shell)) / -2); overflow: hidden; background: #d7d2cc; }
.advice-visual img { width: 100%; height: 100%; object-fit: cover; }
.advice-visual span { position: absolute; right: 25px; bottom: 25px; padding: 8px 12px; color: var(--ink); background: rgba(255,255,255,.88); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.advice-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px 0 80px clamp(50px, 7vw, 110px); }
.advice-copy h2 { max-width: 560px; margin: 20px 0 25px; }
.advice-copy p { max-width: 590px; color: #c9c3bd; }
.advice-copy ul { display: grid; gap: 13px; margin: 20px 0 36px; padding: 0; list-style: none; color: #e6e1dc; font-size: .88rem; }
.advice-copy li { padding-bottom: 13px; border-bottom: 1px solid #464642; }
.advice-copy .button { align-self: flex-start; background: var(--raspberry); }
.contact-band { padding: 72px 0; color: #fff; background: var(--raspberry); }
.contact-band .kicker { color: #f4cdda; }
.contact-band-inner { display: grid; grid-template-columns: 1.15fr .85fr auto; align-items: center; gap: 55px; }
.contact-band h2 { margin: 12px 0 0; font-size: clamp(2rem, 3vw, 3rem); }
.contact-band p { margin: 0; color: #f8dce6; }
.contact-band-inner > div:last-child { display: grid; justify-items: end; gap: 9px; }
.contact-band .button { color: var(--ink); background: #fff; }
.contact-band-inner > div:last-child > a:last-child { font-size: .8rem; font-weight: 700; }

/* Products */
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.home-products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card { min-width: 0; overflow: hidden; background: rgba(255,255,255,.58); border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / 1; background: #f1efeb; }
.product-image::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(175, 122, 83, .18); pointer-events: none; transition: inset .3s, border-color .3s; }
.product-card:hover .product-image::after { inset: 16px; border-color: rgba(191, 47, 111, .38); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card .product-image img { width: 100%; height: 100%; object-fit: contain; padding: 0; }
.product-card:hover .product-image img { transform: scale(1.025); }
.availability-dot { position: absolute; left: 14px; bottom: 14px; padding: 6px 9px; color: var(--ink); background: rgba(255,255,255,.9); font-size: .56rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.availability-dot::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: #6f9473; vertical-align: 1px; }
.sale-badge { position: absolute; z-index: 3; top: 14px; left: 14px; display: inline-flex; min-height: 28px; align-items: center; padding: 0 11px; background: var(--raspberry); color: #fff; font-size: .6rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 20px rgba(158,36,89,.22); }
.sale-badge-product { top: 28px; left: 28px; }
.product-card-body { padding: 22px 22px 24px; }
.product-card h3 { min-height: 2.35em; margin: 8px 0 18px; font-size: clamp(1.15rem, 1.5vw, 1.45rem); }

/* Catalog */
.compact-hero, .category-masthead, .contact-hero { position: relative; isolation: isolate; overflow: hidden; }
.compact-hero::before, .category-masthead::before, .contact-hero::before { content: ""; position: absolute; z-index: -1; width: 430px; height: 430px; border: 1px solid rgba(175, 122, 83, .22); border-radius: 50%; }
.compact-hero::after, .category-masthead::after, .contact-hero::after { content: ""; position: absolute; z-index: -1; width: 240px; height: 240px; border: 1px solid rgba(191, 47, 111, .12); border-radius: 50%; }
.compact-hero { padding: 58px 0 48px; background: var(--cream); }
.compact-hero::before { top: -270px; right: 7%; }
.compact-hero::after { right: -75px; bottom: -135px; }
.catalog-title-row { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.catalog-title-row h1 { max-width: 780px; margin: 15px 0 0; font-size: clamp(2.5rem, 4vw, 4rem); }
.catalog-title-row > p { max-width: 470px; margin-bottom: 5px; font-size: .96rem; }
.catalog-search { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin-top: 42px; padding: 8px 8px 8px 18px; border: 1px solid var(--line); background: var(--paper); }
.catalog-search > svg { color: var(--muted); }
.catalog-search input { min-width: 0; height: 48px; border: 0; outline: 0; background: transparent; }
.search-results-hero h1 { margin: 18px 0 0; font-size: clamp(2.35rem, 4vw, 4rem); }
.catalog-section { padding-top: 60px; }
.catalog-layout { display: grid; grid-template-columns: 244px minmax(0, 1fr); align-items: start; gap: 42px; }
.filter-panel { position: sticky; top: 190px; max-height: calc(100vh - 210px); overflow-y: auto; overscroll-behavior: contain; padding-right: 8px; border-top: 2px solid var(--ink); scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
.filter-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 0 17px; border-bottom: 1px solid var(--line); }
.filter-header h2 { margin: 3px 0 0; font-size: 1.25rem; }
.filter-mobile-toggle { display: none; border: 0; background: transparent; color: var(--raspberry); font-size: .72rem; font-weight: 700; }
.filter-links { padding: 12px 0 20px; border-bottom: 1px solid var(--line); }
.filter-link { display: flex; min-height: 42px; align-items: center; justify-content: space-between; padding: 7px 10px; color: var(--ink-soft); font-size: .78rem; font-weight: 600; transition: color .2s, background .2s; }
.filter-link small { color: var(--muted); font-size: .65rem; }
.filter-link:hover { color: var(--raspberry); }
.filter-link.is-active { color: #fff; background: var(--raspberry); }
.filter-link.is-active small { color: #fff; }
.filter-link.is-active:hover { color: #fff; background: var(--raspberry-dark); }
.filter-link.is-active:hover small { color: #fff; }
.filter-children { display: grid; gap: 2px; padding: 3px 0 7px 19px; border-left: 1px solid var(--line); }
.filter-children a { padding: 5px 8px; color: var(--muted); font-size: .7rem; }
.filter-children a:hover, .filter-children a.is-active { color: var(--raspberry); font-weight: 700; }
.filter-help { margin-top: 30px; padding: 22px; background: var(--cream); }
.filter-help span { color: var(--gold); font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.filter-help p { margin: 8px 0 12px; font-size: .74rem; line-height: 1.5; }
.filter-help a { color: var(--raspberry); font-size: .7rem; font-weight: 700; }
.results-toolbar { display: flex; min-height: 56px; align-items: flex-start; justify-content: space-between; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.results-toolbar p { font-size: .78rem; }
.results-toolbar p strong { color: var(--ink); }
.results-toolbar label { display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.results-toolbar select { padding: 7px 30px 7px 10px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); font-size: .7rem; text-transform: none; }
.empty-state { padding: 90px 30px; text-align: center; background: var(--cream); }
.empty-state .kicker { justify-content: center; }
.empty-state h2 { margin: 16px 0; font-size: 2rem; }
.back-link { display: inline-block; margin-top: 24px; color: var(--raspberry); font-size: .75rem; font-weight: 700; }
.category-masthead { padding: 52px 0 66px; background: var(--cream); }
.category-masthead::before { top: -275px; right: 8%; }
.category-masthead::after { right: -70px; bottom: -135px; }
.category-masthead-grid { display: block; }
.category-masthead h1 { margin: 20px 0 25px; font-size: clamp(2.7rem, 4vw, 4.2rem); }
.category-masthead p { max-width: 700px; font-size: 1rem; }
.category-masthead .catalog-search { max-width: 820px; margin-top: 35px; }
.category-context-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.category-context-nav a { display: inline-flex; min-height: 36px; align-items: center; padding: 0 13px; border: 1px solid var(--line); color: var(--ink-soft); font-size: .71rem; font-weight: 700; transition: color .2s, border-color .2s, background .2s; }
.category-context-nav a:hover { border-color: var(--raspberry); color: var(--raspberry); }
.category-context-nav a.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }

/* Product page */
.product-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: start; gap: clamp(55px, 8vw, 120px); }
.product-gallery { position: relative; padding: 28px; background: #f0ede8; }
.product-gallery::before { content: ""; position: absolute; top: 14px; right: 14px; width: 56px; height: 56px; border-top: 2px solid var(--gold); border-right: 2px solid var(--gold); pointer-events: none; }
.product-gallery::after { content: ""; position: absolute; bottom: 14px; left: 14px; width: 42px; height: 42px; border-bottom: 2px solid var(--raspberry); border-left: 2px solid var(--raspberry); pointer-events: none; }
.product-gallery img { width: 100%; aspect-ratio: 1; object-fit: contain; background: #fff; }
.image-caption { position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 10px 14px; background: rgba(39,39,36,.9); color: #fff; font-size: .62rem; letter-spacing: .05em; }
.product-summary h1 { margin: 18px 0 26px; font-size: clamp(2.8rem, 4.3vw, 4.5rem); }
.product-summary { padding-top: 46px; }
.product-lead { max-width: 600px; font-size: 1.08rem; }
.product-status { display: grid; grid-template-columns: 1fr 1fr; margin: 34px 0 30px; padding-block: 20px; border-block: 1px solid var(--line); }
.product-status > div + div { padding-left: 26px; border-left: 1px solid var(--line); }
.product-status span, .product-status strong { display: block; }
.product-status span { color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-status strong { margin-top: 5px; font-size: .8rem; }
.product-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.microcopy { margin-top: 15px; font-size: .68rem; }
.product-details { display: grid; grid-template-columns: .8fr 1.1fr 1fr; gap: 70px; margin-top: 95px; padding-top: 46px; border-top: 1px solid var(--line); }
.product-details h2 { margin: 13px 0 0; font-size: 2rem; }
.product-details > p { font-size: .9rem; }
.product-details dl { margin: 0; }
.product-details dl div { display: grid; grid-template-columns: 1fr 1.3fr; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .74rem; }
.product-details dt { color: var(--muted); }
.product-details dd { margin: 0; font-weight: 600; }
.product-contact { background: var(--cream); }
.product-contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.product-contact h2 { margin: 16px 0 20px; font-size: clamp(2rem, 3vw, 3rem); }
.product-contact > div > p { max-width: 420px; }
.map-link { display: inline-flex; gap: 9px; align-items: center; margin-top: 18px; color: var(--raspberry); font-size: .75rem; font-weight: 700; }
.related-section { background: var(--cream); }
.related-grid { grid-template-columns: repeat(3, 1fr); }

/* Contact */
.contact-hero { padding-bottom: 70px; background: var(--cream); }
.contact-hero::before { top: -255px; right: 10%; }
.contact-hero::after { right: -95px; bottom: -155px; }
.contact-hero-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 100px; }
.contact-hero h1 { margin: 19px 0 25px; font-size: clamp(2.8rem, 4.4vw, 4.6rem); }
.contact-hero p { max-width: 620px; font-size: 1.05rem; }
.contact-quick { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.contact-quick > * { position: relative; display: flex; gap: 14px; align-items: flex-start; padding: 24px 18px 24px 25px; }
.contact-quick > *::before { content: ""; position: absolute; top: 25px; bottom: 25px; left: 0; width: 2px; background: var(--gold); }
.contact-quick > * + * { border-left: 1px solid var(--line); }
.contact-quick svg { flex: 0 0 auto; color: var(--raspberry); }
.contact-quick small, .contact-quick strong { display: block; }
.contact-quick small { margin-bottom: 4px; color: var(--muted); font-size: .63rem; text-transform: uppercase; }
.contact-quick strong { font-size: .78rem; }
.contact-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: 90px; }
.contact-form-wrap h2 { margin: 15px 0 32px; font-size: 2.5rem; }
.contact-form { display: grid; gap: 21px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink); font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; outline: none; background: transparent; color: var(--ink); font-size: .85rem; text-transform: none; transition: border-color .2s, background .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--raspberry); background: #fff; }
.contact-form textarea { resize: vertical; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.form-footer p { max-width: 430px; margin: 0; font-size: .65rem; }
.form-success { padding: 14px 16px; border-left: 3px solid #6f9473; background: #edf4ed; color: #456149; font-size: .78rem; }
.visit-panel { background: var(--cream); }
.visit-map { position: relative; min-height: 320px; overflow: hidden; background: #e8ddd2; }
.visit-map iframe { display: block; width: 100%; height: 320px; border: 0; filter: saturate(.74) contrast(.96); }
.visit-map-card { position: absolute; right: 16px; bottom: 16px; display: grid; gap: 3px; max-width: calc(100% - 32px); padding: 13px 15px; background: rgba(255,255,255,.94); box-shadow: 0 10px 25px rgba(37,36,32,.16); color: var(--ink); font-size: .7rem; line-height: 1.35; }
.visit-map-card span { color: var(--raspberry); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.visit-map-card strong { font-size: .76rem; }
.visit-map-card em { margin-top: 4px; color: var(--raspberry); font-size: .62rem; font-style: normal; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.visit-info { padding: 34px; }
.visit-info h2 { margin: 15px 0 20px; font-size: 2rem; }
.visit-info p { font-size: .82rem; }
.visit-hours { display: grid; grid-template-columns: 1fr auto; gap: 8px 18px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .72rem; }
.visit-hours strong { font-weight: 700; }
.visit-hours span { color: var(--ink-soft); text-align: right; }
.visit-info dl { margin: 24px 0 26px; }
.visit-info dl div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .72rem; }
.visit-info dd { margin: 0; }
.contact-categories { padding-top: 20px; }
.simple-links { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.simple-links a { display: flex; min-height: 90px; align-items: center; justify-content: space-between; padding: 20px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, color .2s; }
.simple-links a:hover { background: var(--ink); color: #fff; }

/* Footer */
.site-footer { padding-top: 70px; color: #fff; background: var(--ink); border-top: 5px solid var(--gold); }
.footer-main { display: grid; grid-template-columns: 1.3fr .8fr 1fr .8fr; gap: 60px; padding-bottom: 60px; }
.footer-brand::before { content: ""; display: block; width: min(290px, 100%); aspect-ratio: 2000 / 209; margin-bottom: 20px; background: url('../images/ambiance-lumiere-logo.png') left center / contain no-repeat; }
.footer-brand .brand { display: none; }
.brand-light .brand strong { color: #fff; }
.brand-light small { color: #aaa49e; }
.footer-brand p { max-width: 330px; margin-top: 25px; color: #aaa49e; font-size: .78rem; }
.footer-column { display: grid; align-content: start; gap: 9px; }
.footer-column h2 { margin-bottom: 13px; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a, .footer-column p { margin: 0; color: #cbc6c0; font-size: .72rem; }
.footer-column a:hover { color: #fff; }
.footer-column .footer-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; color: #fff; font-weight: 700; }
.footer-menu { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-menu li { margin: 0; padding: 0; list-style: none; }
.footer-hours p { display: grid; gap: 3px; }
.footer-hours p strong { margin-top: 4px; color: #fff; font-size: .68rem; }
.footer-hours p span { color: #cbc6c0; }
.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid #454542; color: #8e8984; font-size: .62rem; }

/* Motion */
@keyframes reveal { from { opacity: 0; transform: translateY(13px); } to { opacity: 1; transform: none; } }
@keyframes drop-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
.reveal { animation: reveal .65s both; animation-delay: var(--delay, 0ms); }
.scroll-reveal { opacity: 0; transform: translateY(22px); transition: opacity .62s ease, transform .62s cubic-bezier(.22,.61,.36,1); transition-delay: var(--reveal-delay, 0ms); }
.scroll-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

/* Tablet */
@media (max-width: 1024px) {
  :root { --shell: min(100% - 36px, 940px); }
  .section { padding-block: 82px; }
  .header-main { grid-template-columns: 205px 1fr auto; gap: 12px; }
  .header-search-wrap { grid-column: 1 / 4; }
  .primary-menu { gap: 9px; }
  .primary-menu > li > a, .nav-dropdown > a { font-size: .68rem; }
  .subnav-panel { left: -18px; }
  .header-actions .button { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .hero-note { right: -10px; }
  .editorial-categories { grid-template-columns: 1.15fr 1fr; }
  .editorial-category:last-child { grid-column: 1 / -1; grid-template-columns: .9fr 1.1fr; grid-template-rows: 260px; }
  .home-products { grid-template-columns: repeat(2, 1fr); }
  .catalog-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 28px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-layout { gap: 50px; }
  .product-details { gap: 35px; }
  .contact-hero-grid, .contact-layout { gap: 50px; }
  .contact-quick { grid-template-columns: 1fr; }
  .contact-quick > * + * { border-left: 0; border-top: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / -1; }
}

/* Mobile */
@media (max-width: 760px) {
  :root { --shell: calc(100% - 30px); }
  body { font-size: 15px; }
  .section { padding-block: 68px; }
  .utility-bar { display: none; }
  .header-main { grid-template-columns: 1fr auto auto; grid-template-rows: auto; min-height: 72px; }
  .header-search-wrap { display: none; }
  .site-header .brand { width: 190px; height: 31px; }
  .brand strong { font-size: .78rem; }
  .brand small { font-size: .53rem; }
  .brand-mark { width: 24px; height: 30px; }
  .menu-toggle { display: inline-grid; width: 48px; height: 48px; place-items: center; order: 3; padding: 0; color: #fff; font-size: 1.7rem; font-weight: 700; line-height: 1; }
  .menu-toggle span { display: block; transform: translateY(-1px); }
  .header-actions { grid-column: 2; grid-row: 1; order: 2; }
  .header-actions .button { display: none; }
  .header-actions .header-sale-cta { display: inline-flex; min-width: 64px; min-height: 38px; padding-inline: 9px; font-size: .6rem; }
  body { padding-bottom: 74px; }
  body.mobile-menu-open { overflow: hidden; }
  .site-header { position: sticky; }
  .main-nav { position: fixed; z-index: 60; inset: 0; display: none; width: 100%; align-content: start; justify-content: stretch; justify-items: stretch; overflow-y: auto; padding: 0 22px 96px; background: var(--paper); box-shadow: none; }
  .main-nav.is-open { display: grid; }
  .mobile-nav-search { display: block; margin: 0 0 15px; }
  .mobile-product-search { display: grid; grid-template-columns: 20px minmax(0, 1fr) 42px; align-items: center; min-width: 0; height: 48px; padding-left: 12px; border: 1px solid var(--line); background: #fff; }
  .mobile-product-search input { min-width: 0; height: 46px; padding: 0 8px; border: 0; outline: 0; background: transparent; font-size: .78rem; }
  .mobile-product-search .button { min-width: 42px; min-height: 46px; width: 42px; padding: 0; overflow: hidden; color: transparent; font-size: 0; }
  .mobile-product-search .button::before { content: "→"; color: #fff; font-size: .9rem; }
  .primary-menu { display: grid; width: 100%; gap: 0; }
  .mobile-menu-header { position: sticky; top: 0; z-index: 2; display: flex; min-height: 76px; align-items: center; justify-content: space-between; margin: 0 -22px 15px; padding: 0 22px; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); font-size: 1rem; font-weight: 700; }
  .menu-close { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font-size: 1.6rem; line-height: 1; }
  .primary-menu > li { border-bottom: 1px solid var(--line); }
  .primary-menu > li > a, .nav-dropdown > a { display: block; padding: 16px 2px; color: var(--ink); font-size: 1rem; }
  .primary-menu > li > a::after, .nav-dropdown > a::after { bottom: 8px; }
  .nav-dropdown { display: grid; grid-template-columns: 1fr 48px; border-bottom: 1px solid var(--line); }
  .nav-dropdown::after { display: none; }
  .nav-dropdown > .nav-submenu-toggle { width: 48px; height: 54px; color: var(--ink); font-size: 1.1rem; }
  .subnav-panel, .subnav-interior { position: fixed; z-index: 2; inset: 0; display: none; width: auto; padding: 0 22px 96px; overflow-y: auto; border: 0; box-shadow: none; background: var(--paper); }
  .nav-dropdown:hover .subnav-panel { display: none; }
  .nav-dropdown.is-open .subnav-panel { display: grid; align-content: start; }
  .subnav-panel-head { position: sticky; top: 0; z-index: 1; display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: center; margin: 0 -22px 15px; padding: 18px 22px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .subnav-panel-head > span { color: var(--ink); font-size: 1rem; }
  .subnav-panel-head > a { grid-column: 2; width: max-content; padding: 0; color: var(--raspberry); font-size: .72rem; }
  .subnav-back { display: grid; width: 38px; height: 38px; grid-row: 1 / span 2; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font-size: 1.1rem; }
  .sub-menu { grid-template-columns: 1fr; gap: 0; }
  .sub-menu a { padding: 15px 2px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .92rem; }
  .subnav-feature { margin-top: 0; padding: 0; background: transparent; }
  .subnav-feature > a:first-child { display: block; }
  .mobile-tabbar { position: fixed; z-index: 70; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 68px; padding-bottom: env(safe-area-inset-bottom); background: rgba(39, 39, 36, .98); box-shadow: 0 -8px 26px rgba(32, 28, 24, .14); }
  .mobile-tabbar a, .mobile-tabbar button { display: grid; place-content: center; gap: 3px; min-width: 0; padding: 8px 4px; border: 0; background: transparent; color: #e7e1da; font-family: inherit; }
  .mobile-tabbar svg { width: 19px; height: 19px; margin: auto; stroke-width: 1.7; }
  .mobile-tabbar span { overflow: hidden; max-width: 100%; font-size: .6rem; font-weight: 700; line-height: 1.15; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-tabbar a:hover, .mobile-tabbar a:focus-visible, .mobile-tabbar button:hover, .mobile-tabbar button:focus-visible { color: #fff; background: rgba(255, 255, 255, .08); }
  .header-search-inner { grid-template-columns: auto 1fr auto; gap: 9px; min-height: 84px; }
  .header-search-inner label { display: none; }
  .header-search-inner .button { display: none; }
  .home-hero { padding: 52px 0 60px; }
  .hero-grid, .section-heading, .advice-grid, .contact-band-inner, .catalog-title-row, .category-masthead-grid, .product-layout, .product-details, .contact-hero-grid, .contact-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .hero-copy h1 { max-width: 11ch; font-size: clamp(2.45rem, 12vw, 3.35rem); line-height: .98; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 35px; }
  .hero-meta { grid-template-columns: 1fr; }
  .hero-visual { padding-left: 18px; }
  .home-hero::after { display: none; }
  .store-introduction-grid { grid-template-columns: 1fr; gap: 24px; }
  .store-introduction-label { padding-top: 0; }
  .store-introduction-label p { display: none; }
  .store-introduction-copy h2 { font-size: clamp(1.9rem, 9vw, 2.75rem); }
  .store-introduction-copy p { font-size: .95rem; }
  .store-introduction-visual { min-height: 230px; margin-top: 10px; box-shadow: 10px 10px 0 rgba(184,130,80,.16); }
  .store-introduction-visual img { min-height: 230px; }
  .hero-note { right: -5px; width: 74%; }
  .section-heading { gap: 15px; }
  .section-heading-aside p { margin-bottom: 8px; }
  .editorial-categories { grid-template-columns: 1fr; }
  .editorial-category, .editorial-category:first-child { grid-template-rows: 260px auto; }
  .editorial-category:last-child { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 260px auto; }
  .home-products, .related-grid { grid-template-columns: 1fr; }
  .catalog-results .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .catalog-results .product-card-body { padding: 13px 12px 15px; }
  .catalog-results .product-card h3 { min-height: 0; margin: 6px 0 11px; font-size: clamp(.95rem, 4.1vw, 1.15rem); line-height: 1.2; }
  .catalog-results .product-card .eyebrow { font-size: .52rem; line-height: 1.25; }
  .catalog-results .product-card .text-link { font-size: .66rem; }
  .catalog-results .product-image::after { inset: 7px; }
  .catalog-results .availability-dot { left: 8px; bottom: 8px; padding: 4px 6px; font-size: .45rem; }
  .catalog-results .sale-badge { top: 8px; left: 8px; min-height: 23px; padding-inline: 7px; font-size: .48rem; }
  .advice-grid { width: 100%; }
  .advice-visual { min-height: 390px; margin: 0; }
  .advice-copy { padding: 58px 20px; }
  .contact-band-inner { gap: 22px; }
  .contact-band-inner > div:last-child { justify-items: start; }
  .compact-hero { padding-top: 42px; }
  .catalog-title-row { gap: 15px; }
  .catalog-title-row h1, .category-masthead h1 { font-size: 2.55rem; }
  .catalog-search { grid-template-columns: auto 1fr; }
  .catalog-search .button { grid-column: 1 / -1; width: 100%; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filter-panel { position: static; max-height: none; overflow: visible; padding-right: 0; }
  .filter-mobile-toggle { display: block; }
  .filter-links { display: none; }
  .filter-links.is-open { display: block; }
  .filter-help { display: none; }
  .results-toolbar { align-items: center; }
  .results-toolbar label { font-size: 0; }
  .results-toolbar select { font-size: .7rem; }
  .category-masthead-grid { gap: 35px; }
  .product-gallery { padding: 14px; }
  .sale-badge-product { top: 14px; left: 14px; }
  .image-caption { left: 14px; right: 14px; bottom: 14px; }
  .product-summary h1 { font-size: 2.7rem; }
  .product-summary { padding-top: 10px; }
  .product-status { grid-template-columns: 1fr; gap: 16px; }
  .product-status > div + div { padding: 16px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .product-actions { display: grid; }
  .product-details { gap: 22px; margin-top: 60px; }
  .product-contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-hero-grid { gap: 30px; }
  .contact-quick { grid-template-columns: 1fr 1fr; }
  .contact-quick > * + * { border-top: 0; border-left: 1px solid var(--line); }
  .field-row { grid-template-columns: 1fr; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .visit-map, .visit-map iframe { min-height: 230px; height: 230px; }
  .simple-links { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
}

@media (max-width: 430px) {
  .header-main { gap: 8px; }
  .header-actions .icon-button { width: 36px; height: 36px; }
  .contact-quick { grid-template-columns: 1fr; }
  .contact-quick > * + * { border-left: 0; border-top: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-column:last-child { grid-column: auto; }
}
