/* Shades — public site
   Palette: paper #fff · linen #f6f4ef · ink #1c1c1c · stone #6f6a63 · hair #e4e0d8 · sage #6e7c63
   Type: Cormorant Garamond (display) · Jost (text, nav, buttons) */

:root {
  --paper: #ffffff; --linen: #f6f4ef; --ink: #1c1c1c; --stone: #6f6a63; --hair: #e4e0d8;
  --sage: #6e7c63; --sage-soft: #e9ede4; --red: #a5443a; --red-soft: #f6e6e3;
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --wrap: 1240px; --gutter: 24px;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; font-family: var(--sans); font-weight: 300; font-size: 16px; line-height: 1.6; color: var(--ink); background: var(--paper); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.15; margin: 0 0 .4em; letter-spacing: .005em; }
h1 { font-size: 46px; } h2 { font-size: 34px; } h3 { font-size: 24px; }
h4 { font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px; }
b, strong { font-weight: 500; }
small { font-size: 13px; color: var(--stone); }
code { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 15px; letter-spacing: .04em; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.wrap-narrow { max-width: 860px; }
.wrap-form { max-width: 560px; }
.center { text-align: center; }
.muted { color: var(--stone); }
.lead { font-size: 19px; line-height: 1.55; color: var(--stone); max-width: 62ch; }
.hint { font-size: 13px; color: var(--stone); line-height: 1.5; }
.hint a, .link { text-decoration: underline; text-underline-offset: 3px; }
.r { text-align: right; }
.skip { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; padding: 14px 26px; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; transition: background .2s, color .2s; line-height: 1.2; text-align: center; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #3a3a3a; }
.btn-line:hover { background: var(--ink); color: #fff; }
.btn-big { padding: 17px 34px; font-size: 13px; }
.btn-block { display: flex; width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.btn-row.center { justify-content: center; }
.link-btn { background: none; border: 0; padding: 0; font: inherit; color: var(--stone); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.link-btn:hover { color: var(--ink); }

/* promo + header */
.promo { background: var(--linen); border-bottom: 1px solid var(--hair); text-align: center; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; padding: 9px 16px; color: var(--ink); }
.site-header { position: relative; background: var(--paper); border-bottom: 1px solid var(--hair); z-index: 40; }
.header-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 96px; }
.header-util { display: flex; align-items: center; gap: 22px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.header-util a { display: inline-flex; align-items: center; gap: 8px; }
.util-right { justify-content: flex-end; }
.logo { text-align: center; display: flex; flex-direction: column; align-items: center; line-height: 1; }
.logo-word { font-family: var(--serif); font-size: 34px; font-weight: 500; letter-spacing: .34em; text-transform: uppercase; padding-left: .34em; }
.logo-sub { font-size: 9.5px; letter-spacing: .32em; text-transform: uppercase; color: var(--stone); margin-top: 6px; padding-left: .32em; }
.cart-link { position: relative; }
.cart-count { position: absolute; top: -8px; right: -12px; min-width: 18px; height: 18px; border-radius: 9px; background: var(--ink); color: #fff; font-size: 10px; letter-spacing: 0; display: flex; align-items: center; justify-content: center; padding: 0 5px; }
.cart-count:empty { display: none; }
.burger { display: none; background: none; border: 0; padding: 6px; cursor: pointer; color: var(--ink); }
.ic { flex: none; }

/* main nav + mega menu */
.mainnav-head { display: none; }
.mainnav-list { list-style: none; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; gap: 34px; height: 50px; border-top: 1px solid var(--hair); }
.mainnav-list > li > a { display: block; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; line-height: 50px; position: relative; }
.mainnav-list > li > a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 12px; height: 1px; background: var(--ink); transform: scaleX(0); transition: transform .2s; }
.mainnav-list > li:hover > a::after, .mainnav-list > li > a:focus-visible::after { transform: scaleX(1); }
.nav-sep { width: 1px; height: 18px; background: var(--hair); }
.nav-cta > a { color: var(--sage); }
.mobile-only { display: none; }
.megamenu { position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); box-shadow: 0 24px 40px -30px rgba(0,0,0,.25); opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .18s, transform .18s, visibility 0s .18s; }
.has-menu:hover .megamenu, .has-menu:focus-within .megamenu { opacity: 1; visibility: visible; transform: none; transition: opacity .18s, transform .18s; }
.mega-grid { display: grid; grid-template-columns: repeat(4, 1fr) 1.2fr; gap: 28px; padding: 30px var(--gutter) 34px; }
.mega-item img { aspect-ratio: 4/3; object-fit: cover; width: 100%; background: var(--linen); }
.mega-name { display: block; font-family: var(--serif); font-size: 20px; margin-top: 12px; line-height: 1.2; }
.mega-price { display: block; font-size: 12px; letter-spacing: .06em; color: var(--stone); margin-top: 2px; }
.mega-text { border-left: 1px solid var(--hair); padding-left: 28px; font-size: 15px; color: var(--stone); }
.mega-text .link { color: var(--ink); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.nav-backdrop { display: none; }

/* flash */
.flash { padding: 14px 18px; margin: 20px 0 0; border: 1px solid var(--hair); background: var(--linen); font-size: 15px; }
.flash-ok { background: var(--sage-soft); border-color: #cfd8c6; }
.flash-err { background: var(--red-soft); border-color: #ead0cc; color: var(--red); }

/* hero */
.hero { position: relative; background: var(--linen); }
.hero-media img { width: 100%; height: min(78vh, 720px); object-fit: cover; }
.hero-inner { position: absolute; inset: 0; display: flex; align-items: center; }
.hero-card { background: rgba(255,255,255,.94); padding: 44px 46px; max-width: 520px; }
.hero-card h1 { font-size: 52px; font-weight: 400; margin-bottom: 14px; }
.hero-card p { color: var(--stone); font-size: 17px; margin-bottom: 26px; }

/* sections */
.section { padding: 80px 0; }
.section-tight { padding: 40px 0; }
.section-linen { background: var(--linen); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.section-head p { color: var(--stone); font-size: 17px; margin: 0; }
.section-head-left { text-align: left; margin-left: 0; margin-bottom: 26px; }
.section-head h2 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.page-title { font-size: 42px; font-weight: 400; margin-bottom: 8px; }

.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 28px; }
.ccard-img img { aspect-ratio: 4/3; object-fit: cover; width: 100%; background: var(--linen); transition: opacity .25s; }
.ccard:hover .ccard-img img { opacity: .9; }
.ccard-name { display: block; font-family: var(--serif); font-size: 26px; margin-top: 16px; line-height: 1.2; }
.ccard-tag { display: block; font-size: 14.5px; color: var(--stone); margin-top: 4px; }

.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; }
.svc { display: block; padding: 8px 12px; }
.svc .ic { margin: 0 auto 16px; stroke-width: 1.2; }
.svc h3 { font-family: var(--sans); font-size: 15px; font-weight: 500; letter-spacing: .04em; margin-bottom: 8px; }
.svc p { font-size: 14.5px; color: var(--stone); margin: 0; line-height: 1.55; }
.svc:hover h3 { text-decoration: underline; text-underline-offset: 4px; }

.pgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px 24px; margin-bottom: 40px; }
.pgrid-3 { grid-template-columns: repeat(3, 1fr); }
.pcard { display: block; }
.pcard-img img { aspect-ratio: 4/5; object-fit: cover; width: 100%; background: var(--linen); transition: opacity .25s; }
.pcard:hover .pcard-img img { opacity: .9; }
.pcard-name { display: block; font-family: var(--serif); font-size: 23px; margin-top: 14px; line-height: 1.2; }
.pcard-price { display: block; font-size: 12.5px; letter-spacing: .06em; color: var(--stone); margin-top: 3px; }

.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; counter-reset: step; }
.step-n { font-family: var(--serif); font-size: 64px; line-height: 1; color: var(--hair); display: block; margin-bottom: 8px; }
.steps h3 { font-size: 24px; }
.steps p { color: var(--stone); font-size: 15px; margin: 0; }

.gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 36px; }
.gal-grid-big { gap: 16px; }
.gal-item { position: relative; display: block; overflow: hidden; }
.gal-item img { aspect-ratio: 1/1; object-fit: cover; width: 100%; background: var(--linen); transition: transform .5s; }
.gal-item:hover img { transform: scale(1.03); }
.gal-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 16px 14px; color: #fff; font-size: 14px; background: linear-gradient(transparent, rgba(0,0,0,.55)); }

.quote-band { position: relative; color: #fff; min-height: 420px; display: flex; align-items: center; background: var(--ink); }
.quote-media { position: absolute; inset: 0; }
.quote-media img { width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.quote-media::after { content: ''; position: absolute; inset: 0; background: rgba(20,20,20,.45); }
.quote-inner { position: relative; text-align: center; padding: 80px var(--gutter); }
blockquote { margin: 0 auto; max-width: 760px; }
blockquote p { font-family: var(--serif); font-size: 38px; line-height: 1.25; font-weight: 400; margin-bottom: 18px; }
blockquote cite { font-style: normal; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }

.cta-band { background: var(--linen); }
.cta-band h2 { font-weight: 400; }
.cta-band p { color: var(--stone); }

/* category hero */
.cat-hero { position: relative; background: var(--linen); }
.cat-hero-media img { width: 100%; height: 340px; object-fit: cover; opacity: .55; }
.cat-hero-inner { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; }
.cat-hero-all { padding: 56px 0 36px; }
.cat-hero-all .cat-hero-inner { position: static; }
.cat-hero h1 { font-size: 48px; font-weight: 400; margin-bottom: 6px; }
.crumbs { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--stone); margin: 18px 0; }
.crumbs a:hover { color: var(--ink); }
.cat-tabs { display: flex; flex-wrap: wrap; gap: 6px 26px; border-bottom: 1px solid var(--hair); padding: 18px 0 0; margin-bottom: 8px; }
.cat-tabs a { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; padding: 8px 0 14px; border-bottom: 1px solid transparent; margin-bottom: -1px; }
.cat-tabs a.on, .cat-tabs a:hover { border-bottom-color: var(--ink); }

/* product page */
.product { padding: 10px 0 60px; }
.product-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
.product-media { position: sticky; top: 20px; }
.product-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; background: var(--linen); }
.swatch-strip { display: flex; gap: 6px; margin-top: 12px; flex-wrap: wrap; }
.sw { display: inline-block; width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(0,0,0,.12); flex: none; }
.product-info h1 { font-size: 44px; font-weight: 400; margin-bottom: 6px; }
.product-from { font-size: 14px; letter-spacing: .04em; color: var(--stone); margin-bottom: 18px; }
.product-from b { color: var(--ink); font-size: 16px; }
.product-desc { color: var(--stone); font-size: 15.5px; margin-bottom: 30px; max-width: 60ch; }
.configurator { border-top: 1px solid var(--hair); padding-top: 26px; }
.configurator h2 { font-size: 26px; margin-bottom: 18px; }
.configurator .hint { margin: 6px 0 20px; }
fieldset { border: 0; padding: 0; margin: 0 0 20px; min-width: 0; }
legend { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--stone); margin-bottom: 10px; padding: 0; }
.legend-val { color: var(--ink); text-transform: none; letter-spacing: 0; font-size: 14px; }

/* forms */
label { display: block; }
label > span:first-child { display: block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--stone); margin-bottom: 7px; }
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=date], input[type=password], select, textarea {
  width: 100%; font: inherit; font-size: 16px; font-weight: 300; padding: 13px 14px; border: 1px solid var(--hair); background: #fff; color: var(--ink); border-radius: 0; -webkit-appearance: none; appearance: none; }
select { background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%231c1c1c' stroke-width='1.4'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E") no-repeat right 12px center; padding-right: 36px; }
textarea { resize: vertical; min-height: 90px; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--ink); }
input[type=number] { -moz-appearance: textfield; }
.frow { margin-bottom: 18px; }
.frow-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.frow-2-wide { grid-template-columns: 2fr 1fr; }
.frow-qty input { width: 110px; }
.stack > * + * { margin-top: 18px; }
.stack .btn { margin-top: 26px; }
.ferr { display: block; color: var(--red); font-size: 13px; margin-top: 6px; }
.choice-row { display: flex; flex-wrap: wrap; gap: 8px; }
.choice { position: relative; cursor: pointer; }
.choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice > span { display: inline-block; padding: 10px 16px; border: 1px solid var(--hair); font-size: 14.5px; line-height: 1.3; transition: border-color .15s, background .15s; }
.choice > span em { font-style: normal; color: var(--stone); font-size: 13px; }
.choice input:checked + span { border-color: var(--ink); background: var(--ink); color: #fff; }
.choice input:checked + span em { color: #ddd; }
.choice input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 2px; }
.choice-check > span { border: 0; padding: 0 0 0 30px; position: relative; display: block; }
.choice-check > span::before { content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border: 1px solid var(--ink); background: #fff; }
.choice-check input:checked + span { background: none; color: var(--ink); }
.choice-check input:checked + span::before { background: var(--ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/14px no-repeat; }
.choice-check small { display: block; color: var(--stone); font-size: 13px; }
.swatches { display: flex; flex-wrap: wrap; gap: 10px 14px; }
.swatch { position: relative; cursor: pointer; text-align: center; width: 76px; }
.swatch input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.swatch .sw { width: 40px; height: 40px; margin: 0 auto 6px; display: block; box-shadow: 0 0 0 2px #fff, 0 0 0 3px transparent; transition: box-shadow .15s; }
.swatch input:checked + .sw { box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--ink); }
.swatch input:focus-visible + .sw { box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--sage); }
.sw-label { display: block; font-size: 12px; line-height: 1.25; color: var(--stone); }
.sw-label em { font-style: normal; display: block; }
.swatch input:checked ~ .sw-label { color: var(--ink); }
.price-box { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); margin: 8px 0 12px; }
.price-label { display: block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--stone); }
.price-big { display: block; font-family: var(--serif); font-size: 40px; line-height: 1.1; margin-top: 4px; }
.price-total { display: block; font-size: 14px; }
.product-details { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.product-details h2 { font-size: 28px; }
.checks { list-style: none; padding: 0; margin: 0; }
.checks li { display: flex; gap: 12px; align-items: flex-start; padding: 8px 0; border-bottom: 1px solid var(--hair); font-size: 15.5px; }
.checks .ic { color: var(--sage); margin-top: 4px; }
.material-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.material-list li { display: flex; gap: 12px; align-items: center; font-size: 15px; }
.material-list .sw { width: 30px; height: 30px; }

/* cart / checkout */
.cart-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.cart-table th { text-align: left; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--stone); font-weight: 500; padding: 0 8px 12px 0; border-bottom: 1px solid var(--hair); }
.cart-table td { padding: 18px 8px 18px 0; border-bottom: 1px solid var(--hair); vertical-align: middle; font-size: 15px; }
.cart-item { display: flex; gap: 16px; align-items: center; }
.cart-item img { width: 76px; height: 95px; object-fit: cover; background: var(--linen); flex: none; }
.qty { width: 74px; padding: 10px; text-align: center; }
.cart-foot { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; margin-top: 22px; }
.totals { min-width: 320px; }
.totals > div { display: flex; justify-content: space-between; padding: 8px 0; font-size: 15px; border-bottom: 1px solid var(--hair); }
.totals .grand { font-family: var(--serif); font-size: 26px; padding: 12px 0; }
.totals .hint { margin: 12px 0 16px; }
.totals-right { margin-left: auto; max-width: 380px; }
.checkout-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 56px; align-items: start; }
.checkout-form h2 { font-size: 26px; margin: 30px 0 16px; }
.summary { background: var(--linen); padding: 28px; position: sticky; top: 20px; }
.summary h2 { font-size: 24px; }
.summary-items { list-style: none; margin: 0 0 12px; padding: 0; }
.summary-items li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--hair); font-size: 15px; }
.summary-items small { display: block; }
.summary .totals { min-width: 0; }
.summary .totals > div { border-bottom: 0; padding: 5px 0; }
.summary .grand { border-top: 1px solid var(--hair); margin-top: 6px; }
.pay-options { display: grid; gap: 10px; }
.pay-option { display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; border: 1px solid var(--hair); cursor: pointer; }
.pay-option input { margin-top: 5px; accent-color: var(--ink); }
.pay-option small { display: block; color: var(--stone); }
.pay-option:has(input:checked) { border-color: var(--ink); }
.pay-options-compact { margin-top: 12px; }

