:root {
    --font-ui: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    --font-heading: var(--font-ui);
    --green-950: #10271e;
    --green-850: #173e2d;
    --green-700: #286247;
    --green-100: #e4eee6;
    --sand: #f4efe4;
    --paper: #fffdf8;
    --ink: #17231d;
    --muted: #657169;
    --gold: #c79a4b;
    --line: #dedbd0;
    --danger: #8c3f3f;
    --shadow: 0 18px 48px rgba(25,50,38,.1);
}

.customer-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:1rem 0}.customer-status-grid article{display:grid;gap:.35rem;padding:1rem;border:1px solid rgba(15,23,42,.12);border-radius:1rem;background:#fff}.customer-status-grid small{color:#667085}.customer-notice{margin:1rem 0;padding:1rem;border-radius:.85rem;background:#fff7d6;border:1px solid #efd77b}.customer-timeline{display:grid;gap:1rem;list-style:none;padding:0;margin:1rem 0}.customer-timeline li{display:grid;gap:.2rem;padding-left:1rem;border-left:3px solid #d5dbe5}.customer-timeline time{font-size:.78rem;color:#667085}.shipment-card{margin-block:1rem}.shipment-card header{display:flex;justify-content:space-between;gap:1rem;align-items:start}.payment-next{border:2px solid #327451;background:#f6faf6;margin:24px 0}.customer-payment-account{margin:20px 0;overflow-wrap:anywhere}.collection-bank-logo{display:block;width:min(220px,100%);height:80px;object-fit:contain;object-position:left center;margin:0 0 16px}.customer-payment-qr{width:180px;height:180px;max-width:100%;object-fit:contain}.payment-next .store-button{min-height:48px}.order-document{width:min(100%,980px);margin:2rem auto;padding:clamp(1rem,4vw,3rem);background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:1rem}.order-document>header{display:flex;justify-content:space-between;gap:2rem;align-items:center;border-bottom:2px solid #111827;padding-bottom:1rem}.order-document>header img{width:160px;max-height:70px;object-fit:contain}.document-totals{margin-left:auto;width:min(100%,24rem)}.document-totals p{display:flex;justify-content:space-between;gap:1rem}.order-document footer{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}
@media(max-width:680px){.customer-status-grid{grid-template-columns:1fr 1fr}.order-document{margin:0;border:0;border-radius:0}.order-document>header{align-items:flex-start;flex-direction:column}.order-document .admin-table-scroll{max-width:100%;overflow-x:auto}}
@media print{body{background:#fff}.customer-header,.customer-footer,.order-document footer{display:none!important}.order-document{margin:0;padding:0;border:0;max-width:none}}

/* Keep the printable order inside the available admin/customer viewport. */
.order-document{max-width:100%;min-width:0;box-sizing:border-box}
@media(max-width:680px){.order-document{width:100%;max-width:100%;overflow:hidden}.order-document .admin-table-scroll{width:100%;max-width:100%;min-width:0}}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-ui); }
body.cart-open, body.lightbox-open { overflow: hidden; }
a { color: inherit; }
button,input { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px,calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.store-eyebrow { color: var(--green-700); font-size: .69rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }

.store-header { position: sticky; z-index: 30; top: 0; background: rgba(255,253,248,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.store-announcement { padding: 8px 20px; color: rgba(255,255,255,.88); background: var(--green-950); text-align: center; font-size: .74rem; letter-spacing: .035em; }
.store-header__main { display: grid; grid-template-columns: auto minmax(240px,1fr) auto; align-items: center; gap: 24px; padding-block: 14px; }
.store-brand { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; white-space: nowrap; }
.store-brand img { display: block; width: 146px; height: 44px; object-fit: contain; }
.store-brand small { color: var(--green-700); font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.store-search { display: flex; min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.store-search:focus-within { border-color: var(--green-700); box-shadow: 0 0 0 4px rgba(40,98,71,.1); }
.store-search input { flex: 1; min-width: 0; height: 46px; padding: 0 15px; background: transparent; border: 0; outline: 0; }
.store-search button { padding: 0 19px; color: #fff; background: var(--green-850); border: 0; font-weight: 800; }
.store-actions { display: flex; align-items: center; gap: 8px; }
.store-action { display: grid; min-height: 44px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 11px; font-size: .79rem; font-weight: 800; text-decoration: none; }
.store-action small { color: var(--muted); font-size: .62rem; font-weight: 600; }
.store-action.is-active,.cart-button.is-active { border-color: var(--green-700); }
.store-admin-access { color: var(--green-700); }
.cart-button { position: relative; display: flex; min-height: 44px; align-items: center; gap: 8px; padding: 7px 11px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 11px; font-size: .78rem; font-weight: 800; }
.cart-button__icon { color: var(--green-700); font-size: 1rem; }
.cart-button small { display: grid; min-width: 22px; height: 22px; place-items: center; padding: 0 5px; color: #fff; background: var(--green-700); border-radius: 999px; }
.category-nav { border-top: 1px solid #eeeae0; }
.category-nav__inner { display: flex; overflow-x: auto; scrollbar-width: thin; }
.category-nav a { position: relative; padding: 11px 22px 11px 0; color: #56625b; font-size: .8rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.category-nav a.is-active { color: var(--green-700); }
.category-nav a.is-active::after { position: absolute; right: 22px; bottom: 0; left: 0; height: 2px; background: var(--green-700); content: ""; }

.store-hero { overflow: hidden; padding: clamp(48px,6vw,74px) 0; color: #fff; background: radial-gradient(circle at 82% 12%,rgba(199,154,75,.22),transparent 28%),linear-gradient(125deg,var(--green-950),#285c43); }
.store-hero__inner { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 50px; }
.store-hero .store-eyebrow { color: #e5c580; }
.store-hero h1 { max-width: 14ch; margin: 9px 0 0; font-family: var(--font-heading); font-size: clamp(2.25rem,5vw,4.35rem); font-weight: 760; line-height: 1.02; letter-spacing: -.045em; }
.store-hero p { max-width: 58ch; margin: 19px 0 0; color: rgba(255,255,255,.78); line-height: 1.7; }
.store-hero__actions { margin-top: 25px; }
.hero-search { display: flex; width: min(560px,100%); margin-top: 23px; overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: #fff; }.hero-search input { flex: 1; min-width: 0; height: 46px; padding: 0 14px; border: 0; outline: 0; }.hero-search button { padding: 0 18px; color: #fff; background: var(--green-850); border: 0; font-weight: 800; }
.store-hero__stamp { display: grid; width: 225px; aspect-ratio: 1; place-items: center; align-content: center; gap: 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.07); text-align: center; transform: rotate(4deg); }
.store-hero__stamp span { color: #e5c580; font-family: var(--font-heading); font-size: 2.4rem; }.store-hero__stamp strong { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 650; line-height: 1.25; }
.store-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 10px 17px; border: 0; border-radius: 11px; font-size: .79rem; font-weight: 850; text-decoration: none; }
.store-button--primary { color: #fff; background: var(--green-700); }.store-hero .store-button--primary { color: var(--green-950); background: #e5c580; }
.store-button--secondary { color: var(--green-700); background: transparent; border: 1px solid var(--green-700); }
.store-button--cart { width: 100%; margin-top: 5px; color: #fff; background: var(--green-850); }
.store-button--disabled,.store-button:disabled { color: #777f7a; background: #e5e8e5; cursor: not-allowed; }

.store-section { padding: clamp(50px,7vw,86px) 0; }.store-section--soft { background: var(--sand); }
.store-section__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.store-section__heading h2 { margin: 6px 0 0; font-family: var(--font-heading); font-size: clamp(1.75rem,3vw,2.55rem); font-weight: 720; letter-spacing: -.035em; }
.filter-summary { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filter-summary span,.filter-summary a { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.65); font-size: .71rem; font-weight: 700; text-decoration: none; }
.filter-summary a { color: var(--green-700); }
.catalog-filters { display: grid; grid-template-columns: repeat(2,minmax(180px,1fr)) auto auto; align-items: end; gap: 10px; margin-bottom: 28px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.7); }
.catalog-filters label { display: grid; gap: 6px; }.catalog-filters label span { font-size: .68rem; font-weight: 800; text-transform: uppercase; }.catalog-filters select { min-height: 43px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }.filter-clear { min-height: 43px; display: inline-flex; align-items: center; padding: 0 9px; color: var(--green-700); font-size: .74rem; font-weight: 800; }.mobile-filter-toggle { display: none; }.product-brand,.product-detail__brand { color: var(--ink); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.product-detail__brand { display: block; margin-bottom: 8px; font-size: .86rem; }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 17px; }
.product-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 9px 26px rgba(25,50,38,.05); transition: transform .18s ease,box-shadow .18s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-card__media { display: grid; aspect-ratio: 1/.82; place-items: center; overflow: hidden; color: var(--green-700); background: linear-gradient(145deg,#edf3ed,#dce9df); font-family: Georgia,serif; font-size: 2rem; text-decoration: none; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }.product-card:hover .product-card__media img { transform: scale(1.025); }
.product-card__body { display: grid; flex: 1; gap: 8px; align-content: start; padding: 18px; }
.product-card__body > small,.cart-line__copy > small { color: var(--green-700); font-size: .69rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.product-card h3 { margin: 0; font-family: Georgia,serif; font-size: 1.18rem; }.product-card h3 a { text-decoration: none; }
.product-card__actions { display: grid; gap: 7px; align-self: end; margin-top: auto; padding-top: 5px; }.product-card__actions form { margin: 0; }.product-card__actions .store-button { width: 100%; }
.product-price { font-size: 1.08rem; }.availability { width: fit-content; padding: 5px 8px; border-radius: 999px; font-size: .67rem; font-weight: 800; }.availability--yes { color: #236547; background: #e0eee5; }.availability--no { color: #844545; background: #f2dfdf; }
.store-empty { display: grid; min-height: 310px; place-items: center; align-content: center; padding: 35px; border: 1px dashed #c9c9bf; border-radius: 20px; background: rgba(255,255,255,.55); text-align: center; }.store-empty__icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: var(--green-700); background: var(--green-100); font-size: 1.5rem; }.store-empty h2,.store-empty h3 { margin: 15px 0 5px; font-family: Georgia,serif; font-size: 1.5rem; }.store-empty p { max-width: 460px; margin: 0 0 18px; color: var(--muted); line-height: 1.6; }

.store-breadcrumb { display: flex; overflow: hidden; align-items: center; gap: 8px; padding: 21px 0 5px; color: var(--muted); font-size: .75rem; white-space: nowrap; }.store-breadcrumb a { color: var(--green-700); }.store-breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
.product-detail-section { padding: 0 0 clamp(55px,8vw,95px); background: var(--sand); }
.product-detail { display: grid; grid-template-columns: minmax(280px,.9fr) minmax(0,1.1fr); gap: clamp(35px,7vw,90px); align-items: center; padding-top: 30px; }
.product-detail__visual { display: grid; gap: 10px; }.product-detail__media { display: grid; width: 100%; aspect-ratio: 1; padding: 0; place-items: center; overflow: hidden; color: var(--green-700); background: linear-gradient(145deg,#edf3ed,#dce9df); border: 1px solid var(--line); border-radius: 24px; font-family: Georgia,serif; font-size: 4rem; }.product-detail__media img { width: 100%; height: 100%; object-fit: cover; }.reference-caption { color: var(--muted); font-size: .7rem; text-align: center; }
.product-detail__copy h1 { margin: 7px 0 0; font-family: Georgia,serif; font-size: clamp(2.45rem,5vw,4.6rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; }.product-code { color: var(--muted); font-size: .78rem; }.product-detail__price { display: block; margin: 23px 0 12px; font-size: 1.65rem; }.product-description { max-width: 62ch; color: var(--muted); line-height: 1.7; }.detail-back-link { display: block; width: fit-content; margin-top: 21px; color: var(--green-700); font-size: .78rem; font-weight: 800; }
.detail-cart-form { display: grid; grid-template-columns: auto 82px minmax(150px,230px); align-items: center; gap: 10px; margin-top: 24px; }.detail-cart-form label { font-size: .76rem; font-weight: 800; }.detail-cart-form input { min-height: 44px; width: 82px; padding: 8px; border: 1px solid var(--line); border-radius: 10px; }.detail-cart-form .store-button { margin: 0; }
.real-gallery { padding-top: 65px; }.real-gallery__stage { display: grid; width: 100%; max-height: 700px; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; }.real-gallery__stage img { width: 100%; max-height: 700px; object-fit: contain; }.real-gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; }.real-gallery__thumbs button { width: 85px; height: 85px; flex: 0 0 85px; padding: 3px; border: 2px solid transparent; border-radius: 11px; background: #fff; }.real-gallery__thumbs button[aria-current="true"] { border-color: var(--green-700); }.real-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; border-radius: 7px; }
.image-lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(4,15,10,.9); }.image-lightbox[hidden] { display: none; }.image-lightbox__content img { max-width: 92vw; max-height: 88vh; object-fit: contain; }.image-lightbox__close { position: fixed; top: 18px; right: 20px; width: 44px; height: 44px; color: #fff; background: rgba(255,255,255,.12); border: 0; border-radius: 50%; font-size: 1.5rem; }

.cart-overlay { position: fixed; z-index: 79; inset: 0; background: rgba(7,24,16,.48); opacity: 0; transition: opacity .18s ease; }.cart-overlay[hidden],.cart-drawer[hidden] { display: none; }.cart-open .cart-overlay { opacity: 1; }
.cart-drawer { position: fixed; z-index: 80; top: 0; right: 0; width: min(440px,100%); height: 100dvh; overflow: hidden; background: var(--paper); box-shadow: -20px 0 60px rgba(10,35,23,.22); transform: translateX(100%); transition: transform .2s ease; outline: 0; }.cart-open .cart-drawer { transform: translateX(0); }.cart-drawer > div { display: grid; height: 100%; grid-template-rows: auto minmax(0,1fr) auto; }.cart-drawer__header { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); }.cart-drawer__header h2 { margin: 4px 0 0; font-family: Georgia,serif; font-size: 1.8rem; font-weight: 500; }.cart-drawer__close { width: 42px; height: 42px; background: transparent; border: 1px solid var(--line); border-radius: 50%; font-size: 1.4rem; }.cart-drawer__empty { display: grid; min-height: 0; place-items: center; align-content: center; padding: 35px; text-align: center; }.cart-drawer__empty > span { font-size: 2rem; }.cart-drawer__empty h3 { margin: 15px 0 5px; }.cart-drawer__empty p { margin: 0 0 20px; color: var(--muted); }.cart-drawer__lines { overflow-y: auto; padding: 8px 24px; }.cart-drawer__footer { display: grid; gap: 10px; padding: 20px 24px; border-top: 1px solid var(--line); }.cart-drawer__footer > div { display: flex; align-items: center; justify-content: space-between; }.cart-drawer__footer > div strong { font-size: 1.18rem; }
.cart-line { display: grid; grid-template-columns: 110px minmax(0,1fr) auto; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }.cart-line__image { display: grid; width: 110px; aspect-ratio: 1; place-items: center; overflow: hidden; color: var(--green-700); background: var(--green-100); border-radius: 13px; font-family: Georgia,serif; text-decoration: none; }.cart-line__image img { width: 100%; height: 100%; object-fit: cover; }.cart-line__copy { display: grid; gap: 5px; }.cart-line h2,.cart-line h3 { margin: 0; font-family: Georgia,serif; }.cart-line h2 { font-size: 1.2rem; }.cart-line h2 a { text-decoration: none; }.cart-line__copy > span { color: var(--muted); font-size: .75rem; }.cart-line--compact { grid-template-columns: 72px minmax(0,1fr) auto; gap: 12px; padding: 14px 0; }.cart-line--compact .cart-line__image { width: 72px; }.cart-line--compact h3 { font-size: .95rem; }.cart-line--compact div { display: grid; gap: 4px; }.cart-line--compact small { color: var(--muted); }.cart-line--compact form button { width: 31px; height: 31px; color: var(--danger); background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.text-button { padding: 5px; color: var(--green-700); background: transparent; border: 0; font-size: .76rem; font-weight: 800; text-decoration: underline; }.text-button--danger { color: var(--danger); }
.cart-live-region { position: fixed; z-index: 110; right: 20px; bottom: 20px; max-width: min(360px,calc(100% - 40px)); padding: 11px 15px; color: #fff; background: var(--green-950); border-radius: 10px; box-shadow: var(--shadow); font-size: .78rem; }.cart-live-region:empty { display: none; }
.cart-page { min-height: 65vh; padding: 0 0 80px; background: var(--sand); }.cart-page__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; padding: 30px 0; }.cart-page__heading h1 { margin: 5px 0; font-family: Georgia,serif; font-size: clamp(2.2rem,5vw,4rem); font-weight: 500; }.cart-page__heading p { margin: 0; color: var(--muted); }.cart-page__grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 25px; }.cart-page__lines,.cart-summary { padding: 0 23px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }.cart-page__lines .cart-line { grid-template-columns: 110px minmax(150px,1fr) auto auto; }.cart-quantity { display: grid; grid-template-columns: 75px auto; gap: 5px; }.cart-quantity label { grid-column: 1/-1; font-size: .68rem; font-weight: 800; }.cart-quantity input { width: 75px; min-height: 38px; padding: 6px; border: 1px solid var(--line); border-radius: 8px; }.cart-quantity button { color: var(--green-700); background: transparent; border: 0; font-size: .7rem; font-weight: 800; }.cart-line__subtotal { white-space: nowrap; }.cart-summary { display: grid; height: fit-content; gap: 17px; padding: 23px; }.cart-summary > span { color: var(--green-700); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.cart-summary > div { display: flex; justify-content: space-between; gap: 12px; }.cart-summary__total { padding-top: 17px; border-top: 1px solid var(--line); font-size: 1.12rem; }.cart-summary p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }

.store-coming-soon { min-height: 65vh; padding: 80px 0; background: var(--sand); }.store-coming-soon__inner { display: grid; place-items: center; text-align: center; }.store-coming-soon__icon { display: grid; width: 60px; height: 60px; place-items: center; margin-top: 20px; border-radius: 50%; color: var(--green-700); background: var(--green-100); font-size: 1.5rem; }.store-coming-soon h1 { margin: 18px 0 6px; font-family: Georgia,serif; font-size: clamp(2rem,5vw,4rem); }.store-coming-soon p { max-width: 560px; margin: 0 0 20px; color: var(--muted); }.store-status { margin-bottom: 20px; color: var(--green-700); font-size: .72rem; font-weight: 800; }
.store-footer { padding: 55px 0 20px; color: #dbe5df; background: var(--green-950); }.store-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 35px; }.store-brand--footer img { filter: brightness(0) invert(1); }.store-footer p { max-width: 300px; color: #9fb2a8; line-height: 1.6; }.store-footer__grid > div { display: grid; align-content: start; gap: 10px; }.store-footer__grid strong { color: #fff; font-size: .75rem; text-transform: uppercase; }.store-footer a,.store-footer span,.store-footer button { color: #aebfb6; background: transparent; border: 0; font-size: .76rem; text-align: left; text-decoration: none; }.store-footer button { padding: 0; }.store-footer__bottom { display: flex; justify-content: space-between; margin-top: 40px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }

@media (max-width: 1050px) { .store-header__main { grid-template-columns: auto minmax(220px,1fr) auto; gap: 14px; }.store-admin-access { display: none; }.product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }.cart-page__grid { grid-template-columns: 1fr; }.cart-summary { width: min(420px,100%); margin-left: auto; } }
@media (max-width: 780px) { .store-header__main { grid-template-columns: 1fr auto; }.store-search { grid-column: 1/-1; grid-row: 2; }.store-action { display: none; }.store-hero__stamp { display: none; }.store-hero__inner { grid-template-columns: 1fr; }.product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.store-footer__grid { grid-template-columns: repeat(2,1fr); }.product-detail { grid-template-columns: 1fr; }.cart-page__lines .cart-line { grid-template-columns: 90px minmax(0,1fr) auto; }.cart-page__lines .cart-line__image { width: 90px; }.cart-quantity { grid-column: 2; }.cart-line__subtotal { grid-column: 3; grid-row: 1; }.cart-page__lines .cart-line > form:last-child { grid-column: 3; } }
@media (max-width: 520px) { .container { width: min(100% - 28px,1180px); }.store-announcement { font-size: .64rem; }.store-header__main { padding-block: 10px; }.store-brand img { width: 123px; height: 38px; }.cart-button > span:first-child { display: none; }.store-search input { height: 42px; font-size: .86rem; }.store-search button { padding-inline: 14px; font-size: .75rem; }.category-nav a { padding-right: 17px; }.store-hero { padding-block: 43px; }.store-hero h1 { font-size: clamp(2.25rem,13vw,3.5rem); }.store-section__heading,.cart-page__heading { align-items: flex-start; flex-direction: column; }.filter-summary { justify-content: flex-start; }.product-grid { grid-template-columns: 1fr; }.product-card__media { aspect-ratio: 1/.72; }.store-footer__grid { grid-template-columns: 1fr; }.store-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }.detail-cart-form { grid-template-columns: auto 82px; }.detail-cart-form .store-button { grid-column: 1/-1; }.product-detail__copy h1 { font-size: clamp(2.25rem,13vw,3.5rem); }.cart-drawer__header,.cart-drawer__lines,.cart-drawer__footer { padding-right: 17px; padding-left: 17px; }.cart-page__lines { padding: 0 15px; }.cart-page__lines .cart-line { grid-template-columns: 72px minmax(0,1fr); gap: 12px; }.cart-page__lines .cart-line__image { width: 72px; }.cart-quantity { grid-column: 2; }.cart-line__subtotal { grid-column: 2; grid-row: auto; }.cart-page__lines .cart-line > form:last-child { grid-column: 2; }.cart-summary { padding: 20px; } }
@media (max-width: 520px) { .cart-button__icon { display: inline!important; }.cart-button__word { display: none; } }
@media (max-width: 780px) { .mobile-filter-toggle { display: inline-flex; min-height: 43px; align-items: center; margin-bottom: 12px; padding: 9px 14px; color: var(--green-700); background: #fff; border: 1px solid var(--green-700); border-radius: 10px; font-weight: 800; }.catalog-filters { display: none; grid-template-columns: 1fr; }.catalog-filters.is-open { display: grid; }.catalog-filters .store-button,.catalog-filters .filter-clear { width: 100%; justify-content: center; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto!important; transition: none!important; } }
.customer-auth,.customer-area { min-height: 65vh; padding: clamp(42px,7vw,88px) 0; background: var(--sand); }
.customer-auth__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,520px); gap: clamp(35px,7vw,90px); align-items: center; }
.customer-auth h1,.customer-area h1 { margin: 8px 0 14px; font: 500 clamp(2.35rem,6vw,4.6rem)/.98 Georgia,serif; }
.customer-auth__grid>div:first-child>p,.customer-heading p { max-width: 620px; color: var(--muted); line-height: 1.7; }
.customer-panel { padding: clamp(22px,4vw,38px); border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: 0 18px 45px rgba(26,54,43,.07); }
.customer-panel h2 { margin: 0 0 20px; font: 500 1.7rem Georgia,serif; }.customer-panel--center { max-width: 680px; margin: auto; text-align: center; }
.customer-form { display: grid; gap: 16px; }.customer-form label { display: grid; gap: 7px; font-size: .76rem; font-weight: 800; }.customer-form label>span small { color: var(--muted); font-weight: 500; }
.customer-form input,.customer-form select,.customer-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); font: inherit; }.customer-form textarea { min-height: 90px; resize: vertical; }
.customer-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.customer-check { grid-template-columns: auto 1fr!important; align-items: start; font-weight: 500!important; line-height: 1.5; }.customer-check input { width: 18px; min-height: 18px; margin-top: 2px; }
.customer-panel__links { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 18px; font-size: .78rem; }.customer-alert { margin: 0 0 18px; padding: 13px 16px; border: 1px solid #d8caa8; border-radius: 10px; background: #fff9e9; font-size: .8rem; line-height: 1.5; }.customer-alert ul { margin: 0; padding-left: 18px; }.customer-alert--error { color: #7b2525; border-color: #e9bcbc; background: #fff2f2; }.customer-alert--success { color: var(--green-700); border-color: #b9d8c8; background: #eef8f2; }
.customer-narrow { max-width: 860px; }.customer-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 22px; margin-bottom: 28px; }.customer-heading h1 { font-size: clamp(2.2rem,5vw,3.8rem); }
.customer-dashboard,.address-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }.customer-dashboard>a,.customer-dashboard>div { display: grid; gap: 8px; min-height: 145px; align-content: center; padding: 25px; color: inherit; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); text-decoration: none; }.customer-dashboard strong { font: 500 1.3rem Georgia,serif; }.customer-dashboard span { color: var(--muted); font-size: .8rem; }
.address-card__title { display: flex; justify-content: space-between; gap: 12px; }.address-card__title small { color: var(--green-700); font-weight: 800; }.address-card__actions { display: flex; flex-wrap: wrap; gap: 12px; }.address-card__actions form { margin: 0; }.address-card__actions button { padding: 0; color: var(--green-700); background: none; border: 0; text-decoration: underline; }.customer-panel.is-inactive { opacity: .65; }
.customer-list { display: grid; gap: 12px; }.customer-list article { display: flex; justify-content: space-between; gap: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }.customer-list article>div { display: grid; gap: 5px; min-width: 0; }.customer-list span { overflow-wrap: anywhere; color: var(--muted); font-size: .73rem; }.customer-list small { color: var(--green-700); font-weight: 800; }.customer-list button { color: var(--danger); background: none; border: 0; text-decoration: underline; }.customer-inline-form { margin: 20px 0; }.legal-section { padding: 22px 0; border-bottom: 1px solid var(--line); }.legal-section h2 { margin: 0 0 7px; font: 500 1.45rem Georgia,serif; }.legal-section p { color: var(--muted); line-height: 1.7; }
@media(max-width:780px){.store-header__main { grid-template-columns: minmax(0,1fr) auto; }.store-header__main>* , .store-search,.store-actions { min-width: 0; }.customer-auth__grid { grid-template-columns: 1fr; }.customer-account-access small { display: none; }.customer-dashboard,.address-grid { grid-template-columns: 1fr; }}
@media(max-width:520px){.container { max-width: calc(100% - 28px); }.customer-form__row { grid-template-columns: 1fr; }.customer-panel { padding: 20px; }.customer-heading { align-items: flex-start; flex-direction: column; }.customer-list article { align-items: flex-start; flex-direction: column; }.customer-account-access span { max-width: 72px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }}
.variant-selector { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 12px; margin-top: 22px; }
.variant-selector label { display: grid; gap: 6px; font-size: .76rem; font-weight: 800; }
.variant-selector select { min-height: 44px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.variant-selector > small { grid-column: 1/-1; color: var(--muted); }

/* Mandatory customer verification */
.verification-screen { min-height: 72vh; padding: clamp(36px,7vw,78px) 0; background: var(--sand); }
.verification-card { width: min(920px,100%); margin: auto; }
.verification-card>h1 { margin: 8px 0 12px; font: 500 clamp(2.25rem,6vw,4rem)/1 Georgia,serif; }
.verification-card>p { margin: 0 0 24px; color: var(--muted); line-height: 1.65; }
.verification-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.verification-channel { min-width: 0; padding: 21px; border: 1px solid #dce1dd; border-radius: 17px; background: #fbfcfa; }
.verification-channel--complete { border-color: #acd0b9; background: #f3faf5; }
.verification-channel header { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 11px; align-items: center; margin-bottom: 19px; }
.verification-channel header>span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--green-700); background: #e7f1ea; border-radius: 11px; font-weight: 900; }
.verification-channel h2 { margin: 0 0 3px; font: 500 1.2rem Georgia,serif; }.verification-channel header p { margin: 0; color: var(--muted); font-size: .72rem; }.verification-channel header strong { color: var(--green-700); font-size: .63rem; text-transform: uppercase; }
.verification-channel form { display: grid; gap: 9px; margin-top: 12px; }.verification-channel label { font-size: .7rem; font-weight: 850; }.verification-channel small { color: var(--muted); }
.otp-input { width: 100%; min-height: 52px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; font-size: 1.25rem; font-weight: 800; letter-spacing: .34em; text-align: center; }
.text-button { width: fit-content; padding: 5px 0; color: var(--green-700); background: transparent; border: 0; font-size: .7rem; font-weight: 850; text-decoration: underline; }.text-button:disabled { color: #8d9690; cursor: not-allowed; }
.verification-warning { margin: 13px 0 0; padding: 11px; color: #725616; background: #fff3d4; border-radius: 9px; font-size: .7rem; line-height: 1.5; }.verification-complete { color: var(--green-700); font-weight: 800; }
.verification-footer { display: flex; justify-content: space-between; gap: 15px; margin-top: 24px; padding-top: 18px; border-top: 1px solid #e2e5e2; }.verification-footer small { color: var(--muted); }
.security-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }.security-form-grid .account-form { display: grid; gap: 16px; align-content: start; padding: 27px; }.security-form-grid h2 { margin: 0; font: 500 1.45rem Georgia,serif; }
@media(max-width:700px){.verification-grid,.security-form-grid{grid-template-columns:1fr}.verification-channel{padding:18px}.verification-channel header{grid-template-columns:auto minmax(0,1fr)}.verification-channel header>strong{grid-column:2}.verification-footer{align-items:flex-start;flex-direction:column}.otp-input{font-size:1.05rem}}
/* Orders */
.order-page{padding:2rem 0 4rem;background:#f7f8f5;min-height:60vh}.order-heading{margin:1.2rem 0 1.5rem}.order-heading h1{margin:.25rem 0;font-size:clamp(2rem,4vw,3.2rem)}.order-layout,.order-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:1.5rem;align-items:start}.order-form,.order-panel,.order-summary-card{background:#fff;border:1px solid #e2e6dd;border-radius:18px;padding:1.4rem;box-shadow:0 8px 30px rgba(22,35,22,.06)}.order-summary-card{position:sticky;top:1rem}.order-summary-card>div,.order-total,.order-line{display:flex;justify-content:space-between;gap:1rem;padding:.8rem 0;border-bottom:1px solid #e8ebe4}.order-total{font-size:1.15rem;border-bottom:0;border-top:2px solid #193a2a;margin-top:.6rem}.order-line{align-items:center}.order-line div{display:flex;flex-direction:column}.order-line small{display:block;color:#667268}.address-choice{display:grid;gap:.75rem;margin-bottom:1rem}.address-choice label{display:flex;gap:.8rem;border:1px solid #d9dfd5;border-radius:12px;padding:1rem;cursor:pointer}.address-choice label:has(input:checked){border-color:#1d6b49;background:#f1faf5}.address-choice span{display:flex;flex-direction:column}.order-note{padding:.8rem;border-radius:10px;background:#f3f6f1}.order-success{max-width:700px;margin:2rem auto;text-align:center;background:#fff;border:1px solid #dfe5dc;border-radius:22px;padding:clamp(2rem,6vw,4rem)}.order-success>span{display:grid;place-items:center;width:64px;height:64px;margin:auto;border-radius:50%;background:#1d6b49;color:#fff;font-size:2rem}.customer-order-list{display:grid;gap:.8rem}.customer-order-card{display:grid;grid-template-columns:minmax(150px,1fr) auto auto auto;gap:1rem;align-items:center;padding:1rem;border:1px solid #e0e5dc;border-radius:14px;background:#fff;color:inherit;text-decoration:none}.customer-order-card div{display:flex;flex-direction:column}.status-badge{display:inline-flex;width:max-content;padding:.3rem .65rem;border-radius:999px;background:#edf1eb;color:#33463a;font-size:.8rem;font-weight:700}.status-reserved,.status-ready{background:#fff1c9;color:#745200}.status-confirmed,.status-completed{background:#dff5e7;color:#145b34}.status-cancelled,.status-expired{background:#f9e2e2;color:#8a2929}
@media(max-width:768px){.order-layout,.order-detail-grid{grid-template-columns:1fr}.order-summary-card{position:static}.customer-order-card{grid-template-columns:1fr auto}.customer-order-card>strong{grid-column:1}.order-line{align-items:flex-start;flex-wrap:wrap}}
@media(max-width:390px){.order-page{padding-top:1rem}.order-form,.order-panel,.order-summary-card{padding:1rem;border-radius:12px}.customer-order-card{grid-template-columns:1fr}.order-line{display:grid;grid-template-columns:1fr}.order-success{padding:1.5rem 1rem}}
.store-button--danger{border-color:#b42318;color:#b42318;background:#fff}.store-button--danger:hover{background:#fff1f0}.status-cancellation-review{background:#fff4d6;color:#7a4b00}.customer-dialog{width:min(560px,calc(100% - 2rem));border:0;border-radius:20px;padding:0;box-shadow:0 24px 70px rgba(0,0,0,.25)}.customer-dialog::backdrop{background:rgba(9,30,23,.62)}.customer-dialog form{display:grid;gap:1rem;padding:1.5rem}.customer-dialog label{display:grid;gap:.45rem;font-weight:700}.customer-dialog textarea{min-height:90px}.dialog-heading,.dialog-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.dialog-heading h2{margin:.25rem 0 0}.dialog-close{border:0;background:transparent;font-size:2rem;cursor:pointer}.dialog-actions{justify-content:flex-end}@media(max-width:640px){.customer-dialog{width:calc(100% - 1rem)}.dialog-actions{align-items:stretch;flex-direction:column-reverse}.dialog-actions .store-button{width:100%}}

.customer-primary-action,.customer-help{display:flex;align-items:center;justify-content:space-between;gap:24px}.customer-primary-action h2,.customer-help h2{margin:.25rem 0}.customer-primary-action p,.customer-help p{margin:0;color:#617069}.payment-proof-action{margin-top:20px;padding-top:18px;border-top:1px solid #dfe6e1}.payment-proof-action details{margin-top:14px}
@media(max-width:620px){.customer-primary-action,.customer-help{align-items:stretch;flex-direction:column}.customer-primary-action .store-button,.customer-help .store-button{width:100%;text-align:center}}
