:root{--bg: #d9c9bd;--bg-2: #cdb9aa;--surface: #fbf4ee;--surface-2: #f3e6da;--surface-3: #ead8c8;--text: #201915;--text-on-dark: #fff7f2;--muted: #6b5b50;--muted-on-dark: #dbcabf;--accent: #c56d36;--accent-hover: #ab5c2c;--border: #d8c2b1;--border-dark: #8d7466;--shadow-sm: 0 8px 20px rgba(49, 33, 24, .05);--shadow-md: 0 18px 40px rgba(49, 33, 24, .08);--container: 1120px;--radius: 20px;--radius-sm: 14px}*{box-sizing:border-box}html{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}body{margin:0;line-height:1.6;background:radial-gradient(circle at top,rgba(197,109,54,.08),transparent 28%),linear-gradient(180deg,#ddd0c5,#d4c4b8);color:var(--text)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--container),calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:#fbf4ee94;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(141,116,102,.14)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:74px}.logo{font-weight:700;font-size:1.1rem;letter-spacing:.01em;color:#241c17}.main-nav{display:flex;gap:1.2rem;flex-wrap:wrap}.main-nav a{color:#6f5d51;font-size:.94rem}.main-nav a:hover{color:#241c17}main{min-height:70vh}.hero{padding:5rem 0 4rem}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:3rem;align-items:center}.eyebrow,.section-kicker,.hero-card-label{font-size:.76rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}.hero h1{font-size:clamp(2rem,3.1vw,3.2rem);line-height:1.02;margin:.8rem 0 1rem;max-width:11ch;color:#231b16;letter-spacing:-.03em}.hero-text{max-width:620px;color:#5f5047;font-size:1.02rem;margin-bottom:1.75rem}.hero-actions{display:flex;gap:.9rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.85rem 1.1rem;border-radius:999px;font-weight:700;transition:.2s ease;border:1px solid transparent}.button-primary{background:var(--accent);color:#fffaf7;box-shadow:0 10px 24px #c56d3629}.button-primary:hover{background:var(--accent-hover)}.button-secondary{background:#fbf4eeb3;color:#2a211c;border-color:#8d746638}.button-secondary:hover{background:#fbf4eef2;border-color:#8d74665c}.hero-panel{display:flex;justify-content:flex-end}.hero-card{width:100%;max-width:440px;padding:1.5rem 1.55rem;border-radius:24px;background:#fbf4eec2;border:1px solid rgba(141,116,102,.16);box-shadow:var(--shadow-md);color:var(--text)}.hero-card h2{margin:.7rem 0 .75rem;font-size:1.35rem;line-height:1.14;color:#221a15;letter-spacing:-.02em}.hero-card p{margin:0;color:var(--muted)}.section{padding:1.25rem 0 4.5rem}.section-surface{background:linear-gradient(180deg,#c8b4a5,#c1ad9f);border-top:1px solid rgba(141,116,102,.14);border-bottom:1px solid rgba(141,116,102,.14);padding:4rem 0 4.5rem}.section-soft{background:linear-gradient(180deg,#bda595,#b59583);border-top:1px solid rgba(141,116,102,.16);border-bottom:1px solid rgba(141,116,102,.16);padding:4rem 0 4.5rem}.section-heading{margin-bottom:1.8rem}.section-heading h2{margin:.45rem 0 .7rem;font-size:clamp(1.75rem,2.8vw,2.45rem);line-height:1.08;color:#241c17;letter-spacing:-.03em}.section-heading p{margin:0;max-width:720px;color:#594b42}.section-heading.narrow{max-width:760px}.card-grid{display:grid;gap:1.15rem}.card-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:#fbf4eee6;border:1px solid rgba(141,116,102,.14);border-radius:18px;padding:1.25rem;display:flex;flex-direction:column;min-height:210px;box-shadow:var(--shadow-sm);color:var(--text)}.card h3{margin-top:0;margin-bottom:.65rem;font-size:1.1rem;color:#231b16;letter-spacing:-.02em}.card p{margin:0 0 1.1rem;color:#67564b}.card-link{margin-top:auto;font-weight:700;color:var(--accent)}.card-link:hover{color:var(--accent-hover)}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.feature-card{background:#fbf4eedb;border:1px solid rgba(141,116,102,.14);border-radius:18px;padding:1.25rem;box-shadow:0 10px 24px #3121180f;color:var(--text)}.feature-card h3{margin-top:0;margin-bottom:.65rem;color:#231b16;letter-spacing:-.02em}.feature-card p{margin:0;color:#67564b}.site-footer{border-top:1px solid rgba(141,116,102,.14);padding:2rem 0;color:#5e5047;margin-top:4rem;background:#fbf4ee57}@media(max-width:980px){.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-panel{justify-content:flex-start}.card-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-grid{grid-template-columns:1fr}}@media(max-width:700px){.header-inner{align-items:flex-start;flex-direction:column;padding:1rem 0}.main-nav{gap:.9rem}.card-grid-4{grid-template-columns:1fr}.hero{padding:4.2rem 0 3rem}.hero h1{max-width:100%}}.article-hero{padding:4.5rem 0 2rem}.article-hero-inner{max-width:820px}.article-hero h1{font-size:clamp(2rem,3.2vw,3.2rem);line-height:1.05;margin:.75rem 0 1rem;color:#231b16;letter-spacing:-.03em}.article-intro{max-width:760px;font-size:1.05rem;color:#5f5047;margin:0}.article-shell{padding:1rem 0 4rem}.article-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:2rem;align-items:start}.article-content{background:#fbf4eed1;border:1px solid rgba(141,116,102,.14);border-radius:20px;padding:1.5rem;box-shadow:var(--shadow-sm)}.article-content h2{margin-top:0;margin-bottom:.85rem;font-size:1.55rem;line-height:1.12;letter-spacing:-.02em;color:#231b16}.article-content h3{margin-top:1.75rem;margin-bottom:.65rem;font-size:1.15rem;color:#231b16}.article-content p,.article-content li{color:#67564b}.article-content ul,.article-content ol{padding-left:1.2rem}.article-content section+section{margin-top:2rem}.article-sidebar{display:flex;flex-direction:column;gap:1rem}.sidebar-card{background:#fbf4eeb8;border:1px solid rgba(141,116,102,.14);border-radius:18px;padding:1rem;box-shadow:var(--shadow-sm)}.sidebar-text{margin:0;color:#67564b}.sidebar-links{list-style:none;margin:0;padding:0}.sidebar-links li+li{margin-top:.6rem}.sidebar-links a{color:var(--accent);font-weight:600}.sidebar-links a:hover{color:var(--accent-hover)}.note-box{background:#f3e6dae6;border:1px solid rgba(141,116,102,.14);border-radius:16px;padding:1rem 1.1rem}.note-box p{margin:0}@media(max-width:980px){.article-grid{grid-template-columns:1fr}.article-sidebar{order:-1}}.footer-inner{display:flex;justify-content:space-between;gap:2rem;align-items:flex-start}.footer-brand{max-width:420px}.footer-title{margin:0 0 .35rem;font-weight:700;color:#241c17}.footer-copy{margin:0;color:#5e5047}.footer-nav{display:flex;flex-wrap:wrap;gap:1rem 1.25rem}.footer-nav a{color:#5e5047;font-size:.95rem}.footer-nav a:hover{color:#241c17}@media(max-width:700px){.footer-inner{flex-direction:column}}.disclosure-box{background:#fbf4eed1;border:1px solid rgba(141,116,102,.16);border-radius:16px;padding:1rem 1.1rem;margin:1.25rem 0 1.75rem;box-shadow:var(--shadow-sm)}.disclosure-box p{margin:0;color:#5f5047;font-size:.95rem}.feature-article-label{margin:1rem 0 .35rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.feature-article-link{display:inline-block;margin-bottom:1rem;font-weight:700;color:#231b16;line-height:1.35}.feature-article-link:hover{color:var(--accent-hover)}.product-card{background:#fbf4eef0;border:1px solid rgba(141,116,102,.16);border-radius:18px;padding:1.25rem;box-shadow:var(--shadow-sm)}.product-card+.product-card{margin-top:1rem}.product-card-kicker{margin:0 0 .35rem;font-size:.76rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.product-card-title{margin:0;font-size:1.15rem;line-height:1.2;color:#231b16}.product-card-subtitle{margin:.45rem 0 0;color:#67564b;font-weight:600}.product-card-bullets{margin:1rem 0;padding-left:1.2rem}.product-card-bullets li{color:#67564b}.product-card-note{margin:0 0 1rem;color:#5f5047}.product-card-actions{display:flex;justify-content:flex-start}
