:root{--background:#f4f1e9;--foreground:#20221f;--primary:#982e2c;--primary-foreground:#fff;--secondary:#e6e0d3;--secondary-foreground:#20221f;--muted:#e6e0d3;--muted-foreground:#63635c;--border:#c9c6bb;--input:#c9c6bb;--ring:#982e2c;--radius:0}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:85px}body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,summary{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}img{max-width:100%;display:block}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #b4473a;outline-offset:4px}.skip-link{position:absolute;top:-60px;z-index:100;background:#fff;padding:12px}.skip-link:focus{top:0}.eyebrow,.micro{font-family:Courier New,monospace;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.announcement{background:#942c29;color:#f7f2e7;text-align:center;padding:7px 16px;font-size:11px;letter-spacing:.19em;font-weight:700}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 4%;border-bottom:1px solid var(--border);background:#f4f1e9;position:relative;z-index:20}.wordmark{font-family:Georgia,serif;font-size:31px;font-weight:900;letter-spacing:-1.8px;line-height:1;transform:skew(-7deg)}.wordmark small{display:block;font:9px Arial;letter-spacing:.3em;text-align:center;margin-top:8px;transform:skew(7deg)}.desktop-nav{display:flex;gap:35px;font-size:13px;font-weight:700}.desktop-nav a:hover{color:var(--primary)}.header-actions{display:flex;align-items:center;gap:24px;font-size:13px;font-weight:700}.icon-button{background:none;border:0;padding:10px;display:flex;align-items:center;gap:8px}.mobile-menu{display:none}.hero{min-height:555px;position:relative;background:#292b28;color:#f6f1e7;overflow:hidden;display:flex;align-items:center}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 62%;filter:saturate(.75)}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#101716d4,#10171654 58%,#1017161a)}.hero-content{position:relative;z-index:1;padding:54px 6%;width:100%}.hero .eyebrow{margin-bottom:25px}.hero h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(58px,6.7vw,106px);line-height:.92;letter-spacing:-.045em;font-weight:900;margin:0 0 26px;max-width:800px}.hero h1 em{font-weight:400}.hero p{font-size:16px;max-width:340px;margin:0 0 26px;color:#e5e4dc}.button{display:inline-flex;align-items:center;justify-content:center;gap:32px;padding:15px 24px;background:#982e2c;color:#fff;border:1px solid #982e2c;font-weight:700;font-size:13px;letter-spacing:.025em;min-height:50px}.button:hover{background:#7e201e;border-color:#7e201e}.button.cream{background:#f4f1e9;border-color:#f4f1e9;color:#20221f}.button.outline{background:transparent;border-color:currentColor;color:inherit}.hero-edition{position:absolute;bottom:26px;right:4%;z-index:2;text-align:right;font:11px Courier New;letter-spacing:.12em;color:#eee}.hero-edition strong{display:block;font:italic 27px Georgia;letter-spacing:0}.section-topline{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);padding:17px 4%;gap:14px}.star-row{letter-spacing:.38em;color:#942c29}.featured{padding:44px 6% 55px;display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center}.product-visual{position:relative;min-width:0}.product-main-image{width:100%;height:540px;object-fit:cover;object-position:center;background:#e9e4db}.image-caption{display:flex;justify-content:space-between;margin-top:10px;font:11px Courier New;letter-spacing:.07em}.photo-badge{position:absolute;top:18px;left:18px;background:#f4f1e9;padding:9px 13px;font:700 11px Courier New;letter-spacing:.1em;border:1px solid #bcb8aa}.product-copy{max-width:490px}.product-copy .eyebrow{color:#942c29}.product-title-row{display:flex;gap:20px;align-items:baseline;justify-content:space-between;margin:14px 0 19px}.product-title-row h2,.product-title-row h1{font:700 clamp(42px,4.1vw,64px)/1 Georgia;letter-spacing:-.06em;margin:0}.price{font:22px Georgia;white-space:nowrap}.product-deck{font:italic 25px/1.2 Georgia;margin:0 0 18px}.product-description{color:#5c5c55;font-size:15px;line-height:1.6}.product-specs{display:grid;grid-template-columns:repeat(3,1fr);padding:20px 0;margin:22px 0;border-block:1px solid var(--border)}.product-specs div{padding:0 16px;border-right:1px solid var(--border)}.product-specs div:first-child{padding-left:0}.product-specs div:last-child{border:0}.product-specs strong{display:block;font-size:14px}.product-specs span{font-size:11px;color:#63635c}.option-heading{display:flex;justify-content:space-between;font-size:12px;margin:18px 0 10px}.size-options{display:flex!important;gap:8px!important;margin-bottom:14px}.size-option{position:relative;flex:1;min-width:0}.size-option label{display:flex;height:44px;align-items:center;justify-content:center;border:1px solid #aaa99f;font-size:13px;cursor:pointer}.size-option input{position:absolute;opacity:0;width:100%;height:100%;top:0;right:0;bottom:0;left:0;cursor:pointer}.size-option input:checked+label{background:#222720;color:#fff;border-color:#222720}.size-option input:focus-visible+label{outline:3px solid #982e2c;outline-offset:2px}.size-option input:disabled+label{text-decoration:line-through;opacity:.4}.size-option [data-slot=radio-group-item]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0}.size-option [data-state=checked]+label{background:#222720;color:#fff}.size-option [data-slot=radio-group-item]:focus-visible+label{outline:3px solid #982e2c}.full{width:100%}.preorder-note{font-size:12px;color:#66645b;margin:10px 0;line-height:1.5}.details-link{display:inline-block;font-size:12px;border-bottom:1px solid;margin-top:12px}.statement-band{background:#202a23;color:#f4f1e9;padding:22px 6%;display:flex;justify-content:space-between;align-items:center;gap:20px}.statement-band strong{font:italic 30px Georgia}.statement-band .micro{font-size:11px}.collection-section{padding:58px 4% 64px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:26px;gap:20px}.section-heading h2,.collection-title{font:700 46px/1 Georgia;letter-spacing:-.04em;margin:12px 0 0}.section-heading a{font-size:12px;border-bottom:1px solid;padding-bottom:4px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{min-width:0}.card-image{background:#e4dfd5;overflow:hidden;position:relative}.card-image img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .4s}.product-card:hover img{transform:scale(1.025)}.card-index{position:absolute;top:12px;left:12px;font:11px Courier New;background:#f5f0e6;padding:4px 7px}.card-info{display:flex;justify-content:space-between;gap:10px;margin-top:14px;font-size:13px;font-weight:700}.card-subtitle{font:11px Courier New;color:#68675f;margin-top:6px;text-transform:uppercase;letter-spacing:.05em}.editorial{margin:0 4% 64px;display:grid;grid-template-columns:1fr 1fr;min-height:400px;background:#dfd9cc}.editorial img{height:100%;width:100%;object-fit:cover;max-height:490px}.editorial-copy{padding:45px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.editorial-copy h2{font:700 clamp(38px,4.5vw,68px)/.99 Georgia;letter-spacing:-.045em;margin:20px 0}.editorial-copy p{max-width:340px;font-size:14px;color:#55564e}.newsletter{border-top:1px solid var(--border);padding:40px 6%;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px}.newsletter h2{font:italic 36px Georgia;margin:0 0 8px}.newsletter p{font-size:13px;margin:0;color:#626259}.newsletter form{display:flex;border-bottom:1px solid #252c25}.newsletter input{border:0;background:transparent;min-width:0;flex:1;padding:15px 0;outline-offset:0;font-size:14px}.newsletter button{background:none;border:0;padding:15px;font-weight:700}.footer{background:#202a23;color:#f4f1e9;padding:40px 4% 24px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer .wordmark{font-size:clamp(38px,8vw,115px);letter-spacing:-.055em}.footer-links{display:flex;gap:24px;flex-wrap:wrap;font-size:12px}.footer-bottom{border-top:1px solid #5b6159;padding-top:20px;margin-top:35px;display:flex;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.04em}.drawer{padding:30px!important;background:#f4f1e9!important;overflow:auto}.drawer nav{display:flex;flex-direction:column;gap:25px;margin-top:30px;font:30px Georgia}.cart-row{display:grid;grid-template-columns:75px 1fr auto;gap:14px;padding:20px 0;border-bottom:1px solid #cbc8bd}.cart-row img{width:75px;height:95px;object-fit:cover}.cart-row p{font-size:13px;margin:5px 0}.cart-row button{font-size:12px;background:none;border:0;text-decoration:underline}.cart-total{display:flex;justify-content:space-between;margin:25px 0;font-weight:700}.cart-note{font-size:12px;color:#64645b}.page-shell{padding:45px 6%;min-height:55vh}.page-shell h1{font:52px Georgia}.gallery-thumbs{display:flex;gap:8px;margin-top:10px}.gallery-thumbs button{width:64px;padding:0;border:1px solid #b9b5a9;background:none}.gallery-thumbs img{width:62px;height:68px;object-fit:cover}.gallery-thumbs button[aria-pressed=true]{outline:2px solid #982e2c;outline-offset:2px}.product-page{align-items:start}.product-page details{border-top:1px solid #cac6b9;padding:16px 0;font-size:14px}.product-page summary{cursor:pointer;font-weight:700}.product-page .product-main-image{width:100%;height:auto;aspect-ratio:4/5;object-fit:contain;object-position:center}.standard-form{max-width:600px;display:grid;gap:14px}.standard-form input,.standard-form textarea,.standard-form select{width:100%;padding:12px;background:transparent;border:1px solid #b4b2a7}.standard-form textarea{min-height:160px}.error-message{color:#942c29;font-size:13px}.pagination{display:flex;gap:20px;padding:30px 0}.cart-table{width:100%;border-collapse:collapse}.cart-table td{border-bottom:1px solid #ccc;padding:20px}.cart-table img{width:90px}.cart-table input{width:70px}.filter-bar{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin:28px 0}.filter-bar select,.filter-bar input{padding:10px;background:transparent;border:1px solid #bdb9ac}.policy-content{max-width:750px}.policy-content p{margin:1em 0}.preview-mobile-frame{width:390px;height:844px;border:0;display:block;margin:auto}.preview-mobile-page{background:#c6c3bb;padding:25px;min-height:100vh}.preview-mobile-page h1{font:14px Arial;text-align:center;margin:0 0 20px}@media(min-width:1600px){.featured,.hero-content{padding-inline:max(6%,calc((100vw - 1400px)/2))}}@media(max-width:800px){.announcement{font-size:10px;padding:7px 8px}.site-header{height:67px;padding:0 16px}.wordmark{font-size:25px}.wordmark small{font-size:7px;margin-top:6px}.desktop-nav,.header-x{display:none}.mobile-menu{display:flex}.header-actions{gap:0}.icon-button{padding:10px}.hero{min-height:350px}.hero-content{padding:33px 24px 44px}.hero-image{object-position:61% center}.hero:after{background:linear-gradient(90deg,#101716c2,#10171626)}.hero .eyebrow{font-size:10px;margin-bottom:23px}.hero h1{font-size:clamp(36px,11.8vw,46px);line-height:.96;max-width:370px;margin-bottom:19px}.hero p{font-size:13px;max-width:240px;margin-bottom:23px}.hero .button{min-height:44px;padding:12px 18px;font-size:12px}.hero-edition{display:none}.section-topline{padding:13px 20px;font-size:10px}.section-topline .star-row{display:none}.featured{padding:24px 20px 33px;grid-template-columns:1fr;gap:25px}.product-main-image{height:365px;object-position:center 48%}.photo-badge{font-size:10px;top:12px;left:12px}.image-caption{font-size:9px}.product-title-row{margin:12px 0 17px}.product-title-row h2,.product-title-row h1{font-size:46px}.product-copy{max-width:none}.product-deck{font-size:23px}.product-description{font-size:14px}.product-specs{margin:20px 0;padding:17px 0}.product-specs div{padding:0 10px}.product-specs strong{font-size:12px}.product-specs span{font-size:10px}.statement-band{padding:21px 20px;justify-content:center;text-align:center}.statement-band strong{font-size:25px}.statement-band .micro{display:none}.collection-section{padding:38px 20px}.section-heading{margin-bottom:21px}.section-heading h2{font-size:35px}.section-heading a{font-size:11px}.section-heading .eyebrow{font-size:10px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 12px}.card-info{font-size:12px;display:block;margin-top:11px}.card-info span{display:block;font-weight:400;margin-top:3px}.card-subtitle{font-size:9px}.card-index{font-size:9px;top:8px;left:8px}.editorial{margin:0 20px 38px;grid-template-columns:1fr}.editorial img{height:295px}.editorial-copy{padding:30px 25px}.editorial-copy h2{font-size:44px}.newsletter{grid-template-columns:1fr;padding:30px 20px;gap:18px}.newsletter h2{font-size:30px}.newsletter p{font-size:12px}.footer{padding:30px 20px 22px}.footer-top{display:block}.footer .wordmark{font-size:53px;margin-bottom:27px;display:block}.footer-links{gap:16px;font-size:11px}.footer-bottom{font-size:9px;flex-direction:column;gap:9px;margin-top:25px}.page-shell{padding:30px 20px}.page-shell h1{font-size:40px}.drawer{width:92%!important;max-width:430px!important}.cart-table td{padding:12px 5px}.cart-table img{width:50px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}.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}.native-menu{position:relative}.native-menu>summary{list-style:none}.native-menu>summary::-webkit-details-marker{display:none}.native-menu nav{position:absolute;top:48px;left:-16px;width:calc(100vw - 32px);background:#f4f1e9;padding:25px;box-shadow:0 10px 25px #0003;display:grid;gap:22px}.product-form select{width:100%;padding:12px;border:1px solid #999;background:transparent}.shopify-policy__container{padding:35px 20px!important;max-width:850px!important}.rte img{max-width:100%;height:auto}.rte a{text-decoration:underline}.rte p{margin:1em 0}.rte ul{padding-left:25px}.rte table{max-width:100%}.cart-product{display:flex;gap:20px;align-items:center}.cart-actions{max-width:450px;margin:25px 0 25px auto}.shopify-section{min-width:0}.newsletter form{flex-wrap:wrap}.newsletter .form-status{flex-basis:100%;font-size:13px}.shopify-payment-button{margin-top:10px}.product-page .product-description img{max-width:100%;height:auto}.product-page details{overflow-wrap:anywhere}@media(max-width:800px){html{scrollbar-width:none}}.wordmark{display:block;transform:none;letter-spacing:normal;flex-shrink:0;width:200px;max-width:100%}.wordmark img{display:block;width:100%;height:auto;object-fit:contain}.wordmark small{transform:none;font-size:9px;letter-spacing:.26em;margin:4px 0 0;text-align:center}.footer .wordmark{width:min(48vw,590px);margin:0}.header-x,.footer-links a,.section-heading a,.details-link,.newsletter button{display:inline-flex;align-items:center;gap:7px}.header-x svg,.footer-links svg,.section-heading svg,.details-link svg,.newsletter button svg{flex-shrink:0}.card-image img{height:auto;aspect-ratio:auto;object-fit:contain}.cart-product img,.cart-table img{width:90px;height:auto;max-height:140px;object-fit:contain;flex:0 0 auto;align-self:center}.cart-row img{height:auto;max-height:110px;object-fit:contain;align-self:start}.gallery-thumbs img{object-fit:contain}.announcement{position:relative;min-height:30px;padding:7px 40px;display:flex;align-items:center;justify-content:center}.announcement-toggle{position:absolute;inset:0 8px 0 auto;width:30px;background:transparent;color:inherit;border:0;padding:7px;display:flex;align-items:center;justify-content:center}.announcement-toggle svg{width:13px;height:13px}.announcement [hidden]{display:none!important}.announcement .play-icon{display:none}.announcement-toggle[aria-pressed=true] .play-icon{display:block}.announcement-toggle[aria-pressed=true] .pause-icon{display:none}.announcement-toggle:focus-visible{outline:2px solid white;outline-offset:-3px}.section-topline{justify-content:flex-start;gap:35px}.product-description{overflow-wrap:break-word}.editorial-copy p{max-width:440px;line-height:1.65}.newsletter p{font-size:14px}@media(max-width:800px){.header-x{display:none}.wordmark{width:185px}.wordmark small{font-size:8px}.footer .wordmark{width:100%;max-width:390px;margin-bottom:26px}.announcement{font-size:9px;letter-spacing:.12em;min-height:30px;padding-inline:32px}.cart-product{gap:12px}.cart-product img,.cart-table img{width:70px;height:auto;max-height:110px}.section-topline{justify-content:space-between}.editorial-copy p{font-size:14px}}.purchase-button{position:relative;display:flex;justify-content:center;text-align:center;padding-inline:48px;gap:0}.purchase-button>svg{position:absolute;right:20px;top:50%;transform:translateY(-50%);margin:0}.footer .wordmark img{filter:none;transform:none}@media(max-width:800px){.site-header{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);height:76px}.site-header>.mobile-menu{grid-column:1;grid-row:1;justify-self:start}.site-header>.wordmark{grid-column:2;grid-row:1;justify-self:center;width:min(185px,48vw)}.site-header>.header-actions{grid-column:3;grid-row:1;justify-self:end}.site-header .icon-button{padding-inline:6px}.site-header .wordmark small{margin-top:4px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/frontierism.css.map */
