:root{color-scheme:light;--ink: #221a14;--muted: #695d52;--paper: #fcf8f2;--surface: #ffffff;--wood: #5e3d2a;--wood-dark: #352318;--gold: #b27e44;--sage: #6d7d6b;--line: #e7d9c8;--shadow: 0 22px 70px rgba(48, 36, 26, .15)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img,svg{display:block}.container{width:min(1160px,calc(100% - 40px));margin:0 auto}.eyebrow{margin:0 0 12px;color:var(--gold);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.section-title{margin:0;color:var(--ink);font-family:Lora,Georgia,serif;font-size:clamp(2rem,4vw,3.6rem);line-height:1.05}.section-copy{margin:18px 0 0;color:var(--muted);font-size:1.05rem;line-height:1.8}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:999px;padding:0 22px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--wood);color:#fff;box-shadow:0 14px 34px #5e3d2a47}.button.secondary{border-color:#5e3d2a47;color:var(--wood);background:#ffffff8a}@media(max-width:720px){.container{width:min(100% - 28px,1160px)}.button{width:100%}}
