:root{--brand-primary: #A89080;--brand-secondary: #1A1A1A;--brand-surface: #FAFAF8;--ink: #1A1A1A;--cream: #FAFAF8;--hairline: rgba(26, 26, 26, .12);--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-body);color:var(--ink);background:var(--cream);line-height:1.55;-webkit-font-smoothing:antialiased;font-size:16px}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.025em;line-height:1.1;margin:0;font-weight:600}h1{font-size:clamp(36px,5vw,64px)}h2{font-size:clamp(28px,4vw,44px)}h3{font-size:clamp(18px,2.5vw,24px)}p{margin:0}.container{max-width:1180px;margin:0 auto;padding:0 24px}@media (min-width: 768px){.container{padding:0 40px}}.btn-primary{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:var(--brand-primary);color:#fff;font-size:13px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;min-height:44px;transition:opacity .2s ease;font-family:var(--font-display)}.btn-primary:hover{opacity:.9}.btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:transparent;color:var(--brand-primary);font-size:13px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;text-decoration:none;border:.5px solid var(--brand-primary);cursor:pointer;min-height:44px;transition:all .2s ease;font-family:var(--font-display)}.btn-secondary:hover{background:var(--brand-primary);color:#fff}.btn-on-brand{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#fff;color:var(--brand-primary);font-size:13px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;min-height:44px;transition:opacity .2s ease;font-family:var(--font-display)}.btn-on-brand:hover{opacity:.9}.site-header{position:sticky;top:0;background:var(--cream);border-bottom:.5px solid var(--hairline);padding:18px 0;z-index:10}.site-header .container{display:flex;align-items:center;justify-content:space-between}.site-header .brand{font-family:var(--font-display);font-size:20px;color:var(--brand-primary);text-decoration:none;font-weight:600;letter-spacing:-.02em}.site-header nav{display:flex;gap:28px}.site-header nav a{color:var(--ink);text-decoration:none;font-size:14px;opacity:.75;transition:opacity .2s;font-weight:500}.site-header nav a:hover{opacity:1}@media (max-width: 767px){.site-header nav{gap:18px;font-size:13px}}.hero{padding:112px 0 96px;position:relative}.hero .eyebrow{display:inline-block;font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:var(--brand-primary);font-weight:600;margin-bottom:18px}.hero h1{font-size:clamp(40px,6vw,84px);margin:0 0 18px}.hero p{font-size:18px;max-width:560px;margin:0 0 32px;color:#1a1a1ab8;line-height:1.55}@media (max-width: 767px){.hero{padding:64px 0 56px}}section{padding:72px 0}@media (min-width: 768px){section{padding:112px 0}}.grid-3{display:grid;grid-template-columns:1fr;gap:28px;margin-top:48px}@media (min-width: 768px){.grid-3{grid-template-columns:repeat(3,1fr);gap:32px}}.card{padding:28px;background:var(--brand-surface);border:.5px solid var(--hairline)}.card h3{font-size:20px;margin:0 0 10px;color:var(--brand-primary)}.card p{margin:0;color:#1a1a1ab8;line-height:1.55}.proof h2{margin-bottom:12px}.proof-icon{width:32px;height:32px;background:var(--brand-primary);margin-bottom:18px}.services h2{margin-bottom:12px}.services-grid{display:grid;grid-template-columns:1fr;gap:28px;margin-top:48px}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr);gap:32px}}.service-card{padding:28px;background:var(--brand-surface);border:.5px solid var(--hairline)}.service-card h3{font-size:20px;margin:0 0 10px;color:var(--brand-primary)}.service-card p{margin:0 0 14px;color:#1a1a1ab8;line-height:1.55}.service-card .price{display:block;font-size:15px;font-weight:600;color:var(--ink)}.cta-band{background:var(--brand-primary);color:#fff;padding:80px 0;text-align:center}.cta-band h2{font-size:clamp(28px,4vw,48px);margin:0 0 24px;color:#fff}.site-footer{background:var(--ink);color:var(--cream);padding:64px 0 40px}.site-footer .footer-grid{display:grid;grid-template-columns:1fr;gap:40px}@media (min-width: 768px){.site-footer .footer-grid{grid-template-columns:2fr 1fr 1fr}}.site-footer h4{font-size:13px;text-transform:uppercase;letter-spacing:2px;opacity:.6;margin:0 0 16px;color:var(--cream);font-weight:600}.site-footer p{margin:6px 0;font-size:14px;opacity:.75;line-height:1.55}.site-footer .footer-small{margin-top:24px;font-size:13px}.site-footer a{color:var(--cream);text-decoration:none;opacity:.75;display:block;margin:6px 0;font-size:14px;transition:opacity .2s}.site-footer a:hover{opacity:1}.page-header{padding:96px 0 72px}.page-header .eyebrow{display:inline-block;font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:var(--brand-primary);font-weight:600;margin-bottom:18px}.page-header h1{margin:0 0 14px}.page-header p{font-size:18px;max-width:640px;color:#1a1a1ab8;line-height:1.55}@media (max-width: 767px){.page-header{padding:64px 0 48px}}.lead-form{background:var(--brand-surface);border-top:.5px solid var(--hairline);border-bottom:.5px solid var(--hairline)}.lead-form .form-wrap{max-width:640px;margin:0 auto;text-align:center}.lead-form h2{margin-bottom:12px}.lead-form p{margin-bottom:32px;color:#1a1a1ab8;line-height:1.55}.form{display:flex;gap:12px;max-width:480px;margin:0 auto}@media (max-width: 767px){.form{flex-direction:column}}.input{flex:1;padding:14px 18px;border:.5px solid var(--hairline);background:#fff;font-size:15px;font-family:var(--font-body);min-height:44px}.input::placeholder{color:#1a1a1a80}.product-grid-section h2{margin-bottom:48px}.product-grid{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{border:.5px solid var(--hairline);background:var(--brand-surface);padding:24px}.product-img{width:100%;aspect-ratio:4 / 3;background:linear-gradient(135deg,var(--brand-primary) 0%,rgba(168,144,128,.3) 100%);margin-bottom:18px}.product-card h3{font-size:20px;margin:0 0 10px;color:var(--brand-primary)}.product-card p{margin:0 0 18px;color:#1a1a1ab8;line-height:1.55;font-size:14px}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.product-footer .price{font-size:18px;font-weight:600;color:var(--ink)}.subscription-offer{background:var(--brand-surface);border-top:.5px solid var(--hairline);border-bottom:.5px solid var(--hairline)}.subscription-offer .offer-wrap{max-width:640px;margin:0 auto;text-align:center}.subscription-offer h2{margin-bottom:12px}.subscription-offer p{margin-bottom:24px;color:#1a1a1ab8;line-height:1.55}.story .story-content{max-width:760px;margin:0 auto}.story p{margin-bottom:24px;color:#1a1a1ad9;line-height:1.7;font-size:17px}.story p:last-child{margin-bottom:0}.values h2{margin-bottom:12px}.blog-index h1{margin-bottom:56px}.article-list{display:flex;flex-direction:column;gap:48px;max-width:840px}.article-card{border-bottom:.5px solid var(--hairline);padding-bottom:48px}.article-card:last-child{border-bottom:none}.article-date{display:block;font-size:13px;letter-spacing:1px;text-transform:uppercase;color:var(--brand-primary);font-weight:600;margin-bottom:12px}.article-card h2{font-size:clamp(22px,3vw,32px);margin-bottom:10px}.article-card p{color:#1a1a1ab8;line-height:1.6}.newsletter{background:var(--brand-surface);border-top:.5px solid var(--hairline)}.newsletter .newsletter-wrap{max-width:640px;margin:0 auto;text-align:center}.newsletter h2{margin-bottom:12px}.newsletter p{margin-bottom:32px;color:#1a1a1ab8;line-height:1.55}.contact-hero{padding:96px 0 72px}.contact-hero h1{margin-bottom:18px}.contact-hero .contact-body{font-size:18px;max-width:640px;margin-bottom:32px;color:#1a1a1ab8;line-height:1.55}.contact-info p{font-size:15px;color:var(--brand-primary);font-weight:600}@media (max-width: 767px){.contact-hero{padding:64px 0 48px}}
