:root {
  --ink: #102a2e;
  --muted: #607377;
  --teal-950: #052f36;
  --teal-900: #073c44;
  --teal-800: #0b515b;
  --teal-700: #12717c;
  --mint: #bcebd8;
  --mint-light: #e5f8ef;
  --cream: #f6f5ef;
  --paper: #fffefb;
  --line: #dce5e2;
  --coral: #f2a17d;
  --white: #ffffff;
  --shadow: 0 24px 64px rgba(10, 54, 60, .12);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 142px; }
html[data-font-scale="large"] { font-size: 112.5%; }
html[data-font-scale="xlarge"] { font-size: 125%; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.hero-search .search-results {
    display: none !important;
}
body.high-contrast {
  --ink: #071517;
  --muted: #263d41;
  --teal-950: #002f35;
  --teal-900: #003f47;
  --teal-800: #005761;
  --teal-700: #006b75;
  --mint: #a8f0d4;
  --mint-light: #dcfaee;
  --cream: #ffffff;
  --paper: #ffffff;
  --line: #8da2a5;
}
.storefront-breadcrumb .col-full,
body.blog div#content > .col-full {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    padding-top: 10px;
    font-size: 12px;
}
body.single-post div#content > .col-full div#primary main#main{
    background: #fff;
}
body.single-post div#content > .col-full div#primary main#main article,
body.single-post div#content > .col-full div#secondary {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
body.single-post div#content > .col-full div#secondary {
    max-width: 900px;
}
body.high-contrast .hero { background: var(--white); }
body.high-contrast .utility-bar { background: #001f23; }
body.high-contrast .category-card, body.high-contrast .product-card, body.high-contrast .lead-form { border-width: 2px; }
body.high-contrast .hero { color: var(--ink); }
body.high-contrast .hero-lead, body.high-contrast .popular-queries > span, body.high-contrast .trust-list small { color: var(--muted); }
body.high-contrast .hero-kicker, body.high-contrast .popular-queries button { border-color: var(--line); color: var(--teal-900); background: var(--white); }
body.high-contrast .trust-list li { border-color: var(--line); }
body.high-contrast .trust-list strong { color: var(--ink); }
body.high-contrast .hero h1 em { color: var(--teal-700); }
body.high-contrast .hero .button-ghost { border-color: var(--teal-900); color: var(--teal-900); background: var(--white); }

body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.04em; }
h1 { margin-bottom: 24px; font-size: clamp(3.1rem, 6.3vw, 6.35rem); font-weight: 690; }
h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4.2vw, 4.35rem); font-weight: 660; }
h3 { font-size: 1.24rem; }
em { color: var(--teal-700); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 116px 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; border-radius: 8px; color: var(--white); background: var(--teal-900); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.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; }

