@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;600;700;800&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:16px/1.6 DM Sans,sans-serif;background:var(--bg);color:var(--ink)}button,input,select{font:inherit}a{color:inherit;text-decoration:none}button,a,input,select{touch-action:manipulation}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.skip{position:absolute;top:-80px}.skip:focus{top:10px;z-index:100;background:#fff;color:#000;padding:10px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.05;letter-spacing:-.055em}h1{font-size:clamp(3.5rem,6.8vw,7rem);font-weight:800;margin-bottom:26px}h2{font-size:clamp(2.5rem,4.5vw,4.8rem);font-weight:700}h3{font-size:1.65rem}p{max-width:540px}.eyebrow{text-transform:uppercase;letter-spacing:.19em;font-size:12px;font-weight:700;display:block;margin-bottom:22px}.announce{text-align:center;padding:10px 18px;background:var(--accent);color:var(--btnink);font-size:13px;letter-spacing:.08em}header{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:25px 5vw;border-bottom:1px solid var(--line)}.logo{font-weight:800;font-size:30px;letter-spacing:-1.5px}nav{display:flex;gap:30px;font-size:14px}header button{background:none;border:0;color:inherit;font-size:14px}.hero{padding:65px 5vw 80px;display:grid;grid-template-columns:1fr 1fr;gap:5vw;align-items:center;min-height:680px}.hero .intro{font-size:19px;max-width:440px}.hero figure{margin:0;position:relative}.hero img{width:100%;height:570px;object-fit:cover;display:block;border-radius:var(--radius)}.hero figcaption{font-size:12px;opacity:.65;margin:12px 0 0}.button{display:inline-flex;align-items:center;justify-content:center;gap:32px;background:var(--accent);color:var(--btnink);border:0;padding:17px 28px;border-radius:100px;font-weight:700}.button:hover{filter:brightness(.92)}.textlink{display:inline-block;margin-left:22px;font-size:14px;border-bottom:1px solid;padding-bottom:3px}.note{font-size:13px;margin-top:20px;opacity:.7}.ribbon{display:flex;justify-content:space-around;gap:25px;padding:25px 5vw;border-block:1px solid var(--line);font-size:14px}.section{padding:90px 5vw}.split{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.section img{width:100%;display:block;border-radius:var(--radius)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:60px}.step{border-top:1px solid var(--line);padding-top:25px}.number{display:block;font-size:14px;opacity:.55;margin-bottom:25px}.step p{opacity:.75}.product{background:var(--panel)}.product .price{font-size:24px;font-weight:600}.options{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 25px}.option{border:1px solid var(--line);border-radius:100px;padding:10px 19px;color:inherit;background:transparent}.option[aria-pressed=true]{background:var(--ink);color:var(--bg);border-color:var(--ink)}.field{display:block;margin:18px 0}.field select,.field input{display:block;margin-top:7px;border:1px solid var(--line);background:var(--bg);color:var(--ink);padding:12px;width:100%;border-radius:8px}.qty{width:95px!important}.faq{max-width:850px;margin:auto}.faq h2{text-align:center}.faq details{border-bottom:1px solid var(--line);padding:23px 0}.faq summary{cursor:pointer;font-weight:600;font-size:18px}.faq details p{margin:15px 0 0;opacity:.8}.closing{text-align:center;padding:95px 20px}.closing h2{max-width:850px;margin:0 auto 30px}footer{padding:45px 5vw;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:30px;align-items:flex-start}footer p{font-size:13px;opacity:.7;max-width:440px}dialog{position:fixed;inset:0 0 0 auto;margin:0;height:100dvh;max-height:100dvh;width:min(470px,100vw);max-width:100vw;border:0;padding:32px;background:var(--bg);color:var(--ink)}dialog::backdrop{background:#0008}.close{float:right;background:transparent;border:0;color:inherit;font-size:26px}.cartline{padding:20px 0;border-bottom:1px solid var(--line)}.cartline button{background:none;border:0;color:inherit;text-decoration:underline;font-size:13px}.status{font-size:14px;line-height:1.5;padding-top:15px}.cartbottom{margin-top:30px}.cozy{--bg:#10132e;--ink:#faf7ff;--accent:#ded0ff;--btnink:#24213e;--line:#ffffff26;--panel:#191c3c;--radius:28px;background-image:radial-gradient(ellipse at 75% 14%,#46306480,transparent 35%)}.cozy .hero{position:relative}.cozy .hero h1{font-weight:600}.cozy .hero img{border-radius:180px 180px 30px 30px;object-fit:cover}.cozy .hero:before{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(1px 1px at 12% 20%,#fff 80%,transparent),radial-gradient(2px 2px at 34% 74%,#fff9 80%,transparent),radial-gradient(1px 1px at 76% 40%,#fff 80%,transparent);background-size:130px 150px;z-index:-1}.shooting{position:absolute;top:12%;left:40%;width:130px;height:1px;background:linear-gradient(90deg,transparent,#fff);transform:rotate(-30deg);animation:shoot 7s infinite;pointer-events:none}@keyframes shoot{0%,65%,to{opacity:0;translate:0 0}70%{opacity:1}85%{opacity:0;translate:260px -150px}}.chef{--bg:#fffdf7;--ink:#26291e;--accent:#d53422;--btnink:#fff;--line:#26291e30;--panel:#eeeecf;--radius:8px}.chef .logo{color:#d53422}.chef .hero h1 em{font-style:normal;color:#d53422}.chef .hero img{border-radius:200px 200px 8px 8px}.chef .ribbon{background:#d53422;color:#fff}.face{--bg:#fff8fc;--ink:#381536;--accent:#ed3979;--btnink:white;--line:#38153630;--panel:#ecdfff;--radius:18px}.face .logo{font-size:33px;letter-spacing:-2px}.face .hero{background:#ffdbea}.face .hero h1 em{font-style:normal;color:#ed3979}.face .hero figure{transform:rotate(3deg)}.face .hero img{box-shadow:12px 12px #b69bda}.face .ribbon{background:#381536;color:#fff}.face .closing{background:#ffdbea}.preview-pattern{min-height:270px;border-radius:18px;margin-top:20px;background-color:#f49bbc;background-repeat:repeat;background-size:95px;display:none}.preview-label{font-size:13px}.product-types{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.type{border:1px solid var(--line);padding:30px 20px;border-radius:18px;background:var(--bg)}.type small{font-size:13px}.draft{padding:9px 20px;text-align:center;font-size:12px;background:#fff4d4;color:#5c4915}.muted{opacity:.7}@media(max-width:760px){nav{gap:15px}nav a:nth-child(n+2){display:none}header{padding:18px 5vw}.logo{font-size:26px}.hero{grid-template-columns:1fr;padding:40px 5vw;gap:35px;min-height:0}.hero h1{font-size:3.8rem}.hero img{height:400px}.hero .intro{font-size:17px}.split{grid-template-columns:1fr;gap:35px}.section{padding:60px 5vw}.steps{grid-template-columns:1fr;gap:16px;margin-top:35px}.number{margin-bottom:12px}.ribbon{font-size:12px;gap:15px;text-align:center}.product-types{grid-template-columns:1fr}.textlink{margin:18px 0 0 18px}footer{flex-direction:column}.face .hero figure{transform:rotate(1deg);margin-right:10px}h2{font-size:2.6rem}.closing{padding:60px 5vw}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.shooting{animation:none;display:none}}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.logo-image{display:block;flex-shrink:0;background-image:url(//f0m103-zz.myshopify.com/cdn/shop/t/2/assets/facejamas-logo.png?v=65238719400504309261789299237);background-repeat:no-repeat}.chef .logo-image{width:155px;height:49px;background-size:202px 202px;background-position:-23px -79.7px}.cozy .logo-image{width:122px;height:55px;background-size:272px 340px;background-position:-73.8px -140px}.cozy .hero{isolation:isolate}.cozy .hero img{height:570px;object-fit:contain;background:#eeedf4}@media(max-width:760px){.cozy .hero img{height:auto;aspect-ratio:1}.cozy .logo-image{width:122px}.hero figure{min-width:0}}.face{--bg:#ffffff;--ink:#241146;--accent:#7325db;--btnink:#ffffff;--line:#24114628;--panel:#f0e7ff}.face .logo-image{width:140px;height:80px;background-image:url(//f0m103-zz.myshopify.com/cdn/shop/t/2/assets/facejamas-logo.png?v=65238719400504309261789299237);background-size:181.13px 181.13px;background-position:-25.4px -53.4px}.face .hero{background:linear-gradient(115deg,#e4f8ff,#f1e5ff 72%,#e8eaff)}.face .hero h1 em{color:#7928d8}.face .hero img{box-shadow:12px 12px #7b34df}.face .announce{background:#00b2ef;color:#122441}.face .ribbon{background:#241146}.face .closing{background:linear-gradient(120deg,#e4f8ff,#f1e5ff)}.face .button{background:#7325db}.face .button:hover{background:#5e19bc}.face header{padding-top:14px;padding-bottom:14px}.face footer .logo-image{width:140px;min-height:80px}.face .preview-pattern{background-color:#d8bcff}@media(max-width:760px){.face .logo-image{width:115px;height:66px;background-size:148.8px 148.8px;background-position:-20.85px -43.9px}.face header{gap:12px}.face nav{font-size:13px}}:root{font-size:16px}body{--radius:16px}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}.eyebrow{font-size:.875rem;letter-spacing:.12em}.note,.preview-label{font-size:.875rem;opacity:.85}.draft{font-size:.75rem;letter-spacing:.03em;background:#222;color:#fff}.announce{font-size:.8rem;font-weight:700}header{position:sticky;top:0;background:var(--bg);padding:16px 5vw;gap:24px;box-shadow:0 4px 24px #00000006}header nav{gap:28px}header nav a{padding:10px 0}header [data-cart]{border:1px solid var(--line);border-radius:30px;padding:10px 18px;min-height:44px}.menu-toggle{display:none}.hero{position:relative;padding-top:78px;gap:4vw;min-height:690px;overflow:hidden}.hero-index{position:absolute;top:24px;left:5vw;font-size:.75rem;letter-spacing:.14em;opacity:.7}.hero h1{font-size:clamp(3.5rem,6.1vw,6.6rem);line-height:1.02;letter-spacing:-.065em}.hero .intro{font-size:1.125rem;line-height:1.7}.hero figure{min-width:0}.hero img{height:540px}.hero figcaption{font-size:.75rem}.button{min-height:52px;font-size:.9375rem;transition:background .15s,transform .15s;border-radius:8px}.button:hover{transform:translateY(-2px)}.button:disabled{cursor:not-allowed;opacity:.6;transform:none}.section{padding:100px 6vw;scroll-margin-top:95px}.section h2{font-size:clamp(2.5rem,4.2vw,4.8rem)}.ribbon{font-weight:600;padding-block:23px}.steps{gap:30px}.step{padding-top:28px}.step h3{line-height:1.2;font-size:1.5rem;letter-spacing:-.03em}.number{font-weight:700;letter-spacing:.07em;opacity:.7}.product{margin:20px 3vw;border-radius:24px;padding:70px 4vw;gap:6vw}.product h3{font-size:1.5rem;line-height:1.2}.product .price{font-size:1.25rem;letter-spacing:-.02em}.product #add{width:100%;justify-content:space-between}.product .field{font-size:.875rem;font-weight:600}.product .field input,.product .field select{font-weight:400;min-height:48px}.field .qty{width:100px!important}.options{gap:8px}.option{border-radius:8px;min-height:46px;font-size:.875rem}.selection-summary{font-size:.875rem;margin:16px 0 10px}.purchase-links{display:flex;gap:24px;margin-top:18px;font-size:.875rem;text-decoration:underline;text-underline-offset:4px}.faq{max-width:1000px}.faq .eyebrow{text-align:center}.faq details{padding:24px 0}.faq summary{font-size:1.0625rem;padding-right:15px}.faq details p{max-width:720px;font-size:1rem}.closing{padding:100px 20px}.closing h2{font-size:clamp(3rem,5.5vw,6rem)}footer{padding:60px 6vw 90px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}footer p{font-size:.875rem;max-width:330px;margin-top:24px}footer small{font-size:.75rem;opacity:.65}.footer-links{display:flex;flex-direction:column;gap:12px;font-size:.875rem}.footer-links strong{margin-bottom:10px}.footer-links a:hover{text-decoration:underline;text-underline-offset:4px}.shop-dock{position:fixed;bottom:20px;left:50%;transform:translate(-50%,150px);z-index:8;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:12px 14px 12px 24px;border:1px solid var(--line);border-radius:16px;background:var(--bg);box-shadow:0 8px 50px #0003;min-width:450px;transition:transform .25s}.shop-dock.visible{transform:translate(-50%)}.shop-dock strong,.shop-dock span{display:block}.shop-dock strong{font-size:.9375rem}.shop-dock span{font-size:.75rem;opacity:.75}.shop-dock .button{min-height:44px;padding:10px 20px}.cartline{display:grid;grid-template-columns:1fr auto;gap:12px}.cartline p{margin:0;line-height:1.4}.cartline small{display:block;font-size:.875rem;opacity:.75;margin-top:8px}.cartline .line-controls{display:flex;gap:10px;align-items:center;grid-column:1/-1}.line-controls button{min-width:40px;min-height:40px;border:1px solid var(--line);border-radius:6px;text-decoration:none}.line-controls button:last-child{margin-left:auto;border:0;text-decoration:underline}.cart-total{display:flex;justify-content:space-between;gap:24px;font-size:1rem;border-top:1px solid var(--line);padding-top:24px}.cartbottom .button{width:100%}dialog h2{font-size:2.5rem}dialog .close{min-width:44px;min-height:44px}.empty-bag{padding:40px 0}.empty-bag p{opacity:.7}.pattern-controls{border:0;padding:10px 0;margin:0}.pattern-controls legend{font-size:.875rem;font-weight:600}.swatches{display:flex;gap:12px;margin-top:15px}.swatches button{width:44px;height:44px;border:3px solid var(--bg);outline:1px solid var(--line);background:var(--swatch);border-radius:50%}.swatches button[aria-pressed=true]{outline:2px solid var(--ink)}.preview-pattern{border:1px solid var(--line)}.policy-layout{display:grid;grid-template-columns:240px minmax(0,760px);gap:70px;padding:80px 6vw;min-height:65vh}.policy-layout nav{display:flex;flex-direction:column;gap:0;align-self:start;border-top:1px solid var(--line)}.policy-layout nav a{font-size:.9375rem;padding:15px 0;border-bottom:1px solid var(--line)}.policy-layout nav a[aria-current]{font-weight:700;color:var(--accent)}.policy-layout h1{font-size:clamp(2.5rem,4.5vw,4.5rem)}.policy-layout h2{font-size:1.5rem;letter-spacing:-.03em}.policy-layout section{padding:26px 0;border-bottom:1px solid var(--line)}.policy-layout p{max-width:680px}.policy-notice{padding:20px;border:1px solid var(--line);border-radius:10px;font-size:.9375rem;background:var(--panel);margin:30px 0}.policy-page header .textlink{margin:0}.chef{--bg:#fffdf9;--panel:#f3f0e8;--accent:#c83122;--ink:#242720}.chef .hero img{border-radius:10px;object-position:center}.chef .hero h1 em{color:var(--accent)}.chef .hero figure:after{content:"GOOD FOOD STARTS HERE";position:absolute;bottom:38px;left:-18px;background:#fffdf9;padding:15px 22px;box-shadow:4px 4px #242720;font-size:.75rem;font-weight:700;letter-spacing:.08em;transform:rotate(-4deg)}.chef .ribbon{background:var(--ink)}.chef .closing{background:var(--accent);color:#fff}.chef .closing .button{background:#fff;color:var(--accent)}.chef .product{border:1px solid var(--line)}.cozy{--bg:#0c1028;--panel:#191e41;--accent:#dfd0ff;--btnink:#221740;background-image:radial-gradient(ellipse at 80% 5%,#4b3d8080,transparent 35%)}.cozy header{background:#0c1028f5}.cozy .hero h1{font-weight:700}.cozy .hero img{border-radius:42% 42% 16px 16px;height:510px;box-shadow:0 0 100px #ab95eb25}.cozy .hero:before{z-index:0;opacity:.75}.cozy .hero>div,.cozy .hero>figure{position:relative;z-index:1}.cozy .button{border-radius:100px}.cozy .product{border:1px solid #b19ada40}.cozy .ribbon{background:#191e41}.cozy .closing{background:radial-gradient(ellipse at bottom,#4e3b87,transparent 70%)}.face .hero h1{font-weight:800}.face .hero figure{transform:rotate(2deg)}.face .hero img{border-radius:28px;box-shadow:10px 10px #6027bc}.face .product{background:#f0e7ff}.face .product-types{gap:20px}.face .type{padding:32px;min-height:245px;border:0;background:#dcf5ff;transition:transform .2s}.face .type:nth-child(2){background:#e5d6ff}.face .type:nth-child(3){background:#ffe2ef}.face .type:hover{transform:translateY(-5px)}.face .type span{display:block;margin-top:30px;font-size:.9375rem;font-weight:700}.face .type small{font-size:.75rem;letter-spacing:.06em}.face .product #pattern{display:block;min-height:280px;background-image:linear-gradient(45deg,#ffffff30 25%,transparent 25%,transparent 75%,#ffffff30 75%),linear-gradient(45deg,#ffffff30 25%,transparent 25%,transparent 75%,#ffffff30 75%);background-size:40px 40px;background-position:0 0,20px 20px}@media(min-width:1600px){.hero,.section,footer,header{padding-left:max(6vw,calc((100vw - 1440px)/2));padding-right:max(6vw,calc((100vw - 1440px)/2))}.product{padding:80px 6vw;margin-inline:auto;max-width:1440px}}@media(max-width:900px){header{gap:12px}header nav{gap:16px}.hero h1{font-size:clamp(3.2rem,6vw,5rem)}.hero img,.cozy .hero img{height:450px}.textlink{margin-left:0;margin-top:20px}.policy-layout{grid-template-columns:190px 1fr;gap:35px}}@media(max-width:760px){.announce{font-size:.75rem;padding-inline:20px}.draft{font-size:.75rem}header{padding:12px 5vw}.menu-toggle{display:block;padding:10px 0;min-height:44px}header .logo-image{margin-right:auto}header nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg);padding:20px 5vw;border-bottom:1px solid var(--line);box-shadow:0 16px 20px #0001}header nav.is-open{display:flex;flex-direction:column}header nav a:nth-child(n){display:block}header [data-cart]{padding:8px 12px}.hero{padding:65px 5vw 45px;gap:32px}.hero h1{font-size:clamp(3rem,10vw,4.5rem);max-width:600px}.hero-index{top:22px;font-size:.75rem}.hero .intro{font-size:1rem;max-width:500px}.hero img,.cozy .hero img{height:auto;max-height:490px;aspect-ratio:1.1;object-fit:cover}.cozy .hero img{object-fit:contain}.hero .textlink{margin-left:18px}.hero figcaption{margin-bottom:0}.ribbon{flex-wrap:wrap;gap:12px 22px;font-size:.875rem}.section{padding:65px 6vw}.product{margin:12px 4vw;padding:35px 6vw;border-radius:18px}.steps{margin-top:35px;gap:26px}.step h3{font-size:1.375rem}.step p{margin-bottom:0}.product .price{font-size:1.125rem}.closing{padding:65px 6vw}footer{grid-template-columns:1fr 1fr;gap:30px;padding:45px 6vw 120px}footer>div:first-child{grid-column:1/-1}.shop-dock{bottom:10px;width:calc(100% - 24px);min-width:0;gap:10px;padding:10px 12px}.shop-dock span{max-width:165px}.shop-dock .button{padding:10px 16px;font-size:.875rem}.policy-layout{grid-template-columns:1fr;padding:35px 6vw;gap:35px}.policy-layout nav{flex-direction:row;flex-wrap:wrap;gap:10px 18px;border:0}.policy-layout nav a{font-size:.875rem}.face .logo-image{width:100px;height:58px;background-size:130px 130px;background-position:-18px -38px}.chef .logo-image{width:124px;height:40px;background-size:162px 162px;background-position:-18px -64px}.cozy .logo-image{width:95px;height:44px;background-size:214px 268px;background-position:-58px -111px}.face .hero figure{margin-right:8px}.cozy .hero{overflow:hidden}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.policy-layout nav a:nth-child(n){display:block}
/*# sourceMappingURL=/cdn/shop/t/2/assets/style.css.map */
