.cookie-banner[data-astro-cid-hq3mgpmn]{z-index:200;background:var(--surface);border-top:1px solid var(--border);box-shadow:var(--shadow);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;position:fixed;bottom:0;left:0;right:0}.cookie-banner__text[data-astro-cid-hq3mgpmn]{color:var(--text);max-width:36rem;margin:0;font-size:.875rem}.cookie-banner__actions[data-astro-cid-hq3mgpmn]{flex-shrink:0;gap:.5rem;display:flex}.btn--sm[data-astro-cid-hq3mgpmn]{padding:.5rem 1rem;font-size:.875rem}:root{--bg:#fdfcf9;--surface:#fff;--primary:#2d3a31;--primary-hover:#1f2922;--gold:#b8944f;--border:#e8e4dc;--text:#1a1a1a;--muted:#6b6b6b;--radius:10px;--radius-sm:8px;--shadow:0 1px 3px #0000000f;--font-serif:"Fraunces", "Georgia", serif;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--max-width:1120px;--header-height:64px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}h1,h2,h3{font-family:var(--font-serif);margin:0 0 .75rem;font-weight:600;line-height:1.2}h1{font-size:clamp(2rem,4vw,2.75rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}p{margin:0 0 1rem}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}button,input{font:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:min(100% - 2rem, var(--max-width));margin-inline:auto}.site-header{z-index:100;background:var(--bg);border-bottom:1px solid var(--border);height:var(--header-height);position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;height:100%;display:flex}.site-logo{font-family:var(--font-serif);color:var(--text);white-space:nowrap;font-size:1.125rem;font-weight:600;text-decoration:none}.site-logo:hover{text-decoration:none}.site-nav{align-items:center;gap:1.5rem;display:none}.site-nav a{color:var(--text);font-size:.9375rem;text-decoration:none}.site-nav a:hover{color:var(--primary);text-decoration:none}.site-footer{border-top:1px solid var(--border);margin-top:4rem;padding:2.5rem 0}.site-footer__grid{gap:2rem;display:grid}@media (width>=768px){.site-nav{display:flex}.site-footer__grid{grid-template-columns:repeat(3,1fr)}}.page-hero{text-align:center;padding:3rem 0 2rem}.page-hero--left{text-align:left}.page-hero p{color:var(--muted);max-width:36rem}.page-hero--center p{margin-inline:auto}.section{padding:3rem 0}.section--tight{padding:2rem 0}.section-title{text-align:center;margin-bottom:2rem}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.btn:hover{text-decoration:none}.btn--primary{background:var(--primary);color:#fff}.btn--primary:hover{background:var(--primary-hover);color:#fff}.btn--secondary{color:var(--primary);border:1px solid var(--border);background:0 0}.btn--secondary:hover{border-color:var(--primary)}.btn--lg{padding:.875rem 1.5rem;font-size:1rem}.btn:disabled{opacity:.5;cursor:not-allowed}.trust-badges{gap:1.5rem;padding:2rem 0;display:grid}@media (width>=640px){.trust-badges{grid-template-columns:repeat(3,1fr)}}.trust-badge{text-align:center}.trust-badge__icon{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem}.trust-badge h3{font-family:var(--font-sans);font-size:1rem;font-weight:600}.trust-badge p{color:var(--muted);margin:0;font-size:.875rem}.steps{gap:2rem;display:grid}@media (width>=640px){.steps{grid-template-columns:repeat(3,1fr)}}.step{text-align:center}.step__num{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:inline-flex}.step h3{font-family:var(--font-sans);font-size:1rem;font-weight:600}.step p{color:var(--muted);margin:0;font-size:.875rem}.example-grid{gap:2rem;display:grid}@media (width>=640px){.example-grid{grid-template-columns:repeat(2,1fr)}}.example-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.example-card__images{background:var(--border);grid-template-columns:1fr 1fr;gap:1px;display:grid}.example-card__images img{aspect-ratio:1;object-fit:cover;width:100%}.example-card__label{color:var(--muted);padding:.75rem 1rem;font-size:.875rem}.style-grid{gap:1.5rem;display:grid}@media (width>=640px){.style-grid{grid-template-columns:repeat(2,1fr)}}.style-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.style-card--active{border-color:var(--primary)}.style-card h3{font-size:1.125rem}.style-card p{color:var(--muted);margin:0;font-size:.9375rem}.style-card__tag{background:var(--primary);color:#fff;border-radius:4px;margin-top:.75rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.style-card__tag--soon{background:var(--border);color:var(--muted)}.cta-block{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:2.5rem 2rem}.cta-block p{color:var(--muted);max-width:28rem;margin-inline:auto 1rem}.faq-list{gap:1.5rem;max-width:40rem;display:grid}.faq-item h3{font-family:var(--font-sans);font-size:1rem;font-weight:600}.faq-item p{color:var(--muted);margin:0;font-size:.9375rem}