.eyebrow { margin-bottom: 18px; color: var(--teal-700); font-size: .73rem; font-weight: 780; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: var(--mint); }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.heading-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.heading-row h2 { margin-bottom: 0; }
.heading-note { max-width: 390px; margin-bottom: 5px; color: var(--muted); font-size: .94rem; }
.centered { margin-inline: auto; text-align: center; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 100px; cursor: pointer; font-weight: 750; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .62; transform: none; }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(21, 133, 145, .32); outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--teal-900); box-shadow: 0 12px 24px rgba(7, 60, 68, .15); }
.button-primary:hover { background: var(--teal-800); box-shadow: 0 16px 32px rgba(7, 60, 68, .23); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.65); }
.button-ghost:hover { background: var(--white); }
.button-light { color: var(--teal-950); background: var(--mint); }
.button-small { min-height: 42px; padding: 9px 17px; font-size: .88rem; }
.button-wide { width: 100%; border-radius: var(--radius-sm); }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 7px; color: var(--teal-800); font-weight: 740; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.utility-bar { color: rgba(255,255,255,.82); background: var(--teal-950); font-size: .78rem; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; }
.opening-status { display: flex; align-items: center; flex-wrap: wrap; }
.opening-status > span:last-child { margin-left: 2px; color: rgba(255,255,255,.58); }
.utility-links { display: flex; gap: 28px; }
.utility-links a:hover { color: var(--white); }
.status-dot { width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: #6fe2a5; box-shadow: 0 0 0 4px rgba(111,226,165,.12); }
.status-dot.is-closed { background: #f2bb7b; box-shadow: 0 0 0 4px rgba(242,187,123,.14); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(220,229,226,.85); background: rgba(255,254,251,.91); backdrop-filter: blur(18px); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(8, 49, 54, .08); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font-size: 1.12rem; letter-spacing: -.02em; }
.brand small { margin-top: 5px; color: var(--teal-700); font-size: .64rem; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.brand-mark { position: relative; width: 39px; height: 39px; display: block; border-radius: 13px; background: var(--teal-900); }
.brand-mark i, .brand-mark b { position: absolute; display: block; border-radius: 3px; background: #fb2828; }
.brand-mark i { width: 20px; height: 7px; top: 16px; left: 10px; }
.brand-mark b { width: 7px; height: 20px; top: 10px; left: 16px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); margin-left: auto; font-size: .9rem; font-weight: 700; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--teal-700); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="location"]::after { transform: scaleX(1); transform-origin: left; }
.desktop-nav a[aria-current="location"] { color: var(--teal-800); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-icon-button { width: 42px; height: 42px; display: grid; place-content: center; flex: none; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--teal-900); background: transparent; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.header-icon-button:hover, .header-icon-button[aria-expanded="true"] { border-color: var(--teal-900); color: var(--white); background: var(--teal-900); }
.header-icon-button svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.accessibility-button span[aria-hidden="true"] { font-family: Georgia, serif; font-size: .82rem; font-weight: 700; letter-spacing: -.04em; }
.accessibility-wrap { position: relative; }
.accessibility-panel { position: absolute; z-index: 220; top: calc(100% + 12px); right: 0; width: 290px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 24px 60px rgba(5,47,54,.2); }
.accessibility-panel:not([hidden]) { display: block; animation: panel-in .18s ease both; }
@keyframes panel-in { from { opacity: 0; transform: translateY(-6px); } }
.accessibility-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 17px; }
.accessibility-panel-head strong { font-size: .91rem; }
.accessibility-panel-head button { width: 30px; height: 30px; display: grid; place-content: center; padding: 0; border: 0; border-radius: 50%; background: var(--cream); cursor: pointer; font-size: 1.35rem; }
.accessibility-panel > p { margin: 0 0 8px; color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.font-controls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.font-controls button { min-height: 42px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); cursor: pointer; font-weight: 800; }
.font-controls button[aria-pressed="true"] { border-color: var(--teal-900); color: var(--white); background: var(--teal-900); }
.contrast-control { display: flex; align-items: center; gap: 10px; margin: 17px 0; padding: 13px 0; border-block: 1px solid var(--line); cursor: pointer; font-size: .82rem; font-weight: 700; }
.contrast-control input { width: 18px; height: 18px; accent-color: var(--teal-800); }
.reset-view { padding: 0; border: 0; color: var(--teal-700); background: transparent; cursor: pointer; font-size: .76rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.phone-link { display: grid; line-height: 1.1; text-align: right; }
.phone-link span { margin-bottom: 5px; color: var(--muted); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.phone-link strong { font-size: .9rem; }
.menu-button { width: 44px; height: 44px; display: none; place-content: center; gap: 5px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button i { width: 18px; height: 2px; display: block; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
.menu-button[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
.quick-nav-shell { border-top: 1px solid rgba(220,229,226,.75); }
.quick-nav { min-height: 44px; display: flex; align-items: center; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.quick-nav::-webkit-scrollbar { display: none; }
.quick-nav-label { margin-right: 7px; color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.quick-nav button, .quick-nav a { min-height: 32px; display: inline-flex; align-items: center; flex: none; padding: 6px 12px; border: 1px solid transparent; border-radius: 100px; color: var(--muted); background: transparent; cursor: pointer; font-size: .73rem; font-weight: 700; white-space: nowrap; }
.quick-nav button:hover, .quick-nav button.is-active, .quick-nav a:hover { border-color: var(--line); color: var(--teal-900); background: var(--cream); }
.mobile-menu { position: absolute; top: 100%; right: 0; left: 0; min-height: calc(100vh - 122px); max-height: calc(100vh - 122px); padding: 34px 20px; color: var(--white); background: var(--teal-950); overflow-y: auto; }
.mobile-menu a { display: block; padding: 16px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1.45rem; font-weight: 650; }
.mobile-menu-contact { display: grid; gap: 4px; margin-top: 28px; padding: 20px; border-radius: 16px; background: rgba(255,255,255,.08); }
.mobile-menu-contact span { color: rgba(255,255,255,.58); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.mobile-menu .mobile-menu-contact a { padding: 0; border: 0; color: var(--mint); font-size: 1.1rem; }
.mobile-menu > a[aria-current="location"] { color: var(--mint); }

.hero { position: relative; overflow: hidden; padding: 92px 0 88px; color: var(--white); background: radial-gradient(circle at 82% 12%, rgba(188,235,216,.22), transparent 34%), linear-gradient(135deg, #052f36 0%, #073c44 48%, #0d5963 100%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; top: -330px; left: 32%; border: 1px solid rgba(188,235,216,.18); border-radius: 50%; box-shadow: 0 0 0 92px rgba(188,235,216,.035), 0 0 0 184px rgba(188,235,216,.025); }
.hero::after { content: ""; position: absolute; width: 360px; height: 360px; right: -190px; bottom: -250px; border-radius: 50%; background: rgba(242,161,125,.14); filter: blur(20px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(48px, 7vw, 100px); }
.hero-copy { position: relative; z-index: 1; animation: hero-rise .7s cubic-bezier(.2,.7,.2,1) both; }
@keyframes hero-rise { from { opacity: 0; transform: translateY(16px); } }
.hero-kicker { width: fit-content; display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 100px; color: var(--mint); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.hero-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(242,161,125,.13); }
.hero h1 { max-width: 730px; margin-bottom: 24px; font-size: clamp(3.25rem, 6vw, 6rem); }
.hero h1 em { display: block; color: var(--mint); }
.hero-lead { max-width: 650px; margin-bottom: 31px; color: rgba(255,255,255,.74); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-search { position: relative; max-width: 620px; min-height: 62px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 12px; padding: 7px 7px 7px 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 15px 40px rgba(10, 54, 60, .1); }
.hero-search > svg { width: 21px; fill: none; stroke: var(--teal-700); stroke-linecap: round; stroke-width: 1.8; }
.hero-search input { min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); }
.hero-search input::placeholder { color: #849397; }
.hero-search > button { align-self: stretch; padding: 0 23px; border: 0; border-radius: 12px; color: var(--teal-950); background: var(--coral); cursor: pointer; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.hero-search > button:hover { background: #ffc09f; transform: translateY(-1px); }
body .search-results { position: absolute; z-index: 20; top: calc(100% + 10px); right: 0; left: 0; overflow: hidden; padding: 8px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
body .search-results button { width: 100%; display: flex; justify-content: space-between; gap: 18px; padding: 13px 14px; border: 0; border-radius: 10px; background: transparent; text-align: left; cursor: pointer; }
body .search-results button:hover, body .search-results button:focus-visible { background: var(--cream); }
body .search-results small { color: var(--muted); }
.search-empty { padding: 12px 14px; color: var(--muted); }
.popular-queries { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; max-width: 620px; margin-top: 12px; }
.popular-queries > span { margin-right: 2px; color: rgba(255,255,255,.56); font-size: .72rem; }
.popular-queries button { min-height: 34px; padding: 6px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 100px; color: rgba(255,255,255,.84); background: rgba(255,255,255,.07); cursor: pointer; font-size: .7rem; font-weight: 740; }
.popular-queries button:hover { border-color: rgba(255,255,255,.42); color: var(--teal-950); background: var(--mint); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-actions svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.hero .button-primary { color: var(--teal-950); background: var(--mint); box-shadow: 0 15px 34px rgba(0,0,0,.17); }
.hero .button-primary:hover { background: #d6f8e9; }
.hero .button-ghost { border-color: rgba(255,255,255,.2); color: var(--white); background: rgba(255,255,255,.06); }
.hero .button-ghost:hover { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.12); }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 650px; padding: 0; margin: 38px 0 0; list-style: none; }
.trust-list li { min-width: 0; display: flex; align-items: center; gap: 10px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.14); }
.trust-list li > span { width: 27px; height: 27px; display: grid; place-content: center; flex: none; border-radius: 50%; color: var(--teal-950); background: var(--mint); font-size: .72rem; font-weight: 900; }
.trust-list p { display: grid; gap: 2px; margin: 0; line-height: 1.25; }
.trust-list strong { color: var(--white); font-size: .88rem; }
.trust-list small { overflow: hidden; color: rgba(255,255,255,.55); font-size: .66rem; text-overflow: ellipsis; white-space: nowrap; }
.hero-visual { position: relative; padding: 0 0 50px 10px; animation: hero-visual-in .82s .08s cubic-bezier(.2,.7,.2,1) both; }
@keyframes hero-visual-in { from { opacity: 0; transform: translateX(20px) scale(.985); } }
.hero-image-frame { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 48px 48px 132px 48px; background: var(--mint-light); box-shadow: 0 34px 90px rgba(0,0,0,.3); }
.hero-image-frame img { width: 100%; aspect-ratio: 1.02 / 1; object-fit: cover; object-position: 63% center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.hero-image-frame:hover img { transform: scale(1.025); }
.hero-image-frame::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, transparent 48%, rgba(5,47,54,.77) 100%); pointer-events: none; }
.image-badge { position: absolute; display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border-radius: 100px; color: var(--teal-900); background: rgba(255,255,255,.86); box-shadow: 0 10px 24px rgba(7,60,68,.12); backdrop-filter: blur(10px); font-size: .76rem; font-weight: 780; }
.image-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #2dc881; }
.badge-top { top: 24px; left: 24px; }
.hero-image-caption { position: absolute; z-index: 2; right: 34px; bottom: 32px; left: 34px; display: grid; gap: 3px; }
.hero-image-caption span { color: var(--mint); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-image-caption strong { max-width: 340px; color: var(--white); font-size: 1.15rem; letter-spacing: -.02em; }
.hero-location-card { position: absolute; z-index: 3; top: 68px; right: -12px; min-width: 146px; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.45); border-radius: 17px; color: var(--ink); background: rgba(255,255,255,.9); box-shadow: 0 18px 40px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.hero-location-card > span { width: 32px; height: 32px; display: grid; place-content: center; border-radius: 10px; color: var(--teal-900); background: var(--mint-light); font-size: 1.1rem; font-weight: 900; }
.hero-location-card p { display: grid; margin: 0; line-height: 1.25; }
.hero-location-card strong { font-size: .82rem; }
.hero-location-card small { color: var(--muted); font-size: .68rem; }
.hero-expert-card { position: absolute; z-index: 4; right: 32px; bottom: 0; left: -34px; display: grid; grid-template-columns: 58px 1fr 40px; align-items: center; gap: 13px; padding: 13px; border: 1px solid rgba(255,255,255,.58); border-radius: 21px; color: var(--ink); background: rgba(255,255,255,.93); box-shadow: 0 24px 55px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.hero-expert-card picture { width: 58px; height: 58px; display: block; overflow: hidden; border-radius: 15px; }
.hero-expert-card img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.hero-expert-card p { display: grid; gap: 3px; margin: 0; line-height: 1.25; }
.hero-expert-card strong { font-size: .88rem; }
.hero-expert-card small { color: var(--muted); font-size: .7rem; }
.hero-expert-card > a { width: 38px; height: 38px; display: grid; place-content: center; border-radius: 50%; color: var(--white); background: var(--teal-900); font-size: 1.1rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.hero-expert-card > a:hover { background: var(--teal-700); transform: translateX(2px); }

.service-bar { border-block: 1px solid var(--line); background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-grid article { min-height: 118px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 13px; padding: 22px 20px; border-right: 1px solid var(--line); }
.service-grid article:first-child { padding-left: 0; }
.service-grid article:last-child { padding-right: 0; border-right: 0; }
.service-grid article > span { width: 32px; height: 32px; display: grid; place-content: center; border-radius: 50%; color: var(--teal-800); background: var(--mint-light); font-family: Georgia, serif; font-size: .72rem; font-style: italic; }
.service-grid p { display: grid; gap: 3px; margin: 0; line-height: 1.35; }
.service-grid strong { font-size: .82rem; }
.service-grid small { color: var(--muted); font-size: .71rem; line-height: 1.4; }

.catalog-section { background: var(--cream); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { position: relative; min-height: 244px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; overflow: hidden; border: 1px solid rgba(7,60,68,.09); border-radius: var(--radius-md); background: rgba(255,255,255,.8); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.category-card::before { content: ""; position: absolute; width: 125px; height: 125px; right: -54px; bottom: -55px; border-radius: 50%; background: var(--mint-light); transition: transform .3s ease; }
.category-card:hover { z-index: 1; border-color: rgba(18,113,124,.3); transform: translateY(-5px); box-shadow: 0 20px 44px rgba(7,60,68,.09); }
.category-card:hover::before { transform: scale(1.18); }
.category-number { color: var(--teal-700); font-family: Georgia, serif; font-size: .85rem; font-style: italic; }
.category-card h3 { max-width: 220px; margin: 0 0 10px; }
.category-card p { max-width: 250px; margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.card-arrow { position: absolute; right: 22px; bottom: 19px; z-index: 1; color: var(--teal-900); font-size: 1.2rem; transition: transform .25s ease; }
.category-card:hover .card-arrow { transform: translate(4px, -4px); }
.category-featured { color: var(--white); background: var(--teal-900); }
.category-featured .category-number, .category-featured p, .category-featured .card-arrow { color: var(--mint); }
.category-featured::before { background: rgba(188,235,216,.12); }
.category-card-photo { min-height: 332px; display: grid; grid-template-rows: 146px 1fr; padding: 0; background: var(--white); }
.category-card-photo {
    display: flex;
}
.category-card-photo::before { display: none; }
.category-thumb { display: block; overflow: hidden; background: var(--mint-light); }
.category-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.category-card-photo:hover .category-thumb img { transform: scale(1.055); }
.category-card-photo .category-number { position: absolute; z-index: 2; top: 14px; left: 14px; min-width: 34px; height: 30px; display: grid; place-content: center; padding: 0 9px; border: 1px solid rgba(255,255,255,.65); border-radius: 100px; color: var(--teal-950); background: rgba(255,255,255,.84); box-shadow: 0 8px 18px rgba(7,60,68,.1); backdrop-filter: blur(8px); }
.category-card-photo .category-copy { padding: 21px 23px 24px; }
.category-card-photo h3 { margin-bottom: 8px; }
.category-card-photo .card-arrow { right: 21px; bottom: 18px; }
.category-card-photo.category-featured { background: var(--teal-900); }
.category-card-photo.category-featured .category-number { color: var(--teal-950); }

.products-section { background: var(--paper); }
.product-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: -12px 0 28px; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-button { min-height: 42px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 100px; background: transparent; cursor: pointer; color: var(--muted); font-size: .82rem; font-weight: 700; }
.filter-button:hover, .filter-button.is-active { border-color: var(--teal-900); color: var(--white); background: var(--teal-900); }
.results-count { margin: 0; color: var(--muted); font-size: .82rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 46px rgba(7,60,68,.1); }
.product-card[hidden] { display: none; }
.product-visual { position: relative; aspect-ratio: 4 / 3; min-height: 215px; margin: 0; overflow: hidden; background: #edf4f1; }
.product-visual picture { display: contents; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-visual img { transform: scale(1.045); }
.product-visual figcaption { position: absolute; left: 15px; bottom: 14px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.72); border-radius: 100px; color: var(--teal-950); background: rgba(255,255,255,.84); box-shadow: 0 8px 20px rgba(7,60,68,.1); backdrop-filter: blur(9px); font-size: .65rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.tone-blue { color: #23445e; background: #e2eff6; }
.tone-mint { color: #185d56; background: #dff3e9; }
.tone-sand { color: #645539; background: #f1ead8; }
.tone-lilac { color: #514767; background: #ebe7f1; }
.tone-coral { color: #744832; background: #f6e2d9; }
.tone-teal { color: #0b5761; background: #d5eef0; }
.product-content { padding: 22px; }
.availability { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 13px; color: var(--teal-700); font-size: .69rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.availability i { width: 6px; height: 6px; border-radius: 50%; background: #31bd7b; }
.product-card h3 { min-height: 2.7em; margin-bottom: 10px; font-size: 1.12rem; letter-spacing: -.025em; }
.product-card p { min-height: 3em; margin-bottom: 21px; color: var(--muted); font-size: .84rem; }
.product-action { width: 100%; display: flex; justify-content: space-between; padding: 13px 0 3px; border: 0; border-top: 1px solid var(--line); background: transparent; cursor: pointer; color: var(--teal-800); font-size: .84rem; font-weight: 800; }
.product-action span { transition: transform .2s ease; }
.product-action:hover span { transform: translateX(4px); }

.selection-section { color: var(--white); background: var(--teal-950); }
.selection-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 7vw, 92px); align-items: start; }
.selection-copy p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.selection-copy h2 em { color: var(--mint); }
.selection-copy small { display: block; max-width: 500px; margin-top: 26px; color: rgba(255,255,255,.48); line-height: 1.45; }
.selection-side { display: grid; gap: 20px; }
.selection-photo { position: relative; margin: 0; overflow: hidden; border-radius: 30px 30px 80px 30px; background: var(--teal-800); box-shadow: 0 26px 65px rgba(0,0,0,.22); }
.selection-photo picture { display: contents; }
.selection-photo img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: 67% center; }
.selection-photo::after { content: ""; position: absolute; inset: 36% 0 0; background: linear-gradient(transparent, rgba(2,27,31,.82)); pointer-events: none; }
.selection-photo figcaption { position: absolute; z-index: 1; right: 25px; bottom: 23px; left: 25px; display: grid; gap: 3px; }
.selection-photo figcaption strong { font-size: .95rem; }
.selection-photo figcaption span { color: rgba(255,255,255,.7); font-size: .75rem; }
.selection-steps { border-top: 1px solid rgba(255,255,255,.18); }
.selection-steps article { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.selection-steps article > span { color: var(--mint); font-family: Georgia, serif; font-style: italic; }
.selection-steps h3 { margin: 0 0 7px; font-size: 1.2rem; }
.selection-steps p { margin: 0; color: rgba(255,255,255,.6); font-size: .91rem; }

.why-section { background: var(--paper); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.benefit-grid article { min-height: 250px; padding: 27px; border-right: 1px solid var(--line); background: var(--white); }
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid span { width: 38px; height: 38px; display: grid; place-content: center; margin-bottom: 54px; border-radius: 50%; color: var(--teal-800); background: var(--mint-light); font-size: .75rem; font-weight: 800; }
.benefit-grid h3 { margin-bottom: 10px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

.stores-section { background: var(--cream); }
.schedule-chip { flex: none; padding: 11px 16px; border: 1px solid var(--line); border-radius: 100px; background: var(--white); color: var(--muted); font-size: .76rem; }
.schedule-chip strong { color: var(--ink); }
.store-photo-banner { position: relative; margin: 0 0 20px; overflow: hidden; border-radius: var(--radius-lg); background: var(--teal-950); box-shadow: 0 24px 60px rgba(7,60,68,.12); }
.store-photo-banner picture { display: contents; }
.store-photo-banner img { width: 100%; height: clamp(350px, 39vw, 510px); object-fit: cover; object-position: center 48%; }
.store-photo-banner::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(3,34,39,.88)); pointer-events: none; }
.store-photo-banner figcaption { position: absolute; z-index: 1; right: 38px; bottom: 34px; left: 38px; display: grid; gap: 5px; color: var(--white); }
.store-photo-banner figcaption span { color: var(--mint); font-size: .69rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.store-photo-banner figcaption strong { max-width: 660px; font-size: clamp(1.45rem, 2.8vw, 2.65rem); line-height: 1.12; letter-spacing: -.035em; }
.store-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.store-card { position: relative; min-height: 320px; padding: 38px; overflow: hidden; border-radius: var(--radius-lg); background: var(--mint-light); }
.store-card::before { content: ""; position: absolute; width: 280px; height: 280px; right: -70px; bottom: -110px; border: 1px solid rgba(7,60,68,.14); border-radius: 50%; box-shadow: 0 0 0 40px rgba(7,60,68,.035), 0 0 0 80px rgba(7,60,68,.025); }
.store-card-dark { color: var(--white); background: var(--teal-900); }
.store-card-dark::before { border-color: rgba(188,235,216,.25); box-shadow: 0 0 0 40px rgba(188,235,216,.05), 0 0 0 80px rgba(188,235,216,.035); }
.store-index { position: absolute; top: 31px; right: 35px; color: var(--teal-700); font-family: Georgia, serif; font-size: 2rem; font-style: italic; }
.store-card-dark .store-index { color: var(--mint); }
.store-label { margin: 0 0 62px; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.store-card h3 { position: relative; max-width: 390px; margin-bottom: 8px; font-size: clamp(1.55rem, 2.8vw, 2.5rem); }
.store-card > p:not(.store-label) { position: relative; color: var(--muted); }
.store-card-dark > p:not(.store-label) { color: rgba(255,255,255,.65); }
.store-actions { position: absolute; z-index: 1; right: 38px; bottom: 32px; left: 38px; display: flex; justify-content: space-between; gap: 20px; }
.store-actions a { font-size: .82rem; font-weight: 800; }
.store-actions a:hover { text-decoration: underline; text-underline-offset: 4px; }

.business-section { padding-top: 0; background: var(--cream); }
.business-panel { display: grid; grid-template-columns: .82fr 1.18fr; align-items: stretch; gap: 18px; padding: 18px; overflow: hidden; border-radius: var(--radius-lg); color: var(--white); background: linear-gradient(120deg, var(--teal-950), #0b5f68); }
.business-copy { align-self: center; padding: 34px; }
.business-panel h2 { margin-bottom: 12px; font-size: clamp(2rem, 3vw, 3rem); }
.business-panel p:not(.eyebrow) { max-width: 720px; margin: 0; color: rgba(255,255,255,.68); }
.business-panel .button { margin-top: 26px; }
.business-photo { min-height: 380px; margin: 0; overflow: hidden; border-radius: 24px 24px 54px 24px; background: var(--teal-900); }
.business-photo picture { display: contents; }
.business-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 71% center; }

.community-section { padding-top: 0; background: var(--cream); }
.community-panel { position: relative; min-height: 430px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; padding: clamp(42px, 6vw, 76px); overflow: hidden; border: 1px solid rgba(7,60,68,.08); border-radius: var(--radius-lg); background: radial-gradient(circle at 88% 15%, rgba(242,161,125,.35), transparent 25%), linear-gradient(135deg, #e1f7ed 0%, #f8f7f1 62%, #fff 100%); box-shadow: 0 24px 65px rgba(7,60,68,.09); }
.community-panel::before { content: ""; position: absolute; width: 360px; height: 360px; right: -170px; bottom: -230px; border: 1px solid rgba(7,60,68,.13); border-radius: 50%; box-shadow: 0 0 0 48px rgba(7,60,68,.025), 0 0 0 96px rgba(7,60,68,.018); }
.community-copy { position: relative; z-index: 2; max-width: 700px; }
.community-panel .eyebrow { color: var(--teal-700); }
.community-panel h2 { margin-bottom: 18px; font-size: clamp(2.35rem, 4.5vw, 4.6rem); }
.community-panel h2 em { display: block; }
.community-copy > p:last-child { max-width: 590px; margin: 0; color: var(--muted); }
.community-actions { position: relative; z-index: 3; display: grid; justify-items: start; gap: 13px; }
.community-socials { width: 100%; display: grid; gap: 9px; margin-bottom: 7px; }
.community-socials[hidden] { display: none; }
.community-socials a { min-height: 54px; display: flex; align-items: center; gap: 12px; padding: 9px 12px; border: 1px solid rgba(7,60,68,.12); border-radius: 15px; background: rgba(255,255,255,.72); box-shadow: 0 10px 25px rgba(7,60,68,.06); font-size: .82rem; font-weight: 790; transition: transform .2s ease, background .2s ease; }
.community-socials a:hover { background: var(--white); transform: translateX(4px); }
.community-socials a > span:first-child { width: 34px; height: 34px; display: grid; place-content: center; flex: none; border-radius: 10px; color: var(--white); background: var(--teal-900); font-size: .64rem; letter-spacing: .04em; }
.community-socials a > span:last-child { margin-left: auto; color: var(--teal-700); font-size: .95rem; }
.community-share { min-width: 220px; }
.community-share svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.copy-link { padding: 5px 2px; border: 0; color: var(--teal-700); background: transparent; cursor: pointer; font-size: .76rem; font-weight: 760; text-decoration: underline; text-underline-offset: 4px; }
.community-orbit { position: absolute; right: 6%; bottom: 42px; z-index: 1; width: 160px; height: 74px; opacity: .18; pointer-events: none; }
.community-orbit span { position: absolute; width: 46px; height: 46px; display: grid; place-content: center; border: 1px solid var(--teal-900); border-radius: 50%; color: var(--teal-900); font-size: .63rem; font-weight: 850; }
.community-orbit span:nth-child(1) { left: 0; bottom: 0; }
.community-orbit span:nth-child(2) { left: 54px; top: 0; }
.community-orbit span:nth-child(3) { right: 0; bottom: 3px; }

.consultation-section { background: var(--paper); }
.consultation-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.consultation-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.direct-contact { display: grid; gap: 6px; margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--line); }
.direct-contact span { margin-bottom: 5px; color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .13em; }
.direct-contact a { width: fit-content; color: var(--teal-800); font-size: 1.15rem; font-weight: 780; }
.lead-form { display: grid; gap: 19px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 22px 55px rgba(7,60,68,.08); }
.lead-form label {
    display: grid;
    gap: 8px;
    font-size: .75rem;
    font-weight: 770;
    align-items: start;
    align-content: start;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lead-form input, .lead-form textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 12px; outline: 0; color: var(--ink); background: #fbfcfa; transition: border-color .2s, box-shadow .2s; }
.lead-form label > small { margin-top: -3px; color: var(--muted); font-size: .67rem; font-weight: 500; }
.lead-form textarea { resize: vertical; min-height: 120px; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--teal-700); box-shadow: 0 0 0 4px rgba(18,113,124,.09); }
.lead-form .consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .72rem; font-weight: 500; line-height: 1.45; }
.consent input { width: 17px; height: 17px; flex: none; margin: 2px 0 0; accent-color: var(--teal-800); }
.consent a { text-decoration: underline; text-underline-offset: 2px; }
.form-status { min-height: 1.3em; margin: -8px 0 0; color: var(--teal-700); font-size: .8rem; font-weight: 700; }
.form-assurance { display: flex; align-items: center; justify-content: center; gap: 7px; margin: -7px 0 0; color: var(--muted); font-size: .68rem; text-align: center; }
.form-assurance span { color: var(--teal-700); font-weight: 900; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 110px); }
.faq-section .section-heading p:last-child { color: var(--muted); }
.faq-list { border-top: 1px solid #cfdad7; }
.faq-list details { border-bottom: 1px solid #cfdad7; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 2px; cursor: pointer; font-size: 1rem; font-weight: 760; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 1.45rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding: 0 46px 23px 2px; margin: 0; color: var(--muted); font-size: .91rem; }

.site-footer { padding: 72px 0 22px; color: rgba(255,255,255,.72); background: var(--teal-950); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .75fr 1.15fr .8fr; gap: 50px; padding-bottom: 55px; }
.brand-light strong { color: var(--white); }
.brand-light small { color: var(--mint); }
.footer-brand > p { max-width: 330px; margin: 23px 0; font-size: .86rem; }
.footer-grid h3 { margin: 4px 0 20px; color: var(--white); font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a { width: fit-content; font-size: .84rem; }
.footer-grid a:hover { color: var(--white); }
.footer-grid p { margin: 0; font-size: .84rem; }
.social-links { display: flex; gap: 8px; }
.social-links a { width: 38px; height: 38px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font-size: .68rem; font-weight: 800; }
.social-links a:hover { color: var(--teal-950); background: var(--mint); }
.footer-bottom { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .71rem; }
.footer-bottom p { margin: 0; }
.medical-note { text-align: center; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }
.footer-privacy { display: flex; align-items: center; gap: 14px; }
.footer-privacy button { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; font-size: inherit; text-decoration: underline; text-underline-offset: 3px; }
.footer-privacy button:hover { color: var(--white); }

.mobile-action-bar { display: none; }
.back-to-top { position: fixed; z-index: 140; right: 24px; bottom: 24px; width: 46px; height: 46px; place-content: center; padding: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--white); background: var(--teal-900); box-shadow: 0 14px 32px rgba(5,47,54,.2); cursor: pointer; }
.back-to-top:not([hidden]) { display: grid; animation: toast-in .2s ease both; }
.back-to-top:hover { background: var(--teal-800); transform: translateY(-2px); }
.cookie-banner { position: fixed; z-index: 500; right: 24px; bottom: 24px; left: 24px; max-width: 850px; align-items: center; justify-content: space-between; gap: 28px; margin-left: auto; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 22px 75px rgba(5,47,54,.22); }
.cookie-banner:not([hidden]) { display: flex; }
.cookie-banner strong { display: block; margin-bottom: 3px; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.cookie-actions { display: flex; flex: none; gap: 8px; }
.cookie-actions .button { min-height: 42px; padding: 9px 15px; font-size: .73rem; }
.toast { position: fixed; z-index: 600; right: 24px; bottom: 24px; max-width: 390px; padding: 15px 18px; border-radius: 14px; color: var(--white); background: var(--teal-900); box-shadow: var(--shadow); font-size: .85rem; font-weight: 700; }
.toast:not([hidden] ) { display: block; animation: toast-in .25s ease both; }
@keyframes toast-in { from { opacity: 0; transform: translateY(12px); } }
.noscript { padding: 12px 20px; color: #5a3200; background: #fff0c8; text-align: center; font-size: .85rem; }

.legal-page { background: var(--cream); }
.legal-header { border-bottom: 1px solid var(--line); background: var(--white); }
.legal-header .container { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.legal-main { padding: 75px 0 110px; }
.legal-content { max-width: 860px; padding: 52px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 22px 55px rgba(7,60,68,.07); }
.legal-content h1 { margin-bottom: 8px; font-size: clamp(2.7rem, 6vw, 5rem); }
.legal-updated { margin-bottom: 45px; color: var(--muted); font-size: .8rem; }
.legal-content h2 { margin: 38px 0 12px; font-size: 1.25rem; letter-spacing: -.02em; }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--teal-700); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin-top: 40px; padding: 18px 20px; border-left: 4px solid var(--coral); border-radius: 0 12px 12px 0; background: #fff4eb; color: #6b4b39; font-size: .85rem; }
.not-found-page { min-height: 100vh; display: grid; place-content: center; padding: 30px; background: radial-gradient(circle at 80% 20%, var(--mint-light), transparent 42%), var(--cream); }
.not-found { max-width: 660px; }
.not-found-code { margin: 80px 0 -12px; color: var(--teal-700); font-family: Georgia, serif; font-size: 1.3rem; font-style: italic; }
.not-found h1 { margin-bottom: 16px; }
.not-found > div > p:not(.not-found-code) { max-width: 580px; color: var(--muted); }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { max-width: 780px; }
  .hero-image-frame img { aspect-ratio: 16 / 9; }
  .hero-location-card { right: 18px; }
  .hero-expert-card { left: 24px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article { border-bottom: 1px solid var(--line); }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .benefit-grid article:nth-child(n+3) { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid article { border-bottom: 1px solid var(--line); }
  .service-grid article:nth-child(2) { border-right: 0; }
  .service-grid article:nth-child(3), .service-grid article:nth-child(4) { border-bottom: 0; }
  .service-grid article:nth-child(3) { padding-left: 0; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 122px; }
  body { padding-bottom: 64px; }
  h1 { font-size: clamp(2.8rem, 14.4vw, 4.4rem); }
  h2 { font-size: clamp(2.05rem, 10vw, 3rem); }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .utility-links { display: none; }
  .utility-inner { justify-content: center; }
  .header-inner { min-height: 70px; gap: 8px; }
  .header-actions { gap: 7px; }
  .header-icon-button { width: 38px; height: 38px; }
  .menu-button { width: 40px; height: 40px; }
  .phone-link, .desktop-cta { display: none; }
  .brand-mark { width: 35px; height: 35px; border-radius: 11px; }
  .brand-mark i { top: 14px; left: 8px; }
  .brand-mark b { top: 8px; left: 14px; }
  .quick-nav { min-height: 42px; }
  .quick-nav-label { display: none; }
  .quick-nav button, .quick-nav a { min-height: 34px; padding-inline: 11px; }
  .mobile-menu { min-height: calc(100vh - 112px); max-height: calc(100vh - 112px); }
  .accessibility-panel { position: fixed; top: 120px; right: 14px; left: 14px; width: auto; }
  .hero { padding: 54px 0 72px; }
  .hero::before { width: 360px; height: 360px; top: -245px; left: 15%; box-shadow: 0 0 0 62px rgba(188,235,216,.035), 0 0 0 124px rgba(188,235,216,.025); }
  .hero-grid { gap: 49px; }
  .hero-kicker { padding: 7px 10px; font-size: .64rem; letter-spacing: .13em; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.25rem); }
  .hero-lead { font-size: 1rem; }
  .hero-search { min-height: 56px; grid-template-columns: 21px 1fr; padding: 8px 16px; }
  .hero-search > button { display: none; }
  body .search-results { top: calc(100% + 8px); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .trust-list { grid-template-columns: 1fr; gap: 0; margin-top: 30px; }
  .trust-list li { min-height: 57px; padding: 11px 0; border-top-color: rgba(255,255,255,.14); }
  .trust-list small { white-space: normal; }
  .hero-visual { padding: 0; }
  .hero-image-frame { border-radius: 28px 28px 76px 28px; }
  .hero-image-frame img { aspect-ratio: 1.08 / 1; object-position: 65% center; }
  .image-badge { font-size: .65rem; }
  .badge-top { top: 14px; left: 14px; }
  .hero-image-caption { right: 22px; bottom: 25px; left: 22px; }
  .hero-image-caption strong { max-width: 250px; font-size: .98rem; }
  .hero-location-card { top: 18px; right: -5px; min-width: 0; padding: 9px 11px; border-radius: 14px; }
  .hero-location-card > span { width: 28px; height: 28px; }
  .hero-location-card p { display: none; }
  .hero-expert-card { position: relative; right: auto; bottom: auto; left: auto; grid-template-columns: 52px 1fr 38px; margin: -12px 12px 0; padding: 11px; }
  .hero-expert-card picture { width: 52px; height: 52px; }
  .popular-queries { margin-top: 10px; }
  .popular-queries > span { width: 100%; }
  .heading-row { display: block; }
  .heading-row > :last-child { margin-top: 18px; }
  .section-heading { margin-bottom: 34px; }
  .category-grid, .product-grid, .store-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article:nth-child(3) { min-height: 92px; padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid article:last-child { border-bottom: 0; }
  .category-card { min-height: 210px; }
  .category-card-photo { min-height: 326px; grid-template-rows: 148px 1fr; }
  .product-toolbar { align-items: start; flex-direction: column; }
  .results-count { display: none; }
  .product-card h3, .product-card p { min-height: auto; }
  .product-visual { min-height: 0; }
  .selection-grid, .consultation-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .selection-photo { border-radius: 24px 24px 55px 24px; }
  .selection-photo img { aspect-ratio: 1.08 / 1; object-position: 72% center; }
  .selection-steps article { grid-template-columns: 46px 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .benefit-grid article:last-child { border-bottom: 0 !important; }
  .benefit-grid span { margin-bottom: 28px; }
  .schedule-chip { width: fit-content; border-radius: 15px; line-height: 1.6; }
  .store-photo-banner { border-radius: 26px; }
  .store-photo-banner img { height: 400px; object-position: 53% center; }
  .store-photo-banner figcaption { right: 24px; bottom: 23px; left: 24px; }
  .store-card { min-height: 315px; padding: 28px; }
  .store-index { top: 23px; right: 27px; }
  .store-label { margin-bottom: 74px; }
  .store-actions { right: 28px; bottom: 27px; left: 28px; flex-direction: column; gap: 7px; }
  .business-panel { grid-template-columns: 1fr; padding: 10px; }
  .business-copy { padding: 28px 18px; }
  .business-panel .button { width: 100%; }
  .business-photo { min-height: 300px; border-radius: 20px 20px 42px 20px; }
  .community-panel { min-height: 0; grid-template-columns: 1fr; gap: 36px; padding: 34px 22px; }
  .community-panel h2 em { display: inline; }
  .community-actions, .community-socials { width: 100%; }
  .community-share { width: 100%; }
  .community-orbit { right: -10px; bottom: 5px; transform: scale(.7); }
  .form-row { grid-template-columns: 1fr; }
  .lead-form { padding: 25px 20px; }
  .faq-list summary { font-size: .92rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { display: flex; }
  .footer-bottom { grid-template-columns: 1fr; gap: 8px; }
  .footer-privacy { flex-wrap: wrap; }
  .medical-note { text-align: left; }
  .mobile-action-bar { position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; height: 64px; display: grid; grid-template-columns: 1fr 1fr; padding: 7px; border-top: 1px solid var(--line); background: rgba(255,254,251,.94); backdrop-filter: blur(14px); }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 10px; font-size: .78rem; font-weight: 800; }
  .mobile-action-bar a:last-child { color: var(--white); background: var(--teal-900); }
  .back-to-top { right: 12px; bottom: 76px; width: 42px; height: 42px; }
  .cookie-banner { right: 10px; bottom: 74px; left: 10px; align-items: stretch; flex-direction: column; gap: 14px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .toast { right: 10px; bottom: 76px; left: 10px; max-width: none; }
  .legal-header .text-link { font-size: .75rem; }
  .legal-main { padding: 30px 0 70px; }
  .legal-content { padding: 30px 20px; }
  .storefront-breadcrumb .col-full,.woocommerce-page #content > .col-full { padding: 0 10px!important; }
}

@media (max-width: 390px) {
  .header-actions [data-search-shortcut] { display: none; }
}

@media (prefers-contrast: more) {
  :root { --muted: #34484b; --line: #9cafb1; }
  .button, .product-card, .category-card, .lead-form { border-width: 2px; }
}

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

/* =========================================
   BLOG GRID
========================================= */

.post-loop-flex {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
	margin-bottom: 50px;
}


/* =========================================
   BLOG CARD
========================================= */

.post-loop-flex article {
    margin: 0 !important;
    padding: 0;
    min-width: 0;
    background: #fff;
    border: 1px solid #e7ebef;
    border-radius: 16px;
    overflow: hidden;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.post-loop-flex article:hover {
    transform: translateY(-4px);
    border-color: #dce3e8;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .07);
}


/* =========================================
   HEADER
========================================= */

.post-loop-flex .entry-header {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
}


/* =========================================
   TITLE
========================================= */

.post-loop-flex .entry-title {
    order: 2;
    margin: 0 !important;
    padding: 16px 18px 18px;

    font-size: 17px !important;
    line-height: 1.3;
    font-weight: 600;

    letter-spacing: 0;
}

.post-loop-flex .entry-title a {
    display: block;
    color: #26343d;
    text-decoration: none;
    transition: color .2s ease;
    font-size: 14px;
    font-weight: 600;
}

.post-loop-flex article:hover .entry-title a {
    color: #1687a7;
}


/* =========================================
   IMAGE
========================================= */

.post-loop-flex .hide-single {
    order: 1;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3f6f7;
}

.post-loop-flex .hide-single img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 !important;

    object-fit: cover;

    transition: transform .4s ease;
}

.post-loop-flex article:hover .hide-single img {
    transform: scale(1.04);
}


/* =========================================
   REMOVE THEME DEFAULTS
========================================= */

.post-loop-flex article::before,
.post-loop-flex article::after {
    display: none;
}

.post-loop-flex .entry-header::before,
.post-loop-flex .entry-header::after {
    display: none;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .post-loop-flex {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

    .post-loop-flex {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .post-loop-flex .entry-title {
        padding: 13px 14px 15px;
        font-size: 15px !important;
    }

}


@media (max-width: 480px) {

    .post-loop-flex {
        grid-template-columns: 1fr;
    }

    .post-loop-flex .hide-single {
        aspect-ratio: 16 / 9;
    }

}

/* =========================================================
   SINGLE BLOG POST
========================================================= */

/* Основний контейнер */
.single-post .site-main {
    padding-top: 20px;
}

/* =========================================================
   HEADER
========================================================= */

.single-post .entry-header {
    margin-bottom: 35px;
}

/* Заголовок */
.single-post .entry-header .entry-title {
    margin: 0 0 28px;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #18252b;
}

/* Головна картинка */
.single-post .entry-header .hide-single {
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: #f3f7f8;
}

.single-post .entry-header .hide-single img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    border-radius: 18px;
}


/* =========================================================
   CONTENT
========================================================= */

.single-post .entry-content {
    max-width: 900px;
    margin: 0 auto;
    color: #39484e;
    font-size: 17px;
    line-height: 1.75;
}

/* Перше зображення всередині тексту — дубль обкладинки */
.single-post .entry-content > img:first-child {
    display: none;
}

/* Абзаци */
.single-post .entry-content p {
    margin: 0 0 22px;
}

/* Курсивний вступ */
.single-post .entry-content > p:first-of-type {
    margin-bottom: 30px;
    padding: 24px 28px;
    background: #f1f7f8;
    border-left: 4px solid #7daeb5;
    border-radius: 0 12px 12px 0;
    color: #53656b;
}


/* =========================================================
   HEADINGS
========================================================= */

.single-post .entry-content h2 {
    margin: 48px 0 22px;
    font-size: 29px;
    line-height: 1.25;
    font-weight: 700;
    color: #18252b;
}

.single-post .entry-content h3 {
    margin: 38px 0 18px;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    color: #26383e;
}


/* =========================================================
   LISTS
========================================================= */

.single-post .entry-content ul,
.single-post .entry-content ol {
    margin: 0 0 28px;
    padding-left: 28px;
}

.single-post .entry-content li {
    margin-bottom: 10px;
    padding-left: 5px;
}

.single-post .entry-content ul li::marker {
    color: #79aeb5;
}

.single-post .entry-content ol li::marker {
    color: #79aeb5;
    font-weight: 700;
}


/* =========================================================
   LINKS
========================================================= */

.single-post .entry-content a {
    color: #568f98;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(86, 143, 152, .35);
    text-underline-offset: 3px;
    transition: .2s ease;
}

.single-post .entry-content a:hover {
    color: #315f67;
    text-decoration-color: currentColor;
}


/* =========================================================
   IMAGES INSIDE ARTICLE
========================================================= */

.single-post .entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 14px;
}


/* =========================================================
   CATEGORY
========================================================= */

.single-post .entry-taxonomy {
    max-width: 900px;
    margin: 45px auto 0;
    padding-top: 20px;
    border-top: 1px solid #e4ebed;
}

.single-post .cat-links {
    font-size: 14px;
    color: #7b8a8f;
}

.single-post .cat-links a {
    color: #568f98;
    font-weight: 600;
    text-decoration: none;
}

.single-post .cat-links a:hover {
    text-decoration: underline;
}


/* =========================================================
   POST NAVIGATION
========================================================= */

.single-post .post-navigation {
    max-width: 900px;
    margin: 25px auto 0;
    padding: 25px 0 10px;
    border-top: 1px solid #e4ebed;
}

.single-post .post-navigation .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.single-post .post-navigation a {
    display: block;
    padding: 18px 20px;
    background: #f3f7f8;
    border-radius: 12px;
    color: #26383e;
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    transition: .2s ease;
}

.single-post .post-navigation a:hover {
    background: #e8f1f2;
    transform: translateY(-2px);
}

.single-post .nav-next {
    text-align: right;
}


/* =========================================================
   SIDEBAR
========================================================= */

.single-post #secondary {
    padding-top: 20px;
}

.single-post #secondary .widget {
    margin-bottom: 30px;
}

.single-post #secondary .widget h2 {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.3;
    color: #18252b;
}


/* Категорії товарів */
.single-post #secondary .wc-block-product-categories-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-post #secondary .wc-block-product-categories-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    padding: 9px 0;
    border-bottom: 1px solid #edf1f2;
}

.single-post #secondary .wc-block-product-categories-list-item a {
    color: #45575d;
    font-size: 14px;
    text-decoration: none;
}

.single-post #secondary .wc-block-product-categories-list-item a:hover {
    color: #568f98;
}

.single-post #secondary .wc-block-product-categories-list-item-count {
    color: #98a5a9;
    font-size: 12px;
}


/* =========================================================
   RECENT POSTS
========================================================= */

.single-post #secondary .wp-block-latest-posts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-post #secondary .wp-block-latest-posts li {
    margin: 0 0 20px;
}

.single-post #secondary .wp-block-latest-posts__featured-image {
    margin-bottom: 9px;
    overflow: hidden;
    border-radius: 10px;
}

.single-post #secondary .wp-block-latest-posts__featured-image img {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
    margin: 0;
    transition: transform .3s ease;
}

.single-post #secondary .wp-block-latest-posts li:hover img {
    transform: scale(1.03);
}

.single-post #secondary .wp-block-latest-posts__post-title {
    display: block;
    color: #26383e;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
}

.single-post #secondary .wp-block-latest-posts__post-title:hover {
    color: #568f98;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

    .single-post .entry-header .entry-title {
        font-size: 34px;
    }

    .single-post .entry-content {
        font-size: 16px;
    }

    .single-post .entry-content h2 {
        font-size: 26px;
    }

    .single-post .entry-content h3 {
        font-size: 21px;
    }
}


@media (max-width: 600px) {

    .single-post .entry-header {
        margin-bottom: 25px;
    }

    .single-post .entry-header .entry-title {
        font-size: 28px;
        line-height: 1.18;
        margin-bottom: 20px;
    }

    .single-post .entry-header .hide-single,
    .single-post .entry-header .hide-single img {
        border-radius: 12px;
    }

    .single-post .entry-content {
        font-size: 16px;
        line-height: 1.65;
    }

    .single-post .entry-content > p:first-of-type {
        padding: 18px 20px;
    }

    .single-post .entry-content h2 {
        margin-top: 38px;
        font-size: 24px;
    }

    .single-post .post-navigation .nav-links {
        grid-template-columns: 1fr;
    }

    .single-post .nav-next {
        text-align: left;
    }
}

/* =========================================
   ВІДКРИТА ТЕКСТОВА СТОРІНКА
========================================= */

body.page-template-default #primary {
    width: 100%;
    float: none;
    margin: 0;
}

body.page-template-default #main {
    width: 100%;
}


/* Основний блок сторінки */
body.page-template-default .site-main > article {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0 80px;
}


/* Заголовок */
body.page-template-default .entry-header {
    margin-bottom: 40px;
}

body.page-template-default .entry-title {
    margin: 0;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.02em;
}


/* Текст */
body.page-template-default .entry-content {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.75;
}


/* Абзаци */
body.page-template-default .entry-content p {
    margin: 0 0 24px;
}


/* Заголовки всередині тексту */
body.page-template-default .entry-content h2 {
    margin: 55px 0 22px;
    font-size: 30px;
    line-height: 1.2;
}

body.page-template-default .entry-content h3 {
    margin: 40px 0 18px;
    font-size: 24px;
    line-height: 1.3;
}


/* Списки */
body.page-template-default .entry-content ul,
body.page-template-default .entry-content ol {
    margin: 25px 0 30px;
    padding-left: 30px;
}

body.page-template-default .entry-content li {
    margin-bottom: 10px;
}


/* Посилання */
body.page-template-default .entry-content a {
    text-decoration: underline;
    text-underline-offset: 3px;
}


/* Картинки в тексті */
body.page-template-default .entry-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 35px auto;
    border-radius: 12px;
}


/* Цитати */
body.page-template-default .entry-content blockquote {
    margin: 35px 0;
    padding: 25px 30px;
    border-left: 4px solid currentColor;
    background: #f5f5f5;
    border-radius: 8px;
}


/* прибираємо стандартний сайдбар */
body.page-template-default #secondary {
    display: none;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    body.page-template-default .site-main > article {
        padding: 35px 20px 60px;
    }

    body.page-template-default .entry-title {
        font-size: 32px;
    }

    body.page-template-default .entry-content {
        font-size: 16px;
        line-height: 1.65;
    }

    body.page-template-default .entry-content h2 {
        font-size: 25px;
        margin-top: 40px;
    }

    body.page-template-default .entry-content h3 {
        font-size: 21px;
    }

}
.footer-info {
    padding: 10px;
	padding-top: 30px;
    font-size: 12px;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}