:root { --primary: #202426; --accent: #a9654b; --background: #f7f4ee; --primary-text: #202426; --on-primary: #ffffff; --on-accent: #000000; --paper: #fffdf8; --ink: #20211f; --muted: #62665f; --shell: 1160px; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; display: flex; flex-direction: column; margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
main { flex: 1 0 auto; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, select:focus-visible, input:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 72%, white); outline-offset: 3px; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-160%); border-radius: 8px; background: #fff; color: #111; }
.skip-link:focus { transform: translateY(0); }
.site-header { border-bottom: 1px solid rgba(0,0,0,.1); background: var(--paper); }
.primary-nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { font-weight: 850; text-decoration: none; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.nav-links a { padding: 9px 12px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: background-color .18s ease, color .18s ease, transform .18s ease; }
.nav-links a:hover { background: color-mix(in srgb, var(--primary) 8%, transparent); transform: translateY(-1px); }
.nav-links a[aria-current="page"] { background: var(--primary); color: var(--on-primary); }
.site-block { padding: 88px 0; }
.site-block:nth-child(even) { background: color-mix(in srgb, var(--background) 42%, var(--paper)); }
.hero-block { padding: 112px 0; background: var(--background); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr); align-items: center; gap: 64px; }
.hero-grid:not(:has(.hero-image)) { grid-template-columns: minmax(0, 1fr); }
.eyebrow { color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.04em; }
h1 { margin-bottom: 24px; font-size: clamp(44px, 7vw, 88px); line-height: .98; }
h2 { margin-bottom: 20px; font-size: clamp(32px, 5vw, 56px); }
h3 { margin-top: 0; }
.lede, .section-body { max-width: 700px; color: var(--muted); font-size: 18px; line-height: 1.7; white-space: pre-line; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 48px; display: inline-flex; align-items: center; padding: 0 22px; border: 1px solid var(--primary); border-radius: 999px; background: var(--primary); color: var(--on-primary); font-weight: 800; text-decoration: none; cursor: pointer; }
button:not(:disabled), a.button { cursor: pointer; }
button:disabled, .button:disabled { cursor: not-allowed; opacity: .55; }
.button.secondary { background: transparent; color: var(--primary-text); }
.text-link { display: inline-block; margin-top: 12px; padding-bottom: 3px; border-bottom: 2px solid color-mix(in srgb, var(--accent) 70%, transparent); color: var(--primary-text); font-weight: 800; transition: border-color .18s ease, color .18s ease; }
.text-link:hover { border-color: var(--accent); color: var(--accent); }
.hero-image, .section-image, .gallery-image { width: 100%; border-radius: 22px; object-fit: cover; }
.image-placeholder { width: 100%; min-height: 300px; display: grid; place-content: center; gap: 10px; padding: 28px; border: 1px dashed color-mix(in srgb, var(--accent) 55%, transparent); border-radius: 22px; background: linear-gradient(145deg, color-mix(in srgb, var(--background) 76%, white), color-mix(in srgb, var(--accent) 18%, var(--paper))); color: var(--primary-text); text-align: center; }
.image-placeholder span { font-weight: 850; }
.image-placeholder small { max-width: 260px; color: var(--muted); line-height: 1.45; }
.hero-image { aspect-ratio: 3 / 2; }
.section-grid { display: grid; gap: 36px; }
.section-grid:has(> .section-image) { grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); align-items: center; }
.section-image { aspect-ratio: 4 / 3; }
.card-grid, .gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card, .quote-card { margin: 0; padding: 24px; border: 1px solid rgba(0,0,0,.1); border-radius: 16px; background: var(--paper); }
.placeholder-card { position: relative; overflow: hidden; border-color: color-mix(in srgb, var(--accent) 34%, transparent); }
.placeholder-label { display: inline-flex; margin-bottom: 18px; padding: 6px 9px; border-radius: 999px; background: color-mix(in srgb, var(--accent) 12%, var(--paper)); color: var(--primary-text); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
blockquote { margin: 0 0 18px; font: 500 20px/1.55 Georgia, serif; }
.price, figcaption { color: var(--muted); font-weight: 700; }
.gallery-image { aspect-ratio: 1 / 1; }
.contact-block { background: var(--primary) !important; color: var(--on-primary); }
.contact-block .section-body { color: var(--on-primary); }
.contact-block .button { border-color: var(--accent); background: var(--accent); color: var(--on-accent); }
body.modal-open { overflow: hidden; }
.gallery-item { display: block; width: 100%; padding: 0; overflow: hidden; border: 0; border-radius: 22px; background: transparent; }
.gallery-item .gallery-image { display: block; transition: transform .28s ease; }
.gallery-item:hover .gallery-image { transform: scale(1.025); }
.portfolio-modal { position: fixed; z-index: 80; inset: 0; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(15,16,15,.82); backdrop-filter: blur(8px); }
.gallery-dialog, .contact-dialog { position: relative; z-index: 1; width: min(1100px,100%); max-height: calc(100vh - 48px); border-radius: 22px; background: var(--paper); box-shadow: 0 28px 90px rgba(0,0,0,.38); }
.gallery-dialog { display: grid; grid-template-columns: 58px minmax(0,1fr) 58px; align-items: center; padding: 18px; background: #151615; color: white; }
.gallery-dialog figure { min-width: 0; margin: 0; text-align: center; }
.gallery-dialog img { max-width: 100%; max-height: calc(100vh - 140px); object-fit: contain; }
.gallery-dialog figcaption { padding: 12px 8px 2px; color: rgba(255,255,255,.75); font-size: 13px; }
.modal-close, .gallery-arrow { border: 0; background: transparent; color: inherit; cursor: pointer; }
.modal-close { position: absolute; z-index: 2; top: 10px; right: 12px; width: 42px; height: 42px; border-radius: 50%; background: rgba(0,0,0,.55); color: white; font-size: 28px; }
.gallery-arrow { width: 46px; height: 46px; border-radius: 50%; font-size: 22px; }
.gallery-arrow:hover { background: rgba(255,255,255,.12); }
.contact-dialog { width: min(620px,100%); overflow: auto; padding: 44px; }
.contact-dialog h2 { font-size: clamp(34px,6vw,52px); }
.contact-dialog form { display: grid; gap: 16px; }
.contact-dialog label { display: grid; gap: 7px; color: var(--primary-text); font-size: 13px; font-weight: 800; }
.contact-dialog input, .contact-dialog textarea { width: 100%; padding: 12px 13px; border: 1px solid rgba(0,0,0,.2); border-radius: 9px; background: white; color: var(--ink); font: inherit; }
.contact-dialog textarea { resize: vertical; }
.contact-dialog small { color: var(--muted); line-height: 1.5; }
.ordering-heading { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.ordering-heading > div:first-child { min-width: 0; }
.cart-toggle { display: inline-flex; min-height: 44px; flex: 0 0 auto; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--primary); border-radius: 999px; background: var(--paper); color: var(--primary-text); font-weight: 800; white-space: nowrap; cursor: pointer; }
.cart-toggle span { display: inline-grid; min-width: 22px; height: 22px; flex: 0 0 auto; place-items: center; margin-left: 5px; border-radius: 999px; background: var(--accent); color: var(--on-accent); }
.commerce-notice { margin: 24px 0; color: var(--muted); }
.commerce-discovery { position: sticky; z-index: 12; top: 0; display: grid; gap: 14px; margin: 0 0 40px; padding: 20px; border-block: 1px solid rgba(0,0,0,.1); background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(12px); }
.commerce-search { position: relative; display: grid; gap: 7px; width: min(520px,100%); color: var(--muted); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.commerce-search input { min-height: 48px; width: 100%; padding: 10px 16px 10px 44px; border: 1px solid rgba(0,0,0,.18); border-radius: 999px; background: var(--paper); color: var(--ink); font: 600 15px/1.2 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: normal; text-transform: none; }
.commerce-search::after { content: "⌕"; position: absolute; bottom: 10px; left: 16px; color: var(--muted); font-size: 24px; line-height: 28px; pointer-events: none; }
.commerce-category-nav { display: flex; gap: 8px; overflow-x: auto; padding: 2px 0 5px; scrollbar-width: thin; }
.commerce-category-nav button { min-height: 38px; flex: 0 0 auto; padding: 0 15px; border: 1px solid rgba(0,0,0,.15); border-radius: 999px; background: var(--paper); color: var(--primary-text); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.commerce-category-nav button:hover, .commerce-category-nav button[aria-current="true"] { border-color: var(--primary); background: var(--primary); color: var(--on-primary); }
.commerce-results { margin: -22px 0 34px; color: var(--muted); font-size: 14px; }
.commerce-menu { display: grid; gap: 58px; }
.commerce-category { scroll-margin-top: 150px; }
.commerce-category-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 20px; padding-bottom: 13px; border-bottom: 1px solid rgba(0,0,0,.13); }
.commerce-category h3 { margin: 0; font: 500 34px/1.1 Georgia, serif; }
.commerce-category-count { color: var(--muted); font-size: 13px; font-weight: 750; }
.commerce-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.commerce-product { position: relative; display: grid; grid-template-rows: auto 1fr; min-width: 0; overflow: hidden; border: 1px solid rgba(0,0,0,.11); border-radius: 18px; background: var(--paper); box-shadow: 0 10px 30px rgba(30,25,18,.05); transition: transform .18s ease, box-shadow .18s ease; }
.commerce-product:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(30,25,18,.1); }
.commerce-product-media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: linear-gradient(135deg,var(--background),color-mix(in srgb,var(--accent) 22%,white)); }
.commerce-product-image, .commerce-product-image-fallback { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.commerce-product:hover .commerce-product-image { transform: scale(1.025); }
.commerce-product-image-fallback { display: grid; place-items: center; color: color-mix(in srgb,var(--primary) 68%,white); font: 500 clamp(40px,7vw,72px)/1 Georgia,serif; }
.commerce-product-badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; border-radius: 999px; background: var(--primary); color: var(--on-primary); font-size: 11px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.commerce-product-badge.sold-out { background: #4f504d; color: white; }
.commerce-product-body { display: grid; align-content: start; gap: 13px; padding: 19px; }
.commerce-product-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: start; gap: 12px; }
.commerce-product h4, .commerce-product p { margin: 0; }
.commerce-product h4 { font-size: 18px; line-height: 1.25; }
.commerce-product-price { color: var(--primary-text); font-weight: 850; white-space: nowrap; }
.commerce-product-description { min-height: 3em; color: var(--muted); font-size: 14px; line-height: 1.5; }
.commerce-product-cta { justify-content: center; width: 100%; margin-top: 3px; }
.commerce-product select, .commerce-product input, .commerce-cart input, .commerce-cart select { width: 100%; min-height: 42px; padding: 8px 10px; border: 1px solid rgba(0,0,0,.2); border-radius: 8px; background: white; font: inherit; }
.commerce-product label, .commerce-cart label { display: grid; gap: 6px; font-size: 13px; font-weight: 750; }
.commerce-product-dialog { position: fixed; z-index: 45; inset: 0; display: grid; place-items: center; padding: 24px; }
.commerce-product-dialog[hidden] { display: none; }
.commerce-product-dialog-backdrop { position: absolute; inset: 0; background: rgba(22,20,17,.56); backdrop-filter: blur(3px); }
.commerce-product-dialog-panel { position: relative; width: min(1040px,100%); max-height: min(860px,calc(100vh - 48px)); overflow: auto; border-radius: 22px; background: var(--paper); box-shadow: 0 28px 90px rgba(0,0,0,.3); }
.commerce-product-dialog-close { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(0,0,0,.16); border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 27px; line-height: 1; cursor: pointer; }
.commerce-product-dialog-layout { display: grid; grid-template-columns: minmax(300px,.9fr) minmax(360px,1.1fr); min-height: 610px; }
.commerce-product-dialog-media { position: sticky; top: 0; align-self: start; height: min(760px,calc(100vh - 48px)); overflow: hidden; background: linear-gradient(135deg,var(--background),color-mix(in srgb,var(--accent) 22%,white)); }
.commerce-product-dialog-media img, .commerce-product-dialog-media .commerce-product-image-fallback { width: 100%; height: 100%; object-fit: cover; }
.commerce-product-form { display: grid; align-content: start; gap: 26px; padding: 52px 42px 34px; }
.commerce-product-dialog-heading h3 { margin: 3px 0 12px; font: 500 clamp(32px,4vw,48px)/1.05 Georgia,serif; letter-spacing: -.035em; }
.commerce-product-dialog-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.6; }
.commerce-product-options { display: grid; gap: 22px; }
.commerce-option-group { display: grid; gap: 10px; margin: 0; padding: 0 0 22px; border: 0; border-bottom: 1px solid rgba(0,0,0,.12); }
.commerce-option-group legend { width: 100%; margin-bottom: 4px; padding: 0; font-size: 16px; font-weight: 850; }
.commerce-option-guidance { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; font-weight: 650; }
.commerce-option { display: grid; grid-template-columns: 22px minmax(0,1fr) auto; align-items: center; gap: 10px; min-height: 46px; padding: 9px 11px; border: 1px solid rgba(0,0,0,.13); border-radius: 11px; cursor: pointer; }
.commerce-option:has(input:checked) { border-color: var(--primary); background: color-mix(in srgb,var(--background) 55%,var(--paper)); box-shadow: inset 0 0 0 1px var(--primary); }
.commerce-option input { width: 18px; height: 18px; margin: 0; accent-color: var(--primary); }
.commerce-option span { line-height: 1.3; }
.commerce-option strong { font-size: 13px; white-space: nowrap; }
.commerce-product-form-footer { position: sticky; bottom: 0; display: grid; grid-template-columns: 90px minmax(0,1fr); align-items: end; gap: 12px; margin: 0 -10px -20px; padding: 24px 10px 20px; background: linear-gradient(transparent,var(--paper) 24%); }
.commerce-product-form-footer label { display: grid; gap: 6px; font-size: 12px; font-weight: 800; }
.commerce-product-form-footer input { width: 100%; min-height: 48px; padding: 8px 10px; border: 1px solid rgba(0,0,0,.2); border-radius: 9px; background: white; font: inherit; }
.commerce-product-form-footer .button { justify-content: center; }
.commerce-product-error { margin: -12px 0 0; padding: 11px 13px; border-radius: 9px; background: #fff0eb; color: #913a2c; font-size: 13px; font-weight: 700; }
.commerce-cart { position: fixed; z-index: 30; inset: 0 0 0 auto; width: min(520px,100%); overflow: auto; padding: 24px 28px 36px; border-left: 1px solid rgba(0,0,0,.12); background: var(--paper); box-shadow: -20px 0 60px rgba(0,0,0,.14); }
.commerce-cart-heading, .commerce-cart-line { display: flex; justify-content: space-between; gap: 12px; }
.commerce-cart-heading { align-items: center; }
.commerce-cart-heading h3 { margin-bottom: 0; font-size: 24px; }
.commerce-cart-heading button { border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.commerce-cart-line { align-items: start; padding: 16px 0; border-bottom: 1px solid rgba(0,0,0,.1); }
.commerce-cart-line-copy { display: grid; gap: 4px; }
.commerce-cart-line-copy small { color: var(--muted); line-height: 1.4; }
.commerce-cart-quantity { display: inline-grid; grid-template-columns: 32px 32px 32px; align-items: center; justify-content: start; margin-top: 7px; }
.commerce-cart-quantity button { width: 32px; height: 32px; padding: 0; border: 1px solid rgba(0,0,0,.16); background: white; color: var(--ink); font: inherit; font-size: 18px; cursor: pointer; }
.commerce-cart-quantity button:first-child { border-radius: 8px 0 0 8px; }
.commerce-cart-quantity button:last-child { border-radius: 0 8px 8px 0; }
.commerce-cart-quantity button:disabled { cursor: not-allowed; opacity: .45; }
.commerce-cart-quantity span { display: grid; height: 32px; place-items: center; border-block: 1px solid rgba(0,0,0,.16); background: white; font-size: 13px; font-weight: 800; }
.commerce-cart-line-actions { display: grid; justify-items: end; gap: 5px; }
.commerce-cart-line-actions button { padding: 0; border: 0; background: transparent; color: var(--muted); font: inherit; font-size: 12px; font-weight: 750; text-decoration: underline; cursor: pointer; }
.commerce-cart-total { display: grid; gap: 8px; padding: 18px 0; border-bottom: 1px solid rgba(0,0,0,.1); }
.commerce-cart-total > div { display: flex; justify-content: space-between; gap: 12px; }
.commerce-cart-total > small { color: var(--muted); font-size: 11px; font-weight: 600; line-height: 1.45; }
.commerce-cart-empty { margin: 24px 0; padding: 30px 18px; border-radius: 12px; background: var(--background); color: var(--muted); text-align: center; }
.commerce-checkout-progress { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 22px 0 26px; padding: 0; list-style: none; }
.commerce-checkout-progress li { position: relative; display: grid; justify-items: center; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 800; }
.commerce-checkout-progress li::before { content: ""; position: absolute; z-index: 0; top: 14px; right: 50%; width: 100%; height: 1px; background: rgba(0,0,0,.15); }
.commerce-checkout-progress li:first-child::before { display: none; }
.commerce-checkout-progress span { position: relative; z-index: 1; display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(0,0,0,.18); border-radius: 50%; background: var(--paper); }
.commerce-checkout-progress li[aria-current="step"], .commerce-checkout-progress li[data-complete] { color: var(--primary-text); }
.commerce-checkout-progress li[aria-current="step"] span, .commerce-checkout-progress li[data-complete] span { border-color: var(--primary); background: var(--primary); color: var(--on-primary); }
.commerce-checkout-step { display: grid; gap: 15px; }
.commerce-checkout-step-heading { display: flex; align-items: start; gap: 14px; margin-bottom: 4px; }
.commerce-checkout-step-heading button { min-height: 34px; padding: 0; border: 0; background: transparent; color: var(--primary-text); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.commerce-checkout-step-heading small { color: var(--accent); font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.commerce-checkout-step-heading h3 { margin: 3px 0 0; font-size: 24px; }
.commerce-checkout-fields { display: grid; gap: 12px; }
.commerce-checkout-fields.two-column { grid-template-columns: repeat(2,minmax(0,1fr)); }
.commerce-cart form, [data-payment-area] { gap: 15px; margin-top: 0; }
.commerce-address-fields, .commerce-tip-options, .commerce-time-options { display: grid; gap: 12px; margin: 0; padding: 14px; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; }
.commerce-address-fields legend, .commerce-tip-options legend, .commerce-time-options legend { padding: 0 5px; font-size: 13px; font-weight: 850; }
.commerce-time-options { grid-template-columns: repeat(2,minmax(0,1fr)); }
.commerce-time-options legend { grid-column: 1 / -1; }
.commerce-time-options label { display: flex; min-height: 42px; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid rgba(0,0,0,.1); border-radius: 9px; background: white; }
.commerce-tip-options > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }
.commerce-tip-options button { min-height: 40px; padding: 0 8px; border: 1px solid rgba(0,0,0,.15); border-radius: 9px; background: white; color: var(--ink); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.commerce-tip-options button[aria-pressed="true"] { border-color: var(--primary); background: var(--primary); color: var(--on-primary); }
.commerce-checkout-estimate { display: grid; grid-template-columns: 1fr auto; gap: 6px; padding: 14px; border-radius: 11px; background: var(--background); }
.commerce-checkout-estimate small { grid-column: 1 / -1; color: var(--muted); }
.commerce-checkout-primary { justify-content: center; width: 100%; }
.commerce-cart-checkout-bar { position: sticky; bottom: -36px; z-index: 2; margin: 4px -28px -36px; padding: 14px 28px 36px; border-top: 1px solid rgba(0,0,0,.1); background: color-mix(in srgb,var(--paper) 94%,transparent); backdrop-filter: blur(12px); }
.commerce-payment-total { display: grid; gap: 8px; padding: 14px; border-radius: 12px; background: var(--background); }
.commerce-payment-total > div { display: flex; justify-content: space-between; gap: 12px; }
.commerce-payment-total > div:last-child { padding-top: 8px; border-top: 1px solid rgba(0,0,0,.12); font-size: 18px; }
.commerce-payment-security { display: grid; gap: 3px; padding: 12px 14px; border: 1px solid rgba(0,0,0,.1); border-radius: 10px; }
.commerce-payment-security span, .commerce-wallet-note { color: var(--muted); font-size: 12px; line-height: 1.45; }
.commerce-payment-error { margin: 0; padding: 11px 13px; border: 1px solid color-mix(in srgb,#b42318 35%,transparent); border-radius: 10px; background: color-mix(in srgb,#b42318 7%,white); color: #8f1d14; font-size: 13px; line-height: 1.45; }
[data-pay-button][aria-busy="true"] { cursor: wait; opacity: .72; }
.commerce-final-review { display: grid; gap: 18px; }
.commerce-final-review-items { display: grid; gap: 9px; padding-bottom: 16px; border-bottom: 1px solid rgba(0,0,0,.1); }
.commerce-final-review-items > div { display: flex; justify-content: space-between; gap: 12px; }
.commerce-final-review dl { display: grid; grid-template-columns: 90px 1fr; gap: 9px 14px; margin: 0; }
.commerce-final-review dt { color: var(--muted); font-size: 12px; font-weight: 800; }
.commerce-final-review dd { margin: 0; overflow-wrap: anywhere; font-size: 13px; }
.commerce-order-status { display: grid; gap: 18px; margin-top: 4px; }
.commerce-order-status-heading { display: grid; gap: 6px; padding-bottom: 16px; border-bottom: 1px solid rgba(0,0,0,.1); }
.commerce-order-status-heading small { color: var(--accent); font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.commerce-order-status-heading h3, .commerce-order-status-heading p { margin: 0; }
.commerce-order-status-heading h3 { font-size: 25px; }
.commerce-order-status-heading p { color: var(--muted); line-height: 1.5; }
.commerce-order-recovery { display: grid; gap: 8px; padding: 16px; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; background: var(--background); }
.commerce-order-recovery p { margin: 0 0 4px; color: var(--muted); font-size: 13px; }
.commerce-order-confirmation { display: grid; gap: 20px; }
.commerce-order-number { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px; border-radius: 12px; background: var(--primary); color: var(--on-primary); }
.commerce-order-number span { font-size: 12px; font-weight: 750; opacity: .78; }
.commerce-order-number div { display: grid; justify-items: end; gap: 2px; text-align: right; }
.commerce-order-number strong { font-size: 17px; }
.commerce-order-number small { font-size: 12px; font-weight: 700; opacity: .78; }
.commerce-order-timeline { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; }
.commerce-order-timeline li { position: relative; display: grid; justify-items: center; gap: 7px; color: var(--muted); font-size: 10px; text-align: center; }
.commerce-order-timeline li::before { content: ""; position: absolute; top: 14px; right: 50%; width: 100%; height: 2px; background: rgba(0,0,0,.12); }
.commerce-order-timeline li:first-child::before { display: none; }
.commerce-order-timeline span { position: relative; z-index: 1; display: grid; width: 30px; height: 30px; place-items: center; border: 2px solid rgba(0,0,0,.15); border-radius: 50%; background: var(--paper); font-weight: 850; }
.commerce-order-timeline li[data-complete], .commerce-order-timeline li[aria-current="step"] { color: var(--primary-text); }
.commerce-order-timeline li[data-complete]::before, .commerce-order-timeline li[aria-current="step"]::before { background: var(--primary); }
.commerce-order-timeline li[data-complete] span, .commerce-order-timeline li[aria-current="step"] span { border-color: var(--primary); background: var(--primary); color: var(--on-primary); }
.commerce-order-details { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.commerce-order-details > div { display: grid; gap: 5px; padding: 13px; border: 1px solid rgba(0,0,0,.1); border-radius: 10px; }
.commerce-order-details small { color: var(--muted); font-size: 11px; }
.commerce-order-details strong { font-size: 13px; line-height: 1.45; }
.commerce-order-receipt { display: grid; gap: 10px; }
.commerce-order-receipt h4 { margin: 0; }
.commerce-order-receipt [data-order-receipt] { display: grid; gap: 8px; }
.commerce-order-receipt [data-order-receipt] > div { display: flex; justify-content: space-between; gap: 12px; }
.commerce-order-receipt [data-order-receipt] > div:last-child { margin-top: 4px; padding-top: 10px; border-top: 1px solid rgba(0,0,0,.12); font-size: 17px; }
.commerce-order-email { margin: 0; padding: 12px 14px; border-radius: 10px; background: var(--background); color: var(--muted); font-size: 12px; line-height: 1.45; }
.design-showcase { padding: 64px 0; background: var(--paper); }
.design-showcase-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.design-showcase-heading .eyebrow { align-self: start; margin-right: -120px; }.design-showcase-heading h2 { margin: 0; }.design-showcase-heading a { font-size: 14px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.design-showcase-products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.design-product { position: relative; display: grid; overflow: hidden; border: 1px solid rgba(0,0,0,.12); border-radius: 15px; background: white; }
.design-product-image, .design-product-image-fallback { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: linear-gradient(135deg,var(--background),color-mix(in srgb,var(--accent) 20%,white)); }
.design-product-copy { display: grid; gap: 5px; padding: 15px; }.design-product h3,.design-product p { margin: 0; }.design-product p { overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.design-product strong { color: var(--primary-text); }
.site-footer { padding: 32px 0; background: #171a17; color: rgba(255,255,255,.7); }
.site-footer .shell { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-footer nav { display: flex; gap: 6px; font-size: 13px; font-weight: 700; }
.site-footer nav a { padding: 7px 9px; border-radius: 8px; transition: background-color .18s ease, color .18s ease; }
.site-footer nav a:hover { background: rgba(255,255,255,.1); color: white; }
body[data-commerce-template="quick_order"] { --shell: 1040px; }
body[data-commerce-template="quick_order"] .commerce-product-grid { grid-template-columns: 1fr; gap: 8px; }
body[data-commerce-template="quick_order"] .commerce-product { display: grid; }
body[data-commerce-template="visual_catalog"] .commerce-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
body[data-commerce-template="visual_catalog"] .ordering-block { background: color-mix(in srgb, var(--background) 46%, var(--paper)); }
body[data-commerce-template="service_shop"] .hero-block { background: linear-gradient(135deg, var(--background), var(--paper)); }
body[data-commerce-template="service_shop"] .ordering-block .shell { width: min(1040px, calc(100% - 40px)); }
body[data-design-id="warm-crafted"] { --primary: #7d351f; --accent: #bd5d35; --background: #efe4d2; --paper: #fffaf2; }
body[data-design-id="warm-crafted"] h1, body[data-design-id="warm-crafted"] h2, body[data-design-id="warm-crafted"] .brand { font-family: Georgia, "Times New Roman", serif; }
body[data-design-id="warm-crafted"] .hero-grid { grid-template-columns: .88fr 1.12fr; } body[data-design-id="warm-crafted"] .hero-image { aspect-ratio: 5 / 3; border-radius: 48% 12px 12px 48%; }
body[data-design-id="warm-crafted"] .design-showcase { padding-top: 48px; } body[data-design-id="warm-crafted"] .design-product:nth-child(even) { transform: translateY(14px); }
body[data-design-id="modern-counter"] { --primary: #0f3035; --accent: #66a9a8; --background: #dce8e7; --paper: #f8faf9; --shell: 1240px; }
body[data-design-id="modern-counter"] h1, body[data-design-id="modern-counter"] h2 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 850; }
body[data-design-id="modern-counter"] .hero-block { padding: 0; background: var(--primary); } body[data-design-id="modern-counter"] .hero-grid { width: 100%; max-width: none; grid-template-columns: .72fr 1.28fr; gap: 0; } body[data-design-id="modern-counter"] .hero-copy { align-self: stretch; display: grid; align-content: center; padding: 72px max(36px,8vw); color: white; } body[data-design-id="modern-counter"] .hero-copy .lede { color: rgba(255,255,255,.72); } body[data-design-id="modern-counter"] .hero-image { width: 100%; height: 100%; border-radius: 0; aspect-ratio: 5 / 3; }
body[data-design-id="modern-counter"] .service-card, body[data-design-id="modern-counter"] .commerce-product { border-radius: 2px; }
body[data-design-id="modern-counter"] .design-showcase-products { grid-template-columns: repeat(3,1fr); gap: 0; } body[data-design-id="modern-counter"] .design-product { grid-template-columns: 1.05fr .95fr; border-radius: 0; border-width: 0 1px 1px 0; } body[data-design-id="modern-counter"] .design-product-copy { align-content: end; background: var(--primary); color: white; } body[data-design-id="modern-counter"] .design-product strong,body[data-design-id="modern-counter"] .design-product p { color: white; }
body[data-design-id="bold-playful"] { --primary: #ec3977; --accent: #bdd725; --background: #fff6d9; --paper: #fffdf5; --ink: #111; }
body[data-design-id="bold-playful"] h1, body[data-design-id="bold-playful"] h2 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.02em; }
body[data-design-id="bold-playful"] .hero-block { background: radial-gradient(circle at 78% 28%, #ef4381 0 24%, transparent 24.5%), var(--background); }
body[data-design-id="bold-playful"] .hero-image { border-radius: 46% 54% 37% 63%; transform: rotate(2deg); } body[data-design-id="bold-playful"] .button { border-radius: 10px; }
body[data-design-id="bold-playful"] .design-showcase { background: #fff3c8; } body[data-design-id="bold-playful"] .design-showcase-products { grid-template-columns: repeat(3,1fr); gap: 22px; } body[data-design-id="bold-playful"] .design-product { border: 3px solid #111; border-radius: 28px 8px 28px 8px; box-shadow: 7px 7px 0 var(--accent); } body[data-design-id="bold-playful"] .design-product:nth-child(2n) { transform: rotate(1.5deg); }
body[data-design-id="editorial-bakery"] { --primary: #24211d; --accent: #99714d; --background: #eee8df; --paper: #fbfaf7; --shell: 1280px; }
body[data-design-id="editorial-bakery"] .hero-grid { grid-template-columns: .8fr 1.2fr; } body[data-design-id="editorial-bakery"] .hero-image { order: -1; aspect-ratio: 16 / 10; border-radius: 0; }
body[data-design-id="editorial-bakery"] h1 { font-size: clamp(48px, 8vw, 108px); } body[data-design-id="editorial-bakery"] .site-block { border-top: 1px solid #bdb4a7; }
body[data-design-id="editorial-bakery"] .design-showcase-heading { display: grid; grid-template-columns: 140px 1fr auto; align-items: baseline; border-bottom: 1px solid #777; padding-bottom: 18px; } body[data-design-id="editorial-bakery"] .design-showcase-heading .eyebrow { margin: 0; } body[data-design-id="editorial-bakery"] .design-showcase-products { grid-template-columns: repeat(2,1fr); } body[data-design-id="editorial-bakery"] .design-product { grid-template-columns: 1.1fr .9fr; border: 0; border-radius: 0; border-bottom: 1px solid #aaa; } body[data-design-id="editorial-bakery"] .design-product-image,body[data-design-id="editorial-bakery"] .design-product-image-fallback { aspect-ratio: 16 / 10; }
body[data-design-id="quick-order"] { --primary: #202422; --accent: #e16844; --background: #f2f0ea; --paper: #fff; --shell: 980px; }
body[data-design-id="quick-order"] .hero-block { padding-block: 54px; } body[data-design-id="quick-order"] .hero-image { aspect-ratio: 16 / 7; border-radius: 12px; }
body[data-design-id="quick-order"] .commerce-product-grid { grid-template-columns: 1fr; gap: 12px; }
body[data-design-id="quick-order"] .design-showcase { padding-block: 34px; } body[data-design-id="quick-order"] .design-showcase-heading { margin-bottom: 12px; } body[data-design-id="quick-order"] .design-showcase-products { grid-template-columns: 1fr; gap: 6px; } body[data-design-id="quick-order"] .design-product { grid-template-columns: 72px 1fr; border-radius: 8px; } body[data-design-id="quick-order"] .design-product-image,body[data-design-id="quick-order"] .design-product-image-fallback { height: 100%; aspect-ratio: 1; } body[data-design-id="quick-order"] .design-product-copy { grid-template-columns: 1fr auto; align-items: center; padding: 11px 14px; } body[data-design-id="quick-order"] .design-product-copy p { display: none; } body[data-design-id="quick-order"] .design-product-copy strong { grid-column: 2; grid-row: 1; }
body[data-design-id="local-classic"] { --primary: #7d351f; --accent: #bd5d35; --background: #efe4d2; --paper: #fffaf2; }
body[data-design-id="local-classic"] .site-header { border-top: 0; background: color-mix(in srgb,var(--paper) 96%,transparent); } body[data-design-id="local-classic"] .primary-nav { min-height: 82px; } body[data-design-id="local-classic"] .brand { letter-spacing: .08em; text-transform: uppercase; }
body[data-design-id="local-classic"] .hero-block { padding-block: 72px; background: linear-gradient(105deg,var(--paper),color-mix(in srgb,var(--background) 72%,white)); } body[data-design-id="local-classic"] .hero-grid { grid-template-columns: .86fr 1.14fr; gap: 48px; } body[data-design-id="local-classic"] .hero-copy { align-content: center; } body[data-design-id="local-classic"] h1 { color: var(--primary); font-size: clamp(48px,7vw,88px); line-height: .94; } body[data-design-id="local-classic"] .lede { font-size: 19px; }
body[data-design-id="local-classic"] .hero-image, body[data-design-id="local-classic"] .section-image { border-radius: 4px; box-shadow: 0 20px 55px rgba(125,53,31,.13); } body[data-design-id="local-classic"] .site-footer { background: var(--primary); }
body[data-design-id="local-classic"] .service-card { border: 0; background: transparent; text-align: center; } body[data-design-id="local-classic"] .service-card h3 { color: var(--primary); }
body[data-design-id="local-classic"] .design-showcase { border-block: 10px double var(--primary); } body[data-design-id="local-classic"] .design-showcase-products { grid-template-columns: repeat(3,1fr); } body[data-design-id="local-classic"] .design-product { border-radius: 3px; border-color: #9c8d72; } body[data-design-id="local-classic"] .design-product-copy { border-top: 5px solid var(--primary); }
body[data-commerce-template="visual_catalog"] .commerce-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
@media (max-width: 800px) {
  .hero-grid, .section-grid:has(> .section-image), .card-grid, .gallery-grid, .commerce-product-grid, .design-showcase-products, body[data-design-id] .design-showcase-products { grid-template-columns: 1fr; }
  .design-showcase-heading { display: grid; align-items: start; }.design-showcase-heading .eyebrow { margin: 0; }.design-showcase-products { gap: 12px; }
  .hero-block, .site-block { padding: 68px 0; }
  .primary-nav { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
  .nav-links { justify-content: flex-start; }
  .commerce-discovery { top: 0; margin-bottom: 30px; }
  body[data-commerce-template="visual_catalog"] .commerce-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .commerce-product-dialog { padding: 0; place-items: stretch; }
  .commerce-product-dialog-panel { width: 100%; max-height: 100vh; border-radius: 0; }
  .commerce-product-dialog-layout { grid-template-columns: 1fr; }
  .commerce-product-dialog-media { position: relative; height: min(380px,45vh); }
  .commerce-product-form { padding: 32px 24px 28px; }
  .commerce-cart { padding-inline: 20px; }
  .commerce-cart-checkout-bar { margin-inline: -20px; padding-inline: 20px; }
}
@media (max-width: 520px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .card-grid, .gallery-grid { gap: 12px; }
  .ordering-heading { align-items: center; }
  .ordering-heading h2 { font-size: 38px; }
  .commerce-discovery { margin-inline: -14px; padding: 16px 14px; }
  .commerce-menu { gap: 44px; }
  body[data-commerce-template="visual_catalog"] .commerce-product-grid { grid-template-columns: 1fr; }
  .commerce-product-description { min-height: 0; }
  .commerce-checkout-fields.two-column { grid-template-columns: 1fr; }
  .commerce-time-options { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
