@import url('/fonts.css');
:root{--yellow:#f4c343;--ink:#202522;--muted:#59605b;--paper:#fff;--line:#dce0da;--soft:#f3f4f0;--width:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:150px}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.65 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #ac7600;outline-offset:5px}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.04;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:700}h1{font-size:clamp(3.4rem,6.6vw,6.5rem);letter-spacing:-.02em;text-transform:uppercase}h2{font-size:clamp(2.6rem,4vw,4rem)}h3{font-size:2rem}p{max-width:70ch}button{cursor:pointer}svg{width:22px;height:22px;flex:none}.wrap{width:min(var(--width),calc(100% - 96px));margin:auto}.eyebrow{font-size:.8rem;letter-spacing:.16em;font-weight:700;text-transform:uppercase;display:block;margin-bottom:20px}.skip{position:absolute;top:-100px;background:var(--yellow);padding:12px;z-index:100}.skip:focus{top:0}.topbar{background:var(--ink);color:white;font-size:.8rem}.topbar .wrap{display:flex;justify-content:space-between;padding-top:8px;padding-bottom:8px}.topbar span:last-child{color:#e2e6df}.header{position:sticky;top:0;background:#fff;z-index:20;border-bottom:1px solid var(--line)}.header-row{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:100px}.logo{width:225px;flex-shrink:0}.nav{display:flex;gap:30px;align-items:center;font-size:.92rem;font-weight:600}.nav a:hover{color:#946500}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;min-height:52px;padding:13px 24px;background:var(--yellow);color:var(--ink);font-weight:700;font-size:.92rem;border:1px solid transparent;transition:background .2s}.button:hover{background:#e4b333}.button.dark{background:var(--ink);color:white}.button.dark:hover{background:#3b443e}.button.outline{border-color:#68736b;color:white;background:transparent}.menu-button{display:none;background:none;border:0;padding:10px}.hero{background:var(--ink);color:#fff;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:590px}.hero-copy{padding:66px 54px 68px 0;position:relative;z-index:1}.hero .eyebrow{color:var(--yellow)}.hero h1 span{color:var(--yellow)}.hero-copy p{color:#d1d7d2;margin:27px 0 30px;max-width:44ch;font-size:1.02rem}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-media{position:relative;margin-right:calc((min(var(--width),100vw - 96px) - 100vw)/2)}.hero-media>img{width:100%;height:100%;object-fit:cover;position:absolute;object-position:25% 50%}.hero-media:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(32,37,34,.14),transparent 40%)}.hero-stamp{position:absolute;bottom:34px;left:34px;background:var(--yellow);color:var(--ink);padding:20px 25px;z-index:1;display:flex;gap:18px;align-items:center}.hero-stamp strong{font:700 3.5rem/1 'Barlow Condensed',sans-serif}.hero-stamp span{font-size:.75rem;font-weight:700;line-height:1.5;letter-spacing:.09em}.benefits{border-bottom:1px solid var(--line);background:var(--soft)}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:25px 0;gap:24px}.benefit{display:flex;align-items:center;gap:15px;font-size:.88rem;font-weight:600}.benefit svg{width:28px;height:28px}.section{padding:84px 0}.section-top{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:36px}.section-top p{max-width:38ch;color:var(--muted)}.section-top .eyebrow{margin-bottom:12px;color:var(--muted)}.text-link{font-weight:700;border-bottom:1px solid;padding-bottom:4px;font-size:.92rem}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 24px}.category-card{display:block;border-bottom:1px solid var(--line);padding-bottom:22px}.category-image{overflow:hidden;background:var(--soft);aspect-ratio:1.55;position:relative}.category-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.category-card:hover img{transform:scale(1.04)}.category-card .card-heading{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-top:19px}.category-card h3{font-size:1.8rem}.category-card p{font-size:.87rem;color:var(--muted);margin-top:8px}.card-number{position:absolute;top:12px;left:12px;background:white;padding:2px 9px;font-size:.75rem;font-weight:700}.story{background:var(--soft)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.story-image{height:480px;width:100%;object-fit:cover}.story-copy h2{margin-bottom:25px}.story-copy p{margin-bottom:24px;color:var(--muted)}.story-copy .eyebrow{color:var(--muted)}.source-notes{display:grid;grid-template-columns:1fr 1fr;gap:40px}.source-notes h3{font-size:1.8rem;margin-bottom:12px}.source-notes p{font-size:.95rem;color:var(--muted)}.contact{background:var(--yellow);padding:74px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.contact h2{margin-bottom:20px}.contact-phone{display:inline-block;font:600 2.2rem 'Barlow Condensed',sans-serif;margin:12px 0}.contact-email{display:block;font-weight:600;word-break:break-word}.contact form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact label{display:flex;flex-direction:column;font-size:.84rem;font-weight:600;gap:5px}.contact input,.contact textarea{width:100%;border:1px solid #a0812b;background:#fffefa;padding:11px 12px;border-radius:0;font-size:1rem}.contact textarea{min-height:110px;resize:vertical}.full{grid-column:1/-1}.contact small{font-size:.8rem;line-height:1.5;display:block}.footer{background:var(--ink);color:#f5f6f3;padding:60px 0 22px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:35px}.footer-brand{font:700 2.4rem/.96 'Barlow Condensed',sans-serif;letter-spacing:.01em}.footer-brand span{color:var(--yellow)}.footer h3{font:600 .85rem 'DM Sans',sans-serif;margin-bottom:19px}.footer p,.footer a,.footer dt,.footer dd{font-size:.83rem;color:#d2d9d3}.footer dl{margin:0}.footer dd{margin:0 0 10px}.footer a:hover{color:var(--yellow)}.footer-bottom{border-top:1px solid #4b524c;margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:.75rem;color:#b4bdb5}.footer-links{display:flex;gap:20px}.breadcrumb{font-size:.82rem;color:var(--muted);margin-bottom:30px}.page-hero{background:var(--soft);padding:45px 0 58px}.page-hero h1{font-size:clamp(3.2rem,6vw,5.5rem);max-width:16ch}.page-hero p{margin-top:22px;color:var(--muted)}.page-hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:65px;align-items:center}.page-hero img{width:100%;height:290px;object-fit:cover}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px 26px}.product-card img{height:245px;object-fit:contain;width:100%;background:var(--soft);padding:15px;margin-bottom:22px}.product-card h2{font-size:2rem;margin-bottom:15px}.product-card p{font-size:.94rem;color:var(--muted)}.product-card .text-link{display:inline-block;margin-top:18px;font-size:.85rem}.article{max-width:850px;margin:auto}.article h2{font-size:2.6rem;margin:40px 0 20px}.article h3{font-size:2rem;margin:30px 0 16px}.article p{margin:0 0 22px;white-space:pre-line}.article img{max-height:480px;object-fit:contain;margin:30px auto}.article a{color:#806000;text-decoration:underline;overflow-wrap:anywhere}.directory{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.directory a{padding:22px;border:1px solid var(--line);font-weight:600;display:flex;justify-content:space-between;gap:15px}.directory a:hover{background:var(--soft)}.empty{padding:60px 0}.empty p{margin:22px 0}.notice{padding:20px;background:var(--soft);border-left:4px solid var(--yellow);margin-bottom:30px;font-size:.9rem}.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(min-width:1600px){.hero-grid{min-height:650px}.hero-copy{padding-top:85px}}
@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.nav{gap:18px}.logo{width:180px}.header-row{gap:20px;min-height:85px}.nav .button{padding:11px 15px}.hero h1{font-size:4.5rem}.hero-copy{padding:50px 25px 55px 0}.hero-media{margin-right:-24px}.hero-grid{min-height:570px}.story-grid,.contact-grid{gap:40px}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr);row-gap:40px}}
@media(max-width:760px){html{scroll-padding-top:100px}.wrap{width:calc(100% - 40px)}.topbar .wrap{justify-content:center}.topbar span:last-child{display:none}.header-row{min-height:80px}.logo{width:185px}.menu-button{display:block}.nav{display:none;position:absolute;left:0;right:0;top:80px;background:white;padding:24px;box-shadow:0 8px 12px #0001;align-items:stretch}.nav.is-open{display:flex;flex-direction:column}.hero-grid{grid-template-columns:1fr;min-height:0}.hero-copy{padding:42px 0 40px}.hero h1{font-size:clamp(3.8rem,13vw,5.8rem)}.hero-copy p{font-size:1rem;margin:23px 0}.hero-media{height:330px;margin:0 -20px}.hero-stamp{bottom:20px;left:20px;padding:14px 20px}.hero-stamp strong{font-size:3rem}.benefit-grid{grid-template-columns:1fr;gap:14px;padding:22px 0}.benefit{font-size:.87rem}.benefit svg{width:24px;height:24px}.section{padding:55px 0}.section-top{display:block;margin-bottom:28px}.section-top p,.section-top>.text-link{display:inline-block;margin-top:20px}.category-grid{grid-template-columns:repeat(2,1fr);gap:26px 16px}.category-card h3{font-size:1.5rem}.category-card p{font-size:.82rem}.category-image{aspect-ratio:1.15}.card-heading svg{width:18px}.story-grid,.contact-grid,.page-hero-grid{grid-template-columns:1fr;gap:30px}.story-image{height:330px}.source-notes{grid-template-columns:1fr;gap:30px}.contact{padding:50px 0}.contact form{gap:13px}.contact .full{grid-column:1/-1}.footer-grid{gap:30px 24px}.footer-bottom{flex-direction:column}.footer-links{flex-wrap:wrap}.page-hero{padding:30px 0 40px}.page-hero img{height:220px}.product-grid{grid-template-columns:1fr}.product-card{border-bottom:1px solid var(--line);padding-bottom:30px}.product-card img{height:280px}.directory{grid-template-columns:1fr}.eyebrow{font-size:.75rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.footer-grid>*{min-width:0}.footer a{overflow-wrap:anywhere}button:disabled{opacity:.65;cursor:wait}[hidden]{display:none!important}
@media(max-width:400px){.hero-stamp{gap:12px;padding:14px}.hero-stamp span{font-size:.65rem}.footer-grid{grid-template-columns:1fr}.contact form{grid-template-columns:1fr}.hero h1{font-size:3.5rem}}
