:root{--stone-dark: #1a1714;--stone-mid: #2e2b27;--stone-warm: #3d3830;--gold: #c9a96e;--gold-light: #e8cc99;--cream: #f5f1eb;--cream-dark: #e8e0d4;--text-light: #f9f7f4;--text-muted: #9a8e80;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--section-padding: 100px 64px;--nav-height: 64px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--stone-dark);font-size:15px;line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}.display{font-family:var(--font-display);font-weight:300}h1,h2,h3{font-family:var(--font-display);font-weight:300;line-height:1.1}.section-label{font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:12px;margin-bottom:20px}.section-label:before{content:"";width:32px;height:1px;background:var(--gold);display:block}.section-title{font-family:var(--font-display);font-size:clamp(36px,4vw,56px);font-weight:300;line-height:1.1;margin-bottom:20px}.section-sub{color:var(--text-muted);max-width:520px;line-height:1.8;font-size:15px}.btn-primary{background:var(--gold);color:var(--stone-dark);border:none;padding:14px 32px;font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:2px;transition:background .2s,transform .2s;display:inline-block}.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}.btn-secondary{color:var(--text-muted);font-size:13px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:none;background:none;font-family:var(--font-body);display:inline-flex;align-items:center;gap:8px;transition:color .2s}.btn-secondary:hover{color:var(--gold-light)}.cta-banner{background:linear-gradient(135deg,var(--stone-dark) 60%,var(--stone-warm));border-top:1px solid rgba(201,169,110,.25);border-bottom:1px solid rgba(201,169,110,.25);padding:80px 64px;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-banner__title{font-family:var(--font-display);font-size:clamp(32px,4vw,52px);font-weight:300;color:var(--text-light);max-width:560px;line-height:1.2}.cta-banner__title em{font-style:italic;color:var(--gold)}.cta-banner__actions{display:flex;flex-direction:column;gap:14px;align-items:flex-end}.cta-banner__note{font-size:12px;color:var(--text-muted);letter-spacing:.08em}@media (max-width: 900px){:root{--section-padding: 64px 24px}.cta-banner{flex-direction:column;align-items:flex-start;padding:56px 24px}.cta-banner__actions{align-items:flex-start}}@media (max-width: 640px){:root{--section-padding: 48px 20px}}
