.hero{position:relative;isolation:isolate;min-height:min(690px,76vh);overflow:hidden;background:#dce8e2}.hero:after{z-index:-1;content:"";background:linear-gradient(90deg,rgba(8,16,14,.84),rgba(8,16,14,.61) 38%,rgba(8,16,14,.04) 72%)}.hero-image,.hero:after{position:absolute;inset:0}.hero-image{z-index:-2;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-inner{display:flex;align-items:center;min-height:inherit;padding-block:80px}.hero-copy{width:min(620px,100%);color:#fff}.hero-copy h1{max-width:660px;color:#fff}.hero-copy>p:not(.eyebrow){max-width:530px;color:hsla(0,0%,100%,.8);font-size:1.1rem}.hero .eyebrow{color:var(--accent)}.hero .button{margin-top:14px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.category-card{display:flex;min-width:0;flex-direction:column;gap:5px;font-size:.8rem}.category-image{overflow:hidden;margin-bottom:10px;aspect-ratio:1;background:var(--mist);border-radius:var(--radius)}.category-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.category-card:hover img{transform:scale(1.035)}.category-card strong{font-size:1rem}.category-card>span:last-child{color:var(--muted)}.trust-section{padding-block:34px;color:#eaf0ed;background:var(--ink)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.trust-grid div{display:grid;gap:3px}.trust-grid strong{color:var(--accent);font-size:.9rem}.trust-grid span{color:#aebbb7;font-size:.78rem}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.journal-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius)}.journal-card p{margin:15px 0 6px;color:var(--muted);font-size:.75rem}.journal-card h3{font-size:1.35rem}@media (max-width:1000px){.category-grid{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.hero{min-height:620px}.hero:after{background:linear-gradient(90deg,rgba(8,16,14,.82),rgba(8,16,14,.25))}.hero-copy{width:min(88%,560px)}.category-grid{grid-template-columns:repeat(2,1fr)}.journal-grid{grid-template-columns:1fr;gap:34px}}@media (max-width:430px){.trust-grid{grid-template-columns:1fr;gap:20px}}