@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap');
:root{--fl-bg:#FAF6EF;--fl-surface:#EFEADF;--fl-card:#F3EEE4;--fl-ink:#2B2A28;--fl-ink-muted:#54514A;--fl-ink-soft:#6E6A60;--fl-sage:#9CAA8E;--fl-sage-deep:#5e6a52;--fl-sage-tint:#EAEEE3;--fl-gold:#C99B3C;--fl-border:#E6E0D4;--fl-dark:#2B2A28;}
.fl-sec{box-sizing:border-box;overflow:hidden;font-family:'Inter',system-ui,sans-serif;color:var(--fl-ink);-webkit-font-smoothing:antialiased;}
.fl-sec *{box-sizing:border-box;}
.fl-sec img{max-width:100%;height:auto;display:block;}
.fl-wrap{max-width:1180px;margin:0 auto;}
.fl-wrap-narrow{max-width:880px;margin:0 auto;}
.fl-eyebrow{font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:0.12em;text-transform:uppercase;color:var(--fl-sage);}
.fl-h1{font-family:'Fraunces',serif;font-weight:500;font-size:clamp(30px,7vw,50px);line-height:1.08;letter-spacing:-0.015em;text-wrap:balance;}
.fl-h2{font-family:'Fraunces',serif;font-weight:500;font-size:clamp(26px,4.4vw,40px);line-height:1.14;text-wrap:balance;}
.fl-lead{font-size:clamp(15px,2.4vw,18px);color:var(--fl-ink-muted);line-height:1.5;}
.fl-btn{all:unset;box-sizing:border-box;cursor:pointer;text-align:center;background:var(--fl-ink);color:var(--fl-bg);padding:18px;border-radius:14px;font-size:16px;font-weight:600;}
.fl-ph{background:repeating-linear-gradient(135deg,#EAE7DD,#EAE7DD 13px,#E1DDCD 13px,#E1DDCD 26px);}
@media(max-width:1024px){.fl-g4{grid-template-columns:1fr 1fr !important;}}
@media(max-width:760px){.fl-sec{font-size:15px;}.fl-g2,.fl-g3,.fl-g4{grid-template-columns:1fr !important;}.fl-hide-mobile{display:none !important;}}
@media(max-width:430px){.fl-btn{width:100%;}}
