
:root{ color-scheme: light; }
*{box-sizing:border-box;}
body{margin:0; background:oklch(0.98 0.004 80); font-family:'Inter',sans-serif; color:oklch(0.2 0.01 260);}
a{color:oklch(0.5 0.19 25); text-decoration:none;}
a:hover{color:oklch(0.4 0.19 25);}
.label{font-family:'Barlow Condensed',sans-serif; letter-spacing:0.14em; text-transform:uppercase;}
img{max-width:100%; display:block;}

.site-header{position:sticky; top:0; z-index:50; background:oklch(0.99 0.002 80 / 0.92); backdrop-filter:blur(8px); border-bottom:1px solid oklch(0.9 0.005 80); display:flex; align-items:center; justify-content:space-between; padding:14px 40px; gap:20px;}
.logo-link{display:flex; align-items:center;}
.logo-img{height:46px; width:auto; object-fit:contain;}
.site-nav{display:flex; align-items:center; gap:22px; flex-wrap:wrap;}
.nav-toggle{display:none; flex-direction:column; justify-content:center; gap:5px; width:36px; height:36px; background:none; border:none; cursor:pointer; padding:0; flex-shrink:0;}
.nav-toggle span{display:block; width:100%; height:2px; background:oklch(0.2 0.01 260); transition:transform 0.2s, opacity 0.2s;}
.navlink-cta-mobile{display:none;}
.navlink{font-family:'Barlow Condensed',sans-serif; letter-spacing:0.1em; text-transform:uppercase; font-size:13px; font-weight:600; color:oklch(0.25 0.01 260); padding:6px 2px; border-bottom:2px solid transparent;}
.navlink:hover{color:oklch(0.5 0.19 25);}
.navlink-active{color:oklch(0.5 0.19 25); border-bottom-color:oklch(0.5 0.19 25);}
.btn-primary{background:oklch(0.5 0.19 25); color:white !important; padding:11px 22px; border-radius:2px; font-weight:600; font-size:14px; white-space:nowrap; display:inline-block;}
.btn-primary:hover{background:oklch(0.42 0.19 25); color:white !important;}
.btn-small{padding:11px 22px;}
.btn-outline{border:1.5px solid oklch(0.5 0.02 260); color:white !important; padding:15px 28px; font-weight:700; font-size:15px; border-radius:2px; display:inline-block;}
.btn-outline:hover{background:rgba(255,255,255,0.08);}
.btn-lg{padding:15px 28px; font-weight:700; font-size:15px;}

.page-header{background:linear-gradient(135deg, oklch(0.2 0.012 260) 0%, oklch(0.15 0.01 260) 100%); color:white; padding:70px 40px 56px; text-align:center;}
.kicker{font-size:13px; font-weight:700; color:oklch(0.72 0.16 25); margin-bottom:14px;}
.page-title{font-size:42px; font-weight:800; margin:0 auto 18px; max-width:780px; line-height:1.15;}
.page-sub{font-size:17px; line-height:1.65; color:oklch(0.85 0.01 260); max-width:640px; margin:0 auto;}

.wrap{max-width:1080px; margin:0 auto; padding:80px 40px;}
.wrap-narrow{max-width:960px; margin:0 auto; padding:80px 40px;}
.wrap-wide{max-width:1180px; margin:0 auto; padding:0 40px;}

.hero{background:linear-gradient(135deg, oklch(0.2 0.012 260) 0%, oklch(0.15 0.01 260) 100%); color:white; padding:100px 40px 90px;}
.hero-grid{max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1.1fr 0.9fr; gap:60px; align-items:center;}
.hero h1{font-size:52px; line-height:1.08; font-weight:800; margin:0 0 24px; letter-spacing:-0.01em;}
.hero p{font-size:18px; line-height:1.6; color:oklch(0.85 0.01 260); max-width:520px; margin:0 0 34px;}
.hero-ctas{display:flex; gap:16px; flex-wrap:wrap;}
.hero-logo{width:100%; max-width:380px; filter:drop-shadow(0 20px 50px rgba(0,0,0,0.4)); margin:0 auto;}
.hero-logo-panel{background:white; border-radius:12px; padding:32px; max-width:380px; margin:0 auto; box-shadow:0 20px 50px rgba(0,0,0,0.35);}
.hero-logo-panel img{width:100%; height:auto;}
.contact-card-logo-panel{background:white; border-radius:10px; padding:18px; display:inline-block; margin-bottom:24px;}
.contact-card-logo-panel img{height:56px; width:auto; margin:0;}

