/* Standalone DirectAdmin edition: no build step or external CSS dependency. */

:root {
  --font-display: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --font-body: "Segoe UI", Arial, sans-serif;
  --plum-950: #24102f;
  --plum-900: #331242;
  --plum-800: #4a1b5d;
  --plum-700: #642477;
  --purple: #794094;
  --violet: #9965b3;
  --lilac: #eadff0;
  --lilac-2: #f5eff8;
  --mint: #bdebd8;
  --gold: #ffd866;
  --ink: #221d27;
  --muted: #6d6472;
  --line: #e9e2eb;
  --paper: #fffdfc;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(56, 24, 68, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body), Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { background: var(--violet); color: white; }

.site-container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }

.announcement { background: var(--plum-950); color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .06em; }
.announcement .site-container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.announcement div div { display: flex; align-items: center; gap: 13px; }
.announcement i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.announcement a:hover { color: white; }

.site-header { height: 92px; position: sticky; z-index: 50; top: 0; background: rgba(255,253,252,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(75,40,84,.08); transition: height .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { height: 76px; box-shadow: 0 12px 35px rgba(50,20,60,.08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { object-fit: contain; }
.brand-nua { width: 52px; height: 52px; border-radius: 50%; }
.brand > span { width: 1px; height: 33px; margin: 0 13px; background: var(--line); }
.brand-nest { width: 145px; height: 39px; }
.site-header nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 650; color: #4e4353; }
.site-header nav > a, .nav-dropdown > button { transition: color .2s ease; white-space: nowrap; }
.site-header nav > a:not(.nav-calculator):hover, .nav-dropdown > button:hover { color: var(--purple); }
.nav-dropdown { position: relative; }
.nav-dropdown > button { border: 0; padding: 16px 0; background: transparent; color: inherit; font-weight: inherit; cursor: pointer; }
.nav-dropdown > button span { margin-left: 2px; font-size: 12px; }
.nav-dropdown > div { position: absolute; top: calc(100% - 4px); left: -22px; width: 210px; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); opacity: 0; transform: translateY(8px); pointer-events: none; transition: .2s ease; }
.nav-dropdown:hover > div, .nav-dropdown:focus-within > div { opacity: 1; transform: translateY(0); pointer-events: auto; }
.nav-dropdown > div a { display: block; padding: 12px; border-radius: 10px; }
.nav-dropdown > div a:hover { background: var(--lilac-2); color: var(--purple); }
.nav-calculator { display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; color: white !important; background: var(--plum-800); border-radius: 999px; box-shadow: 0 7px 22px rgba(74,27,93,.18); }
.nav-calculator:hover { background: var(--purple); transform: translateY(-1px); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: white; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-toggle span { width: 18px; height: 2px; background: var(--plum-900); border-radius: 2px; transition: .2s ease; }

.home-hero { position: relative; overflow: hidden; padding: 88px 0 0; background: linear-gradient(135deg, #fbf7fc 0%, #f4e9f7 52%, #e8d7ee 100%); }
.home-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 98px; height: 1px; background: rgba(102,55,116,.12); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 460px; height: 460px; right: -160px; top: -80px; border: 1px solid rgba(122,64,148,.12); box-shadow: inset 0 0 0 75px rgba(255,255,255,.07), inset 0 0 0 150px rgba(255,255,255,.06); }
.hero-orb-two { width: 260px; height: 260px; left: -160px; bottom: 40px; background: rgba(255,255,255,.25); }
.hero-grid { position: relative; z-index: 2; min-height: 590px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; color: var(--purple); }
.eyebrow > span { display: inline-block; width: 24px; height: 2px; background: currentColor; border-radius: 4px; }
.eyebrow.dark { color: var(--purple); }
.eyebrow.light { color: var(--lilac); }
.hero-copy h1 { max-width: 650px; margin: 22px 0 24px; font: 750 clamp(48px, 5.4vw, 77px)/1.02 var(--font-display); letter-spacing: -.055em; color: var(--plum-950); }
.hero-copy h1 em { display: block; color: var(--purple); font-style: normal; }
.hero-lead { max-width: 620px; margin: 0; font-size: 19px; line-height: 1.65; color: #615567; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 35px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; letter-spacing: -.01em; transition: .25s ease; cursor: pointer; }
.button span { transition: transform .2s ease; }
.button:hover span { transform: translate(2px,-1px); }
.button-primary { background: var(--plum-800); color: white; box-shadow: 0 14px 32px rgba(74,27,93,.18); }
.button-primary:hover { background: var(--purple); transform: translateY(-2px); box-shadow: 0 18px 38px rgba(74,27,93,.24); }
.button-ghost { background: rgba(255,255,255,.5); color: var(--plum-800); border-color: rgba(91,42,106,.15); }
.button-ghost:hover { background: white; transform: translateY(-2px); }
.button-light { background: white; color: var(--plum-900); }
.button-light:hover { transform: translateY(-2px); box-shadow: 0 14px 35px rgba(36,16,47,.17); }
.button-gold { color: var(--plum-950); background: var(--gold); box-shadow: 0 14px 34px rgba(255,216,102,.17); }
.button-gold:hover { background: #ffe188; transform: translateY(-2px); }
.button-outline { border-color: rgba(88,42,103,.22); color: var(--plum-800); background: transparent; }
.button-outline:hover { border-color: var(--purple); background: var(--lilac-2); transform: translateY(-2px); }
.hero-trust { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.trust-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--purple); box-shadow: 0 8px 18px rgba(65,27,78,.1); font-weight: 900; }
.hero-trust p { margin: 0; display: flex; flex-direction: column; gap: 2px; font-size: 13px; color: #675b6d; }
.hero-trust b { color: var(--plum-950); }
.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.hero-image-frame { position: relative; width: 100%; height: 460px; display: grid; place-items: center; border-radius: 48% 52% 38% 62% / 54% 38% 62% 46%; background: rgba(255,255,255,.48); border: 1px solid rgba(255,255,255,.78); box-shadow: 0 35px 85px rgba(73,31,86,.17); overflow: hidden; }
.hero-image-frame::before { content: ""; position: absolute; inset: 32px; border-radius: inherit; border: 1px dashed rgba(122,64,148,.18); }
.hero-image-frame img { position: relative; z-index: 2; width: 92%; transform: rotate(-2deg) translateY(6px); filter: drop-shadow(0 28px 24px rgba(54,24,64,.2)); animation: mattressFloat 6s ease-in-out infinite; }
.mesh-pattern { position: absolute; width: 190px; height: 190px; right: -45px; bottom: -45px; opacity: .24; background-image: radial-gradient(var(--purple) 1.3px, transparent 1.3px); background-size: 12px 12px; transform: rotate(15deg); }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 16px; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); border: 1px solid white; box-shadow: 0 18px 38px rgba(50,18,61,.13); font-size: 12px; color: #66576a; animation: cardFloat 5s ease-in-out infinite; }
.float-card b { font: 800 22px/1 var(--font-display); color: var(--purple); }
.float-card i { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--lilac); color: var(--purple); font-style: normal; }
.float-card-air { left: -18px; top: 74px; }
.float-card-clean { right: -16px; top: 130px; animation-delay: -1.5s; }
.float-card-recycle { right: 34px; bottom: 33px; animation-delay: -3s; }
.hero-proof { position: relative; z-index: 3; min-height: 98px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.hero-proof > div { padding: 0 26px; display: flex; align-items: center; gap: 12px; border-right: 1px solid rgba(100,54,114,.14); }
.hero-proof > div:first-child { padding-left: 0; }
.hero-proof > div:last-child { border: 0; }
.hero-proof strong { font: 800 26px/1 var(--font-display); color: var(--plum-800); }
.hero-proof span { font-size: 12px; line-height: 1.25; color: #716578; }
@keyframes mattressFloat { 0%,100% { transform: rotate(-2deg) translateY(6px); } 50% { transform: rotate(-1deg) translateY(-5px); } }
@keyframes cardFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

.section-heading { margin-bottom: 50px; }
.section-heading h2 { margin: 15px 0 18px; font: 750 clamp(38px,4vw,56px)/1.08 var(--font-display); letter-spacing: -.045em; color: var(--plum-950); }
.section-heading p { margin: 0; max-width: 700px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading.centered { max-width: 800px; margin: 0 auto 50px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered p { margin-inline: auto; }
.split-heading { display: grid; grid-template-columns: 1fr .76fr; align-items: end; gap: 70px; }
.split-heading h2 { margin-bottom: 0; }
.benefit-intro { background: white; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.benefit-card { position: relative; min-height: 390px; padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 10px 40px rgba(56,24,68,.04); overflow: hidden; transition: .35s ease; }
.benefit-card::after { content: ""; position: absolute; inset: auto -40px -55px auto; width: 130px; height: 130px; border-radius: 50%; background: var(--lilac-2); transition: .35s ease; }
.benefit-card:hover { transform: translateY(-9px); border-color: #d8c2df; box-shadow: var(--shadow); }
.benefit-card:hover::after { transform: scale(1.35); background: var(--lilac); }
.benefit-card-top { height: 88px; display: flex; align-items: flex-start; justify-content: space-between; }
.benefit-card-top > span { color: #b5aab9; font-size: 12px; font-weight: 800; }
.benefit-card-top img { width: 78px; height: 70px; object-fit: contain; filter: saturate(.8) hue-rotate(230deg); }
.benefit-card h3 { margin: 22px 0 13px; font: 750 25px/1.2 var(--font-display); color: var(--plum-900); }
.benefit-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.benefit-card-footer { position: absolute; z-index: 2; left: 28px; bottom: 26px; display: flex; align-items: center; gap: 8px; color: var(--purple); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.benefit-card-footer i { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); }
.center-action { text-align: center; margin-top: 38px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--plum-800); font-weight: 800; border-bottom: 1px solid #d7c5dd; padding-bottom: 6px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.products-section { background: var(--lilac-2); }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.product-card { position: relative; min-height: 610px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 30px; overflow: hidden; color: white; box-shadow: var(--shadow); }
.product-card-main { background: var(--plum-800); }
.product-card-cushion { background: var(--purple); }
.product-card::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; right: -100px; bottom: -90px; border: 1px solid rgba(255,255,255,.13); box-shadow: inset 0 0 0 65px rgba(255,255,255,.025), inset 0 0 0 130px rgba(255,255,255,.025); }
.product-copy { position: relative; z-index: 2; padding: 38px 38px 0; }
.product-tag { display: inline-block; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16); color: var(--lilac); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-copy h3 { margin: 17px 0 13px; font: 750 34px/1.1 var(--font-display); letter-spacing: -.03em; }
.product-copy p { max-width: 470px; margin: 0; color: rgba(255,255,255,.75); line-height: 1.65; }
.product-copy ul { margin: 20px 0 24px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.product-copy li { padding: 6px 10px; border-radius: 8px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.82); font-size: 12px; }
.product-image { position: relative; height: 260px; display: flex; justify-content: center; align-items: flex-end; }
.product-image img { position: relative; z-index: 2; max-width: 78%; max-height: 245px; object-fit: contain; filter: drop-shadow(0 25px 23px rgba(25,8,31,.35)); transition: transform .5s ease; }
.product-card:hover .product-image img { transform: translateY(-8px) rotate(-1deg); }
.product-number { position: absolute; right: 30px; bottom: 10px; color: rgba(255,255,255,.08); font: 800 118px/1 var(--font-display); }

.material-section { background: white; }
.material-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 76px; align-items: center; }
.material-image { position: relative; min-height: 580px; }
.material-image > img { width: 100%; height: 580px; object-fit: cover; border-radius: 44px 44px 130px 44px; }
.material-image::before { content: ""; position: absolute; z-index: -1; left: -22px; bottom: -22px; width: 72%; height: 74%; border-radius: 38px 38px 110px 38px; background: var(--lilac); }
.material-badge { position: absolute; right: -25px; bottom: 40px; width: 250px; padding: 22px; border-radius: 18px; background: var(--plum-900); color: white; box-shadow: 0 20px 45px rgba(36,16,47,.26); }
.material-badge span { display: block; color: var(--lilac); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.material-badge strong { display: block; margin-top: 4px; font: 750 23px/1.2 var(--font-display); }
.material-copy h2 { margin: 16px 0 20px; font: 750 clamp(38px,4vw,57px)/1.06 var(--font-display); letter-spacing: -.045em; color: var(--plum-950); }
.material-copy > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.feature-list { margin-top: 30px; display: grid; gap: 13px; }
.feature-list > div { display: flex; gap: 15px; align-items: center; padding: 15px; border-radius: 15px; border: 1px solid var(--line); transition: .25s ease; }
.feature-list > div:hover { transform: translateX(6px); border-color: #d6c1de; background: var(--lilac-2); }
.feature-list img { width: 44px; height: 44px; object-fit: contain; filter: saturate(.6) hue-rotate(230deg); }
.feature-list p { margin: 0; display: flex; flex-direction: column; gap: 2px; }
.feature-list b { color: var(--plum-900); }
.feature-list span { color: var(--muted); font-size: 13px; }

.calculator-banner { position: relative; overflow: hidden; padding: 102px 0; background: var(--plum-950); color: white; }
.calculator-grid-lines { position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.3) 1px,transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg,black,transparent 70%); }
.calculator-banner-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .9fr; gap: 82px; align-items: center; }
.calculator-banner h2 { margin: 17px 0 20px; font: 750 clamp(40px,4.2vw,59px)/1.06 var(--font-display); letter-spacing: -.045em; }
.calculator-banner p { max-width: 620px; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.7; }
.calculator-banner .button { margin-top: 16px; }
.calculator-preview { position: relative; padding: 33px; border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); box-shadow: 0 35px 70px rgba(0,0,0,.18); }
.calculator-preview::before { content: ""; position: absolute; inset: -2px; z-index: -1; border-radius: inherit; background: linear-gradient(135deg,rgba(255,216,102,.28),transparent 45%); }
.preview-top { display: flex; justify-content: space-between; color: rgba(255,255,255,.57); font-size: 12px; }
.preview-top i { padding: 5px 8px; border-radius: 999px; background: rgba(189,235,216,.12); color: var(--mint); font-style: normal; }
.calculator-preview > strong { display: block; margin-top: 24px; color: var(--gold); font: 800 48px/1 var(--font-display); }
.calculator-preview > p { margin: 7px 0 25px; font-size: 13px; }
.preview-bars { display: grid; gap: 15px; }
.preview-bars > div { display: grid; grid-template-columns: 42px 1fr 80px; gap: 12px; align-items: center; font-size: 12px; color: rgba(255,255,255,.65); }
.preview-bars i { height: 7px; border-radius: 99px; background: rgba(255,255,255,.1); overflow: hidden; }
.preview-bars b { display: block; height: 100%; border-radius: inherit; background: #bc8ece; }
.preview-bars > div:last-child b { background: var(--mint); }
.preview-bars em { font-style: normal; text-align: right; color: white; font-weight: 700; }
.preview-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 25px; }
.preview-kpis span { padding: 13px; border-radius: 12px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.62); font-size: 11px; }
.preview-kpis b { display: block; color: white; font: 750 20px/1.2 var(--font-display); }

.video-section { background: #f8f4fa; }
.video-grid { display: grid; grid-template-columns: .64fr 1.36fr; align-items: center; gap: 64px; }
.video-copy h2 { margin: 15px 0 18px; font: 750 47px/1.08 var(--font-display); letter-spacing: -.04em; color: var(--plum-950); }
.video-copy p { color: var(--muted); line-height: 1.7; margin-bottom: 28px; }
.video-frame { position: relative; padding-bottom: 56.25%; overflow: hidden; border-radius: 28px; background: var(--plum-950); box-shadow: var(--shadow); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.founder-section { background: white; }
.founder-grid { display: grid; grid-template-columns: 430px 1fr; align-items: center; gap: 92px; }
.founder-portrait { position: relative; width: 390px; }
.founder-portrait > img { width: 100%; height: 500px; object-fit: cover; object-position: center top; border-radius: 180px 180px 32px 32px; filter: saturate(.85); }
.founder-portrait::before { content: ""; position: absolute; z-index: -1; inset: 20px -20px -20px 20px; border-radius: 180px 180px 32px 32px; background: var(--lilac); }
.portrait-caption { position: absolute; left: 28px; right: -18px; bottom: 22px; padding: 17px 19px; border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 18px 40px rgba(42,17,51,.16); }
.portrait-caption b, .portrait-caption span { display: block; }
.portrait-caption b { color: var(--plum-900); }
.portrait-caption span { margin-top: 2px; color: var(--muted); font-size: 12px; }
.founder-copy h2 { margin: 17px 0 20px; font: 750 clamp(40px,4vw,57px)/1.07 var(--font-display); letter-spacing: -.045em; color: var(--plum-950); }
.founder-copy > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.founder-copy blockquote { margin: 27px 0; padding: 21px 23px; border-left: 3px solid var(--purple); background: var(--lilac-2); color: var(--plum-800); font: 650 18px/1.55 var(--font-display); }

.articles-teaser { padding-top: 40px; background: white; }
.articles-teaser-card { min-height: 360px; display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 70px; padding: 54px 74px; border-radius: 34px; background: linear-gradient(135deg,var(--plum-800),var(--plum-950)); color: white; overflow: hidden; }
.articles-teaser-card h2 { margin: 15px 0 17px; font: 750 clamp(38px,4vw,55px)/1.06 var(--font-display); letter-spacing: -.04em; }
.articles-teaser-card p { color: rgba(255,255,255,.68); line-height: 1.7; }
.article-art { position: relative; min-height: 240px; display: grid; place-items: center; }
.paper { position: absolute; width: 185px; height: 230px; border-radius: 10px; }
.paper-back { transform: rotate(-10deg) translate(-23px,8px); background: #b784ca; opacity: .55; }
.paper-front { display: flex; flex-direction: column; padding: 24px; transform: rotate(3deg); color: var(--plum-950); background: white; box-shadow: 0 25px 48px rgba(0,0,0,.25); }
.paper-front::after { content: ""; position: absolute; left: 24px; right: 24px; bottom: 25px; height: 43px; background: repeating-linear-gradient(to bottom,#ded5e1 0 2px,transparent 2px 9px); }
.paper-front i { align-self: flex-start; padding: 6px 8px; border-radius: 6px; background: var(--purple); color: white; font: 800 10px/1 var(--font-body); }
.paper-front b { margin-top: 27px; font: 750 21px/1.16 var(--font-display); }
.paper-front small { margin-top: 7px; color: var(--muted); }

.contact-strip { padding: 95px 0; background: var(--lilac-2); }
.contact-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-strip span { color: var(--purple); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-strip h2 { max-width: 650px; margin: 8px 0 0; font: 750 clamp(33px,3.5vw,48px)/1.1 var(--font-display); letter-spacing: -.04em; color: var(--plum-950); }
.contact-strip-actions { display: flex; align-items: center; gap: 28px; }
.contact-phone small, .contact-phone b { display: block; }
.contact-phone small { color: var(--muted); font-size: 11px; }
.contact-phone b { margin-top: 3px; color: var(--plum-800); font-size: 18px; }

.site-footer { padding: 78px 0 0; background: var(--plum-950); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .7fr 1fr; gap: 55px; padding-bottom: 62px; }
.footer-logos { display: flex; align-items: center; }
.footer-logos img:first-child { width: 60px; height: 60px; border-radius: 50%; }
.footer-logos span { width: 1px; height: 34px; margin: 0 13px; background: rgba(255,255,255,.2); }
.footer-logos img:last-child { width: 150px; height: 45px; object-fit: contain; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand > p { max-width: 330px; margin: 20px 0; color: rgba(255,255,255,.54); line-height: 1.65; }
.made-in { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.65); font-size: 12px; }
.made-in i { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); color: var(--mint); font-style: normal; font-size: 9px; font-weight: 800; }
.footer-grid h3 { margin: 5px 0 21px; color: white; font: 750 15px/1.2 var(--font-display); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid a, .footer-grid p { color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.65; transition: color .2s ease; }
.footer-grid a:hover { color: white; }
.footer-contact { color: var(--lilac) !important; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.38); font-size: 11px; }
.footer-bottom div { display: flex; gap: 25px; }

/* shared inner pages */
.inner-hero { position: relative; overflow: hidden; padding: 80px 0 76px; background: var(--lilac-2); }
.inner-hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -170px; top: -160px; border-radius: 50%; border: 1px solid #d9c5e0; box-shadow: inset 0 0 0 75px rgba(255,255,255,.2); }
.breadcrumb { margin-bottom: 24px; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.breadcrumb a:hover { color: var(--purple); }
.inner-hero h1 { max-width: 850px; margin: 14px 0 20px; font: 760 clamp(45px,5.2vw,73px)/1.03 var(--font-display); letter-spacing: -.055em; color: var(--plum-950); }
.inner-hero p { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.product-detail-hero .site-container { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.product-detail-visual { position: relative; min-height: 450px; display: grid; place-items: center; border-radius: 42% 58% 55% 45% / 54% 44% 56% 46%; background: rgba(255,255,255,.55); }
.product-detail-visual img { width: 92%; max-height: 400px; object-fit: contain; filter: drop-shadow(0 30px 25px rgba(48,18,58,.16)); }
.product-detail-visual .float-spec { position: absolute; right: -10px; bottom: 36px; padding: 14px 17px; border-radius: 14px; background: white; box-shadow: var(--shadow); color: var(--plum-800); font-size: 12px; font-weight: 800; }
.detail-section { padding: 96px 0; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.detail-image img { width: 100%; min-height: 420px; object-fit: cover; border-radius: 28px 80px 28px 28px; }
.detail-copy h2 { margin: 14px 0 18px; font: 750 45px/1.1 var(--font-display); letter-spacing: -.04em; color: var(--plum-950); }
.detail-copy p, .detail-copy li { color: var(--muted); line-height: 1.72; }
.detail-copy ul { padding-left: 20px; }
.detail-copy li::marker { color: var(--purple); }
.detail-section.alt { background: var(--lilac-2); }
.evidence-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.evidence-card { padding: 28px; border-radius: 22px; border: 1px solid var(--line); background: white; }
.evidence-card img { width: 70px; height: 70px; object-fit: contain; margin-bottom: 20px; filter: saturate(.7) hue-rotate(230deg); }
.evidence-card h3 { margin: 0 0 10px; font: 750 22px/1.2 var(--font-display); color: var(--plum-900); }
.evidence-card p { margin: 0; color: var(--muted); line-height: 1.68; }
.specs-panel { padding: 45px; border-radius: 28px; background: var(--plum-950); color: white; }
.specs-panel h2 { margin: 0 0 28px; font: 750 38px/1.2 var(--font-display); }
.spec-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 30px; }
.spec-list > div { padding: 16px 0; display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.12); }
.spec-list dt { color: rgba(255,255,255,.55); }
.spec-list dd { margin: 0; text-align: right; font-weight: 700; }
.download-row { margin-top: 30px; display: flex; gap: 12px; }
.page-cta { padding: 80px 0; background: var(--lilac-2); text-align: center; }
.page-cta h2 { margin: 0 0 25px; font: 750 46px/1.1 var(--font-display); color: var(--plum-950); }

.benefits-page { padding: 95px 0; }
.benefit-story { display: grid; grid-template-columns: .86fr 1.14fr; gap: 75px; align-items: center; margin-bottom: 110px; }
.benefit-story:nth-child(even) { grid-template-columns: 1.14fr .86fr; }
.benefit-story:nth-child(even) .story-image { order: 2; }
.story-image { position: relative; }
.story-image > img { width: 100%; height: 480px; object-fit: cover; border-radius: 32px; }
.story-icon { position: absolute; right: 20px; bottom: 20px; width: 92px; height: 92px; padding: 17px; border-radius: 24px; background: white; box-shadow: var(--shadow); object-fit: contain; }
.story-copy h2 { margin: 14px 0 18px; font: 750 44px/1.1 var(--font-display); letter-spacing: -.04em; color: var(--plum-950); }
.story-copy h3 { margin: 25px 0 7px; color: var(--plum-800); font: 750 18px/1.3 var(--font-display); }
.story-copy p, .story-copy li { color: var(--muted); line-height: 1.72; }
.story-copy ul { padding-left: 20px; }

.about-page { padding: 100px 0; }
.about-lead { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 90px; }
.about-lead .founder-portrait { width: 100%; }
.about-copy h2 { margin: 14px 0 20px; font: 750 49px/1.08 var(--font-display); letter-spacing: -.04em; color: var(--plum-950); }
.about-copy p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.pillar-grid { margin-top: 90px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.pillar-grid article { padding: 31px; border-radius: 23px; background: var(--lilac-2); }
.pillar-grid span { color: var(--purple); font: 800 12px/1 var(--font-body); }
.pillar-grid h3 { margin: 18px 0 9px; font: 750 22px/1.2 var(--font-display); color: var(--plum-900); }
.pillar-grid p { margin: 0; color: var(--muted); line-height: 1.67; }

/* calculator */
.calculator-page { min-height: 800px; padding: 52px 0 100px; background: #f8f4f9; }
.calculator-app { width: min(1240px,calc(100% - 40px)); margin: 0 auto; }
.calc-progress { max-width: 720px; margin: 0 auto 38px; display: flex; align-items: center; justify-content: center; color: #9b909f; font-size: 12px; font-weight: 750; }
.calc-progress > span { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.calc-progress > span i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #d9cddd; background: white; color: #9b909f; font-style: normal; }
.calc-progress > span.active { color: var(--plum-800); }
.calc-progress > span.active i { border-color: var(--purple); background: var(--purple); color: white; }
.calc-progress > b { width: 70px; height: 1px; margin: 0 12px; background: #dbd1de; }
.calc-layout { display: grid; grid-template-columns: minmax(0,1fr) 345px; gap: 25px; align-items: start; }
.calc-form-panel, .contact-step { padding: 44px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 20px 65px rgba(51,18,66,.06); }
.calc-form-panel > h1, .contact-step h1 { margin: 14px 0 12px; font: 760 clamp(34px,3.4vw,48px)/1.07 var(--font-display); letter-spacing: -.045em; color: var(--plum-950); }
.calc-intro, .contact-step > p { margin: 0; color: var(--muted); line-height: 1.7; }
.calc-section { margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--line); }
.calc-section-title { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.calc-section-title i { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: var(--lilac-2); color: var(--purple); font: 800 10px/1 var(--font-body); font-style: normal; }
.calc-section-title h2 { margin: 0; font: 750 19px/1.2 var(--font-display); color: var(--plum-900); }
.calc-field-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.calc-field { display: flex; flex-direction: column; gap: 7px; color: #4f4454; font-size: 12px; font-weight: 750; }
.calc-field > div:not(.calc-segmented) { min-height: 49px; display: flex; align-items: center; overflow: hidden; border: 1px solid #dfd6e2; border-radius: 12px; background: white; transition: .2s ease; }
.calc-field > div:focus-within { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(121,64,148,.1); }
.calc-field input, .calc-field select { min-width: 0; width: 100%; height: 47px; padding: 0 12px; border: 0; outline: 0; background: transparent; color: var(--plum-950); font-size: 14px; font-weight: 750; }
.calc-field i, .calc-field em { flex: 0 0 auto; padding: 0 11px; color: #8a7d8f; font-style: normal; font-weight: 650; }
.calc-field > div > i { padding-right: 0; }
.calc-field > div > em { padding-left: 0; font-size: 10px; }
.calc-field small { color: #9c929f; font-size: 10px; font-weight: 500; line-height: 1.35; }
.calc-locked > div { background: #f4eff6 !important; }
.calc-locked input { color: var(--purple); }
.disposal-note { margin: 15px 0 0; padding: 11px 13px; border-radius: 11px; background: var(--lilac-2); color: var(--muted); font-size: 10px; line-height: 1.55; }
.calc-segmented { min-height: 49px; display: grid; grid-template-columns: 1fr 1fr; padding: 4px; border: 1px solid #dfd6e2; border-radius: 12px; background: #f8f4f9; }
.calc-segmented button { border: 0; border-radius: 8px; background: transparent; color: #817486; font-size: 11px; font-weight: 750; cursor: pointer; }
.calc-segmented button.selected { background: white; color: var(--plum-800); box-shadow: 0 3px 10px rgba(55,24,65,.1); }
.calc-choice-field { grid-column: 1 / -1; }
.calc-choice-field .calc-segmented { width: min(100%, 360px); }
.calc-submit { width: 100%; margin-top: 28px; border: 0; }
.calc-submit:disabled { opacity: .65; cursor: wait; }
.calc-error { margin: 17px 0 0; padding: 12px 14px; border-radius: 11px; background: #fff0f2; color: #9e3044; font-size: 12px; }
.calc-live { position: sticky; top: 98px; padding: 29px; border-radius: 25px; background: var(--plum-950); color: white; box-shadow: 0 25px 65px rgba(36,16,47,.2); overflow: hidden; }
.calc-live::after { content: ""; position: absolute; right: -65px; top: -65px; width: 180px; height: 180px; border-radius: 50%; border: 1px solid rgba(255,255,255,.09); box-shadow: inset 0 0 0 40px rgba(255,255,255,.02); }
.calc-live-head { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.calc-live-head i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(189,235,216,.08); }
.calc-live > span { display: block; margin-top: 32px; color: rgba(255,255,255,.58); font-size: 12px; }
.calc-live > strong { display: block; margin: 7px 0 2px; color: var(--gold); font: 800 40px/1 var(--font-display); letter-spacing: -.04em; }
.calc-live > strong.negative { color: #ff9caa; }
.calc-live > small { color: rgba(255,255,255,.47); }
.calc-compare { margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.calc-compare > div { padding: 12px; border-radius: 11px; background: rgba(255,255,255,.06); }
.calc-compare span, .calc-compare b { display: block; }
.calc-compare span { color: rgba(255,255,255,.48); font-size: 10px; }
.calc-compare b { margin-top: 3px; font-size: 14px; }
.calc-live-track { height: 7px; margin: 18px 0 21px; border-radius: 99px; background: rgba(255,255,255,.1); overflow: hidden; }
.calc-live-track i { display: block; height: 100%; border-radius: inherit; background: var(--mint); transition: width .3s ease; }
.calc-live dl { margin: 0; display: grid; gap: 1px; }
.calc-live dl > div { padding: 11px 0; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.09); }
.calc-live dt { color: rgba(255,255,255,.5); font-size: 11px; }
.calc-live dd { margin: 0; font-size: 12px; font-weight: 800; }
.calc-live > p { margin: 20px 0 0; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.55; }
.contact-step { max-width: 790px; margin: 0 auto; }
.calc-back { margin-bottom: 30px; padding: 0; border: 0; background: transparent; color: var(--purple); font-size: 12px; font-weight: 750; cursor: pointer; }
.contact-fields { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-fields label { display: flex; flex-direction: column; gap: 7px; color: #4f4454; font-size: 12px; font-weight: 750; }
.contact-fields label > span { display: flex; justify-content: space-between; }
.contact-fields label span small { color: #a095a4; font-weight: 500; }
.contact-fields input { height: 49px; padding: 0 13px; border: 1px solid #dfd6e2; border-radius: 12px; outline: 0; color: var(--plum-950); }
.contact-fields input:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(121,64,148,.1); }
.contact-fields label > small { color: #9c929f; font-size: 10px; font-weight: 500; }
.calc-consent { margin-top: 22px; display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 11px; line-height: 1.5; }
.calc-consent input { margin-top: 2px; accent-color: var(--purple); }

.calc-results { display: grid; gap: 23px; }
.results-header { position: relative; overflow: hidden; padding: 48px; border-radius: 28px; background: var(--plum-950); color: white; }
.results-header::after { content: ""; position: absolute; width: 320px; height: 320px; right: -90px; top: -120px; border-radius: 50%; border: 1px solid rgba(255,255,255,.09); box-shadow: inset 0 0 0 55px rgba(255,255,255,.02); }
.result-brand { display: flex; align-items: center; margin-bottom: 24px; }
.result-brand img:first-child { width: 51px; height: 51px; border-radius: 50%; }
.result-brand i { width: 1px; height: 31px; margin: 0 13px; background: rgba(255,255,255,.2); }
.result-brand img:last-child { width: 138px; height: 37px; object-fit: contain; filter: brightness(0) invert(1); }
.results-header h1 { max-width: 760px; margin: 13px 0; font: 760 clamp(39px,4.6vw,62px)/1.03 var(--font-display); letter-spacing: -.05em; }
.results-header > p { max-width: 720px; color: rgba(255,255,255,.65); line-height: 1.65; }
.result-actions { position: absolute; z-index: 2; right: 42px; bottom: 42px; display: flex; gap: 10px; }
.result-actions .button-ghost { color: white; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); }
.result-kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.result-kpis article { min-height: 165px; padding: 23px; border: 1px solid var(--line); border-radius: 21px; background: white; transition: .3s ease; }
.result-kpis article:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.result-kpis article.featured { border-color: var(--plum-800); background: var(--plum-800); color: white; }
.result-kpis article.carbon { background: var(--lilac); }
.result-kpis span { color: var(--muted); font-size: 11px; }
.result-kpis .featured span { color: rgba(255,255,255,.6); }
.result-kpis strong { display: block; margin: 16px 0 7px; color: var(--plum-800); font: 800 29px/1 var(--font-display); letter-spacing: -.035em; }
.result-kpis .featured strong { color: var(--gold); }
.result-kpis small { color: #8d828f; font-size: 10px; }
.result-kpis .featured small { color: rgba(255,255,255,.5); }
.result-panel { display: grid; grid-template-columns: .8fr 1fr .68fr; gap: 35px; align-items: center; padding: 35px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.result-panel h2 { margin: 10px 0 0; font: 750 28px/1.18 var(--font-display); color: var(--plum-950); }
.result-bars { display: grid; gap: 18px; }
.result-bars p { margin: 0 0 7px; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.result-bars p b { color: var(--plum-900); font-size: 13px; }
.result-bars > div > i { display: block; height: 11px; border-radius: 99px; background: #eee7f0; overflow: hidden; }
.result-bars em { display: block; height: 100%; border-radius: inherit; background: #c89fd8; }
.result-bars > div:last-child em { background: var(--purple); }
.result-panel aside { padding: 22px; border-radius: 17px; background: var(--lilac-2); }
.result-panel aside span { color: var(--muted); font-size: 10px; }
.result-panel aside strong { display: block; margin: 8px 0 4px; color: var(--purple); font: 800 28px/1 var(--font-display); }
.result-panel aside p { margin: 0; color: var(--muted); font-size: 10px; }
.result-tables { display: grid; grid-template-columns: 1.3fr .7fr; gap: 22px; }
.result-tables article { padding: 31px; border: 1px solid var(--line); border-radius: 23px; background: white; }
.result-tables h2 { margin: 0 0 22px; font: 750 24px/1.2 var(--font-display); color: var(--plum-900); }
.result-tables table { width: 100%; border-collapse: collapse; font-size: 11px; }
.result-tables th, .result-tables td { padding: 11px 7px; border-bottom: 1px solid var(--line); text-align: right; }
.result-tables th:first-child, .result-tables td:first-child { padding-left: 0; text-align: left; }
.result-tables th { color: #988d9b; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.result-tables tfoot td { border: 0; color: var(--plum-900); font-weight: 800; }
.result-tables dl { margin: 0; display: grid; gap: 1px; }
.result-tables dl > div { padding: 12px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.result-tables dt { color: var(--muted); font-size: 11px; }
.result-tables dd { margin: 0; color: var(--plum-900); font-size: 11px; font-weight: 800; }
.results-bottom { padding: 4px 4px 0; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.results-bottom .calc-back { margin: 0; }
.results-bottom p { max-width: 620px; margin: 0; color: #a096a3; font-size: 10px; text-align: right; }

/* articles */
.articles-hero { background: linear-gradient(135deg,#fbf8fc,#eee1f2); }
.articles-page { min-height: 520px; padding: 92px 0 110px; background: white; }
.articles-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; }
.article-card { display: grid; grid-template-columns: 42% 58%; min-height: 430px; overflow: hidden; border: 1px solid var(--line); border-radius: 27px; background: white; box-shadow: 0 14px 50px rgba(51,18,66,.06); transition: .35s ease; }
.article-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.article-cover { position: relative; min-height: 100%; overflow: hidden; background: var(--lilac); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.article-card:hover .article-cover img { transform: scale(1.045); }
.article-cover > span { position: absolute; left: 16px; top: 16px; padding: 7px 9px; border-radius: 8px; background: rgba(51,18,66,.9); color: white; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.article-content { padding: 28px; display: flex; flex-direction: column; }
.article-content time { color: var(--purple); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.article-content h2 { margin: 13px 0 12px; font: 750 26px/1.14 var(--font-display); letter-spacing: -.025em; color: var(--plum-900); }
.article-summary { margin: 0; color: #5d5062; font-weight: 650; line-height: 1.55; }
.article-description { display: -webkit-box; margin: 14px 0; overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.62; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.article-footer { margin-top: auto; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); }
.article-footer .button { min-height: 42px; padding: 9px 15px; font-size: 11px; }
.article-footer small { color: #9b909f; }
.articles-empty { max-width: 650px; margin: 0 auto; text-align: center; }
.empty-paper { width: 90px; height: 112px; margin: 0 auto 27px; display: grid; place-items: center; border-radius: 9px; background: var(--lilac-2); border: 1px solid #d8c4df; box-shadow: 10px 10px 0 var(--lilac); }
.empty-paper span { padding: 6px 8px; border-radius: 5px; background: var(--purple); color: white; font-size: 10px; font-weight: 800; }
.articles-empty h2 { margin: 0 0 12px; font: 750 36px/1.15 var(--font-display); color: var(--plum-950); }
.articles-empty p { margin: 0 auto 25px; color: var(--muted); line-height: 1.7; }

/* private administration */
.admin-page { min-height: 100vh; padding-bottom: 80px; background: #f4eff6; }
.admin-header { min-height: 80px; padding: 0 max(24px,calc((100% - 1180px)/2)); display: flex; justify-content: space-between; align-items: center; gap: 25px; background: var(--plum-950); color: white; }
.admin-brand { display: flex; align-items: center; gap: 12px; }
.admin-brand img { width: 46px; height: 46px; border-radius: 50%; }
.admin-brand span, .admin-brand b, .admin-brand small { display: block; }
.admin-brand b { font: 750 15px/1.25 var(--font-display); }
.admin-brand small { margin-top: 2px; color: rgba(255,255,255,.48); font-size: 10px; }
.admin-header > div:last-child { display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.55); font-size: 11px; }
.admin-header > div:last-child a { padding: 8px 11px; border-radius: 8px; background: rgba(255,255,255,.1); color: white; }
.admin-shell { width: min(1180px,calc(100% - 40px)); margin: 32px auto 0; display: grid; gap: 22px; }
.admin-summary { display: grid; grid-template-columns: 1fr 1fr 1.5fr; gap: 16px; }
.admin-summary > div, .admin-summary > form { min-height: 118px; padding: 23px; border: 1px solid var(--line); border-radius: 19px; background: white; }
.admin-summary > div span { display: block; color: var(--muted); font-size: 11px; }
.admin-summary > div strong { display: block; margin-top: 10px; color: var(--plum-800); font: 800 37px/1 var(--font-display); }
.admin-summary form { display: flex; align-items: flex-end; gap: 10px; }
.admin-summary form label { flex: 1; color: var(--muted); font-size: 11px; }
.admin-summary input { width: 100%; height: 42px; margin-top: 7px; padding: 0 11px; border: 1px solid var(--line); border-radius: 9px; outline: 0; }
.admin-summary button, .admin-article-list button, .admin-article-list a { height: 42px; padding: 0 13px; border: 0; border-radius: 9px; background: var(--plum-800); color: white; font-size: 11px; font-weight: 750; cursor: pointer; }
.admin-message { margin: 0; padding: 13px 16px; border-radius: 12px; background: var(--lilac); color: var(--plum-800); font-size: 12px; }
.admin-panel { padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.admin-panel-head > span { color: var(--purple); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.admin-panel-head h2 { margin: 8px 0 7px; font: 750 28px/1.15 var(--font-display); color: var(--plum-900); }
.admin-panel-head p { margin: 0; color: var(--muted); font-size: 13px; }
.article-upload-form { margin-top: 27px; display: grid; gap: 17px; }
.article-upload-form > label, .admin-file-grid label { display: grid; gap: 7px; color: #514556; font-size: 11px; font-weight: 750; }
.article-upload-form input[type="text"], .article-upload-form > label > input, .article-upload-form textarea { width: 100%; padding: 12px; border: 1px solid #dfd6e2; border-radius: 11px; outline: 0; resize: vertical; }
.article-upload-form input:focus, .article-upload-form textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(121,64,148,.1); }
.admin-file-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.admin-file-grid label { padding: 17px; border: 1px dashed #cdbbd3; border-radius: 13px; background: #fbf8fc; }
.admin-file-grid input { font-size: 11px; }
.admin-file-grid small { color: #9c919f; font-weight: 500; }
.article-upload-form .button { justify-self: start; border: 0; }
.admin-article-list { margin-top: 23px; display: grid; gap: 9px; }
.admin-article-list article { min-height: 72px; display: grid; grid-template-columns: 66px 1fr auto auto; gap: 13px; align-items: center; padding: 8px; border: 1px solid var(--line); border-radius: 13px; }
.admin-article-list img { width: 66px; height: 54px; object-fit: cover; border-radius: 8px; }
.admin-article-list b, .admin-article-list span { display: block; }
.admin-article-list b { color: var(--plum-900); font-size: 12px; }
.admin-article-list span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.admin-article-list a { display: grid; place-items: center; background: var(--lilac-2); color: var(--purple); }
.admin-article-list button { background: #fff0f2; color: #a6364a; }
.admin-empty { color: var(--muted); font-size: 13px; }
.admin-table-wrap { margin-top: 23px; overflow-x: auto; }
.admin-table { min-width: 770px; width: 100%; border-collapse: collapse; font-size: 11px; }
.admin-table th, .admin-table td { padding: 13px 10px; border-bottom: 1px solid var(--line); text-align: left; }
.admin-table th { color: #968b99; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.admin-table td { color: #5f5463; }
.admin-table td b, .admin-table td a { display: block; }
.admin-table td b { color: var(--plum-900); }
.admin-table td a { margin-top: 2px; color: var(--purple); }

@media print {
  .announcement, .site-header, .site-footer, .result-actions, .results-bottom { display: none !important; }
  .calculator-page { padding: 0; background: white; }
  .calculator-app { width: 100%; }
  .result-kpis article:hover { transform: none; }
}

/* reveal motion */
.reveal-up { animation: revealUp .75s cubic-bezier(.22,.7,.24,1) both; }
.reveal-scale { animation: revealScale .9s .1s cubic-bezier(.22,.7,.24,1) both; }
@keyframes revealUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes revealScale { from { opacity: 0; transform: scale(.95); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1080px) {
  .site-header nav { gap: 17px; font-size: 13px; }
  .brand-nest { width: 115px; }
  .hero-grid { grid-template-columns: 1fr .88fr; }
  .float-card-air { left: 0; }
  .float-card-clean { right: 0; }
  .founder-grid { grid-template-columns: 380px 1fr; gap: 60px; }
  .footer-grid { grid-template-columns: 1.35fr .65fr .75fr 1fr; gap: 35px; }
}

@media (max-width: 900px) {
  .site-container { width: min(100% - 32px, 720px); }
  .section { padding: 80px 0; }
  .announcement div > div { display: none; }
  .announcement .site-container { justify-content: center; }
  .site-header { height: 76px; }
  .menu-toggle { display: flex; }
  .site-header nav { position: absolute; top: 76px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .site-header nav.nav-open { display: flex; }
  .site-header nav > a, .nav-dropdown > button { padding: 13px; }
  .nav-dropdown > button { width: 100%; text-align: left; }
  .nav-dropdown > div { position: static; display: block; width: auto; padding: 0 0 0 12px; border: 0; box-shadow: none; opacity: 1; transform: none; pointer-events: auto; }
  .nav-calculator { margin-top: 8px; justify-content: center; }
  .hero-grid, .material-grid, .calculator-banner-grid, .video-grid, .founder-grid, .about-lead, .product-detail-hero .site-container, .detail-grid { grid-template-columns: 1fr; }
  .home-hero { padding-top: 65px; }
  .hero-grid { gap: 25px; }
  .hero-copy { text-align: center; }
  .hero-copy h1, .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { min-height: 455px; }
  .hero-image-frame { max-width: 580px; height: 420px; }
  .hero-proof { grid-template-columns: repeat(2,1fr); padding: 18px 0; }
  .hero-proof > div { padding: 15px 20px; border-bottom: 1px solid rgba(100,54,114,.12); }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 330px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .product-grid { grid-template-columns: 1fr; }
  .material-grid { gap: 60px; }
  .material-image { width: calc(100% - 25px); }
  .calculator-banner-grid { gap: 50px; }
  .video-grid { gap: 35px; }
  .founder-grid { justify-items: center; }
  .founder-copy { text-align: center; }
  .founder-portrait { width: min(390px,calc(100% - 30px)); }
  .articles-teaser-card { grid-template-columns: 1fr; text-align: center; padding: 48px 35px; gap: 20px; }
  .article-art { min-height: 230px; }
  .contact-strip-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .benefit-story, .benefit-story:nth-child(even) { grid-template-columns: 1fr; gap: 36px; margin-bottom: 78px; }
  .benefit-story:nth-child(even) .story-image { order: 0; }
  .pillar-grid { grid-template-columns: 1fr; }
  .calc-layout { grid-template-columns: 1fr; }
  .calc-live { position: relative; top: auto; }
  .result-kpis { grid-template-columns: 1fr 1fr; }
  .result-panel { grid-template-columns: 1fr; }
  .result-tables { grid-template-columns: 1fr; }
  .result-actions { position: static; margin-top: 25px; }
  .articles-grid { grid-template-columns: 1fr; }
  .admin-summary { grid-template-columns: 1fr 1fr; }
  .admin-summary form { grid-column: 1/-1; }
}

@media (max-width: 580px) {
  .site-container { width: min(100% - 24px, 520px); }
  .section { padding: 65px 0; }
  .brand-nua { width: 45px; height: 45px; }
  .brand > span { height: 29px; margin: 0 9px; }
  .brand-nest { width: 102px; height: 35px; }
  .hero-copy h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { align-items: flex-start; text-align: left; }
  .hero-visual { min-height: 355px; }
  .hero-image-frame { height: 330px; border-radius: 42px; }
  .float-card { padding: 9px 11px; font-size: 10px; }
  .float-card b { font-size: 17px; }
  .float-card-air { top: 18px; }
  .float-card-clean { top: 65px; }
  .float-card-recycle { right: 10px; bottom: 18px; }
  .hero-proof strong { font-size: 21px; }
  .hero-proof span { font-size: 10px; }
  .section-heading h2, .material-copy h2, .founder-copy h2 { font-size: 38px; }
  .product-copy { padding: 28px 24px 0; }
  .product-card { min-height: 590px; }
  .product-image img { max-width: 94%; }
  .material-image, .material-image > img { min-height: 420px; height: 420px; }
  .material-badge { right: -12px; width: 210px; }
  .calculator-banner { padding: 74px 0; }
  .calculator-banner h2 { font-size: 39px; }
  .calculator-preview { padding: 24px; }
  .preview-kpis { grid-template-columns: 1fr; }
  .founder-portrait > img { height: 450px; }
  .contact-strip-actions { width: 100%; flex-direction: column; align-items: stretch; }
  .contact-phone { text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { padding: 20px 0; flex-direction: column; align-items: flex-start; }
  .inner-hero h1 { font-size: 46px; }
  .product-detail-visual { min-height: 330px; }
  .detail-copy h2, .story-copy h2, .about-copy h2 { font-size: 37px; }
  .evidence-grid { grid-template-columns: 1fr; }
  .specs-panel { padding: 28px 22px; }
  .spec-list { grid-template-columns: 1fr; }
  .download-row { flex-direction: column; }
  .story-image > img { height: 360px; }
  .calculator-app { width: min(100% - 18px,520px); }
  .calculator-page { padding-top: 30px; }
  .calc-progress { overflow-x: auto; justify-content: flex-start; padding-bottom: 5px; }
  .calc-progress > b { min-width: 30px; }
  .calc-form-panel, .contact-step { padding: 27px 20px; border-radius: 20px; }
  .calc-field-grid, .contact-fields { grid-template-columns: 1fr; }
  .result-kpis { grid-template-columns: 1fr; }
  .results-header { padding: 30px 23px; }
  .result-actions { flex-direction: column; }
  .result-actions .button { width: 100%; }
  .result-panel, .result-tables article { padding: 23px 19px; }
  .results-bottom { flex-direction: column; align-items: flex-start; }
  .results-bottom p { text-align: left; }
  .article-card { grid-template-columns: 1fr; }
  .article-cover { min-height: 250px; }
  .admin-header { padding: 14px; align-items: flex-start; }
  .admin-header > div:last-child { flex-direction: column; align-items: flex-end; }
  .admin-header > div:last-child span { display: none; }
  .admin-shell { width: min(100% - 18px,520px); }
  .admin-summary { grid-template-columns: 1fr; }
  .admin-summary form { grid-column: auto; }
  .admin-panel { padding: 24px 17px; }
  .admin-file-grid { grid-template-columns: 1fr; }
  .admin-article-list article { grid-template-columns: 55px 1fr auto; }
  .admin-article-list img { width: 55px; }
  .admin-article-list a { display: none; }
}

/* Version 3 brand and calculator refinements */
.brand-nua {
  width: 64px;
  height: 58px;
  border-radius: 0;
  object-fit: contain;
}
.brand-nest { width: 160px; height: 44px; object-fit: contain; }

.footer-logos {
  width: max-content;
  padding: 8px 14px 8px 8px;
  border-radius: 15px;
  background: white;
  box-shadow: 0 15px 38px rgba(11, 3, 14, .16);
}
.footer-logos img:first-child {
  width: 56px;
  height: 56px;
  border-radius: 0;
  object-fit: contain;
}
.footer-logos img:last-child {
  width: 160px;
  height: 42px;
  filter: none;
  opacity: 1;
}
.admin-brand img { border-radius: 8px; object-fit: contain; }

.home-hero {
  color: white;
  background:
    radial-gradient(circle at 78% -12%, transparent 0 128px, rgba(255,255,255,.055) 129px 174px, transparent 175px 226px, rgba(255,255,255,.035) 227px 278px, transparent 279px),
    radial-gradient(circle at 5% 110%, rgba(144,55,149,.26), transparent 30rem),
    linear-gradient(132deg, #24102f 0%, #421b49 54%, #6c3971 100%);
}
.home-hero::after { background: rgba(255,255,255,.1); }
.hero-orb-one { border-color: rgba(255,255,255,.09); box-shadow: inset 0 0 0 75px rgba(255,255,255,.025), inset 0 0 0 150px rgba(255,255,255,.018); }
.hero-orb-two { background: rgba(181,116,193,.09); }
.home-hero .eyebrow { color: #e6c9ea; }
.home-hero .hero-copy h1 { color: white; }
.home-hero .hero-copy h1 em { color: #d9aee0; }
.home-hero .hero-lead { color: rgba(255,255,255,.7); }
.home-hero .button-primary { color: var(--plum-950); background: var(--gold); box-shadow: 0 14px 34px rgba(255,216,102,.15); }
.home-hero .button-primary:hover { background: #ffe394; }
.home-hero .button-ghost { color: white; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.18); }
.home-hero .button-ghost:hover { background: rgba(255,255,255,.14); }
.home-hero .hero-trust p { color: rgba(255,255,255,.54); }
.home-hero .hero-trust b { color: white; }
.home-hero .trust-mark { color: var(--purple); }
.home-hero .hero-image-frame { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); box-shadow: 0 35px 85px rgba(13,3,17,.28); }
.home-hero .hero-image-frame::before { border-color: rgba(255,255,255,.15); }
.home-hero .hero-proof { background: rgba(20,6,25,.13); }
.home-hero .hero-proof > div { border-color: rgba(255,255,255,.13); }
.home-hero .hero-proof strong { color: white; }
.home-hero .hero-proof span { color: rgba(255,255,255,.58); }

.inner-hero,
.articles-hero {
  color: white;
  background:
    radial-gradient(circle at 82% -25%, transparent 0 116px, rgba(255,255,255,.055) 117px 160px, transparent 161px 210px, rgba(255,255,255,.03) 211px 258px, transparent 259px),
    linear-gradient(132deg, #24102f 0%, #421b49 58%, #704075 100%);
}
.inner-hero::after { border-color: rgba(255,255,255,.08); box-shadow: inset 0 0 0 75px rgba(255,255,255,.025); }
.inner-hero .breadcrumb { color: rgba(255,255,255,.55); }
.inner-hero .breadcrumb b { color: #eddcf0; }
.inner-hero .eyebrow.dark { color: #ddbae3; }
.inner-hero h1 { color: white; }
.inner-hero p { color: rgba(255,255,255,.68); }
.inner-hero .button-ghost { color: white; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.18); }
.inner-hero .product-detail-visual { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.14); }

.calc-live {
  border-radius: 28px;
  background:
    radial-gradient(circle at 102% 0%, rgba(214,155,221,.2), transparent 15rem),
    linear-gradient(150deg, #2b1231 0%, #421b49 58%, #5f2867 100%);
  box-shadow: 0 30px 65px rgba(54,18,61,.24);
}
.calc-live::after { width: 230px; height: 230px; right: -100px; top: -120px; border: 42px solid rgba(216,183,222,.1); box-shadow: none; }
.calc-live-head { color: #e2c4e7; font-weight: 800; }
.calc-live-head i { background: #b14fba; box-shadow: 0 0 0 5px rgba(177,79,186,.14); }
.calc-live-track i { background: linear-gradient(90deg,#b364ba,#e0bce5); }
.calc-live > p { padding: 13px; border-radius: 12px; background: rgba(255,255,255,.065); color: rgba(255,255,255,.58); }

.calculator-app { width: min(1192px, calc(100% - 40px)); }
.calc-results { display: block; }
.calculator-page:has(.calc-results) { padding-top: 0; overflow-x: clip; }
.results-header {
  width: 100vw;
  min-height: 490px;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding: 48px max(24px, calc((100vw - 1192px) / 2)) 118px;
  border-radius: 0;
  background:
    radial-gradient(circle at 88% 5%, rgba(217,170,223,.22), transparent 25rem),
    radial-gradient(circle at 7% 110%, rgba(144,55,149,.32), transparent 24rem),
    linear-gradient(128deg, #25102b 0%, #421b49 52%, #692a70 100%);
}
.results-header-copy { position: relative; z-index: 2; min-width: 0; }
.result-brand {
  width: max-content;
  min-height: 52px;
  margin-bottom: 24px;
  padding: 7px 14px 7px 7px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 15px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 15px 40px rgba(20,4,24,.18);
}
.result-brand img:first-child { width: 40px; height: 40px; border-radius: 0; object-fit: contain; }
.result-brand i { height: 28px; background: #e5d6e7; }
.result-brand img:last-child { width: 160px; height: auto; filter: none; opacity: 1; }
.results-header h1 { max-width: 650px; }
.results-header h1 .customer-name { color: #e7c6ec; }
.results-header > p,
.results-header-copy > p { max-width: 680px; color: rgba(255,255,255,.65); line-height: 1.65; }
.result-actions { position: relative; right: auto; bottom: auto; z-index: 3; flex: 0 0 auto; }
.results-proof-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.results-proof-row span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.07); color: #e8d8eb; font-size: 9px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }

.result-kpis {
  position: relative;
  z-index: 4;
  width: calc(100% - 28px);
  max-width: 1192px;
  margin: -66px auto 26px;
  gap: 16px;
}
.result-kpis article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 168px;
  padding: 24px;
  border-color: rgba(126,78,132,.16);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(68,27,75,.09);
  animation: dashboardCardIn .6s cubic-bezier(.2,.75,.2,1) backwards;
  transform-origin: 50% 100%;
  transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease, border-color .32s ease;
}
.result-kpis article:nth-child(2) { animation-delay: .08s; }
.result-kpis article:nth-child(3) { animation-delay: .16s; }
.result-kpis article:nth-child(4) { animation-delay: .24s; }
.result-kpis article:nth-child(5) { animation-delay: .32s; }
.result-kpis article::after { content: ""; position: absolute; z-index: -1; inset: -45% -65%; pointer-events: none; opacity: 0; background: linear-gradient(115deg,transparent 38%,rgba(184,118,193,.13) 49%,transparent 61%); transform: translateX(-36%) rotate(8deg); transition: transform .65s cubic-bezier(.2,.8,.2,1), opacity .3s ease; }
.result-kpis article.featured { background: radial-gradient(circle at 98% 0%,rgba(255,255,255,.19),transparent 10rem),linear-gradient(145deg,#6e2b76,#963f9d); border-color: rgba(255,255,255,.1); box-shadow: 0 22px 50px rgba(99,37,107,.28); }
.result-kpis article:not(.featured) { background: radial-gradient(circle at 100% 0%,rgba(144,55,149,.13),transparent 11rem),linear-gradient(145deg,#f4e8f5,#ead5ee); border-color: #ddc1e1; }
.result-kpis article.bedside strong { font-size: 26px; }
.bedside-kpi-note { display: flex; align-items: center; flex-wrap: wrap; gap: 4px; line-height: 1.6; }
.foam-bdc-warning { display: inline-block; padding: 2px 7px; border-radius: 999px; background: #fff0ec; color: #9a3f2d; font-weight: 850; white-space: nowrap; }
.kpi-topline { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.kpi-topline > span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kpi-topline i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--lilac); color: var(--purple); font-size: 13px; font-style: normal; font-weight: 900; transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease; }
.result-kpis .featured .kpi-topline > span,
.result-kpis .featured small { color: #f0dff2; }
.result-kpis .featured .kpi-topline i { color: white; background: rgba(255,255,255,.14); }
.result-kpis strong { transition: transform .32s cubic-bezier(.2,.8,.2,1); }
.kpi-sheen { position: absolute; z-index: -1; width: 120px; height: 120px; right: -56px; bottom: -67px; border: 25px solid rgba(255,255,255,.07); border-radius: 50%; }
.result-panel,
.result-tables,
.projection-chart-panel,
.projection-table-panel { width: calc(100% - 28px); max-width: 1192px; margin: 0 auto 22px; }
.results-bottom { width: calc(100% - 28px); max-width: 1192px; margin: 0 auto; }

.result-kpis { grid-template-columns: repeat(3,minmax(0,1fr)); }
.print-only-heading { display: none; }
.dashboard-table-wrap { width: 100%; overflow-x: auto; }
.projection-chart-panel,
.projection-table-panel { padding: 31px; border: 1px solid var(--line); border-radius: 23px; background: white; }
.projection-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 21px; }
.projection-heading h2 { margin: 9px 0 0; font: 750 27px/1.16 var(--font-display); color: var(--plum-900); }
.chart-legend { display: flex; gap: 15px; color: var(--muted); font-size: 11px; font-weight: 750; }
.chart-legend span::before { content: ""; display: inline-block; width: 22px; height: 3px; margin: 0 7px 3px 0; border-radius: 99px; background: var(--purple); }
.chart-legend .foam::before { background: #d56748; }
.projection-chart-scroll { overflow-x: auto; }
.projection-chart { display: block; min-width: 720px; width: 100%; height: auto; }
.chart-grid line { stroke: #eadfeb; stroke-width: 1; }
.chart-grid text,
.year-label { fill: #8e8292; font-size: 12px; }
.foam-line,
.nest-line { fill: none; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.foam-line { stroke: #d56748; }
.nest-line { stroke: var(--purple); }
.foam-point { fill: white; stroke: #d56748; stroke-width: 4; }
.nest-point { fill: white; stroke: var(--purple); stroke-width: 4; }
.foam-limit { padding: 9px 12px; border-radius: 999px; background: #fff0ec; color: #97503c; font-size: 10px; white-space: nowrap; }
.projection-table { min-width: 1050px; width: 100%; border-collapse: collapse; font-size: 10px; }
.projection-table th,
.projection-table td { padding: 12px 9px; border-bottom: 1px solid var(--line); text-align: right; white-space: nowrap; }
.projection-table th { color: #8f8392; font-size: 8px; text-transform: uppercase; letter-spacing: .07em; }
.projection-table th:first-child,
.projection-table td:first-child { text-align: left; }
.projection-table .positive { color: var(--purple); font-weight: 800; }
.projection-table .negative { color: #b64b5f; font-weight: 800; }

.admin-summary { grid-template-columns: .65fr .65fr 2fr; }
.admin-summary .admin-settings-form { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) auto; align-items: end; }
.admin-summary .admin-settings-form label { min-width: 0; }
.admin-summary .admin-settings-form button { white-space: nowrap; }

@keyframes dashboardCardIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (hover: hover) and (pointer: fine) {
  html,
  body { cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M4 3.5 20.5 15l-7.2 1.3 4.1 7-3.6 2.1-4.1-7L5 24Z' fill='%235d2865' stroke='%23f1e4f3' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") 4 3, auto; }
  button,
  a,
  select,
  input[type="checkbox"],
  .calc-segmented,
  .result-kpis article { cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='10' fill='%23f1e4f3' stroke='%235d2865' stroke-width='2'/%3E%3Ccircle cx='15' cy='15' r='3.5' fill='%23a64bad'/%3E%3C/svg%3E") 15 15, pointer; }
  input:not([type="checkbox"]),
  textarea { cursor: text; }
  .result-kpis article:hover { transform: perspective(700px) translateY(-9px) rotateX(1.5deg) scale(1.018); border-color: rgba(144,55,149,.3); box-shadow: 0 30px 68px rgba(68,27,75,.18),0 9px 22px rgba(166,75,173,.1); }
  .result-kpis article:hover::after { opacity: 1; transform: translateX(36%) rotate(8deg); }
  .result-kpis article:hover .kpi-topline i { transform: translateY(-2px) rotate(-6deg) scale(1.08); box-shadow: 0 8px 18px rgba(91,36,98,.12); }
  .result-kpis article:hover strong { transform: translateY(-2px); }
}

@media (max-width: 1080px) {
  .brand-nua { width: 56px; height: 52px; }
  .brand-nest { width: 132px; }
}

@media (max-width: 900px) {
  .results-header { min-height: 0; display: block; padding: 38px 30px 112px; }
  .result-actions { margin-top: 25px; }
  .result-kpis { grid-template-columns: 1fr 1fr; margin-top: -68px; }
  .projection-heading { align-items: flex-start; flex-direction: column; }
  .admin-summary { grid-template-columns: 1fr 1fr; }
  .admin-summary .admin-settings-form { grid-column: 1/-1; }
}

@media (max-width: 580px) {
  .brand-nua { width: 48px; height: 46px; }
  .brand-nest { width: 108px; height: 34px; }
  .footer-logos { padding: 6px 10px 6px 6px; }
  .footer-logos img:first-child { width: 48px; height: 48px; }
  .footer-logos img:last-child { width: 125px; }
  .results-header { padding: 28px 22px 82px; border-radius: 0; }
  .result-brand { margin-bottom: 18px; padding: 5px 9px 5px 5px; }
  .result-brand img:first-child { width: 32px; height: 32px; }
  .result-brand img:last-child { width: 122px; }
  .results-proof-row { display: none; }
  .result-kpis { grid-template-columns: 1fr; margin-top: -48px; }
  .result-kpis article { min-height: 142px; }
  .projection-chart-panel,
  .projection-table-panel { padding: 23px 18px; }
  .foam-limit { white-space: normal; }
  .admin-summary .admin-settings-form { grid-template-columns: 1fr; }
}

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

/* Complete Benefits evidence page */
.benefits-hero { padding-bottom: 62px; }
.benefits-hero h1 { margin-bottom: 0; }

.benefits-jump {
  position: sticky;
  z-index: 30;
  top: 76px;
  border-bottom: 1px solid rgba(74, 27, 93, .1);
  background: rgba(255, 253, 252, .94);
  box-shadow: 0 12px 32px rgba(47, 18, 56, .05);
  backdrop-filter: blur(18px);
}
.benefits-jump .site-container {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.benefits-jump a {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--plum-800);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transition: .25s ease;
}
.benefits-jump a:hover {
  color: white;
  border-color: var(--purple);
  background: var(--purple);
  transform: translateY(-2px);
  box-shadow: 0 9px 22px rgba(88, 37, 98, .16);
}

.benefits-evidence-section {
  padding: 104px 0;
  scroll-margin-top: 145px;
  background: white;
}
.benefits-evidence-section-tint { background: var(--lilac-2); }
.benefits-section-heading {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  align-items: start;
  margin-bottom: 46px;
}
.benefits-section-heading > span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: white;
  background: linear-gradient(145deg, var(--plum-800), var(--purple));
  box-shadow: 0 15px 30px rgba(74, 27, 93, .18);
  font: 800 15px/1 var(--font-display);
}
.benefits-section-heading h2 {
  max-width: 880px;
  margin: 0;
  color: var(--plum-950);
  font: 750 clamp(38px, 4.7vw, 62px)/1.04 var(--font-display);
  letter-spacing: -.05em;
}
.benefits-section-heading p {
  margin: 12px 0 0;
  color: var(--purple);
  font-size: 17px;
  font-weight: 750;
}

.benefits-content-block {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 46px;
  align-items: center;
  margin-top: 24px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 55px rgba(56, 24, 68, .055);
}
.benefits-content-block-alt { grid-template-columns: .9fr 1.1fr; }
.benefits-content-block-stack { grid-template-columns: 1fr; }
.benefits-copy h3 {
  margin: 0 0 18px;
  color: var(--plum-900);
  font: 750 clamp(25px, 2.7vw, 36px)/1.16 var(--font-display);
  letter-spacing: -.03em;
}
.benefits-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.benefits-evidence-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.benefits-evidence-list li {
  position: relative;
  padding-left: 25px;
  color: var(--muted);
  line-height: 1.72;
}
.benefits-evidence-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .67em;
  width: 9px;
  height: 9px;
  border: 3px solid #d4afdb;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 0 3px #f1e5f3;
}

.benefits-content-block figure,
.benefits-video { margin: 0; }
.benefits-image-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.benefits-image-pair figure,
.benefits-feature-image,
.benefits-reuse-image {
  overflow: hidden;
  border-radius: 22px;
  background: var(--lilac-2);
}
.benefits-image-pair img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform .45s ease;
}
.benefits-image-pair figure:first-child img { object-fit: contain; padding: 12px; }
.benefits-image-pair figure:hover img,
.benefits-feature-image:hover img,
.benefits-reuse-image:hover img { transform: scale(1.025); }
.benefits-blood-flow-media {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 17px;
  align-items: stretch;
}
.benefits-leg-image,
.benefits-graph,
.benefits-graph-grid figure,
.benefits-technical-grid figure {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fbf8fc;
}
.benefits-leg-image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.benefits-graph img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: contain;
  padding: 13px;
}
.benefits-graph-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.benefits-graph-grid img { width: 100%; height: 330px; object-fit: contain; padding: 14px; }

.benefits-video {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 47.619%;
  overflow: hidden;
  border-radius: 28px;
  background: var(--plum-950);
  box-shadow: 0 28px 65px rgba(40, 12, 48, .2);
}
.benefits-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.benefits-feature-image img,
.benefits-reuse-image img { width: 100%; height: 390px; object-fit: cover; transition: transform .45s ease; }

.environment-statement {
  margin-bottom: 24px;
  padding: 28px 32px;
  border: 1px solid #d9bfe0;
  border-radius: 22px;
  color: var(--plum-900);
  background: linear-gradient(135deg, #f7eff8, #ead9ee);
  font: 750 clamp(21px, 2.5vw, 31px)/1.35 var(--font-display);
}
.benefits-table-wrap {
  overflow-x: auto;
  border: 1px solid #dccfe0;
  border-radius: 19px;
  background: white;
}
.benefits-data-table {
  width: 100%;
  min-width: 690px;
  border-collapse: collapse;
  text-align: center;
}
.benefits-data-table th,
.benefits-data-table td { padding: 16px 18px; border-right: 1px solid #e8dfe9; border-bottom: 1px solid #e8dfe9; }
.benefits-data-table thead th { color: white; background: var(--plum-800); font-weight: 800; }
.benefits-data-table tbody th { color: var(--plum-800); background: var(--lilac-2); text-align: left; }
.benefits-data-table tr:last-child th,
.benefits-data-table tr:last-child td { border-bottom: 0; }
.benefits-data-table th:last-child,
.benefits-data-table td:last-child { border-right: 0; }
.benefits-table-note { margin: 13px 2px 0; color: var(--muted); text-align: right; font-size: 13px; line-height: 1.6; }
.benefits-reuse-block { text-align: center; }
.benefits-reuse-block .benefits-copy { max-width: 930px; margin-inline: auto; }
.benefits-reuse-image { width: min(880px, 100%); margin-inline: auto !important; }

.benefits-technical-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.benefits-technical-grid > div {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fbf8fc;
}
.benefits-technical-grid h4 { margin: 0 0 10px; color: var(--plum-800); font: 750 22px/1.25 var(--font-display); }
.benefits-technical-grid p { min-height: 50px; margin: 0 0 17px; color: var(--muted); line-height: 1.65; }
.benefits-technical-grid figure { margin: 0; }
.benefits-technical-grid img { width: 100%; height: 310px; object-fit: contain; padding: 12px; }
.benefits-technical-grid figcaption { padding: 0 16px 16px; color: var(--muted); text-align: right; font-size: 12px; line-height: 1.5; }

@media (hover: hover) and (pointer: fine) {
  .benefits-content-block { transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease; }
  .benefits-content-block:hover { transform: translateY(-5px); border-color: #d9c1df; box-shadow: 0 28px 65px rgba(56, 24, 68, .1); }
}

@media (max-width: 900px) {
  .benefits-jump .site-container { justify-content: flex-start; overflow-x: auto; padding-block: 12px; }
  .benefits-content-block,
  .benefits-content-block-alt { grid-template-columns: 1fr; padding: 31px; }
  .benefits-evidence-section { padding: 78px 0; }
  .benefits-blood-flow-media { grid-template-columns: 120px 1fr; }
}

@media (max-width: 580px) {
  .benefits-hero { padding-bottom: 48px; }
  .benefits-jump { top: 76px; }
  .benefits-jump .site-container { min-height: 62px; }
  .benefits-jump a { padding: 9px 12px; }
  .benefits-evidence-section { padding: 62px 0; scroll-margin-top: 132px; }
  .benefits-section-heading { grid-template-columns: 50px 1fr; gap: 14px; margin-bottom: 32px; }
  .benefits-section-heading > span { width: 48px; height: 48px; border-radius: 15px; font-size: 12px; }
  .benefits-section-heading h2 { font-size: 36px; }
  .benefits-section-heading p { font-size: 15px; }
  .benefits-content-block,
  .benefits-content-block-alt { gap: 28px; padding: 24px 19px; border-radius: 22px; }
  .benefits-image-pair,
  .benefits-graph-grid,
  .benefits-technical-grid { grid-template-columns: 1fr; }
  .benefits-image-pair img { height: 270px; }
  .benefits-blood-flow-media { grid-template-columns: 92px 1fr; }
  .benefits-leg-image img,
  .benefits-graph img { min-height: 235px; }
  .benefits-graph-grid img { height: 240px; }
  .benefits-video { border-radius: 20px; }
  .benefits-feature-image img,
  .benefits-reuse-image img { height: 260px; }
  .environment-statement { padding: 22px 20px; }
  .benefits-technical-grid > div { padding: 20px 14px; }
  .benefits-technical-grid p { min-height: 0; }
  .benefits-technical-grid img { height: 245px; }
}

@media print {
  @page { size: A4 landscape; margin: 9mm; }
  html, body { background: white !important; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .announcement, .site-header, .site-footer, .result-actions, .results-bottom { display: none !important; }
  .calculator-page { padding: 0 !important; background: white !important; }
  .calc-results { display: flex !important; flex-direction: column !important; gap: 0 !important; }
  .calculator-app, .result-panel, .result-tables, .projection-chart-panel, .projection-table-panel { width: 100% !important; max-width: none !important; }
  .print-summary-page { order: 1; break-after: page; page-break-after: always; }
  .result-panel { order: 2; }
  .result-tables { order: 3; }
  .projection-table-panel { order: 4; }
  .projection-chart-panel { order: 5; }
  .results-header { width: 100% !important; min-height: 0 !important; margin: 0 0 6mm !important; padding: 8mm !important; border-radius: 0 !important; }
  .results-header h1 { font-size: 29px !important; }
  .results-proof-row { margin-top: 4mm; }
  .result-kpis { width: 100% !important; max-width: none !important; margin: 0 !important; grid-template-columns: repeat(3,1fr) !important; }
  .result-kpis article { min-height: 31mm; padding: 6mm; break-inside: avoid; animation: none !important; box-shadow: none !important; }
  .result-panel, .projection-chart-panel, .result-tables, .projection-table-panel { margin: 0 !important; padding: 8mm !important; break-inside: avoid; box-shadow: none !important; }
  .result-panel, .result-tables, .projection-table-panel { break-after: page; page-break-after: always; }
  .result-panel { min-height: 108mm; }
  .result-tables { grid-template-columns: 1.3fr .7fr !important; align-content: start; }
  .print-only-heading { display: block; grid-column: 1 / -1; }
  .print-only-heading h2 { margin: 3mm 0 0; font: 750 27px/1.16 var(--font-display); color: var(--plum-900); }
  .result-tables > article:first-of-type > h2 { display: none; }
  .projection-chart-panel, .projection-table-panel { min-height: 145mm; }
  .projection-chart { min-width: 0; }
  .dashboard-table-wrap, .projection-chart-scroll { overflow: visible; }
  .projection-table { min-width: 0; font-size: 7px; }
  .projection-table th, .projection-table td { padding: 6px 4px; }
}
