:root{--ink:#16324f;--ink-soft:#51697e;--sage:#16818d;--sage-dark:#0d5966;--sage-pale:#dceff4;--cream:#f7f4ec;--beige:#e9e1d2;--terra:#ad6500;--white:#fffefa;--line:#cfd8db;--shadow:0 18px 60px #16324f1f;--radius:1.35rem;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);margin:0;font-family:Avenir Next,Avenir,Segoe UI,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}:focus-visible{outline:3px solid var(--terra);outline-offset:3px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--ink);color:#fff;border-radius:.5rem;padding:.75rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.notice{background:var(--ink);color:#fff;text-align:center;letter-spacing:.03em;padding:.4rem 1rem;font-size:.78rem}.site-header{z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8f5eded;border-bottom:1px solid #17352f1a;position:sticky;top:0}.header-inner{max-width:var(--max);align-items:center;gap:2rem;min-height:78px;margin:auto;padding:0 1.5rem;display:flex}.brand{white-space:nowrap;align-items:center;gap:.65rem;font-family:Georgia,serif;font-size:1.25rem;font-weight:700;display:inline-flex}.brand em{color:var(--terra);font-weight:400}.brand-mark{background:var(--sage-dark);border-radius:50% 50% 44% 56%;align-items:end;gap:3px;width:28px;height:28px;padding:5px;display:flex}.brand-mark span{background:#fff;border-radius:3px;width:4px}.brand-mark span:first-child{height:8px}.brand-mark span:nth-child(2){height:15px}.brand-mark span:nth-child(3){height:11px}.search{background:var(--white);border:1px solid var(--line);max-width:350px;color:var(--ink-soft);border-radius:999px;flex:1;align-items:center;gap:.6rem;padding:.65rem .85rem;display:flex}.search input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:.9rem}.desktop-nav{gap:1.5rem;margin-left:auto;font-size:.9rem;font-weight:600;display:flex}.desktop-nav a:hover,.text-link:hover,.site-footer a:hover{color:var(--terra)}.menu-button{color:var(--ink);background:0 0;border:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;display:none}.mobile-nav{padding:0 1.5rem 1.25rem;display:none}.mobile-nav a{padding:.6rem 0;font-weight:700}.hero{max-width:var(--max);grid-template-columns:.92fr 1.08fr;align-items:center;gap:4.2rem;min-height:680px;margin:auto;padding:4.5rem 1.5rem 3rem;display:grid}.hero-copy h1,h2{letter-spacing:-.045em;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:1.04}.hero-copy h1{max-width:760px;font-size:clamp(3rem,5.3vw,5.6rem)}.hero-lead{max-width:590px;color:var(--ink-soft);font-size:1.14rem;line-height:1.75}.eyebrow{color:var(--terra);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.45rem;margin:0 0 1.2rem;font-size:.78rem;font-weight:800;display:flex}.hero-actions{align-items:center;gap:1.4rem;margin-top:2rem;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;min-height:48px;padding:.72rem 1.25rem;font-weight:750;transition:transform .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--terra);color:#fff;box-shadow:0 10px 25px #c96f5040}.button-secondary{background:var(--sage-dark);color:#fff}.button-dark{background:var(--ink);color:#fff}.button-ghost{border-color:var(--line);color:var(--ink);background:0 0}.text-link{border-bottom:1px solid;align-items:center;gap:.35rem;font-weight:750;display:inline-flex}.micro-proof{color:var(--ink-soft);align-items:center;gap:.5rem;margin-top:1.8rem;font-size:.86rem;display:flex}.hero-visual{border-radius:44% 44% 2rem 2rem;position:relative;overflow:visible}.hero-visual:before{content:"";border:1px solid var(--sage);border-radius:inherit;z-index:-1;position:absolute;inset:-1rem 2rem 1rem -1rem}.hero-visual img{aspect-ratio:4/5;object-fit:cover;border-radius:inherit;width:100%;box-shadow:var(--shadow)}.hero-note{background:var(--white);max-width:260px;box-shadow:var(--shadow);border-radius:1rem;align-items:center;gap:1rem;padding:1rem;display:flex;position:absolute;bottom:2.5rem;left:-3rem}.hero-note>span{color:var(--terra);font-family:Georgia,serif;font-size:1.7rem}.hero-note p{color:var(--ink-soft);margin:0;font-size:.82rem;line-height:1.4}.hero-note strong{color:var(--ink);font-size:.95rem;display:block}.section{max-width:var(--max);margin:0 auto;padding:6rem 1.5rem}.section-heading{justify-content:space-between;align-items:end;gap:3rem;margin-bottom:2.5rem;display:flex}.section-heading>p{max-width:470px;color:var(--ink-soft);margin:0}.section-heading h2,.transformation h2,.newsletter h2{font-size:clamp(2.3rem,4vw,4rem)}.category-grid{grid-template-columns:repeat(4,1fr);gap:.85rem;display:grid}.category-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);flex-direction:column;justify-content:space-between;gap:1rem;min-height:190px;padding:1.4rem;transition:transform .25s,box-shadow .25s;display:flex}.category-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.category-card>svg{align-self:flex-end}.category-card strong,.category-card small{display:block}.category-card strong{font-family:Georgia,serif;font-size:1.35rem}.category-card small{color:var(--ink-soft);margin-top:.2rem}.category-icon{background:var(--sage-pale);width:48px;height:48px;color:var(--sage-dark);border-radius:50%;place-items:center;display:grid}.category-2,.category-6{background:var(--sage-dark);color:#fff}.category-2 .category-icon,.category-6 .category-icon{color:#fff;background:#ffffff26}.category-4{background:var(--beige)}.popular-section{background:#e8eee7;max-width:none}.popular-section>*{max-width:calc(var(--max) - 3rem);margin-left:auto;margin-right:auto}.affiliate-notice{border-left:3px solid var(--terra);color:var(--ink-soft);background:#ffffff73;padding:.7rem 1rem;font-size:.82rem}.product-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:1.5rem;display:grid}.product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 30px #29433a0f}.product-image{min-height:235px;color:var(--sage-dark);background:linear-gradient(145deg,#f4fafb,#dceef2);place-items:center;display:grid;position:relative;overflow:hidden}.product-image>span{z-index:1;background:#ffffffe0;border-radius:999px;padding:.2rem .5rem;font-family:Georgia,serif;font-size:1.2rem;position:absolute;top:1rem;left:1rem}.product-illustration{background:#ffffffb8;border:1px solid #16324f1a;border-radius:42% 58% 55% 45%;place-items:center;width:112px;height:112px;transition:transform .25s;display:grid;transform:rotate(-4deg);box-shadow:0 18px 40px #16324f1a}.product-illustration svg{stroke-width:1.4px;width:52px;height:52px}.product-illustration-1{border-radius:55% 45% 38% 62%;transform:rotate(4deg)}.product-illustration-2{border-radius:48% 52% 60% 40%;transform:rotate(-1deg)}.product-card>a:hover .product-illustration,.full-product>a:hover .product-illustration{transform:rotate(0)scale(1.05)}.product-image-source{z-index:1;color:var(--ink-soft);background:#ffffffe6;border-radius:.35rem;padding:.15rem .4rem;position:absolute;bottom:.6rem;right:.7rem}.product-body{padding:1.4rem}.product-room{color:var(--terra);text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.74rem;font-weight:800}.product-body h3{margin:.3rem 0;font-family:Georgia,serif;font-size:1.45rem;line-height:1.2}.product-body>p:not(.product-room){color:var(--ink-soft)}.product-body ul{padding:0;list-style:none}.product-body li{align-items:center;gap:.45rem;margin:.35rem 0;display:flex}.product-body .button{width:fit-content;margin-top:.7rem}.product-body>small{color:var(--ink-soft);text-align:left;margin-top:.65rem;display:block}.product-body .button,.full-product-body>.button{background:#376f79;min-height:38px;padding:.4rem .8rem;font-size:.82rem;font-weight:650}.product-body .button:hover,.full-product-body>.button:hover{background:#2c5f68}.transformation{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.transformation-image{position:relative}.transformation-image img{aspect-ratio:4/5;object-fit:cover;border-radius:2rem;width:100%}.video-pill{background:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:.65rem 1rem;font-weight:700;display:flex;position:absolute;bottom:1rem;left:1rem}.transformation-copy>p:not(.eyebrow){color:var(--ink-soft);font-size:1.08rem}.before-after{background:var(--beige);border-radius:var(--radius);grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin:2rem 0;padding:1.2rem;display:grid}.before-after span{color:var(--terra);text-transform:uppercase;font-size:.72rem;font-weight:800}.before-after strong{display:block}.before-after p{margin:.2rem 0 0;font-size:.84rem;line-height:1.4}.before-after>svg{color:var(--terra)}.guide-grid{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.guide-card{border-bottom:1px solid var(--line);padding:2rem 2rem 1rem 0}.guide-card+.guide-card{border-left:1px solid var(--line);padding-left:2rem}.guide-index{color:var(--beige);font-family:Georgia,serif;font-size:3.5rem}.guide-card p{color:var(--terra);text-transform:uppercase;font-size:.74rem;font-weight:800}.guide-card h3{min-height:4.5rem;font-family:Georgia,serif;font-size:1.5rem;line-height:1.25}.round-link{border:1px solid var(--sage);width:44px;height:44px;color:var(--sage-dark);border-radius:50%;place-items:center;margin-top:1.5rem;display:grid}.newsletter{max-width:calc(var(--max) - 3rem);background:var(--terra);color:#fff;border-radius:2rem;grid-template-columns:1fr 1fr;gap:4rem;margin:3rem auto 6rem;padding:4rem;display:grid}.newsletter .eyebrow{color:#fff}.newsletter p{margin-bottom:0}.newsletter form{align-self:center}.newsletter label{margin-bottom:.45rem;font-weight:700;display:block}.newsletter form>div{gap:.6rem;display:flex}.newsletter input{border:0;border-radius:999px;flex:1;min-width:0;padding:.85rem 1rem}.newsletter small{margin-top:.7rem;display:block}.newsletter small a{text-decoration:underline}.newsletter-success{background:#ffffff26;border:1px solid #ffffff59;border-radius:1rem;align-self:center;padding:1.25rem}.newsletter-success strong{font-family:Georgia,serif;font-size:1.5rem}.newsletter-success p{margin:.25rem 0 0}.site-footer{background:var(--ink);color:#ecf3ef;padding:4rem 1.5rem 1.5rem}.footer-main,.footer-legal{max-width:var(--max);margin:auto}.footer-main{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;display:grid}.footer-main>div{flex-direction:column;align-items:flex-start;gap:.55rem;display:flex}.footer-main strong{color:#fff;margin-bottom:.5rem}.footer-brand{color:#fff}.footer-legal{color:#b8cbc3;border-top:1px solid #ffffff26;justify-content:space-between;gap:2rem;margin-top:3rem;padding-top:1.5rem;font-size:.8rem;display:flex}.footer-legal p{margin:0}.cookie-banner{z-index:60;background:var(--white);border:1px solid var(--line);border-radius:1rem;justify-content:space-between;align-items:center;gap:1.5rem;max-width:940px;margin:auto;padding:1.1rem;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 20px 70px #17352f40}.cookie-banner p{color:var(--ink-soft);margin:.15rem 0;font-size:.86rem}.cookie-banner a{font-size:.82rem;text-decoration:underline}.cookie-actions{flex-shrink:0;gap:.6rem;display:flex}.cookie-preferences{background:var(--sage-pale);border-radius:var(--radius);margin-top:1rem;padding:1rem}.cookie-preferences>div{flex-wrap:wrap;gap:.75rem;display:flex}.cookie-preferences p{margin-top:0}.page-shell{max-width:1040px;margin:auto;padding:3rem 1.5rem 7rem}.breadcrumbs{color:var(--ink-soft);flex-wrap:wrap;gap:.45rem;font-size:.82rem;display:flex}.breadcrumbs span:before{content:"/";color:var(--line);margin-right:.45rem}.page-hero{padding:3.5rem 0 2.5rem}.page-hero h1{letter-spacing:-.045em;max-width:780px;margin:0;font-family:Georgia,serif;font-size:clamp(2.7rem,6vw,5rem);font-weight:500;line-height:1.03}.page-hero>p{max-width:700px;color:var(--ink-soft);font-size:1.12rem}.editorial-image{object-fit:cover;border-radius:2rem;width:100%;max-height:570px}.content-grid{grid-template-columns:1fr 280px;gap:3.5rem;margin-top:3rem;display:grid}.prose h2{margin:2.5rem 0 1rem;font-size:2.2rem}.prose h3{margin-top:1.7rem;font-family:Georgia,serif;font-size:1.45rem}.prose p,.prose li{color:var(--ink-soft)}.aside-card{background:var(--sage-pale);border-radius:var(--radius);padding:1.4rem;position:sticky;top:120px}.aside-card strong{font-family:Georgia,serif;font-size:1.25rem;display:block}.aside-card a{margin-top:.65rem;font-weight:700;display:block}.full-products{gap:1.35rem;margin-top:2rem;display:grid}.full-product{background:var(--white);border:1px solid #16324f1a;border-radius:1.5rem;grid-template-columns:250px 1fr;transition:transform .22s,box-shadow .22s,border-color .22s;display:grid;overflow:hidden;box-shadow:0 10px 30px #16324f12}.full-product:hover{border-color:#16818d4d;transform:translateY(-3px);box-shadow:0 18px 46px #16324f1f}.full-product>a{background:linear-gradient(145deg,#f4fafb,#e1f0f3);border-right:1px solid #16324f14;min-height:100%}.full-product .product-image{background:linear-gradient(145deg,#f4fafb,#e1f0f3);min-height:100%}.full-product .product-illustration{width:96px;height:96px}.full-product .product-image>span{background:var(--ink);color:#fff;place-items:center;width:34px;height:34px;padding:0;font-size:.9rem;display:grid;top:.85rem;left:.85rem}.full-product .product-image-source{border:1px solid #16324f14;padding:.2rem .48rem;font-size:.7rem;bottom:.75rem;right:.8rem}.full-product-body{padding:1.35rem 1.5rem 1.4rem}.full-product-body .product-room{color:#8b5000;background:#fff1d9;border-radius:999px;margin-bottom:.35rem;padding:.2rem .6rem;font-size:.7rem;display:inline-flex}.full-product-body h2{margin:.15rem 0 .35rem;font-size:clamp(1.4rem,2.5vw,1.75rem);line-height:1.08}.full-product-body>p:not(.product-room){color:var(--ink-soft);margin:0;font-size:.95rem}.detail-list{grid-template-columns:1.05fr .95fr;gap:.65rem;margin:.9rem 0 1rem;display:grid}.detail-list>div{background:#edf6f8;border-radius:.9rem;padding:.75rem .85rem}.detail-list>div+div{background:#f5f1e8}.detail-list>div>strong{margin-bottom:.3rem;display:block}.detail-list p{color:var(--ink-soft);margin:.22rem 0;font-size:.86rem;line-height:1.45}.detail-list p svg{color:var(--sage-dark);flex:none;margin-top:.2rem}.detail-list>div:first-child p{align-items:flex-start;gap:.35rem;display:flex}.detail-list strong{color:var(--ink)}.full-product-body>small{color:var(--ink-soft);font-size:.74rem}.legal-note{background:var(--beige);border-radius:1rem;padding:1rem}.list-cards{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.list-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:1.4rem}.list-card h2{font-size:1.6rem}.status-pill{background:var(--sage-pale);color:var(--sage-dark);border-radius:999px;padding:.25rem .6rem;font-size:.75rem;font-weight:800;display:inline-flex}.catalog-toolbar{z-index:20;border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f4ecf0;border-radius:1rem;justify-content:space-between;align-items:center;gap:1rem;margin:1rem 0 2rem;padding:.7rem;display:flex;position:sticky;top:78px}.catalog-toolbar>p{color:var(--ink-soft);flex:none;margin:0 .5rem 0 0;font-size:.82rem}.catalog-filters{border:0;flex-wrap:wrap;gap:.4rem;min-width:0;margin:0;padding:0;display:flex}.catalog-filter{border:1px solid var(--line);background:var(--white);min-height:38px;color:var(--ink);cursor:pointer;border-radius:999px;padding:.4rem .8rem;font-size:.82rem;font-weight:650}.catalog-filter:hover{border-color:var(--sage)}.catalog-filter[aria-pressed=true]{border-color:var(--sage-dark);background:var(--sage-dark);color:#fff}.not-found{grid-template-columns:minmax(220px,.72fr) 1.28fr;align-items:center;gap:clamp(2rem,7vw,6rem);min-height:64vh;display:grid}.not-found-code{color:var(--sage-pale);letter-spacing:-.08em;margin:0;font-family:Georgia,serif;font-size:clamp(8rem,22vw,18rem);font-weight:700;line-height:.72}.not-found h1{letter-spacing:-.045em;max-width:720px;margin:0;font-family:Georgia,serif;font-size:clamp(2.5rem,5vw,4.6rem);font-weight:500;line-height:1.02}.not-found>div>p:not(.eyebrow){max-width:620px;color:var(--ink-soft);font-size:1.08rem}.not-found-actions{flex-wrap:wrap;gap:.8rem;margin-top:1.6rem;display:flex}.page-hero .author-note{margin-top:1.25rem;font-size:.82rem}.author-note a{color:var(--sage-dark);text-underline-offset:3px;font-weight:750;text-decoration:underline}.site-header{background:#f7f4eced;border-bottom-color:#16324f1c}.button-primary{box-shadow:0 10px 25px #ad650045}.button-primary:hover{background:#8f5300}.category-2 small,.category-6 small{color:#d9f0f3}.popular-section{background:#e3f0f3}.product-card{box-shadow:0 8px 30px #16324f12}.product-placeholder{background:linear-gradient(145deg,#edf6f8,#cde6eb)}.newsletter{background:var(--sage-dark)}.site-footer{color:#e8f1f5}.footer-legal{color:#bbccd8}.cookie-banner{box-shadow:0 20px 70px #16324f3d}@media (max-width:980px){.desktop-nav{display:none}.menu-button{margin-left:auto;display:flex}.mobile-nav{display:grid}.hero{grid-template-columns:1fr 1fr;gap:2rem}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.guide-grid{grid-template-columns:1fr 1fr}.guide-card:nth-child(3){border-left:0;grid-column:1/-1;padding-left:0}.newsletter{margin-left:1.5rem;margin-right:1.5rem}.footer-main{grid-template-columns:1.5fr 1fr 1fr}.footer-main>div:last-child{grid-column:2}}@media (max-width:720px){.notice{font-size:.7rem}.header-inner{gap:.8rem;min-height:68px;padding:0 1rem}.brand{font-size:1.05rem}.brand-mark{width:25px;height:25px}.search{order:3;max-width:none;display:none;position:absolute;top:78px;left:1rem;right:1rem}.hero{grid-template-columns:1fr;min-height:auto;padding-top:2.5rem}.hero-copy h1{font-size:clamp(2.65rem,13vw,4rem)}.hero-visual{margin:1rem 0 0 1rem}.hero-visual img{aspect-ratio:4/4.7}.hero-note{bottom:1rem;left:-1rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .text-link{align-self:flex-start}.section{padding-top:4.5rem;padding-bottom:4.5rem}.section-heading{flex-direction:column;align-items:flex-start;gap:1rem}.section-heading h2,.transformation h2,.newsletter h2{font-size:2.5rem}.category-grid,.product-grid,.guide-grid,.transformation,.newsletter,.content-grid,.list-cards{grid-template-columns:1fr}.category-card{min-height:150px}.popular-section>*{max-width:none}.transformation{gap:2.5rem}.transformation-image img{aspect-ratio:4/3}.before-after{grid-template-columns:1fr}.before-after>svg{transform:rotate(90deg)}.guide-card,.guide-card+.guide-card,.guide-card:nth-child(3){border-left:0;grid-column:auto;padding:1.5rem 0}.newsletter{gap:2rem;margin:2rem 1rem 4rem;padding:2rem 1.25rem}.newsletter form>div{flex-direction:column}.footer-main{grid-template-columns:1fr 1fr}.footer-main>div:first-child{grid-column:1/-1}.footer-main>div:last-child{grid-column:auto}.footer-legal,.cookie-banner,.cookie-actions{flex-direction:column;align-items:stretch}.cookie-banner{max-height:calc(100vh - 2rem);overflow:auto}.cookie-actions .button,.product-body .button,.full-product-body>.button{width:100%}.product-body .button,.full-product-body>.button{min-height:42px;font-size:.875rem}.content-grid{gap:1.5rem}.aside-card{position:static}.full-product{grid-template-columns:1fr}.full-product>a{border-bottom:1px solid #16324f14;border-right:0}.full-product .product-image{min-height:250px}.full-product-body{padding:1.2rem}.full-product-body h2{font-size:1.55rem}.detail-list{grid-template-columns:1fr}.catalog-toolbar{border-left:0;border-right:0;border-radius:0;margin-left:-1.5rem;margin-right:-1.5rem;display:block;top:68px}.catalog-filters{scrollbar-width:thin;flex-wrap:nowrap;padding-bottom:.25rem;overflow-x:auto}.catalog-filter{flex:none;min-height:42px;font-size:.875rem}.catalog-toolbar>p{margin:.35rem .25rem 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (max-width:720px){.not-found{grid-template-columns:1fr;gap:1rem;min-height:60vh}.not-found-code{font-size:9rem}}.hero-visual img,.transformation-image img,.editorial-image{height:auto}.editorial-image{aspect-ratio:4/3}@media (max-width:720px){.mobile-search{background:#fff;max-width:none;margin:.25rem 0 .65rem;display:flex;position:static}}
