:root{--cream: #FAF6EF;--cream-deep: #F3EDE2;--terracotta: #C4643B;--terracotta-dark: #A94F2C;--moss: #4A5D4E;--moss-dark: #3B4A3E;--ink: #2B2622;--ink-soft: #5C544C;--sand: #E8DFD3;--sand-line: #D9CDBB;--white: #FFFDF9;--font-display: "Fraunces", Georgia, serif;--font-body: "Inter", -apple-system, "Segoe UI", sans-serif;--radius-card: 18px;--radius-pill: 999px;--shadow-soft: 0 6px 24px rgba(43, 38, 34, .08);--shadow-lift: 0 14px 34px rgba(43, 38, 34, .14);--header-h: 68px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--ink);background-color:var(--cream);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");-webkit-font-smoothing:antialiased;overflow-x:clip}img{max-width:100%;height:auto;display:block}a{color:inherit}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.15;margin:0 0 .5em;letter-spacing:-.01em}p{margin:0 0 1em}.container{width:min(1200px,100% - 2.5rem);margin-inline:auto}.btn{display:inline-flex;align-items:center;gap:.55rem;padding:.85rem 1.7rem;border-radius:var(--radius-pill);border:1.5px solid transparent;font-family:var(--font-body);font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,color .25s ease;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--terracotta);color:var(--white);box-shadow:0 6px 18px #c4643b59}.btn-primary:hover{background:var(--terracotta-dark);box-shadow:0 10px 24px #c4643b6b}.btn-outline{background:transparent;color:var(--ink);border-color:var(--ink)}.btn-outline:hover{background:var(--ink);color:var(--cream)}.btn-moss{background:var(--moss);color:var(--white)}.btn-moss:hover{background:var(--moss-dark)}.sticker{display:inline-block;padding:.28rem .8rem;border-radius:var(--radius-pill);background:var(--moss);color:var(--white);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transform:rotate(-2.5deg);box-shadow:0 3px 10px #2b26222e;border:1.5px dashed rgba(255,253,249,.55)}.sticker--terra{background:var(--terracotta)}.sticker--sand{background:var(--sand);color:var(--ink);border-color:#2b262240}.dashed-divider{border:0;border-top:2px dashed var(--sand-line);margin-block:0}.section-head{text-align:center;margin-bottom:2.5rem}.section-head .kicker{font-size:.78rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.6rem}.section-head h2{font-size:clamp(1.7rem,3.5vw,2.5rem);margin:0}.section-head p{color:var(--ink-soft);max-width:560px;margin:.8rem auto 0}:focus-visible{outline:3px solid var(--terracotta);outline-offset:3px;border-radius:6px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:1rem;top:-100px;z-index:300;background:var(--ink);color:var(--cream);padding:.6rem 1.2rem;border-radius:var(--radius-pill);transition:top .2s ease}.skip-link:focus{top:1rem}.announcement{background:var(--moss);color:var(--cream);text-align:center;font-size:.8rem;font-weight:500;letter-spacing:.04em;padding:.5rem 1rem}@media (max-width: 560px){.announcement{font-size:.68rem;letter-spacing:.02em;line-height:1.35;padding:.4rem .6rem}}.site-header{position:sticky;top:0;z-index:100;background:#faf6efc7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(217,205,187,.6)}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:var(--header-h)}.logo{font-family:var(--font-display);font-size:1.35rem;font-weight:700;text-decoration:none;letter-spacing:.01em;display:flex;align-items:center;gap:.5rem;white-space:nowrap;flex:none}.logo svg{color:var(--terracotta);flex:none}.main-nav{display:flex;gap:1.8rem}.main-nav a{text-decoration:none;font-size:.92rem;font-weight:600;color:var(--ink-soft);position:relative;padding:.3rem 0;white-space:nowrap}@media (max-width: 720px){.site-header .container{gap:.7rem}.logo{font-size:1.08rem;gap:.35rem}.logo svg{width:21px;height:21px}.main-nav{gap:.9rem}.main-nav a{font-size:.82rem}.main-nav a[data-nav-optional]{display:none}}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:0;border-bottom:2px dashed var(--terracotta);transition:right .3s ease}.main-nav a:hover,.main-nav a[aria-current=page]{color:var(--ink)}.main-nav a:hover:after,.main-nav a[aria-current=page]:after{right:0}.cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1.5px solid var(--sand-line);background:var(--white);color:var(--ink);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.cart-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft);border-color:var(--terracotta)}.cart-count{position:absolute;top:-5px;right:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:var(--radius-pill);background:var(--terracotta);color:var(--white);font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;transform:scale(0);transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.cart-count.has-items{transform:scale(1)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.1rem}@media (min-width: 720px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width: 1080px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:var(--white);border-radius:var(--radius-card);overflow:hidden;border:1px solid rgba(232,223,211,.9);box-shadow:0 2px 10px #2b26220d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lift)}.product-card .img-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:var(--cream-deep)}.product-card .img-wrap img{width:100%;height:100%;object-fit:cover;transition:opacity .45s ease,transform .6s ease}.product-card .img-wrap .img-alt{position:absolute;inset:0;opacity:0}.product-card:hover .img-wrap .img-alt{opacity:1}.product-card:hover .img-wrap .img-main{transform:scale(1.04)}.product-card .card-badge{position:absolute;top:12px;left:12px;z-index:2}.product-card .card-body{padding:1rem 1rem 1.15rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.product-card .card-name{font-family:var(--font-display);font-size:1.02rem;font-weight:600;line-height:1.3;margin:0}.product-card .card-name a{text-decoration:none}.product-card .card-name a:after{content:"";position:absolute;inset:0}.product-card .card-price{font-weight:700;color:var(--terracotta);font-size:1.05rem}.product-card .quick-add{margin-top:auto;position:relative;z-index:2;width:100%;justify-content:center;padding:.65rem 1rem;font-size:.88rem}.toast-root{position:fixed;bottom:1.5rem;left:0;right:0;z-index:400;display:flex;flex-direction:column;gap:.5rem;align-items:center;pointer-events:none;padding-inline:1rem}.toast{background:var(--ink);color:var(--cream);padding:.75rem 1.4rem;border-radius:var(--radius-pill);font-size:.9rem;font-weight:500;box-shadow:var(--shadow-lift);display:flex;align-items:center;gap:.55rem;max-width:100%;text-align:center;animation:toast-in .35s cubic-bezier(.34,1.56,.64,1)}.toast svg{color:#9dc08b;flex:none}.toast.leaving{animation:toast-out .3s ease forwards}@keyframes toast-in{0%{opacity:0;transform:translateY(16px) scale(.95)}to{opacity:1;transform:none}}@keyframes toast-out{to{opacity:0;transform:translateY(10px) scale(.96)}}.drawer-backdrop{position:fixed;inset:0;background:#2b262273;backdrop-filter:blur(3px);z-index:190;opacity:0;pointer-events:none;transition:opacity .3s ease}.drawer-backdrop.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,92vw);background:var(--cream);z-index:200;transform:translate(105%);visibility:hidden;transition:transform .38s cubic-bezier(.32,.72,.28,1),visibility 0s linear .38s;display:flex;flex-direction:column;box-shadow:-12px 0 40px #2b26222e}.cart-drawer.open{transform:translate(0);visibility:visible;transition:transform .38s cubic-bezier(.32,.72,.28,1),visibility 0s}.cart-drawer header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.4rem;border-bottom:2px dashed var(--sand-line)}.cart-drawer header h2{margin:0;font-size:1.3rem}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1.5px solid var(--sand-line);background:var(--white);color:var(--ink);cursor:pointer;transition:border-color .2s ease,transform .2s ease}.icon-btn:hover{border-color:var(--terracotta);transform:rotate(90deg)}.free-ship{padding:1rem 1.4rem 0}.free-ship p{font-size:.85rem;margin:0 0 .5rem;color:var(--ink-soft)}.free-ship p strong{color:var(--moss)}.progress-track{height:9px;border-radius:var(--radius-pill);background:var(--sand);overflow:hidden}.progress-fill{height:100%;width:0%;border-radius:var(--radius-pill);background:linear-gradient(90deg,var(--moss),#7C9A72);transition:width .5s ease}.cart-items{flex:1;overflow-y:auto;padding:1.1rem 1.4rem;display:flex;flex-direction:column;gap:1rem}.cart-empty{text-align:center;padding:3rem 1rem;color:var(--ink-soft)}.cart-empty svg{margin:0 auto 1rem;color:var(--sand-line)}.cart-item{display:grid;grid-template-columns:76px 1fr auto;gap:.9rem;align-items:center;background:var(--white);border:1px solid var(--sand);border-radius:14px;padding:.7rem}.cart-item img{width:76px;height:76px;object-fit:cover;border-radius:10px}.cart-item .ci-name{font-size:.9rem;font-weight:600;line-height:1.3;margin:0 0 .15rem}.cart-item .ci-price{font-size:.85rem;color:var(--terracotta);font-weight:700}.qty-stepper{display:inline-flex;align-items:center;gap:.1rem;border:1.5px solid var(--sand-line);border-radius:var(--radius-pill);padding:.15rem;margin-top:.4rem}.qty-stepper button{width:26px;height:26px;border:0;border-radius:50%;background:transparent;color:var(--ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.qty-stepper button:hover{background:var(--sand)}.qty-stepper .qty-val{min-width:26px;text-align:center;font-size:.85rem;font-weight:700}.ci-remove{border:0;background:none;cursor:pointer;color:var(--ink-soft);font-size:.78rem;text-decoration:underline;padding:.2rem;align-self:start}.ci-remove:hover{color:var(--terracotta)}.ci-line-total{font-weight:700;font-size:.9rem;align-self:end}.cart-footer{border-top:2px dashed var(--sand-line);padding:1.2rem 1.4rem 1.4rem;background:var(--cream)}.cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;font-weight:700;font-size:1.05rem;margin-bottom:.9rem}.cart-subtotal .amount{font-family:var(--font-display);font-size:1.4rem;color:var(--terracotta)}.cart-footer .btn{width:100%;justify-content:center}.cart-note{font-size:.78rem;color:var(--ink-soft);text-align:center;margin:.7rem 0 0}.site-footer{margin-top:5rem;background:var(--moss-dark);color:#d8ded6}.footer-cta-strip{border-top:2px dashed rgba(216,222,214,.25)}.site-footer .footer-grid{display:grid;grid-template-columns:1fr;gap:2.2rem;padding:3.2rem 0 2.4rem}@media (min-width: 760px){.site-footer .footer-grid{grid-template-columns:2fr 1fr 1fr}}.site-footer h3{color:var(--cream);font-size:1.05rem;margin-bottom:.9rem}.site-footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.site-footer a{color:#d8ded6;text-decoration:none;font-size:.9rem}.site-footer a:hover{color:var(--white);text-decoration:underline;text-decoration-style:dashed;text-underline-offset:4px}.footer-brand p{font-size:.9rem;max-width:320px;color:#b9c3b6}.footer-brand .logo{color:var(--cream);margin-bottom:.8rem}.pay-badges{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.pay-badges svg{display:block}.footer-bottom{border-top:1px solid rgba(216,222,214,.18);padding:1.2rem 0;font-size:.8rem;display:flex;flex-wrap:wrap;gap:.6rem;justify-content:space-between;color:#a9b4a6}.hero{position:relative;padding:2.4rem 0 3.5rem}@media (min-width: 900px){.hero{padding:3.2rem 0 4.5rem}}.hero-banner{position:relative;border-radius:24px;overflow:hidden;border:6px solid var(--white);box-shadow:var(--shadow-lift);transform:rotate(-.6deg);background:var(--cream-deep);display:flex;flex-direction:column}.hero-banner-media{position:relative;margin:0;order:2}.hero-slides{display:grid}.hero-slide{grid-area:1 / 1;opacity:0;transition:opacity .9s ease}.hero-slide.is-active{opacity:1}.hero-dots{position:absolute;left:18px;bottom:14px;display:flex;gap:8px;z-index:3}.hero-dot{width:9px;height:9px;border-radius:50%;border:1.5px solid var(--white);background:#fffdf973;backdrop-filter:blur(4px);padding:0;cursor:pointer;transition:transform .25s ease,background .25s ease,border-color .25s ease}.hero-dot:hover{transform:scale(1.3)}.hero-dot.is-active{background:var(--terracotta);border-color:var(--terracotta);transform:scale(1.25)}@media (min-width: 900px){.hero-dots{left:24px;bottom:20px}}.hero-banner-img{width:100%;aspect-ratio:3 / 4;object-fit:cover;object-position:center 35%}.hero-copy{order:1;padding:2.2rem 1.8rem 2.4rem}.hero-sticker{position:absolute;top:12px;right:14px;z-index:2}@media (min-width: 900px){.hero-banner{display:block}.hero-banner-media{height:100%}.hero-banner-img{aspect-ratio:auto;height:auto;display:block}.hero-copy{position:absolute;top:0;right:0;bottom:0;width:42%;padding:clamp(1.2rem,3.5vw,3rem);display:flex;flex-direction:column;justify-content:center;z-index:1}.hero-sticker{top:22px;right:24px}}.hero-copy .kicker{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--moss);margin-bottom:1.1rem}.hero-copy h1{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:700;margin-bottom:1.1rem}.hero-copy h1 em{font-style:italic;color:var(--terracotta);position:relative;white-space:nowrap}.hero-copy h1 em:after{content:"";position:absolute;left:0;right:0;bottom:.08em;height:.14em;background:repeating-linear-gradient(90deg,var(--terracotta) 0 8px,transparent 8px 13px);opacity:.45}.hero-copy .subline{font-size:1.05rem;color:var(--ink-soft);max-width:480px;margin-bottom:1.8rem}.hero-ctas{display:flex;gap:.9rem;flex-wrap:wrap}.value-props{padding:2.4rem 0}.value-props .vp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.vp-card{background:var(--white);border:1px solid var(--sand);border-radius:var(--radius-card);padding:1.15rem .7rem 1.25rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.vp-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.vp-card:hover .vp-icon{animation:icon-pop .5s cubic-bezier(.34,1.56,.64,1)}.vp-icon{width:44px;height:44px;margin:0 auto .6rem;border-radius:50%;background:var(--cream-deep);display:flex;align-items:center;justify-content:center;color:var(--terracotta)}.vp-card h3{font-size:.95rem;margin-bottom:.3rem}.vp-card p{font-size:.78rem;color:var(--ink-soft);margin:0}@media (min-width: 640px){.value-props{padding:3rem 0}.value-props .vp-grid{gap:1.2rem}.vp-card{padding:1.6rem 1.4rem}.vp-icon{width:56px;height:56px;margin-bottom:.9rem}.vp-card h3{font-size:1.08rem;margin-bottom:.4rem}.vp-card p{font-size:.88rem}}@media (min-width: 1000px){.value-props{padding:2.6rem 0}.value-props .vp-grid{grid-template-columns:repeat(4,1fr);gap:1.8rem}.vp-card{padding:1.35rem 1.1rem 1.45rem}.vp-icon{width:50px;height:50px;margin-bottom:.7rem}.vp-card h3{font-size:1.02rem;margin-bottom:.35rem}.vp-card p{font-size:.85rem}}.section{padding:3.5rem 0}.about-teaser .container{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width: 900px){.about-teaser .container{grid-template-columns:1fr 1fr}}.about-teaser .teaser-imgs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about-teaser .teaser-imgs img{border-radius:var(--radius-card);border:5px solid var(--white);box-shadow:var(--shadow-soft);aspect-ratio:1 / 1;object-fit:cover;width:100%;transition:transform .5s cubic-bezier(.22,.8,.35,1),box-shadow .5s ease}@media (min-width: 900px){.about-teaser .teaser-imgs img{aspect-ratio:4 / 3;object-position:center 40%}}.about-teaser .teaser-imgs img:nth-child(2){transform:rotate(2deg) translateY(.9rem)}.about-teaser .teaser-imgs img:nth-child(1){transform:rotate(-2deg)}.about-teaser .teaser-imgs img:nth-child(1):hover,.about-teaser .teaser-imgs img:nth-child(2):hover{transform:rotate(0) translateY(0) scale(1.04);box-shadow:var(--shadow-lift);z-index:2;position:relative}.about-copy h2{font-size:clamp(1.6rem,3vw,2.3rem)}.about-copy p{color:var(--ink-soft)}.text-link{display:inline-flex;align-items:center;gap:.45rem;color:var(--terracotta);font-weight:700;text-decoration:none;border-bottom:2px dashed var(--terracotta);padding-bottom:2px}.text-link:hover{color:var(--terracotta-dark);gap:.7rem}.text-link{transition:gap .25s ease,color .25s ease}.newsletter{background:var(--sand);border-radius:26px;padding:3rem 1.5rem;text-align:center;position:relative;overflow:hidden}@media (min-width: 700px){.newsletter{padding:3.5rem 3rem}}.newsletter:before,.newsletter:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;border:2px dashed rgba(74,93,78,.28)}.newsletter:before{top:-90px;left:-60px}.newsletter:after{bottom:-90px;right:-60px}.newsletter h2{font-size:clamp(1.5rem,3vw,2.1rem)}.newsletter p{color:var(--ink-soft);max-width:460px;margin:0 auto 1.6rem}.newsletter form{display:flex;flex-direction:column;gap:.7rem;max-width:440px;margin:0 auto;position:relative;z-index:1}@media (min-width: 560px){.newsletter form{flex-direction:row}}.newsletter input[type=email]{flex:1;padding:.85rem 1.3rem;border-radius:var(--radius-pill);border:1.5px solid var(--sand-line);background:var(--white);font-family:var(--font-body);font-size:.95rem;color:var(--ink)}.newsletter input[type=email]::placeholder{color:#a79c8e}.breadcrumbs{font-size:.82rem;color:var(--ink-soft);padding:1.3rem 0 0}.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.45rem;margin:0;padding:0}.breadcrumbs li{display:flex;align-items:center;gap:.45rem}.breadcrumbs li:not(:last-child):after{content:"/";color:var(--sand-line)}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{color:var(--terracotta);text-decoration:underline;text-decoration-style:dashed}.breadcrumbs [aria-current]{color:var(--ink);font-weight:600}.pdp{display:grid;grid-template-columns:1fr;gap:2.5rem;padding:1.8rem 0 3rem}@media (min-width: 920px){.pdp{grid-template-columns:1.1fr 1fr;gap:3.5rem}}.gallery-main{position:relative;border-radius:22px;overflow:hidden;border:1px solid var(--sand);background:var(--white);aspect-ratio:1 / 1}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-badge{position:absolute;top:14px;left:14px;background:#2b2622b8;color:var(--cream);backdrop-filter:blur(6px);border-radius:var(--radius-pill);padding:.3rem .9rem;font-size:.72rem;font-weight:600;letter-spacing:.04em}.gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:.7rem;margin-top:.9rem}.gallery-thumbs button{border:2px solid var(--sand);border-radius:12px;overflow:hidden;padding:0;background:var(--white);cursor:pointer;aspect-ratio:1 / 1;transition:border-color .2s ease,transform .2s ease}.gallery-thumbs button:hover{transform:translateY(-2px)}.gallery-thumbs button[aria-current=true]{border-color:var(--terracotta)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.pdp-info .pdp-name{font-size:clamp(1.7rem,3.4vw,2.4rem);margin-bottom:.4rem}.pdp-sku{font-size:.78rem;color:var(--ink-soft);letter-spacing:.05em;margin-bottom:.9rem}.pdp-price{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--terracotta);margin-bottom:1.4rem}.pdp-price .ship-note{font-family:var(--font-body);font-size:.8rem;font-weight:500;color:var(--moss);margin-left:.7rem}.buy-row{display:flex;gap:.8rem;align-items:stretch;margin-bottom:1.6rem;flex-wrap:wrap}.buy-row .qty-stepper{margin:0;padding:.3rem}.buy-row .qty-stepper button{width:34px;height:34px}.buy-row .add-to-cart{flex:1;min-width:200px;justify-content:center;font-size:1rem}.trust-row{display:flex;gap:1.3rem;flex-wrap:wrap;padding:1rem 0;border-top:2px dashed var(--sand-line);border-bottom:2px dashed var(--sand-line);margin-bottom:1.6rem}.trust-row span{display:inline-flex;align-items:center;gap:.45rem;font-size:.8rem;font-weight:600;color:var(--ink-soft)}.trust-row svg{color:var(--moss)}.pdp-section{margin-bottom:1.7rem}.pdp-section h2{font-size:1.25rem;margin-bottom:.8rem}.feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.feature-list li{padding-left:1.7rem;position:relative;font-size:.92rem;color:var(--ink-soft)}.feature-list li:before{content:"";position:absolute;left:0;top:.42em;width:10px;height:10px;border-radius:50%;background:var(--terracotta);box-shadow:0 0 0 4px #c4643b26}.feature-list strong{color:var(--ink);display:block;font-size:.95rem}.spec-table{width:100%;border-collapse:collapse;font-size:.9rem;background:var(--white);border-radius:14px;overflow:hidden;border:1px solid var(--sand)}.spec-table th,.spec-table td{padding:.7rem 1.1rem;text-align:left;border-bottom:1px dashed var(--sand-line)}.spec-table tr:last-child th,.spec-table tr:last-child td{border-bottom:0}.spec-table th{width:45%;color:var(--ink-soft);font-weight:500}.spec-table td{font-weight:600}.related{padding:2.5rem 0 1rem}.prose-page{padding:2.5rem 0 3rem;max-width:720px}.prose-page h1{font-size:clamp(1.9rem,4vw,2.7rem);margin-bottom:1.2rem}.prose-page p{color:var(--ink-soft);font-size:1.02rem}.policy-nav{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2rem}.policy-nav a{text-decoration:none;font-size:.85rem;font-weight:600;padding:.45rem 1.1rem;border-radius:var(--radius-pill);border:1.5px solid var(--sand-line);color:var(--ink-soft)}.policy-nav a:hover{border-color:var(--terracotta);color:var(--terracotta)}.policy-nav a[aria-current=page]{background:var(--moss);border-color:var(--moss);color:var(--cream)}.studio-feature{position:relative;margin:2rem 0 0;border-radius:22px;overflow:hidden;border:6px solid var(--white);box-shadow:var(--shadow-lift);transform:rotate(.7deg)}.studio-feature img{width:100%;height:auto;display:block}.studio-feature-sticker{position:absolute;bottom:16px;left:18px}.about-collage{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:2.5rem 0}@media (min-width: 700px){.about-collage{grid-template-columns:repeat(4,1fr)}}.about-collage img{border-radius:var(--radius-card);border:5px solid var(--white);box-shadow:var(--shadow-soft);aspect-ratio:1 / 1;object-fit:cover;width:100%}.about-collage img:nth-child(odd){transform:rotate(-2deg)}.about-collage img:nth-child(2n){transform:rotate(2deg) translateY(.8rem)}.not-found{text-align:center;padding:5rem 0 6rem}.not-found .nf-code{font-family:var(--font-display);font-size:clamp(5rem,16vw,9rem);font-weight:700;color:var(--sand-line);line-height:1;margin:0}.not-found h1{font-size:clamp(1.6rem,4vw,2.4rem);margin-top:.4rem}.not-found p{color:var(--ink-soft);max-width:420px;margin:0 auto 2rem}.not-found svg{color:var(--terracotta);margin-bottom:1rem}@keyframes hero-img-in{0%{transform:scale(1.07)}to{transform:scale(1)}}@keyframes fade-up{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@keyframes float-soft{0%,to{transform:rotate(-2.5deg) translateY(0)}50%{transform:rotate(-2.5deg) translateY(-7px)}}@keyframes icon-pop{0%{transform:scale(1) rotate(0)}40%{transform:scale(1.14) rotate(-7deg)}to{transform:scale(1) rotate(0)}}.hero-banner-img{animation:hero-img-in 1.4s ease-out both}.hero-sticker{animation:float-soft 5.5s ease-in-out 1.5s infinite}.hero-copy>*{animation:fade-up .8s cubic-bezier(.22,.8,.35,1) both}.hero-copy>*:nth-child(1){animation-delay:.15s}.hero-copy>*:nth-child(2){animation-delay:.3s}.hero-copy>*:nth-child(3){animation-delay:.45s}.hero-copy>*:nth-child(4){animation-delay:.6s}[data-reveal]{opacity:0;transform:translateY(26px)}[data-reveal].is-visible{opacity:1;transform:none;transition:opacity .7s ease var(--d, 0s),transform .7s cubic-bezier(.22,.8,.35,1) var(--d, 0s)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}
