:root,.dark{--font-geist-sans:"Rarely Geist",Arial,Helvetica,sans-serif;--font-geist-mono:"Rarely Geist Mono","SFMono-Regular",Consolas,monospace;--background:#111212;--foreground:#f3f4f5;--card:#1c1d1d;--card-foreground:#f3f4f5;--primary:#d9e2ea;--primary-foreground:#13171b;--muted:#252626;--muted-foreground:#adb4ba;--border:#363737;--ring:#d9e2ea;--accent:#d9e2ea;--radius:0}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:86px}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-geist-sans),Arial,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:2px solid var(--primary);outline-offset:6px}img{display:block;width:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:450}svg{flex-shrink:0}.container{max-width:1600px;margin:auto;padding-left:5%;padding-right:5%}.eyebrow{font-family:var(--font-geist-mono),monospace;font-size:12px;letter-spacing:.1em;line-height:1.6}.header{height:84px;padding:0 4%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #383a39;background:#111212;position:relative;z-index:4}.lockup{display:flex;align-items:center;gap:20px;white-space:nowrap}.rarely{font-family:Georgia,serif;font-size:27px;font-weight:700;letter-spacing:-1.4px}.times{font-weight:200;color:#888;font-size:21px}.big{font-weight:750;font-size:20px;letter-spacing:-.8px}.header nav{display:flex;gap:30px;font-size:14px;color:#c1c7cc}.header-shop{font-size:14px;display:flex;gap:14px;align-items:center}.header a:hover{color:var(--primary)}.hero{min-height:760px;height:calc(100svh - 84px);max-height:1100px;position:relative;overflow:hidden;background:#151719}.hero-photo{position:absolute;inset:0 0 0 33%}.hero-photo img{height:100%;object-position:center 46%}.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#151719 0%,transparent 36%),linear-gradient(0deg,#101212bb,transparent 26%)}.hero-content{position:relative;padding:7.3% 5% 150px;z-index:1;pointer-events:none}.hero-content a{pointer-events:auto}.hero .eyebrow{display:flex;gap:10px;align-items:center;color:#d2d8de}.signal{height:6px;width:6px;border-radius:100%;background:var(--primary)}h1{font-size:clamp(90px,9.7vw,165px);letter-spacing:-.08em;line-height:.92;margin:34px 0 30px;max-width:750px}h1 span{color:var(--primary)}.hero-copy{color:#c4cbd0;line-height:1.65;font-size:17px;margin-bottom:32px}.button{min-height:56px;display:inline-flex;align-items:center;justify-content:space-between;gap:38px;padding:18px 23px;font-size:14px;font-weight:550;transition:background .2s,transform .2s}.primary{background:var(--primary);color:var(--primary-foreground)}.button:hover{background:#f0f4f7;transform:translateY(-2px)}.hero-caption{position:absolute;right:5%;bottom:111px;display:flex;flex-direction:column;gap:11px;z-index:2}.hero-caption span:first-child{font-family:var(--font-geist-mono),monospace;font-size:12px;letter-spacing:.08em;color:#d7dce1}.hero-caption span:last-child{font-size:14px;display:flex;gap:30px;align-items:center}.hero-bottom{position:absolute;bottom:0;left:5%;right:5%;height:70px;border-top:1px solid #ffffff33;display:flex;align-items:center;justify-content:space-between;font:12px var(--font-geist-mono),monospace;letter-spacing:.06em;color:#b9c1c7}.indexbar{padding:24px 5%;display:flex;align-items:center;gap:60px;border-bottom:1px solid var(--border);font-size:17px}.indexbar>span{margin-right:auto;font:12px var(--font-geist-mono),monospace;color:#adb4ba;letter-spacing:.06em}.indexbar a{display:flex;gap:20px}.indexbar a span{font:12px var(--font-geist-mono),monospace;color:#919ba3}.indexbar a:hover{color:var(--primary)}.intro{padding-top:112px;padding-bottom:85px}.intro>.eyebrow{color:#a5aeb6;margin-bottom:28px}.intro>div{display:flex;align-items:flex-end;justify-content:space-between;gap:70px}h2{font-size:clamp(38px,4.5vw,72px);line-height:1.08;letter-spacing:-.055em}.intro p:not(.eyebrow){max-width:390px;line-height:1.8;color:#acb3b9;font-size:16px}.category{padding-top:40px;padding-bottom:100px}.category-heading{border-top:1px solid #40474d;padding-top:36px;display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:36px}.category-heading .eyebrow{color:var(--primary);margin-bottom:17px}.category-heading h2{font-size:clamp(36px,3.6vw,55px)}.category-heading>p{max-width:360px;color:#acb3b9;line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-image{aspect-ratio:1;background:#212323;position:relative;overflow:hidden}.product-image>img{height:100%;transition:transform .7s,opacity .45s}.product-image .alternate{position:absolute;inset:0;opacity:0}.product-card:hover .alternate{opacity:1}.product-card:hover .product-image>img{transform:scale(1.045)}.product-plus{position:absolute;bottom:14px;right:14px;width:37px;height:37px;background:#14191eb3;display:grid;place-items:center;border:1px solid #ffffff40;backdrop-filter:blur(8px)}.product-badge{position:absolute;top:16px;left:16px;background:var(--primary);color:var(--primary-foreground);padding:7px 10px;font:11px var(--font-geist-mono),monospace;letter-spacing:.03em}.product-info{display:flex;gap:12px;justify-content:space-between;padding-top:20px}.product-info h3{font-size:17px;letter-spacing:-.025em;font-weight:500;margin-bottom:6px}.product-info div>span{font-size:13px;color:#a7afb6;line-height:1.5}.price{font-size:14px;white-space:nowrap;padding-top:2px}.product-cta{display:flex;gap:12px;align-items:center;font-size:13px;margin-top:17px;color:var(--primary)}.two-up{grid-template-columns:1fr 1fr}.two-up .product-image{aspect-ratio:1.35}.two-up .product-info h3{font-size:22px}.two-up .product-info{padding-top:25px}.two-up .price{font-size:17px}#fix .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:42px}.material{position:relative;margin:15px 0 95px;min-height:590px;overflow:hidden;background:#050606}.material>img{position:absolute;inset:0;height:100%;object-position:center}.material:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#050606dd,transparent 80%)}.material-copy{position:relative;z-index:1;padding:90px 5%;max-width:720px}.material h2{margin:26px 0;font-size:clamp(40px,4.7vw,72px)}.material-copy>p:not(.eyebrow){max-width:390px;font-size:16px;line-height:1.8;color:#bdc5cb}.textlink{display:inline-flex;align-items:center;gap:28px;margin-top:32px;padding-bottom:8px;border-bottom:1px solid #8c9aa6;font-size:14px}.material-note{position:absolute;bottom:30px;right:5%;font:11px var(--font-geist-mono),monospace;letter-spacing:.07em;color:#a6afb6;z-index:1}.feature{display:grid;grid-template-columns:1fr 1fr;background:#e1e5e8;color:#191e23}.feature-image{min-height:610px}.feature-image img{height:100%;max-height:720px}.feature-copy{padding:90px 11%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.feature-copy h2{margin:28px 0}.feature-copy>p:not(.eyebrow){font-size:16px;line-height:1.8;color:#58626a;max-width:440px}.feature .button{background:#191e23;color:#edf1f4;margin-top:32px;gap:24px}.feature .button:hover{background:#34424f}.questions{padding-top:110px;padding-bottom:110px;display:grid;grid-template-columns:1fr 1.2fr;gap:60px}.questions h2{margin-top:25px;font-size:clamp(38px,4vw,62px)}.questions .eyebrow{color:#abb4bc}.answers details{border-bottom:1px solid #394149}.answers details:first-child{border-top:1px solid #394149}.answers summary{padding:27px 0;list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:16px}.answers summary::-webkit-details-marker{display:none}.answers details[open] summary svg{transform:rotate(45deg)}.answers details p{padding:0 30px 24px 0;font-size:15px;line-height:1.8;color:#acb6be}.answers p a{text-decoration:underline;color:var(--primary)}.closing{padding:85px 5% 105px;text-align:center;background:#1b2025;border-top:1px solid #343e47}.closing>.eyebrow{color:#b9c8d4}.closing h2{font-size:clamp(50px,7vw,108px);margin:30px auto;letter-spacing:-.065em}.closing .button{margin-top:10px}footer{display:flex;align-items:center;gap:35px;flex-wrap:wrap;padding:45px 5%;color:#b6bec5}footer>.lockup{color:#f3f4f5}footer>span{font-size:14px;margin-right:auto}footer>a:not(.lockup){font-size:13px;display:flex;gap:12px}footer small{font-size:12px}.skip{position:fixed;left:20px;top:-100px;z-index:10;background:var(--primary);color:#111;padding:16px}.skip:focus{top:10px}
@media(min-width:1800px){.hero-content{padding-top:100px}.hero-photo{inset:0 0 0 38%}}@media(max-width:1100px){.header nav{display:none}.hero{min-height:680px}.hero-content{padding-top:95px}.hero-photo{left:25%}.intro>div{gap:40px}.intro h2{font-size:48px}.intro p:not(.eyebrow){max-width:330px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:35px}.feature-copy{padding:65px 9%}.feature-image{min-height:550px}.feature h2{font-size:53px}.product-info h3{font-size:17px}}
@media(max-width:700px){html{scroll-padding-top:20px}.header{height:72px;padding:0 6%}.lockup{gap:12px}.rarely{font-size:23px}.big{font-size:17px}.header-shop{font-size:0;gap:0}.header-shop svg{width:24px;height:24px}.hero{height:auto;min-height:880px;max-height:none}.hero-photo{inset:330px 0 60px}.hero-photo img{object-position:center 48%}.hero-photo:after{background:linear-gradient(180deg,#151719 0%,transparent 23%,transparent 80%,#151719 100%)}.hero-content{padding:42px 6% 0}.hero .eyebrow{font-size:11px}h1{font-size:88px;line-height:.94;margin:24px 0;letter-spacing:-.07em}.hero-copy{font-size:15px;margin-bottom:23px}.button{padding:16px 20px;min-height:52px;gap:28px}.hero-content .button{position:relative;z-index:3}.hero-caption{right:6%;left:6%;bottom:85px;gap:8px}.hero-caption span:last-child{font-size:13px;justify-content:space-between}.hero-caption span:first-child{font-size:10px}.hero-bottom{height:55px;left:6%;right:6%;font-size:10px}.hero-bottom>span{max-width:180px;font-size:9px;line-height:1.5}.hero-bottom a{font-size:9px}.indexbar{padding:22px 6%;gap:0;justify-content:space-between}.indexbar>span{display:none}.indexbar a{font-size:15px;gap:12px}.container{padding-left:6%;padding-right:6%}.intro{padding-top:65px;padding-bottom:50px}.intro>div{display:block}.intro h2{font-size:39px}.intro p:not(.eyebrow){margin-top:24px;max-width:none;font-size:15px;line-height:1.75}.intro>.eyebrow{font-size:10px;margin-bottom:20px}.category{padding-top:25px;padding-bottom:55px}.category-heading{display:block;padding-top:25px;margin-bottom:26px}.category-heading .eyebrow{font-size:11px;margin-bottom:13px}.category-heading h2{font-size:37px}.category-heading>p{font-size:14px;margin-top:18px;max-width:none}.product-grid,#fix .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 14px}.product-info{display:block;padding-top:13px}.product-info h3{font-size:15px;margin-bottom:6px}.product-info div>span{font-size:12px;display:block;min-height:36px}.price{display:block;margin-top:7px;font-size:14px}.product-cta{font-size:12px;margin-top:12px;gap:8px}.product-plus{width:28px;height:28px;right:8px;bottom:8px}.product-plus svg{width:16px}.product-badge{font-size:9px;left:9px;top:9px;padding:5px 7px}.two-up{grid-template-columns:1fr}.two-up .product-image{aspect-ratio:1.15}.two-up .product-info{display:flex;padding-top:17px}.two-up .product-info h3{font-size:21px}.two-up .product-info div>span{font-size:13px;min-height:0}.two-up .price{font-size:16px;margin-top:0}.material{min-height:660px;margin:0 0 40px}.material>img{object-position:66% bottom;opacity:.8}.material:after{background:linear-gradient(180deg,#050606ef 0%,#050606a0 45%,transparent 100%)}.material-copy{padding:55px 6% 240px}.material-copy .eyebrow{font-size:10px}.material h2{font-size:44px;margin:22px 0}.material-copy>p:not(.eyebrow){font-size:15px;max-width:300px}.material-note{font-size:9px;bottom:20px;right:6%}.feature{grid-template-columns:1fr}.feature-image{min-height:0;aspect-ratio:1.05}.feature-image img{height:100%}.feature-copy{padding:50px 6% 60px}.feature-copy h2{font-size:49px;margin:23px 0}.feature-copy .eyebrow{font-size:10px}.feature-copy>p:not(.eyebrow){font-size:15px}.feature .button{font-size:13px}.questions{grid-template-columns:1fr;gap:32px;padding-top:65px;padding-bottom:65px}.questions h2{font-size:42px;margin-top:17px}.answers summary{font-size:14px;padding:23px 0}.answers details p{font-size:14px}.closing{padding:65px 6% 75px}.closing h2{font-size:53px}.closing .eyebrow{font-size:10px}footer{padding:36px 6%;gap:25px}footer>.lockup{width:100%}footer>span{width:100%;font-size:13px}footer small{margin-left:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Authentic storefront mark and expanded maker story. */
.rarely-logo{width:95px;height:auto;object-fit:contain;flex-shrink:0;filter:brightness(0) invert(1)}
.feature-copy>p+p{margin-top:17px}
.feature-copy{padding-top:65px;padding-bottom:65px}
.feature-image img{max-height:none}
@media(max-width:700px){.rarely-logo{width:85px}.feature-copy{padding-top:50px;padding-bottom:60px}}
/* Shopify commerce-state additions — 20260904. */
.product-card.is-sold-out .product-image img{opacity:.56}.product-card.is-sold-out .product-cta{color:#adb4ba}.sold-out-badge{position:absolute;left:14px;bottom:14px;background:#111212;color:#f3f4f5;padding:7px 9px;font:700 10px/1 var(--font-geist-mono);letter-spacing:.1em;z-index:2}
