:root {
  --ink: #183136;
  --muted: #63777b;
  --line: #d8e1e2;
  --soft: #f1f5f5;
  --white: #fff;
  --teal: #007b80;
  --teal-dark: #00595d;
  --coral: #d85f49;
  --green: #637f4e;
  --gold: #b99644;
  --danger: #b23c31;
  --shadow: 0 18px 42px rgba(20, 49, 54, .09);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--white); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(0, 123, 128, .28);
  outline-offset: 2px;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.13; letter-spacing: 0; }
h1 { font-size: clamp(2.1rem, 4.2vw, 4.75rem); }
h2 { font-size: clamp(1.7rem, 2.6vw, 2.75rem); }
h3 { font-size: 1.1rem; }

.shell { width: min(1220px, calc(100% - 36px)); margin-inline: auto; }
.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: absolute; left: 14px; top: -80px; z-index: 1000; padding: 10px 14px; background: var(--white); border: 2px solid var(--teal); }
.skip-link:focus { top: 12px; }
.eyebrow { margin-bottom: 10px; color: var(--teal); font-size: .74rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.lead { color: #456066; font-size: 1.08rem; }

.utility-bar { background: #15363b; color: #dfe9ea; font-size: .78rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-inner nav { display: flex; gap: 20px; }
.utility-inner a:hover { color: var(--white); text-decoration: underline; }
.header-main { min-height: 96px; display: grid; grid-template-columns: 250px minmax(260px, 1fr) auto; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 66px; height: 66px; object-fit: contain; }
.brand span { display: grid; }
.brand strong { font-size: 1.08rem; }
.brand small { color: var(--teal); font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.site-search { display: flex; min-height: 46px; border: 1px solid #9cb0b3; background: var(--white); border-radius: 5px; overflow: hidden; }
.site-search input { min-width: 0; width: 100%; padding: 0 14px; border: 0; background: transparent; }
.site-search button { border: 0; padding: 0 19px; color: var(--white); background: var(--teal); font-weight: 800; }
.site-search button:hover { background: var(--teal-dark); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.header-actions a { display: flex; align-items: center; gap: 8px; white-space: nowrap; font-size: .86rem; }
.header-actions a:hover { color: var(--teal); }
.action-icon { display: grid; place-items: center; width: 30px; height: 30px; border: 2px solid currentColor; border-radius: 50%; font-size: .72rem; }
.header-actions strong { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; color: var(--white); background: var(--coral); font-size: .72rem; }
.mobile-menu-button { display: none; min-height: 42px; border: 1px solid var(--line); background: var(--white); border-radius: 4px; padding: 0 14px; font-weight: 800; }
.main-nav { border-block: 1px solid var(--line); background: var(--white); }
.nav-scroll { min-height: 46px; display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: thin; }
.nav-scroll a { display: flex; align-items: center; padding: 0 14px; white-space: nowrap; color: #40585d; font-size: .82rem; font-weight: 720; }
.nav-scroll a:hover { color: var(--teal); background: #eff7f7; }
.nav-scroll .nav-all { color: var(--white); background: var(--teal); }

.flash-stack { position: relative; z-index: 5; padding-top: 12px; }
.flash { margin-bottom: 8px; padding: 12px 14px; border: 1px solid; border-radius: 5px; font-weight: 700; }
.flash-success { color: #285c3a; background: #e8f6ed; border-color: #8fc3a0; }
.flash-error { color: #7e281f; background: #fff0ed; border-color: #e09b8c; }
.flash-info { color: #14585d; background: #e6f6f7; border-color: #86c2c5; }

.hero-band { min-height: min(560px, calc(100vh - 150px)); position: relative; display: flex; align-items: flex-end; overflow: hidden; background: #294247; }
.hero-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 29, 33, .9) 0%, rgba(10, 29, 33, .64) 46%, rgba(10, 29, 33, .12) 78%); }
.hero-content { position: relative; z-index: 1; padding-block: 76px; color: var(--white); }
.hero-content .eyebrow { color: #f0cf7b; }
.hero-content h1 { max-width: 760px; margin-bottom: 18px; font-size: clamp(2.8rem, 6.5vw, 6rem); }
.hero-content > p:not(.eyebrow) { max-width: 620px; font-size: clamp(1.05rem, 1.8vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 5px; font-weight: 850; text-align: center; }
.button-primary { color: var(--white); background: var(--teal); }
.button-primary:hover { background: var(--teal-dark); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: #eaf0f0; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: #0b2024; }
.button-block { width: 100%; }

.trust-strip { color: var(--white); background: var(--teal-dark); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { min-height: 80px; margin: 0; padding: 17px 24px; display: grid; align-content: center; border-right: 1px solid rgba(255, 255, 255, .18); }
.trust-grid p:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: .92rem; }
.trust-grid span { color: #bdd7d8; font-size: .77rem; }

.section { padding-block: 76px; }
.section-tint { background: var(--soft); }
.section-heading { margin-bottom: 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > a { color: var(--teal); font-weight: 800; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-tile { min-height: 230px; position: relative; overflow: hidden; border-radius: 6px; background: #203d42; }
.category-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13, 34, 38, .88), rgba(13, 34, 38, .05) 70%); }
.category-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.category-tile:hover img { transform: scale(1.035); }
.category-tile > span { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 17px; color: var(--white); font-size: 1.1rem; font-weight: 850; }
.category-tile small { display: block; color: #c9dbdd; font-size: .72rem; margin-top: 2px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--white); transition: transform .18s ease, box-shadow .18s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-image { aspect-ratio: 1 / .86; position: relative; display: block; overflow: hidden; background: #f7f8f8; }
.product-image img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.product-badge { position: absolute; top: 10px; left: 10px; padding: 5px 8px; border-radius: 3px; color: var(--white); background: var(--green); font-size: .68rem; font-weight: 850; }
.product-copy { padding: 16px; display: flex; flex: 1; flex-direction: column; }
.product-category { margin-bottom: 7px; color: var(--teal); font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.product-copy h3 { min-height: 2.45em; margin-bottom: 8px; }
.product-copy h3 a:hover { color: var(--teal); }
.product-summary { min-height: 3.1em; margin-bottom: 18px; color: var(--muted); font-size: .82rem; }
.product-bottom { margin-top: auto; display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.price { display: block; color: var(--ink); font-size: 1.15rem; }
.product-bottom small { display: block; margin-top: 2px; color: var(--muted); font-size: .62rem; }
.icon-button { width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--white); background: var(--teal); font-size: 1.5rem; line-height: 1; }
.icon-button:hover { background: var(--teal-dark); }

.about-band { padding-block: 64px; color: var(--white); background: var(--coral); }
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.about-band .eyebrow { color: #ffe2da; }
.about-band h2 { margin-bottom: 0; }
.about-band p:not(.eyebrow) { font-size: 1.05rem; }

.page-head { padding-block: 56px; color: var(--white); background: #173a40; }
.page-head h1 { max-width: 940px; margin-bottom: 12px; font-size: clamp(2.2rem, 4.5vw, 4.2rem); }
.page-head p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: #c9dcde; font-size: 1.04rem; }
.page-head .eyebrow { color: #f0cf7b; }
.shop-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 34px; align-items: start; }
.filter-panel { position: sticky; top: 18px; display: grid; border-right: 1px solid var(--line); padding-right: 22px; }
.filter-panel h2 { font-size: 1.25rem; }
.filter-panel > a { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #486166; border-bottom: 1px solid #edf0f1; font-size: .84rem; }
.filter-panel > a:hover, .filter-panel > a.active { color: var(--teal); font-weight: 800; }
.filter-panel > a span { color: var(--muted); font-size: .72rem; }
.filter-note { margin-top: 22px; padding: 16px; border-left: 4px solid var(--coral); background: #fff4f1; }
.filter-note p { margin: 6px 0 8px; color: var(--muted); font-size: .8rem; }
.filter-note a { color: var(--coral); font-size: .8rem; font-weight: 850; }
.result-toolbar { margin-bottom: 24px; min-height: 48px; display: grid; grid-template-columns: auto 1fr 190px auto; gap: 10px; align-items: center; }
.result-toolbar > span { color: var(--muted); font-size: .82rem; white-space: nowrap; }
.result-toolbar input, .result-toolbar select, .result-toolbar button {
  min-height: 44px; border: 1px solid #a9b9bc; border-radius: 4px; padding: 0 12px; background: var(--white);
}
.result-toolbar button { color: var(--white); border-color: var(--teal); background: var(--teal); font-weight: 800; }
.shop-results .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.empty-state { max-width: 760px; margin: 0 auto; padding: 60px 20px; text-align: center; }
.empty-state h1, .empty-state h2 { margin-bottom: 12px; }
.empty-state p { color: var(--muted); }

.product-detail { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 60px; align-items: start; }
.product-gallery { min-width: 0; }
.product-main-image { width: 100%; aspect-ratio: 1 / .88; object-fit: contain; border: 1px solid var(--line); border-radius: 6px; padding: 18px; background: #f7f8f8; }
.gallery-thumbs { margin-top: 10px; display: grid; grid-template-columns: repeat(5, 74px); gap: 8px; }
.gallery-thumbs button { width: 74px; height: 74px; padding: 4px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); }
.gallery-thumbs button.active { border: 2px solid var(--teal); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.breadcrumbs { margin-bottom: 26px; display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .76rem; }
.breadcrumbs a:hover { color: var(--teal); }
.product-info h1 { margin-bottom: 18px; font-size: clamp(2.1rem, 4vw, 4.25rem); }
.product-meta { margin-block: 24px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.product-meta span { padding: 13px 10px 13px 0; display: grid; color: var(--muted); font-size: .7rem; }
.product-meta strong { color: var(--ink); font-size: .82rem; }
.detail-price strong { display: block; font-size: 2rem; }
.detail-price span { color: var(--muted); font-size: .72rem; }
.stock { margin-block: 18px; font-weight: 800; }
.in-stock { color: #477139; }
.out-stock { color: var(--danger); }
.add-form { display: flex; gap: 12px; align-items: end; }
.add-form label { display: grid; gap: 4px; font-size: .74rem; font-weight: 800; }
.add-form input { width: 82px; min-height: 46px; padding: 0 10px; border: 1px solid #9fb0b3; border-radius: 4px; }
.service-points { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.service-points p { margin: 0; padding: 12px; background: var(--soft); }
.service-points strong, .service-points span { display: block; }
.service-points strong { font-size: .78rem; }
.service-points span { color: var(--muted); font-size: .68rem; }
.product-description { max-width: 900px; margin-inline: auto; }

.cart-layout, .checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 34px; align-items: start; }
.cart-lines { border-top: 1px solid var(--line); }
.cart-line { min-height: 150px; padding-block: 18px; display: grid; grid-template-columns: 110px minmax(190px, 1fr) 110px auto; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.cart-line > img { width: 110px; height: 110px; object-fit: contain; background: var(--soft); }
.cart-line h2 { margin-bottom: 6px; font-size: 1rem; }
.cart-line p { margin-bottom: 4px; color: var(--muted); font-size: .76rem; }
.quantity-form { display: grid; gap: 5px; }
.quantity-form label { display: grid; gap: 3px; font-size: .68rem; font-weight: 800; }
.quantity-form input { width: 82px; min-height: 38px; padding: 0 8px; border: 1px solid #9fb0b3; border-radius: 4px; }
.quantity-form button, .text-button { padding: 0; border: 0; color: var(--teal); background: transparent; font-size: .72rem; text-align: left; text-decoration: underline; }
.text-button.danger { color: var(--danger); }
.line-total { justify-self: end; }
.cart-line > form:last-child { grid-column: 4; justify-self: end; margin-top: -40px; }
.order-summary { position: sticky; top: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); box-shadow: 0 12px 32px rgba(20, 49, 54, .06); }
.order-summary h2 { font-size: 1.35rem; }
.order-summary > div { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #edf0f1; font-size: .82rem; }
.order-summary .discount { color: #477139; }
.order-summary .summary-total { min-height: 62px; font-size: 1rem; border-bottom: 0; }
.order-summary .summary-total strong { font-size: 1.35rem; }
.coupon-form { margin-block: 14px 20px; display: grid; gap: 6px; }
.coupon-form label { font-size: .76rem; font-weight: 800; }
.coupon-form > div { display: flex; }
.coupon-form input { min-width: 0; width: 100%; min-height: 42px; border: 1px solid #9fb0b3; border-radius: 4px 0 0 4px; padding: 0 10px; }
.coupon-form button { min-height: 42px; border: 0; border-radius: 0 4px 4px 0; color: var(--white); background: var(--ink); font-weight: 750; }
.continue-link { display: block; margin-top: 12px; text-align: center; color: var(--teal); font-size: .8rem; font-weight: 800; }

.checkout-layout { align-items: start; }
.checkout-forms { display: grid; gap: 22px; }
.form-section { padding: 24px; border: 1px solid var(--line); border-radius: 6px; }
.form-section h2 { font-size: 1.35rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.form-section label, .auth-form > label, .contact-form > label {
  display: grid; gap: 5px; color: #385157; font-size: .76rem; font-weight: 800;
}
.form-section input, .form-section select, .form-section textarea,
.auth-form input, .contact-form input, .contact-form textarea {
  width: 100%; min-height: 44px; border: 1px solid #9fb0b3; border-radius: 4px; padding: 9px 10px; background: var(--white);
}
.choice-list { display: grid; gap: 9px; }
.choice-row { min-height: 66px; padding: 11px 13px; display: grid !important; grid-template-columns: 22px 1fr auto; align-items: center; gap: 10px !important; border: 1px solid var(--line); border-radius: 4px; font-size: .82rem !important; }
.choice-row input { width: 18px; min-height: 18px; }
.choice-row span { display: grid; }
.choice-row small { color: var(--muted); font-weight: 500; }
.choice-row b { white-space: nowrap; font-size: .78rem; }
.check-row { display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: 8px !important; font-size: .75rem !important; line-height: 1.4; }
.check-row input { width: 18px; min-height: 18px; margin: 1px 0 0; flex: 0 0 auto; }
.check-row a { color: var(--teal); text-decoration: underline; }
.checkout-summary { display: grid; gap: 0; }
.checkout-item { align-items: start !important; padding-block: 9px; }
.checkout-item span { padding-right: 10px; }
.summary-note { color: var(--muted); font-size: .72rem; }

.auth-shell { display: grid; place-items: center; }
.auth-form { width: min(520px, 100%); display: grid; gap: 15px; padding: 26px; border: 1px solid var(--line); border-radius: 6px; box-shadow: var(--shadow); }
.auth-form p { margin: 0; color: var(--muted); font-size: .8rem; text-align: center; }
.auth-form p a { color: var(--teal); font-weight: 800; }
.account-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 34px; align-items: start; }
.account-card { padding: 20px; border-left: 4px solid var(--teal); background: var(--soft); }
.account-card h2 { font-size: 1.15rem; }
.data-list { border-top: 1px solid var(--line); }
.data-list article { min-height: 70px; padding: 12px 4px; display: grid; grid-template-columns: 1fr auto auto; gap: 16px; align-items: center; border-bottom: 1px solid var(--line); }
.data-list article > div { display: grid; }
.data-list article span { color: var(--muted); font-size: .74rem; }
.status { padding: 4px 7px; border-radius: 3px; color: #2b5c39 !important; background: #e6f4eb; font-weight: 800; text-transform: uppercase; }
.status-cancelled, .status-refunded { color: #7d2e25 !important; background: #fff0ed; }

.prose { max-width: 900px; }
.prose h2 { margin-top: 34px; font-size: 1.55rem; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #425c61; }
.legal-copy a { color: var(--teal); text-decoration: underline; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 48px; align-items: start; }
.contact-details { padding: 24px; color: var(--white); background: var(--teal-dark); }
.contact-details h2 { font-size: 1.4rem; }
.contact-details a { text-decoration: underline; }
.contact-form { display: grid; gap: 14px; }
.success-panel { max-width: 760px; min-height: 520px; display: grid; align-content: center; text-align: center; }
.success-panel p { color: var(--muted); font-size: 1.05rem; }
.success-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 18px; }
.reviews-section { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 46px; align-items: start; }
.review-list { display: grid; border-top: 1px solid var(--line); }
.review-list article { padding-block: 18px; border-bottom: 1px solid var(--line); }
.review-list article > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.review-list article span { color: var(--gold); }
.review-list article p { margin: 8px 0; color: #486166; }
.review-list article small { color: var(--muted); }
.review-form, .survey-form { padding: 22px; display: grid; gap: 13px; border: 1px solid var(--line); border-radius: 6px; background: var(--soft); }
.review-form h2 { font-size: 1.35rem; }
.review-form label, .survey-form label { display: grid; gap: 5px; color: #385157; font-size: .76rem; font-weight: 800; }
.review-form input, .review-form select, .review-form textarea,
.survey-form input, .survey-form select, .survey-form textarea {
  width: 100%; min-height: 44px; padding: 9px 10px; border: 1px solid #9fb0b3; border-radius: 4px; background: var(--white);
}
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.news-card > a { aspect-ratio: 16 / 9; display: block; overflow: hidden; background: var(--soft); }
.news-card img { width: 100%; height: 100%; object-fit: cover; }
.news-card > div { padding: 18px; }
.news-card h2 { min-height: 2.25em; font-size: 1.28rem; }
.news-card > div > p:not(.eyebrow) { color: var(--muted); font-size: .85rem; }
.news-link { color: var(--teal); font-size: .8rem; font-weight: 850; }
.article-layout { max-width: 900px; }
.article-image { width: 100%; max-height: 520px; margin-bottom: 34px; object-fit: cover; border-radius: 6px; }
.article-layout .prose { margin-inline: auto; }
.survey-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
.survey-form fieldset { padding: 13px; display: grid; gap: 8px; border: 1px solid var(--line); }
.survey-form legend { color: #385157; font-size: .76rem; font-weight: 800; }

.site-footer { color: #d5e2e4; background: #132f34; }
.footer-grid { padding-block: 52px; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 38px; }
.footer-grid section { display: grid; align-content: start; gap: 8px; }
.footer-brand { color: var(--white); font-size: 1.18rem; font-weight: 900; }
.footer-grid h2 { margin-bottom: 6px; color: var(--white); font-size: .86rem; text-transform: uppercase; }
.footer-grid p, .footer-grid a { margin: 0; color: #aac1c5; font-size: .78rem; }
.footer-grid a:hover { color: var(--white); text-decoration: underline; }
.newsletter-form { margin-top: 8px; display: grid; gap: 5px; }
.newsletter-form label { color: var(--white); font-size: .76rem; font-weight: 800; }
.newsletter-form div { display: flex; }
.newsletter-form input { min-width: 0; width: 100%; min-height: 38px; padding: 0 9px; border: 0; border-radius: 4px 0 0 4px; }
.newsletter-form button { min-height: 38px; border: 0; border-radius: 0 4px 4px 0; color: var(--white); background: var(--coral); font-size: .72rem; font-weight: 800; }
.footer-bottom { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255, 255, 255, .12); color: #92aeb2; font-size: .7rem; }
.cookie-banner { position: fixed; z-index: 100; right: 18px; bottom: 18px; width: min(480px, calc(100% - 36px)); padding: 15px; display: flex; align-items: center; gap: 14px; border: 1px solid #8ba2a6; border-radius: 6px; background: var(--white); box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .76rem; }
.cookie-banner a { color: var(--teal); text-decoration: underline; }
.cookie-banner button { min-height: 38px; border: 0; border-radius: 4px; color: var(--white); background: var(--teal); font-size: .75rem; font-weight: 800; }

@media (max-width: 1050px) {
  .header-main { grid-template-columns: 210px minmax(220px, 1fr) auto; gap: 16px; }
  .brand img { width: 54px; height: 54px; }
  .header-actions a > span:last-child { display: none; }
  .product-grid, .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shop-results .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-detail { gap: 34px; }
  .cart-layout, .checkout-layout { grid-template-columns: minmax(0, 1fr) 320px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 26px; }
}

@media (max-width: 820px) {
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .header-main { min-height: 78px; grid-template-columns: 1fr auto auto; }
  .brand img { width: 48px; height: 48px; }
  .site-search { grid-column: 1 / -1; grid-row: 2; margin-bottom: 12px; }
  .mobile-menu-button { display: block; }
  .main-nav { display: none; }
  .main-nav.is-open { display: block; }
  .nav-scroll { padding-block: 6px; flex-wrap: wrap; overflow: visible; }
  .nav-scroll a { min-height: 38px; }
  .hero-band { min-height: 520px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid p:nth-child(2) { border-right: 0; }
  .trust-grid p:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .category-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-grid, .product-detail, .cart-layout, .checkout-layout, .account-layout, .contact-grid, .reviews-section, .survey-layout { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-layout { grid-template-columns: 1fr; }
  .filter-panel { position: static; grid-template-columns: repeat(2, 1fr); gap: 0 14px; border-right: 0; padding-right: 0; }
  .filter-panel h2, .filter-note { grid-column: 1 / -1; }
  .order-summary { position: static; }
  .cart-line { grid-template-columns: 90px minmax(0, 1fr) auto; }
  .cart-line > img { width: 90px; height: 90px; }
  .quantity-form { grid-column: 2; }
  .line-total { grid-column: 3; grid-row: 1; }
  .cart-line > form:last-child { grid-column: 3; grid-row: 2; margin: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 24px, 1220px); }
  .utility-inner nav { gap: 12px; }
  .utility-inner nav a:nth-child(1) { display: none; }
  .brand span { display: none; }
  .header-actions { gap: 10px; }
  .hero-content { padding-block: 48px; }
  .hero-content h1 { font-size: 2.75rem; overflow-wrap: anywhere; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .trust-grid p:last-child { border-bottom: 0; }
  .section { padding-block: 54px; }
  .section-heading { align-items: start; flex-direction: column; }
  .category-grid, .product-grid, .shop-results .product-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .category-tile { min-height: 210px; }
  .about-grid { gap: 22px; }
  .result-toolbar { grid-template-columns: 1fr; }
  .result-toolbar > span { grid-column: 1; }
  .filter-panel { grid-template-columns: 1fr; }
  .filter-panel h2, .filter-note { grid-column: 1; }
  .product-detail { gap: 28px; }
  .product-info h1 { font-size: 2.15rem; overflow-wrap: anywhere; }
  .product-meta { grid-template-columns: 1fr; }
  .product-meta span { border-bottom: 1px solid var(--line); }
  .add-form { align-items: stretch; flex-direction: column; }
  .add-form input { width: 100%; }
  .service-points { grid-template-columns: 1fr; }
  .gallery-thumbs { grid-template-columns: repeat(4, 1fr); }
  .gallery-thumbs button { width: 100%; height: auto; aspect-ratio: 1; }
  .cart-line { grid-template-columns: 72px minmax(0, 1fr); align-items: start; }
  .cart-line > img { width: 72px; height: 72px; }
  .quantity-form { grid-column: 2; }
  .line-total { grid-column: 2; grid-row: auto; justify-self: start; }
  .cart-line > form:last-child { grid-column: 2; grid-row: auto; justify-self: start; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: 1; }
  .choice-row { grid-template-columns: 20px 1fr; }
  .choice-row b { grid-column: 2; }
  .data-list article { grid-template-columns: 1fr auto; }
  .data-list article > strong { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { padding-block: 16px; align-items: flex-start; flex-direction: column; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
}
