:root{--forest:#1c3b2e;--forest-light:#274e3d;--blush:#f3d7ce;--blush-card:#f8e6df;--rose:#c2766e;--cream:#f6ece2;--ink:#241f1a;--ink-soft:#6b5f56;--border:#e6d3c8;--font-main:"Frutiger", "Frutiger LT", "Frutiger Neue", "Segoe UI", "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:var(--font-main);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit}.section-inner{width:100%;max-width:1080px;margin:0 auto;padding:6rem 1.5rem}.section-eyebrow{letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.85rem;font-size:.72rem;font-weight:700;display:inline-flex}.section-title{letter-spacing:-.01em;margin:0 0 3rem;font-size:clamp(2.1rem,4.4vw,3.1rem);font-weight:600}.pill-row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.pill{border:1.5px solid;border-radius:999px;align-items:center;padding:.55rem 1.15rem;font-size:.82rem;font-weight:600;display:inline-flex}.pill-arrow{border:1.5px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.pill-arrow svg{stroke:currentColor;fill:none;stroke-width:2px;width:14px;height:14px}.tag{background:var(--white);color:var(--ink);border:1px solid #e5decb;border-radius:999px;padding:.45rem .95rem;font-size:.78rem;font-weight:500;transition:background .25s,color .25s,border-color .25s}.tag:hover{background:var(--forest);color:var(--cream);border-color:var(--forest)}.fade-up{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(18px)}.fade-up.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.fade-up{opacity:1;transition:none;transform:none}html{scroll-behavior:auto}}@media (max-width:768px){.section-inner{padding:4.5rem 1.25rem}}
