:root {
  --ink: #17231f;
  --ink-soft: #40504a;
  --cream: #f7f4ee;
  --paper: #fffdfa;
  --sand: #e9dfd0;
  --line: #ded8cd;
  --amber: #c78a3a;
  --amber-deep: #a96d24;
  --moss: #647059;
  --red: #a2423c;
  --shadow: 0 18px 45px rgba(23, 35, 31, .10);
  --radius: 1.5rem;
  --wide: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: .98; }
h1 { font-size: clamp(3.35rem, 14vw, 7.3rem); }
h2 { font-size: clamp(2.45rem, 7.8vw, 4.8rem); }
h3 { line-height: 1.16; letter-spacing: -.02em; }
input, select, textarea { width: 100%; min-height: 48px; color: var(--ink); background: var(--paper); border: 1px solid #cac3b8; border-radius: .65rem; padding: .72rem .85rem; }
textarea { min-height: 122px; resize: vertical; }
input:focus, select:focus, textarea:focus, button:focus-visible, a:focus-visible { outline: 3px solid rgba(199,138,58,.65); outline-offset: 3px; }
.skip-link { position: absolute; z-index: 100; left: 1rem; top: -3.2rem; background: var(--paper); padding: .55rem .8rem; border-radius: .4rem; }
.skip-link:focus { top: 1rem; }
.page-shell { min-height: 100vh; padding-bottom: 72px; overflow: clip; }
.container { width: min(calc(100% - 2rem), var(--wide)); margin: 0 auto; }
.section { padding: 4.5rem 0; }
.section--cream { background: var(--cream); }
.section--paper { background: var(--paper); }
.section--ink { color: var(--cream); background: var(--ink); }
.eyebrow { display: flex; gap: .55rem; align-items: center; margin: 0 0 1rem; color: var(--amber-deep); font-size: .75rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 1.6rem; height: 1px; background: currentColor; }
.section-heading { max-width: 42rem; margin-bottom: 2rem; }
.section-heading p:not(.eyebrow) { max-width: 38rem; color: var(--ink-soft); font-size: 1.05rem; }
.section--ink .eyebrow { color: #dbad68; }
.section--ink .section-heading p:not(.eyebrow) { color: #d3dad3; }

/* navigation */
.announcement { padding: .53rem 1rem; color: #f9f5ed; background: var(--ink); text-align: center; font-size: .73rem; letter-spacing: .07em; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(222,216,205,.75); background: rgba(255,253,250,.92); backdrop-filter: blur(14px); }
.nav { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: .58rem; font-weight: 850; font-size: .9rem; letter-spacing: .11em; }
.brand-mark { position: relative; width: 32px; height: 32px; border: 1.7px solid var(--ink); border-radius: 50%; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; top: 14px; width: 9px; border-top: 1.7px solid var(--ink); }
.brand-mark::before { right: 28px; }.brand-mark::after { left: 28px; }
.nav-links { display: none; align-items: center; gap: 1.2rem; font-size: .83rem; font-weight: 650; }
.nav-links a { padding: .5rem 0; color: #38443f; }
.nav-links a:hover, .nav-links a.active { color: var(--amber-deep); }
.mobile-menu { display: inline-flex; align-items: center; justify-content: center; width: 46px; min-height: 46px; border: 0; background: transparent; color: var(--ink); font-size: 1.42rem; }
.lang-toggle { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 38px; padding: 0 .6rem; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--ink); font-size: .82rem; font-weight: 700; }
.mobile-drawer .lang-toggle { margin-top: .6rem; align-self: flex-start; }
.mobile-drawer { position: fixed; z-index: 18; inset: 70px 0 0; padding: 1.4rem 1rem 7rem; background: var(--paper); overflow-y: auto; transform: translateX(100%); transition: transform .25s ease; }
.mobile-drawer.open { transform: translateX(0); }
.mobile-drawer a { display: block; padding: 1rem .3rem; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.55rem; }
.mobile-drawer .button { width: 100%; margin-top: 1.7rem; }

/* buttons and cards */
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .55rem; padding: .7rem 1rem; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 750; transition: transform .16s ease, background .16s ease, border-color .16s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--paper); background: var(--ink); }
.button--primary:hover { background: #293a33; }
.button--amber { color: #2d1d09; background: #e1aa62; }
.button--light { color: var(--ink); background: var(--paper); }
.button--ghost { color: var(--ink); border-color: #bdb5a9; background: transparent; }
.button--small { min-height: 40px; padding: .52rem .85rem; font-size: .8rem; }
.button--text { min-height: auto; padding: .2rem 0; border: none; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; }
.button--danger { color: white; background: var(--red); }
.card { border: 1px solid rgba(222,216,205,.9); border-radius: var(--radius); background: var(--paper); box-shadow: 0 2px 0 rgba(23,35,31,.02); }
.pill { display: inline-flex; align-items: center; padding: .33rem .62rem; border-radius: 99px; font-size: .72rem; font-weight: 700; line-height: 1; }
.pill--soft { color: #566158; background: #e5e9e1; }
.pill--warm { color: #6e4310; background: #f6e5cc; }
.pill--red { color: #742b27; background: #f6ddda; }

/* home */
.hero { position: relative; min-height: min(760px, calc(100vh - 100px)); color: var(--paper); background: var(--ink); }
.hero .container { position: relative; z-index: 2; display: flex; min-height: inherit; flex-direction: column; justify-content: end; padding-top: 5rem; padding-bottom: 2.4rem; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,22,19,.88) 4%, rgba(14,22,19,.35) 48%, rgba(14,22,19,.08) 100%); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.hero-copy { max-width: 38rem; }
.hero-copy .eyebrow { color: #edd4ad; }
.hero h1 { max-width: 7.4ch; margin-bottom: 1.3rem; }
.hero p:not(.eyebrow) { max-width: 31rem; margin-bottom: 1.6rem; color: #f0ebe4; font-size: 1.06rem; }
.hero-actions { display: grid; gap: .7rem; max-width: 360px; }
.quick-actions { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: var(--paper); }
.quick-actions a { display: flex; min-height: 72px; flex-direction: column; align-items: center; justify-content: center; gap: .15rem; border-right: 1px solid var(--line); color: var(--ink); font-size: .76rem; font-weight: 750; }
.quick-actions a:last-child { border-right: none; }
.quick-actions .symbol { color: var(--amber-deep); font-size: 1.2rem; }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.category-card { position: relative; min-height: 188px; padding: 1rem; overflow: hidden; color: var(--paper); border-radius: 1.25rem; background: #53615a; isolation: isolate; }
.category-card:first-child { grid-column: span 2; min-height: 220px; }
.category-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: url('/assets/frame-collection.png'); background-size: 265% auto; background-position: var(--pos, center); filter: saturate(.75); }
.category-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(23,35,31,.06), rgba(23,35,31,.82)); }
.category-card h3 { margin: 0 0 .25rem; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.category-card p { max-width: 14rem; margin: 0; font-size: .78rem; line-height: 1.36; }
.category-card .card-arrow { position: absolute; right: .8rem; bottom: .7rem; width: 36px; height: 36px; display: grid; place-items: center; color: var(--ink); border-radius: 50%; background: var(--paper); }
.reason-grid { display: grid; gap: .8rem; }
.reason { padding: 1.2rem; }
.reason-icon { display: grid; width: 38px; height: 38px; margin-bottom: 1.6rem; place-items: center; color: #71440e; border-radius: 50%; background: #f6e6ce; font-size: 1.2rem; }
.reason h3 { margin-bottom: .4rem; font-size: 1.05rem; }
.reason p { margin: 0; color: var(--ink-soft); font-size: .86rem; }
.testing-band { position: relative; overflow: hidden; padding: 2.2rem; color: var(--paper); border-radius: var(--radius); background: #34443c; }
.testing-band::before { content: ""; position: absolute; inset: 0 0 0 42%; background: url('/assets/visiona-hero.png') 88% center/cover; opacity: .5; mix-blend-mode: screen; }
.testing-band > * { position: relative; }
.testing-band h2 { max-width: 7ch; margin-bottom: 1rem; font-size: clamp(2.8rem, 11vw, 4.6rem); }
.testing-band p { max-width: 29rem; color: #e4e8df; }
.featured-grid { display: grid; gap: 1rem; }
.product-card { display: flex; min-height: 100%; flex-direction: column; overflow: hidden; }
.product-image { position: relative; min-height: 195px; background-image: url('/assets/frame-collection.png'); background-size: 290% auto; background-position: var(--img-pos, center); }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 63%, rgba(23,35,31,.18)); }
.product-content { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.product-content h3 { margin: .55rem 0 .25rem; font-size: 1.1rem; }
.product-content p { margin: 0; color: var(--ink-soft); font-size: .78rem; }
.product-meta { display: flex; gap: .4rem; flex-wrap: wrap; margin: .75rem 0 1rem; }
.product-card .button { width: 100%; margin-top: auto; }
.process { display: grid; gap: 1.35rem; counter-reset: step; }
.process-item { display: grid; grid-template-columns: 46px 1fr; gap: .8rem; align-items: start; }
.process-item::before { counter-increment: step; content: "0" counter(step); display: grid; width: 46px; height: 46px; place-items: center; color: var(--ink); border-radius: 50%; background: #d6a55f; font-size: .83rem; font-weight: 850; }
.process-item h3 { margin: .15rem 0 .25rem; font-size: 1rem; }
.process-item p { margin: 0; color: #cbd3cb; font-size: .88rem; }
.empty-review { display: grid; place-items: center; min-height: 280px; padding: 2rem; text-align: center; border: 1px dashed #b9b0a3; border-radius: var(--radius); background: rgba(255,255,255,.4); }
.empty-review .stars { margin-bottom: 1rem; color: var(--amber); letter-spacing: .15em; }
.empty-review h3 { max-width: 21rem; margin-bottom: .5rem; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.empty-review p { max-width: 30rem; margin-bottom: 1.2rem; color: var(--ink-soft); }
.store-preview { display: grid; overflow: hidden; border-radius: var(--radius); background: #e8dfd1; }
.store-preview-image { min-height: 280px; background: url('/assets/visiona-hero.png') 67% center/cover; }
.store-preview-copy { padding: 1.7rem; }
.store-preview h2 { margin-bottom: 1rem; font-size: clamp(2.5rem, 10vw, 4rem); }
.store-details { display: grid; gap: .8rem; margin: 1.4rem 0; }
.store-detail { display: grid; grid-template-columns: 20px 1fr; gap: .6rem; align-items: start; font-size: .9rem; }
.store-detail > span:first-child { color: var(--amber-deep); }
.final-cta { text-align: center; }
.final-cta h2 { max-width: 13ch; margin: 0 auto 1rem; }
.final-cta p { max-width: 35rem; margin: 0 auto 1.5rem; color: #d5ddd4; }
.final-cta .hero-actions { margin: auto; }

/* pages */
.page-hero { padding: 3.8rem 0 2.2rem; background: var(--paper); }
.page-hero h1 { max-width: 10ch; margin-bottom: 1rem; font-size: clamp(3.2rem, 13vw, 6.1rem); }
.page-hero p:not(.eyebrow) { max-width: 36rem; margin-bottom: 0; color: var(--ink-soft); font-size: 1.05rem; }
.filter-bar { display: grid; gap: .7rem; margin-bottom: 1.3rem; padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--paper); }
.filter-bar label { font-size: .72rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.filter-bar input, .filter-bar select { margin-top: .3rem; background: var(--cream); }
.collection-result { margin: 0 0 1.2rem; color: var(--ink-soft); font-size: .87rem; }
.collection-grid { display: grid; gap: 1rem; }
.product-page { padding: 1.2rem 0 4rem; }
.back-link { display: inline-flex; gap: .45rem; align-items: center; margin: 1rem 0 1.5rem; color: var(--ink-soft); font-size: .86rem; font-weight: 700; }
.product-detail { display: grid; gap: 1.5rem; }
.product-detail-image { min-height: 380px; border-radius: var(--radius); background-image: url('/assets/frame-collection.png'); background-size: 240% auto; background-position: var(--img-pos, center); }
.product-detail h1 { margin: .55rem 0 1rem; font-size: clamp(3rem, 11vw, 5.3rem); }
.product-detail > div > p { color: var(--ink-soft); }
.spec-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 1.5rem 0; overflow: hidden; border: 1px solid var(--line); border-radius: .8rem; background: var(--line); }
.spec-list div { padding: .85rem; background: var(--paper); }
.spec-list dt { color: var(--ink-soft); font-size: .69rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.spec-list dd { margin: .23rem 0 0; font-size: .88rem; font-weight: 700; }
.service-list { display: grid; gap: .75rem; }
.service-card { display: grid; grid-template-columns: 46px 1fr; gap: .9rem; padding: 1.25rem; }
.service-card .reason-icon { margin: 0; }
.service-card h3 { margin: .1rem 0 .4rem; font-size: 1.1rem; }
.service-card p { margin: 0; color: var(--ink-soft); font-size: .89rem; }
.form-layout { display: grid; gap: 1.5rem; align-items: start; }
.form-card { padding: 1.25rem; }
.form-card h2 { margin-bottom: .65rem; font-size: 2.1rem; }
.form-card > p { margin-bottom: 1.4rem; color: var(--ink-soft); font-size: .9rem; }
.form-grid { display: grid; gap: 1rem; }
.form-grid label { display: block; color: #3e4d46; font-size: .77rem; font-weight: 760; }
.form-grid label span { color: #6f796e; font-weight: 500; }
.form-grid input, .form-grid textarea, .form-grid select { margin-top: .33rem; }
.field-error { min-height: 1.1rem; margin: .2rem 0 0; color: var(--red); font-size: .74rem; }
.form-note { margin: .9rem 0 0; color: var(--ink-soft); font-size: .74rem; }
.contact-panel { padding: 1.35rem; border-radius: var(--radius); color: var(--cream); background: var(--ink); }
.contact-panel h2 { margin-bottom: .7rem; font-size: 2.5rem; }
.contact-panel p { color: #d5ddd4; }
.contact-panel .store-detail { margin: 1rem 0; }
.contact-panel .store-detail > span:first-child { color: #d8a75c; }
.contact-panel .button { width: 100%; margin-top: .5rem; }
.about-grid { display: grid; gap: 2.2rem; }
.about-image { min-height: 410px; border-radius: var(--radius); background: url('/assets/visiona-hero.png') 62% center/cover; }
.prose h2 { margin-bottom: .7rem; font-size: 2.5rem; }
.prose p { color: var(--ink-soft); }
.prose section { margin-bottom: 2rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.gallery-item { display: block; position: relative; width: 100%; min-height: 180px; overflow: hidden; border-radius: 1rem; border: none; padding: 0; cursor: pointer; background-color: var(--cream); font: inherit; }
.gallery-item::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(23,35,31,.82)); }
.gallery-item span { position: absolute; z-index: 1; left: .8rem; bottom: .65rem; color: white; font-family: Georgia, serif; font-size: 1.15rem; text-align: left; }
.filter-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.2rem; }
.chip { padding: .45rem 1rem; border: 1px solid #cac3b8; border-radius: 999px; background: var(--paper); color: var(--ink-soft); font-size: .85rem; cursor: pointer; }
.chip.active { border-color: var(--amber-deep); background: var(--amber); color: white; }
.rating-summary { display: flex; flex-direction: column; justify-content: center; min-height: 180px; padding: 1.3rem; border-radius: var(--radius); background: #f2e5d0; }
.rating-summary strong { font-family: Georgia, serif; font-size: 4rem; line-height: 1; font-weight: 400; }
.stars { color: var(--amber-deep); letter-spacing: .05em; }
.review-list { display: grid; gap: .8rem; margin-top: 1rem; }
.review-card { padding: 1.1rem; }
.review-card h3 { margin: .5rem 0 .3rem; font-size: 1rem; }
.review-card p { margin: 0; color: var(--ink-soft); font-size: .88rem; }
.legal { max-width: 760px; padding-bottom: 5rem; }
.legal h1 { font-size: clamp(3rem, 11vw, 5rem); }
.legal h2 { margin: 2.2rem 0 .7rem; font-size: 1.65rem; }
.legal p { color: var(--ink-soft); }

/* modal, toast, admin */
.modal-backdrop { position: fixed; z-index: 50; inset: 0; display: grid; padding: 1rem; place-items: end center; background: rgba(11,18,15,.55); backdrop-filter: blur(3px); }
.modal { width: min(100%, 620px); max-height: calc(100vh - 2rem); padding: 1.2rem; overflow-y: auto; border-radius: 1.2rem; background: var(--paper); box-shadow: var(--shadow); }
.modal-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: .5rem; }
.modal-top h2 { margin: 0; font-size: 2.15rem; }
.close-modal { display: grid; flex: 0 0 42px; width: 42px; min-height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); font-size: 1.3rem; }
.toast { position: fixed; z-index: 60; right: 1rem; bottom: 82px; width: min(calc(100% - 2rem), 410px); padding: .9rem 1rem; color: var(--paper); border-radius: .8rem; background: #273931; box-shadow: var(--shadow); font-size: .9rem; }
.toast.error { background: #812f2b; }
.mobile-contact { position: fixed; z-index: 25; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 65px; border-top: 1px solid #c6bcae; background: rgba(255,253,250,.96); box-shadow: 0 -6px 24px rgba(23,35,31,.08); backdrop-filter: blur(12px); }
.mobile-contact a { display: grid; place-items: center; align-content: center; gap: .08rem; color: var(--ink); font-size: .68rem; font-weight: 800; }
.mobile-contact span:first-child { color: var(--amber-deep); font-size: 1rem; }
.admin-shell { min-height: 100vh; background: #eef0eb; }
.admin-head { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 1rem; padding: 0 1rem; color: var(--paper); background: var(--ink); }
.admin-main { width: min(calc(100% - 2rem), 1150px); margin: 0 auto; padding: 1.5rem 0 6rem; }
.admin-main h1 { margin: .4rem 0 1.2rem; font-family: Georgia, serif; font-weight: 400; font-size: 1.9rem; letter-spacing: -.02em; }
.admin-login { display: grid; min-height: 75vh; padding: 1rem; place-items: center; }
.admin-login .form-card { width: min(100%, 460px); }
.admin-tabs { display: flex; gap: .5rem; margin-bottom: 1rem; overflow-x: auto; }
.admin-tabs button { min-height: 39px; padding: .45rem .7rem; white-space: nowrap; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 99px; background: var(--paper); font-size: .78rem; font-weight: 750; }
.admin-tabs button.active { color: var(--paper); border-color: var(--ink); background: var(--ink); }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-bottom: 1rem; }
.metric { padding: 1rem; }
.metric strong { display: block; margin-bottom: .3rem; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 400; }
.metric span { color: var(--ink-soft); font-size: .78rem; }
.admin-section { padding: 1rem; overflow: hidden; }
.admin-section h2 { margin-bottom: .8rem; font-size: 2rem; }
.admin-table { width: 100%; border-collapse: collapse; font-size: .79rem; }
.admin-table th, .admin-table td { padding: .7rem .55rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-table th { color: var(--ink-soft); font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }
.admin-table td:last-child { white-space: nowrap; }
.status-select { width: auto; min-height: 34px; padding: .3rem; font-size: .74rem; }
.admin-empty { padding: 1.2rem 0; color: var(--ink-soft); }
.product-admin { display: grid; gap: 1rem; }
.product-admin-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.product-admin-row p { margin: .18rem 0 0; color: var(--ink-soft); font-size: .76rem; }

/* footer and desktop */
.site-footer { padding: 3rem 0 5.5rem; color: #e7ebe4; background: #1c2823; }
.footer-grid { display: grid; gap: 2rem; }
.footer-title { margin: 0 0 .7rem; font-family: Georgia, serif; font-size: 1.05rem; font-weight: 400; }
.footer-copy { max-width: 21rem; color: #aeb9af; font-size: .86rem; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; font-size: .84rem; }
.footer-contact { display: grid; gap: .4rem; color: #d7ded7; font-size: .84rem; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: .8rem 1.2rem; margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid #425048; color: #aeb9af; font-size: .73rem; }
.footer-bottom a:hover { color: white; }

@media (min-width: 620px) {
  .container { width: min(calc(100% - 3rem), var(--wide)); }
  .section { padding: 5.5rem 0; }
  .hero-actions { display: flex; max-width: none; flex-wrap: wrap; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-card:first-child { grid-column: span 1; min-height: 188px; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-grid, .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .store-preview { grid-template-columns: 1fr 1fr; }
  .store-preview-copy { padding: 2.4rem; }
  .form-grid--two { grid-template-columns: repeat(2, 1fr); }
  .form-layout { grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); }
  .about-grid { grid-template-columns: 1fr 1fr; align-items: center; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-item:first-child { grid-row: span 2; min-height: 370px; }
  .gallery-item { min-height: 180px; }
  .modal-backdrop { place-items: center; }
  .metric-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (min-width: 930px) {
  .page-shell { padding-bottom: 0; }
  .nav { min-height: 78px; }
  .nav-links { display: flex; }
  .mobile-menu, .mobile-drawer, .mobile-contact { display: none; }
  .hero .container { padding-top: 7rem; padding-bottom: 5rem; }
  .hero::after { background: linear-gradient(90deg, rgba(14,22,19,.9) 0%, rgba(14,22,19,.72) 33%, rgba(14,22,19,.05) 76%); }
  .hero-image { object-position: center; }
  .quick-actions { grid-template-columns: repeat(3, minmax(0, 260px)); justify-content: center; }
  .quick-actions a { min-height: 82px; flex-direction: row; gap: .55rem; }
  .category-grid { grid-template-columns: repeat(5, 1fr); gap: 1rem; }
  .category-card, .category-card:first-child { min-height: 250px; }
  .reason-grid { grid-template-columns: repeat(5, 1fr); }
  .testing-band { min-height: 400px; padding: 4rem; }
  .featured-grid { grid-template-columns: repeat(4, 1fr); }
  .process { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
  .process-item { grid-template-columns: 1fr; }
  .process-item::before { margin-bottom: .4rem; }
  .store-preview-image { min-height: 470px; }
  .page-hero { padding: 5rem 0 3rem; }
  .filter-bar { grid-template-columns: 1.4fr repeat(4, 1fr); }
  .collection-grid { grid-template-columns: repeat(3, 1fr); }
  .product-detail { grid-template-columns: minmax(0, 1.06fr) minmax(350px, .94fr); gap: 3.5rem; align-items: center; }
  .product-detail-image { min-height: 540px; }
  .service-list { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1.25fr 1fr 1fr; }
}
