:root {
  --navy: #061d32;
  --navy-2: #0b2d4a;
  --blue: #0875ad;
  --cyan: #35c3dd;
  --sky: #dff5f8;
  --paper: #fbfaf6;
  --warm: #f1eee5;
  --white: #fff;
  --ink: #162533;
  --muted: #617181;
  --line: #d8e0e3;
  --gold: #e7b45a;
  --danger: #9d433c;
  --shadow: 0 22px 65px rgba(6, 29, 50, .13);
  --radius: 22px;
  --shell: min(1200px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.cart-open, body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.eyebrow { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.display, .page-title, .section-title, .prose h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }

.announcement { background: var(--navy); color: #fff; font-size: 12px; letter-spacing: .03em; }
.announcement .shell { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; }
.announcement a { color: #8fe5f0; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(216, 224, 227, .85); background: rgba(251, 250, 246, .92); backdrop-filter: blur(15px); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 82px; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; }
.brand img { width: 45px; height: 45px; object-fit: contain; }
.brand span { display: grid; gap: 5px; }
.brand b { color: var(--navy); font-size: 17px; letter-spacing: -.02em; }
.brand small { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.nav-links { display: flex; gap: 34px; align-items: center; }
.nav-links a { position: relative; font-size: 14px; font-weight: 700; }
.nav-links a::after { position: absolute; right: 100%; bottom: -10px; left: 0; height: 2px; background: var(--cyan); content: ""; transition: right .2s; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.cart-button { display: inline-flex; gap: 10px; align-items: center; height: 43px; padding: 0 7px 0 16px; border: 1px solid var(--line); border-radius: 99px; background: transparent; cursor: pointer; font-size: 13px; font-weight: 800; }
.cart-button b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 11px; }
.menu-button { position: relative; display: none; width: 43px; height: 43px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button i { position: absolute; width: 17px; height: 1.5px; transform: translateY(-3px); background: var(--navy); }
.menu-button i + i { transform: translateY(3px); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 99px; cursor: pointer; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--blue); color: #fff; }
.button--primary:hover { background: #046594; }
.button--dark { background: var(--navy); color: #fff; }
.button--ghost { border-color: var(--line); background: transparent; }
.button--ghost:hover { border-color: var(--navy); }
.button--light { background: #fff; color: var(--navy); }
.button--full { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 74px 0 86px; background: linear-gradient(135deg, #f9fcfb 0%, #eef8f8 58%, #e1f1f5 100%); }
.hero::before { position: absolute; top: -210px; left: -170px; width: 520px; height: 520px; border: 1px solid rgba(53, 195, 221, .25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(53, 195, 221, .05), 0 0 0 140px rgba(53, 195, 221, .04); content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 65px; align-items: center; }
.hero-grid > *, .section-head > *, .page-hero-grid > * { min-width: 0; }
.display { max-width: 620px; margin: 16px 0 25px; color: var(--navy); font-size: clamp(52px, 6vw, 84px); line-height: .97; }
.display em { color: var(--blue); font-style: italic; }
.lead { max-width: 590px; margin: 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 36px; color: var(--muted); font-size: 12px; font-weight: 700; }
.trust-row span::before { margin-right: 7px; color: var(--blue); content: "✓"; }
.hero-collage { position: relative; min-height: 570px; }
.hero-card { position: absolute; overflow: hidden; border: 9px solid #fff; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card--main { top: 5px; right: 5%; width: 68%; aspect-ratio: 1; transform: rotate(2deg); }
.hero-card--left { bottom: 20px; left: 0; z-index: 2; width: 43%; aspect-ratio: 1; transform: rotate(-7deg); }
.hero-card--right { right: 0; bottom: -5px; z-index: 3; width: 35%; aspect-ratio: 1; transform: rotate(7deg); }
.hero-stamp { position: absolute; top: 10px; left: 5%; z-index: 5; display: grid; width: 108px; height: 108px; place-items: center; padding: 17px; transform: rotate(-10deg); border-radius: 50%; background: var(--navy); color: #fff; text-align: center; font-size: 10px; font-weight: 900; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.format-strip { border-block: 1px solid var(--line); background: #fff; }
.format-strip .shell { display: grid; grid-template-columns: repeat(5, 1fr); }
.format-strip a { padding: 19px 12px; border-right: 1px solid var(--line); color: var(--muted); text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.format-strip a:first-child { border-left: 1px solid var(--line); }
.format-strip a:hover { background: var(--sky); color: var(--navy); }

.section { padding: 100px 0; }
.section--warm { background: var(--warm); }
.section--navy { background: var(--navy); color: #fff; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 44px; }
.section-title { max-width: 750px; margin: 10px 0 0; color: var(--navy); font-size: clamp(39px, 4.5vw, 58px); line-height: 1.04; }
.section-head > p { max-width: 430px; margin: 0; color: var(--muted); }
.section--navy .section-title { color: #fff; }
.section--navy .section-head > p { color: #a9bdca; }
.center-action { margin-top: 40px; text-align: center; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px 20px; }
.product-card { position: relative; min-width: 0; }
.product-card__visual { position: relative; overflow: hidden; aspect-ratio: 1; border-radius: 17px; background: #eaf3f5; transition: transform .25s, box-shadow .25s; }
.product-card:hover .product-card__visual, .product-card:focus-within .product-card__visual { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.product-label { position: absolute; top: 13px; left: 13px; padding: 5px 9px; border-radius: 99px; background: rgba(6, 29, 50, .82); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.product-card__body { padding: 16px 3px 0; }
.product-card__meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin: 8px 0 7px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 400; line-height: 1.22; }
.product-card p { min-height: 60px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.product-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.price { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 23px; }
.icon-button { position: relative; z-index: 3; display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 22px; line-height: 1; }
.icon-button:hover { border-color: var(--blue); background: var(--blue); color: #fff; }
.product-card__link { position: absolute; z-index: 2; inset: 0; border-radius: 17px; }
.product-card__link:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid #25445d; background: #25445d; gap: 1px; }
.category-card { display: flex; min-height: 280px; flex-direction: column; padding: 30px; background: var(--navy); }
.category-card:hover { background: var(--navy-2); }
.category-card span { color: #6ed5e4; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.category-card h3 { margin: auto 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
.category-card p { margin: 0 0 24px; color: #acc0cc; font-size: 13px; }
.category-card a { color: #8be1ed; font-size: 12px; font-weight: 800; }
.editorial-callout { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: 28px; background: var(--blue); color: #fff; }
.editorial-callout > div { padding: 56px; }
.editorial-callout h2 { margin: 10px 0 16px; font-family: Georgia, serif; font-size: clamp(37px, 4vw, 54px); font-weight: 400; line-height: 1.05; }
.editorial-callout p { color: #d8f3f7; }
.editorial-callout figure { min-height: 440px; margin: 0; }
.editorial-callout img { width: 100%; height: 100%; object-fit: cover; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.step { padding-top: 22px; border-top: 1px solid var(--line); }
.step b { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--sky); color: var(--blue); font-family: Georgia, serif; font-size: 18px; }
.step h3 { margin: 24px 0 8px; color: var(--navy); font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.page-hero { padding: 82px 0 62px; border-bottom: 1px solid var(--line); background: linear-gradient(120deg, #f3f5f0, #e8f5f7); }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.page-title { margin: 10px 0 0; color: var(--navy); font-size: clamp(48px, 6vw, 76px); line-height: 1.02; }
.page-hero p { max-width: 520px; margin: 0; color: var(--muted); font-size: 17px; }
.breadcrumbs { margin-bottom: 24px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumbs span { margin: 0 8px; }
.filter-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 35px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { padding: 9px 15px; border: 1px solid var(--line); border-radius: 99px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 750; }
.filter.active, .filter:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.result-count { color: var(--muted); font-size: 12px; white-space: nowrap; }
.shop-tools { display: flex; gap: 12px; margin-bottom: 25px; }
.search-field { display: flex; width: min(420px, 100%); align-items: center; gap: 10px; padding: 0 16px; border: 1px solid var(--line); border-radius: 99px; background: #fff; }
.search-field input { width: 100%; height: 44px; border: 0; outline: 0; background: transparent; }

.story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.story-aside { position: sticky; top: 125px; }
.story-mark { display: grid; aspect-ratio: 1; place-items: center; border-radius: 28px; background: var(--sky); }
.story-mark img { width: 58%; }
.story-note { margin-top: 20px; padding: 27px; border-radius: 18px; background: var(--navy); color: #fff; }
.story-note strong { display: block; font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.2; }
.story-note span { display: block; margin-top: 16px; color: #83ddea; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.story-copy h2 { margin: 0 0 20px; color: var(--navy); font-family: Georgia, serif; font-size: 44px; font-weight: 400; line-height: 1.1; }
.story-copy h3 { margin: 40px 0 8px; color: var(--navy); font-size: 20px; }
.story-copy p { color: var(--muted); font-size: 16px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.value b { color: var(--blue); font-size: 11px; letter-spacing: .12em; }
.value h3 { margin: 30px 0 8px; color: var(--navy); font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.value p { margin: 0; color: var(--muted); font-size: 13px; }

.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.contact-info h2, .contact-form h2 { margin: 8px 0 18px; color: var(--navy); font-family: Georgia, serif; font-size: 40px; font-weight: 400; line-height: 1.1; }
.contact-info > p { color: var(--muted); }
.contact-list { margin-top: 34px; border-top: 1px solid var(--line); }
.contact-item { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.contact-item b { color: var(--blue); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.contact-item a:hover { color: var(--blue); }
.contact-form { padding: 40px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1/-1; }
.field label { color: var(--navy); font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; outline: 0; background: var(--paper); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8, 117, 173, .1); }
.field textarea { min-height: 125px; resize: vertical; }
.form-note { color: var(--muted); font-size: 11px; }
.contact-form .button { margin-top: 22px; }

.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; margin-top: 30px; align-items: start; }
.product-detail-image { overflow: hidden; aspect-ratio: 1; border-radius: 24px; background: #e8f3f5; box-shadow: var(--shadow); }
.product-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-info h1 { margin: 13px 0 9px; color: var(--navy); font-family: Georgia, serif; font-size: clamp(42px, 5vw, 61px); font-weight: 400; line-height: 1.04; }
.product-status-row { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 16px; color: var(--muted); font-size: 11px; }
.availability { color: #287a55; font-weight: 800; }
.availability i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #40a978; }
.product-tagline { margin: 13px 0 8px; color: var(--blue); font-family: Georgia, serif; font-size: 24px; font-style: italic; }
.product-detail-info > p { color: var(--muted); }
.product-price { display: flex; gap: 10px; align-items: baseline; margin: 25px 0; color: var(--navy); font-family: Georgia, serif; font-size: 35px; }
.product-price small { color: var(--muted); font: 600 11px Inter, sans-serif; }
.buy-row { display: flex; flex-wrap: wrap; gap: 10px; }
.qty { display: grid; grid-template-columns: 38px 45px 38px; overflow: hidden; height: 50px; border: 1px solid var(--line); border-radius: 99px; }
.qty button, .qty input { border: 0; outline: 0; background: transparent; text-align: center; }
.qty button { cursor: pointer; font-size: 19px; }
.qty input { width: 45px; font-size: 13px; font-weight: 800; -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.purchase-note { padding: 16px; border-left: 3px solid var(--cyan); background: var(--sky); font-size: 12px; }
.product-seller { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.product-seller div { display: grid; }
.product-seller span { color: var(--muted); font-size: 10px; }
.product-seller strong { color: var(--navy); font-size: 12px; }
.product-seller a { color: var(--blue); font-size: 12px; font-weight: 800; }
.assurances { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 23px; }
.assurances div { padding: 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); font-size: 10px; }
.assurances b { display: block; color: var(--navy); font-size: 11px; }
.detail-body { display: grid; grid-template-columns: 230px 1fr; gap: 80px; }
.detail-tabs { position: sticky; top: 120px; display: grid; align-self: start; border-top: 1px solid var(--line); }
.detail-tabs a { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; }
.detail-tabs a:hover { color: var(--blue); }
.detail-content { min-width: 0; }
.detail-block { padding: 0 0 50px; margin-bottom: 50px; border-bottom: 1px solid var(--line); }
.detail-block h2 { margin: 8px 0 18px; color: var(--navy); font-family: Georgia, serif; font-size: 38px; font-weight: 400; }
.detail-block > p { color: var(--muted); font-size: 16px; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 15px 15px 15px 42px; border: 1px solid var(--line); border-radius: 11px; background: #fff; font-size: 13px; }
.check-list li::before { position: absolute; top: 14px; left: 15px; color: var(--blue); font-weight: 900; content: "✓"; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { padding: 14px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 13px; }
.spec-table th { width: 32%; color: var(--navy); }
.spec-table td { color: var(--muted); }
.policy-summary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.policy-summary-grid div { padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.policy-summary-grid strong { color: var(--navy); }
.policy-summary-grid p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.notice { padding: 18px; border-radius: 10px; background: var(--sky); font-size: 12px !important; }
.notice a { color: var(--blue); font-weight: 800; text-decoration: underline; }

.mini-cover { flex: 0 0 72px; overflow: hidden; width: 72px; height: 72px; border-radius: 10px; background: #e9f3f5; }
.mini-cover img { width: 100%; height: 100%; object-fit: cover; }
.drawer-backdrop { position: fixed; z-index: 80; inset: 0; visibility: hidden; background: rgba(6, 29, 50, .5); opacity: 0; transition: .25s; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 90; display: flex; width: min(455px, 100%); flex-direction: column; padding: 28px; transform: translateX(100%); background: var(--paper); box-shadow: -20px 0 60px rgba(6, 29, 50, .18); transition: transform .28s ease; }
.cart-open .drawer-backdrop { visibility: visible; opacity: 1; }
.cart-open .cart-drawer { transform: none; }
.drawer-head { display: flex; align-items: start; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 3px 0 0; color: var(--navy); font-family: Georgia, serif; font-size: 36px; font-weight: 400; }
.drawer-head button { border: 0; background: transparent; cursor: pointer; font-size: 31px; }
.drawer-lines { overflow: auto; flex: 1; padding: 10px 0; }
.drawer-line { display: grid; grid-template-columns: 72px 1fr auto; gap: 13px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.drawer-line > div:nth-child(2) { display: grid; align-content: start; }
.drawer-line a { color: var(--navy); font-family: Georgia, serif; font-size: 17px; line-height: 1.25; }
.drawer-line span { color: var(--muted); font-size: 11px; }
.drawer-line button { justify-self: start; padding: 0; border: 0; background: transparent; color: var(--danger); cursor: pointer; font-size: 10px; }
.drawer-line > strong { color: var(--navy); font-size: 12px; white-space: nowrap; }
.drawer-footer { padding-top: 18px; border-top: 1px solid var(--line); }
.drawer-total { display: flex; justify-content: space-between; color: var(--navy); font-size: 18px; }
.drawer-footer > p { color: var(--muted); font-size: 11px; }
.empty-mini, .empty-cart { padding: 65px 20px; text-align: center; }
.empty-mini > span, .empty-cart > span { display: grid; width: 62px; height: 62px; margin: 0 auto 20px; place-items: center; border-radius: 50%; background: var(--sky); color: var(--blue); font-family: Georgia, serif; font-size: 22px; }
.empty-mini h3, .empty-cart h2 { color: var(--navy); font-family: Georgia, serif; font-weight: 400; }
.empty-mini p, .empty-cart p { color: var(--muted); }
.empty-mini a { color: var(--blue); font-size: 12px; font-weight: 800; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 110; padding: 12px 18px; transform: translateY(20px); border-radius: 99px; background: var(--navy); color: #fff; opacity: 0; pointer-events: none; font-size: 12px; transition: .25s; }
.toast.show { transform: none; opacity: 1; }

.cart-layout, .checkout-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 45px; align-items: start; }
.cart-page-line { display: grid; grid-template-columns: 125px 1fr auto; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.cart-page-line .mini-cover { width: 125px; height: 125px; }
.cart-page-line h3 { margin: 4px 0; color: var(--navy); font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.cart-page-line p { margin: 0; color: var(--muted); font-size: 11px; }
.line-actions { display: flex; gap: 18px; align-items: center; margin-top: 20px; }
.line-actions .qty { height: 40px; }
.remove-link { border: 0; background: transparent; color: var(--danger); cursor: pointer; font-size: 11px; }
.line-price { color: var(--navy); font-family: Georgia, serif; font-size: 20px; white-space: nowrap; }
.summary-card { position: sticky; top: 115px; padding: 30px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.summary-card h2 { margin: 6px 0 20px; color: var(--navy); font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.summary-row { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.summary-row--total { margin: 7px 0; border-bottom: 0; color: var(--navy); font-size: 18px; }
.summary-card > p { color: var(--muted); font-size: 11px; }
.checkout-enquiry-card { padding: 38px; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.checkout-section h2 { margin: 7px 0 23px; color: var(--navy); font-family: Georgia, serif; font-size: 38px; font-weight: 400; }
.checkout-line { display: grid; grid-template-columns: 58px 1fr auto; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.checkout-line .mini-cover { width: 58px; height: 58px; }
.checkout-line h3 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: 15px; font-weight: 400; line-height: 1.2; }
.checkout-line span { color: var(--muted); font-size: 9px; }
.checkout-line > strong { font-size: 11px; white-space: nowrap; }
.enquiry-notice { margin: 24px 0; padding: 18px; border-left: 3px solid var(--gold); background: #fff6e2; }
.enquiry-notice p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.checkout-agreement { display: flex; gap: 10px; align-items: start; margin-bottom: 20px; font-size: 12px; }
.checkout-agreement input { margin-top: 5px; }
.checkout-agreement span span { display: block; color: var(--muted); }
.checkout-agreement a { color: var(--blue); text-decoration: underline; }
.secure-note { color: var(--muted); text-align: center; font-size: 10px; }

.policy-layout { display: grid; grid-template-columns: 230px 1fr; gap: 75px; align-items: start; }
.policy-nav { position: sticky; top: 120px; display: grid; border-top: 1px solid var(--line); }
.policy-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; }
.policy-nav a:hover, .policy-nav a.active { color: var(--blue); }
.policy-nav a.active::before { margin-right: 8px; content: "→"; }
.policy-content { max-width: 800px; }
.policy-content .updated { margin: 0 0 25px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.policy-content h2 { margin: 40px 0 10px; color: var(--navy); font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.policy-content p, .policy-content li { color: var(--muted); font-size: 15px; }
.policy-content a { color: var(--blue); text-decoration: underline; }

.site-footer { padding: 70px 0 24px; background: var(--navy); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; }
.site-footer .brand b { color: #fff; }
.site-footer .brand small { color: #7edce9; }
.footer-intro p { max-width: 330px; color: #a9bdca; font-size: 13px; }
.footer-email { color: #82dfeb; font-size: 13px; font-weight: 700; }
.site-footer h4 { margin: 0 0 17px; color: #7bd9e7; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.site-footer div > a:not(.brand):not(.footer-email), .site-footer div > p { display: block; margin: 8px 0; color: #b8c9d3; font-size: 12px; }
.site-footer div > a:hover { color: #fff !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding-top: 22px; border-top: 1px solid #25445d; color: #809baa; font-size: 10px; letter-spacing: .05em; }

[data-reveal] { transform: translateY(18px); opacity: 0; transition: opacity .6s, transform .6s; }
[data-reveal].revealed { transform: none; opacity: 1; }

@media (max-width: 1050px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-card:last-child { grid-column: span 2; }
  .hero-grid { gap: 35px; }
  .hero-collage { min-height: 500px; }
  .contact-layout, .story-grid { gap: 50px; }
}

@media (max-width: 780px) {
  :root { --shell: min(680px, calc(100% - 28px)); }
  .announcement .shell { justify-content: center; }
  .announcement span { display: none; }
  .nav { height: 70px; }
  .brand img { width: 39px; height: 39px; }
  .brand b { font-size: 15px; }
  .nav-links { position: fixed; top: 101px; right: 0; bottom: 0; left: 0; z-index: 45; display: grid; align-content: start; gap: 0; padding: 30px 24px; transform: translateX(100%); background: var(--paper); transition: transform .25s; }
  .nav-links a { padding: 17px 0; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
  .menu-open .nav-links { transform: none; }
  .menu-button { display: grid; }
  .cart-button span { display: none; }
  .cart-button { padding-left: 7px; }
  .hero { padding: 58px 0 45px; }
  .hero-grid, .page-hero-grid, .story-grid, .contact-layout, .product-detail-grid, .editorial-callout, .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
  .hero-collage { min-height: 520px; margin-top: 10px; }
  .display { font-size: clamp(50px, 14vw, 72px); }
  .format-strip .shell { grid-template-columns: repeat(2, 1fr); }
  .format-strip a:last-child { grid-column: span 2; }
  .section { padding: 72px 0; }
  .section-head { display: block; }
  .section-head > p { margin-top: 20px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card { min-height: 235px; }
  .category-card:last-child { grid-column: span 2; }
  .editorial-callout > div { padding: 37px; }
  .editorial-callout figure { min-height: 360px; }
  .steps, .values { grid-template-columns: 1fr; }
  .page-hero { padding: 60px 0 45px; }
  .page-hero-grid { gap: 24px; }
  .story-aside { position: static; }
  .contact-layout { gap: 35px; }
  .detail-body, .policy-layout { grid-template-columns: 1fr; gap: 45px; }
  .detail-tabs, .policy-nav { position: static; }
  .detail-tabs { grid-template-columns: repeat(2, 1fr); column-gap: 20px; }
  .assurances { grid-template-columns: 1fr; }
  .summary-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1/-1; }
}

@media (max-width: 520px) {
  .brand small { letter-spacing: .16em; }
  .hero-collage { min-height: 410px; }
  .hero-card--main { width: 72%; }
  .hero-card--left { width: 44%; }
  .hero-card--right { width: 38%; }
  .hero-stamp { width: 82px; height: 82px; padding: 12px; font-size: 8px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card p { min-height: 0; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card:last-child { grid-column: auto; }
  .filter-bar { align-items: start; flex-direction: column; }
  .product-detail-grid { gap: 36px; }
  .buy-row .button { width: 100%; }
  .check-list, .policy-summary-grid, .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .contact-form, .checkout-enquiry-card { padding: 25px; }
  .cart-page-line { grid-template-columns: 85px 1fr; }
  .cart-page-line .mini-cover { width: 85px; height: 85px; }
  .line-price { grid-column: 2; }
  .line-actions { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-intro { grid-column: auto; }
  .footer-bottom { align-items: start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  [data-reveal] { transform: none; opacity: 1; }
}
