@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#173d32;--paper:#f8f7f2;--muted:#72796f;--line:#dedfd5;--lime:#d9eb83;--display:'Barlow Condensed',Impact,sans-serif;--body:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid #76923d;outline-offset:4px}img{max-width:100%;display:block}.skip-link{position:fixed;top:-100px;left:20px;z-index:30;padding:15px;background:var(--lime)}.skip-link:focus{top:10px}.announcement{background:var(--ink);color:#eeeeda;text-align:center;padding:11px 15px;font-size:10px;letter-spacing:1.8px}header{height:91px;display:flex;justify-content:space-between;align-items:center;padding:0 5%;background:var(--paper);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.logo{font-size:49px;letter-spacing:-3px;font-weight:800;font-family:var(--display);line-height:.8}.logo span{display:block;font-family:var(--body);font-size:7px;letter-spacing:1.3px;font-weight:600;margin-top:10px;margin-left:1px}nav{display:flex;gap:34px;font-size:12px;font-weight:500}.bag{display:flex;align-items:center;gap:11px;background:none;border:0;color:var(--ink);font-size:12px}.bag svg{width:21px;height:21px}.bag #count{font-size:10px;background:var(--ink);color:white;border-radius:50%;width:22px;height:22px;display:grid;place-items:center}.hero{display:grid;grid-template-columns:44% 56%;min-height:655px;background:var(--ink);color:var(--paper)}.hero-copy{padding:51px 11% 38px}.eyebrow{font-size:10px;letter-spacing:1.7px;font-weight:600;margin:0 0 22px}.hero .eyebrow{display:flex;gap:8px;align-items:center;color:#d5e0cb}.dot{width:5px;height:5px;border-radius:50%;background:var(--lime)}h1,h2,h3,p{margin-top:0}h1{font-family:var(--display);font-weight:700;font-size:clamp(85px,8.7vw,143px);letter-spacing:-2px;line-height:.81;margin-bottom:30px;text-transform:uppercase}h1 em{font-style:normal;color:var(--lime)}.intro{font-size:13px;line-height:1.75;color:#d1d9cc;margin-bottom:25px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:36px;border:0;background:var(--ink);color:var(--paper);padding:17px 23px;font-size:12px;font-weight:600;transition:background .18s}.button span{font-size:20px;font-weight:400}.button:hover{background:#295545}.button.light{background:var(--lime);color:var(--ink)}.button.light:hover{background:#e6f3ac}.hero-note{font-size:7px;letter-spacing:1px;margin-top:29px;color:#a9b9a7}.hero-image{position:relative;min-height:655px;overflow:hidden;background:#e4e3db}.hero-image>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-image-top{position:absolute;top:27px;left:28px;right:28px;display:flex;justify-content:space-between;font-size:8px;letter-spacing:1px;color:#fff;text-shadow:0 1px 4px #0008}.hero-caption{position:absolute;bottom:25px;left:28px;right:28px;color:white;display:flex;align-items:end;justify-content:space-between;text-shadow:0 1px 5px #0006}.hero-caption>span{font-family:var(--display);font-size:25px;line-height:.95;font-weight:600}.hero-caption a{border:1px solid #ffffff90;width:43px;height:43px;border-radius:50%;display:grid;place-items:center;font-size:24px}.ticker{display:flex;justify-content:space-around;gap:20px;align-items:center;background:#e8ebdf;padding:18px 5%;font-size:9px;font-weight:600;letter-spacing:1.4px;border-bottom:1px solid var(--line)}.ticker i{font-style:normal;font-size:16px}.collection{padding:74px 5% 70px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-heading .eyebrow{margin-bottom:11px}.section-heading>p{font-size:12px;color:var(--muted);line-height:1.7;margin-bottom:0}h2{font-family:var(--display);font-weight:600;font-size:56px;line-height:1;letter-spacing:-.7px;margin-bottom:0}.collection-controls{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0;margin-bottom:27px}.filters{display:flex;gap:8px}.filters button{padding:10px 16px;font-size:11px;border:1px solid transparent;border-radius:3px;background:transparent;color:var(--ink)}.filters button:hover{border-color:#b1bdb0}.filters button.active{background:var(--ink);color:var(--paper)}.filters span{font-size:9px;margin-left:6px;opacity:.7}.result-count{font-size:10px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 18px}.product{padding:0;border:0;background:transparent;text-align:left;color:var(--ink)}.product-image{position:relative;overflow:hidden;background:#e9e8e2;aspect-ratio:4/5}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product:hover img{transform:scale(1.035)}.product .number{position:absolute;z-index:1;top:13px;left:13px;font-size:8px;letter-spacing:1px;color:#425341;background:#f8f7f2dd;padding:6px 8px}.product .plus{position:absolute;right:13px;bottom:13px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--paper);font-size:22px;box-shadow:0 1px 8px #00000009}.product-info{display:flex;justify-content:space-between;gap:8px;padding-top:14px;font-size:12px;line-height:1.4}.product-info strong{font-weight:600}.product-info small{display:block;font-size:10px;color:var(--muted);margin-top:6px}.price{font-size:11px;white-space:nowrap}.swatch{display:inline-block;width:9px;height:9px;border-radius:50%;border:1px solid #0002;vertical-align:middle;margin-right:6px}.edits{padding:0 5% 65px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.edit-card{position:relative;min-height:340px;overflow:hidden;display:flex;align-items:center}.edit-card>div{padding:30px;z-index:1;width:54%}.edit-card img{position:absolute;width:54%;height:100%;right:0;object-fit:cover;mix-blend-mode:multiply}.edit-card.green{background:#dce4d7}.edit-card.sand{background:#e9e1d3}.edit-card h2{font-size:48px;line-height:.95;margin-bottom:18px}.edit-card .eyebrow{font-size:8px}.edit-card p:not(.eyebrow){font-size:11px;line-height:1.6}.text-button{padding:5px 0;border:0;border-bottom:1px solid var(--ink);background:transparent;display:inline-flex;align-items:center;gap:20px;color:var(--ink);font-size:11px;font-weight:600}.manifesto{text-align:center;border-top:1px solid var(--line);padding:70px 20px 75px}.manifesto h2{font-size:72px;margin-bottom:22px;line-height:.95}.manifesto h2 em{font-style:normal;color:#6b7959}.manifesto>p:not(.eyebrow){font-size:13px;color:var(--muted);line-height:1.8;max-width:480px;margin:0 auto 24px}.service-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);padding:32px 5%;gap:40px}.service-strip>div{position:relative;padding-left:45px}.service-strip span{position:absolute;left:0;top:1px;font-size:10px;color:#8e9a86;border:1px solid #bec8b5;border-radius:50%;padding:7px}.service-strip h3{font-size:12px;font-weight:600;margin-bottom:8px}.service-strip p{font-size:11px;line-height:1.65;color:var(--muted);margin:0}footer{background:var(--ink);color:#c7d3c4;padding:54px 5% 24px;display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:35px;font-size:11px}footer .logo{color:var(--paper);font-size:65px}footer .logo span{font-size:7px;letter-spacing:2.2px}footer h3{color:#f3f4eb;font-size:10px;letter-spacing:.6px;margin-bottom:20px;font-weight:600}footer a:not(.logo){display:block;margin:12px 0}footer a:hover{color:white}footer p{margin-top:20px;line-height:1.8;font-size:11px;color:#aebda9}.copyright{display:flex;gap:20px;justify-content:space-between;grid-column:1/-1;padding-top:22px;border-top:1px solid #ffffff26;margin-top:14px;font-size:9px;color:#aebda9}dialog{border:0;padding:0;background:var(--paper);color:var(--ink);max-width:940px;width:92vw;max-height:92dvh}dialog::backdrop{background:#102820b0;backdrop-filter:blur(3px)}.close{position:absolute;right:15px;top:14px;border:0;background:var(--paper);color:var(--ink);width:32px;height:32px;border-radius:50%;font-size:25px;z-index:3}.close:hover{background:#e4e7db}#detail{display:grid;grid-template-columns:1fr 1fr}.detail-image{background:#e9e8e2;display:flex;align-items:center}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-copy{padding:47px 32px 32px}.detail-copy .eyebrow{font-size:8px;margin-bottom:16px}.detail-copy h2{font-size:43px;margin-bottom:13px}.detail-copy .detail-price{font-size:20px;color:var(--ink);margin-bottom:19px}.detail-copy p{font-size:12px;line-height:1.75;color:var(--muted)}.product-facts{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.product-facts span{font-size:10px;background:#e8ebdf;padding:7px 10px}.size-title{display:flex;justify-content:space-between;font-size:11px;font-weight:600}.size-title a{text-decoration:underline;color:var(--muted);font-weight:400}.sizes{display:flex;gap:7px;margin:12px 0 20px}.sizes button{width:45px;height:42px;border:1px solid #cfd5c7;background:transparent;color:var(--ink);font-size:12px}.sizes button.selected{background:var(--ink);color:var(--paper);border-color:var(--ink)}.detail-copy .button{width:100%}.detail-copy .product-note{font-size:9px;margin:15px 0}.detail-copy .policy-links{font-size:10px;display:flex;gap:18px;border-top:1px solid var(--line);padding-top:18px;text-decoration:underline}.detail-copy .related-colors{margin-top:20px}.color-button{border:1px solid transparent;background:none;border-radius:50%;padding:3px;margin-right:5px}.color-button span{display:block;width:17px;height:17px;border-radius:50%;border:1px solid #0002}.color-button.active{border-color:var(--ink)}#cart-dialog{margin:0 0 0 auto;width:440px;max-width:100vw;height:100dvh;max-height:100dvh;padding:30px;position:fixed;left:auto;right:0}.cart-head{padding-bottom:22px;border-bottom:1px solid var(--line)}.cart-head .eyebrow{font-size:9px;margin-bottom:10px}.cart-head h2{font-size:38px}.cart-item{display:flex;gap:15px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-item img{width:80px;height:102px;object-fit:cover;background:#e9e8e2}.cart-item h3{font-size:12px;font-weight:600;margin:3px 0 7px}.cart-item p{font-size:11px;color:var(--muted);margin:0 0 15px}.quantity{display:flex;align-items:center}.quantity button{border:1px solid #cfd5c7;background:transparent;width:25px;height:26px;color:var(--ink)}.quantity span{padding:0 11px;font-size:11px}.quantity .remove{width:auto;border:0;text-decoration:underline;font-size:10px;margin-left:10px}.cart-footer{padding-top:27px}.subtotal{display:flex;justify-content:space-between;font-size:15px}.cart-footer>p{font-size:10px;color:var(--muted);line-height:1.6;margin:13px 0}.cart-footer .button{width:100%;margin-top:9px}.cart-footer>a{display:block;text-align:center;font-size:9px;text-decoration:underline;margin-top:18px}.button:disabled{opacity:.5;cursor:wait}#error{color:#a02828}.empty-cart{padding:30px 0;font-size:13px;line-height:1.8}.policy-layout{max-width:1120px;margin:0 auto;padding:62px 5% 80px;display:grid;grid-template-columns:190px 1fr;gap:65px}.policy-sidebar{padding-top:10px}.policy-sidebar a{display:block;font-size:12px;color:var(--muted);padding:12px 0;border-bottom:1px solid var(--line)}.policy-sidebar a.active{color:var(--ink);font-weight:700}.policy-content{max-width:740px}.policy-content h1{font-size:65px;line-height:1;margin:0 0 18px;letter-spacing:-1px}.policy-content h2{font-family:var(--body);font-size:18px;font-weight:600;letter-spacing:0;line-height:1.4;margin:35px 0 13px}.policy-content p,.policy-content li{font-size:13px;line-height:1.9;color:#566051}.policy-content a{text-decoration:underline;overflow-wrap:anywhere}.policy-content ul,.policy-content ol{padding-left:20px}.policy-content table{border-collapse:collapse;width:100%;font-size:12px;line-height:1.7;margin:22px 0}.policy-content td,.policy-content th{border:1px solid var(--line);padding:13px;text-align:left}.policy-content th{background:#e9eddf}.policy-content .lead{font-size:16px;line-height:1.7;color:var(--ink)}.contact-card{background:#e9eddf;padding:25px;margin:25px 0}.contact-card a{font-size:18px}.policy-date{font-size:10px!important;color:var(--muted)!important}.policy-content details{border-bottom:1px solid var(--line);padding:18px 0;font-size:13px}.policy-content summary{cursor:pointer;font-weight:600}
@media(min-width:1500px){header,.collection,.edits,footer,.service-strip{padding-left:max(5%,calc((100% - 1400px)/2));padding-right:max(5%,calc((100% - 1400px)/2))}.hero-copy{padding-left:max(11%,calc((100vw - 1400px)/2))}}
@media(max-width:1000px){.hero{grid-template-columns:46% 54%;min-height:560px}.hero-image{min-height:560px}.hero-copy{padding:45px 10% 30px}h1{font-size:100px}.hero .eyebrow{font-size:8px}.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.edit-card h2{font-size:40px}.edit-card>div{padding:22px}.edit-card .eyebrow{font-size:7px}.edit-card img{width:50%}.edits{gap:16px}.policy-layout{gap:35px}}
@media(max-width:680px){html{scroll-padding-top:80px}.announcement{font-size:8px;letter-spacing:1px;padding:10px}header{height:76px;padding:0 5%}.logo{font-size:42px}.logo span{font-size:6px;letter-spacing:1px}nav{gap:17px;font-size:10px}nav a:last-child{display:none}.bag{gap:7px}.bag>span:not(#count){display:none}.bag svg{width:19px}.bag #count{width:19px;height:19px}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:38px 7% 35px}.hero .eyebrow{font-size:9px}.hero h1{font-size:101px;line-height:.8;letter-spacing:-1px}.hero h1 br:first-of-type{display:none}.hero h1 br:first-of-type:after{content:' '}.intro{font-size:12px;margin-top:21px}.hero-note{display:none}.hero .button{padding:14px 20px;gap:50px}.hero-image{min-height:390px;max-height:460px;aspect-ratio:1.2}.hero-image-top{top:20px;left:20px;right:20px}.hero-caption{left:20px;right:20px;bottom:20px}.ticker{padding:15px 5%;gap:12px;overflow:hidden;justify-content:space-between;white-space:nowrap;font-size:7px;letter-spacing:.7px}.ticker span:nth-of-type(3),.ticker i:nth-of-type(3),.ticker span:nth-of-type(4){display:none}.collection{padding:44px 5%}.section-heading{margin-bottom:22px}.section-heading h2{font-size:42px}.section-heading>p{display:none}.eyebrow{font-size:8px}.collection-controls{display:block;padding:12px 0;margin-bottom:20px}.filters{overflow-x:auto;gap:3px;padding-bottom:2px}.filters button{white-space:nowrap;font-size:10px;padding:9px 11px}.result-count{display:none}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 12px}.product-info{display:block;font-size:11px;padding-top:11px}.product-info .price{display:block;margin-top:7px;font-size:11px}.product-info small{font-size:9px;margin-top:4px}.product .number{font-size:6px;letter-spacing:.7px;top:9px;left:9px;padding:5px}.product .plus{width:27px;height:27px;right:9px;bottom:9px;font-size:20px}.edits{grid-template-columns:1fr;padding:0 5% 40px;gap:16px}.edit-card{min-height:280px}.edit-card>div{padding:25px;width:57%}.edit-card img{width:52%}.edit-card h2{font-size:45px}.edit-card p:not(.eyebrow){font-size:11px}.manifesto{padding:45px 6%}.manifesto h2{font-size:52px}.manifesto>p:not(.eyebrow){font-size:12px}.service-strip{grid-template-columns:1fr;gap:25px;padding:30px 7%}.service-strip p br{display:none}footer{grid-template-columns:1fr 1fr;padding:42px 7% 25px;gap:30px 20px}.footer-brand{grid-column:1/-1;display:flex;justify-content:space-between;align-items:start}.footer-brand p{margin:0;font-size:10px;max-width:150px}footer .logo{font-size:55px}footer .logo span{font-size:6px;letter-spacing:1.5px}.copyright{display:block;margin-top:0;font-size:8px;line-height:1.7}.copyright>span{display:block;margin-top:5px}#detail{grid-template-columns:1fr}.detail-image{height:300px}.detail-image img{object-fit:contain}.detail-copy{padding:25px}.detail-copy h2{font-size:36px}.detail-copy .eyebrow{margin-bottom:10px}.detail-copy .detail-price{font-size:18px;margin-bottom:12px}.detail-copy .product-note{font-size:9px}.policy-layout{display:flex;flex-direction:column;padding:32px 6% 50px;gap:28px}.policy-sidebar{display:flex;overflow:auto;gap:16px;white-space:nowrap;padding:0 0 6px}.policy-sidebar a{font-size:10px}.policy-content h1{font-size:50px}.policy-content .lead{font-size:14px}.policy-content table{font-size:11px}.policy-content td,.policy-content th{padding:9px}.contact-card a{font-size:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Keep the complete garment in view on every product card. */
.product-image img{object-fit:contain}.detail-image img{object-fit:contain}
.hero-image>img{object-position:25% center}
@media(max-width:680px){.hero h1 br:first-of-type{display:initial}.hero h1{font-size:88px;line-height:.86}.hero-copy{padding-bottom:32px}.hero-image>img{object-position:25% center}}
@media(max-width:680px){.hero-image{min-width:0;width:100%;height:430px;min-height:0;aspect-ratio:auto}}
