:root {
  --brand-950: #173d2b;
  --brand-900: #234a35;
  --brand-800: #34493c;
  --brand-700: #4e654e;
  --brand-600: #68826b;
  --brand-400: #96aa94;
  --brand-200: #b7c4ba;
  --brand-100: #dde6df;
  --brand-50: #f2f6f3;
  --leaf-700: #5f7d42;
  --leaf-500: #90ae74;
  --leaf-400: #a3c27e;
  --leaf-200: #d9e8c5;
  --ink: #172019;
  --ink-muted: #405047;
  --paper: #f4f1e8;
  --white: #fff;
  --font-display: "Fraunces", Georgia, serif;
  --font-sans: "Manrope", "Segoe UI", sans-serif;
  --page: min(1180px, calc(100vw - 48px));
  --section: clamp(5rem, 10vw, 8.5rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-shell { width: var(--page); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 1rem; left: 1rem; padding: .75rem 1rem; color: var(--brand-950); background: var(--leaf-400); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { color: var(--brand-950); background: rgb(244 241 232 / 92%); box-shadow: 0 8px 32px rgb(23 61 43 / 8%); backdrop-filter: blur(18px); }
.nav-shell { width: var(--page); min-height: 86px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { min-width: 190px; padding: .45rem .7rem; display: inline-flex; align-items: center; justify-content: center; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.wordmark picture { display: block; line-height: 0; }
.wordmark img { width: 176px; height: auto; filter: brightness(0) invert(1) drop-shadow(0 3px 8px rgb(0 0 0 / 24%)); transition: filter .25s ease; }
.site-header.is-scrolled .wordmark img { filter: none; }
.site-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.5vw, 2.4rem); color: var(--white); font-size: .85rem; font-weight: 700; }
.site-header.is-scrolled .site-nav { color: var(--brand-950); }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: currentColor; transition: right .25s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { right: 0; }
.nav-cta { padding: .7rem 1.1rem; color: var(--brand-950); background: var(--leaf-400); border-radius: .5rem; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; color: currentColor; background: transparent; border: 1px solid currentColor; border-radius: 50%; }
.menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 1.5px; margin: 5px auto; background: currentColor; transition: transform .25s ease; }

.hero { position: relative; min-height: 780px; overflow: hidden; color: var(--white); background: var(--brand-950); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .38; background: radial-gradient(circle at 78% 18%, #78907b 0, transparent 32%), radial-gradient(circle at 10% 92%, #375c46 0, transparent 34%), linear-gradient(135deg, #0e2b20 0%, #234a35 60%, #172f23 100%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .14; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); }
.hero-glow { position: absolute; z-index: 1; width: 540px; height: 540px; right: -140px; top: 80px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; min-height: 700px; padding-top: 140px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.eyebrow { margin: 0 0 1.4rem; display: flex; align-items: center; gap: .75rem; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: var(--leaf-400); }
.eyebrow-dark { color: var(--brand-800); }
.hero h1, .section h2, .contact h2 { margin: 0; font-family: var(--font-display); font-weight: 600; letter-spacing: -.055em; line-height: .96; }
.hero h1 { max-width: 700px; font-size: clamp(3.7rem, 7.2vw, 7.25rem); }
.hero h1 em { display: block; color: var(--leaf-400); font-style: italic; font-weight: 500; }
.hero-intro { max-width: 590px; margin: 2rem 0 0; color: rgb(255 255 255 / 76%); font-size: clamp(1rem, 1.4vw, 1.15rem); }
.hero-actions { margin-top: 2rem; display: flex; align-items: center; flex-wrap: wrap; gap: 1.6rem; }
.button { min-height: 52px; padding: .85rem 1.35rem; display: inline-flex; align-items: center; justify-content: center; font-size: .84rem; font-weight: 700; border: 1px solid transparent; border-radius: .55rem; transition: transform .25s var(--ease), background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--brand-950); background: var(--leaf-400); }
.button-primary:hover { background: var(--leaf-200); }
.button-light { color: var(--brand-950); background: var(--white); }
.button-dark { color: var(--white); background: var(--brand-950); }
.text-link { display: inline-flex; align-items: center; gap: .7rem; font-size: .86rem; font-weight: 700; }
.text-link span { font-size: 1.3rem; }

.hero-product { min-width: 0; }
.product-stage { position: relative; min-height: 510px; isolation: isolate; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 15%); border-radius: 48% 48% 4rem 4rem; background: linear-gradient(150deg, rgb(150 170 148 / 18%), rgb(255 255 255 / 5%)); box-shadow: 0 40px 100px rgb(0 0 0 / 24%); backdrop-filter: blur(18px); }
.product-stage::before { content: ""; position: absolute; z-index: -1; inset: 10% 12%; border-radius: 50%; background: radial-gradient(circle, rgb(163 194 126 / 34%), transparent 68%); filter: blur(8px); }
.product-stage img { position: relative; z-index: 2; width: min(83%, 440px); filter: drop-shadow(0 28px 28px rgb(0 0 0 / 38%)); transform: rotate(-2deg); }
.stage-caption { position: absolute; top: 1.6rem; left: 50%; width: calc(100% - 4rem); color: rgb(255 255 255 / 42%); font-family: var(--font-display); font-size: clamp(.92rem, 1.35vw, 1.15rem); font-style: italic; font-weight: 500; line-height: 1.15; letter-spacing: 0; text-align: center; text-transform: none; transform: translateX(-50%); }
.stage-orbit { position: absolute; inset: 14% 13%; border: 1px solid rgb(255 255 255 / 18%); border-radius: 50%; transform: rotate(-12deg); }
.product-tag { position: absolute; z-index: 3; padding: .45rem .8rem; color: var(--brand-950); background: rgb(244 241 232 / 88%); border: 1px solid rgb(255 255 255 / 42%); border-radius: 999px; box-shadow: 0 10px 30px rgb(0 0 0 / 15%); backdrop-filter: blur(10px); font-size: .72rem; font-weight: 700; }
.tag-one { top: 22%; right: -2%; }.tag-two { bottom: 25%; left: -5%; }.tag-three { right: 6%; bottom: 8%; }
.hero-foot { position: relative; z-index: 3; height: 80px; display: flex; align-items: center; gap: 1rem; color: rgb(255 255 255 / 58%); font-size: .73rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-foot p { margin: 0; }.hero-foot > span { width: 4px; height: 4px; border-radius: 50%; background: var(--leaf-400); }.hero-foot a { margin-left: auto; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 25%); border-radius: 50%; }

.trust-strip { color: var(--brand-950); background: var(--leaf-400); }
.trust-grid { min-height: 132px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-grid > div { padding: 0 2rem; display: flex; align-items: center; gap: 1rem; border-right: 1px solid rgb(23 61 43 / 20%); }
.trust-grid > div:first-child { padding-left: 0; }.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { font-family: var(--font-display); font-size: 2.2rem; letter-spacing: -.05em; }.trust-grid span { max-width: 110px; font-size: .72rem; font-weight: 700; line-height: 1.35; text-transform: uppercase; }

.section, .contact { scroll-margin-top: 90px; }
.section { padding-block: var(--section); }
.section-heading { max-width: 850px; }
.section-heading h2, .benefits h2, .private-copy h2, .about h2 { font-size: clamp(2.8rem, 5.5vw, 5.2rem); }
.section-description { max-width: 680px; margin: 1.5rem 0 0; color: var(--ink-muted); }
.solution-grid { margin-top: clamp(3rem, 6vw, 5.5rem); display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.25rem; }
.solution-card { position: relative; min-height: 540px; padding: 2rem; overflow: hidden; display: flex; flex-direction: column; gap: 1rem; border-radius: 1.1rem; }
.solution-card::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgb(0 0 0 / 24%)); pointer-events: none; }
.product-collage { position: absolute; z-index: 1; bottom: 3.8rem; display: flex; align-items: flex-end; justify-content: center; gap: clamp(.35rem, .8vw, .75rem); transition: transform .5s var(--ease); pointer-events: none; }
.product-collage img { position: relative; flex: 0 0 auto; max-height: 100%; object-fit: contain; filter: drop-shadow(0 18px 18px rgb(0 0 0 / 20%)); }
.solution-card:hover .product-collage { transform: translateY(-8px); }
.solution-home { grid-column: span 5; color: var(--white); background: var(--brand-700); }.collage-home { right: 2%; width: 96%; height: 40%; }.collage-home img:nth-child(1) { width: 41%; }.collage-home img:nth-child(2) { width: 27%; }.collage-home img:nth-child(3) { width: 20%; }
.solution-pets { grid-column: span 4; color: var(--brand-950); background: var(--brand-200); }.collage-pets { right: 2%; width: 96%; height: 38%; }.collage-pets img { width: 21%; }.collage-pets img:nth-child(3) { width: 22%; }.collage-pets img:nth-child(4) { width: 24%; }
.solution-private { grid-column: span 3; color: var(--white); background: var(--brand-950); }
.card-number { position: absolute; top: 2rem; right: 2rem; opacity: .65; font-size: .75rem; }
.card-copy { position: relative; z-index: 2; max-width: 360px; }.card-label { margin: 0 0 1.1rem; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.card-copy h3 { margin: 0; max-width: 320px; font-family: var(--font-display); font-size: clamp(2rem, 3vw, 3rem); line-height: 1; letter-spacing: -.045em; }.card-copy > p:last-child { max-width: 300px; margin: 1.15rem 0 0; opacity: .75; }
.solution-card > a { position: relative; z-index: 3; margin-top: auto; padding-top: .5rem; display: flex; align-items: center; justify-content: space-between; font-size: .75rem; font-weight: 700; text-transform: uppercase; }.solution-card > a span { font-size: 1.25rem; }
.private-visual { position: relative; z-index: 2; margin-top: auto; margin-bottom: .5rem; display: grid; gap: .55rem; }.private-visual span { margin: 0; padding: .7rem 1rem; color: var(--brand-950); background: var(--leaf-400); border-radius: .3rem; font-family: var(--font-display); font-size: 1.35rem; }.private-visual span:nth-child(2) { margin: 0; background: var(--paper); }.private-visual span:nth-child(3) { margin: 0; background: var(--brand-400); }

.brand-strip { padding-block: clamp(3.5rem, 7vw, 6rem); color: var(--brand-950); background: var(--leaf-200); }
.brand-strip-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 6vw, 6rem); align-items: end; }
.brand-strip-heading .eyebrow { margin-bottom: .35rem; }
.brand-strip-heading h2 { margin: 0; max-width: 760px; font-family: var(--font-display); font-size: clamp(2.5rem, 4.8vw, 4.8rem); font-weight: 600; line-height: .98; letter-spacing: -.05em; }
.brand-grid { margin-top: clamp(2.5rem, 5vw, 4.5rem); display: grid; grid-template-columns: repeat(7, 1fr); gap: .8rem; }
.brand-item { min-width: 0; min-height: 118px; padding: 1.25rem; display: grid; place-items: center; border: 1px solid rgb(23 61 43 / 13%); border-radius: .8rem; background: rgb(255 255 255 / 45%); }
.brand-item img { width: auto; max-width: 100%; max-height: 68px; object-fit: contain; }

.benefits { color: var(--white); background: var(--brand-800); }
.benefits .page-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); }
.benefits-intro { position: sticky; top: 130px; align-self: start; }.benefits-intro > p:last-child { max-width: 470px; color: rgb(255 255 255 / 64%); }.benefit-list { border-top: 1px solid rgb(255 255 255 / 18%); }
.benefit-item { min-height: 150px; display: grid; grid-template-columns: 46px .7fr 1fr; gap: 1.2rem; align-items: center; border-bottom: 1px solid rgb(255 255 255 / 18%); }.benefit-item > span { color: var(--leaf-400); font-size: .72rem; }.benefit-item h3 { margin: 0; font-family: var(--font-display); font-size: clamp(1.5rem, 2.5vw, 2.25rem); font-weight: 500; }.benefit-item p { margin: 0; color: rgb(255 255 255 / 62%); }