/* order page */
.order-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; flex-wrap: wrap; margin-bottom: 26px; }
.status-pill { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; padding: 10px 16px; border: 1px solid var(--ink); white-space: nowrap; margin-top: 8px; }
.status-verified, .status-paid, .status-production, .status-scheduled { background: var(--sage-soft); border-color: var(--sage); color: #3f4a37; }
.status-completed { background: var(--ink); color: #fff; }
.status-cancelled { border-color: var(--red); color: var(--red); }
.timeline { list-style: none; margin: 0 0 30px; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); position: relative; }
.timeline::before { content: ''; position: absolute; left: 8%; right: 8%; top: 11px; height: 1px; background: var(--hair); }
.timeline li { position: relative; text-align: center; font-size: 12px; line-height: 1.3; color: var(--stone); padding: 0 4px; }
.timeline .dot { display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--hair); background: #fff; margin: 0 auto 10px; color: #fff; }
.timeline .done .dot { background: var(--sage); border-color: var(--sage); }
.timeline .done { color: var(--ink); }
.timeline .now .tl-label { font-weight: 500; }
.panel { border: 1px solid var(--hair); padding: 26px 28px; margin: 0 0 26px; }
.panel h2 { font-size: 26px; }
.panel-focus { background: var(--linen); border-color: var(--linen); }
.inline-form { display: inline-block; margin-right: 18px; }
.pay-amount { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); padding: 12px 0; margin: 12px 0 18px; }
.pay-amount b { font-family: var(--serif); font-size: 32px; }
.bank { display: grid; grid-template-columns: max-content 1fr; gap: 6px 22px; margin: 0 0 18px; font-size: 15px; }
.bank dt { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--stone); padding-top: 3px; }
.bank dd { margin: 0; }
.change-pay summary { cursor: pointer; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; color: var(--stone); }
.dates { display: flex; gap: 40px; flex-wrap: wrap; }
.dates span { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--stone); }
.dates b { font-family: var(--serif); font-size: 26px; }
.order-items td { padding: 14px 8px 14px 0; }
.contact-panel { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 30px; }
.contact-panel .btn-row { margin: 0; }