.stats-bar{background:oklch(0.15 0.01 260); padding:22px 40px; border-top:1px solid oklch(0.28 0.01 260);}
.stats-grid{max-width:1180px; margin:0 auto; display:flex; justify-content:space-between; flex-wrap:wrap; gap:20px; color:oklch(0.75 0.01 260);}
.stat{text-align:center; min-width:140px;}
.stat-value{font-size:28px; font-weight:800; color:white;}
.stat-label{font-size:11.5px; font-weight:600; margin-top:4px;}

.cards-grid{max-width:1180px; margin:0 auto; padding:100px 40px; display:grid; grid-template-columns:1fr 1fr; gap:36px;}
.card{cursor:pointer; border:1px solid oklch(0.9 0.005 80); border-radius:4px; overflow:hidden; background:white; transition:box-shadow 0.2s;}
.card:hover{box-shadow:0 16px 40px rgba(0,0,0,0.08);}
.card-img{height:300px; overflow:hidden;}
.card-img img{width:100%; height:100%; object-fit:cover; display:block;}
.photo-cover{width:100%; height:100%; object-fit:cover; display:block; border-radius:4px;}
.card-body{padding:34px;}
.card-tag{font-size:12px; font-weight:700; margin-bottom:10px;}
.card h3{font-size:24px; font-weight:800; margin:0 0 12px; color:oklch(0.2 0.01 260);}
.card p{font-size:15.5px; line-height:1.6; color:oklch(0.4 0.01 260); margin:0 0 16px;}
.card-link{font-size:13px; font-weight:700;}

.problem-band{background:oklch(0.95 0.005 80); padding:90px 40px;}
.problem-inner{max-width:900px; margin:0 auto; text-align:center;}
.problem-inner h2{font-size:34px; font-weight:800; color:oklch(0.2 0.01 260); margin:0 0 20px; line-height:1.2;}
.problem-inner p{font-size:17px; line-height:1.7; color:oklch(0.38 0.01 260); margin:0 0 32px;}
.text-link{display:inline-block; border-bottom:2px solid oklch(0.5 0.19 25); font-weight:700; font-size:15px; color:oklch(0.2 0.01 260); padding-bottom:2px;}

.placeholder-red{background:repeating-linear-gradient(45deg, oklch(0.94 0.01 25), oklch(0.94 0.01 25) 12px, oklch(0.9 0.03 25) 12px, oklch(0.9 0.03 25) 24px); color:oklch(0.4 0.05 25);}
.placeholder-gray{background:repeating-linear-gradient(45deg, oklch(0.93 0.005 260), oklch(0.93 0.005 260) 12px, oklch(0.88 0.01 260) 12px, oklch(0.88 0.01 260) 24px); color:oklch(0.4 0.01 260);}

.two-col{display:grid; grid-template-columns:1fr 1fr; gap:60px; margin-bottom:90px;}
.two-col h2{font-size:26px; font-weight:800; color:oklch(0.2 0.01 260); margin:0 0 16px;}
.two-col p{font-size:16px; line-height:1.75; color:oklch(0.35 0.01 260); margin:0 0 16px;}

.about-grid{display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:start;}
.about-grid p{font-size:16.5px; line-height:1.75; color:oklch(0.32 0.01 260); margin:0 0 20px;}
.about-photo{height:280px; border-radius:4px; overflow:hidden;}

.stat-strip{margin-top:70px; display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:oklch(0.9 0.005 80); border-radius:4px; overflow:hidden;}
.stat-strip .cell{background:white; padding:32px;}
.stat-strip .num{font-size:30px; font-weight:800; color:oklch(0.5 0.19 25);}
.stat-strip .lbl{font-size:12.5px; font-weight:600; color:oklch(0.45 0.01 260); margin-top:8px;}

.engage-box{background:white; border:1px solid oklch(0.9 0.005 80); border-radius:6px; padding:48px; margin-bottom:90px;}
.engage-box .eyebrow{font-size:12.5px; font-weight:700; color:oklch(0.5 0.19 25); margin-bottom:14px;}
.engage-grid{display:grid; grid-template-columns:1fr 1fr; gap:40px;}
.engage-grid h3{font-size:19px; font-weight:700; color:oklch(0.2 0.01 260); margin:0 0 10px;}
.engage-grid p{font-size:15px; line-height:1.7; color:oklch(0.4 0.01 260); margin:0;}