.sustainability { background: #0d251a; }
.nature-frame { position: relative; min-height: 660px; padding: clamp(2rem, 5vw, 5rem); overflow: hidden; display: grid; grid-template-columns: 1fr .9fr; align-items: center; color: var(--white); border-radius: 1.5rem; background: radial-gradient(circle at 85% 18%, #638052 0, transparent 18%), radial-gradient(circle at 8% 90%, #42673e 0, transparent 24%), linear-gradient(145deg, #24442f, #10291d 65%); box-shadow: inset 0 0 120px rgb(0 0 0 / 28%); }
.nature-frame::before, .nature-frame::after { content: ""; position: absolute; width: 420px; height: 180px; border-radius: 100% 0 100% 0; background: linear-gradient(135deg, rgb(163 194 126 / 28%), rgb(23 61 43 / 10%)); filter: blur(2px); transform: rotate(-26deg); }.nature-frame::before { left: -180px; top: -20px; }.nature-frame::after { right: -180px; bottom: -30px; transform: rotate(150deg); }
.nature-panel { position: relative; z-index: 2; max-width: 570px; padding: clamp(2rem, 4vw, 4rem); border: 1px solid rgb(255 255 255 / 16%); background: rgb(23 61 43 / 42%); box-shadow: 0 30px 80px rgb(0 0 0 / 24%); backdrop-filter: blur(22px); }.nature-panel h2 { font-size: clamp(2.8rem, 5vw, 5rem); }.nature-panel > p:not(.eyebrow) { color: rgb(255 255 255 / 68%); }.nature-panel .button { margin-top: 1rem; }
.nature-product { position: relative; z-index: 1; min-height: 500px; display: grid; place-items: center; }.nature-product img { position: relative; z-index: 2; width: min(92%, 480px); filter: drop-shadow(0 34px 30px rgb(0 0 0 / 45%)); }.outline-word { position: absolute; z-index: 1; top: 2%; right: -4%; color: rgb(255 255 255 / 5%); -webkit-text-stroke: 1.5px rgb(255 255 255 / 42%); font-family: var(--font-sans); font-size: clamp(8rem, 18vw, 16rem); font-weight: 800; line-height: 1; letter-spacing: .02em; }

.private-label { background: var(--brand-100); }
.private-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }.private-copy > p:not(.eyebrow) { max-width: 560px; color: var(--ink-muted); }.private-copy ul { margin: 2rem 0; padding: 0; list-style: none; border-top: 1px solid rgb(52 73 60 / 20%); }.private-copy li { padding: .9rem 0; display: flex; gap: 1rem; border-bottom: 1px solid rgb(52 73 60 / 20%); font-size: .9rem; font-weight: 600; }.private-copy li span { color: var(--leaf-700); font-size: .7rem; }
.product-shelf { position: relative; min-height: 610px; overflow: hidden; border-radius: 50% 50% 1.2rem 1.2rem; background: var(--brand-400); box-shadow: 0 34px 70px rgb(23 61 43 / 18%); }.shelf-backdrop { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; }.shelf-backdrop::before { content: ""; width: 72%; height: 72%; border: 1px solid rgb(255 255 255 / 30%); border-radius: 50%; }.shelf-backdrop span { position: absolute; z-index: 1; top: 1.8rem; color: rgb(23 61 43 / 68%); font-size: .9rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.private-client-logo { position: absolute; z-index: 1; top: 4rem; width: 92px; height: 92px; object-fit: contain; filter: drop-shadow(0 10px 20px rgb(23 61 43 / 18%)); }.private-product-grid { position: absolute; z-index: 2; inset: 5.5rem 1.4rem 4.5rem; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5625fr) minmax(0, 1.5625fr) minmax(0, 1fr); gap: .6rem; align-items: end; }.private-product-grid img { width: 100%; min-width: 0; object-fit: contain; filter: drop-shadow(0 18px 18px rgb(23 61 43 / 24%)); }.shelf-line { position: absolute; z-index: 1; left: 5%; right: 5%; bottom: 70px; height: 12px; border-radius: 50%; background: var(--brand-800); box-shadow: 0 20px 32px rgb(23 61 43 / 22%); }

.about { color: var(--white); background: var(--brand-950); }.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 9rem); align-items: end; }.about-copy { padding-left: clamp(0rem, 4vw, 4rem); border-left: 1px solid rgb(255 255 255 / 16%); }.about-copy p { color: rgb(255 255 255 / 64%); }.about-copy .lead { color: var(--white); font-family: var(--font-display); font-size: clamp(1.5rem, 2.5vw, 2.1rem); line-height: 1.35; }

