@font-face{font-family:Montserrat;src:url('assets/fonts/montserrat-400.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;src:url('assets/fonts/montserrat-500.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;src:url('assets/fonts/montserrat-600.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;src:url('assets/fonts/montserrat-700.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;src:url('assets/fonts/montserrat-800.ttf') format('truetype');font-weight:800;font-style:normal;font-display:swap}

:root{
  color-scheme:light;
  --brand:#08735f;
  --brand-hover:#055747;
  --brand-contrast:#ffffff;
  --brand-soft:#e5f4ee;
  --brand-tint:#f3f9f6;
  --navy:#102f2a;
  --accent:#e98159;
  --background:#f8fbf9;
  --surface:#ffffff;
  --surface-alt:#f0f6f3;
  --surface-strong:#dbeae4;
  --heading:#102f2a;
  --body:#465f58;
  --muted:#6f847d;
  --border:#d9e5e0;
  --header-bg:rgba(255,255,255,.94);
  --danger:#b95050;
  --shadow-xs:0 4px 14px rgba(13,60,50,.06);
  --shadow-sm:0 12px 34px rgba(13,60,50,.09);
  --shadow-md:0 22px 55px rgba(13,60,50,.13);
  --radius-sm:12px;
  --radius:20px;
  --radius-lg:32px;
  --content:1200px;
}

html[data-theme="dark"]{
  color-scheme:dark;
  --brand:#66d6b0;
  --brand-hover:#8be6c7;
  --brand-contrast:#08231d;
  --brand-soft:#173e34;
  --brand-tint:#102d26;
  --navy:#effaf6;
  --accent:#f29a75;
  --background:#071b16;
  --surface:#0d2922;
  --surface-alt:#12332b;
  --surface-strong:#1a4439;
  --heading:#f0faf6;
  --body:#b8cbc4;
  --muted:#8fa79e;
  --border:#21483e;
  --header-bg:rgba(7,27,22,.94);
  --danger:#ef9090;
  --shadow-xs:0 4px 14px rgba(0,0,0,.18);
  --shadow-sm:0 12px 34px rgba(0,0,0,.24);
  --shadow-md:0 22px 55px rgba(0,0,0,.36);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:105px}
body{margin:0;background:var(--background);color:var(--heading);font-family:Montserrat,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease}
body.no-scroll{overflow:hidden}
button,input,select,textarea{font:inherit;color:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
svg{display:block}
.container{width:min(var(--content),calc(100% - 48px));margin-inline:auto}
.section{padding:104px 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}
.skip-link{position:fixed;z-index:10000;top:12px;left:12px;padding:12px 18px;border-radius:10px;background:var(--heading);color:var(--background);font-size:13px;font-weight:700;transform:translateY(-160%)}
.skip-link:focus{transform:none}

/* Zoom-out page transition */
.page-transition{position:fixed;z-index:9999;inset:0;background:var(--background);opacity:0;pointer-events:none;transition:opacity .46s cubic-bezier(.4,0,.2,1)}
.page-transition::before{content:"";position:absolute;left:50%;top:50%;width:min(320px,72vw);height:100px;background:url('assets/cindypharma-logo.webp') center/contain no-repeat;opacity:0;transform:translate(-50%,-50%) scale(1.28);transition:opacity .28s ease,transform .46s cubic-bezier(.4,0,.2,1),filter .3s ease}.page-transition::after{content:"";position:absolute;left:50%;top:calc(50% + 72px);width:54px;height:3px;border-radius:4px;background:var(--brand-soft);transform:translateX(-50%);box-shadow:inset 0 0 0 1px var(--border)}.page-transition::after{background-image:linear-gradient(90deg,var(--brand),var(--brand));background-size:35% 100%;background-repeat:no-repeat;animation:logo-loader 1.1s ease-in-out infinite}@keyframes logo-loader{0%{background-position:-40% 0}100%{background-position:140% 0}}html[data-theme="dark"] .page-transition::before{filter:brightness(0) invert(1)}
body.page-leaving{overflow:hidden}
body.page-leaving .page-transition{opacity:1}
body.page-leaving .page-transition::before{opacity:1;transform:translate(-50%,-50%) scale(.78)}
body.page-leaving>.announcement,
body.page-leaving>.site-header,
body.page-leaving>main,
body.page-leaving>.site-footer,
body.page-leaving>.floating-actions,
body.page-leaving>.chat-panel{opacity:0;transform:scale(.88);filter:blur(2px)}
body>.announcement,
body>.site-header,
body>main,
body>.site-footer,
body>.floating-actions,
body>.chat-panel{transform-origin:center center;transition:opacity .42s cubic-bezier(.4,0,.2,1),transform .46s cubic-bezier(.4,0,.2,1),filter .35s ease}
main{animation:page-enter-zoom .58s cubic-bezier(.2,.7,.2,1) both}
@keyframes page-enter-zoom{from{opacity:0;transform:scale(1.045)}to{opacity:1;transform:scale(1)}}

/* JavaScript motion and interactive design layer */
.scroll-progress{position:fixed;z-index:10001;left:0;right:0;top:0;height:3px;pointer-events:none;background:transparent}.scroll-progress span{display:block;width:100%;height:100%;background:var(--brand);transform:scaleX(0);transform-origin:left center;will-change:transform}
.site-header .header-inner{transition:height .28s ease}.site-header.header-scrolled{box-shadow:0 8px 30px rgba(13,60,50,.08)}.site-header.header-scrolled .header-inner{height:70px}
.motion-ready .js-reveal{opacity:0;transform:translateY(26px) scale(.985);transition:opacity .65s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms),transform .65s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms);will-change:opacity,transform}
.motion-ready .js-reveal.is-visible{opacity:1;transform:translateY(0) scale(1)}
.motion-ready .product-card.js-reveal{animation:none}
.button,.call-button,.add-button,.float-action{position:relative;overflow:hidden;isolation:isolate}.button>*:not(.js-ripple),.call-button>*:not(.js-ripple),.add-button>*:not(.js-ripple),.float-action>*:not(.js-ripple){position:relative;z-index:1}.js-ripple{position:absolute!important;z-index:0!important;border-radius:50%;background:rgba(255,255,255,.34);pointer-events:none;transform:scale(0);animation:js-ripple-effect .62s ease-out forwards}.button-secondary .js-ripple{background:rgba(8,115,95,.16)}
@keyframes js-ripple-effect{to{transform:scale(1);opacity:0}}

/* Top bar and navigation */
.announcement{background:#0b3a31;color:#fff}
html[data-theme="dark"] .announcement{background:#03130f}
.announcement-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:11px;font-weight:600;letter-spacing:.01em}
.announcement p{margin:0;display:flex;align-items:center;gap:10px}
.announcement a{color:rgba(255,255,255,.75);transition:color .2s}.announcement a:hover{color:#fff}
.announcement-actions{display:flex;align-items:center;gap:15px}.header-socials{padding-left:14px;border-left:1px solid rgba(255,255,255,.2);display:flex;align-items:center;gap:6px}.header-socials a,.footer-socials a{width:27px;height:27px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;opacity:.78;transition:opacity .2s,transform .2s,background .2s}.header-socials a:hover,.footer-socials a:hover{opacity:1;transform:translateY(-2px)}.header-socials svg,.footer-socials svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.header-socials a[aria-label="Facebook"] svg,.footer-socials a[aria-label="Facebook"] svg{fill:currentColor;stroke:none}.social-dot{fill:currentColor;stroke:none}
.status-dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#7fe3bd;box-shadow:0 0 0 4px rgba(127,227,189,.13)}
.site-header{position:sticky;z-index:100;top:0;background:var(--header-bg);border-bottom:1px solid var(--border);backdrop-filter:blur(18px)}
.header-inner{height:82px;display:flex;align-items:center;gap:26px}
.brand{display:inline-flex;align-items:center;gap:11px;flex:0 0 auto}
.brand-logo{display:block;width:180px;height:52px;object-fit:contain;object-position:left center;transition:filter .3s ease}
.site-footer .brand-logo{width:235px;height:66px;filter:brightness(0) invert(1)}
html[data-theme="dark"] .site-header .brand-logo{filter:brightness(0) invert(1)}
.brand-mark{width:42px;height:42px;border-radius:13px;background:var(--brand);color:var(--brand-contrast);display:grid;place-items:center;box-shadow:0 8px 22px rgba(8,115,95,.18)}
.brand-mark svg{width:23px;fill:currentColor}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-size:19px;font-weight:800;letter-spacing:-.045em}
.brand-copy small{margin-top:6px;color:var(--brand);font-size:8px;font-weight:800;letter-spacing:.31em}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:38px;margin-left:auto}
.desktop-nav a{position:relative;padding:30px 0;color:var(--body);font-size:13px;font-weight:600;transition:color .2s}
.desktop-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:22px;height:2px;background:var(--brand);transition:right .25s ease}
.desktop-nav a:hover,.desktop-nav a.active{color:var(--brand)}
.desktop-nav a:hover::after,.desktop-nav a.active::after{right:0}
.header-actions{display:flex;align-items:center;gap:7px;margin-left:16px}
.call-button{min-height:44px;padding:0 18px;border-radius:100px;background:var(--brand);color:var(--brand-contrast);display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:700;box-shadow:0 9px 24px rgba(8,115,95,.18);transition:transform .2s,background .2s}
.call-button:hover{background:var(--brand-hover);transform:translateY(-2px)}
.call-button svg{width:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.icon-button,.menu-toggle{position:relative;width:42px;height:42px;padding:0;border:0;border-radius:50%;background:transparent;display:grid;place-items:center;transition:background .2s}
.icon-button:hover,.menu-toggle:hover{background:var(--surface-alt)}
.icon-button svg{width:20px;fill:none;stroke:var(--heading);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.theme-toggle .sun{display:none}.theme-toggle .moon{display:block}
html[data-theme="dark"] .theme-toggle .sun{display:block}html[data-theme="dark"] .theme-toggle .moon{display:none}
.cart-count{position:absolute;right:-1px;top:-1px;min-width:18px;height:18px;padding:0 4px;border:2px solid var(--surface);border-radius:10px;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:8px;font-weight:800}
.menu-toggle{display:none;gap:5px;align-content:center}.menu-toggle span{width:20px;height:1.5px;background:var(--heading);transition:transform .2s}.menu-toggle.active span:first-child{transform:translateY(3.25px) rotate(45deg)}.menu-toggle.active span:last-child{transform:translateY(-3.25px) rotate(-45deg)}
.mobile-nav{display:none}

/* About Us navigation dropdown */
.nav-dropdown{position:relative;align-self:stretch;display:flex;align-items:center}
.nav-dropdown-trigger{display:flex!important;align-items:center;gap:6px}
.nav-dropdown-trigger svg{width:14px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .2s ease}
.nav-dropdown:hover .nav-dropdown-trigger svg,.nav-dropdown:focus-within .nav-dropdown-trigger svg{transform:rotate(180deg)}
.nav-dropdown-menu{position:absolute;z-index:120;left:50%;top:calc(100% - 10px);width:270px;padding:9px;border:1px solid var(--border);border-radius:15px;background:var(--surface);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:opacity .2s ease,transform .2s ease,visibility .2s}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.desktop-nav .nav-dropdown-menu a{padding:13px 14px;border-radius:10px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;color:var(--heading)}
.desktop-nav .nav-dropdown-menu a::after{display:none}
.desktop-nav .nav-dropdown-menu a:hover{background:var(--brand-tint);color:var(--brand)}
.nav-dropdown-menu span{font-size:12px;font-weight:700}.nav-dropdown-menu small{color:var(--muted);font-size:9px;font-weight:400;line-height:1.45}
.mobile-dropdown{border-bottom:1px solid var(--border)}
.mobile-dropdown summary{padding:16px 2px;list-style:none;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:650;cursor:pointer}
.mobile-dropdown summary::-webkit-details-marker{display:none}.mobile-dropdown summary.active{color:var(--brand)}
.mobile-dropdown summary span{transition:transform .2s}.mobile-dropdown[open] summary span{transform:rotate(45deg)}
.mobile-dropdown>div{padding:0 0 9px 13px;display:grid}.mobile-dropdown>div a{padding:12px!important;border-bottom:0!important;border-left:2px solid var(--brand-soft);color:var(--body);font-size:11px!important}

/* Site-wide header search */
.header-search-panel{position:absolute;z-index:130;left:0;right:0;top:100%;padding:16px 0 20px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .22s ease,transform .22s ease,visibility .22s}.header-search-panel.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.site-search-form{height:58px;padding:0 8px 0 18px;border:1px solid var(--border);border-radius:14px;background:var(--background);display:flex;align-items:center;gap:12px}.site-search-form:focus-within{border-color:var(--brand);box-shadow:0 0 0 4px rgba(8,115,95,.08)}.site-search-form>svg{width:22px;fill:none;stroke:var(--brand);stroke-width:1.7}.site-search-form input{flex:1;min-width:0;height:100%;border:0;outline:0;background:transparent;font-size:14px}.site-search-form button{width:40px;height:40px;border:0;border-radius:50%;background:var(--surface-alt);font-size:22px}.site-search-results{padding:12px 4px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.site-search-results>p{grid-column:1/-1;margin:0;color:var(--muted);font-size:11px}.site-search-result{padding:11px;border-radius:10px;display:flex;align-items:center;gap:11px;transition:background .2s}.site-search-result:hover{background:var(--brand-tint)}.site-search-result>span:first-child{width:36px;height:36px;flex:0 0 auto;border-radius:9px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-size:11px;font-weight:800}.site-search-result>span:last-child{display:flex;flex-direction:column;gap:3px}.site-search-result strong{font-size:11px}.site-search-result small{color:var(--muted);font-size:9px}

/* Typography and reusable controls */
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.eyebrow::before{content:"";width:24px;height:2px;background:currentColor}
.display-title{margin:18px 0 23px;font-size:clamp(48px,5.2vw,72px);line-height:1.03;letter-spacing:-.06em;font-weight:750}
.section-title{margin:15px 0 0;font-size:clamp(38px,4vw,54px);line-height:1.08;letter-spacing:-.055em;font-weight:720}
.section-intro{margin:20px 0 0;color:var(--body);font-size:16px;line-height:1.8}
.section-heading{max-width:720px;margin-bottom:48px}
.section-heading.center{text-align:center;margin-inline:auto}.section-heading.center .eyebrow{justify-content:center}.section-heading.center .eyebrow::after{content:"";width:24px;height:2px;background:currentColor}
.split-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:56px;margin-bottom:48px}
.split-heading>p{max-width:470px;margin:0;color:var(--body);font-size:16px;line-height:1.8}
.button{min-height:50px;padding:0 24px;border:1px solid transparent;border-radius:100px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-size:13px;font-weight:700;transition:transform .2s,background .2s,color .2s,border-color .2s,box-shadow .2s}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--brand);color:var(--brand-contrast);box-shadow:0 10px 26px rgba(8,115,95,.2)}.button-primary:hover{background:var(--brand-hover)}
.button-secondary{background:var(--surface);border-color:var(--border);color:var(--heading)}.button-secondary:hover{border-color:var(--brand);color:var(--brand)}
.button-dark{background:var(--heading);color:var(--background)}
.text-link{width:fit-content;padding:0;border:0;background:none;color:var(--brand);font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:15px}.text-link span{transition:transform .2s}.text-link:hover span{transform:translateX(4px)}

