
:root{
  --ink:#18231e;
  --ink-soft:#3e4b44;
  --forest:#173b2c;
  --forest-deep:#0e281d;
  --forest-black:#091711;
  --leaf:#88ad68;
  --leaf-bright:#b7d879;
  --clay:#d9754b;
  --cream:#f3efe4;
  --paper:#fffdf8;
  --sand:#e8dfcb;
  --line:#d8ddd3;
  --muted:#68736c;
  --white:#fff;
  --shadow:0 22px 60px rgba(24,35,30,.10);
  --radius-sm:14px;
  --radius:24px;
  --radius-lg:36px;
  --shell:min(1180px, calc(100% - 40px));
  --font-sans:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-display:Georgia, "Times New Roman", serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:var(--font-sans);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit}
img,svg{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
button{color:inherit}
::selection{background:var(--leaf-bright);color:var(--forest-black)}
.shell{width:var(--shell);margin-inline:auto}
.narrow{max-width:900px}
.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:1000;left:16px;top:12px;transform:translateY(-150%);background:var(--paper);padding:10px 14px;border-radius:8px;box-shadow:var(--shadow)}
.skip-link:focus{transform:none}
.icon{width:1.35rem;height:1.35rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
a:focus-visible,button:focus-visible{outline:3px solid var(--clay);outline-offset:4px}

.utility-bar{background:var(--forest-black);color:#dce8df;font-size:.82rem}
.utility-inner{min-height:36px;display:flex;align-items:center;justify-content:flex-end;gap:28px}
.utility-inner>a,.utility-inner>span{display:flex;align-items:center;gap:8px;text-decoration:none}
.utility-inner .icon{width:1rem;height:1rem;color:var(--leaf-bright)}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(24,35,30,.08)}
.nav-wrap{height:84px;display:flex;align-items:center;gap:30px}
.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;min-width:max-content}
.brand-mark{position:relative;width:42px;height:42px;border:2px solid var(--forest);border-radius:50%;display:grid;place-items:center}
.brand-mark span:first-child{position:absolute;width:10px;height:20px;border-left:2px solid var(--forest);border-bottom:2px solid var(--forest);transform:rotate(-35deg) translate(4px,-2px);border-radius:0 0 0 9px}
.brand-mark span:last-child{position:absolute;width:12px;height:16px;border-right:2px solid var(--leaf);border-top:2px solid var(--leaf);transform:rotate(-24deg) translate(-3px,-6px);border-radius:0 9px 0 0}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}
.brand-copy strong{font-family:var(--font-display);font-size:1.35rem;font-weight:700}
.brand-copy small{margin-top:5px;color:var(--muted);font-size:.69rem;letter-spacing:.14em;text-transform:uppercase}
.main-nav{margin-left:auto}
.main-nav ul{display:flex;list-style:none;padding:0;margin:0;gap:6px}
.main-nav a{display:block;padding:10px 12px;text-decoration:none;border-radius:999px;font-size:.93rem;font-weight:650}
.main-nav a:hover,.main-nav a[aria-current=page]{background:var(--cream)}
.header-cta{display:inline-flex;align-items:center;gap:8px;text-decoration:none;background:var(--forest);color:#fff;padding:12px 16px;border-radius:999px;font-weight:700;font-size:.88rem}
.header-cta svg,.btn svg,.text-link svg,.category-card>svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nav-toggle{display:none;background:none;border:0;padding:10px}
.nav-toggle>span:not(.sr-only){display:block;width:24px;height:2px;background:currentColor;margin:5px 0}

.eyebrow{display:inline-block;color:var(--forest);font-size:.74rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:14px}
.eyebrow-light{color:var(--leaf-bright)}
h1,h2,h3,p{margin-top:0}
h1,h2{font-family:var(--font-display);font-weight:700;letter-spacing:-.035em;line-height:.98}
h1{font-size:clamp(3.5rem,7.7vw,7rem);margin-bottom:26px}
h2{font-size:clamp(2.4rem,4.6vw,4.7rem);margin-bottom:22px}
h3{font-size:1.25rem;line-height:1.25;margin-bottom:10px}
p{color:var(--ink-soft);font-size:1.02rem}
.hero-lead,.page-hero p{font-size:clamp(1.05rem,1.6vw,1.28rem);max-width:730px}
.button-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 18px;border:1px solid transparent;border-radius:999px;text-decoration:none;font-weight:800;font-size:.92rem}
.btn-primary{background:var(--clay);color:#fff}
.btn-primary:hover{background:#c96740}
.btn-secondary{background:transparent;border-color:rgba(24,35,30,.28)}
.btn-secondary:hover{background:var(--cream)}
.btn-dark{background:var(--forest);color:#fff}
.btn-light{background:var(--paper);color:var(--forest-black)}
.btn-outline-light{color:#fff;border-color:rgba(255,255,255,.42)}
.btn-compact{min-height:42px;padding:9px 14px;background:var(--cream);color:var(--forest);font-size:.83rem}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--forest);font-weight:800;text-decoration:none}
.text-link:hover{text-decoration:underline;text-underline-offset:4px}
.light-link{color:var(--leaf-bright)}

.hero{overflow:hidden}
.home-hero{background:linear-gradient(135deg,#f7f4eb 0%,#eef1e5 58%,#e4eadc 100%);border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(430px,.9fr);align-items:center;gap:70px;min-height:720px;padding-block:80px}
.hero-copy{position:relative;z-index:2}
.hero-copy h1{max-width:870px}
.hero-copy .button-row{margin-top:34px}
.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:54px 0 0;padding-top:24px;border-top:1px solid rgba(24,35,30,.16)}
.hero-facts div{min-width:0}
.hero-facts dt{text-transform:uppercase;font-weight:800;letter-spacing:.12em;font-size:.68rem;color:var(--muted)}
.hero-facts dd{margin:6px 0 0;font-weight:750;font-size:.9rem}
.hero-visual{position:relative;min-height:550px;display:grid;place-items:center}
.visual-core{position:relative;z-index:3;width:330px;height:390px;border-radius:46% 46% 42% 42%;background:var(--forest-deep);color:#fff;padding:56px 48px;box-shadow:0 34px 90px rgba(14,40,29,.28);display:flex;flex-direction:column;justify-content:center}
.visual-core:before{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.12);border-radius:inherit}
.visual-kicker{position:relative;z-index:2;color:var(--leaf-bright);font-size:.68rem;font-weight:800;letter-spacing:.17em}
.visual-core strong{position:relative;z-index:2;font-family:var(--font-display);font-size:4.4rem;line-height:.83;letter-spacing:-.05em;margin:18px 0 24px}
.visual-core small{position:relative;z-index:2;color:#bfd0c4}
.visual-orbit{position:absolute;border:1px solid rgba(23,59,44,.18);border-radius:50%}
.orbit-one{width:500px;height:500px}
.orbit-two{width:610px;height:610px}
.visual-chip{position:absolute;z-index:4;display:flex;align-items:center;gap:9px;background:var(--paper);padding:12px 15px;border-radius:999px;box-shadow:var(--shadow);font-size:.82rem;font-weight:800}
.visual-chip .icon{color:var(--forest)}
.chip-air{top:66px;left:10px}
.chip-light{top:110px;right:0}
.chip-water{bottom:92px;left:12px}
.chip-feed{bottom:44px;right:28px}

.trust-strip{background:var(--paper);border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid>div{display:flex;align-items:center;gap:14px;padding:25px 22px;border-right:1px solid var(--line)}
.trust-grid>div:first-child{border-left:1px solid var(--line)}
.trust-grid .icon{color:var(--clay)}
.trust-grid span:not(.icon){display:flex;flex-direction:column;font-size:.83rem;color:var(--muted)}
.trust-grid strong{color:var(--ink);font-size:.9rem}

.section{padding-block:110px}
.section-cream{background:var(--cream)}
.section-heading{max-width:780px;margin-bottom:48px}
.section-heading>p{max-width:670px}
.split-heading{max-width:none;display:grid;grid-template-columns:1fr minmax(300px,.55fr);align-items:end;gap:70px}
.split-heading>p{margin-bottom:10px}
.setup-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.setup-card{appearance:none;text-align:left;border:1px solid var(--line);background:var(--paper);padding:24px;border-radius:var(--radius);cursor:pointer;min-height:190px;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.setup-card:hover{transform:translateY(-4px)}
.setup-card.is-active{background:var(--forest);border-color:var(--forest);color:#fff}
.setup-card .icon{width:2rem;height:2rem;color:var(--clay);margin-bottom:30px}
.setup-card.is-active .icon{color:var(--leaf-bright)}
.setup-card span:not(.icon){display:block;font-weight:800;font-size:1rem}
.setup-card small{display:block;margin-top:7px;color:var(--muted);line-height:1.4}
.setup-card.is-active small{color:#c5d2c8}
.setup-result{margin-top:18px;border:1px solid var(--line);border-radius:var(--radius);padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:#fbfaf5}
.setup-result h3{font-family:var(--font-display);font-size:2rem;margin:5px 0 8px}
.setup-result p{margin-bottom:0;max-width:720px}
.result-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;font-weight:800;color:var(--clay)}

.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.category-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;min-height:140px;padding:26px;border:1px solid rgba(24,35,30,.12);background:rgba(255,255,255,.6);border-radius:var(--radius);text-decoration:none;transition:transform .2s ease,background .2s ease}
.category-card:hover{transform:translateY(-4px);background:#fff}
.category-card .icon{width:2.1rem;height:2.1rem;color:var(--forest)}
.category-card span:not(.icon){display:flex;flex-direction:column}
.category-card strong{font-family:var(--font-display);font-size:1.55rem}
.category-card small{margin-top:4px;color:var(--muted)}
.category-featured{background:var(--forest);color:#fff;border-color:var(--forest)}
.category-featured small{color:#c5d2c8}
.category-featured .icon{color:var(--leaf-bright)}
.section-actions{display:flex;align-items:center;gap:24px;margin-top:30px}

.store-story{background:var(--forest-black);color:#fff}
.story-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:24px;align-items:stretch}
.story-panel{background:var(--forest);border-radius:var(--radius-lg);padding:60px}
.story-panel h2{max-width:760px}
.story-panel p{color:#c6d1ca;max-width:700px;font-size:1.1rem}
.story-panel .button-row{margin-top:30px}
.store-card{background:var(--leaf-bright);color:var(--forest-black);border-radius:var(--radius-lg);padding:42px;display:flex;flex-direction:column}
.store-card-label{font-size:.7rem;letter-spacing:.16em;font-weight:900}
.store-card h3{font-family:var(--font-display);font-size:2rem;line-height:1.05;margin:18px 0 28px}
.hours-list{display:grid;gap:0;margin-bottom:30px}
.hours-list span{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid rgba(9,23,17,.18);font-size:.9rem}
.hours-list b{font-weight:800}
.store-card .text-link{margin-top:auto;color:var(--forest-black)}

.final-cta{padding-block:80px}
.cta-panel{display:flex;align-items:end;justify-content:space-between;gap:50px;padding:50px 54px;border-radius:var(--radius-lg);background:linear-gradient(120deg,#eef0e4,#f7eee2);border:1px solid var(--line)}
.cta-panel h2{font-size:clamp(2.2rem,4vw,4rem);max-width:760px;margin-bottom:0}

.page-hero{padding:120px 0 100px;background:linear-gradient(180deg,#f7f4eb,#fffdf8)}
.page-hero h1{font-size:clamp(3.8rem,8vw,7.5rem)}
.page-hero-dark{background:var(--forest-deep);color:#fff}
.page-hero-dark p{color:#c5d2c8}
.page-hero-contact{background:linear-gradient(120deg,#eff2e6,#f8efe3)}
.shop-intro{padding-block:58px;border-block:1px solid var(--line);background:#fbfaf5}
.shop-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}
.shop-intro h2{font-size:2.8rem;margin-bottom:0}
.shop-intro p{margin-bottom:0}
.shop-category-list{display:grid;gap:12px}
.shop-category{display:grid;grid-template-columns:92px 1fr auto;gap:28px;align-items:center;padding:28px;border:1px solid var(--line);border-radius:var(--radius);scroll-margin-top:120px}
.shop-category:hover{background:#fbfaf5}
.shop-icon{display:grid;place-items:center;width:72px;height:72px;border-radius:20px;background:var(--cream);color:var(--forest)}
.shop-icon .icon{width:2.25rem;height:2.25rem}
.shop-category h2{font-family:var(--font-display);font-size:2rem;margin:2px 0 6px}
.shop-category p{margin:0}
.category-index{font-size:.68rem;letter-spacing:.14em;color:var(--clay);font-weight:900}
.advice-panel{display:flex;align-items:end;justify-content:space-between;gap:60px}
.advice-panel>div:first-child{max-width:760px}
.advice-panel h2{font-size:3.6rem}

.service-stack{display:grid;gap:0}
.service-row{display:grid;grid-template-columns:80px 92px 1fr;gap:28px;padding:48px 0;border-bottom:1px solid var(--line)}
.service-row:first-child{border-top:1px solid var(--line)}
.service-number{font-size:.72rem;font-weight:900;letter-spacing:.15em;color:var(--clay);padding-top:10px}
.service-icon{display:grid;place-items:center;width:72px;height:72px;border-radius:20px;background:var(--cream);color:var(--forest)}
.service-icon .icon{width:2.2rem;height:2.2rem}
.service-row h2{font-size:3.4rem;margin-bottom:14px}
.service-row p{max-width:780px}
.path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.path-grid article{background:rgba(255,255,255,.65);border:1px solid rgba(24,35,30,.12);padding:30px;border-radius:var(--radius)}
.path-grid .icon{width:2rem;height:2rem;color:var(--clay);margin-bottom:36px}

.about-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:center}
.year-block{min-height:470px;border-radius:var(--radius-lg);background:var(--forest);color:#fff;padding:48px;display:flex;flex-direction:column;justify-content:center}
.year-block span{text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;color:var(--leaf-bright);font-weight:900}
.year-block strong{font-family:var(--font-display);font-size:8rem;line-height:.9;letter-spacing:-.08em;margin:18px 0}
.year-block small{max-width:200px;color:#c5d2c8;font-size:.95rem}
.prose h2{font-size:4rem}
.prose p{font-size:1.12rem}
.prose .button-row{margin-top:30px}
.values-section{background:var(--forest-black);color:#fff}
.values-section .section-heading .eyebrow{color:var(--leaf-bright)}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.value-grid article{padding:28px;border:1px solid rgba(255,255,255,.13);border-radius:var(--radius);background:rgba(255,255,255,.035)}
.value-grid .icon{width:2rem;height:2rem;color:var(--leaf-bright);margin-bottom:48px}
.value-grid p{color:#b9c7bd}

.contact-section{padding-top:80px}
.contact-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:24px}
.contact-main{padding:48px;border:1px solid var(--line);border-radius:var(--radius-lg)}
.contact-main h2{font-size:clamp(2.6rem,5vw,5rem)}
.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin:32px 0 50px}
.contact-lines{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.contact-lines a{display:flex;gap:14px;align-items:center;padding:18px;border-radius:var(--radius-sm);background:var(--cream);text-decoration:none;min-width:0}
.contact-lines .icon{color:var(--clay)}
.contact-lines span:not(.icon){display:flex;flex-direction:column;min-width:0;word-break:break-word}
.contact-lines small{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:800}
.hours-card{background:var(--forest);color:#fff;padding:42px;border-radius:var(--radius-lg)}
.hours-card dl{margin:12px 0 0}
.hours-card dl div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.hours-card dt,.hours-card dd{margin:0}
.hours-card dd{font-weight:800}
.contact-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-choice-grid article{padding:36px;border-radius:var(--radius);background:rgba(255,255,255,.65);border:1px solid rgba(24,35,30,.1)}
.contact-choice-grid .icon{width:2rem;height:2rem;color:var(--clay);margin-bottom:34px}
.contact-choice-grid h2{font-size:2.5rem}

.site-footer{background:var(--forest-black);color:#fff;padding-top:72px}
.footer-grid{display:grid;grid-template-columns:1.5fr .7fr 1.1fr .9fr;gap:50px;padding-bottom:60px}
.footer-brand{color:#fff}
.footer-brand .brand-mark{border-color:#fff}
.footer-brand .brand-mark span:first-child{border-color:#fff}
.footer-brand .brand-copy small{color:#9db0a3}
.footer-note{color:#9db0a3;max-width:360px;margin-top:24px;font-size:.9rem}
.footer-grid h2{font-family:var(--font-sans);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px;color:var(--leaf-bright)}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.footer-grid a{color:#d6e0d9;text-decoration:none;font-size:.9rem}
.footer-grid a:hover{text-decoration:underline}
.footer-grid address,.footer-grid p{font-style:normal;color:#b3c0b7;font-size:.9rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:22px 0 28px;display:flex;justify-content:space-between;color:#87988d;font-size:.78rem}

@media (max-width:1050px){
  .header-cta{display:none}
  .hero-grid{grid-template-columns:1fr;gap:30px;padding-block:70px}
  .hero-visual{min-height:500px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-grid>div:nth-child(3){border-left:1px solid var(--line)}
  .setup-grid{grid-template-columns:repeat(2,1fr)}
  .story-grid,.contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1.3fr 1fr 1fr}
  .footer-grid>div:last-child{grid-column:2/4}
  .value-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:820px){
  :root{--shell:min(100% - 28px,1180px)}
  h1{font-size:clamp(3.1rem,15vw,5.6rem)}
  h2{font-size:clamp(2.2rem,10vw,4rem)}
  .utility-inner{justify-content:center}
  .utility-wide{display:none!important}
  .nav-wrap{height:74px}
  .main-nav{position:fixed;left:14px;right:14px;top:86px;background:var(--paper);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:14px;transform:translateY(-12px);opacity:0;visibility:hidden;transition:.2s ease}
  .main-nav.is-open{transform:none;opacity:1;visibility:visible}
  .main-nav ul{flex-direction:column}
  .main-nav a{padding:13px 14px}
  .nav-toggle{display:block;margin-left:auto}
  .hero-grid{min-height:auto}
  .hero-facts{grid-template-columns:1fr}
  .hero-visual{min-height:470px;transform:scale(.88);margin-inline:-20px}
  .section{padding-block:78px}
  .split-heading,.shop-intro-grid,.about-grid{grid-template-columns:1fr;gap:30px}
  .category-grid{grid-template-columns:1fr}
  .cta-panel,.advice-panel{align-items:flex-start;flex-direction:column}
  .setup-result{align-items:flex-start;flex-direction:column}
  .shop-category{grid-template-columns:72px 1fr}
  .shop-category .btn{grid-column:2}
  .service-row{grid-template-columns:50px 72px 1fr;gap:18px}
  .service-row h2{font-size:2.7rem}
  .path-grid{grid-template-columns:1fr}
  .year-block{min-height:370px}
  .year-block strong{font-size:6rem}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:last-child{grid-column:auto}
}
@media (max-width:580px){
  .utility-inner{gap:12px;font-size:.72rem}
  .utility-inner .icon{display:none}
  .brand-copy strong{font-size:1.17rem}
  .brand-copy small{font-size:.61rem}
  .brand-mark{width:38px;height:38px}
  .home-hero .hero-grid{padding-top:54px}
  .hero-visual{min-height:420px;transform:scale(.75);margin:-30px -60px}
  .visual-core{width:320px}
  .trust-grid{grid-template-columns:1fr}
  .trust-grid>div,.trust-grid>div:nth-child(3){border-left:1px solid var(--line)}
  .setup-grid{grid-template-columns:1fr}
  .setup-card{min-height:auto}
  .setup-card .icon{margin-bottom:22px}
  .story-panel,.store-card,.cta-panel,.contact-main,.hours-card{padding:30px}
  .section-actions{align-items:flex-start;flex-direction:column}
  .shop-category{grid-template-columns:1fr;padding:24px}
  .shop-category .btn{grid-column:auto;justify-self:start}
  .service-row{grid-template-columns:44px 1fr}
  .service-icon{grid-column:2}
  .service-row>div:last-child{grid-column:2}
  .value-grid{grid-template-columns:1fr}
  .contact-lines{grid-template-columns:1fr}
  .contact-choice-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:6px}
}
@media (prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}


/* Catalogue rebuild */
.catalogue-page{background:#f8f6ef}
.catalogue-hero{
  position:relative;isolation:isolate;overflow:hidden;color:#fff;
  background:var(--forest-deep);min-height:610px;display:flex;align-items:center
}
.catalogue-hero__backdrop{
  position:absolute;inset:0;z-index:-2;background:url("assets/catalogue-hero.svg") center/cover no-repeat
}
.catalogue-hero:after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(90deg,rgba(9,23,17,.22),rgba(9,23,17,0) 60%)
}
.catalogue-hero__inner{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.55fr);gap:80px;align-items:end;padding-block:92px}
.catalogue-hero__copy h1{font-size:clamp(3.6rem,7vw,7.4rem);max-width:900px;margin-bottom:28px}
.catalogue-hero__copy p{color:#d5e2d8;font-size:clamp(1.08rem,1.5vw,1.28rem);max-width:760px}
.catalogue-hero__copy p strong{color:#fff}
.catalogue-hero__copy .button-row{margin-top:34px}
.catalogue-hero__panel{align-self:end;border:1px solid rgba(255,255,255,.18);background:rgba(9,23,17,.56);backdrop-filter:blur(18px);border-radius:30px;padding:30px}
.catalogue-hero__panel>span{display:block;text-transform:uppercase;letter-spacing:.15em;font-size:.7rem;font-weight:900;color:var(--leaf-bright)}
.catalogue-hero__panel>strong{display:block;font-family:var(--font-display);font-size:5rem;line-height:1;margin:12px 0}
.catalogue-hero__panel p{color:#fff;font-size:1rem}
.catalogue-hero__panel small{display:block;color:#b9c8bd;border-top:1px solid rgba(255,255,255,.16);padding-top:18px;margin-top:20px}

.catalogue-category-section{background:var(--paper)}
.catalogue-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.catalogue-category-card{
  appearance:none;border:1px solid var(--line);background:#fff;padding:0;text-align:left;border-radius:22px;overflow:hidden;
  cursor:pointer;position:relative;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease
}
.catalogue-category-card:hover,.catalogue-category-card.is-active{transform:translateY(-3px);border-color:rgba(23,59,44,.5);box-shadow:var(--shadow)}
.catalogue-category-card img{width:100%;aspect-ratio:16/8.4;object-fit:cover}
.catalogue-category-card__body{display:flex;flex-direction:column;padding:18px 20px 22px;min-height:156px}
.catalogue-category-card__count{color:var(--clay);font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.11em;margin-bottom:9px}
.catalogue-category-card__body strong{font-family:var(--font-display);font-size:1.45rem;line-height:1.05}
.catalogue-category-card__body small{color:var(--muted);font-size:.82rem;line-height:1.45;margin-top:9px}
.catalogue-category-card__arrow{position:absolute;right:15px;top:15px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.9);font-weight:900}

.catalogue-section{padding:100px 0 110px;scroll-margin-top:92px}
.catalogue-heading-row{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
.catalogue-heading-row h2{margin-bottom:0}
.catalogue-disclaimer{font-size:.82rem;color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:9px 13px;background:var(--paper);white-space:nowrap}
.catalogue-toolbar{position:sticky;top:100px;z-index:25;display:grid;grid-template-columns:1fr 220px;gap:12px;padding:12px;background:rgba(255,253,248,.9);backdrop-filter:blur(16px);border:1px solid var(--line);border-radius:20px;box-shadow:0 12px 35px rgba(24,35,30,.07)}
.catalogue-search{min-height:54px;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 16px}
.catalogue-search:focus-within{outline:3px solid rgba(217,117,75,.35);border-color:var(--clay)}
.catalogue-search svg{width:22px;height:22px;fill:none;stroke:var(--forest);stroke-width:1.8;flex:0 0 auto}
.catalogue-search input{width:100%;border:0;outline:0;background:transparent;font-size:1rem;color:var(--ink)}
.catalogue-search input::placeholder{color:#869089}
.catalogue-sort select{height:100%;min-height:54px;width:100%;border:1px solid var(--line);background:#fff;border-radius:14px;padding:0 44px 0 14px;color:var(--ink);font-weight:750}
.catalogue-filter-wrap{display:flex;align-items:center;gap:14px;margin-top:18px}
.catalogue-filters{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:thin;flex:1}
.catalogue-filters button{
  white-space:nowrap;border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:9px 13px;cursor:pointer;font-size:.79rem;font-weight:800
}
.catalogue-filters button span{color:var(--muted);font-weight:700;margin-left:4px}
.catalogue-filters button:hover,.catalogue-filters button.is-active{background:var(--forest);color:#fff;border-color:var(--forest)}
.catalogue-filters button.is-active span{color:var(--leaf-bright)}
.catalogue-clear{border:0;background:none;color:var(--forest);font-weight:850;text-decoration:underline;text-underline-offset:4px;cursor:pointer;white-space:nowrap}
.catalogue-results-meta{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:.84rem;font-weight:700;margin:18px 0 24px}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.product-card{min-width:0}
.product-card__button{
  appearance:none;width:100%;height:100%;border:1px solid var(--line);background:#fff;padding:0;text-align:left;border-radius:22px;overflow:hidden;cursor:pointer;text-decoration:none;color:inherit;
  display:flex;flex-direction:column;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease
}
.product-card__button:hover{transform:translateY(-4px);border-color:rgba(23,59,44,.45);box-shadow:0 18px 45px rgba(24,35,30,.11)}
.product-card__visual{position:relative;display:block;overflow:hidden}
.product-card__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,23,17,.18),transparent 48%)}
.product-card__visual img{width:100%;aspect-ratio:16/9.4;object-fit:cover;transition:transform .3s ease}
.product-card__button:hover .product-card__visual img{transform:scale(1.025)}
.product-card__category,.product-card__status{
  position:absolute;z-index:2;top:12px;left:12px;background:rgba(255,253,248,.94);backdrop-filter:blur(8px);border-radius:999px;padding:7px 9px;
  font-size:.63rem;text-transform:uppercase;letter-spacing:.09em;font-weight:900
}
.product-card__status{left:auto;right:12px;background:#fff4df;color:#79521b}
.product-card__status.is-out{background:#f7e7e2;color:#843e2a}
.product-card__status.is-sale{background:#e7f2df;color:#2f5924}
.product-card__body{display:flex;flex-direction:column;flex:1;padding:20px}
.product-card__body>strong{font-size:1rem;line-height:1.35;min-height:2.7em}
.product-card__price{margin-top:18px;color:var(--forest);font-weight:900}
.product-card__action{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:20px;color:var(--clay);font-size:.79rem;font-weight:900}
.catalogue-empty{border:1px dashed var(--line);background:var(--paper);padding:60px 30px;text-align:center;border-radius:24px}
.catalogue-empty strong{display:block;font-family:var(--font-display);font-size:2rem}
.catalogue-empty p{margin:8px auto 20px}
.catalogue-load-row{display:flex;justify-content:center;margin-top:34px}
.catalogue-load-row .btn{min-width:220px}

.catalogue-help-band{background:var(--forest-deep);color:#fff;padding:80px 0}
.catalogue-help-band__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:center}
.catalogue-help-band h2{font-size:clamp(2.6rem,4.7vw,5rem);margin-bottom:0}
.catalogue-help-band p{color:#c8d6cc;font-size:1.08rem}
.catalogue-help-band .button-row{margin-top:26px}

.product-dialog{
  width:min(900px,calc(100% - 30px));max-height:min(760px,calc(100vh - 30px));padding:0;border:0;border-radius:30px;overflow:auto;background:var(--paper);box-shadow:0 40px 120px rgba(0,0,0,.34)
}
.product-dialog::backdrop{background:rgba(5,14,10,.76);backdrop-filter:blur(5px)}
.product-dialog[open]{display:grid;grid-template-columns:.9fr 1.1fr}
.product-dialog__close{position:fixed;z-index:3;right:max(calc((100vw - min(900px,calc(100% - 30px)))/2 + 18px),32px);top:max(calc((100vh - min(760px,calc(100vh - 30px)))/2 + 18px),32px);width:42px;height:42px;border-radius:50%;border:0;background:rgba(255,255,255,.92);font-size:1.6rem;cursor:pointer;box-shadow:0 8px 25px rgba(0,0,0,.15)}
.product-dialog__visual{background:var(--forest);min-height:100%;display:flex;align-items:stretch}
.product-dialog__visual img{width:100%;height:100%;object-fit:cover;min-height:520px}
.product-dialog__content{padding:58px 50px}
.product-dialog__category{color:var(--clay);text-transform:uppercase;letter-spacing:.13em;font-size:.7rem;font-weight:900}
.product-dialog__content h2{font-size:clamp(2.4rem,5vw,4.6rem);margin:15px 0 24px;overflow-wrap:anywhere}
.product-dialog__price{font-size:1.5rem;color:var(--forest);font-weight:900;margin-bottom:8px}
.product-dialog__status{display:inline-block;background:var(--cream);border-radius:999px;padding:7px 10px;font-size:.75rem;font-weight:850}
.product-dialog__note{margin:30px 0;padding:20px;border-radius:16px;background:#f2efe4;border:1px solid #e4dccb}
.product-dialog__note strong{display:block;margin-bottom:5px}
.product-dialog__note p{font-size:.9rem;margin:0}
.product-dialog__live{margin-top:24px}

@media (max-width:1050px){
  .catalogue-category-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .catalogue-hero__inner{grid-template-columns:1fr .55fr;gap:45px}
}
@media (max-width:820px){
  .catalogue-hero{min-height:auto}
  .catalogue-hero__inner{grid-template-columns:1fr;padding-block:72px;gap:34px}
  .catalogue-hero__panel{max-width:520px}
  .catalogue-category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .catalogue-toolbar{top:86px;grid-template-columns:1fr;position:sticky}
  .catalogue-sort select{min-height:48px}
  .catalogue-heading-row,.catalogue-help-band__grid{grid-template-columns:1fr;display:grid;align-items:start;gap:25px}
  .catalogue-disclaimer{justify-self:start}
  .product-dialog[open]{grid-template-columns:1fr}
  .product-dialog__visual{min-height:250px}
  .product-dialog__visual img{min-height:250px;max-height:320px}
  .product-dialog__content{padding:36px 30px 42px}
}
@media (max-width:580px){
  .catalogue-hero__copy h1{font-size:clamp(3.1rem,15vw,5rem)}
  .catalogue-hero__panel{padding:24px}
  .catalogue-category-grid,.product-grid{grid-template-columns:1fr}
  .catalogue-category-card{display:grid;grid-template-columns:120px 1fr}
  .catalogue-category-card img{height:100%;aspect-ratio:auto}
  .catalogue-category-card__body{min-height:140px;padding:18px 44px 18px 18px}
  .catalogue-category-card__arrow{right:10px;top:10px}
  .catalogue-toolbar{top:82px;padding:8px;border-radius:16px}
  .catalogue-filter-wrap{align-items:flex-start;flex-direction:column}
  .catalogue-clear{align-self:flex-end}
  .catalogue-results-meta{flex-direction:column;gap:4px}
  .product-grid{gap:12px}
  .product-card__button{display:grid;grid-template-columns:112px 1fr}
  .product-card__visual{height:100%}
  .product-card__visual img{height:100%;aspect-ratio:auto}
  .product-card__category{top:8px;left:8px;font-size:.55rem;max-width:96px;white-space:normal}
  .product-card__status{display:none}
  .product-card__body{padding:16px}
  .product-card__body>strong{min-height:auto}
  .product-card__price{margin-top:10px}
  .product-card__action{padding-top:12px}
  .product-dialog{width:calc(100% - 18px);max-height:calc(100vh - 18px);border-radius:22px}
  .product-dialog__close{right:20px;top:20px}
}


/* Local dummy product pages */
.product-page{background:var(--paper)}
.product-breadcrumb{display:flex;align-items:center;gap:9px;padding-top:26px;color:var(--muted);font-size:.8rem}
.product-breadcrumb a{color:var(--forest);font-weight:800;text-decoration:none}
.product-breadcrumb a:hover{text-decoration:underline;text-underline-offset:4px}
.product-page-hero{padding:48px 0 100px}
.product-page-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:70px;align-items:center}
.product-page-visual{position:relative;border-radius:34px;overflow:hidden;background:var(--forest);box-shadow:var(--shadow)}
.product-page-visual img{width:100%;aspect-ratio:1.05/1;object-fit:cover}
.product-page-visual>span{position:absolute;left:20px;bottom:20px;background:rgba(255,253,248,.94);border-radius:999px;padding:9px 12px;text-transform:uppercase;letter-spacing:.1em;font-size:.67rem;font-weight:900}
.product-page-copy h1{font-size:clamp(3rem,6vw,6.5rem);overflow-wrap:anywhere;margin-bottom:28px}
.product-page-price{font-size:1.75rem;color:var(--forest);font-weight:900;margin-bottom:10px}
.product-page-status{display:inline-block;background:var(--cream);border:1px solid var(--sand);border-radius:999px;padding:8px 11px;font-size:.76rem;font-weight:850}
.product-page-note{margin:30px 0;padding:22px;border-radius:18px;background:#f3efe4;border:1px solid #e3dbc8}
.product-page-note strong{display:block;margin-bottom:6px}
.product-page-note p{font-size:.93rem;margin:0}
.product-page-live{margin-top:26px}
.product-page-related{background:#f4f1e8}
.product-page-related .section-heading{align-items:end}
.product-page-related .section-heading .btn{justify-self:end}
.related-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.related-product{display:flex;flex-direction:column;min-height:210px;padding:24px;border:1px solid var(--line);border-radius:22px;background:var(--paper);text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.related-product:hover{transform:translateY(-3px);border-color:rgba(23,59,44,.45);box-shadow:var(--shadow)}
.related-product>span{color:var(--clay);text-transform:uppercase;letter-spacing:.1em;font-size:.63rem;font-weight:900}
.related-product>strong{font-size:1.06rem;line-height:1.35;margin:16px 0 auto}
.related-product>small{color:var(--forest);font-weight:900;margin-top:20px}
@media (max-width:1050px){
  .product-page-grid{gap:45px}
  .related-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:820px){
  .product-page-hero{padding:30px 0 75px}
  .product-page-grid{grid-template-columns:1fr;gap:38px}
  .product-page-visual{max-width:650px}
  .product-page-visual img{aspect-ratio:16/10}
  .product-page-related .section-heading .btn{justify-self:start}
}
@media (max-width:580px){
  .product-breadcrumb{overflow-x:auto;white-space:nowrap;padding-bottom:4px}
  .product-page-copy h1{font-size:clamp(2.8rem,14vw,4.8rem)}
  .related-product-grid{grid-template-columns:1fr}
  .related-product{min-height:170px}
}


/* Product photography imported from the supplied catalogue archive */
.product-card__visual.has-product-image{
  background:linear-gradient(180deg,#fff 0%,#f7f4ec 100%);
}
.product-card__visual.has-product-image:after{
  background:linear-gradient(0deg,rgba(9,23,17,.09),transparent 42%);
}
.product-card__visual.has-product-image img{
  object-fit:contain;
  padding:16px;
  background:#fff;
}
.product-page-visual.has-product-image{
  background:linear-gradient(180deg,#fff 0%,#f4f0e7 100%);
  border:1px solid var(--line);
}
.product-page-visual.has-product-image img{
  object-fit:contain;
  padding:clamp(18px,4vw,42px);
  background:#fff;
}
