@import url('assets/fonts.css');
:root{--orange:#ff7100;--ink:#302219;--white:#fff;--muted:#716258;--line:#e9e4df}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:white;color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}header{height:106px;max-width:1440px;margin:auto;padding:0 6%;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:block;position:relative;width:146px;height:65px;overflow:hidden;flex-shrink:0}.brand img{position:absolute;width:174px;max-width:none;top:-52px;left:-14px;mix-blend-mode:multiply}nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600}nav a:not(.button):hover{color:#b34c00}.button{display:inline-flex;align-items:center;justify-content:center;gap:32px;padding:17px 25px;background:var(--orange);border:1px solid var(--orange);border-radius:8px;font-size:15px;font-weight:700;color:#302219;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px);background:#ff8b2e}.button.small{padding:12px 20px}.hero{max-width:1440px;margin:auto;min-height:740px;padding:42px 6% 85px;display:grid;grid-template-columns:1.03fr 1fr;align-items:center;gap:48px;overflow:hidden}.eyebrow{font-size:12px;letter-spacing:2.2px;font-weight:700;display:block;color:#a74600}h1{font-family:'Outfit',sans-serif;font-size:clamp(58px,6.35vw,94px);font-weight:600;letter-spacing:-4px;line-height:1.04;margin:25px 0}h1 em{font-style:normal;color:var(--orange)}.hero-copy p{color:var(--muted);font-size:18px;line-height:1.7;margin:25px 0 31px}.hero-note{font-size:13px;color:var(--muted);margin-top:26px}.hero-visual{position:relative;padding:12px 9px 26px}.hero-photo{height:590px;overflow:hidden;border-radius:48% 48% 8px 8px;transform:rotate(3deg)}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 65%}.seal{position:absolute;bottom:40px;left:-45px;width:146px;height:146px;background:var(--orange);color:var(--ink);border:7px solid white;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:10px;letter-spacing:1px;transform:rotate(-12deg);line-height:1.3}.seal b{font-family:Outfit,sans-serif;font-size:23px;letter-spacing:-.5px;margin:5px 0}.seal span{font-size:21px}.photo-caption{font-size:10px;letter-spacing:1.6px;position:absolute;bottom:0;right:8px}.skip{position:fixed;top:-100px;left:10px;z-index:50;background:white;padding:12px}.skip:focus{top:10px}:focus-visible{outline:3px solid #904100;outline-offset:5px}@media(max-width:760px){header{height:88px;padding:0 6%}nav a:not(.button){display:none}nav{gap:0}.hero{padding:20px 6% 55px;grid-template-columns:1fr;gap:30px;min-height:0}h1{font-size:62px;letter-spacing:-2.6px}.hero-visual{margin:0 10px 0 22px}.hero-photo{height:470px}.seal{left:-30px;width:130px;height:130px}.hero-copy p{font-size:16px}.eyebrow{font-size:11px}.hero-note{margin-top:18px}.button{gap:20px}.brand{width:135px}}
h2,h3{font-family:Outfit,sans-serif}h2{font-size:clamp(38px,4.6vw,65px);line-height:1.08;letter-spacing:-2px;font-weight:600;margin:18px 0 25px}h2 em{font-style:normal;color:var(--orange)}.section{max-width:1440px;margin:auto;padding:105px 6%}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:36px}.section-heading h2{margin-bottom:0}.section-heading>p{color:var(--muted);margin:0 0 6px;font-size:16px}.ribbon{background:var(--orange);overflow:hidden;padding:21px 0;border-block:1px solid var(--orange)}.ribbon>div{width:max-content;display:flex;gap:44px;align-items:center;font-family:Outfit,sans-serif;font-weight:600;letter-spacing:2px;font-size:20px;animation:marquee 34s linear infinite}.ribbon span{font-size:28px;line-height:1}.filters{display:flex;gap:10px;overflow:auto;padding:4px 2px 20px;margin-bottom:18px}.filters button{white-space:nowrap;cursor:pointer;background:white;color:var(--ink);border:1px solid #d4cdc6;border-radius:50px;padding:10px 20px;font-size:14px}.filters button[aria-pressed=true]{background:var(--orange);border-color:var(--orange);font-weight:700}.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 23px}.product[hidden]{display:none}.product-open{width:100%;padding:0;border:0;background:none;color:inherit;text-align:left;cursor:pointer;display:block}.product-image{position:relative;overflow:hidden;border-radius:10px;background:#f4f4f4;aspect-ratio:4/4.7;transition:transform .4s}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product-open:hover img{transform:scale(1.06)}.product-plus{position:absolute;bottom:15px;right:15px;width:37px;height:37px;border-radius:50%;background:white;display:grid;place-items:center;font-size:21px;transition:background .25s}.product-open:hover .product-plus{background:var(--orange)}.product-info{padding:17px 0 0}.product-category{font-size:12px;letter-spacing:1px;color:#a44600}.product h3{font-size:23px;font-weight:500;letter-spacing:-.6px;margin:5px 0 6px;line-height:1.2}.product p{font-size:14px;color:var(--muted);margin:0;line-height:1.5}.catalog-note{font-size:14px;color:var(--muted);text-align:center;margin:35px auto 0;max-width:670px}.feature{background:var(--orange);position:relative;overflow:hidden}.feature-inner{position:relative;z-index:1;max-width:1290px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:11%;align-items:center;padding:85px 6%}.feature-image{position:relative;transform:rotate(-4deg)}.feature-image>img{border:9px solid white;border-radius:8px;width:100%;height:565px;object-fit:cover}.mini-stamp{position:absolute;bottom:25px;right:-45px;background:white;border-radius:50%;width:160px;height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:12px;transform:rotate(12deg)}.mini-stamp b{font-family:Outfit,sans-serif;line-height:1;font-size:25px;color:#a44600;margin-top:9px}.feature-copy .eyebrow{color:var(--ink)}.feature-copy h2{font-size:clamp(38px,4.3vw,61px)}.feature-copy h2 span{color:white}.feature-copy p{max-width:390px;margin:25px 0 32px}.button.white{background:white;border-color:white}.feature-fx{position:absolute;inset:0;pointer-events:none;opacity:.45}.hero-fx{position:absolute;inset:-60px;pointer-events:none;z-index:2}.hero-fx canvas,.feature-fx canvas{display:block;width:100%;height:100%}.story{display:grid;grid-template-columns:1.15fr 1fr;gap:11%;align-items:center;padding-block:130px}.story-images{position:relative;padding:0 60px 60px 0}.story-main{width:100%;height:520px;object-fit:cover;border-radius:9px}.story-detail{position:absolute;width:45%;height:260px;bottom:0;right:0;object-fit:cover;border:8px solid white;border-radius:7px}.story-date{position:absolute;bottom:100px;left:20px;color:white;line-height:1.1;text-shadow:0 2px 10px #000;font-size:22px}.story-date b{font-family:Outfit,sans-serif;font-size:76px}.story-copy p{max-width:410px;color:var(--muted)}.text-link{display:inline-flex;align-items:center;gap:20px;padding:9px 0;border:0;border-bottom:1px solid #bc570a;font-weight:600;font-size:15px;background:transparent;cursor:pointer;color:var(--ink)}.story-copy .text-link{margin-top:12px}.quote-section{padding:65px 7%;text-align:center;border-block:1px solid var(--line);max-width:1160px;margin:auto}.quote-star{color:#ba4f00;font-size:23px;letter-spacing:6px}.quote-section blockquote{font-family:Outfit,sans-serif;font-size:clamp(24px,2.6vw,36px);line-height:1.4;max-width:880px;margin:20px auto;font-weight:400;letter-spacing:-.6px}.quote-section p{font-size:14px}.quote-section p span{color:var(--muted)}.evidence{font-size:12px}.videos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.video-card{margin:0}.video-wrap{border-radius:13px;overflow:hidden;background:#1f1813;aspect-ratio:9/16}.video-wrap video{width:100%;height:100%;object-fit:cover;display:block}.video-card figcaption{display:flex;gap:16px;padding-top:18px;font-family:Outfit,sans-serif;font-size:19px;line-height:1.4}.video-card figcaption span{font-size:12px;color:#a44600;padding-top:4px}.visit{display:grid;grid-template-columns:1fr 1fr;background:#fafafa;max-width:1440px;margin:0 auto 90px}.visit-photo{min-height:540px}.visit-photo img{width:100%;height:100%;max-height:600px;object-fit:cover;object-position:50% 45%}.visit-copy{padding:65px 12%;align-self:center}.visit-copy h2{font-size:clamp(38px,3.7vw,54px)}.visit-copy p{color:var(--muted)}.visit-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.outline{background:transparent;border-color:#cfbbae}.visit-note{font-size:13px;max-width:380px;margin-top:22px}footer{background:var(--orange);padding:60px max(6%,calc((100% - 1270px)/2)) 25px}.footer-top{display:flex;justify-content:space-between;gap:45px;padding-bottom:50px}.footer-name{font-family:Outfit,sans-serif;font-weight:800;display:block;font-size:70px;line-height:.9;letter-spacing:-4px}.footer-name span{display:block;font-size:30px;font-style:italic;font-weight:500;letter-spacing:-1px;margin-top:6px}.footer-top p{font-size:14px;margin-top:22px}.footer-links{display:flex;flex-direction:column;gap:12px;font-size:14px;padding-top:8px}.footer-cta{font-family:Outfit,sans-serif;font-size:64px;line-height:1;letter-spacing:-3px;font-weight:500}.footer-cta span{color:white}.footer-bottom{border-top:1px solid #30221944;padding-top:25px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px}.footer-settings{display:flex;gap:20px}.footer-settings button{border:0;border-bottom:1px solid transparent;background:none;padding:3px 0;font-size:12px;cursor:pointer;color:var(--ink)}.footer-settings button:hover{border-color:var(--ink)}.sassenach{display:flex;align-items:center;gap:12px}.sassenach img{width:150px;height:auto}.sassenach span{font-size:11px}.menu-toggle,.mobile-bar{display:none}.mobile-menu[hidden]{display:none}.mobile-menu{display:none}dialog{border:0;border-radius:15px;padding:0;width:min(850px,92vw);max-height:90dvh;color:var(--ink);box-shadow:0 20px 100px #0004}dialog::backdrop{background:#221810bb;backdrop-filter:blur(5px)}.dialog-grid{display:grid;grid-template-columns:1fr 1fr}.dialog-grid>img{width:100%;height:100%;min-height:440px;object-fit:cover}.dialog-copy{padding:50px 30px;align-self:center}.dialog-copy h2{font-size:40px}.dialog-copy p{font-size:16px;color:var(--muted)}.dialog-copy .dialog-note{font-size:13px}.dialog-copy .button{font-size:13px;margin-top:14px;padding:14px 18px}.close-dialog{position:absolute;z-index:2;right:12px;top:12px;width:38px;height:38px;display:grid;place-items:center;background:white;border:1px solid var(--line);border-radius:50%;font-size:26px;cursor:pointer;line-height:1}.privacy-copy{padding:40px}.privacy-copy h2{font-size:38px}.privacy-copy a{text-decoration:underline}#review-dialog{width:min(650px,92vw)}#review-dialog img{width:100%}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.reveal{transition:opacity .7s,translate .7s}.reveal.waiting{opacity:0;translate:0 25px}.motion-paused *, .motion-paused *::before, .motion-paused *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.motion-paused .reveal{opacity:1;translate:none}@keyframes marquee{to{transform:translateX(-50%)}}@media(min-width:761px){.hero-photo{transition:transform .4s ease-out}}@media(max-width:1050px){.products{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-inner{gap:8%}.feature-image>img{height:480px}.story{gap:6%}.story-main{height:450px}.footer-cta{font-size:50px}.sassenach{flex-direction:column;align-items:flex-start;gap:4px}}@media(max-width:760px){html{scroll-padding-top:20px}body{padding-bottom:58px}header nav{display:none}.menu-toggle{display:block;border:1px solid var(--line);border-radius:50%;background:white;width:43px;height:43px;font-size:22px;color:var(--ink)}.mobile-menu{position:absolute;top:88px;left:0;right:0;z-index:12;display:flex;flex-direction:column;background:white;border-bottom:1px solid var(--line);padding:20px 6%;align-items:stretch;box-shadow:0 14px 20px #0001}.mobile-menu a:not(.button){display:block;padding:12px}.section{padding:65px 6%}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:20px}.section-heading>.text-link{margin-top:22px;font-size:13px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 14px}.product h3{font-size:20px}.product p{font-size:13px}.product-category{font-size:11px}.product-info{padding-top:12px}.product-plus{bottom:10px;right:10px;width:30px;height:30px;font-size:18px}.filters{gap:8px}.filters button{font-size:13px;padding:9px 15px}.ribbon>div{font-size:16px;gap:27px}.ribbon{padding:16px 0}.feature-inner{grid-template-columns:1fr;padding:60px 8%;gap:38px}.feature-image{margin-right:25px}.feature-image>img{height:410px}.mini-stamp{width:135px;height:135px;right:-35px;bottom:18px}.mini-stamp b{font-size:22px}.feature-copy h2{font-size:44px}.feature-copy p{font-size:16px}.story{grid-template-columns:1fr;gap:35px}.story-images{padding:0 40px 40px 0}.story-main{height:390px}.story-detail{height:220px}.story-date{bottom:70px}.story-date b{font-size:62px}.quote-section{margin-inline:6%;padding:42px 0}.quote-section p span{display:block}.videos{grid-template-columns:1fr;gap:35px;max-width:440px;margin:auto}.video-wrap{max-height:650px}.video-card figcaption{font-size:18px}.visit{grid-template-columns:1fr;margin-bottom:0}.visit-photo{min-height:0;height:340px}.visit-copy{padding:40px 6% 60px}.visit-actions{flex-direction:column;align-items:flex-start}.footer-top{flex-wrap:wrap;padding-bottom:30px;gap:35px}.footer-top>div:first-child{width:100%}.footer-cta{font-size:50px}.footer-bottom{flex-wrap:wrap;gap:20px}.footer-settings{margin-left:auto}.sassenach{flex-direction:row;align-items:center;width:100%;justify-content:center;border-top:1px solid #30221933;padding-top:20px}.sassenach img{width:142px}footer{padding:45px 6% 25px}.mobile-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:20;justify-content:space-around;align-items:center;height:58px;background:white;border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}.mobile-bar a{font-size:13px;padding:14px 10px}.mobile-bar a:last-child{color:#a74600;font-weight:700}.dialog-grid{grid-template-columns:1fr}.dialog-grid>img{height:270px;min-height:0}.dialog-copy{padding:25px}.dialog-copy h2{font-size:34px}.privacy-copy{padding:35px 25px}.hero-fx{inset:-25px}}@media(max-width:360px){h1{font-size:54px}.hero-photo{height:380px}.button{font-size:13px}.product h3{font-size:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal.waiting{opacity:1;translate:none}}

.brand img{filter:contrast(1.48)}
.brand img{filter:contrast(1.48)}
.eyebrow,.photo-caption,.seal,.product-category,.sassenach span,.footer-settings button,.evidence{font-size:12px}
h1 em,h2 em{color:#db6000}.feature-copy h2 span{color:#302219}

/* Full logo and compact typography on narrow screens. */
.brand{width:158px;height:70px}.brand img{width:170px;top:-50px;left:-6px}
footer{background-color:#ff7100}
@media(max-width:760px){.brand{width:158px;height:70px}h1{font-size:clamp(44px,11.8vw,62px);letter-spacing:-2px}.hero-copy,.hero-visual{min-width:0}}

/* White lettering on brand-orange surfaces. */
.button:not(.white):not(.outline),
.filters button[aria-pressed=true],
.seal,.ribbon,.feature-copy,
.feature-copy .eyebrow,.feature-copy h2 span,
footer,.footer-settings button{color:#fff}
.button.outline:hover{color:#fff}
.product-open:hover .product-plus{color:#fff}
.button.white,.mini-stamp{color:var(--ink)}
.footer-bottom,.sassenach{border-color:rgba(255,255,255,.4)}
.footer-settings button:hover{border-color:#fff}
.feature :focus-visible,footer :focus-visible{outline-color:#fff}

/* One shared alignment for the mobile introduction. */
@media(max-width:760px){
 .hero{padding:22px 6% 48px;grid-template-columns:minmax(0,1fr);gap:28px;justify-items:center}
 .hero-copy,.hero-visual{width:100%;max-width:520px;min-width:0;margin:0}
 .hero-copy{text-align:left}
 .hero h1{font-size:clamp(40px,11.4vw,62px);line-height:1.08;letter-spacing:-1.8px;margin:22px 0}
 .hero-copy p{margin:0 0 24px;font-size:16px;line-height:1.65}
 .hero-copy p br{display:none}
 .hero-copy>.button{display:flex;width:100%;justify-content:space-between;padding:17px 20px;gap:12px;line-height:1.4}
 .hero-copy>.button span{flex:none}
 .hero-note{margin-top:16px}
 .hero-visual{padding:0 0 28px}
 .hero-photo{width:100%;height:auto;aspect-ratio:4/5;transform:none;border-radius:48% 48% 8px 8px}
 .hero-photo img{width:100%;height:100%;object-position:50% 60%}
 .hero .seal{left:12px;bottom:43px;width:120px;height:120px;border-width:5px}
 .hero .seal b{font-size:21px}
 .hero .photo-caption{left:0;right:0;bottom:0;text-align:center;font-size:11px;letter-spacing:1px}
 .hero-fx{inset:0 0 28px;overflow:hidden}
}
