@font-face{font-family:Nunito;src:url('/nunito-regular.ttf') format('truetype');font-weight:400 600;font-display:swap}
@font-face{font-family:Nunito;src:url('/nunito-extrabold.ttf') format('truetype');font-weight:700 900;font-display:swap}
:root{--background:#fbfaf6;--foreground:#282b25;--card:#fffefb;--card-foreground:#282b25;--popover:#fffefb;--popover-foreground:#282b25;--primary:#40583f;--primary-foreground:#fffefb;--secondary:#edf0e7;--secondary-foreground:#40583f;--muted:#eeeee7;--muted-foreground:#64685e;--accent:#e3e9d9;--accent-foreground:#344a32;--destructive:#a33c2e;--border:#d9ddd2;--input:#c4cbbb;--ring:#40583f;--radius:1rem;--ink:#282b25;--paper:#fbfaf6;--cream:#fffefb;--green:#40583f;--line:#dedfd5;--ease:cubic-bezier(.22,1,.36,1)}
@theme inline{--color-background:var(--background);--color-foreground:var(--foreground);--color-card:var(--card);--color-card-foreground:var(--card-foreground);--color-popover:var(--popover);--color-popover-foreground:var(--popover-foreground);--color-primary:var(--primary);--color-primary-foreground:var(--primary-foreground);--color-secondary:var(--secondary);--color-secondary-foreground:var(--secondary-foreground);--color-muted:var(--muted);--color-muted-foreground:var(--muted-foreground);--color-accent:var(--accent);--color-accent-foreground:var(--accent-foreground);--color-destructive:var(--destructive);--color-border:var(--border);--color-input:var(--input);--color-ring:var(--ring);--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--font-sans:Nunito,Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 Nunito,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}a,button,input,select,textarea{outline-offset:5px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--green)}img{display:block}em{font-style:normal;color:var(--green)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:800;line-height:1.1;letter-spacing:-.035em}::selection{background:#dbe4c9;color:var(--green)}.skip-link{position:fixed;top:-80px;left:20px;z-index:200;background:white;padding:12px;border-radius:10px}.skip-link:focus{top:12px}
.page-enter{animation:page-in .45s var(--ease) both}@keyframes page-in{from{opacity:.2;transform:translateY(8px)}to{opacity:1;transform:none}}[data-reveal]{transition:opacity .7s var(--ease),transform .7s var(--ease)}[data-reveal][data-pending=true]{opacity:0;transform:translateY(24px)}
.announcement{height:32px;display:flex;align-items:center;justify-content:center;background:var(--green);color:#fffefb;font-size:12px;letter-spacing:.07em}.site-header{height:88px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 4.5%;gap:25px;position:sticky;top:0;z-index:40;background:rgba(251,250,246,.96);backdrop-filter:blur(16px);border-bottom:1px solid #e9e9e1}.brand-logo{display:block;width:185px;height:auto;mix-blend-mode:multiply}.wordmark{width:max-content}.desktop-nav{display:flex;gap:30px;font-size:14px;font-weight:700}.desktop-nav a{position:relative;padding:10px 0}.desktop-nav a:after{content:"";position:absolute;bottom:3px;left:0;right:0;height:2px;background:var(--green);transform:scaleX(0);transition:transform .25s}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{transform:scaleX(1)}.cart-link{justify-self:end;display:flex;align-items:center;gap:8px;padding:12px}.cart-link span{font-size:12px;background:var(--green);color:white;min-width:22px;height:22px;border-radius:50%;text-align:center;line-height:22px}.mobile-menu-button{display:none;background:none;border:0;padding:10px}.mobile-sheet{background:var(--paper)!important;width:min(88vw,420px)!important;padding:16px!important}.mobile-sheet-head{padding-top:36px!important}.mobile-sheet-head .brand-logo{margin-bottom:20px}.mobile-nav{display:flex;flex-direction:column;padding:12px 16px}.mobile-nav a{font-size:24px;font-weight:800;line-height:1.25;padding:22px 0;border-bottom:1px solid var(--line);display:flex;gap:18px}.mobile-nav small{font-size:12px;color:var(--muted-foreground);padding-top:5px}.mobile-sheet-note{margin:auto 16px 20px;color:var(--green)}
.section-shell{padding:90px max(5%,calc((100vw - 1320px)/2))}.section-kicker,.eyebrow{font-size:12px;letter-spacing:.12em;font-weight:800;color:var(--green);margin-bottom:22px}.eyebrow{display:flex;align-items:center;gap:9px}.section-heading h2{font-size:clamp(38px,4vw,58px);margin-bottom:0}.split-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:40px}.split-heading>div:last-child>p{color:var(--muted-foreground);margin-bottom:16px}.primary-cta,.add-to-cart,.checkout-button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:54px;padding:15px 25px;border-radius:100px;background:var(--green);color:#fffefb;border:1px solid var(--green);font-size:14px;font-weight:800;transition:background .2s,transform .25s,box-shadow .25s}.primary-cta:hover,.add-to-cart:hover,.checkout-button:hover{background:#2c422c;transform:translateY(-2px);box-shadow:0 6px 20px #40583f1c}.text-link{display:inline-flex;align-items:center;gap:14px;font-size:14px;font-weight:800;padding:4px 0;border-bottom:1px solid #40583f88;color:var(--green)}.text-link svg{transition:transform .25s}.text-link:hover svg{transform:translateX(4px)}
.hero{margin:24px 2.2% 0;display:grid;grid-template-columns:44% 56%;min-height:620px;overflow:hidden;border-radius:24px;background:#eef0e7}.hero-copy{padding:68px 8% 55px 10%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero h1{font-size:clamp(52px,5.35vw,82px);line-height:1.01;margin:4px 0 25px;letter-spacing:-.05em}.hero-intro{font-size:18px;line-height:1.65;color:#666c60;margin-bottom:29px}.hero-footnote{display:flex;gap:10px;align-items:center;color:#636b5b;font-size:13px;margin-top:45px}.hero-media{position:relative;min-height:600px;overflow:hidden}.hero-media>img{object-fit:cover;object-position:74% center;animation:image-in 1.3s var(--ease) both}.hero-media:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#17271888);pointer-events:none}@keyframes image-in{from{transform:scale(1.045)}to{transform:scale(1)}}.hero-photo-caption{position:absolute;z-index:1;left:30px;right:30px;bottom:26px;color:white;display:grid;grid-template-columns:1fr auto;align-items:end}.hero-photo-caption>span{font-size:11px;letter-spacing:.13em;grid-column:1/-1;margin-bottom:9px}.hero-photo-caption p{font-size:25px;line-height:1.25;font-weight:800;margin:0}.hero-photo-caption a{width:47px;height:47px;border-radius:50%;background:var(--paper);color:var(--green);display:grid;place-items:center;transition:transform .2s}.hero-photo-caption a:hover{transform:rotate(-30deg)}.brand-strip{display:flex;justify-content:center;gap:7%;padding:30px 5%;border-bottom:1px solid var(--line);color:var(--green)}.brand-strip span{display:flex;gap:12px;align-items:center;font-size:14px;font-weight:700}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.product-card-media{display:block;position:relative;aspect-ratio:1.22;border-radius:20px;overflow:hidden;background:#eeeee7}.product-card-media img{object-fit:cover;transition:transform .75s var(--ease)}.product-card:hover .product-card-media img{transform:scale(1.035)}.product-badge{position:absolute;top:20px;left:20px;background:#fffefbee;padding:7px 13px;border-radius:100px;font-size:12px;font-weight:700;color:var(--green)}.card-index{display:none}.product-card-info{display:flex;justify-content:space-between;gap:16px;padding:20px 3px}.product-card-info h3{font-size:27px;margin:0 0 6px}.product-card-info p{font-size:14px;color:var(--muted-foreground);margin:0 0 5px}.product-card-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}.product-card-actions>span{font-size:18px;font-weight:800}.quick-add{display:flex;gap:7px;align-items:center;justify-content:center;border:1px solid #b9c4b0;background:none;color:var(--green);border-radius:99px;padding:9px 15px;font-size:13px;font-weight:700;transition:background .2s}.quick-add:hover{background:#e3e9d9}.icon-link{display:none}.road-section{display:grid;grid-template-columns:1.1fr 1fr;gap:7%;align-items:center;background:#edf0e7}.road-image{position:relative;min-height:520px;border-radius:20px;overflow:hidden}.road-image img{object-fit:cover}.photo-label{position:absolute;bottom:20px;left:20px;background:#fffefbef;border-radius:99px;padding:9px 15px;color:var(--green);font-size:11px;letter-spacing:.04em;font-weight:800}.road-copy h2{font-size:clamp(44px,4.5vw,66px);margin-bottom:26px}.road-copy>p:not(.section-kicker){max-width:420px;color:#616b59;margin-bottom:28px}.brand-story{text-align:center;background:#fbfaf6}.brand-story>div{max-width:790px;margin:auto}.brand-story .brand-logo{width:76px;margin:0 auto 30px;border-radius:19px;mix-blend-mode:normal}.brand-story h2{font-size:clamp(34px,4vw,56px);line-height:1.14;margin-bottom:26px}.brand-story>div>p:not(.section-kicker){max-width:580px;margin:0 auto 25px;color:var(--muted-foreground)}
.site-footer{padding:55px 5% 20px;background:var(--green);color:var(--paper)}.footer-lead{display:none}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1320px;margin:auto;padding:5px 0 55px}.footer-grid h3{font-size:16px;letter-spacing:0;margin-bottom:18px}.footer-grid>div>a:not(.wordmark){display:block;font-size:14px;margin:10px 0;color:#e0e5d9}.footer-grid a:hover{text-decoration:underline}.footer-grid p{font-size:14px;color:#e0e5d9;margin-top:20px}.footer-grid .brand-logo{background:var(--paper);border-radius:9px;mix-blend-mode:normal;padding:7px;width:190px}.footer-bottom{display:flex;justify-content:space-between;gap:16px;font-size:12px;color:#d9e0d2;padding-top:20px;border-top:1px solid #ffffff30;max-width:1320px;margin:auto}
.breadcrumbs{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--muted-foreground);padding:24px 5%}.breadcrumbs a{display:flex;align-items:center;gap:8px}.product-main{display:grid;grid-template-columns:1.1fr .9fr;gap:7%;padding:10px 5% 70px;max-width:1500px;margin:auto}.product-gallery,.product-buy-panel{min-width:0}.product-main-image{position:relative;aspect-ratio:1.06;overflow:hidden;border-radius:22px;background:#eee}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-buy-panel{padding:20px 0}.product-buy-panel h1{font-size:clamp(34px,3.7vw,53px);line-height:1.08;margin-bottom:18px}.product-price{font-size:23px;font-weight:800}.product-price small{font-size:13px;font-weight:400;color:var(--muted-foreground);margin-left:8px}.product-description{color:#62695c;line-height:1.7;margin-bottom:26px}.product-thumb-row{display:flex;gap:12px;margin-top:15px}.product-thumb{position:relative;width:80px;height:73px;border-radius:10px;overflow:hidden;border:2px solid transparent;background:none;padding:0}.product-thumb[aria-pressed=true]{border-color:var(--green);outline:2px solid var(--paper);outline-offset:-4px}.product-thumb img{object-fit:cover}.gallery-controls{display:flex;gap:8px;position:absolute;bottom:18px;right:18px}.gallery-controls button{width:40px;height:40px;background:var(--paper);border:0;border-radius:50%;display:grid;place-items:center}.gallery-label{font-size:12px;color:var(--muted-foreground);margin:12px 0 0}.option-label{display:flex;gap:10px;font-size:14px;margin-bottom:12px}.option-label strong{font-weight:700}.swatch-options{display:flex!important;gap:12px;flex-wrap:wrap}.swatch-option{display:flex;gap:8px;align-items:center;padding:10px 12px;border:1px solid var(--line);border-radius:10px;cursor:pointer;font-size:13px}.swatch-option:has([data-state=checked]){border-color:var(--green);background:#edf0e7}.swatch-option button{width:18px;height:18px}.buy-row{display:flex;gap:12px;margin-top:25px}.quantity-stepper{display:inline-flex;align-items:center;border:1px solid #bcc4b4;border-radius:99px;overflow:hidden;height:48px;flex-shrink:0}.quantity-stepper button{display:grid;place-items:center;border:0;background:none;width:40px;height:44px}.quantity-stepper span{min-width:24px;text-align:center;font-size:14px}.add-to-cart{flex:1;justify-content:space-between}.purchase-note{font-size:12px;color:var(--muted-foreground);margin:12px 0 24px;text-align:center}.detail-accordion [data-slot=accordion-trigger]{font-size:15px;padding:18px 0;font-weight:700;text-decoration:none}.detail-accordion [data-slot=accordion-content]{font-size:14px;color:var(--muted-foreground);line-height:1.7}.field-details{padding:60px 5%;background:#edf0e7}.feature-specs{display:grid;grid-template-columns:repeat(4,1fr);max-width:1300px;margin:auto;gap:25px}.feature-specs article{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.feature-specs svg{color:var(--green)}.feature-specs span{font-size:13px;color:var(--muted-foreground)}.feature-specs strong{font-size:19px}.related-products{padding-top:65px;padding-bottom:65px}.related-products .product-grid{max-width:610px}.related-products h2{font-size:34px;margin-bottom:30px}
.collection-hero{padding:65px 5% 45px;text-align:center;background:#edf0e7}.collection-hero h1,.cart-heading h1{font-size:clamp(44px,5vw,68px);margin:0 0 22px}.collection-hero>p:last-child{color:var(--muted-foreground);margin-bottom:0}.collection-grid{padding-top:32px;padding-bottom:60px}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px}.filter-tabs{display:flex;gap:8px;background:transparent!important}.filter-tabs button{border-radius:100px!important;padding:10px 18px;height:auto;border:1px solid transparent;font-size:14px}.filter-tabs button[data-state=active]{background:var(--green)!important;color:var(--paper)!important;box-shadow:none!important}.sort-control{display:flex;gap:16px;align-items:center;font-size:13px}.sort-control>span{color:var(--muted-foreground)}.sort-control [data-slot=select-trigger]{background:transparent;min-width:170px;border-radius:99px}.collection-note{text-align:center;padding:45px 5%;border-top:1px solid var(--line)}.collection-note p{margin:0;color:var(--muted-foreground)}
.story-hero{display:grid;grid-template-columns:1fr 1fr;min-height:580px;background:#edf0e7}.story-hero-copy{padding:70px 10%;align-self:center}.story-hero h1{font-size:clamp(46px,5.1vw,74px);margin-bottom:25px}.story-hero-copy>p:last-child{max-width:420px;color:var(--muted-foreground)}.story-hero-image{position:relative;min-height:550px}.story-hero-image img{object-fit:cover;object-position:76% center}.origin{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:start}.origin h2{font-size:clamp(33px,3.5vw,48px)}.origin-copy{color:var(--muted-foreground)}.beliefs{padding:60px 5%;background:#edf0e7}.belief-list{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;max-width:1320px;margin:auto}.belief-list svg{color:var(--green);margin-bottom:20px}.belief-list h3{font-size:25px}.belief-list p{color:var(--muted-foreground)}.story-end{text-align:center;padding:75px 5%}.story-end h2{font-size:44px;margin-bottom:25px}
.cart-page{padding:50px 5% 85px;max-width:1450px;margin:auto;min-height:65vh}.cart-heading{margin-bottom:35px}.cart-heading .section-kicker{margin-bottom:16px}.cart-heading h1{margin-bottom:12px}.cart-layout{display:grid;grid-template-columns:1.3fr .85fr;gap:6%}.cart-item{display:flex;gap:22px;padding:24px 0;border-top:1px solid var(--line)}.cart-item-image{position:relative;width:145px;min-width:145px;height:150px;border-radius:14px;overflow:hidden}.cart-item-image img{object-fit:cover}.cart-item-info{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.cart-item-info h2{font-size:22px;line-height:1.25;margin:0 0 8px}.cart-item-info>div>span{font-size:13px;color:var(--muted-foreground)}.cart-item-bottom{display:flex;gap:18px;align-items:center;justify-content:space-between;margin-top:20px}.remove-item{border:0;background:none;color:#64685e;padding:10px}.continue-shopping{display:inline-flex;align-items:center;gap:12px;font-size:14px;color:var(--green);margin-top:28px}.cart-summary{background:#edf0e7;border-radius:20px;padding:28px;align-self:start;position:sticky;top:110px}.cart-summary h2{font-size:25px;margin-bottom:25px}.summary-line{display:flex;justify-content:space-between;gap:20px;font-size:14px;margin-bottom:15px}.summary-total{border-top:1px solid #cdd4c4;padding-top:20px;margin-top:20px;font-size:17px;font-weight:800}.checkout-button{width:100%;margin-top:15px}.cart-summary>p{font-size:12px;color:var(--muted-foreground);line-height:1.6;margin:12px 0 0}.shipping-meter{height:4px;background:#d7dece;border-radius:10px;margin-top:25px;overflow:hidden}.shipping-meter span{display:block;height:100%;background:var(--green);transition:width .3s}.empty-cart{text-align:center;padding:50px 15px 65px;background:#edf0e7;border-radius:22px}.empty-cart>svg{margin:0 auto 20px;color:var(--green)}.empty-cart h2{font-size:31px}.empty-cart p{color:var(--muted-foreground)}.demo-note{font-size:13px;color:var(--muted-foreground)}
@media(min-width:1600px){.hero{max-width:1500px;margin-left:auto;margin-right:auto}.hero-copy{padding-left:60px}.hero h1{font-size:84px}}
@media(max-width:1050px){.desktop-nav{gap:18px;font-size:13px}.site-header{padding:0 3%;gap:16px}.brand-logo{width:158px}.hero{min-height:570px}.hero-copy{padding:40px 8%}.hero h1{font-size:60px}.hero-media{min-height:550px}.hero-intro{font-size:16px}.product-card-info{flex-direction:column}.product-card-actions{flex-direction:row;justify-content:space-between;align-items:center}.road-image{min-height:470px}.footer-grid{gap:28px}.product-main{gap:5%}.cart-layout{gap:4%;grid-template-columns:1.2fr 1fr}}
@media(max-width:800px){.announcement{font-size:11px;height:29px}.site-header{height:73px;grid-template-columns:1fr auto 1fr;padding:0 16px}.desktop-nav{display:none}.mobile-menu-button{display:block;justify-self:start}.wordmark{grid-column:2;grid-row:1}.brand-logo{width:160px}.cart-link{grid-column:3;grid-row:1;padding:10px 0 10px 10px}.hero{grid-template-columns:1fr;margin:15px 16px 0;border-radius:20px}.hero-copy{padding:39px 26px 32px}.hero h1{font-size:clamp(49px,9vw,68px);margin:0 0 20px}.hero .eyebrow{margin-bottom:22px}.hero-intro{font-size:16px;margin-bottom:24px}.hero-footnote{margin-top:23px;font-size:12px}.hero-media{min-height:420px;max-height:550px}.hero-photo-caption{left:22px;right:22px;bottom:22px}.hero-photo-caption p{font-size:23px}.brand-strip{gap:0;justify-content:space-around;padding:23px 16px}.brand-strip span{flex-direction:column;font-size:11px;gap:8px;text-align:center}.brand-strip svg{width:20px}.section-shell{padding:58px 20px}.split-heading{align-items:flex-start;gap:24px;flex-direction:column;margin-bottom:30px}.section-heading h2{font-size:39px}.section-kicker{font-size:11px;margin-bottom:17px}.split-heading>div:last-child>p{font-size:15px}.product-grid{gap:30px}.product-card-media{border-radius:15px;aspect-ratio:1.12}.product-card-info h3{font-size:24px}.product-card-info p{font-size:13px}.product-badge{top:12px;left:12px;font-size:11px;padding:6px 10px}.road-section{grid-template-columns:1fr;gap:36px}.road-image{min-height:400px}.road-copy h2{font-size:46px}.road-copy{padding:0 4px}.brand-story h2{font-size:36px}.footer-grid{grid-template-columns:repeat(3,1fr);gap:30px 16px;padding-bottom:30px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-wrap:wrap;font-size:11px}.footer-bottom span:nth-child(2){order:3;width:100%}.product-main{grid-template-columns:1fr;padding:0 20px 40px;gap:25px}.breadcrumbs{padding:20px;font-size:12px}.product-main-image{aspect-ratio:1.03}.product-buy-panel{padding:0}.product-buy-panel h1{font-size:39px}.product-buy-panel .eyebrow{margin-bottom:15px}.feature-specs{grid-template-columns:repeat(2,1fr);gap:35px 20px}.feature-specs strong{font-size:17px}.field-details{padding:40px 20px}.collection-hero{padding:45px 20px 35px}.collection-hero h1{font-size:46px}.collection-toolbar{align-items:flex-start;flex-direction:column;gap:22px}.sort-control{width:100%;justify-content:space-between}.filter-tabs{width:100%;justify-content:flex-start}.filter-tabs button{padding:8px 15px;font-size:13px}.story-hero{grid-template-columns:1fr}.story-hero-copy{padding:45px 24px}.story-hero h1{font-size:50px}.story-hero-image{min-height:430px}.origin{grid-template-columns:1fr;gap:15px}.belief-list{grid-template-columns:1fr;gap:24px}.belief-list article{border-bottom:1px solid var(--line);padding-bottom:18px}.story-end h2{font-size:36px}.cart-page{padding:35px 20px 55px}.cart-heading h1{font-size:44px}.cart-layout{grid-template-columns:1fr;gap:35px}.cart-summary{position:static}.cart-item-image{width:110px;min-width:110px;height:135px}.cart-item{gap:16px}.cart-item-info h2{font-size:19px}.cart-item-bottom{gap:10px;flex-wrap:wrap}.quantity-stepper{height:43px}.quantity-stepper button{width:33px;height:41px}.remove-item{padding:5px}.cart-item-bottom strong{font-size:14px}.empty-cart h2{font-size:27px}}
@media(max-width:540px){.product-grid{grid-template-columns:1fr}.hero-media{min-height:360px}.hero h1{font-size:54px}.primary-cta{padding:14px 20px;font-size:13px;gap:15px}.product-card-info{flex-direction:row}.product-card-actions{flex-direction:column;align-items:flex-end}.product-card-info p{max-width:210px}.product-card-info h3{font-size:25px}.road-image{min-height:360px}.photo-label{left:15px;right:15px;text-align:center;font-size:10px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.buy-row{gap:8px}.add-to-cart{padding:13px 17px}.hero-photo-caption span{font-size:10px}}
.checkout-page{max-width:1280px;margin:auto;padding:18px 5% 80px;min-height:70vh}.checkout-heading{margin:35px 0}.checkout-heading h1,.demo-success h1{font-size:clamp(37px,4.5vw,60px);margin-bottom:25px}.demo-banner{display:flex;align-items:flex-start;gap:12px;padding:17px 20px;background:#edf0e7;border:1px solid var(--line);border-radius:14px;font-size:14px;color:var(--green)}.demo-banner svg{flex-shrink:0;margin-top:3px}.demo-banner p{margin:0}.checkout-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:7%}.checkout-options h2{display:flex;align-items:center;gap:13px;font-size:23px;margin:15px 0 22px}.checkout-options h2>span{width:28px;height:28px;font-size:14px;display:grid;place-items:center;background:var(--green);color:white;border-radius:50%}.checkout-options h2:not(:first-child){margin-top:38px}.field-label{display:block;font-size:14px;margin-bottom:10px}.checkout-options [data-slot=select-trigger]{width:100%;height:48px;border-radius:12px}.delivery-options{gap:12px}.delivery-options>label{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid var(--line);border-radius:14px;cursor:pointer}.delivery-options>label:has([data-state=checked]){background:#edf0e7;border-color:var(--green)}.delivery-options label>span{flex:1}.delivery-options strong{font-size:14px}.delivery-options small{display:block;font-size:12px;color:var(--muted-foreground)}.delivery-options b{font-size:14px}.checkout-options>.demo-note{margin-top:20px}.checkout-product{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:18px;font-size:13px}.checkout-product strong{display:block;max-width:240px;line-height:1.4;font-size:15px}.checkout-product small{display:block;color:var(--muted-foreground);margin-top:6px}.checkout-product>span{white-space:nowrap}.checkout-dialog{border-radius:20px!important}.checkout-dialog [data-slot=dialog-title]{font-size:24px;line-height:1.2;padding-right:16px}.secondary-button{border:1px solid var(--line);background:none;padding:12px 20px;border-radius:99px;font-size:14px}.demo-success{text-align:center;max-width:740px;margin:60px auto}.success-icon{background:#e3e9d9;color:var(--green);border-radius:50%;width:75px;height:75px;display:grid;place-items:center;margin:0 auto 25px}.demo-success .demo-banner{text-align:left;margin:30px 0}.help-content{max-width:800px;margin:auto;padding:60px 25px}.help-content section{padding-bottom:35px;margin-bottom:35px;border-bottom:1px solid var(--line);scroll-margin-top:110px}.help-content h2{font-size:33px;margin-bottom:25px}.help-content h3{font-size:22px;margin-top:30px}.help-content p{color:var(--muted-foreground)}
@media(max-width:800px){.checkout-page{padding:15px 20px 50px}.checkout-layout{grid-template-columns:1fr;gap:30px}.checkout-heading h1,.demo-success h1{font-size:39px}.demo-banner{font-size:13px;padding:15px}.demo-success{margin:40px auto}.checkout-dialog [data-slot=dialog-footer]{gap:10px}}
@media(max-width:540px){.hero h1{font-size:clamp(41px,11.8vw,54px)}.hero-media>img,.story-hero-image img{object-position:right center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}[data-reveal][data-pending=true]{opacity:1;transform:none}}

@font-face{font-family:Nunito;src:url("//kibopaw.com/cdn/shop/t/38/assets/nunito-regular.ttf?v=160383791053731704331789380550") format("truetype");font-weight:400 600;font-display:swap}
@font-face{font-family:Nunito;src:url("//kibopaw.com/cdn/shop/t/38/assets/nunito-extrabold.ttf?v=81755539012569386891789380550") format("truetype");font-weight:700 900;font-display:swap}
.brand-logo--icon{width:76px!important}.mobile-drawer{position:fixed;inset:0;z-index:100;visibility:hidden;pointer-events:none}.mobile-drawer.is-open{visibility:visible;pointer-events:auto}.drawer-backdrop{position:absolute;inset:0;background:#17271866;opacity:0;transition:opacity .3s}.mobile-drawer.is-open .drawer-backdrop{opacity:1}.drawer-panel{position:absolute;top:0;bottom:0;left:0;width:min(88vw,420px);padding:28px 22px;background:var(--paper);transform:translateX(-102%);transition:transform .45s var(--ease);display:flex;flex-direction:column;box-shadow:12px 0 30px #1727181c}.mobile-drawer.is-open .drawer-panel{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head .brand-logo{width:155px}.drawer-head button{border:0;background:none;font-size:30px;line-height:1;color:var(--green);padding:6px 11px}.drawer-panel>p{color:var(--muted-foreground);font-size:14px;margin:28px 0 4px}.drawer-panel .mobile-nav{padding:0}.drawer-panel .mobile-nav a{font-size:22px;padding:18px 0;display:flex;align-items:center;gap:15px}.drawer-panel .mobile-nav small{font-size:11px;color:var(--muted-foreground);padding-top:3px}.mobile-sheet-note{margin-top:auto!important;color:var(--green)!important;font-weight:800}.cart-notice{position:fixed;right:22px;bottom:22px;z-index:120;background:var(--green);color:var(--paper);padding:13px 18px;border-radius:99px;font-size:14px;font-weight:800;box-shadow:0 12px 30px #1727183b}.menu-open{overflow:hidden}.shopify-payment-button{margin-top:12px}.shopify-payment-button__button{border-radius:100px!important;min-height:50px!important}.product-form__error-message{color:var(--destructive);font-size:13px}.collection-grid .product-card-media img{object-fit:cover}.quantity-control input{width:24px;text-align:center;border:0;background:transparent}.cart-update{margin-top:20px;border:1px solid var(--green);background:transparent;color:var(--green);padding:11px 17px;border-radius:99px;font-weight:800}.cart-update:hover{background:#e3e9d9}.cart-item-info a:hover{text-decoration:underline}
.footer-contact-placeholder{max-width:1320px;margin:0 auto 22px;padding:18px 20px;border:1px solid #ffffff2b;border-radius:14px;display:flex;justify-content:space-between;gap:18px;align-items:center;color:#e0e5d9;font-size:13px}.footer-contact-placeholder span{font-weight:800;color:var(--paper)}.footer-contact-placeholder p{margin:0;color:#d9e0d2}
.contact-layout{max-width:1000px;margin:0 auto;padding:70px max(5%,calc((100vw - 960px)/2));display:grid;grid-template-columns:1fr 1fr;gap:12%;align-items:start}.contact-copy{font-size:20px;color:var(--muted-foreground)}.contact-form{display:flex;flex-direction:column;gap:9px}.contact-form label{font-size:13px;font-weight:800;color:var(--green);margin-top:9px}.contact-form input,.contact-form textarea{border:1px solid var(--line);border-radius:10px;background:var(--cream);padding:12px 14px;color:var(--ink);resize:vertical}.contact-form .primary-cta{margin-top:12px;width:max-content}.contact-success{border-radius:10px;background:#dfe8d5;color:var(--green);padding:12px 14px;font-weight:800}
@media(max-width:800px){.footer-contact-placeholder{display:block}.footer-contact-placeholder p{margin-top:5px}.contact-layout{grid-template-columns:1fr;gap:30px;padding:48px 20px 65px}.contact-copy{font-size:18px}}

/* Story editorial treatment */
.story-scroll{display:inline-flex;align-items:center;gap:12px;margin-top:20px;padding-bottom:6px;border-bottom:1px solid var(--green);font-size:14px;font-weight:800;color:var(--green)}.story-scroll svg{transition:transform .25s}.story-scroll:hover svg{transform:translateX(5px)}
.story-hero-copy>p{max-width:440px;color:var(--muted-foreground)}
.story-intro{padding-top:90px;padding-bottom:95px}.story-pull{max-width:920px;font-size:clamp(28px,4vw,54px);line-height:1.2;letter-spacing:-.035em;color:var(--green);margin-bottom:60px}.story-intro-grid{display:grid;grid-template-columns:1fr 2fr;align-items:start;border-top:1px solid var(--line);padding-top:22px}.story-number{font-size:12px;color:var(--muted-foreground);letter-spacing:.1em}.story-intro-grid p{font-size:21px;line-height:1.5;margin:0}.story-intro-grid strong{color:var(--green);font-weight:800}
.story-origin{display:grid;grid-template-columns:1fr 1fr;gap:10%;background:#fffefb;max-width:none;padding-left:max(5%,calc((100vw - 1320px)/2));padding-right:max(5%,calc((100vw - 1320px)/2))}.story-origin-heading h2,.story-mark-copy h2,.story-gear-heading h2{font-size:clamp(36px,4.2vw,58px)}.story-origin-copy{max-width:540px;color:var(--muted-foreground);font-size:17px}.story-origin-copy p+p{margin-top:22px}
.story-belief{padding:110px 5%;background:var(--green);color:var(--paper);text-align:center}.story-belief-inner{max-width:850px;margin:auto}.story-belief .section-kicker{color:#dce6d1;margin-top:25px}.story-belief h2{font-size:clamp(39px,4.5vw,64px);line-height:1.13;margin-bottom:26px}.story-belief h2 em{color:#dce6d1}.story-belief p:last-child{font-size:19px;color:#dce6d1}
.story-mark{display:grid;grid-template-columns:.9fr 1.1fr;gap:9%;align-items:center}.story-mark-visual{background:#edf0e7;min-height:340px;border-radius:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--green)}.mountain-mark{width:165px;height:165px;border-radius:50%;background:var(--paper);display:grid;place-items:center;position:relative;box-shadow:0 12px 35px #40583f16}.mountain-mark svg:first-child{position:absolute;top:34px}.mountain-mark svg:last-child{position:absolute;bottom:31px}.story-mark-visual>span{font-size:11px;letter-spacing:.1em;margin-top:22px}.story-mark-copy>p:not(.section-kicker){max-width:520px;color:var(--muted-foreground);font-size:17px}
.story-gear{background:#edf0e7;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.story-gear-heading>p:not(.section-kicker){max-width:500px;color:var(--muted-foreground);font-size:17px}.story-values{display:grid;grid-template-columns:1fr;gap:0}.story-values article{display:grid;grid-template-columns:38px 1fr;column-gap:12px;border-top:1px solid #cdd5c5;padding:20px 0}.story-values article svg{grid-row:span 2;color:var(--green)}.story-values h3{font-size:21px;margin:0 0 3px}.story-values p{margin:0;color:var(--muted-foreground);font-size:14px}.story-audience{max-width:1000px;margin:auto;text-align:center}.story-audience-copy{font-size:clamp(26px,3.2vw,43px);line-height:1.25;letter-spacing:-.03em;color:var(--green)}.story-manifesto{padding:90px 7%;background:#dfe8d5;text-align:center}.story-manifesto>p{font-size:15px;letter-spacing:.08em;color:var(--green);font-weight:800}.story-manifesto h2{max-width:980px;margin:20px auto 42px;font-size:clamp(29px,3.7vw,52px);line-height:1.2;color:var(--green)}.story-manifesto>div{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.story-manifesto strong{font-size:14px;letter-spacing:.08em;color:var(--green)}
@media(max-width:800px){.story-intro-grid,.story-origin,.story-mark,.story-gear{grid-template-columns:1fr;gap:30px}.story-intro{padding-top:60px;padding-bottom:65px}.story-pull{font-size:31px;margin-bottom:35px}.story-intro-grid p{font-size:18px}.story-origin-copy{font-size:16px}.story-belief{padding:75px 22px}.story-belief h2{font-size:36px}.story-mark-visual{min-height:280px}.story-mark-copy>p:not(.section-kicker),.story-gear-heading>p:not(.section-kicker){font-size:16px}.story-gear{gap:38px}.story-audience-copy{font-size:27px}.story-manifesto{padding:70px 22px}.story-manifesto h2{font-size:30px}}
.product-bundle-note{display:flex;flex-direction:column;gap:5px;margin:0 0 24px;padding:16px 18px;border:1px solid #cbd4c2;border-radius:12px;background:#edf0e7;color:var(--green)}.product-bundle-note strong{font-size:15px}.product-bundle-note span{font-size:13px;color:var(--muted-foreground)}.remove-item{display:grid;place-items:center;color:var(--destructive);line-height:1}.remove-item:hover{color:#7e2d23;text-decoration:none!important}
.product-card-media--approved{aspect-ratio:1}.product-card-media--approved img,.cart-item-image img{width:100%;height:100%;object-fit:cover}
.product-thumb{flex:0 0 80px}
@media(max-width:800px){.product-thumb-row{overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:6px;-webkit-overflow-scrolling:touch}.product-thumb{scroll-snap-align:start}}