/* measure / contact */
.measure-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.measure-intro .checks { margin: 20px 0 28px; }
.tip p { margin-bottom: 14px; }
.done { text-align: center; padding: 48px 32px; }
.done .ic { color: var(--sage); margin: 0 auto 14px; }
.contact-list { display: grid; grid-template-columns: 24px 1fr; gap: 18px 14px; margin: 24px 0; font-size: 15.5px; }
.contact-list dt { color: var(--stone); padding-top: 2px; }
.contact-list dd { margin: 0; }
.contact-list a { text-decoration: underline; text-underline-offset: 3px; }

/* prose / faq */
.prose p { font-size: 17px; max-width: 66ch; }
.prose .lead { font-size: 22px; color: var(--ink); }
.faq details { border-bottom: 1px solid var(--hair); padding: 16px 0; }
.faq summary { cursor: pointer; font-family: var(--serif); font-size: 22px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--stone); font-family: var(--sans); font-weight: 300; }
.faq details[open] summary::after { content: '−'; }
.faq p { margin: 10px 0 0; color: var(--stone); }

/* footer */
.site-footer { background: var(--linen); border-top: 1px solid var(--hair); padding: 60px 0 30px; margin-top: 20px; font-size: 14.5px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { padding: 4px 0; }
.footer-col a:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer-contact p { color: var(--stone); }
.social { display: flex; gap: 14px; margin-top: 8px; }
.footer-legal { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; border-top: 1px solid var(--hair); margin-top: 44px; padding-top: 22px; font-size: 12.5px; color: var(--stone); }
.wa-float { position: fixed; right: 18px; bottom: 18px; width: 54px; height: 54px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px -8px rgba(0,0,0,.4); z-index: 30; }

/* lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(15,15,15,.92); display: flex; align-items: center; justify-content: center; z-index: 200; padding: 20px; cursor: zoom-out; }
.lightbox img { max-width: 100%; max-height: 90vh; object-fit: contain; }
.lightbox figcaption { position: absolute; bottom: 20px; left: 0; right: 0; text-align: center; color: #ddd; font-size: 14px; }
.lightbox button { position: absolute; top: 14px; right: 14px; background: none; border: 0; color: #fff; cursor: pointer; padding: 8px; }

/* responsive */
@media (max-width: 1100px) {
  .mega-grid { grid-template-columns: repeat(3, 1fr) 1fr; }
  .mega-item:nth-child(n+4) { display: none; }
  .pgrid { grid-template-columns: repeat(3, 1fr); }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  h1 { font-size: 36px; } h2 { font-size: 30px; }
  .header-row { display: flex; align-items: center; height: 64px; }
  .util-left { display: none; }
  .util-right { display: contents; }
  .header-util .util-track, .header-util .lang { display: none; }
  .burger { display: inline-flex; order: 0; margin-left: -6px; }
  .logo { order: 1; flex: 1; }
  .cart-link { order: 2; }
  .logo-word { font-size: 24px; }
  .logo-sub { font-size: 8.5px; margin-top: 4px; }
  .mainnav { position: fixed; top: 0; left: 0; bottom: 0; width: min(86vw, 360px); background: var(--paper); z-index: 60; transform: translateX(-104%); transition: transform .28s; overflow-y: auto; padding-bottom: 40px; box-shadow: 20px 0 60px -30px rgba(0,0,0,.4); }
  body.nav-open .mainnav { transform: none; }
  .mainnav-head { display: flex; justify-content: space-between; align-items: center; padding: 14px 8px 14px 24px; border-bottom: 1px solid var(--hair); }
  .mainnav-head .logo-word { font-size: 22px; }
  .mainnav-list { flex-direction: column; align-items: stretch; height: auto; gap: 0; border: 0; padding: 8px 0; }
  .mainnav-list > li > a { line-height: 1.3; padding: 14px 24px; font-size: 13px; }
  .mainnav-list > li > a::after { display: none; }
  .nav-sep { height: 1px; width: auto; margin: 8px 24px; }
  .mobile-only { display: block; }
  .megamenu { display: none; }
  .nav-backdrop { display: block; position: fixed; inset: 0; background: rgba(0,0,0,.4); opacity: 0; visibility: hidden; transition: opacity .28s, visibility 0s .28s; z-index: 50; }
  body.nav-open .nav-backdrop { opacity: 1; visibility: visible; transition: opacity .28s; }
  body.nav-open { overflow: hidden; }
  .hero-media img { height: 52vw; min-height: 260px; }
  .hero-inner { position: static; padding: 0; }
  .hero-card { max-width: none; padding: 30px var(--gutter) 34px; background: var(--linen); }
  .hero-card h1 { font-size: 36px; }
  .section { padding: 54px 0; }
  .section-head { margin-bottom: 30px; }
  .cat-grid { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
  .ccard-name { font-size: 21px; margin-top: 10px; }
  .pgrid, .pgrid-3 { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
  .pcard-name { font-size: 19px; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .gal-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  blockquote p { font-size: 28px; }
  .quote-band { min-height: 320px; }
  .cat-hero-media img { height: 220px; }
  .cat-hero h1 { font-size: 34px; }
  .product-grid { grid-template-columns: 1fr; gap: 28px; }
  .product-media { position: static; }
  .product-media img { aspect-ratio: 4/3; }
  .product-info h1 { font-size: 34px; }
  .price-box { flex-direction: column; align-items: stretch; }
  .price-box .btn { width: 100%; }
  .product-details { grid-template-columns: 1fr; gap: 32px; }
  .material-list { grid-template-columns: 1fr; }
  .checkout-grid, .measure-grid { grid-template-columns: 1fr; gap: 32px; }
  .summary { position: static; }
  .checkout-grid .summary { order: -1; padding: 20px; }
  .cart-foot { flex-direction: column; }
  .totals { min-width: 0; width: 100%; }
  .cart-table thead { display: none; }
  .cart-table tr { display: grid; grid-template-columns: 1fr auto; gap: 6px 12px; padding: 14px 0; border-bottom: 1px solid var(--hair); }
  .cart-table td { border: 0; padding: 0; }
  .cart-table td.cart-item { grid-column: 1 / -1; }
  .cart-table td.r { text-align: left; }
  .order-items tr { grid-template-columns: 1fr auto; }
  .timeline { grid-template-columns: 1fr; gap: 6px; }
  .timeline::before { left: 10px; right: auto; top: 12px; bottom: 12px; width: 1px; height: auto; }
  .timeline li { display: flex; gap: 14px; align-items: center; text-align: left; font-size: 14px; }
  .timeline .dot { margin: 0; }
  .panel { padding: 20px; }
  .frow-2, .frow-2-wide { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-title { font-size: 34px; }
}
@media (max-width: 520px) {
  .btn-row .btn { flex: 1 1 100%; }
  .cat-grid { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; text-align: left; }
  .svc { display: grid; grid-template-columns: 34px 1fr; gap: 4px 16px; }
  .svc .ic { grid-row: 1 / 3; margin: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .bank { grid-template-columns: 1fr; gap: 2px 0; }
  .bank dd { margin-bottom: 10px; }
  .inline-form { display: block; margin: 0 0 12px; }
  .inline-form .btn { width: 100%; }
}
@media print {
  .site-header, .site-footer, .wa-float, .promo, .contact-panel, .change-pay, .inline-form { display: none !important; }
}