/* Home hero */
.home-hero{padding:26px 0 0;overflow:hidden}
.hero-shell{position:relative;min-height:650px;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--brand-tint);display:grid;grid-template-columns:53% 47%;box-shadow:var(--shadow-xs)}
.hero-shell::before{content:"";position:absolute;width:430px;height:430px;left:-230px;top:-260px;border:1px solid var(--surface-strong);border-radius:50%;box-shadow:0 0 0 72px rgba(8,115,95,.028),0 0 0 144px rgba(8,115,95,.018);animation:orb 7s ease-in-out infinite}
.hero-copy{position:relative;z-index:2;padding:74px 30px 64px 68px;display:flex;flex-direction:column;justify-content:center}
.hero-copy>*{animation:hero-rise .65s cubic-bezier(.2,.7,.2,1) both}.hero-copy .eyebrow{animation-delay:.06s}.hero-copy h1{animation-delay:.14s}.hero-copy>p{animation-delay:.22s}.hero-actions{animation-delay:.3s}.hero-mini-proof{animation-delay:.38s}
.hero-copy h1{margin:20px 0 22px;font-size:clamp(52px,5.4vw,76px);line-height:.99;letter-spacing:-.067em;font-weight:740}
.hero-copy h1 .changing-word{display:inline-block;color:var(--brand);min-width:5.5em;transition:opacity .24s,transform .24s}.hero-copy h1 .changing-word.swapping{opacity:0;transform:translateY(10px)}
.hero-copy>p{max-width:560px;margin:0;color:var(--body);font-size:17px;line-height:1.85}
.hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:32px}
.hero-mini-proof{margin-top:auto;padding-top:38px;display:flex;align-items:center;gap:14px}
.avatar-stack{display:flex}.avatar-stack span{width:33px;height:33px;margin-right:-7px;border:2px solid var(--brand-tint);border-radius:50%;background:#cc9a77;color:#fff;display:grid;place-items:center;font-size:8px;font-weight:800}.avatar-stack span:nth-child(2){background:#5c877b}.avatar-stack span:nth-child(3){background:#ba7265}
.stars{color:#d7873e;font-size:12px;letter-spacing:2px}.hero-mini-proof p{margin:5px 0 0;color:var(--muted);font-size:11px}
.hero-visual{position:relative;min-height:650px;overflow:hidden}.hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:63% center;animation:hero-image-in 1.1s cubic-bezier(.2,.7,.2,1) both}
.floating-card{position:absolute;z-index:3;padding:15px 18px;border:1px solid rgba(255,255,255,.7);border-radius:15px;background:rgba(255,255,255,.92);color:#143a31;box-shadow:0 18px 42px rgba(6,54,43,.2);backdrop-filter:blur(12px);animation:float 4.8s ease-in-out infinite}.floating-card strong{display:block;font-size:11px}.floating-card small{display:block;margin-top:4px;color:#607971;font-size:9px}.floating-card.status{left:24px;top:76px;display:flex;align-items:center;gap:11px}.floating-card.status>span{width:34px;height:34px;border-radius:50%;background:#def2e9;color:#08735f;display:grid;place-items:center}.floating-card.status svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.8}.floating-card.delivery{right:24px;bottom:38px;animation-delay:-2s}.delivery-row{display:flex;align-items:center;gap:10px}.delivery-icon{width:34px;height:34px;border-radius:10px;background:#f5dfd5;color:#9b553a;display:grid;place-items:center}.delivery-icon svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.7}
@keyframes hero-rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@keyframes hero-image-in{from{opacity:0;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes orb{0%,100%{transform:scale(.96)}50%{transform:scale(1.05)}}

/* About page */
.about-hero .page-hero-card{min-height:500px}
.about-hero .page-hero-content{max-width:790px}
.about-hero-mark{position:absolute;right:8%;bottom:58px;width:210px;height:210px;border:1px solid var(--surface-strong);border-radius:50%;display:grid;place-content:center;justify-items:center;gap:14px;color:var(--brand);text-align:center}
.about-hero-mark::before{content:"";position:absolute;inset:18px;border:1px solid var(--surface-strong);border-radius:50%}
.about-hero-mark>span{position:relative;width:62px;height:62px;border-radius:19px;background:var(--brand);color:var(--brand-contrast);display:grid;place-items:center;box-shadow:0 14px 35px rgba(8,115,95,.2)}
.about-hero-mark svg{width:34px;fill:currentColor}.about-hero-mark small{position:relative;color:var(--body);font-size:10px;font-weight:600;line-height:1.55}
.profile-section{background:var(--surface)}.profile-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8%}.profile-visual{position:relative;height:600px;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface-strong)}.profile-visual>img{width:100%;height:100%;object-fit:cover;object-position:63% center;transform:scale(1.18)}
.profile-experience{position:absolute;left:26px;bottom:26px;padding:22px 24px;border-radius:17px;background:rgba(255,255,255,.94);color:#153c32;box-shadow:var(--shadow-sm);backdrop-filter:blur(12px);display:flex;align-items:center;gap:12px}.profile-experience strong{color:#08735f;font-size:34px}.profile-experience span{font-size:10px;font-weight:650;line-height:1.5}
.profile-copy .section-title{margin-bottom:22px}.profile-copy>p{margin:0 0 17px;color:var(--body);font-size:15px;line-height:1.85}.profile-copy .profile-lead{color:var(--heading);font-size:17px;font-weight:550}.profile-facts{margin-top:30px;padding-top:24px;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.profile-facts div{display:flex;flex-direction:column;gap:5px}.profile-facts strong{color:var(--brand);font-size:14px}.profile-facts span{color:var(--muted);font-size:9px;line-height:1.55}
.mission-section{background:var(--background)}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.purpose-card{position:relative;min-height:430px;padding:45px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden;transition:transform .25s,box-shadow .25s}.purpose-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm)}.purpose-card::after{content:"";position:absolute;right:-85px;bottom:-100px;width:250px;height:250px;border:1px solid var(--surface-strong);border-radius:50%;box-shadow:0 0 0 45px rgba(8,115,95,.025)}.purpose-number{position:absolute;right:30px;top:28px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.15em}.purpose-icon{width:58px;height:58px;border-radius:17px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.purpose-icon svg{width:27px;fill:none;stroke:currentColor;stroke-width:1.6}.purpose-label{display:block;margin-top:35px;color:var(--brand);font-size:9px;font-weight:800;letter-spacing:.16em}.purpose-card h3{position:relative;z-index:2;margin:15px 0 16px;max-width:520px;font-size:27px;line-height:1.35;letter-spacing:-.04em}.purpose-card p{position:relative;z-index:2;margin:0;color:var(--body);font-size:14px;line-height:1.85}.vision-card{background:var(--brand-tint)}
.values-section{background:var(--surface)}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.value-card{padding:30px 27px;border-top:3px solid var(--brand);border-radius:0 0 16px 16px;background:var(--background);transition:transform .2s}.value-card:hover{transform:translateY(-4px)}.value-card>span{color:var(--brand);font-size:9px;font-weight:800;letter-spacing:.14em}.value-card h3{margin:25px 0 10px;font-size:18px}.value-card p{margin:0;color:var(--body);font-size:12px;line-height:1.8}
.about-stat-band{padding:0 0 104px;background:var(--surface)}.about-stat-grid{padding:45px;border-radius:var(--radius-lg);background:#0b4b3d;color:#fff;display:grid;grid-template-columns:repeat(4,1fr)}.about-stat-grid>div{padding:0 28px;border-right:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;gap:7px}.about-stat-grid>div:first-child{padding-left:0}.about-stat-grid>div:last-child{padding-right:0;border:0}.about-stat-grid strong{font-size:23px;letter-spacing:-.04em}.about-stat-grid span{color:rgba(255,255,255,.62);font-size:9px;line-height:1.55}.about-cta{padding-top:104px}

/* Trust band */
.trust-band{padding:31px 0;border-bottom:1px solid var(--border);background:var(--surface)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:0 26px;border-right:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:13px}.trust-item:first-child{padding-left:0}.trust-item:last-child{padding-right:0;border-right:0}
.trust-icon{width:42px;height:42px;flex:0 0 auto;border-radius:50%;background:var(--brand-soft);display:grid;place-items:center}.trust-icon svg{width:20px;fill:none;stroke:var(--brand);stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.trust-item strong{display:block;font-size:12px}.trust-item small{display:block;margin-top:3px;color:var(--muted);font-size:10px}

/* Services */
.home-services{background:var(--surface)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{position:relative;min-height:350px;padding:36px;border:1px solid var(--border);border-radius:var(--radius);background:var(--background);display:flex;flex-direction:column;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s}
.service-card::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:4px;background:var(--brand);transition:right .28s ease}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-sm);border-color:rgba(8,115,95,.25)}.service-card:hover::after{right:0}.service-card.featured{background:var(--brand-tint)}
.service-number{position:absolute;right:27px;top:27px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.16em}
.service-icon{width:56px;height:56px;border-radius:16px;background:var(--brand-soft);display:grid;place-items:center}.service-icon svg{width:26px;fill:none;stroke:var(--brand);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.service-card h3{margin:27px 0 13px;font-size:20px;letter-spacing:-.035em}.service-card p{margin:0;color:var(--body);font-size:14px;line-height:1.8}.service-card .text-link{margin-top:auto;padding-top:28px}

/* Individual product landing page */
.product-breadcrumb{padding:28px 0 18px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:11px}.product-breadcrumb a:hover{color:var(--brand)}.product-breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--heading);font-weight:600}
.product-detail-section{padding:12px 0 96px}.product-detail-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:7%;align-items:start}.product-gallery{position:sticky;top:125px}.detail-image-wrap{position:relative;aspect-ratio:1;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-alt);overflow:hidden}.detail-image-wrap>img{width:100%;height:100%;object-fit:cover}.detail-badge{position:absolute;z-index:2;left:20px;top:20px;padding:8px 12px;border-radius:100px;background:rgba(255,255,255,.94);color:#08735f;font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;box-shadow:var(--shadow-xs)}.detail-favourite{position:absolute;z-index:2;right:20px;top:20px;width:43px;height:43px;padding:0;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center}.detail-favourite svg{width:19px;fill:none;stroke:#173c33;stroke-width:1.7}.detail-favourite.active svg{fill:#d26865;stroke:#d26865}.image-assurance{margin-top:15px;padding:17px 18px;border:1px solid var(--border);border-radius:15px;background:var(--surface);display:flex;align-items:center;gap:12px}.image-assurance>span{width:39px;height:39px;flex:0 0 auto;border-radius:50%;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.image-assurance svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.7}.image-assurance strong{display:block;font-size:11px}.image-assurance small{display:block;margin-top:3px;color:var(--muted);font-size:9px}
.product-detail-copy{padding-top:10px}.detail-category{color:var(--brand);font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.product-detail-copy h1{margin:14px 0 10px;font-size:clamp(39px,4.3vw,58px);line-height:1.08;letter-spacing:-.06em}.detail-generic{margin:0;color:var(--body);font-size:14px;line-height:1.7}.detail-rating{margin-top:18px;display:flex;align-items:center;gap:9px}.detail-rating>span{color:#db8a3f;font-size:12px;letter-spacing:2px}.detail-rating strong{font-size:11px}.detail-rating small{color:var(--muted);font-size:9px}.detail-price-row{margin:25px 0 20px;padding:21px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:20px}.detail-price-row>strong{font-size:29px;letter-spacing:-.04em}.availability-pill{padding:8px 11px;border-radius:100px;background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;gap:7px;font-size:9px;font-weight:700}.availability-pill i{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px rgba(8,115,95,.1)}.availability-pill.low{background:#fff3df;color:#c27c25}.availability-pill.out{background:#fbeaea;color:#bd5151}.detail-description{margin:0;color:var(--body);font-size:15px;line-height:1.85}.detail-facts{margin:25px 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-facts>div{padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--surface);display:flex;flex-direction:column;gap:5px}.detail-facts span{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.detail-facts strong{font-size:11px}.rx-detail-notice{margin:20px 0;padding:16px;border:1px solid rgba(196,132,44,.3);border-radius:14px;background:#fff6e8;display:flex;align-items:center;gap:12px;color:#6d4819}html[data-theme=dark] .rx-detail-notice{background:#3e301d;color:#efc17d}.rx-detail-notice>span{width:39px;height:39px;flex:0 0 auto;border-radius:11px;background:rgba(196,132,44,.13);display:grid;place-items:center}.rx-detail-notice svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.6}.rx-detail-notice div{flex:1}.rx-detail-notice strong{font-size:11px}.rx-detail-notice p{margin:3px 0 0;font-size:9px;line-height:1.6}.rx-detail-notice button{padding:8px 10px;border:0;border-radius:8px;background:#c8842c;color:#fff;font-size:9px;font-weight:700}.detail-purchase{display:flex;gap:11px}.detail-quantity{height:50px;border:1px solid var(--border);border-radius:100px;background:var(--surface);display:flex;align-items:center;overflow:hidden}.detail-quantity button{width:42px;height:100%;border:0;background:transparent;font-size:18px}.detail-quantity span{min-width:32px;text-align:center;font-size:12px;font-weight:700}.detail-add-button{flex:1}.detail-pharmacist-link{width:100%;margin-top:13px;padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--brand-tint);display:flex;align-items:center;gap:12px;text-align:left}.detail-pharmacist-link>span:first-child{width:38px;height:38px;flex:0 0 auto;border-radius:11px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.detail-pharmacist-link svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.6}.detail-pharmacist-link>span:nth-child(2){flex:1}.detail-pharmacist-link strong{display:block;font-size:10px}.detail-pharmacist-link small{display:block;margin-top:3px;color:var(--muted);font-size:8px}.detail-pharmacist-link b{color:var(--brand)}.detail-service-row{margin-top:20px;display:flex;flex-wrap:wrap;gap:17px;color:var(--muted);font-size:9px}.detail-service-row span{display:flex;align-items:center;gap:7px}.detail-service-row svg{width:16px;fill:none;stroke:var(--brand);stroke-width:1.6}
.product-information{background:var(--surface)}.information-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.information-grid article{padding:31px;border:1px solid var(--border);border-radius:18px;background:var(--background)}.information-icon{width:47px;height:47px;border-radius:14px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.information-icon svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.6}.information-grid h3{margin:22px 0 10px;font-size:16px}.information-grid p{margin:0;color:var(--body);font-size:12px;line-height:1.8}.product-specification-card{margin-top:17px;padding:25px;border:1px solid var(--border);border-radius:18px;background:var(--brand-tint);display:grid;grid-template-columns:repeat(4,1fr)}.product-specification-card>div{padding:0 22px;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:6px}.product-specification-card>div:first-child{padding-left:0}.product-specification-card>div:last-child{padding-right:0;border:0}.product-specification-card span{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.product-specification-card strong{font-size:11px}.medical-disclaimer{margin:18px 0 0;padding:15px 17px;border-left:3px solid var(--brand);background:var(--brand-tint);color:var(--body);font-size:10px;line-height:1.75}.related-products-section{background:var(--surface-alt)}
.product-not-found{padding:100px 24px;text-align:center}.product-not-found h1{font-size:43px}.product-not-found p{color:var(--body)}

/* Product store and product cards */
.products-section{background:var(--surface-alt)}
.product-toolbar{margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.product-toolbar h2{margin:7px 0 0;font-size:36px;line-height:1.15;letter-spacing:-.05em}.product-toolbar p{margin:8px 0 0;color:var(--muted);font-size:12px}
.filter-pills{display:flex;flex-wrap:wrap;gap:8px}.filter-pill{min-height:39px;padding:0 17px;border:1px solid var(--border);border-radius:100px;background:transparent;color:var(--body);font-size:11px;font-weight:650;white-space:nowrap;transition:background .2s,color .2s,border-color .2s}.filter-pill:hover,.filter-pill.active{background:var(--heading);border-color:var(--heading);color:var(--background)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{position:relative;min-width:0;border:1px solid var(--border);border-radius:18px;background:var(--surface);overflow:hidden;animation:product-in .38s ease both;transition:transform .22s,box-shadow .22s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm)}
.product-image{position:relative;aspect-ratio:1.06;background:var(--surface-strong);overflow:hidden}.product-photo-link{display:block;width:100%;height:100%}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.035)}.product-info h3 a:hover{color:var(--brand)}
.product-badge{position:absolute;z-index:2;left:13px;top:13px;padding:7px 10px;border-radius:50px;background:rgba(255,255,255,.94);color:#08735f;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;box-shadow:var(--shadow-xs)}
.favourite-button{position:absolute;z-index:2;right:13px;top:13px;width:33px;height:33px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center}.favourite-button svg{width:16px;fill:none;stroke:#12372e;stroke-width:1.7}.favourite-button.active svg{fill:#d26865;stroke:#d26865}
.product-info{padding:18px}.product-type{color:var(--brand);font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.product-info h3{min-height:42px;margin:8px 0 6px;font-size:14px;line-height:1.5;letter-spacing:-.01em}.product-meta{color:var(--muted);font-size:11px}.product-bottom{margin-top:18px;display:flex;align-items:center;justify-content:space-between}.product-price{font-size:15px;font-weight:800}.add-button{width:38px;height:38px;padding:0;border:0;border-radius:50%;background:var(--brand);color:var(--brand-contrast);display:grid;place-items:center;font-size:19px;transition:transform .2s,background .2s}.add-button:hover{transform:scale(1.08);background:var(--brand-hover)}.add-button.added{background:var(--heading);color:var(--background)}
.empty-products{grid-column:1/-1;padding:65px 25px;border:1px dashed var(--border);border-radius:18px;text-align:center;color:var(--muted);font-size:14px}
.center-action{padding-top:36px;text-align:center}
@keyframes product-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}

/* Story and testimonial */
.story-section{background:var(--background)}
.story-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:8%}
.story-visual{position:relative;height:590px;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface-strong);box-shadow:var(--shadow-xs)}.story-visual img{width:100%;height:100%;object-fit:cover;object-position:63% center;transform:scale(1.2)}
.story-badge{position:absolute;left:28px;bottom:28px;padding:23px;border-radius:17px;background:rgba(255,255,255,.94);color:#153c32;box-shadow:var(--shadow-sm);backdrop-filter:blur(12px);display:flex;align-items:center;gap:12px}.story-badge strong{color:#08735f;font-size:34px}.story-badge span{font-size:10px;font-weight:650;line-height:1.45}
.story-copy .section-title{margin-bottom:21px}.story-copy>p{color:var(--body);font-size:16px;line-height:1.85}
.check-list{list-style:none;margin:31px 0 34px;padding:0;display:grid;gap:20px}.check-list li{display:flex;gap:14px}.check-list>li>span{width:26px;height:26px;flex:0 0 auto;border-radius:50%;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-size:11px;font-weight:800}.check-list strong{display:block;margin:1px 0 5px;font-size:13px}.check-list p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}
.testimonial-section{padding:94px 0;background:var(--surface)}.testimonial-card{max-width:940px;text-align:center}.quote-mark{color:var(--brand);font-size:62px;font-weight:800;line-height:.7}.testimonial-card blockquote{margin:24px auto 27px;font-size:clamp(27px,3vw,39px);font-weight:550;line-height:1.45;letter-spacing:-.04em}.testimonial-author{display:inline-flex;align-items:center;text-align:left;gap:12px}.author-avatar{width:39px;height:39px;border-radius:50%;background:#c88f6d;color:#fff;display:grid;place-items:center;font-size:9px;font-weight:800}.testimonial-author strong{display:block;font-size:11px}.testimonial-author small{display:block;margin-top:3px;color:var(--muted);font-size:9px}

/* Standalone page hero */
.page-hero{padding:30px 0 0}.page-hero-card{position:relative;min-height:430px;padding:68px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--brand-tint);overflow:hidden;display:flex;align-items:center;box-shadow:var(--shadow-xs)}
.page-hero-card::before,.page-hero-card::after{content:"";position:absolute;border:1px solid var(--surface-strong);border-radius:50%}.page-hero-card::before{width:440px;height:440px;right:-120px;top:-240px;box-shadow:0 0 0 64px rgba(8,115,95,.03)}.page-hero-card::after{width:240px;height:240px;right:180px;bottom:-190px}
.page-hero-content{position:relative;z-index:2;max-width:780px}.page-hero-content p{max-width:650px;margin:0;color:var(--body);font-size:17px;line-height:1.85}.page-hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}.page-hero-visual{position:absolute;right:45px;bottom:0;width:310px;height:310px;opacity:.2}.page-hero-visual svg{width:100%;height:100%;fill:none;stroke:var(--brand);stroke-width:.8}
.store-hero .page-hero-card{text-align:center;justify-content:center}.store-hero .page-hero-content{max-width:900px}.store-hero .page-hero-content p{margin-inline:auto}
.store-search{width:min(680px,100%);height:60px;margin:31px auto 0;padding:0 19px;border:1px solid var(--border);border-radius:15px;background:var(--surface);display:flex;align-items:center;gap:13px;box-shadow:var(--shadow-sm)}.store-search:focus-within{border-color:var(--brand);box-shadow:0 0 0 4px rgba(8,115,95,.08)}.store-search svg{width:21px;fill:none;stroke:var(--brand);stroke-width:1.7}.store-search input{flex:1;min-width:0;height:100%;border:0;outline:0;background:transparent;font-size:13px}

/* Services page */
.services-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.service-detail{min-height:350px;padding:39px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);display:grid;grid-template-columns:59px 1fr;gap:21px;transition:transform .22s,box-shadow .22s,border-color .22s}.service-detail:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:rgba(8,115,95,.25)}.service-detail .service-icon{width:59px;height:59px}.service-detail h2{margin:3px 0 12px;font-size:22px;letter-spacing:-.04em}.service-detail p{margin:0;color:var(--body);font-size:14px;line-height:1.85}.service-features{list-style:none;margin:22px 0 27px;padding:0;display:grid;gap:10px}.service-features li{display:flex;gap:9px;color:var(--body);font-size:12px}.service-features li::before{content:"✓";color:var(--brand);font-weight:800}
.prescription-band{padding:0 0 104px}.prescription-card{padding:65px;border-radius:var(--radius-lg);background:#0b4b3d;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;box-shadow:var(--shadow-sm)}.prescription-card .eyebrow{color:#91dfc3}.prescription-card h2{margin:16px 0 19px;font-size:clamp(35px,4vw,50px);line-height:1.08;letter-spacing:-.052em}.prescription-card>div>p{color:rgba(255,255,255,.72);font-size:14px;line-height:1.85}
.upload-zone{padding:34px;border:1px dashed rgba(255,255,255,.38);border-radius:19px;background:rgba(255,255,255,.07);text-align:center}.upload-zone>span{width:55px;height:55px;margin:0 auto 17px;border-radius:16px;background:rgba(255,255,255,.12);display:grid;place-items:center}.upload-zone svg{width:25px;fill:none;stroke:#a1e6cc;stroke-width:1.6}.upload-zone strong{display:block;font-size:14px}.upload-zone small{display:block;margin:8px 0 20px;color:rgba(255,255,255,.65);font-size:10px}.upload-zone .button{background:#fff;color:#12372e}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.process-card{padding:34px;border-top:3px solid var(--brand);border-radius:0 0 17px 17px;background:var(--surface);box-shadow:var(--shadow-xs)}.process-card>span{color:var(--brand);font-size:10px;font-weight:800;letter-spacing:.15em}.process-card h3{margin:18px 0 10px;font-size:17px}.process-card p{margin:0;color:var(--body);font-size:13px;line-height:1.8}

/* Store page */
.category-strip{padding:42px 0 0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.category-card{padding:21px;border:1px solid var(--border);border-radius:16px;background:var(--surface);display:flex;align-items:center;gap:14px;text-align:left;transition:transform .2s,border-color .2s,box-shadow .2s}.category-card:hover,.category-card.active{transform:translateY(-3px);border-color:var(--brand);box-shadow:var(--shadow-xs)}.category-card>span:first-child{width:43px;height:43px;flex:0 0 auto;border-radius:13px;background:var(--brand-soft);display:grid;place-items:center;color:var(--brand)}.category-card svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.6}.category-card strong{display:block;font-size:11px}.category-card small{display:block;margin-top:4px;color:var(--muted);font-size:9px}
.store-benefits{padding:0 0 104px}.benefit-card{padding:44px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--brand-tint);display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.benefit-item{display:flex;gap:14px;align-items:center}.benefit-item>span{width:47px;height:47px;flex:0 0 auto;border-radius:50%;background:var(--surface);display:grid;place-items:center}.benefit-item svg{width:21px;fill:none;stroke:var(--brand);stroke-width:1.7}.benefit-item strong{display:block;font-size:12px}.benefit-item small{display:block;margin-top:4px;color:var(--muted);font-size:10px;line-height:1.5}

/* Public news and article pages */
.public-posts-section{background:var(--surface)}.public-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.public-post-card{border:1px solid var(--border);border-radius:18px;background:var(--background);overflow:hidden;transition:transform .22s,box-shadow .22s}.public-post-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm)}.public-post-image{height:220px;background:var(--surface-alt);display:block;overflow:hidden}.public-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.public-post-card:hover img{transform:scale(1.035)}.public-post-card>div{padding:22px}.public-post-card>div>span{color:var(--brand);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.public-post-card h2{margin:10px 0;font-size:19px;line-height:1.35;letter-spacing:-.035em}.public-post-card p{min-height:70px;margin:0;color:var(--body);font-size:13px;line-height:1.75}.public-post-card>div>div{margin-top:18px;padding-top:13px;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:10px}.public-post-card small{color:var(--muted);font-size:9px}.public-post-card>div>div a{color:var(--brand);font-size:10px;font-weight:700}.article-hero{padding:85px 0 65px;background:var(--brand-tint);text-align:center}.article-hero h1{max-width:980px;margin:18px auto;font-size:clamp(43px,6vw,76px);line-height:1.05;letter-spacing:-.06em}.article-hero>div>p{max-width:760px;margin:auto;color:var(--body);font-size:17px;line-height:1.8}.article-meta{margin-top:25px;display:flex;justify-content:center;gap:20px;color:var(--muted);font-size:11px}.article-cover{max-width:1050px;margin-top:45px}.article-cover img{width:100%;max-height:570px;border-radius:25px;object-fit:cover}.article-body{max-width:820px;padding-top:50px;padding-bottom:90px}.article-body>p{margin:0 0 22px;color:var(--body);font-size:16px;line-height:1.95}.related-post-section{background:var(--surface-alt)}.article-loading{padding:120px 0;text-align:center;color:var(--muted)}

/* Customer account, checkout and order tracking */
.customer-auth-section{padding:80px 0 100px}.customer-auth-grid{display:grid;grid-template-columns:1fr 520px;gap:8%;align-items:center}.customer-auth-intro h1{margin:17px 0 20px;font-size:clamp(43px,5vw,68px);line-height:1.03;letter-spacing:-.06em}.customer-auth-intro>p{color:var(--body);font-size:16px;line-height:1.8}.customer-auth-intro ul{list-style:none;margin:30px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.customer-auth-intro li{padding:13px;border:1px solid var(--border);border-radius:11px;background:var(--surface);font-size:11px}.customer-auth-intro li::before{content:"✓";margin-right:8px;color:var(--brand);font-weight:800}.customer-auth-card{padding:38px;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--shadow-sm)}.customer-auth-tabs{margin-bottom:28px;padding:4px;border-radius:10px;background:var(--surface-alt);display:grid;grid-template-columns:1fr 1fr}.customer-auth-tabs button{height:39px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:11px;font-weight:700}.customer-auth-tabs button.active{background:var(--surface);color:var(--brand);box-shadow:var(--shadow-xs)}.customer-auth-card form{display:grid;gap:15px}.customer-auth-card form h2{margin:0 0 3px;font-size:28px}.customer-auth-card form>p{margin:0;color:var(--body);font-size:12px}.customer-auth-card label{display:grid;gap:7px;font-size:11px;font-weight:700}.customer-auth-card input{width:100%;height:47px;padding:0 13px;border:1px solid var(--border);border-radius:9px;background:var(--background);outline:0}.customer-auth-card input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(8,115,95,.08)}.customer-auth-card label small{color:var(--muted);font-size:9px;font-weight:400}.auth-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:8px!important;color:var(--body)}.auth-check input{width:auto;height:auto;accent-color:var(--brand)}.auth-text-button{width:fit-content;padding:4px 0;border:0;background:none;color:var(--brand);font-size:10px;font-weight:700}.customer-form-message{min-height:18px;margin:14px 0 0!important;color:var(--brand)!important}.customer-form-message.error{color:#c55353!important}.development-token{padding:11px;border-radius:8px;background:var(--brand-soft);font-size:9px;overflow-wrap:anywhere}
.customer-dashboard-section,.checkout-section{padding:70px 0 100px}.customer-dashboard-head{margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;gap:25px}.customer-dashboard-head h1,.checkout-heading h1{margin:12px 0 7px;font-size:clamp(38px,5vw,58px);letter-spacing:-.055em}.customer-dashboard-head p,.checkout-heading p{margin:0;color:var(--body)}.customer-dashboard-head>div:last-child{display:flex;gap:8px}.customer-account-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:17px;align-items:start}.customer-account-card,.checkout-card,.checkout-summary{padding:28px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.customer-card-heading{margin-bottom:17px;display:flex;align-items:center;justify-content:space-between}.customer-card-heading h2,.checkout-card h2,.checkout-summary h2{margin:0;font-size:20px}.customer-card-heading a{color:var(--brand);font-size:10px;font-weight:700}.account-order{padding:14px 0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:1.25fr auto .8fr auto;align-items:center;gap:12px}.account-order:last-child{border-bottom:0}.account-order>div{display:flex;flex-direction:column;gap:3px}.account-order strong{font-size:11px}.account-order small{color:var(--muted);font-size:9px}.account-order>button{padding:7px 8px;border:1px solid var(--border);border-radius:7px;background:var(--background);color:var(--brand);font-size:8px}.account-empty{color:var(--muted);font-size:12px}.saved-address{padding:13px;border:1px solid var(--border);border-radius:10px;background:var(--background);margin-bottom:9px}.saved-address strong{font-size:11px}.saved-address p{margin:5px 0;color:var(--body);font-size:10px;line-height:1.5}.saved-address small{color:var(--muted);font-size:8px}.customer-address-form{margin-top:18px;padding-top:17px;border-top:1px solid var(--border);display:grid;gap:12px}.customer-address-form label{display:grid;gap:6px;font-size:10px;font-weight:700}.customer-address-form input,.customer-address-form textarea{padding:10px 11px;border:1px solid var(--border);border-radius:8px;background:var(--background)}.customer-address-form>div{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.checkout-heading{max-width:760px;margin-bottom:30px}.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:18px;align-items:start}.checkout-main{display:grid;gap:14px}.checkout-address{padding:14px;border:1px solid var(--border);border-radius:11px;display:flex;align-items:center;gap:11px;margin-top:9px}.checkout-address:has(input:checked){border-color:var(--brand);background:var(--brand-tint)}.checkout-address input{accent-color:var(--brand)}.checkout-address span{display:flex;flex-direction:column;gap:3px}.checkout-address strong{font-size:11px}.checkout-address small{color:var(--muted);font-size:9px}.checkout-item{padding:12px 0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:55px 1fr auto;align-items:center;gap:11px}.checkout-item img{width:55px;height:55px;border-radius:9px;object-fit:cover}.checkout-item span{display:flex;flex-direction:column;gap:4px}.checkout-item strong{font-size:11px}.checkout-item small{color:var(--muted);font-size:9px}.checkout-item b{font-size:11px}.coupon-field{display:grid;gap:7px;font-size:10px;font-weight:700}.coupon-field input{height:43px;padding:0 12px;border:1px solid var(--border);border-radius:9px;background:var(--background)}.checkout-summary{position:sticky;top:115px}.checkout-summary>div{padding:10px 0;display:flex;justify-content:space-between;color:var(--body);font-size:11px}.checkout-total{margin-top:8px;padding-top:17px!important;border-top:1px solid var(--border);color:var(--heading)!important;font-size:14px!important}.checkout-total strong{font-size:20px}.checkout-summary>.button{width:100%;margin-top:15px}.checkout-summary>p{color:var(--muted);font-size:9px;line-height:1.6}.checkout-error{margin-top:11px;color:#c55353;font-size:10px;line-height:1.5}
.tracking-form{max-width:680px;margin:27px auto 0;display:grid;grid-template-columns:1fr 1fr auto;gap:8px}.tracking-form input{min-width:0;height:50px;padding:0 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.tracking-result-section{padding:50px 0 100px}.tracking-result{max-width:650px;margin:auto;padding:34px;border:1px solid var(--border);border-radius:18px;background:var(--surface);text-align:center}.tracking-result h2{font-size:28px}.tracking-result p{color:var(--body)}.payment-result-section{min-height:68vh;padding:80px 0;display:grid;place-items:center}.payment-result-card{max-width:650px;text-align:center}.payment-result-card h1{font-size:42px}.payment-result-card p{color:var(--body)}.payment-spinner{width:60px;height:60px;margin:0 auto 22px;border:4px solid var(--border);border-top-color:var(--brand);border-radius:50%;display:block;animation:spin 1s linear infinite}.payment-success,.payment-failed{width:70px;height:70px;margin:0 auto 20px;border-radius:50%;display:grid;place-items:center;font-size:28px;font-weight:800}.payment-success{background:var(--brand-soft);color:var(--brand)}.payment-failed{background:#fbeaea;color:#c55353}@keyframes spin{to{transform:rotate(360deg)}}

/* Privacy consent and error states */
.cookie-banner{position:fixed;z-index:900;left:20px;right:20px;bottom:20px;max-width:1180px;margin:auto;padding:18px 20px;border:1px solid var(--border);border-radius:17px;background:var(--surface);box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:space-between;gap:25px;opacity:0;pointer-events:none;transform:translateY(25px);transition:opacity .3s,transform .3s}.cookie-banner.show{opacity:1;pointer-events:auto;transform:none}.cookie-banner>div:first-child{display:flex;align-items:flex-start;gap:13px}.cookie-icon{width:40px;height:40px;flex:0 0 auto;border-radius:12px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.cookie-banner strong{font-size:13px}.cookie-banner p{max-width:690px;margin:4px 0 0;color:var(--body);font-size:11px;line-height:1.65}.cookie-banner p a{color:var(--brand);text-decoration:underline}.cookie-actions{display:flex;flex:0 0 auto;gap:7px}.cookie-actions .button{min-height:41px;padding:0 14px;font-size:10px}.cookie-modal{position:fixed;z-index:910;inset:0;padding:20px;background:rgba(3,25,20,.62);display:grid;place-items:center;opacity:0;pointer-events:none;transition:opacity .2s;backdrop-filter:blur(4px)}.cookie-modal.open{opacity:1;pointer-events:auto}.cookie-modal-panel{position:relative;width:min(590px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:34px;border-radius:20px;background:var(--surface);box-shadow:var(--shadow-md)}.cookie-modal-close{position:absolute;right:17px;top:17px;width:35px;height:35px;border:1px solid var(--border);border-radius:50%;background:var(--surface);font-size:20px}.cookie-modal h2{margin:12px 0 8px;font-size:31px;letter-spacing:-.045em}.cookie-modal-panel>p{margin:0 0 22px;color:var(--body);font-size:13px}.cookie-options{border-top:1px solid var(--border)}.cookie-options label{padding:17px 2px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie-options label>span{display:flex;flex-direction:column;gap:4px}.cookie-options strong{font-size:12px}.cookie-options small{color:var(--muted);font-size:10px;line-height:1.5}.cookie-options input{width:39px;height:21px;accent-color:var(--brand)}.cookie-modal-actions{padding-top:22px;display:flex;justify-content:flex-end;gap:8px}.footer-legal-links button{padding:0;border:0;background:none;color:rgba(255,255,255,.55);font:inherit;font-size:10px}.footer-legal-links button:hover{color:#fff}.not-found-section{min-height:70vh;padding:70px 0;display:grid;place-items:center}.not-found-card{max-width:790px;text-align:center}.not-found-code{display:block;color:var(--brand-soft);font-size:clamp(110px,20vw,230px);font-weight:800;line-height:.8;letter-spacing:-.09em}.not-found-card .eyebrow{margin-top:-18px}.not-found-card h1{margin:19px 0 14px;font-size:clamp(37px,5vw,60px);line-height:1.08;letter-spacing:-.055em}.not-found-card>p{max-width:630px;margin:0 auto;color:var(--body);font-size:16px}.not-found-card>div{margin-top:28px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}

/* Legal pages */
.legal-hero .page-hero-card{min-height:400px}.legal-hero .page-hero-content{max-width:850px}.legal-meta{margin-top:27px;display:flex;flex-wrap:wrap;gap:9px}.legal-meta span{padding:8px 11px;border:1px solid var(--border);border-radius:100px;background:var(--surface);color:var(--body);font-size:10px;font-weight:600}
.legal-section{background:var(--surface)}.legal-layout{display:grid;grid-template-columns:260px 1fr;gap:70px;align-items:start}.legal-sidebar{position:sticky;top:115px;padding:23px;border:1px solid var(--border);border-radius:17px;background:var(--background)}.legal-sidebar>strong{display:block;margin-bottom:13px;font-size:13px}.legal-sidebar nav{display:grid;gap:3px}.legal-sidebar a{padding:9px 10px;border-radius:8px;color:var(--body);font-size:10px;line-height:1.45}.legal-sidebar a:hover{background:var(--brand-tint);color:var(--brand)}.legal-content{min-width:0}.legal-content>section{padding:12px 0 36px;border-bottom:1px solid var(--border);scroll-margin-top:120px}.legal-content>section:last-child{border-bottom:0}.legal-content>section>span{color:var(--brand);font-size:9px;font-weight:800;letter-spacing:.15em}.legal-content h2{margin:9px 0 14px;font-size:27px;line-height:1.25;letter-spacing:-.04em}.legal-content p{margin:0 0 13px;color:var(--body);font-size:14px;line-height:1.9}.legal-content a{color:var(--brand);font-weight:650;text-decoration:underline;text-underline-offset:3px}.legal-review-note,.legal-emergency-note{margin-bottom:30px;padding:18px 20px;border-left:4px solid var(--brand);border-radius:0 12px 12px 0;background:var(--brand-tint)}.legal-review-note strong,.legal-emergency-note strong{font-size:12px}.legal-review-note p,.legal-emergency-note p{margin:5px 0 0;font-size:12px;line-height:1.7}.legal-emergency-note{border-left-color:#bd5151;background:#fff1ef;color:#873c3c}html[data-theme=dark] .legal-emergency-note{background:#3b2320;color:#f0aaa2}
.footer-legal-links{margin-left:auto;display:flex;align-items:center;gap:18px}.footer-legal-links a{color:rgba(255,255,255,.55);font-size:10px}.footer-legal-links a:hover{color:#fff}

/* Contact page */
.contact-hero .page-hero-card{min-height:490px}.contact-hero .page-hero-content{max-width:790px}.contact-hero-art{position:absolute;right:8%;top:50%;width:230px;height:230px;border-radius:50%;transform:translateY(-50%);display:grid;place-items:center}.contact-pulse{position:absolute;inset:0;border:1px solid var(--surface-strong);border-radius:50%;animation:contact-pulse 4s ease-in-out infinite}.contact-pulse.two{inset:32px;animation-delay:-2s}.contact-pin{position:relative;width:72px;height:72px;border-radius:22px;background:var(--brand);color:var(--brand-contrast);display:grid;place-items:center;box-shadow:0 16px 38px rgba(8,115,95,.22)}.contact-pin svg{width:34px;fill:none;stroke:currentColor;stroke-width:1.6}@keyframes contact-pulse{0%,100%{transform:scale(.94);opacity:.6}50%{transform:scale(1.06);opacity:1}}
.contact-options{padding:28px 0 0}.contact-option-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.contact-option-card{padding:24px;border:1px solid var(--border);border-radius:17px;background:var(--surface);display:flex;align-items:center;gap:14px;transition:transform .2s,border-color .2s,box-shadow .2s}.contact-option-card:hover{transform:translateY(-4px);border-color:var(--brand);box-shadow:var(--shadow-sm)}.contact-option-card>span{width:46px;height:46px;flex:0 0 auto;border-radius:14px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.contact-option-card svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.6}.contact-option-card>div{min-width:0;flex:1}.contact-option-card small{display:block;color:var(--brand);font-size:8px;font-weight:800;letter-spacing:.1em}.contact-option-card strong{display:block;margin-top:5px;overflow:hidden;text-overflow:ellipsis;font-size:12px}.contact-option-card p{margin:5px 0 0;color:var(--muted);font-size:9px;line-height:1.55}.contact-option-card>b{color:var(--brand)}
.contact-main-section{padding-top:75px}.contact-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:22px;align-items:start}.contact-form-card{padding:43px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-xs)}.contact-form-card h2{margin:13px 0 8px;font-size:37px;letter-spacing:-.05em}.contact-form-card>p{margin:0 0 28px;color:var(--body);font-size:13px}.contact-form{display:grid;gap:17px}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.contact-form label{display:grid;gap:7px;color:var(--heading);font-size:10px;font-weight:700}.contact-form label small{color:var(--muted);font-weight:400}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:10px;background:var(--background);outline:0;font-size:12px;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(8,115,95,.08)}.contact-wide{grid-column:1/-1}.contact-consent{display:flex!important;align-items:flex-start;grid-template-columns:auto 1fr!important;gap:8px!important;color:var(--muted)!important;font-size:9px!important;font-weight:400!important}.contact-consent input{width:auto;accent-color:var(--brand);margin-top:2px}.contact-form>.button{width:fit-content;min-width:170px}
.visit-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--brand-tint);overflow:hidden}.visit-map{height:260px;color:var(--brand);background:var(--surface-alt)}.visit-map svg{width:100%;height:100%}.visit-copy{padding:33px}.visit-copy h3{margin:14px 0 7px;font-size:25px;letter-spacing:-.04em}.visit-copy>p{margin:0;color:var(--body);font-size:12px;line-height:1.75}.visit-details{margin:25px 0;display:grid;gap:16px}.visit-details>div{display:flex;gap:11px}.visit-details>div>span{width:37px;height:37px;flex:0 0 auto;border-radius:11px;background:var(--surface);color:var(--brand);display:grid;place-items:center}.visit-details svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.6}.visit-details p{margin:0;display:grid;gap:3px}.visit-details strong{font-size:10px}.visit-details small{margin-bottom:4px;color:var(--muted);font-size:8px}
.contact-safety{padding:0 0 75px}.safety-card{padding:19px 22px;border:1px solid rgba(185,80,80,.22);border-radius:15px;background:#fff4f2;display:flex;align-items:center;gap:14px;color:#8f3e3e}html[data-theme=dark] .safety-card{background:#3a2220;color:#efaaaa}.safety-card>span{width:42px;height:42px;flex:0 0 auto;border-radius:12px;background:rgba(185,80,80,.1);display:grid;place-items:center}.safety-card svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.6}.safety-card strong{font-size:11px}.safety-card p{margin:3px 0 0;font-size:9px;line-height:1.6}.contact-cta{padding-top:0}

/* FAQ */
.faq-layout{display:grid;grid-template-columns:280px 1fr;gap:66px;align-items:start}.faq-sidebar{position:sticky;top:125px;padding:25px;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-xs)}.faq-sidebar h2{margin:0 0 15px;font-size:15px}.faq-nav{display:grid;gap:5px}.faq-nav a{padding:12px 13px;border-radius:10px;color:var(--body);font-size:11px;font-weight:600;transition:background .2s,color .2s}.faq-nav a:hover{background:var(--brand-tint);color:var(--brand)}.faq-sidebar-help{margin-top:21px;padding-top:20px;border-top:1px solid var(--border)}.faq-sidebar-help p{margin:0 0 14px;color:var(--muted);font-size:11px;line-height:1.7}
.faq-group{margin-bottom:51px;scroll-margin-top:130px}.faq-group h2{margin:0 0 19px;font-size:27px;letter-spacing:-.04em}.accordion{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;padding:23px 2px;border:0;background:none;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:14px;font-weight:700}.faq-question>span{width:30px;height:30px;flex:0 0 auto;border-radius:50%;background:var(--surface-alt);display:grid;place-items:center;color:var(--brand);font-size:18px;transition:transform .25s}.faq-item.open .faq-question>span{transform:rotate(45deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-answer>div{overflow:hidden}.faq-answer p{margin:0;padding:0 48px 23px 2px;color:var(--body);font-size:13px;line-height:1.9}.faq-item.open .faq-answer{grid-template-rows:1fr}
.faq-support{padding:0 0 104px}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.support-card{padding:34px;border:1px solid var(--border);border-radius:18px;background:var(--surface);text-align:center;transition:transform .2s,box-shadow .2s}.support-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.support-card>span{width:51px;height:51px;margin:0 auto 18px;border-radius:15px;background:var(--brand-soft);display:grid;place-items:center}.support-card svg{width:23px;fill:none;stroke:var(--brand);stroke-width:1.6}.support-card h3{margin:0 0 9px;font-size:15px}.support-card p{min-height:44px;margin:0 0 20px;color:var(--body);font-size:12px;line-height:1.7}

/* CTA and newsletter */
.cta-section{padding:0 0 104px}.cta-card{position:relative;padding:62px 68px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--brand-tint);overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:54px}.cta-card::after{content:"+";position:absolute;right:34%;top:-80px;color:var(--surface-strong);font-size:240px;font-weight:700;line-height:1;transform:rotate(12deg)}.cta-card>div,.cta-card>p,.cta-card>.button{position:relative;z-index:2}.cta-card h2{margin:13px 0 0;font-size:clamp(32px,4vw,46px);line-height:1.12;letter-spacing:-.052em}.cta-card>p{max-width:420px;margin:0;color:var(--body);font-size:14px;line-height:1.8}.cta-card>.button{flex:0 0 auto}
.newsletter-section{padding:0 0 96px}.newsletter-card{padding:52px 60px;border:1px solid var(--border);border-radius:25px;background:var(--surface-alt);display:flex;align-items:center;justify-content:space-between;gap:54px}.newsletter-card h2{margin:13px 0 0;font-size:31px;line-height:1.25;letter-spacing:-.045em}.newsletter-form{width:min(500px,50%)}.newsletter-field{padding:6px 6px 6px 19px;border:1px solid var(--border);border-radius:100px;background:var(--surface);display:flex}.newsletter-field input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:12px}.newsletter-field button{min-height:43px;padding:0 19px;border:0;border-radius:100px;background:var(--brand);color:var(--brand-contrast);font-size:11px;font-weight:700}.consent{margin:10px 0 0 13px;display:flex;align-items:flex-start;gap:7px;color:var(--muted);font-size:9px}.consent input{accent-color:var(--brand)}

/* Footer */
.footer-utility{margin-bottom:52px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:minmax(320px,620px) auto;align-items:end;justify-content:space-between;gap:40px}.footer-search-form>label,.footer-social-block>span{display:block;margin-bottom:9px;color:#8ad8bb;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.footer-search-form>div{height:48px;padding:0 5px 0 15px;border:1px solid rgba(255,255,255,.2);border-radius:100px;background:rgba(255,255,255,.06);display:flex;align-items:center;gap:9px}.footer-search-form svg{width:18px;fill:none;stroke:#8ad8bb;stroke-width:1.7}.footer-search-form input{flex:1;min-width:0;height:100%;border:0;outline:0;background:transparent;color:#fff;font-size:12px}.footer-search-form input::placeholder{color:rgba(255,255,255,.42)}.footer-search-form button{height:38px;padding:0 17px;border:0;border-radius:100px;background:#fff;color:#073229;font-size:10px;font-weight:700}.footer-social-block{text-align:right}.footer-socials{display:flex;justify-content:flex-end;gap:8px;color:#fff}.footer-socials a{width:36px;height:36px}.footer-socials svg{width:17px;height:17px}
.site-footer{padding:76px 0 27px;background:#072f27;color:#fff}html[data-theme="dark"] .site-footer{background:#03110e}.footer-main{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:70px;padding-bottom:55px}.brand-light .brand-mark{background:#fff;color:#08735f}.brand-light .brand-copy small{color:#7bd7b6}.footer-brand>p{max-width:320px;margin:24px 0;color:rgba(255,255,255,.6);font-size:12px;line-height:1.8}.socials{display:flex;gap:8px}.socials a{width:34px;height:34px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:700;transition:background .2s,color .2s}.socials a:hover{background:#fff;color:#073229}.footer-links{display:flex;flex-direction:column;gap:14px}.footer-links h3{margin:0 0 7px;color:#8ad8bb;font-size:10px;text-transform:uppercase;letter-spacing:.15em}.footer-links a{width:fit-content;color:rgba(255,255,255,.65);font-size:11px}.footer-links a:hover{color:#fff}.footer-bottom{padding-top:23px;border-top:1px solid rgba(255,255,255,.11);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px 24px;color:rgba(255,255,255,.4);font-size:9px}.developer-credit{margin:0;white-space:nowrap}.developer-credit a{color:#8ad8bb;font-weight:700;transition:color .2s}.developer-credit a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}

/* Cart */
.drawer-backdrop{position:fixed;z-index:300;inset:0;background:rgba(2,20,16,.58);opacity:0;pointer-events:none;transition:opacity .3s;backdrop-filter:blur(3px)}.drawer-backdrop.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;z-index:310;top:0;right:0;bottom:0;width:min(470px,100%);padding:31px;background:var(--surface);transform:translateX(103%);transition:transform .35s cubic-bezier(.22,.8,.3,1);display:flex;flex-direction:column;box-shadow:var(--shadow-md)}.cart-drawer.open{transform:none}.drawer-header{padding-bottom:22px;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;justify-content:space-between}.drawer-header h2{margin:9px 0 0;font-size:28px}.drawer-header h2 span{color:var(--muted);font-size:14px;font-weight:500}.close-button{width:39px;height:39px;padding:0;border:1px solid var(--border);border-radius:50%;background:var(--surface);display:grid;place-items:center;font-size:22px}.close-button:hover{background:var(--surface-alt)}.cart-items{overflow:auto}.cart-item{padding:16px 0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:72px 1fr auto;gap:13px;align-items:center}.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:11px}.cart-item h3{margin:0 0 6px;font-size:11px;line-height:1.45}.cart-item-info>span{color:var(--brand);font-size:11px;font-weight:750}.quantity-control{width:fit-content;margin-top:8px;border:1px solid var(--border);border-radius:20px;display:flex;overflow:hidden}.quantity-control button{width:27px;height:24px;border:0;background:transparent}.quantity-control span{min-width:23px;text-align:center;font-size:9px;line-height:24px}.remove-item{padding:6px;border:0;background:none;color:var(--danger);font-size:9px}.cart-empty{margin:auto;padding:40px 16px;text-align:center}.cart-empty>span{width:62px;height:62px;margin:0 auto 20px;border-radius:50%;background:var(--brand-tint);display:grid;place-items:center}.cart-empty svg{width:28px;fill:none;stroke:var(--brand);stroke-width:1.5}.cart-empty h3{margin:0 0 9px;font-size:17px}.cart-empty p{margin:0 0 22px;color:var(--muted);font-size:12px}.cart-summary{margin-top:auto;padding-top:22px;border-top:1px solid var(--border)}.cart-summary>div{display:flex;justify-content:space-between;font-size:13px}.cart-summary p{color:var(--muted);font-size:10px}.cart-summary .button{width:100%;margin-top:8px}.cart-summary[hidden],.cart-empty[hidden]{display:none}

/* Modal */
.modal{position:fixed;z-index:400;inset:0;padding:24px;background:rgba(2,20,16,.62);display:grid;place-items:center;opacity:0;pointer-events:none;transition:opacity .25s;backdrop-filter:blur(5px)}.modal.open{opacity:1;pointer-events:auto}.modal-panel{position:relative;width:min(610px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:46px;border-radius:24px;background:var(--surface);box-shadow:var(--shadow-md);transform:translateY(14px) scale(.98);transition:transform .25s}.modal.open .modal-panel{transform:none}.modal-close{position:absolute;right:20px;top:20px}.modal-panel h2{margin:13px 0 9px;font-size:34px;letter-spacing:-.05em}.modal-panel>p{margin:0 0 25px;color:var(--body);font-size:13px;line-height:1.75}.consult-form{display:grid;gap:15px}.consult-form label{display:grid;gap:7px;font-size:10px;font-weight:700}.consult-form input,.consult-form select,.consult-form textarea{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:10px;background:var(--background);outline:0;font-size:12px}.consult-form input:focus,.consult-form select:focus,.consult-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(8,115,95,.09)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.consult-form .button{width:100%;margin-top:4px}

/* Floating WhatsApp and AI chat */
.floating-actions{position:fixed;z-index:250;right:24px;bottom:24px;display:flex;flex-direction:column;align-items:flex-end;gap:11px}.float-action{height:52px;border:0;border-radius:100px;display:flex;align-items:center;gap:10px;box-shadow:0 13px 34px rgba(0,0,0,.2);font-size:11px;font-weight:750;transition:transform .2s}.float-action:hover{transform:translateY(-3px)}.float-action svg{width:21px}.whatsapp-button{padding:0 18px;background:#1ead60;color:#fff}.whatsapp-button svg{fill:currentColor}.chat-launcher{width:56px;padding:0;background:var(--brand);color:var(--brand-contrast);justify-content:center}.chat-launcher svg{fill:none;stroke:currentColor;stroke-width:1.7}
.chat-panel{position:fixed;z-index:260;right:24px;bottom:92px;width:min(380px,calc(100% - 32px));height:530px;max-height:calc(100vh - 120px);border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--shadow-md);display:flex;flex-direction:column;opacity:0;pointer-events:none;transform:translateY(15px) scale(.96);transform-origin:bottom right;transition:opacity .25s,transform .25s;overflow:hidden}.chat-panel.open{opacity:1;pointer-events:auto;transform:none}.chat-header{padding:18px;background:var(--brand);color:var(--brand-contrast);display:flex;align-items:center;gap:11px}.chat-avatar{width:38px;height:38px;border-radius:12px;background:rgba(255,255,255,.2);display:grid;place-items:center;font-size:11px;font-weight:800}.chat-header strong{display:block;font-size:12px}.chat-header small{display:flex;align-items:center;gap:5px;margin-top:3px;font-size:8px;opacity:.8}.chat-header small::before{content:"";width:5px;height:5px;border-radius:50%;background:#a9ffdc}.chat-close{margin-left:auto;width:31px;height:31px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.15);color:inherit;font-size:19px}.chat-messages{flex:1;padding:17px;overflow:auto;display:flex;flex-direction:column;gap:11px;background:var(--background)}.chat-message{max-width:86%;padding:12px 13px;border-radius:14px;font-size:11px;line-height:1.65;animation:message-in .25s ease both}.chat-message.bot{align-self:flex-start;background:var(--surface);border:1px solid var(--border);border-bottom-left-radius:4px}.chat-message.user{align-self:flex-end;background:var(--brand);color:var(--brand-contrast);border-bottom-right-radius:4px}.chat-message.typing{display:flex;gap:4px}.chat-message.typing span{width:5px;height:5px;border-radius:50%;background:var(--muted);animation:typing 1s infinite}.chat-message.typing span:nth-child(2){animation-delay:.15s}.chat-message.typing span:nth-child(3){animation-delay:.3s}.chat-suggestions{padding:9px 14px 0;display:flex;gap:7px;overflow-x:auto;background:var(--surface)}.chat-suggestions button{padding:8px 10px;border:1px solid var(--border);border-radius:50px;background:var(--brand-tint);color:var(--brand);font-size:8px;white-space:nowrap}.chat-form{padding:12px;border-top:1px solid var(--border);background:var(--surface);display:flex;gap:8px}.chat-form input{flex:1;min-width:0;height:42px;padding:0 13px;border:1px solid var(--border);border-radius:11px;background:var(--background);outline:0;font-size:10px}.chat-form input:focus{border-color:var(--brand)}.chat-form button{width:42px;height:42px;padding:0;border:0;border-radius:11px;background:var(--brand);color:var(--brand-contrast);display:grid;place-items:center}.chat-form svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.8}.chat-disclaimer{margin:0;padding:0 13px 10px;background:var(--surface);color:var(--muted);text-align:center;font-size:7px}
@keyframes message-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes typing{0%,60%,100%{transform:none;opacity:.4}30%{transform:translateY(-3px);opacity:1}}

/* Toast */
.toast{position:fixed;z-index:500;left:50%;bottom:25px;min-width:310px;max-width:calc(100% - 32px);padding:14px 18px;border-radius:12px;background:var(--heading);color:var(--background);box-shadow:var(--shadow-md);display:flex;align-items:center;gap:11px;opacity:0;pointer-events:none;transform:translate(-50%,20px);transition:opacity .25s,transform .25s}.toast.show{opacity:1;transform:translate(-50%,0)}.toast-check{width:24px;height:24px;border-radius:50%;background:var(--brand);color:var(--brand-contrast);display:grid;place-items:center;font-size:10px;font-weight:800}.toast p{margin:0;font-size:11px}

/* Tablet */
@media(max-width:1080px){
  .brand-logo{width:164px;height:48px}.desktop-nav{gap:22px}.header-actions{margin-left:3px}.call-button span{display:none}.call-button{width:44px;padding:0;justify-content:center}.hero-shell{grid-template-columns:57% 43%}.hero-copy{padding-left:48px}.hero-copy h1{font-size:58px}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-main{gap:38px}.page-hero-visual{right:0}.category-grid{grid-template-columns:repeat(2,1fr)}
}

/* Mobile navigation and stacked layouts */
@media(max-width:820px){
  .container{width:min(100% - 32px,720px)}.section{padding:80px 0}.announcement-inner{height:34px;font-size:9px}.announcement-actions>a{display:none}.header-socials{padding-left:0;border-left:0}.header-socials a{display:grid}.header-inner{height:72px}.desktop-nav{display:none}.menu-toggle{display:grid}.header-actions{margin-left:auto}.call-button span{display:inline}.call-button{width:auto;padding:0 16px}.mobile-nav{position:absolute;z-index:99;top:100%;left:0;right:0;padding:17px 24px 27px;background:var(--surface);border-top:1px solid var(--border);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;opacity:0;pointer-events:none;transform:translateY(-125%);transition:transform .3s,opacity .2s}.mobile-nav.open{opacity:1;pointer-events:auto;transform:none}.mobile-nav>a:not(.button){padding:16px 2px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;font-size:13px;font-weight:650}.mobile-nav>a.active{color:var(--brand)}.mobile-nav-call{margin-top:18px}
  .home-hero{padding-top:0}.hero-shell{width:100%;min-height:790px;border-width:0 0 1px;border-radius:0;display:flex;align-items:flex-end}.hero-visual{position:absolute;inset:0 0 auto;width:100%;height:48%;min-height:0}.hero-copy{width:100%;padding:40px 31px 32px}.hero-copy h1{font-size:clamp(45px,10vw,60px)}.hero-copy>p{font-size:15px}.hero-mini-proof{margin-top:27px}.floating-card.status{top:25px}.floating-card.delivery{bottom:27px}
  .trust-grid{grid-template-columns:1fr 1fr;gap:24px}.trust-item{justify-content:flex-start;padding:0;border:0}.split-heading{display:block}.split-heading>p{margin-top:19px}.service-grid{grid-template-columns:1fr}.service-card{min-height:310px}.story-grid{grid-template-columns:1fr;gap:46px}.story-visual{height:520px}.services-detail-grid{grid-template-columns:1fr}.prescription-card{grid-template-columns:1fr;gap:38px;padding:48px}.process-grid{grid-template-columns:1fr}.page-hero-card{min-height:390px;padding:52px 40px}.page-hero-visual{opacity:.1}.faq-layout{grid-template-columns:1fr;gap:42px}.faq-sidebar{position:static}.faq-nav{grid-template-columns:repeat(2,1fr)}.support-grid{grid-template-columns:1fr}.cta-card{padding:48px;display:block}.cta-card>p{margin:20px 0 25px}.newsletter-card{padding:44px;display:block}.newsletter-form{width:100%;margin-top:27px}.footer-main{grid-template-columns:1.4fr 1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{align-items:flex-start}.benefit-card{grid-template-columns:1fr;gap:26px}
}

/* Small screens */
@media(max-width:560px){
  .container{width:calc(100% - 28px)}.announcement-inner{font-size:8px}.brand-logo{width:138px;height:42px}.site-footer .brand-logo{width:205px;height:58px}.brand-mark{width:37px;height:37px}.brand-copy strong{font-size:16px}.header-actions{gap:1px}.header-actions>.call-button{display:none}.icon-button,.menu-toggle{width:39px;height:39px}.section{padding:68px 0}.eyebrow{font-size:9px}.section-title{font-size:37px}.split-heading>p,.section-intro{font-size:14px}
  .hero-shell{min-height:770px}.hero-visual{height:41%}.hero-copy{padding:31px 21px 28px}.hero-copy h1{font-size:43px}.hero-copy h1 .changing-word{min-width:0}.hero-copy>p{font-size:14px;line-height:1.75}.hero-actions{display:grid}.hero-actions .button{width:100%}.floating-card{padding:11px 13px}.floating-card.status{left:14px}.floating-card.delivery{right:14px}.floating-card small{font-size:8px}.trust-grid{grid-template-columns:1fr}.trust-band{padding:27px 0}.service-card{padding:29px}.product-toolbar{display:block}.product-toolbar .button{margin-top:20px}.filter-pills{margin-top:18px;flex-wrap:nowrap;overflow-x:auto}.product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-info{padding:13px 11px}.product-info h3{min-height:38px;font-size:11px}.product-type{font-size:7px}.product-meta{font-size:9px}.product-price{font-size:12px}.product-badge{left:8px;top:8px;font-size:6px}.favourite-button{right:8px;top:8px;width:30px;height:30px}.add-button{width:34px;height:34px}.story-visual{height:420px}.story-badge{left:18px;bottom:18px}.testimonial-card blockquote{font-size:25px}
  .page-hero{padding-top:0}.page-hero-card{width:100%;min-height:410px;padding:48px 23px;border-width:0 0 1px;border-radius:0}.display-title{font-size:44px}.page-hero-content p{font-size:14px}.page-hero-actions{display:grid}.page-hero-actions .button{width:100%}.store-search{height:55px}.category-grid{grid-template-columns:1fr 1fr;gap:9px}.category-card{padding:14px 11px}.category-card>span:first-child{display:none}.service-detail{padding:28px;grid-template-columns:1fr}.prescription-card{width:100%;padding:42px 25px;border-radius:0}.process-card{padding:27px}.faq-nav{grid-template-columns:1fr}.faq-question{font-size:12px}.faq-answer p{font-size:12px}.cta-card{padding:40px 25px}.newsletter-card{padding:37px 23px}.newsletter-card h2{font-size:27px}.newsletter-field{padding-left:12px}.newsletter-field button{padding:0 14px}.footer-main{grid-template-columns:1fr 1fr;gap:38px 22px}.footer-links:last-child{grid-column:1/-1}.footer-bottom{display:block;line-height:1.7}.cart-drawer{padding:23px 18px}.modal{padding:12px}.modal-panel{padding:42px 22px 26px}.form-row{grid-template-columns:1fr}.whatsapp-button{width:52px;padding:0;justify-content:center}.whatsapp-button span{display:none}.floating-actions{right:16px;bottom:16px}.chat-panel{right:16px;bottom:80px;height:510px}.toast{min-width:0;width:calc(100% - 28px)}
}

@media(max-width:820px){
  .contact-hero-art{right:2%;opacity:.13}.contact-option-grid{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr}.visit-card{display:grid;grid-template-columns:1fr 1fr}.visit-map{height:100%;min-height:360px}
  .product-detail-grid{grid-template-columns:1fr;gap:38px}.product-gallery{position:static}.detail-image-wrap{max-height:650px}.information-grid{grid-template-columns:1fr}.product-specification-card{grid-template-columns:1fr 1fr;gap:20px}.product-specification-card>div{padding:0;border:0}
  .about-hero-mark{right:2%;opacity:.13}.profile-grid{grid-template-columns:1fr;gap:45px}.profile-visual{height:520px}.mission-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr 1fr}.about-stat-grid{grid-template-columns:1fr 1fr;gap:28px}.about-stat-grid>div{padding:0;border:0}
}
@media(max-width:560px){
  .contact-hero .page-hero-card{min-height:470px}.contact-hero-art{display:none}.contact-main-section{padding-top:55px}.contact-form-card{padding:30px 22px}.contact-form-card h2{font-size:32px}.contact-form-grid{grid-template-columns:1fr}.contact-wide{grid-column:auto}.contact-form>.button{width:100%}.visit-card{display:block}.visit-map{height:260px;min-height:0}.visit-copy{padding:28px 23px}.safety-card{align-items:flex-start}.contact-safety{padding-bottom:55px}
  .product-breadcrumb{padding-top:19px}.product-detail-section{padding-bottom:68px}.detail-image-wrap{border-radius:20px}.product-detail-copy h1{font-size:38px}.detail-price-row>strong{font-size:25px}.detail-facts{grid-template-columns:1fr}.detail-purchase{align-items:stretch}.detail-quantity{flex:0 0 112px}.detail-service-row{display:grid}.product-specification-card{grid-template-columns:1fr}.product-specification-card>div{padding-bottom:12px;border-bottom:1px solid var(--border)}
  .about-hero .page-hero-card{min-height:470px}.about-hero-mark{display:none}.profile-visual{height:420px}.profile-facts{grid-template-columns:1fr}.profile-facts div{padding-bottom:12px;border-bottom:1px solid var(--border)}.purpose-card{min-height:0;padding:32px 27px}.purpose-card h3{font-size:23px}.values-grid{grid-template-columns:1fr}.about-stat-band{padding-bottom:68px}.about-stat-grid{width:100%;padding:38px 28px;border-radius:0;grid-template-columns:1fr;gap:26px}.about-cta{padding-top:68px}
}

/* Site-wide readability pass */
body{font-size:17px;line-height:1.7}
p{line-height:1.82}
.hero-copy>p{font-size:18px;line-height:1.82}.page-hero-content p{font-size:17px;line-height:1.85}
.section-intro,.split-heading>p{font-size:16px;line-height:1.85}
.trust-item strong{font-size:13px}.trust-item small{font-size:11px;line-height:1.5}
.service-card p,.service-detail p,.purpose-card p{font-size:15px;line-height:1.85}
.service-features li{font-size:13px;line-height:1.65}
.story-copy>p,.profile-copy>p,.profile-copy .profile-lead{font-size:16px;line-height:1.85}
.check-list strong{font-size:14px}.check-list p{font-size:13px;line-height:1.7}
.value-card p{font-size:13px;line-height:1.8}.profile-facts span{font-size:11px;line-height:1.65}
.product-info h3{font-size:15px;line-height:1.5}.product-meta{font-size:12px}.product-type{font-size:10px}
.process-card p{font-size:14px;line-height:1.8}.benefit-item strong{font-size:13px}.benefit-item small{font-size:11px;line-height:1.6}
.faq-question{font-size:15px}.faq-answer p{font-size:14px;line-height:1.9}.faq-sidebar-help p{font-size:12px}.faq-nav a{font-size:12px}
.support-card p{font-size:13px;line-height:1.75}.support-card h3{font-size:16px}
.cta-card>p{font-size:15px;line-height:1.85}.newsletter-field input{font-size:13px}.consent{font-size:10px;line-height:1.55}
.footer-brand>p{font-size:13px;line-height:1.85}.footer-links a{font-size:12px}.footer-bottom{font-size:10px;line-height:1.65}
.detail-generic{font-size:15px}.detail-description{font-size:16px;line-height:1.85}.detail-facts span{font-size:9px}.detail-facts strong{font-size:12px}
.image-assurance strong{font-size:12px}.image-assurance small{font-size:10px}.rx-detail-notice p{font-size:11px}.detail-pharmacist-link strong{font-size:12px}.detail-pharmacist-link small{font-size:10px}
.information-grid p{font-size:14px;line-height:1.85}.product-specification-card span{font-size:9px}.product-specification-card strong{font-size:12px}.medical-disclaimer{font-size:12px;line-height:1.8}
.contact-option-card p{font-size:11px;line-height:1.65}.contact-option-card strong{font-size:12px}.contact-form-card>p{font-size:15px;line-height:1.8}
.contact-form label{font-size:12px}.contact-form input,.contact-form select,.contact-form textarea{font-size:14px;line-height:1.55}
.visit-copy>p{font-size:14px}.visit-details strong{font-size:12px}.visit-details small{font-size:10px}.safety-card p{font-size:11px;line-height:1.7}
.consult-form label{font-size:11px}.consult-form input,.consult-form select,.consult-form textarea{font-size:14px}.modal-panel>p{font-size:14px;line-height:1.8}
.cart-empty p{font-size:13px}.cart-summary p{font-size:11px}.cart-item h3{font-size:12px}.chat-message{font-size:12px;line-height:1.7}.chat-disclaimer{font-size:8px}.chat-suggestions button{font-size:9px}.chat-form input{font-size:11px}

@media(max-width:560px){
  body{font-size:16px}.hero-copy>p,.page-hero-content p{font-size:15px}.section-intro,.split-heading>p{font-size:15px}
  .service-card p,.service-detail p,.purpose-card p{font-size:14px}.faq-answer p{font-size:13px}.product-info h3{font-size:12px}.product-meta{font-size:10px}
  .footer-links a{font-size:11px}.contact-form input,.contact-form select,.contact-form textarea{font-size:16px}
}

@media(max-width:820px){.footer-utility{grid-template-columns:1fr;align-items:start}.footer-social-block{text-align:left}.footer-socials{justify-content:flex-start}.legal-layout{grid-template-columns:1fr;gap:38px}.legal-sidebar{position:static}.legal-sidebar nav{grid-template-columns:1fr 1fr}.footer-bottom{flex-wrap:wrap}.footer-legal-links{width:100%;margin:0;padding-top:4px}}
@media(max-width:560px){.site-search-results{grid-template-columns:1fr}.footer-utility{margin-bottom:40px;gap:28px}.footer-search-form>div{height:52px}.legal-hero .page-hero-card{min-height:380px}.legal-sidebar nav{grid-template-columns:1fr}.legal-content h2{font-size:23px}.legal-content p{font-size:13px}.developer-credit{margin-top:10px}.footer-legal-links{margin-top:12px;display:flex;gap:15px}}

@media(max-width:900px){.public-post-grid{grid-template-columns:1fr 1fr}.customer-auth-grid{grid-template-columns:1fr}.customer-auth-intro{display:none}.customer-auth-card{max-width:560px;margin:auto;width:100%}.customer-account-grid,.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}.tracking-form{grid-template-columns:1fr 1fr}.tracking-form .button{grid-column:1/-1}}
@media(max-width:600px){.public-post-grid{grid-template-columns:1fr}.public-post-card p{min-height:0}.article-hero{padding:65px 0 50px}.article-body>p{font-size:15px}.customer-auth-section{padding:45px 0 70px}.customer-auth-card{padding:28px 20px}.customer-dashboard-head{align-items:flex-start;flex-direction:column}.customer-dashboard-head>div:last-child{width:100%;display:grid}.customer-address-form>div{grid-template-columns:1fr}.account-order{grid-template-columns:1fr auto}.account-order>div:nth-of-type(2){text-align:right}.checkout-card,.checkout-summary,.customer-account-card{padding:22px 18px}.tracking-form{grid-template-columns:1fr}.tracking-form .button{grid-column:auto}}
@media(max-width:760px){.cookie-banner{align-items:stretch;flex-direction:column}.cookie-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.cookie-actions .button:last-child{grid-column:1/-1}.cookie-modal-panel{padding:31px 22px}.cookie-modal-actions{display:grid;grid-template-columns:1fr 1fr}.not-found-card>div{display:grid}.not-found-card .button{width:100%}}
@media(max-width:480px){.cookie-banner{left:10px;right:10px;bottom:10px;padding:16px}.cookie-actions{grid-template-columns:1fr}.cookie-actions .button:last-child{grid-column:auto}}

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