:root {
  --forest: #303260;
  --forest-deep: #191a3a;
  --forest-soft: #5b5d7f;
  --brass: #ed6faa;
  --brass-dark: #bd477e;
  --sand: #f4dce8;
  --linen: #f8f1f5;
  --paper: #fffdfd;
  --ink: #28283c;
  --muted: #6e6e7b;
  --line: #e2d9df;
  --white: #fff;
  --danger: #9d3d34;
  --shadow: 0 18px 50px rgba(31, 32, 71, .11);
  --shadow-soft: 0 8px 26px rgba(31, 32, 71, .08);
  --radius: 4px;
  --radius-lg: 18px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
body.cart-open, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(3.7rem, 7vw, 7.4rem); }
h2 { font-size: clamp(2.5rem, 4.5vw, 4.6rem); }
h3 { font-size: 1.65rem; }
address { font-style: normal; }
.container { width: min(1200px, calc(100% - 44px)); margin-inline: auto; }
.narrow { width: min(850px, 100%); }
.muted { color: var(--muted); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--brass-dark); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; border-top: 1px solid currentColor; }
.eyebrow--light { color: #ffc1dd; }
.kicker { color: var(--brass-dark); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section { padding: 108px 0; }
.section--linen { background: var(--linen); }
.section--forest { background: var(--forest); color: var(--white); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 46px; }
.section-head h2 { max-width: 14ch; margin-bottom: 0; }
.section-head p { max-width: 50ch; margin: 0 0 6px; color: var(--muted); }
.section--forest .section-head p { color: rgba(255,255,255,.68); }
.section-rule { height: 1px; margin: 0; border: 0; background: var(--line); }

.announcement { padding: 8px 20px; background: var(--forest-deep); color: rgba(255,255,255,.88); text-align: center; font-size: .66rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
[data-site-header] { position: sticky; z-index: 100; top: 0; }
.site-header { border-bottom: 1px solid rgba(48,50,96,.13); background: rgba(255,253,253,.94); backdrop-filter: blur(16px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { width: 158px; height: 82px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.nav-links a { position: relative; display: block; padding: 27px 0; color: #5f675f; font-size: .71rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a::after { content: ""; position: absolute; right: 100%; bottom: 20px; left: 0; border-bottom: 1px solid var(--brass); transition: right .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--forest); }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 11px; }
.cart-toggle { min-height: 40px; padding: 9px 12px; border: 1px solid var(--forest); border-radius: 999px; background: var(--forest); color: white; cursor: pointer; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cart-count { display: inline-grid; min-width: 21px; height: 21px; margin-left: 5px; place-items: center; border-radius: 50%; background: var(--brass); }
.cart-toggle__total { margin-left: 6px; color: rgba(255,255,255,.7); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 8px; border: 0; background: none; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: var(--forest); }

.btn { display: inline-flex; min-height: 50px; padding: 12px 24px; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .18s, background .18s, border-color .18s, box-shadow .18s; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--brass); color: white; }
.btn--primary:hover { background: var(--brass-dark); box-shadow: 0 12px 24px rgba(189,71,126,.2); }
.btn--dark { background: var(--forest); color: white; }
.btn--ghost { border-color: currentColor; background: transparent; }
.btn--light { background: var(--white); color: var(--forest); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--forest); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.text-link::after { content: "→"; transition: transform .18s; }
.text-link:hover::after { transform: translateX(4px); }

.hero { position: relative; min-height: 730px; overflow: hidden; background: var(--linen); }
.hero .container { min-height: 730px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; }
.hero__content { position: relative; z-index: 3; padding: 96px 50px 96px 0; }
.hero h1 { max-width: 8.7ch; margin-bottom: 26px; color: var(--forest); }
.hero h1 em { display: block; color: var(--brass-dark); font-style: italic; font-weight: 500; }
.hero__lead { max-width: 53ch; color: var(--muted); font-size: 1.02rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__visual { position: absolute; top: 0; right: 0; bottom: 0; width: 54%; overflow: hidden; }
.hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--linen) 0, rgba(244,239,231,.08) 25%, transparent 55%); }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.hero__stamp { position: absolute; z-index: 2; right: 32px; bottom: 30px; display: grid; width: 104px; height: 104px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(19,37,29,.74); color: white; text-align: center; font-size: .61rem; font-weight: 800; line-height: 1.4; letter-spacing: .14em; text-transform: uppercase; backdrop-filter: blur(6px); }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-item { display: flex; gap: 14px; padding: 24px 28px; align-items: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border: 1px solid #d3c2aa; border-radius: 50%; color: var(--brass-dark); }
.trust-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.trust-item strong { display: block; color: var(--forest); font-family: var(--serif); font-size: 1.2rem; line-height: 1.1; }
.trust-item span:last-child { color: var(--muted); font-size: .7rem; }

.category-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 320px 320px; gap: 16px; }
.category-card { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: #ddd5c8; box-shadow: var(--shadow-soft); }
.category-card:first-child { grid-row: 1 / 3; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-card:hover img { transform: scale(1.035); }
.category-card::after { content: ""; position: absolute; inset: 32% 0 0; background: linear-gradient(transparent, rgba(16,26,21,.78)); }
.category-card__copy { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; color: white; }
.category-card__copy h3 { margin-bottom: 6px; font-size: 2rem; }
.category-card__copy p { margin: 0; color: rgba(255,255,255,.76); font-size: .76rem; }
.category-card__code { position: absolute; z-index: 2; top: 20px; left: 20px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: rgba(251,250,247,.9); color: var(--forest); font-family: var(--serif); font-size: 1rem; font-weight: 700; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); }
.value-card__top { display: flex; justify-content: space-between; margin-bottom: 46px; align-items: center; }
.value-card__icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--sand); color: var(--forest); }
.value-card__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.value-card__number { color: #b8b7b0; font-family: var(--serif); font-size: 1.25rem; }
.value-card h3 { margin-bottom: 10px; color: var(--forest); }
.value-card p { margin: 0; color: var(--muted); font-size: .84rem; }

.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.feature-split__media { position: relative; }
.feature-split__media img { width: 100%; aspect-ratio: 1 / 1; border-radius: var(--radius-lg); object-fit: cover; }
.feature-split__media::before { content: ""; position: absolute; inset: 20px -20px -20px 20px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius-lg); }
.feature-split h2 { max-width: 11ch; margin-bottom: 24px; }
.feature-split p { max-width: 52ch; color: rgba(255,255,255,.7); }
.feature-list { margin: 28px 0 34px; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.82); font-size: .85rem; }
.feature-list b { color: #ffc1dd; font-family: var(--serif); font-size: 1rem; }

.cta-band { padding: 82px 0; background: var(--brass); color: white; text-align: center; }
.cta-band h2 { max-width: 13ch; margin: 0 auto 18px; }
.cta-band p { max-width: 57ch; margin: 0 auto 28px; color: rgba(255,255,255,.82); }

.page-hero { position: relative; overflow: hidden; padding: 108px 0 90px; border-bottom: 5px solid var(--brass); background: var(--forest); color: white; }
.page-hero::after { content: "G"; position: absolute; right: 4%; bottom: -42%; color: rgba(255,255,255,.04); font-family: var(--serif); font-size: 27rem; font-weight: 700; line-height: 1; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 13ch; margin-bottom: 20px; font-size: clamp(3.2rem, 6vw, 6.2rem); }
.page-hero p { max-width: 66ch; margin-bottom: 0; color: rgba(255,255,255,.68); font-size: 1rem; }
.page-hero--split { padding: 80px 0; }
.page-hero__grid { display: grid; grid-template-columns: 1fr .82fr; gap: 70px; align-items: center; }
.page-hero__visual { position: relative; }
.page-hero__visual img { width: 100%; aspect-ratio: 4 / 3; border-radius: var(--radius-lg); object-fit: cover; }
.page-hero__visual figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 13px; color: rgba(255,255,255,.58); font-size: .62rem; letter-spacing: .11em; text-transform: uppercase; }

.story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 84px; align-items: start; }
.story-intro { position: sticky; top: 120px; }
.story-intro .lead { color: var(--forest); font-family: var(--serif); font-size: 2rem; line-height: 1.2; }
.story-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; }
.story-collage img { width: 100%; aspect-ratio: 1 / 1.12; border-radius: 12px; object-fit: cover; }
.story-collage img:last-child { margin-top: 32px; }
.story-body h2 { margin-bottom: 26px; color: var(--forest); }
.story-body > p { color: var(--muted); }
.timeline { margin-top: 42px; }
.timeline-item { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }
.timeline-item__number { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--sand); color: var(--forest); font-family: var(--serif); }
.timeline-item h3 { margin-bottom: 6px; color: var(--forest); }
.timeline-item p { margin: 0; color: var(--muted); font-size: .84rem; }
.serve-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.serve-card { padding: 28px; border-radius: var(--radius-lg); background: white; }
.serve-card span { color: var(--brass-dark); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.serve-card h3 { margin: 34px 0 10px; color: var(--forest); }
.serve-card p { margin: 0; color: var(--muted); font-size: .82rem; }

.shop-toolbar { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 20px; align-items: center; }
.search-bar { display: flex; width: min(540px, 100%); }
.search-bar input { min-width: 0; flex: 1; border-radius: 999px 0 0 999px; }
.search-bar .btn { border-radius: 0 999px 999px 0; }
.shop-count { color: var(--muted); font-size: .76rem; font-weight: 700; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.filter-row button { padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: white; cursor: pointer; color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .04em; }
.filter-row button:hover, .filter-row button.is-active { border-color: var(--forest); background: var(--forest); color: white; }
.sort-field { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: .72rem; }
.sort-field select { width: auto; min-width: 170px; padding: 9px 34px 9px 13px; border-radius: 999px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / 1; background: #e8e1d6; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-card:hover .product-card__media img { transform: scale(1.025); }
.sku { position: absolute; top: 14px; left: 14px; padding: 6px 9px; border-radius: 999px; background: rgba(251,250,247,.9); color: var(--forest); font-size: .6rem; font-weight: 800; letter-spacing: .06em; backdrop-filter: blur(6px); }
.product-card__body { padding: 22px; }
.product-card__category { color: var(--brass-dark); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { min-height: 2.1em; margin: 9px 0 10px; color: var(--forest); font-size: 1.55rem; }
.product-card__desc { min-height: 4.7em; margin-bottom: 18px; color: var(--muted); font-size: .77rem; }
.product-card__pack { display: block; margin: -8px 0 16px; color: var(--forest-soft); font-size: .67rem; }
.product-card__footer { display: flex; justify-content: space-between; gap: 14px; align-items: end; }
.price { color: var(--forest); font-family: var(--serif); font-size: 1.5rem; font-weight: 700; line-height: 1; }
.price small { display: block; margin-top: 7px; color: var(--muted); font-family: var(--sans); font-size: .58rem; font-weight: 650; letter-spacing: .03em; }
.card-actions { display: flex; align-items: center; gap: 8px; }
.quick-add { display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; background: var(--forest); color: white; cursor: pointer; font-size: 1.35rem; }
.quick-add:hover { background: var(--brass-dark); }
.qty-stepper { display: flex; height: 40px; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; align-items: center; background: white; }
.qty-btn { width: 33px; height: 38px; border: 0; background: none; cursor: pointer; }
.qty-input { width: 34px; padding: 0; border: 0; background: transparent; text-align: center; -moz-appearance: textfield; }
.qty-input::-webkit-outer-spin-button, .qty-input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.empty-results { display: none; padding: 80px 20px; text-align: center; }

.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: .7rem; }
.breadcrumbs a { color: var(--brass-dark); }
.product-detail { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: start; }
.product-detail__media { position: sticky; top: 112px; overflow: hidden; border-radius: var(--radius-lg); background: var(--linen); }
.product-detail__media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.product-detail h1 { margin: 12px 0 18px; color: var(--forest); font-size: clamp(3rem, 5vw, 5.2rem); }
.detail-price { margin: 26px 0 8px; color: var(--forest); font-family: var(--serif); font-size: 2.2rem; font-weight: 700; }
.detail-pack { color: var(--muted); font-size: .75rem; }
.buy-panel { margin: 24px 0 32px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--linen); }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.option-field label { display: block; margin-bottom: 8px; color: var(--forest); font-size: .64rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.option-field:only-child { grid-column: 1 / -1; }
.option-field select {
  min-height: 52px;
  padding: 13px 46px 13px 16px;
  border-color: #cfc6b8;
  border-radius: 10px;
  background-color: rgba(255,255,255,.92);
  color: var(--forest);
  font-size: .82rem;
  font-weight: 700;
  box-shadow: 0 2px 0 rgba(48,50,96,.03);
  transition: border-color .18s, box-shadow .18s, background-color .18s;
}
.option-field select:hover { border-color: var(--brass); background-color: white; }
.option-field select:focus { border-color: var(--brass); box-shadow: 0 0 0 3px rgba(237,111,170,.13), 0 8px 18px rgba(48,50,96,.06); }
.buy-row { display: flex; gap: 12px; align-items: center; }
.buy-row .btn { flex: 1; }
.detail-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0; }
.detail-highlight { padding: 19px; border: 1px solid var(--line); border-radius: 12px; }
.detail-highlight small { display: block; margin-bottom: 7px; color: var(--brass-dark); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.detail-highlight p { margin: 0; color: var(--muted); font-size: .78rem; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { padding: 14px 0; border-top: 1px solid var(--line); vertical-align: top; text-align: left; font-size: .77rem; }
.spec-table th { width: 35%; color: var(--forest); font-weight: 750; }
.spec-table td { color: var(--muted); }

input, select, textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 8px; outline: none; background: white; color: var(--ink); }
select {
  padding-right: 44px;
  appearance: none;
  -webkit-appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23303260' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 9 5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}
select:hover { border-color: #b9aa95; }
input:focus, select:focus, textarea:focus { border-color: var(--brass); box-shadow: 0 0 0 3px rgba(237,111,170,.12); }
textarea { min-height: 130px; resize: vertical; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 22px; align-items: start; }
.contact-card, .order-card, .cart-page-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-soft); }
.contact-card h2, .order-card h2 { color: var(--forest); }
.contact-line { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-line > span { display: block; margin-bottom: 4px; color: var(--brass-dark); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-line a, .contact-line strong, .contact-line address { color: var(--forest); font-size: .84rem; }
.contact-note { margin-top: 22px; padding: 18px; border-radius: 12px; background: var(--linen); color: var(--muted); font-size: .76rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 6px; color: var(--forest); font-size: .67rem; font-weight: 750; }

.cart-overlay { position: fixed; z-index: 199; inset: 0; visibility: hidden; background: rgba(14,27,21,.55); opacity: 0; transition: .25s; }
.cart-overlay.is-open { visibility: visible; opacity: 1; }
.cart-drawer { position: fixed; z-index: 200; top: 0; right: 0; width: min(470px, 100%); height: 100dvh; display: flex; flex-direction: column; background: var(--paper); box-shadow: -20px 0 60px rgba(0,0,0,.18); transform: translateX(100%); transition: transform .3s; }
.cart-drawer.is-open { transform: none; }
.cart-drawer__head, .cart-drawer__foot { padding: 22px 24px; border-bottom: 1px solid var(--line); }
.cart-drawer__head { display: flex; align-items: center; justify-content: space-between; }
.cart-drawer__head h3 { margin: 0; color: var(--forest); }
.cart-drawer__close { border: 0; background: none; cursor: pointer; font-size: 1.8rem; }
.cart-drawer__body { flex: 1; overflow-y: auto; padding: 8px 24px; }
.cart-drawer__foot { border-top: 1px solid var(--line); border-bottom: 0; }
.cart-drawer__subtotal, .order-total { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.cart-drawer__clear { width: 100%; margin-top: 10px; border: 0; background: none; color: var(--muted); cursor: pointer; font-size: .7rem; text-decoration: underline; }
.cart-line { display: grid; grid-template-columns: 76px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-line__thumb { width: 76px; height: 76px; border-radius: 10px; object-fit: cover; background: var(--linen); }
.cart-line__name { display: block; padding-right: 18px; color: var(--forest); font-size: .8rem; font-weight: 750; line-height: 1.35; }
.cart-line__meta { display: block; margin-top: 3px; color: var(--muted); font-size: .61rem; }
.cart-line__controls { display: flex; gap: 9px; margin-top: 9px; align-items: center; }
.cart-line__price { margin-left: auto; color: var(--forest); font-family: var(--serif); font-size: 1.05rem; font-weight: 700; }
.cart-line__remove { border: 0; background: none; color: var(--danger); cursor: pointer; font-size: 1.25rem; }
.cart-empty { padding: 55px 10px; color: var(--muted); text-align: center; }
.cart-empty h3 { color: var(--forest); }
.cart-toast-wrap { position: fixed; z-index: 250; right: 24px; bottom: 24px; }
.cart-toast { max-width: 320px; padding: 14px 18px; border-radius: 10px; background: var(--forest-deep); color: white; box-shadow: var(--shadow); opacity: 0; transform: translateY(10px); transition: .2s; font-size: .78rem; }
.cart-toast.is-visible { opacity: 1; transform: none; }
.cart-page-grid { display: grid; grid-template-columns: 1fr 320px; gap: 24px; align-items: start; }
.cart-page-summary { position: sticky; top: 112px; }
.cart-page-summary h3 { color: var(--forest); }
.summary-row { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid var(--line); font-size: .8rem; }
.summary-row--total { margin-top: 5px; color: var(--forest); font-family: var(--serif); font-size: 1.25rem; font-weight: 700; }
.cart-page-actions { display: grid; gap: 10px; margin-top: 20px; }

.checkout-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; align-items: start; }
.order-card--sticky { position: sticky; top: 112px; }
.order-total { margin: 0; padding-top: 22px; color: var(--forest); font-family: var(--serif); font-size: 1.25rem; }
.agree-terms { display: flex; gap: 9px; margin: 0 0 18px; align-items: flex-start; color: var(--muted); cursor: pointer; font-size: .74rem; line-height: 1.5; }
.agree-terms input { width: 16px; height: 16px; margin: 3px 0 0; padding: 0; flex: 0 0 16px; }
.agree-terms a { color: var(--brass-dark); font-weight: 700; }
.notice-box { margin-bottom: 18px; padding: 18px; border-radius: 12px; background: var(--linen); }
.notice-box strong { display: block; margin-bottom: 4px; color: var(--forest); font-family: var(--serif); font-size: 1.15rem; }
.notice-box p { margin: 0; color: var(--muted); font-size: .75rem; }

.policy { width: min(800px, calc(100% - 44px)); margin: 0 auto; }
.policy h2 { margin: 48px 0 14px; color: var(--forest); font-size: 2rem; }
.policy h3 { margin-top: 30px; color: var(--forest); font-size: 1.25rem; }
.policy p, .policy li { color: var(--muted); }
.policy a { color: var(--brass-dark); text-decoration: underline; }

.site-footer { padding: 72px 0 28px; background: var(--forest-deep); color: white; }
.site-footer .brand { padding: 8px 13px; border-radius: 12px; background: white; }
.site-footer .brand-logo { width: 178px; height: 92px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .85fr 1.25fr; gap: 48px; }
.footer-brand p { max-width: 38ch; margin: 20px 0; color: rgba(255,255,255,.58); font-size: .78rem; }
.footer-cta { color: #ffc1dd; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-col h4 { margin-bottom: 18px; color: rgba(255,255,255,.84); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-col ul { margin: 0; padding: 0; list-style: none; }
.footer-col li { margin-bottom: 10px; color: rgba(255,255,255,.58); font-size: .74rem; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: .62rem; letter-spacing: .04em; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

@media (max-width: 980px) {
  .nav-links { position: fixed; top: 109px; right: 0; left: 0; display: none; padding: 18px 22px 28px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
  .nav-links.open { display: block; }
  .nav-links a { padding: 13px 0; }
  .nav-links a::after { display: none; }
  .nav-toggle { display: block; }
  .hero .container { grid-template-columns: 1fr; }
  .hero__content { width: min(650px, 100%); padding-right: 0; }
  .hero__visual { width: 100%; opacity: .3; }
  .hero__visual::after { background: linear-gradient(90deg, var(--linen) 5%, rgba(244,239,231,.74) 56%, rgba(244,239,231,.15)); }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card:first-child { grid-row: auto; }
  .value-grid, .serve-grid, .product-grid { grid-template-columns: 1fr 1fr; }
  .feature-split, .product-detail, .story-grid { gap: 46px; }
  .page-hero__grid { gap: 42px; }
  .footer-grid { grid-template-columns: 1.3fr .7fr .8fr; }
  .footer-col:last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 30px, 1200px); }
  .section { padding: 76px 0; }
  .announcement span { display: none; }
  .nav { min-height: 68px; }
  .brand-logo { width: 132px; height: 70px; }
  .cart-toggle__total { display: none; }
  .nav-links { top: 101px; }
  .hero, .hero .container { min-height: 680px; }
  .hero__content { padding: 78px 0; }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 5.7rem); }
  .hero__stamp { right: 18px; bottom: 18px; width: 88px; height: 88px; font-size: .54rem; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head { display: block; }
  .section-head p { margin-top: 18px; }
  .category-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .category-card { min-height: 360px; }
  .value-grid, .serve-grid, .product-grid { grid-template-columns: 1fr; }
  .feature-split, .story-grid, .page-hero__grid, .product-detail, .contact-grid, .checkout-grid, .cart-page-grid { grid-template-columns: 1fr; }
  .feature-split { gap: 54px; }
  .feature-split__media { order: 2; }
  .story-intro, .product-detail__media, .order-card--sticky, .cart-page-summary { position: static; }
  .page-hero { padding: 78px 0 68px; }
  .page-hero--split { padding: 68px 0; }
  .page-hero__visual { margin: 0; }
  .shop-toolbar { display: grid; }
  .shop-count { order: 2; }
  .sort-field { justify-content: space-between; }
  .product-card h3, .product-card__desc { min-height: 0; }
  .detail-highlights { grid-template-columns: 1fr; }
  .option-grid, .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .contact-card, .order-card, .cart-page-card { padding: 24px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-col:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 7px; }
}

@media (max-width: 440px) {
  .nav-actions { gap: 4px; }
  .cart-toggle { padding-inline: 10px; }
  .brand-logo { width: 116px; height: 64px; }
  .hero__actions .btn { width: 100%; }
  .buy-row { align-items: stretch; }
  .buy-row .qty-stepper { height: 50px; }
  .cart-line { grid-template-columns: 60px 1fr; }
  .cart-line__thumb { width: 60px; height: 60px; }
  .cart-line__controls { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