.faq-list{margin-bottom:90px;}
.faq-item{border-bottom:1px solid oklch(0.9 0.005 80);}
.faq-q{padding:20px 0; display:flex; justify-content:space-between; align-items:center; cursor:pointer; gap:20px; font-size:16px; font-weight:600; color:oklch(0.2 0.01 260); list-style:none;}
.faq-q::-webkit-details-marker{display:none;}
.faq-icon::before{content:'+'; font-size:20px; color:oklch(0.5 0.19 25);}
details[open] .faq-icon::before{content:'\2212';}
.faq-a{font-size:15px; line-height:1.7; color:oklch(0.38 0.01 260); margin:0 0 22px; max-width:760px;}

.cta-band{background:oklch(0.15 0.01 260); border-radius:6px; padding:48px; text-align:center; color:white;}
.cta-band h3{font-size:24px; font-weight:800; margin:0 0 12px;}
.cta-band p{font-size:15.5px; color:oklch(0.8 0.01 260); margin:0 0 26px;}

.products-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:oklch(0.9 0.005 80); border-radius:6px; overflow:hidden; margin-bottom:90px;}
.product-cell{background:white; padding:36px;}
.product-cell .tag{font-size:12px; font-weight:700; color:oklch(0.45 0.02 260); margin-bottom:10px;}
.product-cell h3{font-size:19px; font-weight:700; color:oklch(0.2 0.01 260); margin:0 0 10px;}
.product-cell p{font-size:14.5px; line-height:1.65; color:oklch(0.4 0.01 260); margin:0;}

.audience-section{margin-bottom:90px;}
.audience-heading{font-size:13px; font-weight:700; color:oklch(0.45 0.02 260); margin-bottom:16px; text-align:center;}
.audience-tabs{display:flex; justify-content:center; gap:8px; margin-bottom:40px; flex-wrap:wrap;}
.audience-tab{padding:12px 22px; border-radius:24px; font-weight:600; font-size:14px; cursor:pointer; background:oklch(0.95 0.005 80); color:oklch(0.35 0.01 260); border:none; font-family:inherit;}
.audience-tab.active{background:oklch(0.5 0.19 25); color:white;}
.audience-panel{background:white; border:1px solid oklch(0.9 0.005 80); border-radius:6px; padding:44px;}
.audience-panel h3{font-size:21px; font-weight:800; color:oklch(0.2 0.01 260); margin:0 0 14px;}
.audience-panel p{font-size:15.5px; line-height:1.75; color:oklch(0.36 0.01 260); margin:0 0 16px;}
.audience-panel .stat{font-size:12.5px; font-weight:700; color:oklch(0.5 0.19 25); text-align:left; min-width:0;}
.audience-panel-item{display:none;}
.audience-panel-item.active{display:block;}

.surface-wrap{margin-bottom:90px;}
.surface-wrap h2{font-size:26px; font-weight:800; color:oklch(0.2 0.01 260); margin:0 0 10px;}
.surface-wrap>p{font-size:15px; color:oklch(0.4 0.01 260); margin:0 0 26px;}
.surface-table{border:1px solid oklch(0.9 0.005 80); border-radius:6px; overflow:hidden; width:100%; border-collapse:collapse;}
.surface-table thead tr{background:oklch(0.15 0.01 260); color:white;}
.surface-table th{padding:14px 10px; font-size:12.5px; font-family:'Barlow Condensed',sans-serif; letter-spacing:0.1em; text-transform:uppercase; font-weight:600; text-align:center;}
.surface-table th:first-child{text-align:left; padding-left:20px;}
.surface-table td{padding:13px 10px; text-align:center; border-top:1px solid oklch(0.92 0.005 80); font-size:14px;}
.surface-table td:first-child{text-align:left; padding-left:20px; color:oklch(0.25 0.01 260);}
.surface-table td.yes{color:oklch(0.5 0.19 25); font-weight:700;}
.surface-table tbody tr:nth-child(even){background:oklch(0.98 0.003 80);}

h2.section-title{font-size:26px; font-weight:800; color:oklch(0.2 0.01 260); margin:0 0 28px;}

.contact-grid{max-width:1080px; margin:0 auto; padding:80px 40px; display:grid; grid-template-columns:1fr 1fr; gap:60px;}
.contact-grid h2{font-size:22px; font-weight:800; color:oklch(0.2 0.01 260); margin:0 0 24px;}
.contact-form{display:flex; flex-direction:column; gap:16px;}
.contact-form input, .contact-form textarea{padding:14px 16px; border:1px solid oklch(0.85 0.005 80); border-radius:4px; font-size:15px; font-family:inherit;}
.contact-form textarea{resize:vertical;}
.contact-submit{background:oklch(0.5 0.19 25); color:white; padding:15px; text-align:center; font-weight:700; font-size:15px; border-radius:4px; border:none; cursor:pointer; font-family:inherit;}
.contact-submit:hover{background:oklch(0.42 0.19 25);}
.contact-card{background:oklch(0.15 0.01 260); color:white; border-radius:6px; padding:40px;}
.contact-card img{height:56px; width:auto; margin-bottom:24px;}
.contact-phone{font-size:26px; font-weight:800; margin-bottom:6px;}
.contact-hours{color:oklch(0.75 0.01 260); font-size:14.5px; margin-bottom:28px;}
.contact-divider{height:1px; background:oklch(0.3 0.01 260); margin:0 0 28px;}
.contact-eyebrow{font-size:12px; font-weight:700; color:oklch(0.72 0.16 25); margin-bottom:8px;}
.contact-addr{font-size:15.5px; line-height:1.6; color:oklch(0.88 0.01 260);}

