@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";:root{--espresso: #1A140F;--umber: #2A1F18;--cream: #E8DFC8;--bone: #F2EBD8;--paper: #EAE3D2;--soft-gray: #B8B3AA;--clay: #6B4226;--brass: #B89968;--brass-deep: #8C6B3E;--concrete: #5C534A}*{margin:0;padding:0;box-sizing:border-box}html,body{background:var(--espresso);color:var(--cream);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}.mockup-note{position:fixed;top:12px;right:12px;font-family:JetBrains Mono,monospace;font-size:11px;background:var(--brass);color:var(--espresso);padding:6px 10px;letter-spacing:.05em;text-transform:uppercase;z-index:100}.fs-logo{position:relative;height:56px;aspect-ratio:1056 / 943;display:block;flex-shrink:0}nav{display:flex;justify-content:space-between;align-items:center;padding:20px 48px;border-bottom:1px solid rgba(232,223,200,.1);position:relative;z-index:30;min-height:80px;gap:32px;background:var(--espresso)}.brand-block{display:flex;align-items:center;gap:20px}.brand-tagline{font-family:Inter,sans-serif;font-size:12px;line-height:1.45;color:var(--cream);opacity:.7;max-width:280px;border-left:1px solid rgba(232,223,200,.2);padding-left:20px}.nav-links{display:flex;gap:32px;font-family:JetBrains Mono,monospace;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.nav-links a{color:var(--cream);text-decoration:none;opacity:.7;transition:opacity .2s}.nav-links a:hover{opacity:1;color:var(--brass)}.hero-stack{position:relative}.cta-rail{position:sticky;top:0;height:0;width:100%;z-index:20;pointer-events:none}.cta-rail-inner{position:absolute;top:50vh;left:50%;transform:translate(-50%,-50%);pointer-events:auto}.cta-box{background:#1a140fb8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:28px 40px;border:1px solid rgba(232,223,200,.25);display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center;box-shadow:0 24px 64px #0006}.eyebrow{font-family:JetBrains Mono,monospace;font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:var(--brass)}.hero-cta{display:inline-block;font-family:JetBrains Mono,monospace;font-size:13px;letter-spacing:.14em;text-transform:uppercase;background:var(--brass);color:var(--espresso);padding:18px 36px;text-decoration:none;border:1px solid var(--brass);transition:all .2s;font-weight:500;white-space:nowrap}.hero-cta:hover{background:var(--cream);border-color:var(--cream)}.hero-section{position:relative;min-height:calc(100vh - 80px)}.split-hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 80px);position:relative}.hero-half{position:relative;overflow:hidden;min-height:540px}.hero-half>img.image-default{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.section-warm{background:var(--espresso)}.section-warm .hero-elevate .image-default{object-position:50% 22%}.section-warm .hero-boiler .image-default{object-position:35% 35%}.section-warm .hero-half:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1a140f00 0% 35%,#1a140f8c 60%,#1a140feb);pointer-events:none;z-index:2}.section-warm .hero-half .label,.section-warm .hero-half .caption-line,.section-warm .hero-half .caption-sub{color:var(--cream)}.product-card{position:absolute;width:70%;height:78%;top:50%;left:50%;transform:translate(-50%,-50%) scale(.94);opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1) .05s,transform .7s cubic-bezier(.22,1,.36,1) .05s;pointer-events:none;background:var(--paper);border:1px solid rgba(232,223,200,.5);box-shadow:0 30px 80px #0000008c;overflow:hidden;z-index:4;display:flex;flex-direction:column}.product-card .card-image-wrap{flex:1;position:relative;overflow:hidden;background:var(--paper)}.product-card .card-image-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 20%}.product-card .card-footer{background:var(--paper);border-top:1px solid rgba(26,20,15,.12);padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:16px}.product-card .card-label{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--espresso);line-height:1.4}.product-card .card-label strong{display:block;color:var(--brass-deep);font-weight:500;margin-bottom:4px}.product-card .card-cta{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--espresso);border-bottom:1px solid var(--espresso);padding-bottom:2px}.section-warm .hero-half:hover .product-card,.section-golden .hero-elevate:hover .product-card{opacity:1;transform:translate(-50%,-50%) scale(1)}.section-studio{background:var(--paper)}.section-studio .hero-half img{object-position:center 18%}.section-studio .hero-half:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#eae3d200 0% 50%,#eae3d280 80%,#eae3d2d9);pointer-events:none;z-index:2}.section-studio .hero-half .label{color:var(--espresso);opacity:.85}.section-studio .hero-half .label:before{color:var(--brass-deep)}.section-studio .hero-half .label:after{color:var(--brass-deep)}.section-studio .hero-half .caption-line{color:var(--espresso);text-shadow:none}.section-studio .hero-half .caption-sub{color:var(--espresso);opacity:.75}.section-golden{background:var(--espresso)}.section-golden .hero-elevate .image-default{object-position:50% 28%}.section-golden .hero-boiler .image-default{object-position:50% 22%}.section-golden .hero-half:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1a140f00 0% 40%,#1a140f8c 70%,#1a140feb);pointer-events:none;z-index:2}.section-golden .hero-half .label,.section-golden .hero-half .caption-line,.section-golden .hero-half .caption-sub{color:var(--cream)}.hero-half .label{position:absolute;top:32px;left:32px;font-family:JetBrains Mono,monospace;font-size:12px;letter-spacing:.18em;text-transform:uppercase;z-index:3}.hero-half .label:before{content:"/ ";color:var(--brass)}.hero-half .caption{position:absolute;bottom:36px;left:36px;right:36px;z-index:3}.hero-half .caption-line{font-family:Bebas Neue,sans-serif;font-size:clamp(54px,7vw,104px);line-height:.92;letter-spacing:.015em;text-transform:uppercase;text-shadow:0 2px 24px rgba(0,0,0,.4)}.hero-half .caption-sub{font-family:JetBrains Mono,monospace;font-size:13px;letter-spacing:.12em;text-transform:uppercase;margin-top:18px;line-height:1.5}.hero-boiler .caption{text-align:right}.hero-boiler .label{left:auto;right:32px}.hero-boiler .label:before{content:""}.hero-boiler .label:after{content:" /";color:var(--brass)}.section-founders{background:var(--espresso);border-top:1px solid rgba(232,223,200,.08);padding:100px 48px 120px;position:relative;z-index:5;overflow:hidden}.founders-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.founders-copy{display:flex;flex-direction:column;gap:24px}.founders-eyebrow{font-family:JetBrains Mono,monospace;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--brass)}.founders-eyebrow:before{content:"/ "}.founders-headline{font-family:Bebas Neue,sans-serif;font-size:clamp(64px,7vw,120px);line-height:.9;letter-spacing:.01em;text-transform:uppercase;color:var(--cream)}.founders-lead{font-family:Inter,sans-serif;font-size:20px;line-height:1.55;color:var(--cream);font-weight:500;max-width:540px}.founders-body{font-family:Inter,sans-serif;font-size:16px;line-height:1.65;color:var(--cream);opacity:.78;max-width:540px;display:flex;flex-direction:column;gap:16px}.founders-mark{margin-top:12px;padding:24px 28px;border:1px solid rgba(232,223,200,.18);background:#e8dfc808;display:flex;flex-direction:column;gap:12px;max-width:540px}.founders-mark-label{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--brass)}.founders-mark-line{font-family:Bebas Neue,sans-serif;font-size:32px;line-height:1.05;letter-spacing:.015em;text-transform:uppercase;color:var(--cream)}.founders-mark-sub{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--cream);opacity:.6}.founders-cta{display:inline-flex;align-items:center;align-self:flex-start;margin-top:12px;font-family:JetBrains Mono,monospace;font-size:13px;letter-spacing:.14em;text-transform:uppercase;background:var(--brass);color:var(--espresso);padding:18px 32px;text-decoration:none;border:1px solid var(--brass);transition:all .2s;font-weight:500}.founders-cta:hover{background:var(--cream);border-color:var(--cream);color:var(--espresso)}.founders-specimen{position:relative;aspect-ratio:1 / 1.1;background:linear-gradient(145deg,#2a1f18,#1a140f);border:1px solid rgba(232,223,200,.18);box-shadow:0 30px 90px #00000080;padding:28px;display:flex;flex-direction:column;overflow:hidden}.founders-specimen:before{content:"";position:absolute;top:12px;left:12px;right:12px;bottom:12px;border:1px solid rgba(184,153,104,.18);pointer-events:none}.founders-specimen-header{display:flex;justify-content:space-between;font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--brass);opacity:.85;margin-bottom:16px;position:relative;z-index:2}.founders-specimen-image{flex:1;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;padding:0 12px}.founders-specimen-image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 30px rgba(0,0,0,.5))}.founders-specimen-footer{display:flex;justify-content:space-between;align-items:baseline;margin-top:16px;font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--cream);opacity:.55;position:relative;z-index:2}.founders-specimen-footer .lot{font-family:Bebas Neue,sans-serif;font-size:24px;letter-spacing:.04em;color:var(--brass);opacity:1}.divider{background:var(--espresso);border-top:1px solid rgba(232,223,200,.1);border-bottom:1px solid rgba(232,223,200,.1);padding:18px 48px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--concrete);position:relative;z-index:5}.divider span:before{content:"/ ";color:var(--brass)}.manifesto{background:var(--cream);color:var(--espresso);padding:100px 48px 120px;position:relative;z-index:5}.manifesto-inner{max-width:720px;margin:0 auto}.section-label{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--brass-deep);margin-bottom:32px}.section-label:before{content:"/ "}.manifesto p{font-family:Inter,sans-serif;font-size:22px;line-height:1.5;margin-bottom:24px;color:var(--espresso);font-weight:400}.manifesto p:last-of-type{font-weight:500}@media(max-width:1100px){.brand-tagline{font-size:11px;max-width:220px}.hero-half .caption-line{font-size:clamp(44px,6vw,80px)}.cta-box{padding:24px 32px}.product-card{width:78%;height:80%}.founders-grid{gap:56px}.founders-headline{font-size:clamp(56px,6vw,96px)}}@media(min-width:769px)and (max-width:1100px){.brand-block{flex-direction:column;align-items:flex-start;gap:8px}.brand-tagline{border-left:none;padding-left:0;max-width:320px}}@media(max-width:768px){nav{padding:16px 24px;min-height:64px;gap:16px}.fs-logo{position:relative;height:56px;aspect-ratio:1056 / 943;display:block;flex-shrink:0}.nav-links,.brand-tagline{display:none}.hero-section{min-height:calc(100vh - 64px)}.split-hero{grid-template-columns:1fr;grid-template-rows:1fr 1fr;min-height:calc(100vh - 64px)}.hero-half{min-height:50vh}.hero-half .label{top:20px;left:20px;font-size:11px}.hero-boiler .label{left:auto;right:20px}.hero-half .caption{bottom:24px;left:24px;right:24px}.hero-half .caption-line{font-size:48px}.hero-half .caption-sub{font-size:12px;margin-top:12px}.cta-box{padding:20px 24px;gap:14px}.eyebrow{font-size:10px}.hero-cta{padding:14px 24px;font-size:12px}.section-warm .hero-half:hover .product-card,.section-golden .hero-elevate:hover .product-card{opacity:0;transform:translate(-50%,-50%) scale(.94)}.section-founders{padding:64px 24px 80px}.founders-grid{grid-template-columns:1fr;gap:40px}.founders-headline{font-size:56px}.founders-lead{font-size:18px}.founders-body{font-size:15px}.founders-mark-line{font-size:24px}.founders-specimen{padding:20px}.divider,.manifesto{padding-left:24px;padding-right:24px}.divider{padding-top:14px;padding-bottom:14px;gap:12px}.divider span{font-size:10px}.manifesto{padding-top:64px;padding-bottom:80px}.manifesto p{font-size:18px}}.section-founders{padding:56px 48px!important;border-bottom:1px solid rgba(232,223,200,.08)}.founders-grid{max-width:1280px;grid-template-columns:180px 1fr auto!important;gap:56px!important}.founders-grid .founders-copy{gap:14px!important}.founders-headline{font-size:44px!important;line-height:1!important}.founders-lead{font-size:16px!important;line-height:1.6!important;max-width:620px;font-weight:400!important}.founders-body,.founders-mark{display:none!important}.founders-cta{margin-top:0!important;padding:14px 24px!important;align-self:center!important}.founders-patch-mini{width:180px;aspect-ratio:1 / 1.05;background:linear-gradient(145deg,#2a1f18,#1a140f);border:1px solid rgba(232,223,200,.18);box-shadow:0 14px 36px #00000080;padding:14px;display:flex;align-items:center;justify-content:center;position:relative}.founders-patch-mini:before{content:"";position:absolute;top:8px;left:8px;right:8px;bottom:8px;border:1px solid rgba(184,153,104,.18);pointer-events:none}.founders-patch-mini img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 6px 18px rgba(0,0,0,.5))}.section-collective{background:var(--bone);color:var(--espresso);padding:110px 48px;position:relative;z-index:5}.collective-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.collective-copy{display:flex;flex-direction:column;gap:22px;max-width:540px}.collective-eyebrow{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--brass-deep)}.collective-eyebrow:before{content:"/ ";color:var(--brass-deep)}.collective-headline{font-family:Bebas Neue,sans-serif;font-size:clamp(48px,5.5vw,84px);line-height:.95;letter-spacing:.01em;text-transform:uppercase;color:var(--espresso)}.collective-body{font-family:Inter,sans-serif;font-size:17px;line-height:1.65;color:var(--espresso);opacity:.85;font-weight:400}.collective-body strong{font-weight:600}.collective-signoff{font-family:JetBrains Mono,monospace;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--brass-deep);padding-top:12px;border-top:1px solid rgba(26,20,15,.18);margin-top:8px}.collective-image{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--espresso);box-shadow:0 30px 70px #0000002e}.collective-image img{width:100%;height:100%;object-fit:cover;object-position:center 20%;display:block}.site-footer{background:var(--espresso);color:var(--cream);border-top:1px solid rgba(232,223,200,.1);padding:64px 48px 28px;position:relative;z-index:5}.footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:56px;align-items:start}.footer-brand{display:flex;flex-direction:column;gap:18px;max-width:360px}.footer-brand-logo{height:40px;aspect-ratio:1056 / 943;position:relative;display:block}.footer-brand-line{font-family:Inter,sans-serif;font-size:13px;line-height:1.6;color:var(--cream);opacity:.65}.footer-col-label{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--brass);margin-bottom:16px}.footer-col-label:before{content:"/ "}.footer-list{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-list a{font-family:Inter,sans-serif;font-size:14px;color:var(--cream);opacity:.75;text-decoration:none;transition:opacity .2s,color .2s}.footer-list a:hover{opacity:1;color:var(--brass)}.footer-social{display:flex;gap:14px;margin-top:4px}.footer-social a{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(232,223,200,.18);color:var(--cream);opacity:.75;transition:all .2s}.footer-social a:hover{color:var(--brass);border-color:var(--brass);opacity:1}.footer-social svg{width:16px;height:16px;fill:currentColor}.footer-bottom{max-width:1280px;margin:56px auto 0;padding-top:22px;border-top:1px solid rgba(232,223,200,.08);display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--cream);opacity:.45}@media(max-width:1100px){.founders-grid{grid-template-columns:140px 1fr auto!important;gap:36px!important}.founders-headline{font-size:36px!important}.collective-grid{gap:56px}.collective-headline{font-size:clamp(40px,5vw,64px)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:40px}}@media(max-width:768px){.section-founders{padding:48px 24px!important}.founders-grid{grid-template-columns:1fr!important;gap:24px!important;justify-items:start!important;text-align:left}.founders-patch-mini{width:140px}.founders-headline{font-size:36px!important}.founders-cta{align-self:flex-start!important}.section-collective{padding:72px 24px}.collective-grid{grid-template-columns:1fr;gap:40px}.collective-headline{font-size:44px}.collective-body{font-size:15px}.collective-image{aspect-ratio:4 / 5}.site-footer{padding:48px 24px 24px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}}.brand-tagline{opacity:1!important;color:#e8dfc8b8}.brand-tagline-accent{color:var(--brass);font-weight:500;letter-spacing:.01em}.section-founders{padding:80px 48px 56px!important;overflow:visible!important}.founders-grid{grid-template-columns:240px 1fr!important;gap:64px!important;align-items:center!important}.founders-patch-mini{width:240px!important;aspect-ratio:1 / 1!important;margin-top:-130px!important;background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;position:relative;z-index:15}.founders-patch-mini:before{display:none!important}.founders-patch-mini img{width:100%!important;height:100%!important;object-fit:contain!important;filter:drop-shadow(0 18px 36px rgba(0,0,0,.65)) drop-shadow(0 6px 14px rgba(0,0,0,.45))}.founders-headline{font-size:48px!important;margin-top:4px}.founders-lead{font-size:16px!important;line-height:1.6!important;max-width:640px;font-weight:400!important;opacity:.9}.founders-custom{max-width:1280px;margin:36px auto 0;padding-top:24px;border-top:1px solid rgba(232,223,200,.1);display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.founders-custom-label{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--brass)}.founders-custom-label:before{content:"/ "}.founders-custom-label .accent{color:var(--cream);opacity:.6;margin-left:8px}.founders-custom-strip{display:flex;gap:14px;align-items:center}.founders-custom-patch{width:64px;height:64px;background:linear-gradient(145deg,#2a1f18,#1a140f);border:1px solid rgba(232,223,200,.15);display:flex;align-items:center;justify-content:center;padding:6px;transition:transform .3s,border-color .3s}.founders-custom-patch:hover{transform:translateY(-2px);border-color:#b8996866}.founders-custom-patch img{width:100%;height:100%;object-fit:contain;opacity:.85}.collective-body{font-size:15px!important;line-height:1.65!important}.cta-rail{z-index:25!important}@media(max-width:1100px){.founders-grid{grid-template-columns:200px 1fr!important;gap:48px!important}.founders-patch-mini{width:200px!important;margin-top:-100px!important}.founders-headline{font-size:40px!important}.founders-custom{gap:20px}}@media(max-width:768px){.section-founders{padding:64px 24px 48px!important}.founders-grid{grid-template-columns:1fr!important;gap:24px!important;justify-items:center!important;text-align:center!important}.founders-patch-mini{width:160px!important;margin-top:-80px!important}.founders-headline{font-size:36px!important}.founders-lead{text-align:left}.founders-custom{flex-direction:column;align-items:flex-start;gap:16px}.founders-custom-strip{width:100%;justify-content:space-between}.founders-custom-patch{width:56px;height:56px}}.section-collective{background:var(--espresso)!important;color:var(--cream)!important;border-top:1px solid rgba(232,223,200,.08);border-bottom:1px solid rgba(232,223,200,.08)}.collective-eyebrow{color:var(--brass)!important}.collective-eyebrow:before{color:var(--brass)!important}.collective-headline{color:var(--cream)!important}.collective-body{color:var(--cream)!important;opacity:.85!important}.collective-body strong{color:var(--cream)!important;font-weight:600!important}.collective-signoff{color:var(--brass)!important;border-top:1px solid rgba(232,223,200,.18)!important}.collective-image{background:var(--umber)!important;box-shadow:0 30px 70px #00000080!important;border:1px solid rgba(232,223,200,.08)}.collective-image img{object-position:center 30%!important}.founders-grid.founders-grid--right{grid-template-columns:1fr 240px!important}.founders-custom.founders-custom--left{flex-direction:row!important;justify-content:flex-start!important}.founders-custom.founders-custom--left .founders-custom-strip{order:1}.founders-custom.founders-custom--left .founders-custom-label{order:2;margin-left:auto}.collective-copy{position:relative}.collective-product-card{position:absolute;top:50%;left:50%;width:86%;height:96%;transform:translate(-50%,-50%) scale(.94);opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1) .05s,transform .7s cubic-bezier(.22,1,.36,1) .05s;pointer-events:none;background:var(--paper);border:1px solid rgba(232,223,200,.3);box-shadow:0 30px 80px #0000008c;overflow:hidden;z-index:4;display:flex;flex-direction:column}.collective-product-card .card-image-wrap{flex:1;position:relative;overflow:hidden}.collective-product-card .card-image-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.collective-copy:hover .collective-product-card{opacity:1;transform:translate(-50%,-50%) scale(1)}@media(max-width:768px){.collective-copy:hover .collective-product-card{opacity:0;transform:translate(-50%,-50%) scale(.94)}.founders-grid.founders-grid--right{grid-template-columns:1fr!important}.founders-custom.founders-custom--left{flex-direction:column!important;align-items:flex-start!important}.founders-custom.founders-custom--left .founders-custom-label{order:1;margin-left:0}.founders-custom.founders-custom--left .founders-custom-strip{order:2}}.founders-grid.founders-grid--right{grid-template-columns:1fr 320px!important;align-items:start!important}.founders-patch-mini{width:320px!important;aspect-ratio:1!important;margin-top:-130px!important}.collective-brass-accent{color:var(--brass)!important;font-weight:600!important}.footer-grid{grid-template-columns:2fr 1fr!important}@media(max-width:1100px){.footer-grid{grid-template-columns:1.5fr 1fr!important}}@media(max-width:768px){.founders-grid.founders-grid--right{grid-template-columns:1fr!important}.founders-patch-mini{width:220px!important;margin-top:-90px!important}.footer-grid{grid-template-columns:1fr!important}}.founders-patch-mini{margin-top:-100px!important}.founders-custom-strip{gap:18px!important}.founders-custom-patch{width:80px!important;height:80px!important;padding:8px!important}@media(max-width:768px){.founders-patch-mini{margin-top:-70px!important}.founders-custom-patch{width:64px!important;height:64px!important}}.fs-logo img,.footer-brand-logo img{width:100%;height:100%;object-fit:contain;display:block}.foilstyle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none;align-items:center;justify-content:center;padding:24px}.foilstyle-modal.open{display:flex}.foilstyle-modal .modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0805c7;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.foilstyle-modal .modal-content{position:relative;background:var(--espresso);border:1px solid rgba(184,153,104,.35);box-shadow:0 32px 80px #0009;padding:48px 40px 40px;max-width:460px;width:100%;color:var(--cream);text-align:center}.foilstyle-modal .modal-close{position:absolute;top:14px;right:14px;background:transparent;border:none;color:var(--cream);opacity:.55;font-size:24px;line-height:1;cursor:pointer;padding:6px 10px;transition:opacity .2s,color .2s}.foilstyle-modal .modal-close:hover{opacity:1;color:var(--brass)}.foilstyle-modal .modal-eyebrow{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--brass);margin-bottom:14px}.foilstyle-modal .modal-headline{font-family:Bebas Neue,sans-serif;font-size:56px;line-height:1;letter-spacing:.01em;text-transform:uppercase;color:var(--cream);margin-bottom:12px}.foilstyle-modal .modal-sub{font-family:Inter,sans-serif;font-size:14px;line-height:1.55;color:var(--cream);opacity:.78;margin-bottom:28px}.foilstyle-modal .modal-form{display:flex;flex-direction:column;gap:12px}.foilstyle-modal .modal-form input{background:#e8dfc80f;border:1px solid rgba(232,223,200,.2);color:var(--cream);font-family:Inter,sans-serif;font-size:15px;padding:16px 18px;outline:none;transition:border-color .2s,background .2s}.foilstyle-modal .modal-form input::placeholder{color:var(--cream);opacity:.4}.foilstyle-modal .modal-form input:focus{border-color:var(--brass);background:#e8dfc81a}.foilstyle-modal .modal-form button{background:var(--brass);color:var(--espresso);border:1px solid var(--brass);font-family:JetBrains Mono,monospace;font-size:13px;letter-spacing:.14em;text-transform:uppercase;font-weight:500;padding:16px 28px;cursor:pointer;transition:all .2s}.foilstyle-modal .modal-form button:hover{background:var(--cream);border-color:var(--cream)}.foilstyle-modal .modal-success{display:none;font-family:Bebas Neue,sans-serif;font-size:32px;line-height:1.1;color:var(--brass);margin-top:20px}.foilstyle-modal .modal-success.shown{display:block}.foilstyle-modal .modal-footer-note{margin-top:20px;font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--cream);opacity:.4}@media(max-width:768px){.foilstyle-modal .modal-content{padding:36px 24px 28px}.foilstyle-modal .modal-headline{font-size:44px}}@media(min-width:769px){.foilstyle-page .founders-patch-mini{width:320px!important;height:320px!important;aspect-ratio:1 / 1!important}}.foilstyle-page .founders-patch-mini img{width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important}.foilstyle-page .footer-brand-logo{width:45px!important;height:40px!important;align-self:flex-start!important;flex-shrink:0!important;display:block!important}.foilstyle-page .footer-brand-logo img{width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;object-position:left center!important}@media(max-width:768px){.foilstyle-page .hero-half.show-card .product-card,.foilstyle-page .collective-copy.show-card .collective-product-card{opacity:1!important;transform:translate(-50%,-50%) scale(1)!important;pointer-events:auto!important}.foilstyle-page .hero-half,.foilstyle-page .collective-copy{cursor:pointer}.foilstyle-page .hero-half.show-card .caption,.foilstyle-page .collective-copy.show-card .collective-eyebrow,.foilstyle-page .collective-copy.show-card .collective-headline,.foilstyle-page .collective-copy.show-card .collective-body,.foilstyle-page .collective-copy.show-card .collective-signoff{opacity:0;transition:opacity .5s ease}}@media(max-width:768px){.foilstyle-page .founders-patch-mini{width:200px!important;height:200px!important;aspect-ratio:1 / 1!important;margin-top:8px!important;margin-bottom:8px!important}}@media(max-width:768px){.foilstyle-page .cta-rail{position:fixed!important;top:auto!important;bottom:20px!important;right:20px!important;left:auto!important;width:auto!important;height:auto!important;z-index:100!important;pointer-events:none}.foilstyle-page .cta-rail-inner{position:static!important;top:auto!important;left:auto!important;transform:none!important;pointer-events:auto}.foilstyle-page .cta-box{padding:12px 16px!important;gap:0!important;box-shadow:0 8px 24px #00000080,0 2px 8px #0006!important;background:#1a140feb!important}.foilstyle-page .cta-box .eyebrow{display:none!important}.foilstyle-page .cta-box .hero-cta{padding:10px 16px!important;font-size:11px!important;letter-spacing:.12em!important;white-space:nowrap!important}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
