:root {
  --black: #070909;
  --black-soft: #101313;
  --panel: #171b1b;
  --line: #d8dddd;
  --muted: #667070;
  --paper: #f5f5f1;
  --white: #fff;
  --accent: #69e6e1;
  --accent-dark: #40c9c5;
  --danger: #dc5e5e;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 24px 70px rgb(0 0 0 / 20%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--paper); font-family: var(--sans); }
body.locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 12px 18px; background: var(--accent); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 14px; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.button { min-height: 48px; padding: 0 22px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-size: .78rem; font-weight: 700; letter-spacing: .04em; cursor: pointer; transition: .2s ease; }
.button--accent { background: var(--accent); color: var(--black); }
.button--accent:hover { background: var(--accent-dark); transform: translateY(-2px); }
.button--outline { background: transparent; border-color: #b9c0c0; }
.text-link { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-weight: 700; cursor: pointer; }
.icon-button { width: 42px; height: 42px; padding: 0; border: 0; display: inline-grid; place-items: center; background: transparent; font-size: 1.35rem; cursor: pointer; }
.icon-button svg, .account-button svg { width: 20px; height: 20px; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.announcement { min-height: 32px; padding: 7px 5vw; display: flex; justify-content: center; align-items: center; gap: 22px; background: var(--black); color: #d5dddd; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.announcement__separator { width: 3px; height: 3px; border-radius: 50%; background: var(--accent); }
.site-header { min-height: 82px; padding: 0 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: sticky; top: 0; z-index: 30; background: rgb(245 245 241 / 94%); border-bottom: 1px solid #d9dddd; backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 12px; text-transform: uppercase; }
.brand__header-logo { width: 66px; height: 66px; display: block; object-fit: contain; }
.brand__mark { width: 44px; height: 44px; border: 1px solid var(--black); border-radius: 50% 50% 48% 52%; display: grid; place-items: center; font-family: var(--serif); font-size: 1.1rem; font-weight: 700; }
.logo-slot { position: relative; overflow: hidden; }
.logo-slot img { width: 100%; height: 100%; position: relative; z-index: 1; object-fit: contain; }
.logo-slot img:not([src]), .logo-slot img[src=""] { display: none; }
.logo-slot--mark img { padding: 4px; border-radius: 50%; }
.logo-slot--hero { width: min(54%, 420px); aspect-ratio: 1; padding: 5%; position: absolute; z-index: 2; display: grid; place-items: center; overflow: visible; }
.logo-slot--hero img { width: 100%; height: 100%; max-height: 420px; border-radius: 50%; object-fit: contain; filter: drop-shadow(0 22px 45px rgb(0 0 0 / 38%)); }
.logo-slot--hero span { padding: 22px 28px; border: 1px solid rgb(105 230 225 / 45%); color: var(--accent); font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); text-transform: uppercase; }
.logo-slot:has(img:not([hidden])) > span { display: none; }
.brand strong { display: block; font-family: var(--serif); font-size: 1.25rem; letter-spacing: .08em; }
.brand small { display: block; color: var(--muted); font-size: .48rem; letter-spacing: .24em; }
.main-nav { display: flex; gap: 34px; font-size: .72rem; font-weight: 600; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--accent-dark); transition: .2s; }
.main-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; }
.cart-button { min-height: 42px; margin-left: 8px; padding: 0 16px; border: 1px solid var(--black); background: transparent; font-size: .7rem; font-weight: 700; cursor: pointer; }
.cart-count { min-width: 20px; height: 20px; margin-left: 8px; padding: 2px 5px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--accent); }
.mobile-menu-button { display: none; }

.hero { min-height: 680px; display: grid; grid-template-columns: 52% 48%; background: var(--black); color: var(--white); }
.hero__content { padding: clamp(70px, 9vw, 140px) 8vw; }
.hero .eyebrow { color: var(--accent); }
.hero h1 { max-width: 680px; margin: 0; font-family: var(--serif); font-size: clamp(3.6rem, 6.3vw, 7.2rem); font-weight: 500; line-height: .82; letter-spacing: -.04em; }
.hero h1 em { color: var(--accent); font-weight: 500; }
.hero__lead { max-width: 550px; margin: 35px 0; color: #c6cece; font-size: 1.03rem; line-height: 1.8; }
.hero__actions { display: flex; align-items: center; gap: 30px; }
.hero__facts { margin: 75px 0 0; display: flex; gap: 55px; }
.hero__facts div { padding-left: 16px; border-left: 1px solid #485050; }
.hero__facts dt { font-family: var(--serif); font-size: 1.6rem; }
.hero__facts dd { margin: 3px 0 0; color: #869090; font-size: .62rem; text-transform: uppercase; }
.hero__visual { min-height: 680px; position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 50% 35%, #425253 0, #182020 31%, #0d1111 63%, #050606 100%); border-left: 1px solid #293030; }
.hero__visual::before, .hero__visual::after { content: ""; position: absolute; width: 75%; aspect-ratio: 1; border: 1px solid rgb(105 230 225 / 26%); border-radius: 50%; }
.hero__visual::after { width: 52%; border-style: dashed; transform: rotate(12deg); }
.hero__wordmark { z-index: 1; color: #e9eded; font-family: var(--serif); font-size: clamp(4rem, 7vw, 8rem); line-height: .72; text-align: center; text-transform: uppercase; text-shadow: 0 0 40px rgb(105 230 225 / 16%); }
.hero__visual:has(.logo-slot--hero img:not([hidden])) .hero__wordmark, .hero__visual:has(.logo-slot--hero img:not([hidden])) > p { display: none; }
.hero__visual p { position: absolute; bottom: 28px; left: 28px; color: #778181; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.hero__badge { width: 85px; height: 85px; position: absolute; top: 40px; right: 35px; z-index: 2; display: grid; place-items: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-family: var(--serif); text-align: center; transform: rotate(8deg); }

.trust-strip { padding: 36px 5vw; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #d9dddd; border-bottom: 1px solid #d9dddd; }
.trust-strip article { padding: 10px 4vw; display: flex; gap: 18px; background: var(--paper); }
.trust-strip article > span { color: var(--accent-dark); font-size: .68rem; font-weight: 700; }
.trust-strip h2 { margin: 0 0 6px; font-family: var(--serif); font-size: 1.3rem; }
.trust-strip p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.6; }

.shop-section { padding: 110px 5vw 130px; }
.section-heading { margin-bottom: 48px; display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.section-heading h2, .story-copy h2, .newsletter h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 4vw, 5rem); line-height: .95; }
.section-heading > p { max-width: 460px; color: var(--muted); font-size: .82rem; line-height: 1.7; }
.catalog-toolbar { min-height: 72px; padding: 10px 0; display: grid; grid-template-columns: minmax(240px, 1fr) auto auto auto; align-items: center; gap: 22px; border-top: 1px solid #cfd4d4; border-bottom: 1px solid #cfd4d4; }
.search-field { display: flex; align-items: center; gap: 10px; }
.search-field input { width: 100%; padding: 10px 0; border: 0; outline: 0; background: transparent; }
.filter-toggle { display: none; }
.stock-toggle { display: flex; align-items: center; gap: 10px; font-size: .72rem; font-weight: 700; cursor: pointer; }
.stock-toggle input { position: absolute; opacity: 0; }
.stock-toggle span { width: 36px; height: 20px; padding: 2px; border-radius: 20px; background: #b9c0c0; transition: .2s; }
.stock-toggle span::after { content: ""; width: 16px; height: 16px; display: block; border-radius: 50%; background: white; transition: .2s; }
.stock-toggle input:checked + span { background: var(--accent-dark); }
.stock-toggle input:checked + span::after { transform: translateX(16px); }
.sort-field { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .68rem; }
.sort-field select { border: 0; background: transparent; font-weight: 700; }
.catalog-layout { margin-top: 38px; display: grid; grid-template-columns: 210px 1fr; gap: 46px; }
.filters { padding-right: 24px; border-right: 1px solid #d3d7d7; }
.filter-heading { margin-bottom: 20px; display: flex; justify-content: space-between; font-size: .75rem; }
.filter-heading button { padding: 0; border: 0; background: transparent; color: var(--muted); font-size: .65rem; text-decoration: underline; cursor: pointer; }
.filters fieldset { margin: 0; padding: 22px 0; border: 0; border-top: 1px solid #d3d7d7; }
.filters legend { width: 100%; margin-bottom: 14px; font-family: var(--serif); font-size: 1.12rem; font-weight: 700; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.choice-grid label input, .color-choices label input, .check-list label input { position: absolute; opacity: 0; }
.choice-grid label span { min-height: 34px; display: grid; place-items: center; border: 1px solid #c6cccc; font-size: .65rem; cursor: pointer; }
.choice-grid input:checked + span { background: var(--black); border-color: var(--black); color: white; }
.color-choices { display: flex; flex-wrap: wrap; gap: 11px; }
.color-choices label span { width: 25px; height: 25px; display: block; border: 3px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 1px #adb4b4; cursor: pointer; }
.color-choices input:checked + span { box-shadow: 0 0 0 2px var(--black); }
.check-list { display: grid; gap: 10px; }
.check-list label span { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .72rem; cursor: pointer; }
.check-list label span::before { content: ""; width: 14px; height: 14px; border: 1px solid #aab1b1; }
.check-list input:checked + span::before { background: var(--accent); box-shadow: inset 0 0 0 3px var(--paper); }
.result-count { margin: 0 0 18px; color: var(--muted); font-size: .66rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 16px; }
.product-card { min-width: 0; position: relative; }
.product-image { width: 100%; aspect-ratio: .78; padding: 16px; position: relative; overflow: hidden; display: grid; place-items: center; border: 0; background: var(--product-bg, #d8dddd); cursor: pointer; }
.product-image::before { content: ""; width: 56%; height: 69%; position: absolute; top: 15%; background: var(--product-color, #242828); clip-path: polygon(27% 0, 42% 8%, 58% 8%, 73% 0, 100% 18%, 81% 37%, 77% 100%, 23% 100%, 19% 37%, 0 18%); filter: drop-shadow(0 18px 15px rgb(0 0 0 / 22%)); }
.product-image::after { content: attr(data-name); position: relative; z-index: 1; max-width: 75%; color: rgb(255 255 255 / 75%); font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 2.2rem); text-align: center; }
.product-photo { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 1; object-fit: cover; }
.product-image:has(.product-photo)::before, .product-image:has(.product-photo)::after { display: none; }
.product-badges { position: absolute; top: 12px; left: 12px; z-index: 2; display: grid; gap: 5px; }
.badge { width: max-content; padding: 5px 8px; background: var(--black); color: white; font-size: .54rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.badge--sale { background: var(--accent); color: var(--black); }
.product-quick-add { width: 42px; height: 42px; position: absolute; right: 13px; bottom: 13px; z-index: 2; border: 0; border-radius: 50%; background: white; box-shadow: 0 5px 20px rgb(0 0 0 / 14%); font-size: 1.3rem; cursor: pointer; }
.product-meta { padding: 15px 2px; }
.product-meta__top { display: flex; justify-content: space-between; gap: 10px; }
.product-meta h3 { margin: 0; font-family: var(--serif); font-size: 1.34rem; }
.product-category { margin: 5px 0 10px; color: var(--muted); font-size: .62rem; }
.price { white-space: nowrap; font-size: .77rem; font-weight: 700; }
.price del { margin-right: 5px; color: #8c9393; font-weight: 400; }
.swatches { display: flex; gap: 7px; }
.swatch { width: 13px; height: 13px; border: 2px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 1px #aaa; }
.availability { margin-top: 9px; color: #3d7775; font-size: .6rem; font-weight: 700; }
.availability--out { color: #966; }
.product-card-order { margin-top: 10px; display: flex; align-items: center; gap: 8px; }
.product-card-order input { width: 72px; min-height: 38px; padding: 7px 9px; border: 1px solid #b8bebe; background: transparent; }
.product-card-order .button { min-height: 38px; padding: 0 14px; font-size: .62rem; }
.empty-state { padding: 70px 20px; text-align: center; }
.empty-state h3 { font-family: var(--serif); font-size: 2rem; }
.empty-state p { max-width: 520px; margin: 0 auto 25px; color: var(--muted); line-height: 1.7; }

.story-section { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; background: var(--black-soft); color: white; }
.story-visual { min-height: 650px; display: grid; place-items: center; position: relative; overflow: hidden; background: radial-gradient(circle, #334242 0, #131919 65%); }
.story-visual::before { content: ""; width: 58%; aspect-ratio: 1; border: 1px solid var(--accent); border-radius: 50%; box-shadow: 0 0 80px rgb(105 230 225 / 13%); }
.story-visual span { position: absolute; font-family: var(--serif); font-size: clamp(3rem, 5vw, 6rem); line-height: .8; text-align: center; }
.story-copy { padding: 9vw; align-self: center; }
.story-copy .eyebrow { color: var(--accent); }
.story-copy p:not(.eyebrow) { max-width: 580px; color: #adb6b6; line-height: 1.8; }
.story-copy .text-link { display: inline-block; margin-top: 15px; }
.news-section { padding: 100px 5vw; background: var(--paper); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { padding-bottom: 20px; border-bottom: 1px solid #cbd0d0; }
.article-card > img, .article-placeholder { width: 100%; aspect-ratio: 1.45; margin-bottom: 20px; object-fit: cover; background: #182020; }
.article-placeholder { display: grid; place-items: center; color: var(--accent); font-family: var(--serif); font-size: 3rem; }
.article-card .article-placeholder { aspect-ratio: 1; }
.article-placeholder img { width: 100%; height: 100%; object-fit: contain; }
.article-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.7rem; }
.article-card > p:last-child { color: var(--muted); font-size: .72rem; line-height: 1.7; }
.header-shop-link { display: inline-flex; align-items: center; justify-content: center; }
.article-page { min-height: 100vh; padding: 100px 20px; }
.article-page > article { max-width: 840px; margin: 0 auto; }
.article-page h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.5rem, 8vw, 7rem); line-height: .9; }
.article-lead { margin: 30px 0; color: var(--muted); font-size: 1.15rem; line-height: 1.8; }
.article-cover { width: 100%; max-height: 650px; margin: 45px 0; object-fit: cover; }
.article-cover--logo { aspect-ratio: 1; max-width: 650px; margin-inline: auto; object-fit: contain; background: #101616; }
.article-body { font-size: .92rem; line-height: 1.9; }
.article-body h2, .article-body h3 { margin-top: 2em; font-family: var(--serif); font-size: 2rem; }
.article-gallery { margin-top: 55px; display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
.article-gallery img { width: min(78vw, 620px); aspect-ratio: 4 / 3; flex: 0 0 auto; object-fit: cover; scroll-snap-align: start; }
.detail-gallery { width: 100%; height: 100%; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
.detail-gallery img { width: 100%; height: 100%; flex: 0 0 100%; object-fit: cover; scroll-snap-align: start; }
.opening-hours { margin-top: 12px; }
.opening-hours p, .opening-exceptions p { margin: 0; padding: 5px 0; display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid rgb(255 255 255 / 10%); font-size: .7rem; }
.opening-hours strong { color: #d7dddd; font-weight: 500; }
.opening-exceptions { margin-top: 14px; color: var(--accent); }
.opening-exceptions p { display: block; }
.opening-exceptions span { display: block; margin-top: 3px; color: #a9b1b1; }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 13px; }
.social-links a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #526060; border-radius: 50%; color: #d7dddd; font-size: .62rem; font-weight: 800; line-height: 1; }
.social-links a:hover { border-color: var(--accent); }
.social-links svg { width: 17px; height: 17px; display: block; fill: currentColor; }
.account-button { min-height: 42px; padding: 0 10px; display: inline-flex; align-items: center; gap: 7px; text-decoration: none; font-size: .66rem; font-weight: 700; white-space: nowrap; }
.account-page { min-height: 100vh; padding: 130px max(20px,6vw) 80px; }
.account-page > h1 { font-family: var(--serif); font-size: clamp(3rem,7vw,6rem); }
.account-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.account-card { padding: 30px; border: 1px solid #293131; background: #101414; color: #eef2f2; }
.account-card h2 { margin-top: 0; color: #fff; font-family: var(--serif); font-size: 2rem; }
.account-card p, .account-card strong, .account-card span { color: #d7dddd; }
.account-card label { margin-bottom: 14px; display: grid; gap: 6px; color: #a9b1b1; font-size: .72rem; }
.account-card input { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid #374040; background: #080b0b; color: white; }
.account-card input::placeholder { color: #818b8b; }
.address-autocomplete { position: relative; margin-bottom: 18px; }
.address-autocomplete > small { color: #8f9999; font-size: .6rem; line-height: 1.5; }
.address-autocomplete > small.address-error { color: #ff9a9a; }
.address-suggestions { width: 100%; position: absolute; top: 67px; left: 0; z-index: 5; border: 1px solid #465252; background: #161c1c; box-shadow: var(--shadow); }
.address-suggestions button { width: 100%; padding: 11px 13px; display: grid; gap: 3px; border: 0; border-bottom: 1px solid #303939; background: transparent; color: #eef2f2; text-align: left; cursor: pointer; }
.address-suggestions button:hover, .address-suggestions button:focus { background: #253030; }
.address-suggestions span { color: #aeb7b7; font-size: .6rem; }
.account-order { padding: 13px 0; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 7px; border-bottom: 1px solid #293131; }
.account-order span:last-child { grid-column: 1 / -1; color: var(--accent); }
.account-payment { margin-top: 12px; padding: 16px; grid-column: 1 / -1; border: 1px solid #354242; background: #080b0b; }
.account-payment h3 { margin: 0 0 10px; color: white; font-family: var(--serif); }
.account-payment p { margin: 0; padding: 6px 0; display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid #263030; }
.account-payment p span { color: #929d9d; }
.account-payment img { width: min(260px,100%); height: auto; margin: 16px auto 0; background: white; }
.account-page .account-logout, .account-page .text-link { color: #283232; }
.account-alert { color: #ef8e8e; }.account-success { color: var(--accent); }
.account-logout { margin-top: 25px; }
.packeta-picker { margin: 10px 0 18px; padding: 14px; border: 1px solid #33403f; background: #0d1212; }
.packeta-picker .button { min-height: 42px; }
.packeta-picker p { margin: 9px 0 0; color: #aeb7b7; font-size: .68rem; }
.checkout-address { margin-bottom: 16px; }
.checkout-address label { color: #d7dddd !important; }
.checkout-address input[data-address-input] { width: 100%; min-height: 43px; padding: 9px 11px; border: 1px solid #b8bebe; background: white; color: var(--black); -webkit-text-fill-color: var(--black); }
.checkout-address input[data-address-input]::placeholder { color: #737d7d; -webkit-text-fill-color: #737d7d; }
.free-shipping-message { margin: 14px 0; padding: 10px 12px; border: 1px solid #4e7674; color: #315f5d; font-size: .68rem; }
.checkout-error { margin: 0; padding: 12px 14px; border: 1px solid #b85d5d; background: #fff0f0; color: #792f2f; font-size: .72rem; line-height: 1.5; }
.checkout-form [aria-invalid="true"] { border-color: #b85d5d !important; box-shadow: 0 0 0 2px rgb(184 93 93 / 14%); }
.order-confirmation { padding: 42px; }
.order-confirmation h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 2.4rem; }
.payment-card { margin-top: 24px; padding: 22px; border: 1px solid #b8c1c1; background: white; }
.payment-row { padding: 9px 0; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid #e0e3e3; }
.payment-row span { color: var(--muted); font-size: .68rem; }
.payment-row strong { text-align: right; overflow-wrap: anywhere; }
.payment-copy { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 8px; }
.payment-qr { margin: 20px 0 5px; display: grid; justify-items: center; gap: 8px; }
.payment-qr img { width: min(260px, 100%); height: auto; background: white; }
.payment-qr small { max-width: 420px; color: var(--muted); font-size: .62rem; line-height: 1.5; text-align: center; }
.payment-note { color: var(--muted); font-size: .7rem; line-height: 1.6; }
.newsletter { padding: 85px 8vw; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; background: var(--accent); }
.newsletter .eyebrow { color: #355b5a; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; }
.newsletter-form > input { min-width: 0; padding: 0 18px; border: 1px solid var(--black); background: transparent; }
.newsletter-form .button { background: var(--black); color: white; }
.consent { margin-top: 12px; grid-column: 1 / -1; color: #395453; font-size: .6rem; line-height: 1.5; }

footer { padding: 75px 7vw 30px; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 55px; background: var(--black); color: #d7dddd; }
footer h2 { margin: 18px 0 6px; font-family: var(--serif); font-size: 2rem; }
footer h3 { margin: 0 0 20px; color: white; font-family: var(--serif); font-size: 1.2rem; }
footer p, footer a, footer button { display: block; color: #8d9898; font-size: .7rem; line-height: 1.9; }
footer a:hover, footer button:hover { color: var(--accent); }
footer .brand__mark { border-color: #758080; }
.footer-brand p { max-width: 300px; }
.footer-logo { width: min(100%, 330px); max-height: 205px; object-fit: contain; object-position: left center; }
.footer-action { padding: 0; border: 0; background: transparent; cursor: pointer; }
footer > small { padding-top: 25px; grid-column: 1 / -1; border-top: 1px solid #283030; color: #657070; font-size: .58rem; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 50; background: rgb(0 0 0 / 56%); }
.cart-drawer { width: min(480px, 100%); height: 100dvh; padding: 28px; position: fixed; top: 0; right: 0; z-index: 51; display: flex; flex-direction: column; background: var(--paper); box-shadow: var(--shadow); transform: translateX(105%); transition: .25s ease; }
.cart-drawer.open { transform: none; }
.drawer-header { display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid #ccd1d1; }
.drawer-header h2 { margin: 0 0 22px; font-family: var(--serif); font-size: 2.6rem; }
.cart-items { overflow: auto; }
.cart-item { padding: 18px 0; display: grid; grid-template-columns: 80px 1fr auto; gap: 14px; border-bottom: 1px solid #d4d8d8; }
.cart-item__image { min-height: 104px; position: relative; overflow: hidden; display: grid; place-items: center; background: #cbd1d1; color: #596565; font-family: var(--serif); font-weight: 700; }
.cart-item__image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.cart-item h3 { margin: 0; font-family: var(--serif); }
.cart-item p { margin: 4px 0; color: var(--muted); font-size: .62rem; }
.quantity-control { margin-top: 8px; display: inline-flex; border: 1px solid #b8bebe; }
.quantity-control button, .quantity-control span { width: 28px; height: 27px; border: 0; display: grid; place-items: center; background: transparent; font-size: .68rem; }
.remove-item { align-self: start; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.cart-empty { margin: auto; text-align: center; }
.cart-empty p { color: var(--muted); }
.cart-summary { margin-top: auto; padding-top: 20px; border-top: 1px solid #cbd0d0; }
.cart-summary > div { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 1.5rem; }
.cart-summary p { color: var(--muted); font-size: .65rem; }
.cart-summary .button { width: 100%; margin-top: 12px; }

dialog { width: min(880px, calc(100% - 28px)); max-height: calc(100dvh - 28px); padding: 0; border: 0; background: var(--paper); box-shadow: var(--shadow); }
dialog::backdrop { background: rgb(0 0 0 / 68%); backdrop-filter: blur(4px); }
dialog > .dialog-close { position: absolute; top: 13px; right: 13px; z-index: 3; background: rgb(245 245 241 / 86%); border-radius: 50%; }
.product-detail { display: grid; grid-template-columns: 1fr 1fr; }
.detail-visual { min-height: 580px; position: relative; display: grid; place-items: center; background: var(--product-bg); }
.detail-visual::before { content: ""; width: 56%; height: 65%; background: var(--product-color); clip-path: polygon(27% 0, 42% 8%, 58% 8%, 73% 0, 100% 18%, 81% 37%, 77% 100%, 23% 100%, 19% 37%, 0 18%); }
.detail-visual.has-photo::before { display: none; }
.detail-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.detail-visual .detail-gallery { position: absolute; inset: 0; z-index: 1; }
.detail-visual .detail-gallery img { position: relative; inset: auto; }
.detail-copy { padding: 65px 45px 40px; }
.detail-copy h2, .dialog-copy h2 { margin: 0; font-family: var(--serif); font-size: 3rem; line-height: .9; }
.detail-description { color: var(--muted); font-size: .78rem; line-height: 1.75; }
.detail-attributes { margin: 18px 0; padding: 12px 0; border-block: 1px solid #d8dddd; }
.detail-attributes div { padding: 5px 0; display: flex; justify-content: space-between; gap: 12px; font-size: .64rem; }
.detail-attributes dt { color: var(--muted); }.detail-attributes dd { margin: 0; font-weight: 700; }
.detail-price { margin: 20px 0; font-size: 1.1rem; font-weight: 700; }
.variant-group { margin: 22px 0; }
.variant-group strong { display: block; margin-bottom: 10px; font-size: .68rem; }
.variant-buttons { display: flex; flex-wrap: wrap; gap: 7px; }
.variant-button { min-width: 38px; min-height: 36px; border: 1px solid #b8bebe; background: transparent; font-size: .68rem; cursor: pointer; }
.variant-button.selected { background: var(--black); color: white; }
.variant-button:disabled { opacity: .35; text-decoration: line-through; cursor: not-allowed; }
.detail-stock { min-height: 20px; color: #33716e; font-size: .65rem; font-weight: 700; }
.detail-actions { margin-top: 18px; display: grid; gap: 10px; }
.dialog-copy { padding: 42px 48px 10px; }
.dialog-copy > p:last-child { color: var(--muted); }
.inquiry-form, .checkout-form { padding: 20px 48px 45px; display: grid; gap: 16px; }
.inquiry-form label, .checkout-form label:not(.option-card):not(.consent) { display: grid; gap: 7px; color: #444; font-size: .66rem; font-weight: 700; }
.inquiry-form input, .inquiry-form textarea, .inquiry-form select, .checkout-form input:not([type="radio"]):not([type="checkbox"]) { width: 100%; padding: 12px; border: 1px solid #b8bebe; background: white; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { margin: 0; color: var(--muted); font-size: .58rem; }
.checkout-steps { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 20px; }
.checkout-steps fieldset { margin: 0; padding: 0; border: 0; }
.checkout-steps legend { margin-bottom: 15px; font-family: var(--serif); font-size: 1.2rem; font-weight: 700; }
.option-card { min-height: 68px; margin-bottom: 8px; padding: 11px; display: flex; align-items: center; gap: 9px; border: 1px solid #c4caca; cursor: pointer; }
.option-card:has(input:checked) { border-color: var(--black); box-shadow: inset 3px 0 var(--accent-dark); }
.option-card span { flex: 1; }
.option-card strong, .option-card small { display: block; }
.option-card strong { font-size: .68rem; }
.option-card small { margin-top: 4px; color: var(--muted); font-size: .55rem; }
.option-card b { font-size: .62rem; }
.checkout-total { padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid #c9cece; font-family: var(--serif); font-size: 1.6rem; }
.toast { max-width: min(420px, calc(100% - 30px)); padding: 15px 20px; position: fixed; left: 50%; bottom: 25px; z-index: 100; background: var(--black); color: white; font-size: .72rem; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .2s; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.creative-page { min-height: 70vh; background: #f4f4f0; }
.creative-home { padding: 95px max(24px,7vw); background: #0b0f0f; color: white; }
.creative-home .section-heading > p { color: #9ba7a6; }
.creative-home-grid { margin: 42px 0 28px; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #34403f; }
.creative-home-card { min-height: 250px; padding: 28px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: linear-gradient(145deg,#17201f,#0b0f0f); color: white; text-decoration: none; }
.creative-home-card::before { content: attr(data-icon); position: absolute; top: 20px; right: 24px; color: var(--accent); font: 4rem var(--serif); opacity: .7; }
.creative-home-card h3 { margin: 0; font: 600 2.5rem var(--serif); }.creative-home-card p { color: #aeb8b7; font-size: .68rem; line-height: 1.6; }
.creative-home-card:hover { background: linear-gradient(145deg,#21302e,#111717); }
.creative-hero { padding: clamp(80px,10vw,150px) max(24px,7vw); color: white; background: radial-gradient(circle at 80% 20%,#20302f,#080b0b 58%); }
.creative-hero h1 { max-width: 900px; margin: 10px 0 20px; font: 600 clamp(4rem,10vw,8rem)/.8 var(--serif); }
.creative-hero > p:last-child { max-width: 650px; color: #bdc6c5; line-height: 1.8; }
.creative-filters { padding: 20px max(24px,7vw); position: sticky; top: 0; z-index: 5; display: flex; flex-wrap: wrap; gap: 8px; border-bottom: 1px solid #ccd1d1; background: rgb(244 244 240 / 94%); backdrop-filter: blur(10px); }
.creative-filters a,.creative-collections a { padding: 9px 13px; border: 1px solid #bdc5c4; color: #111; font-size: .66rem; text-decoration: none; }
.creative-filters a.active,.creative-filters a:hover,.creative-collections a:hover { border-color: var(--black); background: var(--black); color: white; }
.creative-collections { padding: 45px max(24px,7vw) 0; }
.creative-collections > div { display: flex; flex-wrap: wrap; gap: 8px; }
.creative-grid { padding: 55px max(24px,7vw) 100px; display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: 28px; }
.creative-card { overflow: hidden; border: 1px solid #c9cecd; background: white; }
.creative-card__image { aspect-ratio: 4/3; position: relative; overflow: hidden; background: #111817; }
.creative-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.creative-card:hover .creative-card__image img { transform: scale(1.025); }
.creative-card__image span { padding: 7px 10px; position: absolute; right: 12px; bottom: 12px; background: var(--accent); color: #071010; font-size: .58rem; font-weight: 700; }
.creative-card--sold .creative-card__image img { filter: grayscale(.55); }
.creative-card__copy { padding: 25px; }
.creative-card__copy h2 { margin: 5px 0 10px; font: 600 2.1rem/1 var(--serif); }
.creative-card__copy > p:not(.eyebrow) { color: var(--muted); font-size: .72rem; line-height: 1.7; }
.creative-card dl { margin: 18px 0; padding-top: 12px; border-top: 1px solid #d9dddd; }
.creative-card dl div { padding: 5px 0; display: flex; justify-content: space-between; gap: 15px; font-size: .62rem; }
.creative-card dt { color: var(--muted); }.creative-card dd { margin: 0; font-weight: 700; }
.creative-card__actions { margin-top: 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.creative-empty { min-height: 240px; display: grid; place-items: center; color: var(--muted); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .mobile-menu-button { display: block; order: -1; }
  .brand { justify-self: center; }
  .main-nav { padding: 6px 22px; position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; gap: 0; background: var(--paper); border-bottom: 1px solid #ccd1d1; box-shadow: 0 18px 35px rgb(0 0 0 / 14%); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 8px; border-bottom: 1px solid #dfe2e2; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .header-actions .icon-button { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero__visual { min-height: 520px; }
  .trust-strip { grid-template-columns: 1fr; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filters { padding: 20px; display: none; border: 1px solid #ccd1d1; }
  .filters.open { display: block; }
  .filter-toggle { display: inline-flex; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .story-section { grid-template-columns: 1fr; }
  .newsletter { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: 2fr 1fr 1fr; }
  footer > div:last-of-type { grid-column: 2; }
  .checkout-steps { grid-template-columns: 1fr; }
  .creative-home-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .announcement span:last-child, .announcement__separator { display: none; }
  .site-header { min-height: 70px; padding: 0 14px; }
  .brand strong { font-size: 1rem; }
  .brand__mark { width: 36px; height: 36px; }
  .brand__header-logo { width: 52px; height: 52px; }
  .brand small { display: none; }
  .cart-button { padding: 0 9px; font-size: 0; }
  .cart-count { margin: 0; font-size: .65rem; }
  .hero__content { padding: 70px 22px; }
  .hero h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__facts { margin-top: 55px; gap: 20px; }
  .hero__facts div { padding-left: 10px; }
  .hero__visual { min-height: 410px; }
  .hero__badge { width: 70px; height: 70px; top: 20px; right: 20px; font-size: .8rem; }
  .trust-strip { padding: 24px 14px; }
  .shop-section { padding: 80px 14px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .catalog-toolbar { grid-template-columns: 1fr auto; gap: 12px; }
  .search-field { grid-column: 1 / -1; }
  .sort-field { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 27px 8px; }
  .article-grid { grid-template-columns: 1fr; }
  .product-meta h3 { font-size: 1.06rem; }
  .product-meta__top { display: block; }
  .price { margin-top: 5px; }
  .product-category { min-height: 28px; }
  .story-visual { min-height: 430px; }
  .story-copy { padding: 80px 22px; }
  .newsletter { padding: 65px 22px; }
  .newsletter-form { grid-template-columns: 1fr; gap: 8px; }
  .newsletter-form > input { min-height: 48px; }
  footer { padding: 60px 22px 25px; grid-template-columns: 1fr 1fr; gap: 38px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  footer > div:last-of-type { grid-column: auto; }
  .product-detail { grid-template-columns: 1fr; }
  .detail-visual { min-height: 330px; }
  .detail-copy { padding: 38px 24px; }
  .dialog-copy { padding: 38px 24px 8px; }
  .inquiry-form, .checkout-form { padding: 18px 24px 35px; }
  .form-row { grid-template-columns: 1fr; }
  .account-grid { grid-template-columns: 1fr; }
  .creative-home-grid { grid-template-columns: 1fr; }
}
