@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Work+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#1f342c;--pine:#2a4a3d;--forest:#243d32;--gold:#d4a04a;--paper:#f5f0e6;--muted:#5a6d64;--line:#d4c9b5;--shadow:0 18px 40px rgba(28,44,36,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.7 'Work Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:auto}.wrap{width:min(1140px,calc(100% - 40px));margin:auto}.top{background:var(--forest);color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.top .wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand,.hero h1,.title,.card h3,.note h3,.cta h2,.footer h3,.fact b,.prose h2{font-family:'Cormorant Garamond',Georgia,serif}.brand{font-size:28px;letter-spacing:.03em}.brand span{color:var(--gold)}.nav{display:flex;gap:22px;align-items:center;font-size:14px;font-weight:600}.nav a{opacity:.78}.nav a:hover,.nav a.active{opacity:1;color:#f2d48a}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gold);background:var(--gold);padding:13px 22px;border-radius:4px;font-weight:700;font-size:14px;letter-spacing:.03em}.button:hover{background:#e0b05c}.button.outline{background:transparent;color:white}.button.outline:hover{background:#fff;color:var(--forest)}.hero{background:var(--forest);color:white;padding:56px 0 70px}.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center}.eyebrow{display:block;color:#f2d48a;text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:700;margin-bottom:16px}.hero h1,.title{line-height:1.12;margin:0}.hero h1{font-size:clamp(40px,5vw,62px);max-width:640px}.hero p{font-size:17px;color:#dce8df;max-width:540px;margin:20px 0 28px}.hero-image{position:relative;min-height:400px}.hero-image img{height:400px;object-fit:cover;border-radius:3px;box-shadow:var(--shadow)}.stamp{position:absolute;right:-18px;bottom:-16px;background:var(--gold);color:var(--forest);padding:16px 20px;font-weight:700;max-width:200px;line-height:1.35;font-size:14px}.quick{background:#e9e1d2}.quick .wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#cfc0a8}.quick-item{background:#e9e1d2;padding:24px 26px}.quick-item b{display:block;font-size:14px;margin-bottom:5px}.quick-item span{font-size:14px;color:#4f6058}.section{padding:80px 0}.section.tinted{background:#ebe3d4}.section.dark{background:var(--pine);color:#fff}.section-head{max-width:660px;margin-bottom:36px}.title{font-size:clamp(30px,3.5vw,46px)}.section-head p{margin:14px 0 0;color:var(--muted)}.dark .section-head p{color:#dbe7dd}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid var(--line);border-top:4px solid #e0c896;background:#fffcf6;padding:26px 24px;border-radius:2px}.card .num{color:#a07838;font-weight:700;font-size:12px;letter-spacing:.1em}.card h3{font-size:26px;line-height:1.15;margin:11px 0}.card p,.feature-copy p{margin:0;color:var(--muted)}.feature{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.feature img{min-height:400px;object-fit:cover;border-radius:3px}.feature-copy p{margin:18px 0}.facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.fact{padding:26px 16px;border-right:1px solid rgba(255,255,255,.2)}.fact:last-child{border:0}.fact b{display:block;font-size:34px;color:#f2d48a}.fact span{font-size:14px;color:#d9e3dc}.two{display:grid;grid-template-columns:1fr 1fr;gap:18px}.note{background:#fffcf6;border-left:4px solid var(--gold);padding:22px}.note h3{margin:0 0 8px;font-size:24px;line-height:1.15}.note p{margin:0;color:var(--muted)}.cta{background:var(--gold);color:#102e25;padding:46px 0}.cta .wrap{display:flex;justify-content:space-between;align-items:center;gap:26px}.cta h2{font-size:clamp(26px,3.8vw,42px);line-height:1.12;margin:0;max-width:640px}.cta .button{background:var(--forest);color:white;border-color:var(--forest);white-space:nowrap}.footer{background:#1a2f27;color:#d7e1da;padding:42px 0 16px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:36px}.footer h3{font-size:22px;color:white;margin:0 0 10px}.footer p,.footer li{font-size:14px;margin:5px 0;color:#b7c7bd}.footer ul{list-style:none;padding:0;margin:0}.legal{border-top:1px solid rgba(255,255,255,.14);margin-top:28px;padding-top:16px;font-size:12px;color:#a3b4a9}.page-hero{background:var(--forest);padding:64px 0;color:white}.page-hero p{max-width:680px;color:#d9e6dc;font-size:17px}.prose{max-width:800px}.prose h2{font-size:28px;line-height:1.2;margin:40px 0 10px}.prose p,.prose li{color:#4d5e56}.alert{padding:18px 20px;background:#f5ead1;border-left:4px solid var(--gold);color:#5c481f}.cookie{position:fixed;right:16px;bottom:16px;background:#fffcf6;box-shadow:var(--shadow);width:min(400px,calc(100% - 32px));padding:18px;z-index:10;border-top:3px solid var(--gold);border-radius:2px}.cookie p{font-size:13px;margin:5px 0 14px;color:var(--muted)}.cookie button{border:0;background:var(--forest);color:white;padding:10px 16px;cursor:pointer;font-weight:700;border-radius:3px}@media(max-width:760px){.top .wrap{height:auto;padding:16px 0;align-items:flex-start}.nav{gap:11px;flex-wrap:wrap;justify-content:flex-end}.hero-grid,.feature,.quick .wrap,.cards,.facts,.two,.footer-grid{grid-template-columns:1fr}.hero-image{min-height:auto}.hero-image img{height:280px}.stamp{right:8px;bottom:-12px}.quick .wrap{gap:0}.fact{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.cta .wrap{display:block}.cta .button{margin-top:20px}.section{padding:58px 0}.footer-grid{gap:20px}}
