:root {
  --ink: #17201e;
  --muted: #66716d;
  --paper: #f8f6f1;
  --surface: #ffffff;
  --line: #e7e3dc;
  --accent: #e35f42;
  --accent-dark: #bd462e;
  --sage: #dce7dd;
  --dark: #17201e;
  --max-width: 1180px;
  --shadow: 0 20px 55px rgba(31, 37, 35, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
body, button, input, select, textarea { font: inherit; }
button, input, select, textarea { outline-color: var(--accent); }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max-width), calc(100% - 40px)); margin-inline: auto; }
.page-section { padding: 84px 0; }
.page-header { padding: 76px 0 48px; text-align: center; background: #edf0e9; }
.page-header h1, .page-section h1, .detail-content h1 { margin: 8px 0 14px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.page-header h1 { font-size: clamp(2.75rem, 6vw, 5rem); }
.page-header p { margin: 0 auto; max-width: 600px; color: var(--muted); }
.eyebrow { margin: 0; color: var(--accent-dark); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.muted { color: var(--muted); }

.announcement { padding: 9px 20px; background: var(--dark); color: #faf8f4; text-align: center; font-size: .77rem; letter-spacing: .02em; }
.announcement a { margin-left: 8px; color: #f6bba8; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(248, 246, 241, .94); backdrop-filter: blur(12px); }
.nav-wrap { display: flex; min-height: 76px; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: .93rem; font-weight: 850; letter-spacing: -.04em; line-height: 1; white-space: nowrap; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: .53rem; letter-spacing: .2em; }
.brand-mark { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: var(--accent); color: white; font-family: Georgia, serif; font-size: 1.25rem; font-style: italic; }
.main-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.main-nav a, .nav-actions a { color: #4f5a56; font-size: .88rem; font-weight: 650; }
.main-nav a:hover, .main-nav .is-active, .nav-actions a:hover { color: var(--accent-dark); }
.nav-actions { display: flex; align-items: center; gap: 16px; margin-left: 10px; }
.account-link { display: inline-flex; align-items: center; gap: 5px; }
.nav-icon { font-size: 1.2rem; line-height: 1; }
.cart-link { display: flex; align-items: center; gap: 7px; }
.cart-count { display: grid; min-width: 21px; height: 21px; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: .69rem; }
.mobile-menu { display: none; width: 42px; border: 0; background: transparent; }
.mobile-menu span { display: block; height: 1px; margin: 5px 0; background: var(--ink); }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 2px; padding: 12px 20px; font-size: .82rem; font-weight: 800; letter-spacing: .03em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--dark); color: white; }
.button-dark:hover { background: var(--accent-dark); }
.button-light { border-color: rgba(255,255,255,.55); color: white; }
.button-light:hover { border-color: white; background: white; color: var(--dark); }
.button-outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--ink); color: white; }
.button-small { min-height: 37px; padding: 8px 12px; font-size: .72rem; }
.button-wide { width: 100%; }

.hero { position: relative; min-height: 600px; overflow: hidden; background: #1f2c28; color: white; }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20, 30, 27, .94) 0%, rgba(20, 30, 27, .66) 48%, rgba(20, 30, 27, .1) 100%), url("https://images.unsplash.com/photo-1556656793-08538906a9f8?auto=format&fit=crop&w=1800&q=85") center/cover; content: ""; }
.hero-content { position: relative; display: flex; min-height: 600px; align-items: center; }
.hero-copy { max-width: 620px; padding: 66px 0; }
.hero .eyebrow { color: #ffb49f; }
.hero h1 { margin: 12px 0 21px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.35rem, 7.4vw, 6.9rem); font-weight: 500; letter-spacing: -.065em; line-height: .92; }
.hero p { max-width: 490px; margin: 0 0 31px; color: rgba(255,255,255,.82); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta { display: flex; gap: 30px; margin-top: 54px; color: rgba(255,255,255,.75); font-size: .75rem; }
.hero-meta strong { display: block; margin-bottom: 2px; color: white; font-size: 1rem; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--surface); }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: 13px; min-height: 92px; padding: 17px 38px; border-right: 1px solid var(--line); }
.trust-list li:last-child { border-right: 0; }
.trust-icon { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--sage); color: var(--dark); font-size: 1.1rem; }
.trust-list strong { display: block; font-size: .88rem; }
.trust-list span { color: var(--muted); font-size: .76rem; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-heading h2 { margin: 6px 0 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.55rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 3px; font-size: .84rem; font-weight: 800; }
.text-link:hover { color: var(--accent-dark); border-color: var(--accent-dark); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { overflow: hidden; background: var(--surface); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image-wrap { position: relative; display: block; aspect-ratio: .9; overflow: hidden; background: #edece7; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.045); }
.product-badge { position: absolute; top: 12px; left: 12px; padding: 5px 8px; background: rgba(255,255,255,.9); color: var(--ink); font-size: .63rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.product-content { padding: 18px 17px 16px; }
.product-content h3 { min-height: 48px; margin: 5px 0 7px; font-size: 1rem; line-height: 1.27; }
.product-content a:hover h3 { color: var(--accent-dark); }
.product-copy { min-height: 43px; margin: 0; overflow: hidden; color: var(--muted); font-size: .76rem; line-height: 1.42; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 9px; margin-top: 16px; }
.product-bottom strong { font-size: .93rem; white-space: nowrap; }

.category-section { background: #e7ede6; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-card { position: relative; min-height: 250px; overflow: hidden; background: var(--dark); color: white; }
.category-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,23,20,.8), rgba(13,23,20,.04) 70%); content: ""; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.category-card:hover img { transform: scale(1.06); }
.category-card div { position: absolute; z-index: 1; right: 17px; bottom: 16px; left: 17px; }
.category-card p { margin: 0 0 4px; color: #bce2ce; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.category-card h3 { margin: 0; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; }

.store-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 492px; }
.story-image { background: url("https://images.unsplash.com/photo-1526170375885-4d8ecf77b99f?auto=format&fit=crop&w=1100&q=85") center/cover; }
.story-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(40px, 8vw, 105px); background: #e67f64; color: white; }
.story-copy .eyebrow { color: #ffe0d8; }
.story-copy h2 { max-width: 430px; margin: 10px 0 16px; font-family: Georgia, serif; font-size: clamp(2.4rem, 4.5vw, 4.45rem); font-weight: 500; letter-spacing: -.055em; line-height: .96; }
.story-copy p:not(.eyebrow) { max-width: 440px; margin: 0 0 26px; color: rgba(255,255,255,.86); }

.newsletter { padding: 72px 0; background: var(--dark); color: white; text-align: center; }
.newsletter h2 { margin: 8px 0 11px; font-family: Georgia, serif; font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 500; letter-spacing: -.05em; }
.newsletter p { margin: 0 auto 25px; color: rgba(255,255,255,.7); }
.newsletter-form { display: flex; width: min(500px, 100%); margin: auto; }
.newsletter-form input { flex: 1; min-width: 0; border: 1px solid rgba(255,255,255,.3); border-right: 0; padding: 14px; background: rgba(255,255,255,.07); color: white; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.56); }
.newsletter-form button { border: 1px solid var(--accent); padding: 0 20px; background: var(--accent); color: white; font-size: .8rem; font-weight: 800; }

.shop-layout { display: grid; grid-template-columns: 240px 1fr; gap: 32px; padding: 50px 0 86px; }
.filters { align-self: start; padding: 22px; background: var(--surface); border: 1px solid var(--line); }
.filters h2 { margin: 0 0 21px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.filter-group { margin-bottom: 17px; }
.filter-group label { display: block; margin-bottom: 7px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.filter-group input, .filter-group select, .field input, .field select, .field textarea { width: 100%; border: 1px solid #dcd8d0; border-radius: 2px; padding: 11px 12px; background: white; color: var(--ink); }
.filter-group input:focus, .filter-group select:focus, .field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(227,95,66,.12); }
.clear-filters { border: 0; border-bottom: 1px solid var(--ink); padding: 0; background: transparent; color: var(--ink); font-size: .78rem; font-weight: 750; }
.product-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; color: var(--muted); font-size: .85rem; }
.product-toolbar strong { color: var(--ink); }
.shop-layout .product-grid { grid-template-columns: repeat(3, 1fr); }

.breadcrumbs { display: flex; gap: 9px; margin-bottom: 24px; color: var(--muted); font-size: .82rem; }
.breadcrumbs a:hover { color: var(--accent-dark); }
.detail-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(36px, 7vw, 90px); align-items: center; }
.detail-image { overflow: hidden; aspect-ratio: 1; background: #ebe9e2; }
.detail-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-content h1 { font-size: clamp(2.8rem, 5vw, 4.85rem); }
.detail-price { margin: 0 0 21px; font-size: 1.55rem; font-weight: 750; }
.detail-description { max-width: 530px; color: var(--muted); }
.detail-list { margin: 24px 0; padding: 0; list-style: none; color: #53615b; font-size: .89rem; line-height: 2; }
.detail-actions { display: flex; gap: 12px; align-items: center; }
.quantity-picker { display: inline-flex; align-items: center; border: 1px solid #d8d5ce; background: white; }
.quantity-picker button { width: 37px; height: 43px; border: 0; background: transparent; color: var(--ink); font-size: 1.2rem; }
.quantity-picker span { display: inline-grid; min-width: 31px; place-items: center; font-size: .84rem; font-weight: 750; }
.stock-note { color: #617f5f; font-size: .78rem; font-weight: 700; }

.cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: 35px; align-items: start; }
.cart-list { display: grid; gap: 12px; }
.cart-item { display: grid; grid-template-columns: 115px 1fr auto; gap: 20px; align-items: center; padding: 14px; background: var(--surface); border: 1px solid var(--line); }
.cart-item > img { width: 115px; height: 115px; object-fit: cover; background: #eeece6; }
.cart-item h2 { margin: 3px 0 7px; font-size: 1.08rem; }
.cart-item-main > p:last-child { margin: 0; font-size: .9rem; font-weight: 750; }
.cart-item-controls { display: grid; justify-items: end; gap: 8px; }
.text-button { border: 0; border-bottom: 1px solid #89908c; padding: 0 0 2px; background: transparent; color: #59615d; font-size: .73rem; }
.text-button:hover { color: var(--accent-dark); border-color: var(--accent-dark); }
.cart-summary { padding: 27px; background: var(--surface); border: 1px solid var(--line); }
.cart-summary h2 { margin: 0 0 22px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.summary-row { display: flex; justify-content: space-between; margin: 13px 0; color: var(--muted); font-size: .87rem; }
.summary-row strong { color: var(--ink); }
.summary-total { margin: 21px 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink); font-size: 1rem; font-weight: 800; }
.summary-note { margin: 13px 0 0; color: var(--muted); font-size: .73rem; text-align: center; }

.checkout-layout { display: grid; grid-template-columns: 1fr 380px; gap: 36px; align-items: start; }
.form-card, .checkout-summary { padding: 29px; background: var(--surface); border: 1px solid var(--line); }
.form-card h2, .checkout-summary h2 { margin: 0 0 23px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 6px; color: #4f5b55; font-size: .76rem; font-weight: 750; }
.field textarea { min-height: 91px; resize: vertical; }
.payment-options { display: grid; gap: 10px; margin: 7px 0 24px; }
.payment-option { display: flex; gap: 10px; align-items: flex-start; padding: 13px; border: 1px solid var(--line); background: #fbfaf7; cursor: pointer; }
.payment-option:has(input:checked) { border-color: var(--accent); background: #fff5f1; }
.payment-option input { margin-top: 3px; accent-color: var(--accent); }
.payment-option strong { display: block; font-size: .86rem; }
.payment-option span { display: block; color: var(--muted); font-size: .75rem; }
.checkout-line { display: flex; justify-content: space-between; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .84rem; }
.checkout-line small { color: var(--muted); }
.checkout-total { display: flex; justify-content: space-between; margin: 21px 0; font-size: 1.15rem; }

.auth-page { display: grid; min-height: calc(100vh - 160px); place-items: center; padding: 68px 20px; background: linear-gradient(135deg, #e8eee6, #f8f6f1 60%, #ffe9e2); }
.auth-card { width: min(100%, 450px); padding: 38px; background: rgba(255,255,255,.93); box-shadow: var(--shadow); }
.auth-card h1 { margin: 7px 0 8px; font-family: Georgia, serif; font-size: 2.7rem; font-weight: 500; letter-spacing: -.05em; }
.auth-card > p { margin: 0 0 25px; color: var(--muted); }
.auth-switch { margin: 20px 0 0; color: var(--muted); font-size: .85rem; text-align: center; }
.auth-switch a { color: var(--accent-dark); font-weight: 800; }

.account-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.account-header h1 { font-size: clamp(2.5rem, 5vw, 4.3rem); }
.order-list { display: grid; gap: 13px; margin-top: 32px; }
.order-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 23px; background: var(--surface); border: 1px solid var(--line); }
.order-card h2 { margin: 4px 0; font-size: 1.35rem; }
.order-card p { margin: 3px 0; color: var(--muted); font-size: .8rem; }
.status-chip { display: inline-block; padding: 5px 8px; background: #f5e1a9; color: #74591c; font-size: .67rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.status-processing, .status-shipped { background: #d8e6f7; color: #315c86; }.status-delivered { background: #dcecdc; color: #376738; }.status-cancelled { background: #f4dada; color: #98433b; }

.admin-heading h1 { margin: 7px 0 8px; font-family: Georgia, serif; font-size: clamp(2.7rem, 5vw, 4.6rem); font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.admin-heading > div > p:last-child { margin: 0; }
.admin-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 34px 0; }
.admin-stats article { padding: 21px; background: #e7ede6; }
.admin-stats span { display: block; color: #5c675f; font-size: .74rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.admin-stats strong { display: block; margin-top: 5px; font-family: Georgia, serif; font-size: 2.5rem; font-weight: 500; }
.admin-layout { display: grid; grid-template-columns: 365px 1fr; gap: 33px; align-items: start; }
.admin-section-heading { margin: 2px 0 16px; }.admin-section-heading h2 { margin: 0 0 4px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }.admin-section-heading p { margin: 0; color: var(--muted); font-size: .8rem; }.orders-heading { margin-top: 43px; }
.admin-form-actions { display: flex; gap: 10px; }.admin-list { display: grid; gap: 10px; }.admin-row { display: grid; grid-template-columns: 72px 1fr auto; gap: 15px; align-items: center; padding: 12px; background: var(--surface); border: 1px solid var(--line); }.admin-row > img { width: 72px; height: 72px; object-fit: cover; background: #ebe9e2; }.admin-row h3 { margin: 2px 0 3px; font-size: .95rem; }.admin-row p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: .76rem; }.admin-row-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }.admin-row-actions select { max-width: 118px; border: 1px solid #d8d5ce; padding: 8px; background: white; font-size: .73rem; }

.empty-state { grid-column: 1 / -1; padding: 68px 24px; background: var(--surface); border: 1px dashed #cfcac0; text-align: center; }
.empty-state h1, .empty-state h2 { margin: 5px 0 9px; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 500; }.empty-state p { margin: 0 auto 21px; color: var(--muted); }
.site-footer { padding: 58px 0 0; background: var(--dark); color: #f5f5ef; }.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.25fr 1fr; gap: 35px; padding-bottom: 45px; }.footer-brand { color: white; }.footer-grid > div > p { max-width: 290px; margin: 17px 0 0; color: #c0c8c2; font-size: .82rem; }.footer-grid h3 { margin: 3px 0 13px; color: #f3f2e9; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }.footer-grid a:not(.brand) { display: block; margin: 8px 0; color: #c0c8c2; font-size: .82rem; }.footer-grid a:not(.brand):hover { color: #f4a995; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); color: #aeb9b0; font-size: .7rem; }
.toast-message { position: fixed; z-index: 100; right: 20px; bottom: 20px; max-width: min(360px, calc(100% - 40px)); padding: 13px 16px; transform: translateY(20px); background: var(--dark); box-shadow: 0 12px 30px rgba(0,0,0,.2); color: white; font-size: .83rem; opacity: 0; transition: opacity .2s ease, transform .2s ease; }.toast-visible { transform: translateY(0); opacity: 1; }.toast-error { background: #9b3328; }.toast-info { background: #4d5d58; }

@media (max-width: 980px) { .main-nav { gap: 17px; }.product-grid, .category-grid { grid-template-columns: repeat(2, 1fr); }.shop-layout { grid-template-columns: 205px 1fr; gap: 20px; }.shop-layout .product-grid { grid-template-columns: repeat(2, 1fr); }.cart-layout, .checkout-layout { grid-template-columns: 1fr; }.cart-summary, .checkout-summary { order: -1; }.footer-grid { grid-template-columns: 1.4fr 1fr; }.trust-list li { padding-inline: 20px; }.admin-layout { grid-template-columns: 1fr; }.admin-layout .form-card { max-width: 560px; } }
@media (max-width: 720px) { .container { width: min(100% - 30px, var(--max-width)); }.announcement { font-size: .67rem; }.nav-wrap { min-height: 65px; gap: 12px; }.mobile-menu { display: block; order: 2; margin-left: auto; }.main-nav { position: absolute; top: 65px; right: 0; left: 0; display: none; padding: 14px 20px 20px; border-bottom: 1px solid var(--line); background: var(--paper); }.main-nav.menu-open { display: grid; gap: 15px; }.nav-actions { gap: 10px; margin-left: 0; }.account-link { font-size: 0 !important; }.account-link .nav-icon { font-size: 1.25rem; }.hero, .hero-content { min-height: 550px; }.hero::before { background: linear-gradient(90deg, rgba(20,30,27,.9), rgba(20,30,27,.48)), url("https://images.unsplash.com/photo-1556656793-08538906a9f8?auto=format&fit=crop&w=1000&q=80") center/cover; }.hero h1 { font-size: clamp(3.35rem, 16vw, 5rem); }.hero-meta { gap: 17px; margin-top: 37px; }.trust-list { grid-template-columns: 1fr; }.trust-list li { min-height: 69px; border-right: 0; border-bottom: 1px solid var(--line); }.trust-list li:last-child { border-bottom: 0; }.page-section { padding: 60px 0; }.section-heading { display: block; }.section-heading .text-link { display: inline-block; margin-top: 16px; }.category-grid { gap: 10px; }.category-card { min-height: 185px; }.category-card h3 { font-size: 1.35rem; }.store-story { grid-template-columns: 1fr; }.story-image { min-height: 285px; }.story-copy { min-height: 360px; }.shop-layout { display: block; padding-top: 28px; }.filters { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }.filters h2 { grid-column: 1 / -1; margin-bottom: 4px; }.filter-group { margin: 0; }.clear-filters { justify-self: start; margin-top: 6px; }.shop-layout .product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }.product-content { padding: 13px; }.product-content h3 { min-height: auto; font-size: .88rem; }.product-copy { display: none; }.product-bottom { align-items: flex-start; flex-direction: column; margin-top: 10px; }.product-bottom .button { width: 100%; }.detail-grid { grid-template-columns: 1fr; gap: 30px; }.detail-content h1 { font-size: 3.1rem; }.cart-item { grid-template-columns: 80px 1fr; gap: 13px; }.cart-item > img { width: 80px; height: 80px; }.cart-item-controls { grid-column: 1 / -1; grid-template-columns: 1fr auto auto; align-items: center; justify-items: initial; }.cart-item-controls strong { justify-self: end; }.cart-item-controls .text-button { grid-column: 1; }.field-grid { grid-template-columns: 1fr; gap: 0; }.form-card, .checkout-summary { padding: 22px; }.account-header { align-items: flex-start; flex-direction: column; }.order-card { align-items: flex-start; flex-direction: column; }.admin-stats { grid-template-columns: 1fr; }.admin-row { grid-template-columns: 58px 1fr; }.admin-row > img { width: 58px; height: 58px; }.admin-row-actions { grid-column: 1 / -1; justify-content: flex-start; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 15px; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin: 5px 0; }.newsletter-form { display: grid; gap: 8px; }.newsletter-form input, .newsletter-form button { min-height: 47px; border: 1px solid rgba(255,255,255,.3); }.newsletter-form button { border-color: var(--accent); } }
@media (max-width: 390px) { .brand { font-size: .8rem; }.brand-mark { width: 27px; height: 27px; }.cart-link { font-size: 0 !important; }.cart-count { font-size: .65rem; }.product-grid, .shop-layout .product-grid { grid-template-columns: 1fr; }.category-grid { grid-template-columns: 1fr 1fr; }.footer-grid { grid-template-columns: 1fr; }.filters { grid-template-columns: 1fr; } }
