:root{--ivory:#FBF8F3;--cream:#FFFFFF;--champagne-soft:#F2ECDF;--gold:#C9A86A;--gold-deep:#84662E;--espresso:#3D3128;--espresso-soft:#6B5848;--line:rgba(61, 49, 40, 0.10);--line-strong:rgba(61, 49, 40, 0.20);--font-display:"Playfair Display",Georgia,"Times New Roman",serif;--font-body:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;--container:1600px;--gutter:clamp(1.25rem, 5vw, 4rem);--radius-lg:16px;--ease:cubic-bezier(0.22, 1, 0.36, 1)}*,::after,::before{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:hidden;overflow-x:clip;overscroll-behavior-x:none}body{font-family:var(--font-body);font-weight:400;color:var(--espresso);background:var(--ivory);line-height:1.7;font-size:clamp(1rem, .96rem + .2vw, 1.0625rem);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;padding-bottom:0}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul{list-style:none;padding:0}h1,h2,h3{font-family:var(--font-display);font-weight:500;line-height:1.08;letter-spacing:-.01em;color:var(--espresso)}::selection{background:var(--gold);color:var(--cream)}:focus-visible{outline:2px solid var(--gold-deep);outline-offset:3px;border-radius:2px}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.eyebrow{display:inline-flex;align-items:center;gap:.7rem;font-family:var(--font-body);font-size:.78rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-deep)}.eyebrow::before{content:"";width:2rem;height:1px;background:var(--gold)}.header{position:fixed;inset:0 0 auto 0;z-index:100;display:flex;align-items:center;padding-block:0.5rem;transition:padding .4s var(--ease)}.header::before{content:"";position:absolute;inset:0;z-index:-1;background:rgba(251,248,243,.85);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--line);opacity:0;transition:opacity .4s var(--ease)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:flex;align-items:center;gap:.7rem}.brand img{height:70px;width:auto;transition:height .4s var(--ease)}@media (min-width:981px){.header{padding-block:0.25rem}.brand img{height:132px}.header__inner{gap:1.5rem}}@media (min-width:901px){.header__inner{justify-content:flex-start}}.footer{background:var(--ivory);border-top:1px solid var(--line);padding-block:3rem 2rem}.footer__inner{display:flex;flex-wrap:wrap;gap:1.5rem 2rem;align-items:center;justify-content:space-between}.footer__brand{display:flex;align-items:center;gap:.7rem;font-family:var(--font-display)}.footer__brand img{height:52px;width:auto}.footer__links{display:flex;flex-wrap:wrap;gap:.6rem 1.1rem;font-size:.9rem;margin:-.35rem -.45rem}.footer__links a{display:inline-flex;align-items:center;min-height:28px;padding:.35rem .45rem;border-radius:4px}.footer__links a:hover{color:var(--gold-deep)}.footer__copy{width:100%;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--line);font-size:.82rem;color:var(--espresso-soft)}@media (max-width:900px){.header{z-index:106}}@media (max-width:980px){.eyebrow{order:0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::after,::before{animation-duration:0s!important;transition-duration:0s!important;scroll-behavior:auto!important}}.legal-header{border-bottom:1px solid var(--line);padding-block:1.1rem}.legal-header .header__inner{display:flex;align-items:center;justify-content:space-between}.legal-header .brand img{height:62px}.legal-back{font-size:.9rem;font-weight:500;color:var(--espresso);display:inline-flex;align-items:center;gap:.4rem}.legal-back:hover{color:var(--gold-deep)}.legal{padding-block:clamp(3rem,7vw,6rem)}.legal__inner{max-width:50rem}.legal h1{font-size:clamp(2rem, 1.4rem + 2.4vw, 3rem);margin-bottom:.4rem}.legal .updated{font-size:.85rem;color:var(--espresso-soft);margin-bottom:2.5rem}.legal h2{font-size:1.4rem;margin-top:2.5rem;margin-bottom:.8rem}.legal h3{font-size:1.1rem;font-family:var(--font-body);font-weight:600;margin-top:1.6rem;margin-bottom:.5rem}.legal li,.legal p{color:var(--espresso-soft)}.legal p{margin-bottom:1rem}.legal ul{list-style:disc;padding-left:1.3rem;margin-bottom:1rem;display:grid;gap:.4rem}.legal a{color:var(--gold-deep);text-decoration:underline;text-underline-offset:2px}.legal__note{background:var(--champagne-soft);border:1px dashed var(--line-strong);border-radius:var(--radius-lg);padding:1.2rem 1.4rem;margin-bottom:2.5rem;font-size:.9rem}.legal__note strong{color:var(--espresso)}html.loader-active,html.loader-active body{overflow:hidden}