:root {
  --ink: #073b4c;
  --ink-2: #0b5669;
  --sea: #00a6a6;
  --sea-light: #dff7f4;
  --sun: #ffca58;
  --coral: #f16b55;
  --cream: #fffaf0;
  --paper: #ffffff;
  --muted: #60757c;
  --line: #d8e5e7;
  --shadow: 0 18px 50px rgba(7, 59, 76, .14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
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; }

.demo-bar { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 6px 16px; color: #fff; background: var(--ink); font-size: 12px; font-weight: 750; letter-spacing: .04em; text-align: center; }
.demo-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 4px rgba(255,202,88,.16); }
.site-header { min-height: 78px; display: grid; grid-template-columns: auto minmax(260px, 560px) auto auto; align-items: center; gap: 28px; padding: 14px max(24px, calc((100vw - 1240px) / 2)); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px 14px 14px 4px; color: #fff; background: linear-gradient(145deg, var(--sea), var(--ink-2)); font-family: Georgia, serif; font-size: 25px; font-style: italic; box-shadow: 0 8px 20px rgba(0,166,166,.2); }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.brand small { margin-top: 3px; color: var(--sea); font-size: 11px; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; }
.search { height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 16px; background: #f2f7f7; border: 1px solid transparent; border-radius: 15px; transition: .2s ease; }
.search:focus-within { background: #fff; border-color: var(--sea); box-shadow: 0 0 0 4px rgba(0,166,166,.12); }
.search svg { width: 21px; fill: none; stroke: var(--ink-2); stroke-width: 2; }
.search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search input::placeholder { color: #7d9197; }
.site-header nav { display: flex; gap: 22px; font-size: 14px; font-weight: 750; }
.site-header nav a:hover { color: var(--sea); }
.cart-button { min-height: 48px; display: inline-flex; align-items: center; gap: 8px; padding: 0 13px; border: 0; border-radius: 15px; color: #fff; background: var(--ink); cursor: pointer; font-weight: 800; transition: transform .18s, background .18s; }
.cart-button:hover { transform: translateY(-1px); background: var(--ink-2); }
.cart-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.cart-button b { min-width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--sun); font-size: 12px; }

.hero { max-width: 1380px; margin: 0 auto; min-height: 610px; display: grid; grid-template-columns: .9fr 1.1fr; background: linear-gradient(130deg, #e8f8f3 0%, var(--cream) 55%); overflow: hidden; }
.hero-copy { padding: 76px 64px 58px max(42px, calc((100vw - 1240px) / 2)); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: inline-block; color: var(--sea); font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { margin: 13px 0 22px; font-size: clamp(44px, 5vw, 76px); line-height: .98; letter-spacing: -.045em; }
h1 em { color: var(--sea); font-weight: 500; }
.hero-copy > p { max-width: 610px; margin-bottom: 28px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 14px; cursor: pointer; font-weight: 850; transition: .2s ease; }
.button.primary { color: #fff; background: var(--sea); box-shadow: 0 10px 24px rgba(0,166,166,.22); }
.button.primary:hover { background: #008c91; transform: translateY(-1px); }
.button.ghost { border-color: var(--line); background: rgba(255,255,255,.7); }
.button.ghost:hover { border-color: var(--sea); color: var(--sea); }
.button.full { width: 100%; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 30px; color: var(--ink-2); font-size: 12px; font-weight: 800; }
.hero-image { min-height: 610px; position: relative; background: var(--ink); overflow: hidden; }
.hero-image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,250,240,.18), transparent 28%), linear-gradient(0deg, rgba(7,59,76,.25), transparent 48%); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.floating-card { position: absolute; z-index: 2; right: 28px; bottom: 28px; min-width: 230px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.45); border-radius: 18px; color: #fff; background: rgba(7,59,76,.76); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.floating-card span, .floating-card small { display: block; }
.floating-card span { color: var(--sun); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.floating-card strong { display: block; margin: 5px 0; font-family: Georgia, serif; font-size: 25px; }
.floating-card small { opacity: .78; }

.trust-strip { max-width: 1240px; margin: -1px auto 0; display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border: 1px solid var(--line); border-radius: 0 0 var(--radius) var(--radius); box-shadow: 0 12px 30px rgba(7,59,76,.05); }
.trust-strip > div { min-height: 92px; display: flex; align-items: center; gap: 13px; padding: 17px 24px; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip > div > span { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border-radius: 13px; color: var(--sea); background: var(--sea-light); font-size: 21px; font-weight: 800; }
.trust-strip p, .trust-strip small { margin: 0; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { font-size: 13px; }
.trust-strip small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.catalog-section { max-width: 1240px; margin: 0 auto; padding: 92px 0 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.section-heading h2 { margin: 7px 0 0; font-size: clamp(34px, 4vw, 53px); line-height: 1.04; letter-spacing: -.035em; }
.section-heading > p { max-width: 450px; margin-bottom: 4px; color: var(--muted); line-height: 1.55; }
.town-tabs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; padding: 4px 0 22px; }
.town-tabs button { width: 100%; min-width: 0; min-height: 44px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; font-size: 13px; font-weight: 800; line-height: 1.2; }
.town-tabs button:hover, .town-tabs button.active { color: #fff; border-color: var(--ink); background: var(--ink); }
.catalog-layout { display: grid; grid-template-columns: 215px 1fr; gap: 30px; }
.filters { align-self: start; position: sticky; top: 100px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.75); }
.filter-title { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.filter-title button { border: 0; color: var(--sea); background: none; cursor: pointer; font-size: 12px; font-weight: 800; }
.filters fieldset { display: grid; gap: 12px; margin: 19px 0; padding: 0 0 20px; border: 0; border-bottom: 1px solid var(--line); }
.filters legend { margin-bottom: 13px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.filters label { display: flex; align-items: center; gap: 8px; color: var(--muted); cursor: pointer; font-size: 13px; }
.filters input { accent-color: var(--sea); }
.filter-callout { padding: 16px; border-radius: 14px; background: var(--sea-light); }
.filter-callout span, .filter-callout small { display: block; }
.filter-callout span { color: var(--sea); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.filter-callout strong { display: block; margin: 6px 0 4px; font-size: 14px; }
.filter-callout small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.sort-row { min-height: 45px; display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 14px; color: var(--muted); font-size: 13px; }
.sort-row > span { padding-top: 10px; font-weight: 750; }
.sort-row label { display: flex; align-items: center; gap: 7px; }
.sort-row select { min-height: 38px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: #fff; padding: 0 10px; }
.product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.product-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.product-card:hover { transform: translateY(-4px); border-color: #b6d5d7; box-shadow: 0 14px 34px rgba(7,59,76,.1); }
.product-visual { height: 172px; position: relative; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.product-visual:before, .product-visual:after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.45); z-index: -1; }
.product-visual:before { width: 135px; height: 135px; right: -25px; top: -30px; }
.product-visual:after { width: 80px; height: 80px; left: -20px; bottom: -30px; }
.product-visual .emoji { font-size: 70px; filter: drop-shadow(0 10px 10px rgba(7,59,76,.16)); transform: rotate(-3deg); }
.product-visual .badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.9); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tone-sea { background: linear-gradient(135deg,#bbf3ee,#87d9df); }
.tone-sun { background: linear-gradient(135deg,#fff0b7,#ffd171); }
.tone-coral { background: linear-gradient(135deg,#ffe1d8,#f6a08e); }
.tone-olive { background: linear-gradient(135deg,#e5edc8,#b9c88f); }
.tone-stone { background: linear-gradient(135deg,#edf1f0,#c8d6d5); }
.tone-grape { background: linear-gradient(135deg,#eee1ee,#cdb2cf); }
.product-content { flex: 1; display: flex; flex-direction: column; padding: 17px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--sea); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-meta span:last-child { color: var(--muted); }
.product-content h3 { margin: 9px 0 7px; font-family: Georgia, serif; font-size: 21px; line-height: 1.1; }
.product-content > p { min-height: 48px; margin-bottom: 14px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 13px; border-top: 1px solid #edf2f2; }
.product-price small { display: block; color: var(--muted); font-size: 9px; }
.product-price strong { font-size: 19px; }
.add-button { width: 43px; height: 43px; border: 0; border-radius: 13px; color: #fff; background: var(--ink); cursor: pointer; font-size: 23px; line-height: 1; }
.add-button:hover { background: var(--sea); }
.empty-state { padding: 70px 20px; text-align: center; }
.empty-state > span { font-size: 48px; }
.empty-state h3 { margin: 12px 0 6px; font-family: Georgia, serif; font-size: 28px; }
.empty-state p { color: var(--muted); }

.territory-section { padding: 100px max(24px, calc((100vw - 1240px) / 2)); color: #fff; background: var(--ink); }
.section-heading.light .eyebrow { color: var(--sun); }
.section-heading.light > p { color: #b8d1d7; }
.territory-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); overflow: hidden; }
.territory-grid article { min-height: 225px; padding: 26px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.025); }
.territory-grid article:nth-child(4n) { border-right: 0; }
.territory-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.territory-grid article:hover { background: rgba(0,166,166,.14); }
.territory-grid article > span { color: var(--sea); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.territory-grid h3 { margin: 24px 0 12px; font-family: Georgia, serif; font-size: 25px; }
.territory-grid p { min-height: 55px; color: #c4dadd; font-size: 13px; line-height: 1.55; }
.territory-grid b { display: inline-block; padding: 6px 9px; border-radius: 8px; color: var(--sun); background: rgba(255,202,88,.1); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.research-note { max-width: 850px; margin: 24px 0 0; color: #9ebdc3; font-size: 11px; line-height: 1.6; }
.research-note a { color: var(--sun); text-decoration: underline; text-decoration-color: rgba(255,202,88,.45); text-underline-offset: 3px; }
.research-note a:hover { text-decoration-color: currentColor; }
.payment-section { max-width: 1240px; margin: 0 auto; padding: 100px 0; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.payment-section h2 { margin: 8px 0 16px; font-size: clamp(36px,4vw,54px); letter-spacing: -.035em; }
.payment-section p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.payment-cards { display: grid; gap: 14px; }
.payment-cards article { display: flex; align-items: center; gap: 16px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(7,59,76,.05); }
.payment-cards article > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--sea); background: var(--sea-light); font-size: 23px; }
.payment-cards strong, .payment-cards small { display: block; }
.payment-cards small { margin-top: 4px; color: var(--muted); }
.payment-cards .paypal-card { border-color: rgba(0,112,186,.3); }
.payment-cards .paypal-card > .paypal-mark, .paypal-mark { color: #fff; background: #0070ba; font-family: Georgia, serif; font-weight: 800; font-style: italic; }
.paypal-requirements { grid-column: 1/-1; margin-top: 8px; border: 1px solid rgba(0,112,186,.24); border-radius: 18px; background: #fff; overflow: hidden; }
.paypal-requirements summary { min-height: 72px; display: flex; align-items: center; gap: 13px; padding: 14px 18px; cursor: pointer; list-style: none; }
.paypal-requirements summary::-webkit-details-marker { display: none; }
.paypal-requirements summary:after { content: "+"; margin-left: auto; color: #0070ba; font-size: 25px; }
.paypal-requirements[open] summary:after { content: "−"; }
.paypal-requirements summary .paypal-mark { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; border-radius: 12px; }
.paypal-requirements summary strong, .paypal-requirements summary small { display: block; }
.paypal-requirements summary small { margin-left: 4px; color: var(--muted); }
.requirements-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.requirements-grid article { display: grid; grid-template-columns: auto 1fr; gap: 12px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.requirements-grid article:nth-child(3n) { border-right: 0; }
.requirements-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.requirements-grid b { color: #0070ba; font-size: 11px; }
.requirements-grid p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.requirements-note { margin: 0; padding: 14px 18px; border-top: 1px solid var(--line); color: #46617c; background: #f0f7ff; font-size: 12px; }
.requirements-note a { color: #0070ba; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.policy-section { padding: 96px max(24px, calc((100vw - 1240px) / 2)); background: #eaf7f6; }
.policy-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #bdd9da; border-radius: var(--radius); overflow: hidden; background: #fff; }
.policy-grid article { padding: 24px; border-right: 1px solid var(--line); }
.policy-grid article:last-child { border-right: 0; }
.policy-grid article > span { color: var(--sea); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.policy-grid h3 { margin: 20px 0 10px; font-family: Georgia, serif; font-size: 22px; }
.policy-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.policy-note { max-width: 960px; margin: 20px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.policy-note a, footer a:not(.brand) { color: var(--sea); text-decoration: underline; text-underline-offset: 3px; }

footer { padding: 40px max(24px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: auto 1fr 1fr; align-items: center; gap: 35px; color: #bcd2d6; background: #052b38; font-size: 11px; line-height: 1.5; }
.footer-brand { color: #fff; }
footer p { margin: 0; }

.scrim { position: fixed; inset: 0; z-index: 70; background: rgba(7,35,45,.48); backdrop-filter: blur(3px); }
.cart-drawer { width: min(440px,100%); position: fixed; z-index: 80; inset: 0 0 0 auto; display: flex; flex-direction: column; padding: 24px; background: #fff; box-shadow: -20px 0 60px rgba(7,59,76,.2); transform: translateX(105%); transition: transform .28s ease; }
.cart-drawer.open { transform: translateX(0); }
.cart-drawer > header { display: flex; align-items: start; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.cart-drawer h2 { margin: 5px 0 0; font-size: 35px; }
.icon-button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; font-size: 25px; line-height: 1; }
.icon-button:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
.cart-items { flex: 1; overflow-y: auto; padding: 13px 2px; }
.cart-item { display: grid; grid-template-columns: 58px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid #edf2f2; }
.cart-thumb { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 13px; font-size: 29px; }
.cart-item h3 { margin: 0 0 3px; font-size: 13px; }
.cart-item small { color: var(--muted); }
.qty { display: flex; align-items: center; gap: 8px; margin-top: 7px; }
.qty button { width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; }
.remove { border: 0; color: var(--coral); background: none; cursor: pointer; font-size: 11px; }
.cart-empty { flex: 1; display: grid; align-content: center; justify-items: center; text-align: center; }
.cart-empty > span { font-size: 56px; }
.cart-empty h3 { margin: 15px 0 7px; font-family: Georgia, serif; font-size: 26px; }
.cart-empty p { color: var(--muted); }
.cart-summary { padding-top: 17px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; margin-bottom: 9px; font-size: 13px; }
.cart-summary .total { margin: 15px 0; padding-top: 14px; border-top: 1px solid var(--line); font-size: 18px; }
.cart-summary > small { display: block; margin: -5px 0 16px; color: var(--muted); line-height: 1.4; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 22px; overflow-y: auto; background: rgba(5,43,56,.72); backdrop-filter: blur(7px); }
.checkout-modal { width: min(720px,100%); min-height: 300px; position: relative; margin: 20px auto; padding: 34px; border-radius: 24px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.26); }
.modal-close { position: absolute; top: 18px; right: 18px; }
.checkout-head { padding-right: 50px; }
.checkout-head h2, .success-view h2 { margin: 7px 0 8px; font-size: 38px; letter-spacing: -.025em; }
.checkout-head p { color: var(--muted); }
.checkout-modal fieldset { border: 0; padding: 0; margin: 24px 0; }
.checkout-modal legend { margin-bottom: 10px; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.delivery-options, .payment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.delivery-options legend, .payment-options legend { grid-column: 1/-1; }
.option-card { min-height: 88px; position: relative; display: flex; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--line); border-radius: 16px; cursor: pointer; }
.option-card:has(input:checked) { border-color: var(--sea); background: var(--sea-light); box-shadow: 0 0 0 3px rgba(0,166,166,.08); }
.paypal-option:has(input:checked) { border-color: #0070ba; background: #eaf5ff; box-shadow: 0 0 0 3px rgba(0,112,186,.08); }
.option-card input { position: absolute; top: 10px; right: 10px; accent-color: var(--sea); }
.option-card > span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 12px; background: #fff; font-size: 21px; }
.option-card > .paypal-mark { color: #fff; background: #0070ba; }
.option-card strong, .option-card small { display: block; }
.option-card small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.paypal-notice { margin: -10px 0 22px; padding: 14px 16px; border: 1px solid rgba(0,112,186,.24); border-radius: 13px; color: #003087; background: #f0f7ff; font-size: 12px; line-height: 1.5; }
.paypal-notice strong, .paypal-notice span { display: block; }
.paypal-notice span { margin-top: 3px; color: #46617c; }
#checkoutSubmit.paypal-mode { background: #0070ba; box-shadow: 0 10px 24px rgba(0,112,186,.22); }
#checkoutSubmit.paypal-mode:hover { background: #005ea6; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field-grid label { display: grid; gap: 6px; font-size: 11px; font-weight: 850; }
.field-grid .wide { grid-column: 1/-1; }
.field-grid input, .field-grid textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 11px; outline: 0; resize: vertical; }
.field-grid input:focus, .field-grid textarea:focus { border-color: var(--sea); box-shadow: 0 0 0 3px rgba(0,166,166,.1); }
.consent { display: flex; align-items: start; gap: 9px; margin: 18px 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.consent input { margin-top: 2px; accent-color: var(--sea); }
.checkout-policy { margin: 16px 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fffdf7; }
.checkout-policy summary { cursor: pointer; color: var(--ink); font-size: 12px; font-weight: 850; }
.checkout-policy p { margin: 9px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.checkout-total { display: grid; gap: 9px; margin: 18px 0; padding: 17px; border-radius: 13px; background: #f2f7f7; }
.checkout-total > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 12px; }
.checkout-total > div strong { color: var(--ink); }
.checkout-total .checkout-grand-total { margin-top: 5px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--ink); font-size: 15px; }
.checkout-total .checkout-grand-total strong { font-size: 20px; }
.checkout-rule { color: var(--muted); font-size: 10px; line-height: 1.45; }
.success-view { padding: 40px 25px; text-align: center; }
.success-icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; color: #fff; background: var(--sea); box-shadow: 0 0 0 12px var(--sea-light); font-size: 34px; }
.success-view > p { max-width: 520px; margin: 0 auto; color: var(--muted); line-height: 1.6; }
.success-summary { max-width: 430px; margin: 24px auto; padding: 16px; border-radius: 14px; background: #f2f7f7; text-align: left; font-size: 13px; line-height: 1.6; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 24px; transform: translateX(-50%); padding: 12px 17px; border-radius: 12px; color: #fff; background: var(--ink); box-shadow: var(--shadow); font-size: 13px; font-weight: 800; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto 1fr auto; gap: 16px; padding-inline: 24px; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding: 60px 38px; }
  .trust-strip, .catalog-section, .payment-section { margin-inline: 24px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .territory-grid { grid-template-columns: repeat(3,1fr); }
  .territory-grid article:nth-child(4n) { border-right: 1px solid rgba(255,255,255,.13); }
  .territory-grid article:nth-child(3n) { border-right: 0; }
  .territory-grid article:nth-last-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .territory-grid article:last-child { border-bottom: 0; }
}

@media (max-width: 760px) {
  .demo-bar { font-size: 10px; }
  .site-header { min-height: 70px; grid-template-columns: 1fr auto; padding: 10px 16px; }
  .site-header .search { grid-column: 1/-1; grid-row: 2; margin-bottom: 2px; }
  .cart-button > span { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 54px 22px 42px; }
  h1 { font-size: 47px; }
  .hero-image { min-height: 370px; }
  .floating-card { right: 16px; bottom: 16px; }
  .trust-strip { grid-template-columns: 1fr 1fr; margin: 0; border-left: 0; border-right: 0; border-radius: 0; }
  .trust-strip > div { min-height: 78px; padding: 13px; }
  .trust-strip > div:nth-child(2) { border-right: 0; }
  .trust-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-strip > div > span { width: 34px; height: 34px; flex-basis: 34px; }
  .catalog-section { margin: 0; padding: 68px 16px 80px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 14px; }
  .town-tabs { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .town-tabs button { min-height: 48px; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filters { position: static; padding: 14px; }
  .filters fieldset { grid-template-columns: 1fr 1fr; }
  .filter-callout { display: none; }
  .product-grid { gap: 11px; }
  .product-visual { height: 140px; }
  .product-visual .emoji { font-size: 55px; }
  .product-content { padding: 13px; }
  .product-content h3 { font-size: 18px; }
  .product-content > p { display: none; }
  .product-meta { display: grid; }
  .territory-section { padding: 75px 16px; }
  .territory-grid { grid-template-columns: 1fr 1fr; }
  .territory-grid article { min-height: 205px; padding: 20px; }
  .territory-grid article:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.13); }
  .territory-grid article:nth-child(2n) { border-right: 0; }
  .territory-grid article:last-child { grid-column: 1/-1; border-right: 0; }
  .payment-section { margin: 0; padding: 75px 18px; grid-template-columns: 1fr; gap: 30px; }
  .requirements-grid, .policy-grid { grid-template-columns: 1fr; }
  .requirements-grid article, .requirements-grid article:nth-child(3n), .requirements-grid article:nth-last-child(-n+3), .policy-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .requirements-grid article:last-child, .policy-grid article:last-child { border-bottom: 0; }
  .policy-section { padding: 75px 18px; }
  footer { grid-template-columns: 1fr; gap: 20px; }
  .checkout-modal { padding: 27px 18px; }
  .checkout-head h2, .success-view h2 { font-size: 31px; }
  .delivery-options, .payment-options, .field-grid { grid-template-columns: 1fr; }
  .field-grid .wide { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