.contact { padding-block: var(--section); color: var(--brand-950); background: var(--leaf-400); }.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; align-items: end; }.contact h2 { max-width: 700px; font-size: clamp(3.2rem, 6.5vw, 6.5rem); }.contact-copy > p:last-child { max-width: 560px; }.contact-actions { display: grid; gap: 1rem; }.contact-main { position: relative; padding: 1.5rem; display: grid; gap: .15rem; color: var(--white); background: var(--brand-950); border-radius: .75rem; transition: transform .25s var(--ease); }.contact-main:hover { transform: translateY(-3px); }.contact-main span { font-size: .75rem; opacity: .7; text-transform: uppercase; }.contact-main strong { font-family: var(--font-display); font-size: 2rem; }.contact-main i { position: absolute; top: 1.4rem; right: 1.4rem; font-size: 1.5rem; font-style: normal; }.contact-actions > a:not(.contact-main) { padding-bottom: .6rem; display: flex; justify-content: space-between; border-bottom: 1px solid rgb(23 61 43 / 30%); font-weight: 700; }.contact-actions > p { margin: 0; font-size: .85rem; }

.site-footer { padding-block: 2.2rem; color: var(--white); background: #0b2017; }.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr auto; gap: 2rem; align-items: center; }.wordmark-footer { width: fit-content; }.wordmark-footer img { filter: brightness(0) invert(1) drop-shadow(0 3px 8px rgb(0 0 0 / 24%)); }.site-footer p { margin: 0; color: rgb(255 255 255 / 52%); font-size: .78rem; }.site-footer div > div { display: flex; gap: 1.2rem; font-size: .78rem; }.copyright { text-align: right; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }.reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid var(--leaf-400); outline-offset: 4px; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr .85fr; gap: 2rem; }.hero h1 { font-size: clamp(3.4rem, 7vw, 5.4rem); }.product-stage { min-height: 440px; }
  .solution-home, .solution-pets { grid-column: span 6; }.solution-private { grid-column: span 12; min-height: 440px; }.solution-private .card-copy { max-width: 560px; }.solution-private .private-visual { width: min(48%, 420px); }
  .brand-grid { grid-template-columns: repeat(4, 1fr); }
  .benefits .page-shell { grid-template-columns: 1fr; }.benefits-intro { position: static; }.private-grid { gap: 3rem; }.product-shelf { min-height: 520px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.copyright { text-align: left; }
}

@media (min-width: 781px) {
  .nature-product { align-items: end; padding-top: 8rem; }
  .nature-product img { margin-top: 4.5rem; }
  .outline-word { top: 1.25rem; left: 50%; right: auto; font-size: clamp(7rem, 11vw, 11rem); transform: translateX(-50%); }
}

@media (max-width: 780px) {
  :root { --page: min(100% - 32px, 680px); --section: 5.5rem; }
  .nav-shell { min-height: 74px; }.wordmark { min-width: 158px; padding: .38rem .55rem; }.wordmark img { width: 146px; }.menu-toggle { display: block; position: relative; z-index: 2; }.site-nav { position: fixed; inset: 0; padding: 7rem 1.5rem 2rem; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; color: var(--white); background: var(--brand-950); transform: translateX(100%); transition: transform .35s var(--ease); }.site-nav a { padding: 1rem 0; font-family: var(--font-display); font-size: 2rem; font-weight: 700; border-bottom: 1px solid rgb(255 255 255 / 14%); }.site-nav .nav-cta { margin-top: 1rem; padding: 1rem; color: var(--brand-950); text-align: center; }.menu-open .site-header { height: 100dvh; color: var(--white); background: var(--brand-950); backdrop-filter: none; }.menu-open .site-nav { position: absolute; color: var(--white); transform: translateX(0); }.menu-open .wordmark img { filter: brightness(0) invert(1) drop-shadow(0 3px 8px rgb(0 0 0 / 24%)); }.menu-open .menu-toggle { color: var(--white); }.menu-open .menu-toggle span:nth-child(2) { transform: translateY(3.25px) rotate(45deg); }.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-3.25px) rotate(-45deg); }
  .hero { min-height: auto; }.hero-grid { min-height: auto; padding-top: 125px; grid-template-columns: 1fr; }.hero h1 { font-size: clamp(3.5rem, 15vw, 5.6rem); }.hero-product { padding-top: 1rem; }.product-stage { min-height: 460px; }.hero-foot { margin-top: 1rem; }.hero-foot p:nth-of-type(2), .hero-foot span:nth-of-type(2), .hero-foot p:nth-of-type(3) { display: none; }
  .trust-grid { padding-block: 1.6rem; grid-template-columns: repeat(3, 1fr); gap: .8rem; }.trust-grid > div, .trust-grid > div:first-child { padding: 0; flex-direction: column; align-items: flex-start; gap: .2rem; border: 0; }.trust-grid strong { font-size: 1.8rem; }
  .solution-grid { grid-template-columns: 1fr; }.solution-home, .solution-pets, .solution-private { grid-column: auto; min-height: 500px; }.solution-private .private-visual { width: 100%; }
  .brand-strip-heading { grid-template-columns: 1fr; gap: 1rem; }.brand-grid { grid-template-columns: repeat(2, 1fr); }.brand-item { min-height: 104px; }
  .benefit-item { padding: 1.4rem 0; grid-template-columns: 36px 1fr; }.benefit-item p { grid-column: 2; }.nature-frame { min-height: auto; padding: 1rem; grid-template-columns: 1fr; }.nature-panel { padding: 1.7rem; }.nature-product { min-height: 400px; }.nature-product img { width: 82%; }
  .private-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }.private-copy { order: 1; }.product-shelf { min-height: 520px; }.private-product-grid { inset: 5rem 1.25rem 4rem; }.about-copy { padding: 2rem 0 0; border-left: 0; border-top: 1px solid rgb(255 255 255 / 16%); }.footer-grid { grid-template-columns: 1fr; }.site-footer div > div { display: flex; }.copyright { text-align: left; }
}

@media (max-width: 470px) {
  .hero h1 { font-size: 3.65rem; }.hero-actions { align-items: flex-start; flex-direction: column; }.product-stage { min-height: 390px; }.product-tag { font-size: .62rem; }.tag-one { right: 1%; }.tag-two { left: 1%; }.tag-three { right: 2%; }.stage-caption { left: 50%; width: calc(100% - 2.4rem); }
  .section-description { margin-top: 1.2rem; }.solution-card { min-height: 500px; padding: 1.5rem; }.product-collage { bottom: 3.6rem; gap: .45rem; }.collage-home { width: 96%; height: 34%; }.collage-pets { width: 96%; height: 35%; }.brand-grid { gap: .65rem; }.brand-item { min-height: 92px; padding: 1rem; }.brand-item img { max-height: 56px; }.product-shelf { min-height: 430px; }.private-client-logo { top: 3.8rem; width: 78px; height: 78px; }.private-product-grid { inset: 4.5rem .75rem 3.5rem; gap: .3rem; }.shelf-line { bottom: 50px; }
}

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