.site-footer{background:oklch(0.12 0.008 260); color:oklch(0.65 0.01 260); padding:56px 40px 30px;}
.footer-grid{max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:50px;}
.footer-logo-panel{background:white; border-radius:8px; padding:14px 18px; display:inline-block; margin-bottom:16px;}
.footer-logo{height:40px; width:auto; display:block;}
.footer-desc{font-size:14px; line-height:1.7; max-width:340px; margin:0;}
.footer-heading{font-size:12px; font-weight:700; color:white; margin-bottom:16px;}
.footer-links{display:flex; flex-direction:column; gap:10px; font-size:14px;}
.footer-links a{color:oklch(0.65 0.01 260);}
.footer-links a:hover{color:white;}
.footer-bottom{max-width:1180px; margin:44px auto 0; padding-top:24px; border-top:1px solid oklch(0.25 0.01 260); display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:13px;}

@media (max-width: 860px){
  .hero-grid, .two-col, .cards-grid, .about-grid, .contact-grid, .products-grid, .engage-grid{grid-template-columns:1fr;}
  .stat-strip{grid-template-columns:1fr;}
  .site-header{padding:14px 20px;}
  .hero, .page-header{padding:56px 20px 40px;}
  .hero h1{font-size:34px;}
  .hero p{font-size:16px;}
  .page-title{font-size:30px;}
  .wrap, .wrap-narrow, .contact-grid, .cards-grid{padding:56px 20px;}
  .two-col, .engage-grid{gap:36px;}
  .cards-grid{gap:28px;}
  .about-grid{gap:32px;}
  .problem-band{padding:64px 20px;}
  .problem-inner h2{font-size:27px;}
  .stats-bar{padding:24px 20px;}
  .stats-grid{justify-content:space-between; row-gap:24px;}
  .stat{min-width:calc(50% - 10px);}
  .engage-box, .cta-band, .audience-panel{padding:28px;}
  .card-body{padding:26px;}
  .footer-grid{grid-template-columns:1fr; gap:36px;}
  .surface-wrap{overflow-x:auto; -webkit-overflow-scrolling:touch;}
  .surface-table{min-width:640px;}
}

@media (max-width: 1100px){
  .nav-toggle{display:flex;}
  .header-cta{display:none;}
  .site-header{position:sticky; flex-wrap:nowrap;}
  .site-nav{display:none; position:absolute; top:100%; left:0; right:0; flex-direction:column; align-items:stretch; gap:0; background:oklch(0.99 0.002 80); padding:4px 20px 12px; border-bottom:1px solid oklch(0.9 0.005 80); box-shadow:0 16px 30px rgba(0,0,0,0.08);}
  .site-nav.nav-open{display:flex;}
  .navlink{width:100%; padding:14px 0; border-bottom:1px solid oklch(0.94 0.005 80);}
  .navlink-active{border-bottom-color:oklch(0.94 0.005 80);}
  .navlink-cta-mobile{display:block; color:oklch(0.5 0.19 25) !important; font-weight:700;}
}

@media (max-width: 480px){
  .hero, .page-header{padding:48px 16px 34px;}
  .hero h1{font-size:28px;}
  .page-title{font-size:25px;}
  .kicker{font-size:12px;}
  .wrap, .wrap-narrow, .contact-grid, .cards-grid{padding:44px 16px;}
  .hero-ctas{flex-direction:column; align-items:stretch;}
  .hero-ctas a{text-align:center;}
  .hero-logo-panel{padding:20px;}
  .stat{min-width:100%;}
  .audience-tabs{flex-direction:column; align-items:stretch;}
  .audience-tab{text-align:center;}
  .site-header{padding:12px 16px;}
  .logo-img{height:38px;}
  .site-footer{padding:44px 16px 24px;}
  .footer-bottom{flex-direction:column; gap:8px;}
}
