@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 'DM Sans',sans-serif}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.08;letter-spacing:-.035em;margin:0}h1{font-size:clamp(3rem,8vw,7.2rem);max-width:13ch}h2{font-size:clamp(2rem,5vw,4.2rem)}h3{font-size:1.35rem}a{color:inherit}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.8rem;z-index:20}.site-header{height:94px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.2rem,4vw,5rem);border-bottom:1px solid color-mix(in srgb,var(--ink) 13%,transparent);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:1rem;text-decoration:none;font-weight:600}.brand img{width:auto;height:48px;max-width:180px;object-fit:contain}.brand span{font-size:.76rem;max-width:18ch;line-height:1.25}.site-header nav{display:flex;gap:1.8rem}.site-header nav a{text-decoration:none;font-weight:600;font-size:.9rem}.site-header nav a[aria-current]{color:var(--primary)}.nav-toggle{display:none}.hero{min-height:calc(100vh - 94px);display:grid;grid-template-columns:1.15fr .85fr}.hero-copy{padding:clamp(4rem,8vw,9rem) clamp(1.2rem,5vw,7rem);display:flex;flex-direction:column;justify-content:center}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;font-weight:700;color:var(--primary);margin:0 0 1.4rem}.lead{font-size:clamp(1.1rem,2vw,1.4rem);max-width:38rem;color:color-mix(in srgb,var(--ink) 72%,transparent)}.actions{display:flex;align-items:center;gap:1.5rem;margin-top:2rem}.button{display:inline-flex;padding:1rem 1.35rem;background:var(--primary);color:#fff;text-decoration:none;font-weight:700;border-radius:2px}.text-link{font-weight:700;text-decoration:none}.hero-image{width:100%;height:100%;min-height:560px;object-fit:cover}.section{padding:clamp(5rem,10vw,10rem) clamp(1.2rem,5vw,7rem)}.section-head{max-width:760px;margin-bottom:4rem}.section-head>p:last-child{font-size:1.15rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:color-mix(in srgb,var(--ink) 15%,transparent);border:1px solid color-mix(in srgb,var(--ink) 15%,transparent)}.card{padding:2.4rem;background:var(--paper);min-height:250px}.card span{color:var(--primary);font-weight:700}.card h3{margin:2rem 0 1rem}.tone{background:color-mix(in srgb,var(--accent) 14%,var(--paper))}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product{background:#fff}.product img{width:100%;height:310px;object-fit:contain;padding:2rem}.product div{padding:1.5rem}.statement{padding:clamp(5rem,12vw,12rem) clamp(1.2rem,8vw,10rem);background:var(--primary);color:#fff}.statement h2{max-width:18ch;margin:1rem 0 2.5rem}.button.light{background:#fff;color:var(--primary)}.page-hero{padding:clamp(5rem,10vw,10rem) clamp(1.2rem,8vw,10rem);background:color-mix(in srgb,var(--accent) 11%,var(--paper))}.page-hero h1{font-size:clamp(2.8rem,7vw,6rem)}.prose{padding:clamp(4rem,8vw,8rem) clamp(1.2rem,8vw,10rem);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5rem}.prose h2{font-size:clamp(1.7rem,3vw,2.8rem);margin-bottom:1.5rem}footer{background:#151515;color:#eee;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding:4rem clamp(1.2rem,5vw,7rem)}footer div{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}footer img{max-width:180px;max-height:54px;filter:brightness(0) invert(1)}footer a{text-decoration:none}
@media(max-width:850px){.site-header{height:78px}.brand img{height:40px}.brand span{display:none}.nav-toggle{display:block;background:none;border:1px solid;padding:.6rem .8rem}.site-header nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:1.5rem;flex-direction:column;border-bottom:1px solid}.site-header nav.open{display:flex}.hero{grid-template-columns:1fr}.hero-image{min-height:360px;max-height:55vh;grid-row:1}.hero-copy{grid-row:2}.cards,.products,.prose,footer{grid-template-columns:1fr}.card{min-height:0}.actions{align-items:flex-start;flex-direction:column}.prose{gap:2.5rem}}
