/* BRENTOVA — css/style.css */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,700&family=Manrope:wght@400;500;600;700&display=swap');
:root{--bg-primary:#F7F4EF;--bg-secondary:#EDE9E2;--ink-primary:#1E1E1E;--ink-muted:#6B6B5E;--accent:#3D7A72;--accent-dark:#2E5C56;--white:#fff;--line:#d9d4ca;--shadow-soft:0 8px 40px rgba(0,0,0,.08);--shadow-card:0 4px 20px rgba(30,30,30,.06);--radius-sm:8px;--radius-md:16px;--radius-pill:999px}*{box-sizing:border-box}html{background:var(--bg-primary);scroll-behavior:smooth}body{margin:0;background:var(--bg-primary);color:var(--ink-primary);font-family:'Manrope',Arial,sans-serif;line-height:1.6}a{color:inherit}h1,h2,h3,h4{font-family:'Fraunces',Georgia,serif;line-height:1.12;margin:0 0 1rem}p{margin:0 0 1rem}.wrap{max-width:1280px;width:100%;margin:0 auto;padding:0 24px}.topbar{text-align:center;background:#EDE9E2;color:#6B6B5E;border-bottom:1px solid #d9d4ca;font-size:12px;padding:8px 16px}.site-header{position:sticky;top:0;z-index:40;background:#F7F4EF;border-bottom:1px solid #d9d4ca}.nav-row{max-width:1280px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font:700 30px/1 'Fraunces',Georgia,serif;text-decoration:none}.nav{display:flex;align-items:center;gap:22px;color:#6B6B5E;font-size:14px}.nav a,.footer a{text-decoration:none}.nav a:hover,.footer a:hover{color:#3D7A72}.button{display:inline-block;border:0;border-radius:999px;background:#3D7A72;color:#fff;padding:13px 24px;font-weight:700;text-decoration:none;cursor:pointer}.menu-button{display:none;background:none;border:0;font-size:24px;color:#6B6B5E}.mobile-nav{display:none;padding:16px 24px;border-top:1px solid #d9d4ca}.mobile-nav a{display:block;padding:8px 0;text-decoration:none;color:#6B6B5E}.hero{background:#2E5C56;color:#fff;min-height:650px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center}.hero .wrap{display:contents}.hero-copy{padding:96px max(24px,calc((100vw - 1232px)/2)) 96px 24px}.hero-media{height:100%;min-height:650px;background:linear-gradient(90deg,#2E5C56 0%,transparent 28%),url('../images/hero-bg.webp') center/cover}.hero h1,.hero h2,.hero p,.hero .eyebrow{color:#fff}.eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:700}.hero h1{font-size:clamp(44px,6vw,82px);max-width:700px}.hero p{font-size:19px;max-width:620px;color:#e8e8e8}.section{padding:88px 0}.section h2{font-size:clamp(34px,4vw,56px)}.section-intro{max-width:680px;margin-bottom:36px}.light{background:#F7F4EF;color:#1E1E1E}.light h2,.light h3,.light p,.light .eyebrow{color:#1E1E1E}.sand{background:#EDE9E2;color:#1E1E1E}.sand h2,.sand h3,.sand p,.sand .eyebrow{color:#1E1E1E}.dark{background:#2E5C56;color:#fff}.dark h2,.dark h3,.dark p,.dark .eyebrow{color:#fff}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.card{background:#fff;border:1px solid #d9d4ca;border-radius:16px;padding:28px;box-shadow:var(--shadow-card)}.card h3,.card p{color:#1E1E1E}.card p{color:#4d4d45}.feature-image{width:100%;height:240px;object-fit:cover;border-radius:8px;margin:0 0 20px;display:block}.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.split img,.content-image{width:100%;height:100%;max-height:500px;object-fit:cover;border-radius:8px;margin:0 auto;display:block}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.stat strong{font:700 50px/1 'Fraunces',Georgia,serif;color:#fff;display:block}.stat span{color:#e8e8e8}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.step{border-top:2px solid #3D7A72;padding-top:18px}.step b{font-size:13px;color:#3D7A72;letter-spacing:.1em;text-transform:uppercase}.step h3,.step p{color:#1E1E1E}.quote{font:700 clamp(26px,4vw,48px)/1.25 'Fraunces',Georgia,serif;max-width:900px}.quote small{font:500 14px/1.4 'Manrope',Arial,sans-serif;display:block;margin-top:24px;color:#c9d4e0}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;background:#fff}.data-table th,.data-table td{padding:16px;border-bottom:1px solid #d9d4ca;text-align:left;color:#1E1E1E}.data-table th{font-weight:700}.faq-list{display:grid;gap:16px}.faq-item{padding:22px;background:#fff;border:1px solid #d9d4ca;border-radius:8px}.faq-item h3,.faq-item p{color:#1E1E1E}.articles{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cta{text-align:center}.cta .wrap{padding-top:72px;padding-bottom:72px}.order{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:center}.order img{width:100%;max-height:500px;object-fit:cover;border-radius:8px}.order-form{background:#fff;padding:32px;border-radius:16px;border:1px solid #d9d4ca;box-shadow:var(--shadow-soft)}label{display:block;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#6B6B5E;margin-bottom:8px}input,select,textarea{width:100%;font:inherit;padding:13px 14px;border:1px solid #cfc9bf;border-radius:8px;background:#F7F4EF;color:#1E1E1E}form .field{margin-bottom:16px}.consent{display:flex;gap:10px;align-items:flex-start;font-size:12px;color:#6B6B5E}.consent input{width:auto;margin-top:5px}.footer{background:#EDE9E2;border-top:1px solid #d9d4ca;margin-top:64px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding:56px 24px}.footer h3,.footer p,.footer address,.footer .label{color:#1E1E1E}.footer p,.footer address,.footer a{color:#6B6B5E;font-size:14px}.footer .label{font-size:12px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:12px}.footer-bottom{border-top:1px solid #d9d4ca;padding:20px 24px;display:flex;justify-content:space-between;gap:20px;color:#6B6B5E;font-size:12px}.legal-note{text-align:center;padding:12px 24px;color:#6B6B5E;font-size:12px}.cookie-banner{display:none;position:fixed;left:50%;transform:translateX(-50%);bottom:16px;width:calc(100% - 24px);max-width:1100px;z-index:50;background:#F7F4EF;color:#1E1E1E;border:1px solid #d9d4ca;border-radius:16px;box-shadow:var(--shadow-soft);padding:18px}.cookie-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.cookie-modal{display:none;position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.5)}.cookie-modal>div{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;color:#1E1E1E;border-radius:16px;padding:32px;max-width:480px;width:calc(100% - 32px)}.policy h1{font-size:58px}.policy h2{font-size:32px;margin-top:36px}.policy p,.policy li{color:#333;max-width:920px}.callout{padding:28px;border-left:5px solid #3D7A72;background:#EDE9E2}.callout p,.callout h3{color:#1E1E1E}.breadcrumb{font-size:13px;color:#6B6B5E;padding:24px 0}.star{color:#3D7A72;letter-spacing:2px}.center{text-align:center}.muted{color:#6B6B5E}.small{font-size:13px}.list-clean{padding-left:22px}.list-clean li{margin-bottom:10px}.article-card img{height:210px}.icon-box{font-size:30px;color:#3D7A72;margin-bottom:14px}@media(max-width:1023px){.nav{display:none}.menu-button{display:block}.grid-4{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.hero-copy{padding:72px 24px}.hero-media{min-height:420px}.grid-3,.timeline,.articles{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.section{padding:56px 0}.split,.order{grid-template-columns:1fr;gap:28px}.grid-3,.grid-4,.timeline,.articles{grid-template-columns:1fr}.hero h1{font-size:48px}.hero-media{min-height:300px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.nav-row{padding:16px 24px}.stats{grid-template-columns:repeat(2,1fr);gap:28px}.stat strong{font-size:40px}.order-form{padding:22px}}
/* editorial utility classes */
.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:#3D7A72}.wide-rule{height:1px;background:#d9d4ca;border:0;margin:32px 0}.price{font:700 40px 'Fraunces',Georgia,serif}.old{text-decoration:line-through;color:#6B6B5E}.badge{display:inline-block;border:1px solid #3D7A72;color:#3D7A72;border-radius:999px;padding:5px 12px;font-size:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0} 
@media print{.site-header,.topbar,.footer,.cookie-banner{display:none!important}.section{padding:20px 0}.wrap{max-width:none}}
/* consistent tables, forms, notices, and article rhythm */
.notice{padding:18px 20px;background:#EDE9E2;border-radius:8px;color:#1E1E1E}.notice strong{color:#1E1E1E}.content-narrow{max-width:960px}.spaced>*+*{margin-top:18px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}
/* image slot rules */
img{max-width:100%}.content-image,.feature-image,.order img{background:#EDE9E2}
/* focus visibility */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #3D7A72;outline-offset:3px}
/* extra responsive safeguards */
@media(min-width:1024px){.desktop-columns{grid-template-columns:repeat(3,1fr)}.full-bleed{width:100vw;margin-left:calc(50% - 50vw)}}
@media(max-width:639px){.stats{grid-template-columns:repeat(2,1fr)}.cookie-actions .button{width:100%;text-align:center}}
@media(min-width:768px) and (max-width:1023px){.desktop-columns{grid-template-columns:repeat(2,1fr)}}
.file-note{font-size:12px;color:#6B6B5E}
