.v1{--cream: #faf6f1;--cream-deep: #f1ebe1;--ink: #1a1a1a;--mute: #6b655d;--line: #e6dfd2;--accent: #f26b4a;background:var(--cream);color:var(--ink);font-family:Outfit,system-ui,sans-serif;font-weight:300;line-height:1.55;min-height:100vh;overflow-x:hidden}.v1 em{font-style:italic;font-family:Fraunces,serif}.v1-back{position:fixed;left:20px;bottom:20px;z-index:50;display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:var(--cream);color:var(--ink);border:1px solid var(--line);border-radius:999px;font-size:13px;font-family:Outfit,system-ui,sans-serif;box-shadow:0 12px 30px -14px #0000002e;transition:transform .2s ease,color .2s ease,border-color .2s ease}.v1-back span{font-family:Fraunces,serif;font-style:italic;color:var(--accent);transition:transform .25s ease;display:inline-block}.v1-back:hover{transform:translateY(-2px);border-color:var(--accent)}.v1-back:hover span{transform:translate(-2px)}.v1-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:28px 48px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#faf6f1d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.v1-nav-left,.v1-cart{display:flex;align-items:center;gap:18px}.v1-cart{justify-content:flex-end}.v1-mark{font-family:Fraunces,serif;font-weight:500;font-size:22px;letter-spacing:.02em}.v1-meta{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--mute)}.v1-cart-count{font-family:Fraunces,serif;font-style:italic;font-size:14px;color:var(--accent)}.v1-links{display:flex;gap:36px}.v1-links a{font-size:14px;letter-spacing:.04em;position:relative;padding:4px 0}.v1-links a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--accent);transition:width .3s ease}.v1-links a:hover:after{width:100%}.v1-hero{padding:80px 48px 96px;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"eyebrow eyebrow" "title title" "meta frame";column-gap:64px;row-gap:56px;align-items:end}.v1-hero-eyebrow{grid-area:eyebrow;display:flex;align-items:center;gap:16px;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--mute)}.v1-rule{width:56px;height:1px;background:var(--accent)}.v1-hero-title{grid-area:title;font-family:Fraunces,serif;font-weight:300;font-size:clamp(64px,11vw,160px);line-height:.92;margin:0;letter-spacing:-.02em}.v1-hero-title em{color:var(--accent);font-weight:400}.v1-hero-meta{grid-area:meta}.v1-hero-lede{font-size:17px;color:var(--mute);max-width:420px;margin:0 0 28px;line-height:1.65}.v1-hero-cta{display:flex;gap:12px}.v1-btn-primary,.v1-btn-ghost{display:inline-flex;align-items:center;padding:14px 28px;border-radius:999px;font-size:14px;letter-spacing:.02em;transition:all .25s ease}.v1-btn-primary{background:var(--ink);color:var(--cream)}.v1-btn-primary:hover{background:var(--accent)}.v1-btn-ghost{border:1px solid var(--ink)}.v1-btn-ghost:hover{background:var(--ink);color:var(--cream)}.v1-hero-frame{grid-area:frame;position:relative}.v1-hero-img-wrap{aspect-ratio:4 / 5;overflow:hidden;border-radius:4px;background:var(--cream-deep)}.v1-hero-img-wrap img{width:100%;height:100%;object-fit:cover;filter:saturate(.95);transition:transform .8s ease}.v1-hero-frame:hover .v1-hero-img-wrap img{transform:scale(1.04)}.v1-hero-aside{position:absolute;left:-40px;bottom:32px;background:var(--cream);padding:24px 28px;max-width:260px;border-left:2px solid var(--accent);box-shadow:0 30px 60px -30px #0000002e}.v1-tag{font-family:Fraunces,serif;font-style:italic;font-size:13px;color:var(--accent)}.v1-aside-title{font-family:Fraunces,serif;font-size:22px;font-weight:400;margin:6px 0 10px}.v1-aside-text{font-size:13px;color:var(--mute);margin:0 0 12px}.v1-aside-price{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink)}.v1-section{padding:96px 48px;max-width:1280px;margin:0 auto}.v1-section-head{display:grid;grid-template-columns:1fr auto;align-items:end;gap:24px;margin-bottom:64px;border-bottom:1px solid var(--line);padding-bottom:24px}.v1-section-num{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--mute);display:block;margin-bottom:16px}.v1-section-title{font-family:Fraunces,serif;font-weight:300;font-size:clamp(40px,5vw,64px);line-height:1;margin:0;letter-spacing:-.01em;grid-column:1;grid-row:2}.v1-section-title em{color:var(--accent)}.v1-section-link{font-size:14px;letter-spacing:.04em;border-bottom:1px solid currentColor;padding-bottom:2px;grid-row:2}.v1-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.v1-card{opacity:0;transform:translateY(20px);animation:v1-rise .7s ease forwards}@keyframes v1-rise{to{opacity:1;transform:translateY(0)}}.v1-card-img{aspect-ratio:4 / 5;overflow:hidden;border-radius:3px;background:var(--cream-deep);margin-bottom:16px}.v1-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .4s ease;filter:saturate(.95)}.v1-card:hover .v1-card-img img{transform:scale(1.05);filter:saturate(1.1)}.v1-card-cat{font-family:Fraunces,serif;font-style:italic;font-size:12px;color:var(--accent);letter-spacing:.04em}.v1-card-title{font-family:Fraunces,serif;font-weight:400;font-size:22px;margin:6px 0 8px}.v1-card-price{font-size:14px;color:var(--mute)}.v1-story{background:var(--cream-deep);max-width:none;width:100%;padding:120px 48px}.v1-story-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:80px;align-items:center}.v1-story-img{aspect-ratio:4 / 5;overflow:hidden;border-radius:4px;background:var(--cream)}.v1-story-img img{width:100%;height:100%;object-fit:cover}.v1-story-text p{font-size:17px;color:var(--mute);line-height:1.75;max-width:500px}.v1-pullquote{margin:32px 0 0;padding-left:24px;border-left:2px solid var(--accent);font-family:Fraunces,serif;font-style:italic;font-size:28px;font-weight:300;line-height:1.35;color:var(--ink)}.v1-pullquote cite{display:block;font-size:13px;font-style:normal;letter-spacing:.16em;text-transform:uppercase;color:var(--mute);margin-top:16px}.v1-news-wrap{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:64px;border:1px solid var(--line);border-radius:8px;background:#fff}.v1-news-lede{font-size:16px;color:var(--mute);margin:16px 0 0}.v1-news-form{display:flex;gap:8px}.v1-news-form input{flex:1;padding:16px 20px;border:1px solid var(--line);border-radius:999px;font:inherit;font-size:15px;background:var(--cream);outline:none;transition:border-color .2s ease}.v1-news-form input:focus{border-color:var(--accent)}.v1-news-form button{padding:16px 28px;border-radius:999px;background:var(--ink);color:var(--cream);font-size:14px;transition:background .2s ease}.v1-news-form button:hover{background:var(--accent)}.v1-footer{background:var(--ink);color:var(--cream);padding:80px 48px 32px;margin-top:80px}.v1-footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:56px;border-bottom:1px solid rgba(250,246,241,.12)}.v1-mark-light{color:var(--cream)}.v1-foot-tag{font-size:14px;opacity:.7;max-width:280px;margin-top:16px;line-height:1.6}.v1-footer-grid>div>a{display:block;font-size:14px;padding:6px 0;opacity:.75;transition:opacity .2s ease}.v1-footer-grid>div>a:hover{opacity:1;color:var(--accent)}.v1-foot-head{display:block;font-family:Fraunces,serif;font-style:italic;color:var(--accent);font-size:16px;margin-bottom:12px}.v1-footer-bottom{max-width:1280px;margin:24px auto 0;display:flex;justify-content:space-between;font-size:12px;letter-spacing:.1em;text-transform:uppercase;opacity:.5}@media (max-width: 900px){.v1-nav{grid-template-columns:1fr auto;grid-template-rows:auto auto;padding:14px 20px 4px;gap:6px 12px}.v1-nav-left{gap:10px;grid-column:1;grid-row:1}.v1-cart{grid-column:2;grid-row:1}.v1-meta{font-size:10px}.v1-links{grid-column:1 / -1;grid-row:2;gap:22px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -20px;padding:4px 20px 6px}.v1-links::-webkit-scrollbar{display:none}.v1-links a{flex-shrink:0;font-size:13px;white-space:nowrap}.v1-back{left:16px;bottom:16px;padding:9px 14px;font-size:12px}.v1-hero{grid-template-columns:1fr;grid-template-areas:"eyebrow" "title" "frame" "meta";padding:48px 24px 64px}.v1-hero-aside{position:static;margin-top:16px;max-width:none}.v1-section{padding:64px 24px}.v1-section-head{grid-template-columns:1fr}.v1-grid{grid-template-columns:repeat(2,1fr);gap:24px}.v1-story-grid{grid-template-columns:1fr;gap:32px}.v1-news-wrap{grid-template-columns:1fr;padding:32px;gap:24px}.v1-footer{padding:56px 24px 24px}.v1-footer-grid{grid-template-columns:1fr 1fr;gap:32px}.v1-footer-bottom{flex-direction:column;gap:8px}}.v2{--cream: #f4e9d8;--cream-soft: #faf2e3;--terracotta: #c75d3b;--terracotta-deep: #a04528;--sage: #7c8e6e;--mustard: #d4a24c;--brown: #3d2c20;--ink: #2b1f16;background:var(--cream);color:var(--ink);font-family:Nunito,system-ui,sans-serif;font-weight:400;line-height:1.6;min-height:100vh;position:relative;overflow-x:clip}.v2 em{font-family:Playfair Display,serif;font-style:italic;font-weight:500;color:var(--terracotta)}.v2-grain{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.5;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.24 0 0 0 0 0.17 0 0 0 0 0.12 0 0 0 0.12 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");mix-blend-mode:multiply}.v2>*:not(.v2-grain):not(.v2-back):not(.v2-nav){position:relative;z-index:2}.v2-back{position:fixed;left:20px;bottom:20px;z-index:50;display:inline-flex;align-items:center;gap:8px;padding:11px 18px;background:var(--brown);color:var(--cream-soft);border-radius:999px;font-family:Nunito,system-ui,sans-serif;font-size:14px;font-weight:600;box-shadow:0 6px #0000002e;transition:transform .2s ease,background .2s ease}.v2-back span{font-family:Caveat,cursive;font-size:22px;line-height:.8;color:var(--mustard);display:inline-block;transition:transform .25s ease}.v2-back:hover{transform:translateY(-2px) rotate(-1.5deg);background:var(--terracotta)}.v2-back:hover span{transform:translate(-3px);color:var(--cream-soft)}.v2-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:20px 48px;gap:32px;position:sticky;top:0;z-index:30;background:#f4e9d8e0;backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid rgba(61,44,32,.08);box-shadow:0 8px 24px -16px #3d2c202e}.v2-logo{display:flex;align-items:center;gap:14px;text-align:left;padding:0;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.v2-logo:hover{opacity:.85}.v2-logo:hover .v2-logo-mark{transform:rotate(-6deg)}.v2-logo:focus-visible{outline:2px solid var(--terracotta);outline-offset:4px;border-radius:6px}.v2-logo-mark{transition:transform .25s ease}.v2-logo-mark{width:44px;height:44px;border-radius:50%;background:var(--terracotta);color:var(--cream);display:grid;place-items:center;font-family:Playfair Display,serif;font-style:italic;font-size:22px;font-weight:600;box-shadow:inset 0 -3px #0000001f}.v2-logo-text{font-family:Playfair Display,serif;font-size:22px;line-height:1;font-weight:500}.v2-logo-text em{display:block;font-size:14px;color:var(--sage);margin-top:2px}.v2-links{display:flex;gap:32px;justify-content:center}.v2-links a{font-size:15px;font-weight:600;color:var(--brown);padding:8px 0;position:relative;transition:color .2s ease}.v2-links a:hover{color:var(--terracotta)}.v2-cart-btn{justify-self:end;display:inline-flex;align-items:center;gap:10px;padding:10px 18px 10px 20px;background:var(--brown);color:var(--cream);border-radius:999px;font-size:14px;font-weight:600;transition:transform .2s ease,background .2s ease}.v2-cart-btn:hover{transform:rotate(-2deg);background:var(--terracotta)}.v2-cart-dot{width:22px;height:22px;background:var(--mustard);color:var(--brown);border-radius:50%;font-size:12px;font-weight:700;display:grid;place-items:center}.v2-hand{font-family:Caveat,cursive;font-size:24px;color:var(--terracotta);font-weight:600;line-height:1}.v2-hand-top{display:inline-block;transform:rotate(-3deg);margin-bottom:16px}.v2-hero{padding:56px 48px 96px;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}.v2-hero-title{font-family:Playfair Display,serif;font-weight:500;font-size:clamp(48px,7vw,96px);line-height:1.02;margin:0;letter-spacing:-.01em}.v2-hero-lede{font-size:18px;color:var(--brown);max-width:480px;margin:28px 0 32px;opacity:.85}.v2-hero-cta{display:flex;gap:12px;flex-wrap:wrap}.v2-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 26px;background:var(--terracotta);color:var(--cream-soft);border-radius:999px;font-size:15px;font-weight:700;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;box-shadow:0 6px 0 var(--terracotta-deep)}.v2-btn:hover{transform:translateY(-2px);box-shadow:0 8px 0 var(--terracotta-deep)}.v2-btn:active{transform:translateY(4px);box-shadow:0 2px 0 var(--terracotta-deep)}.v2-btn-ghost{background:transparent;color:var(--brown);border:2px solid var(--brown);box-shadow:0 6px 0 transparent}.v2-btn-ghost:hover{background:var(--brown);color:var(--cream-soft);box-shadow:0 8px #00000026}.v2-btn-cream{background:var(--cream);color:var(--brown);box-shadow:0 6px #0000002e}.v2-hero-trust{display:flex;gap:32px;margin-top:48px;padding-top:24px;border-top:2px dashed rgba(61,44,32,.25)}.v2-hero-trust>div{display:flex;flex-direction:column}.v2-hero-trust strong{font-family:Playfair Display,serif;font-size:26px;color:var(--terracotta);font-weight:700;line-height:1}.v2-hero-trust span{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--brown);opacity:.6;margin-top:6px}.v2-hero-art{position:relative;height:540px}.v2-polaroid{position:absolute;background:var(--cream-soft);padding:16px 16px 56px;box-shadow:0 24px 50px -16px #3d2c204d,0 0 0 1px #3d2c200f;transition:transform .4s ease}.v2-polaroid img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.v2-polaroid-cap{position:absolute;bottom:18px;left:0;right:0;text-align:center;font-family:Caveat,cursive;font-size:22px;color:var(--brown)}.v2-polaroid-1{width:60%;top:0;left:0;transform:rotate(-5deg);z-index:2}.v2-polaroid-1:hover{transform:rotate(-2deg) translateY(-6px)}.v2-polaroid-2{width:55%;bottom:0;right:0;transform:rotate(6deg);z-index:1}.v2-polaroid-2:hover{transform:rotate(3deg) translateY(-6px)}.v2-squiggle{position:absolute;top:40%;left:35%;width:140px;z-index:3;transform:rotate(-10deg);opacity:.6}.v2-marquee{background:var(--brown);color:var(--cream);padding:18px 0;overflow:hidden;border-top:3px solid var(--terracotta);border-bottom:3px solid var(--terracotta)}.v2-marquee-track{display:flex;gap:32px;white-space:nowrap;animation:v2-scroll 35s linear infinite;font-family:Playfair Display,serif;font-style:italic;font-size:17px;letter-spacing:.04em}.v2-marquee-track>span{flex-shrink:0}@keyframes v2-scroll{to{transform:translate(-50%)}}.v2-section{max-width:1280px;margin:0 auto;padding:96px 48px}.v2-section-head{text-align:center;margin-bottom:64px}.v2-section-head .v2-hand{display:inline-block;transform:rotate(-2deg);margin-bottom:12px}.v2-section-title{font-family:Playfair Display,serif;font-weight:500;font-size:clamp(40px,5.5vw,72px);line-height:1.05;margin:0 auto;max-width:800px;letter-spacing:-.01em}.v2-section-title-light{color:var(--cream-soft)}.v2-section-title-light em{color:var(--mustard)}.v2-section-head p{font-size:16px;color:var(--brown);opacity:.7;max-width:520px;margin:16px auto 0}.v2-eyebrow{display:inline-block;font-family:Caveat,cursive;font-size:22px;color:var(--sage);margin-bottom:8px}.v2-eyebrow-light{color:var(--mustard)}.v2-shelf{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1080px;margin:0 auto}.v2-product{text-align:center;transform:rotate(var(--rot));opacity:0;animation:v2-pop .7s ease forwards;transition:transform .35s ease}.v2-product:hover{transform:rotate(0) translateY(-6px)}@keyframes v2-pop{0%{opacity:0;transform:rotate(var(--rot)) translateY(20px)}to{opacity:1;transform:rotate(var(--rot))}}.v2-product-img{position:relative;aspect-ratio:1 / 1.1;overflow:hidden;border-radius:12px;background:var(--cream-soft);margin-bottom:16px;border:1px solid rgba(61,44,32,.08)}.v2-product-img img{width:100%;height:100%;object-fit:cover}.v2-price-tag{position:absolute;top:14px;right:14px;background:var(--mustard);color:var(--brown);padding:6px 14px;border-radius:999px;font-family:Playfair Display,serif;font-weight:700;font-size:14px;transform:rotate(8deg);box-shadow:0 4px 12px #3d2c2033}.v2-product-name{font-family:Playfair Display,serif;font-weight:500;font-size:22px;margin:0;line-height:1.2}.v2-product-note{font-family:Caveat,cursive;font-size:20px;color:var(--sage)}.v2-shop-cta{text-align:center;margin-top:56px}.v2-story{background:var(--cream-soft);padding:96px 48px;position:relative;border-top:2px dotted rgba(61,44,32,.18);border-bottom:2px dotted rgba(61,44,32,.18)}.v2-story-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:72px;align-items:center}.v2-story-photo{position:relative}.v2-frame{background:var(--cream-soft);padding:12px;border:1px solid rgba(61,44,32,.12);box-shadow:0 30px 60px -24px #3d2c2059;transform:rotate(-2deg)}.v2-frame img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.v2-hand-photo{position:absolute;bottom:-20px;right:-16px;transform:rotate(-6deg);font-size:28px;background:var(--mustard);color:var(--brown);padding:6px 18px;border-radius:999px}.v2-story-text p{font-size:17px;color:var(--brown);opacity:.9;max-width:520px;margin:18px 0 0}.v2-sign{margin-top:28px!important}.v2-signature{font-family:Caveat,cursive;font-size:36px;color:var(--terracotta)}.v2-kind{padding-bottom:96px}.v2-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.v2-quote{background:var(--cream-soft);padding:32px 28px 24px;border-radius:14px;transform:rotate(var(--rot));border:1px solid rgba(61,44,32,.08);box-shadow:0 14px 30px -16px #3d2c2038;position:relative;margin:0;opacity:0;animation:v2-pop .6s ease forwards;transition:transform .3s ease}.v2-quote:hover{transform:rotate(0)}.v2-quote-mark{font-family:Playfair Display,serif;font-size:80px;color:var(--mustard);line-height:.6;display:block;margin-bottom:8px}.v2-quote p{font-family:Playfair Display,serif;font-style:italic;font-size:19px;margin:0 0 18px;line-height:1.45;color:var(--brown)}.v2-quote cite{font-style:normal;font-family:Caveat,cursive;font-size:22px;color:var(--sage)}.v2-custom{padding:64px 48px 120px}.v2-custom-card{background:var(--brown);color:var(--cream-soft);border-radius:24px;padding:72px 64px;position:relative;overflow:hidden}.v2-custom-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 90% 10%,rgba(212,162,76,.18) 0,transparent 40%),radial-gradient(circle at 10% 90%,rgba(199,93,59,.22) 0,transparent 40%);pointer-events:none}.v2-custom-card>div{position:relative;max-width:640px}.v2-custom-text{font-size:17px;margin:20px 0 32px;opacity:.85}.v2-footer{background:var(--brown);color:var(--cream);padding:80px 48px 32px}.v2-footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:2px dotted rgba(244,233,216,.15)}.v2-foot-tag{font-size:14px;opacity:.75;margin:16px 0 0;max-width:280px}.v2-foot-head{display:block;font-family:Caveat,cursive;color:var(--mustard);font-size:22px;margin-bottom:8px}.v2-footer-grid>div>a{display:block;font-size:14px;padding:6px 0;opacity:.8;transition:opacity .2s ease,color .2s ease}.v2-footer-grid>div>a:hover{color:var(--mustard);opacity:1}.v2-footer-bottom{max-width:1280px;margin:24px auto 0;display:flex;justify-content:space-between;font-size:13px;opacity:.6}@media (max-width: 900px){.v2-nav{grid-template-columns:1fr auto;grid-template-rows:auto auto;padding:16px 20px 6px;gap:8px 12px}.v2-logo{grid-column:1;grid-row:1}.v2-cart-btn{grid-column:2;grid-row:1}.v2-logo-text{font-size:18px}.v2-links{grid-column:1 / -1;grid-row:2;justify-content:flex-start;gap:22px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -20px;padding:4px 20px 6px}.v2-links::-webkit-scrollbar{display:none}.v2-links a{flex-shrink:0;font-size:14px;white-space:nowrap}.v2-back{left:16px;bottom:16px;padding:10px 16px;font-size:13px}.v2-hero{grid-template-columns:1fr;padding:32px 24px 64px;gap:48px}.v2-hero-art{height:460px}.v2-section{padding:64px 24px}.v2-shelf{grid-template-columns:repeat(2,1fr);gap:24px}.v2-story{padding:64px 24px}.v2-story-grid{grid-template-columns:1fr;gap:32px}.v2-cards{grid-template-columns:1fr}.v2-custom{padding:32px 24px 96px}.v2-custom-card{padding:48px 28px}.v2-footer{padding:56px 24px 24px}.v2-footer-grid{grid-template-columns:1fr 1fr;gap:32px}.v2-footer-bottom{flex-direction:column;gap:6px}}.v2-polaroid-placeholder{width:100%;aspect-ratio:4 / 5;display:grid;place-items:center;position:relative;overflow:hidden}.v2-polaroid-placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 30% 30%,rgba(255,255,255,.4) 0,transparent 50%),radial-gradient(circle at 70% 70%,rgba(255,255,255,.2) 0,transparent 50%);pointer-events:none}.v2-polaroid-placeholder:after{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;border:1px dashed rgba(255,255,255,.45);border-radius:2px;pointer-events:none}.v2-placeholder-tumbler{background:linear-gradient(135deg,#d4a24c,#c75d3b 65%,#a04528)}.v2-placeholder-candle{background:linear-gradient(135deg,#a3b48e,#7c8e6e 60%,#5d6e51)}.v2-placeholder-mark{font-family:Playfair Display,serif;font-style:italic;font-weight:500;font-size:clamp(40px,6vw,64px);color:#ffffff8c;letter-spacing:.04em;z-index:1;text-shadow:0 2px 8px rgba(0,0,0,.1)}.v2-intro{padding:96px 48px}.v2-intro-alt{background:var(--cream-soft);border-top:2px dotted rgba(61,44,32,.18);border-bottom:2px dotted rgba(61,44,32,.18)}.v2-intro-centered .v2-intro-wrap{text-align:center}.v2-intro-centered .v2-intro-wrap p{margin-left:auto;margin-right:auto}.v2-intro-centered .v2-hand-floaty{transform:rotate(2deg)}.v2-intro-wrap{max-width:880px;margin:0 auto;position:relative}.v2-intro-title{font-family:Playfair Display,serif;font-weight:500;font-size:clamp(38px,5.6vw,76px);line-height:1.06;margin:14px 0 28px;letter-spacing:-.01em;color:var(--ink)}.v2-intro-wrap p{font-size:18px;color:var(--brown);line-height:1.75;margin:0;max-width:760px;opacity:.92}.v2-hand-floaty{display:inline-block;transform:rotate(-3deg);margin-bottom:4px}.v2-split{padding:96px 48px}.v2-split-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.v2-split-img{position:relative}.v2-split-img-right .v2-frame,.v2-frame-rot{transform:rotate(2deg)}.v2-split-img .v2-frame img{aspect-ratio:4 / 3}.v2-split-text .v2-eyebrow{color:var(--sage)}.v2-split-title{font-family:Playfair Display,serif;font-weight:500;font-size:clamp(34px,4.6vw,58px);line-height:1.08;margin:12px 0 24px;letter-spacing:-.01em}.v2-split-text p{font-size:17px;color:var(--brown);line-height:1.7;margin:0 0 28px;max-width:520px;opacity:.92}.v2-squiggle-sm{position:absolute;bottom:-18px;right:-8px;width:100px;z-index:3;transform:rotate(8deg);opacity:.75}.v2-hand-photo-tl{position:absolute;top:-16px;left:-8px;transform:rotate(-6deg);font-size:22px;background:var(--mustard);color:var(--brown);padding:6px 16px;border-radius:999px;z-index:3}.v2-candles{padding:96px 48px 32px;max-width:1280px;margin:0 auto}.v2-candles-head{text-align:center;margin-bottom:80px}.v2-candles-head .v2-hand{display:inline-block;transform:rotate(-2deg);margin-bottom:12px}.v2-candles-head .v2-section-title{margin:0 auto}.v2-candles-head p{font-size:16px;color:var(--brown);opacity:.78;max-width:520px;margin:16px auto 0;line-height:1.65}.v2-candles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;align-items:end}.v2-candle-card{background:var(--cream-soft);border:1px solid rgba(61,44,32,.08);border-radius:16px;padding:28px 22px 24px;position:relative;text-align:center;opacity:0;transform:translateY(20px);animation:v2-card-rise .8s cubic-bezier(.22,1,.36,1) forwards;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.v2-candle-card:nth-child(odd){transform:translateY(20px) rotate(-1deg)}.v2-candle-card:nth-child(2n){transform:translateY(20px) rotate(1deg)}@keyframes v2-card-rise{to{opacity:1;transform:rotate(var(--rot, 0deg))}}.v2-candle-card:nth-child(odd){--rot: -1deg}.v2-candle-card:nth-child(2n){--rot: 1deg}.v2-candle-card:hover{transform:rotate(0) translateY(-6px);box-shadow:0 24px 40px -22px #3d2c2047}.v2-candle-card.is-popular{border-color:var(--terracotta);border-width:2px;box-shadow:0 18px 36px -22px #c75d3b66}.v2-popular-tag{position:absolute;top:-16px;left:50%;transform:translate(-50%) rotate(-3deg);background:var(--terracotta);color:var(--cream-soft);padding:6px 16px;border-radius:999px;font-family:Caveat,cursive;font-size:19px;font-weight:600;white-space:nowrap;box-shadow:0 6px 14px -6px #c75d3b80;z-index:2}.v2-candle-jar{width:var(--jar-w, 80px);height:var(--jar-h, 100px);margin:16px auto 24px;background:linear-gradient(135deg,#fff,#e9dec7);border:1.5px solid rgba(61,44,32,.22);border-radius:6px;position:relative;box-shadow:inset 0 -10px #3d2c200f,0 4px 8px -4px #3d2c201f}.v2-candle-card:nth-child(1) .v2-candle-jar{--jar-w: 62px;--jar-h: 80px}.v2-candle-card:nth-child(2) .v2-candle-jar{--jar-w: 78px;--jar-h: 100px}.v2-candle-card:nth-child(3) .v2-candle-jar{--jar-w: 96px;--jar-h: 120px}.v2-candle-card:nth-child(4) .v2-candle-jar{--jar-w: 114px;--jar-h: 140px}.v2-candle-flame{position:absolute;top:-16px;left:50%;width:9px;height:16px;background:radial-gradient(ellipse at center 70%,var(--mustard) 0%,var(--terracotta) 70%,transparent 100%);border-radius:50% 50% 40% 40%/65% 65% 35% 35%;transform:translate(-50%);animation:v2-flame-flicker 1.6s ease-in-out infinite alternate;box-shadow:0 0 12px #d4a24c99}@keyframes v2-flame-flicker{0%{transform:translate(-50%) scale(1) rotate(-2deg)}to{transform:translate(-50%) scale(1.12) rotate(2deg)}}.v2-candle-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Playfair Display,serif;font-style:italic;font-size:13px;font-weight:600;color:var(--terracotta);letter-spacing:.04em}.v2-candle-card:nth-child(4) .v2-candle-label{font-size:17px}.v2-candle-card:nth-child(1) .v2-candle-label{font-size:11px}.v2-candle-meta{margin-bottom:18px}.v2-candle-size{display:block;font-family:Caveat,cursive;font-size:22px;color:var(--sage);line-height:1}.v2-candle-name{font-family:Playfair Display,serif;font-weight:500;font-size:24px;margin:4px 0 8px;line-height:1}.v2-candle-price{display:inline-block;font-family:Playfair Display,serif;font-style:italic;font-weight:600;font-size:26px;color:var(--terracotta)}.v2-candle-spec{margin:0;padding-top:16px;border-top:1px dotted rgba(61,44,32,.22);text-align:left}.v2-candle-spec>div{margin-bottom:12px}.v2-candle-spec>div:last-child{margin-bottom:0}.v2-candle-spec dt{font-family:Caveat,cursive;font-size:16px;color:var(--brown);opacity:.65;line-height:1;margin-bottom:2px}.v2-candle-spec dd{margin:0;font-size:13px;color:var(--brown);line-height:1.45}@media (max-width: 900px){.v2-candles{padding:56px 24px 24px}.v2-candles-head{margin-bottom:56px}.v2-candles-grid{grid-template-columns:repeat(2,1fr);gap:36px 18px}.v2-candle-card{padding:24px 18px 20px}.v2-candle-card:nth-child(1) .v2-candle-jar{--jar-w: 52px;--jar-h: 68px}.v2-candle-card:nth-child(2) .v2-candle-jar{--jar-w: 64px;--jar-h: 82px}.v2-candle-card:nth-child(3) .v2-candle-jar{--jar-w: 78px;--jar-h: 98px}.v2-candle-card:nth-child(4) .v2-candle-jar{--jar-w: 92px;--jar-h: 114px}}@media (max-width: 560px){.v2-candles-grid{grid-template-columns:1fr;gap:32px}}.v2-gallery{background:var(--cream-soft);padding:96px 48px;border-top:2px dotted rgba(61,44,32,.18);border-bottom:2px dotted rgba(61,44,32,.18)}.v2-gallery-head{text-align:center;max-width:800px;margin:0 auto 56px}.v2-gallery-head .v2-hand{display:inline-block;transform:rotate(-2deg);margin-bottom:12px}.v2-gallery-head .v2-section-title{margin:0 auto}.v2-gallery-head p{font-size:15px;color:var(--brown);opacity:.7;max-width:480px;margin:16px auto 0}.v2-gallery-stage{position:relative;max-width:820px;margin:0 auto;height:440px}.v2-gallery-frames{position:absolute;top:0;right:0;bottom:0;left:0}.v2-gallery-frame{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1);pointer-events:none}.v2-gallery-frame.is-active{opacity:1;pointer-events:auto}.v2-gallery-poly{width:300px;background:#fff;padding:14px 14px 44px;box-shadow:0 24px 50px -22px #3d2c2059,0 0 0 1px #3d2c200f;transform:scale(.96) rotate(0);transition:transform .7s cubic-bezier(.22,1,.36,1)}.v2-gallery-frame.is-active .v2-gallery-poly{transform:scale(1) rotate(0)}.v2-gallery-frame.is-active.is-tilt-left .v2-gallery-poly{transform:scale(1) rotate(-1.5deg)}.v2-gallery-frame.is-active.is-tilt-right .v2-gallery-poly{transform:scale(1) rotate(1.5deg)}.v2-gallery-poly img{display:block;width:100%;height:300px;object-fit:cover;background:var(--cream-soft)}.v2-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--cream-soft);width:48px;height:48px;border-radius:50%;border:1px solid rgba(61,44,32,.12);box-shadow:0 8px 22px -10px #3d2c2040;font-size:18px;color:var(--brown);z-index:5;display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.v2-gallery-prev{left:-8px}.v2-gallery-next{right:-8px}.v2-gallery-arrow:hover{background:var(--terracotta);color:var(--cream-soft);transform:translateY(-50%) scale(1.06);box-shadow:0 10px 26px -10px #c75d3b80}.v2-gallery-arrow:focus-visible{outline:2px solid var(--terracotta);outline-offset:2px}.v2-gallery-dots{display:flex;justify-content:center;gap:8px;margin:36px auto 0;flex-wrap:wrap;max-width:640px}.v2-gallery-dot{width:9px;height:9px;border-radius:50%;background:#3d2c2033;padding:0;border:none;cursor:pointer;transition:background .25s ease,transform .25s ease}.v2-gallery-dot:hover{background:#c75d3bb3}.v2-gallery-dot.is-active{background:var(--terracotta);transform:scale(1.4)}.v2-gallery-progress{position:relative;height:2px;width:240px;margin:24px auto 0;background:#3d2c201f;border-radius:999px;overflow:hidden}.v2-gallery-progress-bar{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--terracotta);transform-origin:left center;animation:v2-gallery-progress 3s linear forwards}@keyframes v2-gallery-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width: 900px){.v2-gallery{padding:56px 16px}.v2-gallery-stage{height:360px}.v2-gallery-arrow{width:38px;height:38px;font-size:15px}.v2-gallery-prev{left:4px}.v2-gallery-next{right:4px}.v2-gallery-poly{width:240px;padding:10px 10px 34px}.v2-gallery-poly img{height:240px}.v2-gallery-dots{gap:6px}.v2-gallery-dot{width:7px;height:7px}.v2-gallery-progress{width:180px}}.v2-quote-band{background:var(--terracotta);color:var(--cream-soft);padding:88px 48px;text-align:center;border-top:3px solid var(--terracotta-deep);border-bottom:3px solid var(--terracotta-deep);position:relative}.v2-quote-band:before,.v2-quote-band:after{content:"";position:absolute;top:50%;width:240px;height:240px;border-radius:50%;background:#ffffff0f;filter:blur(50px);transform:translateY(-50%);pointer-events:none}.v2-quote-band:before{left:-60px}.v2-quote-band:after{right:-60px}.v2-quote-wrap{max-width:1100px;margin:0 auto;position:relative;z-index:1}.v2-quote-stars{width:200px;height:24px;margin:0 auto 20px;display:block;opacity:.92}.v2-quote-text{font-family:Playfair Display,serif;font-weight:500;font-style:italic;font-size:clamp(26px,3.4vw,48px);line-height:1.35;margin:0 auto 28px;color:var(--cream-soft);letter-spacing:-.005em;max-width:1000px}.v2-quote-text em{font-style:italic;font-size:1.3em;color:#ffffff80;margin:0 4px;line-height:.6}.v2-quote-cite{font-family:Caveat,cursive;font-size:30px;color:var(--cream-soft);margin:0;opacity:.95}@media (max-width: 900px){.v2-intro{padding:56px 24px}.v2-intro-title{font-size:36px}.v2-intro-wrap p{font-size:16px}.v2-split{padding:56px 24px}.v2-split-grid{grid-template-columns:1fr;gap:40px}.v2-split-title{font-size:30px}.v2-split-text p{font-size:16px}.v2-split-img .v2-frame,.v2-frame-rot{transform:rotate(-1.5deg)}.v2-split-img-right .v2-frame{transform:rotate(1.5deg)}.v2-quote-band{padding:56px 24px}.v2-quote-text{font-size:22px}.v2-quote-cite{font-size:24px}.v2-hand-photo-tl{top:-12px;left:0;font-size:18px;padding:5px 14px}.v2-squiggle-sm{width:70px;right:0;bottom:-14px}}.v3{--cream: #f4ece0;--cream-deep: #ebe1d0;--paper: #fbf6ec;--ink: #0e0e0e;--ink-soft: #2a2520;--mute: #6c655c;--accent: #ff6e4d;--accent-deep: #d9522f;--rule: rgba(14, 14, 14, .12);background:var(--cream);color:var(--ink);font-family:Geist,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5;min-height:100vh;overflow-x:hidden}.v3 em{font-family:"Instrument Serif",serif;font-style:italic;font-weight:400}.v3-back{position:fixed;left:20px;bottom:20px;z-index:50;display:inline-flex;align-items:center;gap:10px;padding:11px 18px;background:var(--ink);color:var(--paper);border-radius:999px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:500;letter-spacing:.02em;box-shadow:0 14px 30px -14px #0006;transition:gap .25s ease,background .25s ease,transform .25s ease}.v3-back span{font-family:"Instrument Serif",serif;font-style:italic;font-size:18px;color:var(--accent);line-height:.6;display:inline-block;transition:transform .25s ease}.v3-back:hover{gap:14px;background:var(--accent);transform:translateY(-2px)}.v3-back:hover span{color:var(--ink);transform:translate(-2px)}.v3-nav{position:sticky;top:0;z-index:20;background:#f4ece0d9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--rule)}.v3-nav-row{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:18px 40px;gap:32px}.v3-brand{display:flex;align-items:center;gap:14px}.v3-brand-mark{font-size:11px;letter-spacing:.3em;padding:6px 10px;border:1px solid var(--ink);border-radius:3px;font-weight:600}.v3-brand-name{font-family:"Instrument Serif",serif;font-size:24px;line-height:1}.v3-brand-name em{display:inline-block;margin-left:4px;color:var(--accent)}.v3-links{display:flex;gap:28px;justify-content:center}.v3-links a{font-size:13px;letter-spacing:.04em;padding:6px 0;position:relative;transition:color .2s ease}.v3-links a:after{content:"";position:absolute;left:0;bottom:2px;width:0;height:1px;background:var(--accent);transition:width .3s ease}.v3-links a:hover{color:var(--accent)}.v3-links a:hover:after{width:100%}.v3-nav-right{display:flex;align-items:center;gap:20px;justify-content:flex-end}.v3-time{font-size:12px;letter-spacing:.16em;color:var(--mute);font-variant-numeric:tabular-nums}.v3-bag{display:inline-flex;gap:6px;padding:10px 18px;background:var(--ink);color:var(--paper);border-radius:999px;font-size:13px;font-weight:500;transition:background .2s ease}.v3-bag span{color:var(--accent)}.v3-bag:hover{background:var(--accent)}.v3-bag:hover span{color:var(--ink)}.v3-hero{max-width:1440px;margin:0 auto;padding:56px 40px 80px;display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center;min-height:calc(100vh - 80px)}.v3-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:24px}.v3-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);display:inline-block;animation:v3-pulse 2s ease-in-out infinite}@keyframes v3-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.6}}.v3-hero-title{font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(72px,11.5vw,200px);line-height:.86;margin:0;letter-spacing:-.02em}.v3-line{display:block;opacity:0;transform:translateY(40px);animation:v3-rise 1s cubic-bezier(.22,1,.36,1) forwards}.v3-line:nth-child(1){animation-delay:.05s}.v3-line:nth-child(2){animation-delay:.18s;margin-left:.4em}.v3-line:nth-child(3){animation-delay:.31s}.v3-line:nth-child(4){animation-delay:.44s;margin-left:.4em}.v3-italic{font-style:italic}.v3-accent{color:var(--accent)}@keyframes v3-rise{to{opacity:1;transform:translateY(0)}}.v3-hero-lede{font-size:18px;color:var(--ink-soft);max-width:460px;margin:36px 0;line-height:1.6}.v3-hero-row{display:flex;gap:24px;align-items:center}.v3-btn{display:inline-flex;align-items:center;gap:14px;padding:18px 28px;background:var(--ink);color:var(--paper);border-radius:999px;font-size:15px;font-weight:500;transition:background .25s ease,gap .25s ease}.v3-btn:hover{background:var(--accent);gap:18px}.v3-btn-arrow{transition:transform .25s ease;display:inline-block}.v3-btn:hover .v3-btn-arrow{transform:translate(2px)}.v3-link-underline{font-size:15px;border-bottom:1px solid currentColor;padding-bottom:3px;transition:color .2s ease}.v3-link-underline:hover{color:var(--accent)}.v3-link-light{color:var(--cream)}.v3-link-light:hover{color:var(--accent)}.v3-hero-media{position:relative;aspect-ratio:4 / 5;align-self:stretch}.v3-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:4px;background:var(--cream-deep)}.v3-hero-img img{width:100%;height:100%;object-fit:cover;filter:contrast(1.02) saturate(1.02)}.v3-hero-tag{position:absolute;left:-28px;bottom:36px;background:var(--paper);padding:18px 22px;display:flex;flex-direction:column;gap:4px;box-shadow:0 30px 60px -24px #0e0e0e66;border-left:3px solid var(--accent)}.v3-tag-num{font-size:11px;letter-spacing:.18em;color:var(--mute)}.v3-tag-name{font-family:"Instrument Serif",serif;font-style:italic;font-size:28px;line-height:1}.v3-tag-price{font-size:13px;font-weight:500;margin-top:4px}.v3-marquee{background:var(--ink);color:var(--cream);border-top:1px solid var(--rule);overflow:hidden;padding:22px 0}.v3-marquee-track{display:flex;gap:32px;white-space:nowrap;animation:v3-scroll 40s linear infinite;font-family:"Instrument Serif",serif;font-size:36px;line-height:1}.v3-marquee-item{display:inline-flex;align-items:center;gap:32px;flex-shrink:0;font-style:italic}.v3-marquee-item em{color:var(--accent);font-style:normal;font-size:24px}@keyframes v3-scroll{to{transform:translate(-33.33%)}}.v3-section{max-width:1440px;margin:0 auto;padding:120px 40px}.v3-section-head{display:grid;grid-template-columns:1fr 1fr;gap:64px;margin-bottom:72px;align-items:end;border-bottom:1px solid var(--rule);padding-bottom:32px}.v3-section-num{display:block;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--mute);margin-bottom:16px}.v3-section-title{font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(56px,7vw,112px);line-height:.95;margin:0;letter-spacing:-.01em}.v3-section-title em{color:var(--accent)}.v3-section-lede{font-size:17px;color:var(--ink-soft);max-width:460px;margin:0;line-height:1.6}.v3-drop{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}.v3-piece{opacity:0;transform:translateY(28px);animation:v3-rise .9s cubic-bezier(.22,1,.36,1) forwards}.v3-piece-img{position:relative;aspect-ratio:5 / 4;overflow:hidden;border-radius:4px;background:var(--cream-deep);margin-bottom:24px}.v3-piece-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease,filter .4s ease}.v3-piece:hover .v3-piece-img img{transform:scale(1.04)}.v3-piece-overlay{position:absolute;left:24px;right:24px;bottom:24px;background:var(--paper);color:var(--ink);padding:14px 20px;border-radius:999px;display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;opacity:0;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease}.v3-piece:hover .v3-piece-overlay{opacity:1;transform:translateY(0)}.v3-overlay-arrow{color:var(--accent)}.v3-piece-row{display:flex;align-items:baseline;gap:16px;margin-bottom:8px}.v3-piece-row-bot{justify-content:space-between;border-top:1px solid var(--rule);padding-top:12px;margin-bottom:0}.v3-piece-n{font-size:12px;letter-spacing:.18em;color:var(--mute)}.v3-piece-name{font-family:"Instrument Serif",serif;font-weight:400;font-size:32px;line-height:1;margin:0}.v3-piece-name em{color:var(--ink)}.v3-piece-cat{font-size:13px;color:var(--mute)}.v3-piece-price{font-size:15px;font-weight:500}.v3-feature{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:var(--paper)}.v3-feature-img{aspect-ratio:4 / 5;overflow:hidden}.v3-feature-img img{width:100%;height:100%;object-fit:cover}.v3-feature-text{padding:80px 64px;display:flex;flex-direction:column;justify-content:center;max-width:640px}.v3-eyebrow-dark{color:var(--cream);opacity:.7}.v3-feature-title{font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(48px,5.5vw,88px);line-height:.98;margin:0 0 28px;letter-spacing:-.01em}.v3-feature-title em{color:var(--accent)}.v3-feature-text p{font-size:17px;margin:0 0 32px;max-width:460px;opacity:.85;line-height:1.65}.v3-story{max-width:1440px;margin:0 auto;padding:120px 40px}.v3-story-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:start}.v3-story-title{font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(48px,6.5vw,104px);line-height:.95;margin:0;letter-spacing:-.01em}.v3-story-title em{color:var(--accent)}.v3-story-text p{font-size:17px;color:var(--ink-soft);margin:0 0 24px;line-height:1.7;max-width:460px}.v3-stats{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;border-top:1px solid var(--rule);padding-top:32px}.v3-stats>div{display:flex;flex-direction:column}.v3-stats strong{font-family:"Instrument Serif",serif;font-style:italic;font-weight:400;font-size:44px;color:var(--accent);line-height:1}.v3-stats span{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--mute);margin-top:8px}.v3-cta{background:var(--accent);color:var(--ink);padding:120px 40px;position:relative;overflow:hidden}.v3-cta:before,.v3-cta:after{content:"✦";position:absolute;font-family:"Instrument Serif",serif;font-size:320px;line-height:1;opacity:.12;color:var(--ink)}.v3-cta:before{top:-40px;left:-40px}.v3-cta:after{bottom:-120px;right:-40px;transform:rotate(20deg)}.v3-cta-inner{max-width:720px;margin:0 auto;text-align:center;position:relative;z-index:1}.v3-eyebrow-cream{color:var(--ink);opacity:.7;justify-content:center}.v3-cta-title{font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(56px,8vw,128px);line-height:.95;margin:0 0 24px;letter-spacing:-.01em}.v3-cta-title em{font-style:italic}.v3-cta-inner p{font-size:17px;max-width:460px;margin:0 auto 40px;line-height:1.65}.v3-cta-form{display:flex;gap:8px;max-width:480px;margin:0 auto;background:var(--paper);border-radius:999px;padding:6px}.v3-cta-form input{flex:1;padding:14px 22px;border:none;background:transparent;font:inherit;font-size:15px;outline:none;color:var(--ink)}.v3-cta-form button{display:inline-flex;align-items:center;gap:10px;padding:14px 26px;border-radius:999px;background:var(--ink);color:var(--paper);font-size:14px;font-weight:500;transition:gap .2s ease}.v3-cta-form button:hover{gap:14px}.v3-footer{background:var(--ink);color:var(--cream);padding:80px 40px 32px}.v3-footer-top{max-width:1440px;margin:0 auto 64px;display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid rgba(244,236,224,.12);padding-bottom:48px}.v3-footer-mark{font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(48px,6vw,96px);line-height:1;margin:0;letter-spacing:-.01em}.v3-footer-mark em{color:var(--accent)}.v3-footer-loc{font-size:12px;letter-spacing:.16em;text-transform:uppercase;opacity:.7;font-variant-numeric:tabular-nums}.v3-footer-grid{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:48px;padding-bottom:56px}.v3-foot-head{display:block;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:16px}.v3-footer-grid>div>a{display:block;font-size:14px;padding:6px 0;opacity:.8;transition:opacity .2s ease}.v3-footer-grid>div>a:hover{opacity:1;color:var(--accent)}.v3-footer-bottom{max-width:1440px;margin:0 auto;border-top:1px solid rgba(244,236,224,.12);padding-top:24px;display:flex;justify-content:space-between;font-size:12px;letter-spacing:.1em;text-transform:uppercase;opacity:.5}@media (max-width: 1000px){.v3-nav-row{grid-template-columns:1fr auto;grid-template-rows:auto auto;padding:14px 20px 4px;gap:6px 12px}.v3-brand{grid-column:1;grid-row:1}.v3-nav-right{grid-column:2;grid-row:1}.v3-brand-name{font-size:20px}.v3-time{display:none}.v3-links{grid-column:1 / -1;grid-row:2;gap:22px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -20px;padding:4px 20px 6px}.v3-links::-webkit-scrollbar{display:none}.v3-links a{flex-shrink:0;font-size:12px;white-space:nowrap}.v3-back{left:16px;bottom:16px;padding:10px 16px;font-size:12px}.v3-hero{grid-template-columns:1fr;padding:32px 24px 64px;gap:48px;min-height:0}.v3-hero-tag{left:16px}.v3-section,.v3-story{padding:72px 24px}.v3-section-head{grid-template-columns:1fr;gap:24px}.v3-drop{grid-template-columns:1fr;gap:32px}.v3-feature{grid-template-columns:1fr}.v3-feature-text{padding:56px 24px}.v3-story-grid{grid-template-columns:1fr;gap:32px}.v3-cta{padding:80px 24px}.v3-cta-form{flex-direction:column;background:transparent;padding:0;border-radius:0}.v3-cta-form input{background:var(--paper);border-radius:999px}.v3-cta-form button{justify-content:center}.v3-footer{padding:56px 24px 24px}.v3-footer-top{flex-direction:column;align-items:start;gap:24px;margin-bottom:48px;padding-bottom:32px}.v3-footer-grid{grid-template-columns:1fr 1fr;gap:32px}.v3-footer-bottom{flex-direction:column;gap:8px}}.v4{--bg: #fafafa;--bg-paper: #ffffff;--ink: #0a0a0a;--ink-soft: #2c2c2c;--mute: #888888;--line: #e6e6e6;--accent: #ff6b4a;background:var(--bg);color:var(--ink);font-family:IBM Plex Sans,system-ui,sans-serif;font-weight:400;font-size:15px;line-height:1.55;min-height:100vh;letter-spacing:-.005em;overflow-x:hidden}.v4 .v4-pop{color:var(--accent)}.v4-back{position:fixed;left:20px;bottom:20px;z-index:50;display:inline-flex;align-items:center;gap:10px;padding:11px 18px;background:var(--ink);color:var(--bg-paper);border-radius:999px;font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.04em;text-transform:uppercase;transition:gap .25s ease,background .25s ease,transform .25s ease}.v4-back span{color:var(--accent);transition:transform .25s ease;display:inline-block}.v4-back:hover{gap:14px;background:var(--accent);transform:translateY(-2px)}.v4-back:hover span{color:var(--ink);transform:translate(-2px)}.v4-meta{font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--mute)}.v4-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:24px 40px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fafafaeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.v4-nav-left{display:flex;flex-direction:column;gap:2px}.v4-mark{font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:500;letter-spacing:.12em}.v4-sub{font-family:IBM Plex Mono,monospace;font-size:10px;color:var(--mute);letter-spacing:.08em;text-transform:uppercase}.v4-links{display:flex;gap:28px;justify-content:center}.v4-links a{font-size:13px;font-weight:500;padding:4px 0;position:relative}.v4-links a:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--accent);transition:width .25s ease}.v4-links a:hover:after{width:100%}.v4-cart{justify-self:end;font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.08em;text-transform:uppercase;padding:8px 16px;border:1px solid var(--ink);border-radius:0;transition:background .2s ease,color .2s ease}.v4-cart span{color:var(--mute);margin-left:6px}.v4-cart:hover{background:var(--ink);color:var(--bg-paper)}.v4-cart:hover span{color:var(--accent)}.v4-hero{max-width:1320px;margin:0 auto;padding:120px 40px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}.v4-hero-title{font-family:IBM Plex Sans,sans-serif;font-weight:300;font-size:clamp(64px,10vw,160px);line-height:.88;letter-spacing:-.04em;margin:24px 0 40px}.v4-hero-lede{font-size:16px;color:var(--ink-soft);max-width:380px;margin:0 0 36px;line-height:1.65}.v4-hero-actions{display:flex;gap:24px;align-items:center}.v4-btn{display:inline-flex;align-items:center;gap:14px;padding:14px 22px;background:var(--ink);color:var(--bg-paper);font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:500;transition:gap .2s ease,background .2s ease}.v4-btn span{display:inline-block;transition:transform .25s ease;color:var(--accent)}.v4-btn:hover{background:var(--accent);gap:18px}.v4-btn:hover span{color:var(--ink);transform:translate(2px)}.v4-btn-sm{padding:10px 16px;font-size:11px}.v4-textlink{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.06em;text-transform:uppercase;position:relative;padding:4px 0;border-bottom:1px solid var(--ink);transition:color .2s ease,border-color .2s ease}.v4-textlink:hover{color:var(--accent);border-color:var(--accent)}.v4-textlink-sm{font-size:11px}.v4-hero-right{display:flex;flex-direction:column;gap:24px}.v4-hero-img{aspect-ratio:4 / 5;overflow:hidden;background:var(--line)}.v4-hero-img img{width:100%;height:100%;object-fit:cover;filter:grayscale(8%);transition:filter .5s ease}.v4-hero-img:hover img{filter:grayscale(0)}.v4-hero-data{display:grid;grid-template-columns:repeat(4,1fr);margin:0;border-top:1px solid var(--ink);padding-top:16px}.v4-hero-data>div{display:flex;flex-direction:column;gap:4px}.v4-hero-data dt{font-family:IBM Plex Mono,monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--mute)}.v4-hero-data dd{margin:0;font-size:13px;font-weight:500}.v4-rule{border:none;border-top:1px solid var(--line);margin:0}.v4-section{max-width:1320px;margin:0 auto;padding:120px 40px}.v4-section-head{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:80px;align-items:end}.v4-section-head>.v4-meta{grid-column:1}.v4-section-title{font-family:IBM Plex Sans,sans-serif;font-weight:300;font-size:clamp(48px,6.5vw,96px);line-height:.9;letter-spacing:-.03em;margin:16px 0 0;grid-column:1}.v4-section-head p{font-size:15px;color:var(--ink-soft);max-width:400px;margin:0;line-height:1.65;grid-column:2;grid-row:1 / span 2;align-self:end}.v4-table{display:flex;flex-direction:column;border-top:1px solid var(--ink)}.v4-row{display:grid;grid-template-columns:1fr 1.2fr;gap:56px;padding:48px 0;border-bottom:1px solid var(--line);opacity:0;transform:translateY(16px);animation:v4-rise .7s ease forwards;transition:background .3s ease}@keyframes v4-rise{to{opacity:1;transform:translateY(0)}}.v4-row:hover{background:var(--bg-paper)}.v4-row-img{aspect-ratio:4 / 3;overflow:hidden;background:var(--line)}.v4-row-img img{width:100%;height:100%;object-fit:cover;filter:grayscale(8%);transition:filter .5s ease,transform .6s ease}.v4-row:hover .v4-row-img img{filter:grayscale(0);transform:scale(1.03)}.v4-row-data{display:flex;flex-direction:column;gap:24px;padding-top:8px}.v4-row-head{display:flex;align-items:baseline;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--line)}.v4-row-num{font-family:IBM Plex Mono,monospace;font-size:12px;color:var(--mute);letter-spacing:.08em}.v4-row-name{font-family:IBM Plex Sans,sans-serif;font-weight:400;font-size:28px;line-height:1;margin:0;letter-spacing:-.02em;flex:1}.v4-row-cat{font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--mute)}.v4-row-spec{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:16px 32px}.v4-row-spec>div{display:grid;grid-template-columns:100px 1fr;gap:16px;align-items:baseline;padding-bottom:12px;border-bottom:1px dotted var(--line)}.v4-row-spec dt{font-family:IBM Plex Mono,monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--mute)}.v4-row-spec dd{margin:0;font-size:13px;color:var(--ink-soft)}.v4-row-spec .v4-price{font-family:IBM Plex Mono,monospace;font-weight:500;color:var(--ink);letter-spacing:.04em}.v4-row-actions{display:flex;gap:20px;align-items:center;margin-top:4px}.v4-maker{max-width:1320px;margin:0 auto;padding:120px 40px}.v4-maker-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;align-items:start}.v4-maker-text p{font-size:16px;color:var(--ink-soft);margin:0 0 20px;max-width:480px;line-height:1.7}.v4-maker-stats{margin:40px 0 0;display:grid;grid-template-columns:repeat(2,1fr);gap:0;border-top:1px solid var(--ink)}.v4-maker-stats>div{padding:20px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:160px 1fr;align-items:baseline;gap:16px}.v4-maker-stats>div:nth-child(odd){padding-right:24px}.v4-maker-stats>div:nth-child(2n){padding-left:24px;border-left:1px solid var(--line)}.v4-maker-stats dt{font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--mute)}.v4-maker-stats dd{font-family:IBM Plex Sans,sans-serif;font-weight:300;font-size:32px;line-height:1;margin:0;letter-spacing:-.02em}.v4-subscribe{max-width:1320px;margin:0 auto;padding:96px 40px 120px}.v4-sub-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:end}.v4-sub-grid p{font-size:15px;color:var(--ink-soft);margin:16px 0 0;max-width:380px}.v4-sub-form{display:flex;flex-direction:column;gap:8px}.v4-sub-row{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid var(--ink);gap:12px;padding-bottom:8px}.v4-sub-row input{background:transparent;border:none;padding:12px 0;font:inherit;font-size:16px;outline:none;color:var(--ink)}.v4-sub-row input::placeholder{color:var(--mute)}.v4-sub-row button{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:500;padding:12px 0;color:var(--ink);transition:color .2s ease;display:inline-flex;align-items:center;gap:10px}.v4-sub-row button span{color:var(--accent);transition:transform .2s ease;display:inline-block}.v4-sub-row button:hover{color:var(--accent)}.v4-sub-row button:hover span{transform:translate(3px)}.v4-footer{background:var(--ink);color:var(--bg-paper);padding:80px 40px 32px}.v4-footer-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.12)}.v4-footer .v4-mark{color:var(--bg-paper)}.v4-foot-line{font-size:13px;opacity:.7;margin:16px 0 0;max-width:280px;line-height:1.6}.v4-foot-head{display:block;font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.v4-footer-grid>div>a{display:block;font-size:13px;padding:5px 0;opacity:.75;transition:opacity .2s ease,color .2s ease}.v4-footer-grid>div>a:hover{opacity:1;color:var(--accent)}.v4-footer-bottom{max-width:1320px;margin:24px auto 0;display:flex;justify-content:space-between;font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;opacity:.5}@media (max-width: 900px){.v4-nav{grid-template-columns:1fr auto;grid-template-rows:auto auto;padding:14px 20px 6px;gap:8px 12px}.v4-nav-left{grid-column:1;grid-row:1}.v4-cart{grid-column:2;grid-row:1}.v4-links{grid-column:1 / -1;grid-row:2;gap:22px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -20px;padding:4px 20px 6px}.v4-links::-webkit-scrollbar{display:none}.v4-links a{flex-shrink:0;font-size:12px;white-space:nowrap}.v4-back{left:16px;bottom:16px;padding:10px 14px;font-size:11px}.v4-hero{grid-template-columns:1fr;padding:64px 24px;gap:48px}.v4-hero-data{grid-template-columns:1fr 1fr;gap:16px}.v4-section,.v4-maker,.v4-subscribe{padding:72px 24px}.v4-section-head{grid-template-columns:1fr;gap:24px}.v4-section-head p{grid-row:auto;grid-column:1}.v4-row{grid-template-columns:1fr;gap:24px;padding:32px 0}.v4-row-spec{grid-template-columns:1fr;gap:12px}.v4-row-spec>div{grid-template-columns:100px 1fr}.v4-maker-grid{grid-template-columns:1fr;gap:32px}.v4-maker-stats{grid-template-columns:1fr}.v4-maker-stats>div:nth-child(2n){border-left:none;padding-left:0}.v4-maker-stats>div:nth-child(odd){padding-right:0}.v4-sub-grid{grid-template-columns:1fr;gap:32px}.v4-footer{padding:56px 24px 24px}.v4-footer-grid{grid-template-columns:1fr 1fr;gap:32px}.v4-footer-bottom{flex-direction:column;gap:8px}}.v5{--bg: #0f0b09;--bg-soft: #161210;--bg-card: #1a1614;--cream: #efe7da;--cream-soft: #d8cfc0;--mute: #8c8478;--gold: #c8a567;--gold-deep: #a08651;--coral: #ff7755;--rule: rgba(216, 207, 192, .14);background:var(--bg);color:var(--cream);font-family:Manrope,system-ui,sans-serif;font-weight:300;line-height:1.6;min-height:100vh;position:relative;overflow-x:hidden}.v5 em{font-family:Cormorant Garamond,serif;font-style:italic;font-weight:500}.v5-grain{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.18;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 0.96 0 0 0 0 0.88 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");mix-blend-mode:overlay}.v5>*:not(.v5-grain):not(.v5-back){position:relative;z-index:2}.v5-back{position:fixed;left:20px;bottom:20px;z-index:50;display:inline-flex;align-items:center;gap:10px;padding:11px 18px;background:var(--bg-card);color:var(--cream);border:1px solid var(--gold-deep);border-radius:999px;font-family:Manrope,sans-serif;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:500;box-shadow:0 18px 40px -16px #0009;transition:gap .25s ease,background .25s ease,transform .25s ease,border-color .25s ease}.v5-back span{font-family:Cormorant Garamond,serif;font-style:italic;font-size:20px;color:var(--gold);line-height:.6;display:inline-block;transition:transform .25s ease,color .25s ease}.v5-back:hover{gap:14px;background:var(--gold);border-color:var(--gold);color:var(--bg);transform:translateY(-2px)}.v5-back:hover span{color:var(--bg);transform:translate(-3px)}.v5-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:28px 48px;border-bottom:1px solid var(--rule);background:#0f0b09d9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:10}.v5-brand{display:flex;align-items:center;gap:14px}.v5-monogram{width:36px;height:36px;border:1px solid var(--gold);color:var(--gold);display:grid;place-items:center;font-family:Cormorant Garamond,serif;font-style:italic;font-size:14px;letter-spacing:.06em;border-radius:50%}.v5-brand-name{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:500;letter-spacing:.02em;line-height:1}.v5-brand-name em{color:var(--gold)}.v5-links{display:flex;gap:36px;justify-content:center}.v5-links a{font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:500;padding:6px 0;position:relative;color:var(--cream-soft);transition:color .2s ease}.v5-links a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.v5-links a:hover{color:var(--gold)}.v5-links a:hover:after{width:100%}.v5-bag{justify-self:end;display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border:1px solid var(--rule);border-radius:999px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:500;transition:border-color .2s ease,color .2s ease}.v5-bag-rule{width:12px;height:1px;background:var(--gold)}.v5-bag em{color:var(--gold);font-size:13px}.v5-bag:hover{border-color:var(--gold);color:var(--gold)}.v5-hero{position:relative;min-height:calc(100vh - 90px);display:grid}.v5-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:linear-gradient(135deg,#1a1410,#0f0b09 70%)}.v5-hero-img img{width:100%;height:100%;object-fit:cover;filter:brightness(.72) saturate(.95) contrast(1.05);transition:transform 8s ease;animation:v5-slow-zoom 14s ease forwards;color:transparent;font-size:0}@keyframes v5-slow-zoom{0%{transform:scale(1.05)}to{transform:scale(1)}}.v5-hero-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 55%,transparent 0%,rgba(15,11,9,.35) 55%,rgba(15,11,9,.85) 100%)}.v5-hero-content{position:relative;max-width:880px;margin:0 auto;padding:120px 48px;text-align:center;align-self:center;z-index:2}.v5-eyebrow{display:inline-flex;align-items:center;gap:14px;font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--cream-soft);margin-bottom:36px;font-weight:500}.v5-eyebrow-gold{color:var(--gold)}.v5-eyebrow-center{justify-content:center;width:100%}.v5-line{width:36px;height:1px;background:currentColor;opacity:.7;display:inline-block}.v5-hero-title{font-family:Cormorant Garamond,serif;font-weight:400;font-size:clamp(56px,7.5vw,132px);line-height:1;margin:0;letter-spacing:-.005em;color:var(--cream)}.v5-hero-title em{color:var(--gold);font-weight:500}.v5-hero-lede{font-size:17px;color:var(--cream-soft);max-width:540px;margin:36px auto 40px;line-height:1.7}.v5-hero-row{display:inline-flex;align-items:center;gap:32px}.v5-btn{display:inline-block;padding:16px 36px;background:var(--coral);color:var(--bg);font-size:13px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;border:1px solid var(--coral);transition:background .25s ease,transform .25s ease,color .25s ease}.v5-btn:hover{background:transparent;color:var(--coral);transform:translateY(-2px)}.v5-textlink{font-family:Cormorant Garamond,serif;font-style:italic;font-size:17px;color:var(--gold);border-bottom:1px solid var(--gold-deep);padding-bottom:3px;transition:color .2s ease,border-color .2s ease}.v5-textlink:hover{color:var(--cream);border-color:var(--cream)}.v5-textlink-sm{font-size:15px}.v5-hero-tag{position:absolute;bottom:48px;right:48px;z-index:2;text-align:right;border-right:1px solid var(--gold-deep);padding-right:24px}.v5-tag-roman{font-family:Cormorant Garamond,serif;font-style:italic;font-size:14px;color:var(--gold);letter-spacing:.16em}.v5-tag-name{font-family:Cormorant Garamond,serif;font-style:italic;font-weight:400;font-size:36px;margin:6px 0 12px;line-height:1}.v5-tag-rule{width:28px;height:1px;background:var(--gold);margin-left:auto;margin-bottom:12px}.v5-tag-meta{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--cream-soft)}.v5-marquee{background:var(--bg-soft);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);padding:20px 0;overflow:hidden}.v5-marquee-track{display:flex;gap:0;white-space:nowrap;animation:v5-scroll 45s linear infinite;font-family:Cormorant Garamond,serif;font-style:italic;font-size:20px;color:var(--cream-soft)}.v5-marquee-row{display:inline-flex;align-items:center;gap:18px;flex-shrink:0;padding-right:18px}.v5-marquee-row em{color:var(--gold);font-size:14px;font-style:normal}@keyframes v5-scroll{to{transform:translate(-50%)}}.v5-section{max-width:1320px;margin:0 auto;padding:140px 48px}.v5-section-head{text-align:center;max-width:800px;margin:0 auto 96px}.v5-section-head .v5-eyebrow{justify-content:center}.v5-section-title{font-family:Cormorant Garamond,serif;font-weight:400;font-size:clamp(40px,5.5vw,80px);line-height:1.05;margin:0;letter-spacing:-.005em}.v5-section-title em{color:var(--gold);font-weight:500}.v5-section-lede{font-size:16px;color:var(--cream-soft);max-width:480px;margin:28px auto 0;line-height:1.7}.v5-pieces{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.v5-piece{background:var(--bg-card);border:1px solid var(--rule);opacity:0;transform:translateY(28px);animation:v5-rise .9s cubic-bezier(.22,1,.36,1) forwards;transition:border-color .3s ease,transform .3s ease}.v5-piece:hover{border-color:var(--gold-deep);transform:translateY(-4px)}@keyframes v5-rise{to{opacity:1;transform:translateY(0)}}.v5-piece-img{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:linear-gradient(135deg,#1a1410,#0f0b09 70%)}.v5-piece-img img{width:100%;height:100%;object-fit:cover;filter:brightness(.92) saturate(.95);transition:transform .8s ease,filter .5s ease;color:transparent;font-size:0}.v5-piece:hover .v5-piece-img img{transform:scale(1.04);filter:brightness(1.02)}.v5-piece-roman{position:absolute;top:20px;left:20px;font-family:Cormorant Garamond,serif;font-style:italic;font-size:28px;color:var(--gold);background:#0f0b09b3;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--gold-deep);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.v5-piece-meta{padding:28px 28px 26px}.v5-piece-name{font-family:Cormorant Garamond,serif;font-weight:400;font-size:28px;margin:0;line-height:1}.v5-piece-name em{color:var(--cream)}.v5-piece-sub{font-size:13px;color:var(--mute);margin:10px 0 22px;letter-spacing:.04em}.v5-piece-foot{display:flex;justify-content:space-between;align-items:baseline;padding-top:18px;border-top:1px solid var(--rule)}.v5-piece-price{font-family:Cormorant Garamond,serif;font-size:24px;color:var(--gold);font-weight:500}.v5-atelier{background:var(--bg-soft);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);padding:140px 48px}.v5-atelier-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:96px;align-items:center}.v5-atelier-text .v5-section-title{text-align:left}.v5-atelier-text p{font-size:17px;color:var(--cream-soft);margin:24px 0 0;max-width:480px;line-height:1.75}.v5-rule-thin{width:56px;height:1px;background:var(--gold);margin:40px 0 32px}.v5-atelier-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.v5-atelier-stats>div{display:flex;flex-direction:column;gap:8px}.v5-atelier-stats strong{font-family:Cormorant Garamond,serif;font-style:italic;font-weight:500;font-size:40px;color:var(--gold);line-height:1}.v5-atelier-stats span{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--mute)}.v5-atelier-img{position:relative}.v5-atelier-img{background:linear-gradient(135deg,#1a1410,#0f0b09 70%)}.v5-atelier-img img{width:100%;aspect-ratio:4 / 5;object-fit:cover;filter:brightness(.85) saturate(.9);color:transparent;font-size:0}.v5-image-caption{display:block;margin-top:16px;font-family:Cormorant Garamond,serif;font-style:italic;font-size:14px;color:var(--mute);letter-spacing:.04em}.v5-press{max-width:1320px;margin:0 auto;padding:140px 48px;text-align:center}.v5-press-grid{margin-top:64px;display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.v5-press-quote{margin:0;opacity:0;animation:v5-rise .7s ease forwards}.v5-press-quote p{font-family:Cormorant Garamond,serif;font-weight:400;font-size:22px;line-height:1.45;color:var(--cream);margin:0 0 20px}.v5-press-quote p em{color:var(--gold);font-size:32px;line-height:0;vertical-align:-10px;margin:0 2px}.v5-press-quote cite{font-style:normal;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:600}.v5-concierge{padding:96px 48px 140px;max-width:1320px;margin:0 auto}.v5-concierge-card{background:var(--bg-card);border:1px solid var(--gold-deep);padding:96px 64px;text-align:center;position:relative;overflow:hidden}.v5-concierge-card:before,.v5-concierge-card:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;filter:blur(80px)}.v5-concierge-card:before{top:-80px;left:-80px;background:#c8a56740}.v5-concierge-card:after{bottom:-120px;right:-120px;background:#ff77552e}.v5-concierge-card>*{position:relative;z-index:1}.v5-concierge-card .v5-eyebrow{justify-content:center}.v5-concierge-card p{font-size:17px;color:var(--cream-soft);max-width:540px;margin:28px auto 40px;line-height:1.7}.v5-concierge-form{display:flex;gap:8px;max-width:480px;margin:0 auto;background:var(--bg);border:1px solid var(--gold-deep);border-radius:999px;padding:6px}.v5-concierge-form input{flex:1;padding:14px 22px;background:transparent;border:none;color:var(--cream);font:inherit;font-size:14px;outline:none}.v5-concierge-form input::placeholder{color:var(--mute)}.v5-concierge-form button{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;background:var(--coral);color:var(--bg);border-radius:999px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;transition:gap .25s ease,background .25s ease}.v5-concierge-form button:hover{gap:14px;background:var(--gold)}.v5-footer{background:var(--bg-soft);border-top:1px solid var(--rule);padding:96px 48px 32px}.v5-footer-top{max-width:1320px;margin:0 auto 64px;display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--rule);padding-bottom:48px;gap:32px}.v5-footer-mark{font-family:Cormorant Garamond,serif;font-weight:400;font-size:clamp(40px,5vw,72px);line-height:1;margin:0}.v5-footer-mark em{color:var(--gold);font-weight:500}.v5-footer-loc{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--mute)}.v5-footer-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:48px;padding-bottom:48px;border-bottom:1px solid var(--rule)}.v5-foot-head{display:block;font-family:Cormorant Garamond,serif;font-style:italic;font-size:18px;color:var(--gold);margin-bottom:16px}.v5-footer-grid>div>a{display:block;font-size:13px;padding:6px 0;color:var(--cream-soft);opacity:.8;transition:opacity .2s ease,color .2s ease}.v5-footer-grid>div>a:hover{opacity:1;color:var(--gold)}.v5-footer-bottom{max-width:1320px;margin:24px auto 0;display:flex;justify-content:space-between;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--mute)}@media (max-width: 1000px){.v5-nav{grid-template-columns:1fr auto;grid-template-rows:auto auto;padding:16px 20px 6px;gap:8px 12px}.v5-brand{grid-column:1;grid-row:1}.v5-bag{grid-column:2;grid-row:1}.v5-brand-name{font-size:18px}.v5-links{grid-column:1 / -1;grid-row:2;justify-content:flex-start;gap:22px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -20px;padding:4px 20px 6px}.v5-links::-webkit-scrollbar{display:none}.v5-links a{flex-shrink:0;font-size:11px;white-space:nowrap}.v5-back{left:16px;bottom:16px;padding:10px 14px;font-size:11px}.v5-hero-content{padding:96px 24px}.v5-hero-tag{bottom:24px;right:24px;padding-right:16px}.v5-section,.v5-press,.v5-concierge{padding:80px 24px}.v5-pieces{grid-template-columns:1fr;gap:24px}.v5-atelier{padding:80px 24px}.v5-atelier-grid{grid-template-columns:1fr;gap:48px}.v5-atelier-stats{grid-template-columns:1fr 1fr;gap:24px}.v5-press-grid{grid-template-columns:1fr;gap:32px}.v5-concierge-card{padding:56px 28px}.v5-concierge-form{flex-direction:column;background:transparent;border:none;padding:0;border-radius:0}.v5-concierge-form input{background:var(--bg);border:1px solid var(--gold-deep);border-radius:999px}.v5-concierge-form button{justify-content:center}.v5-footer{padding:64px 24px 24px}.v5-footer-top{flex-direction:column;align-items:start;gap:16px;padding-bottom:32px;margin-bottom:48px}.v5-footer-grid{grid-template-columns:1fr 1fr;gap:32px}.v5-footer-bottom{flex-direction:column;gap:8px}}.shop-page .shop-hero{padding-top:64px;padding-bottom:56px}.shop-product{padding-top:80px;padding-bottom:80px}.shop-product:nth-of-type(odd){background:var(--cream-soft);border-top:2px dotted rgba(61,44,32,.18);border-bottom:2px dotted rgba(61,44,32,.18)}.shop-price{font-family:Playfair Display,serif;font-style:italic;font-weight:600;font-size:40px;line-height:1;color:var(--terracotta);margin:0 0 20px!important}.tumbler-carousel{position:relative}.tumbler-carousel .v2-frame{position:relative;aspect-ratio:4 / 5;overflow:hidden}.tumbler-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .6s ease}.tumbler-slide.is-active{opacity:1}.tumbler-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid rgba(61,44,32,.15);background:#faf2e3eb;color:var(--brown, #3d2c20);font-size:24px;line-height:1;cursor:pointer;display:grid;place-items:center;box-shadow:0 6px 16px -8px #3d2c2080;transition:transform .2s ease,background .2s ease;z-index:2}.tumbler-carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.08)}.tumbler-carousel-btn.is-prev{left:10px}.tumbler-carousel-btn.is-next{right:10px}.tumbler-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:14px}.tumbler-carousel-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(61,44,32,.35);background:transparent;padding:0;cursor:pointer;transition:background .2s ease,transform .2s ease}.tumbler-carousel-dot.is-active{background:var(--terracotta, #c75d3b);border-color:var(--terracotta, #c75d3b);transform:scale(1.2)}.shop-price-note{font-family:Caveat,cursive;font-size:20px;color:var(--sage);margin:-12px 0 20px!important}.shop-features{list-style:none;margin:0 0 32px;padding:0}.shop-features li{font-size:15px;color:var(--brown);line-height:1.55;margin-bottom:8px;padding-left:26px;position:relative;opacity:.9}.shop-features li:before{content:"✦";position:absolute;left:0;top:1px;color:var(--terracotta);font-size:13px;line-height:1.5}.shop-candles{padding:96px 48px;max-width:1280px;margin:0 auto}.shop-candles-head{text-align:center;margin:0 auto 64px;max-width:720px}.shop-candles-head .v2-eyebrow{display:inline-block;margin-bottom:8px}.shop-candles-head .v2-split-title{margin:0 auto}.shop-candles-head p{font-size:16px;color:var(--brown);opacity:.85;margin:16px auto 0;line-height:1.65;max-width:540px}.shop-candle-btn{margin-top:18px;width:100%;justify-content:center;padding:12px 18px;font-size:12px;letter-spacing:.02em}@media (max-width: 900px){.shop-page .shop-hero{padding-top:40px;padding-bottom:32px}.shop-product{padding-top:56px;padding-bottom:56px}.shop-price{font-size:32px}.shop-candles{padding:56px 24px}.shop-candles-head{margin-bottom:48px}}.cart-drawer,.cart-overlay{--cream: #f4e9d8;--cream-soft: #faf2e3;--terracotta: #c75d3b;--terracotta-deep: #a04528;--sage: #7c8e6e;--mustard: #d4a24c;--brown: #3d2c20;--ink: #2b1f16}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f0b0973;opacity:0;pointer-events:none;transition:opacity .35s ease;z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:100vw;background:var(--cream);z-index:100;transform:translate(100%);transition:transform .4s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;box-shadow:-20px 0 60px -20px #3d2c2066;font-family:Nunito,system-ui,sans-serif;color:var(--ink)}.cart-drawer.is-open{transform:translate(0)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 18px;border-bottom:2px dotted rgba(61,44,32,.16)}.cart-header h2{margin:0;font-family:Playfair Display,serif;font-weight:500;font-size:24px;display:flex;align-items:center;gap:10px}.cart-header-count{background:var(--terracotta);color:var(--cream-soft);font-family:Nunito,sans-serif;font-size:12px;font-weight:700;min-width:26px;height:26px;padding:0 8px;border-radius:999px;display:inline-grid;place-items:center;line-height:1}.cart-close{background:transparent;border:none;font-size:28px;line-height:1;color:var(--brown);cursor:pointer;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;transition:background .2s ease}.cart-close:hover{background:#3d2c2014}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center;gap:12px}.cart-empty-hand{font-family:Caveat,cursive;font-size:32px;color:var(--terracotta);transform:rotate(-2deg)}.cart-empty p{margin:0 0 20px;color:var(--brown);opacity:.75}.cart-items{flex:1;overflow-y:auto;margin:0;padding:8px 16px;list-style:none}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:14px;padding:16px 8px;border-bottom:1px solid rgba(61,44,32,.08);align-items:start}.cart-item:last-child{border-bottom:none}.cart-item-img{width:80px;height:80px;border-radius:6px;overflow:hidden;position:relative;background:var(--cream-soft);border:1px solid rgba(61,44,32,.08)}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-badge{position:absolute;bottom:4px;left:4px;right:4px;background:#0f0b09c7;color:var(--cream-soft);font-size:9px;letter-spacing:.1em;text-transform:uppercase;text-align:center;padding:2px 0;border-radius:3px;font-weight:700}.cart-item-body{display:flex;flex-direction:column;gap:4px;min-width:0}.cart-item-body strong{font-family:Playfair Display,serif;font-weight:500;font-size:16px;color:var(--ink);line-height:1.25}.cart-item-variant,.cart-item-detail{font-size:12px;color:var(--brown);opacity:.72;display:inline-flex;align-items:center;gap:6px}.cart-item-color{display:inline-flex;align-items:center;gap:6px}.cart-color-swatch{display:inline-block;width:12px;height:12px;border-radius:50%;border:1px solid rgba(61,44,32,.25);flex-shrink:0}.cart-item-text{font-family:Caveat,cursive;font-size:18px;color:var(--terracotta);margin:4px 0;line-height:1.15;overflow-wrap:break-word}.cart-item-text.is-card{background:var(--cream-soft);border-left:2px solid var(--mustard);padding:6px 8px 6px 10px;border-radius:4px;font-size:16px;display:flex;align-items:center;gap:8px}.cart-card-icon{font-family:Nunito,sans-serif;font-style:normal;font-size:14px;color:var(--mustard);flex-shrink:0}.cart-item-controls{display:flex;align-items:center;gap:10px;margin-top:6px}.cart-qty{display:inline-flex;align-items:center;border:1px solid rgba(61,44,32,.18);border-radius:999px;overflow:hidden;background:var(--cream-soft)}.cart-qty button{background:transparent;border:none;font-size:14px;font-weight:700;color:var(--brown);width:26px;height:26px;cursor:pointer;display:grid;place-items:center;line-height:1}.cart-qty button:hover{background:#3d2c2014}.cart-qty span{min-width:24px;text-align:center;font-size:13px;font-weight:600;font-variant-numeric:tabular-nums}.cart-item-remove{background:transparent;border:none;color:var(--brown);opacity:.6;font-size:12px;text-decoration:underline;cursor:pointer;padding:4px}.cart-item-remove:hover{opacity:1;color:var(--terracotta)}.cart-item-price{font-family:Playfair Display,serif;font-style:italic;font-weight:600;font-size:17px;color:var(--terracotta);white-space:nowrap;align-self:start;margin-top:4px}.cart-footer{border-top:2px dotted rgba(61,44,32,.16);padding:20px 24px 24px;background:var(--cream-soft)}.cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;font-weight:600;margin-bottom:4px}.cart-subtotal strong{font-family:Playfair Display,serif;font-style:italic;font-size:28px;font-weight:600;color:var(--terracotta)}.cart-note{font-size:12px;color:var(--brown);opacity:.65;margin:0 0 16px}.cart-freeship{font-family:Caveat,cursive;font-size:18px;color:var(--sage);margin:0 0 4px}.cart-error{margin:0 0 14px;padding:10px 12px;background:#c75d3b1a;border:1px solid rgba(199,93,59,.4);border-radius:8px;font-size:13px;line-height:1.4;color:var(--terracotta-deep)}.cart-fulfillment{display:flex;gap:14px;margin:6px 0 8px;font-size:13px;font-weight:600;color:var(--brown)}.cart-fulfillment label{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.cart-fulfillment input{accent-color:var(--terracotta)}.cart-checkout-btn{display:block;width:100%;padding:16px 24px;background:var(--terracotta);color:var(--cream-soft);border:none;border-radius:999px;font-family:Nunito,sans-serif;font-size:15px;font-weight:700;letter-spacing:.02em;cursor:pointer;box-shadow:0 6px 0 var(--terracotta-deep);transition:transform .2s ease,box-shadow .2s ease}.cart-checkout-btn:hover{transform:translateY(-2px);box-shadow:0 8px 0 var(--terracotta-deep)}.cart-checkout-btn:active{transform:translateY(4px);box-shadow:0 2px 0 var(--terracotta-deep)}.cart-checkout-btn:disabled{opacity:.65;cursor:wait;transform:none;box-shadow:0 3px 0 var(--terracotta-deep)}.cart-clear-link{display:block;width:100%;margin-top:12px;background:transparent;border:none;font-size:12px;color:var(--brown);opacity:.55;cursor:pointer;text-decoration:underline}.cart-clear-link:hover{opacity:1;color:var(--terracotta)}.customizer{margin-top:8px;padding:24px;background:var(--cream-soft);border:1px solid rgba(61,44,32,.08);border-radius:14px}.customizer-group{margin-bottom:22px}.customizer-group:last-of-type{margin-bottom:18px}.customizer-label{display:block;font-family:Caveat,cursive;font-size:22px;color:var(--sage);line-height:1;margin-bottom:6px}.customizer-addon-tag{display:inline-block;margin-left:8px;padding:2px 10px;background:#d4a24c38;border:1px solid rgba(212,162,76,.55);border-radius:999px;font-family:Nunito,system-ui,sans-serif;font-size:12px;font-weight:700;color:var(--brown);vertical-align:3px}.customizer-price-breakdown{margin:0 0 14px;font-size:13px;font-weight:600;color:var(--sage)}.customizer-hint{font-size:13px;color:var(--brown);opacity:.7;margin:0 0 12px;line-height:1.4}.customizer-variants{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-top:8px}.customizer-variant{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:14px 14px 12px;background:var(--cream);border:2px solid rgba(61,44,32,.1);border-radius:10px;cursor:pointer;text-align:left;transition:border-color .2s ease,transform .2s ease,background .2s ease}.customizer-variant:hover{border-color:#c75d3b80}.customizer-variant.is-active{border-color:var(--terracotta);background:var(--cream-soft);transform:translateY(-2px);box-shadow:0 8px 18px -10px #c75d3b73}.customizer-variant-tag{position:absolute;top:-10px;right:10px;background:var(--mustard);color:var(--brown);font-family:Caveat,cursive;font-size:14px;font-weight:700;padding:2px 8px;border-radius:999px;transform:rotate(-4deg)}.customizer-variant-name{font-family:Playfair Display,serif;font-weight:500;font-size:15px;line-height:1.1}.customizer-variant-meta{font-size:11px;color:var(--brown);opacity:.65}.customizer-variant-price{font-family:Playfair Display,serif;font-style:italic;font-weight:600;color:var(--terracotta);font-size:16px;margin-top:2px}.customizer-presets{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px;margin-top:8px}.customizer-preset{display:flex;flex-direction:column;gap:6px;padding:6px 6px 8px;background:var(--cream);border:2px solid rgba(61,44,32,.1);border-radius:10px;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.customizer-preset img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px}.customizer-preset span{font-family:Nunito,system-ui,sans-serif;font-size:11px;font-weight:700;color:var(--brown);text-align:center;line-height:1.2}.customizer-preset:hover{border-color:#c75d3b80}.customizer-preset.is-active{border-color:var(--terracotta);transform:translateY(-2px);box-shadow:0 8px 18px -10px #c75d3b73}.customizer-preset.is-active span{color:var(--terracotta)}.customizer-preset-picked{margin-top:10px!important;color:var(--sage)!important;opacity:1!important;font-weight:700}.customizer-file{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:24px 16px;background:var(--cream);border:2px dashed rgba(61,44,32,.25);border-radius:10px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.customizer-file:hover{border-color:var(--terracotta);background:#c75d3b0a}.customizer-file input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.customizer-file-icon{font-size:26px;color:var(--terracotta);line-height:1}.customizer-file-label{font-family:Nunito,sans-serif;font-size:14px;font-weight:600;color:var(--brown)}.customizer-file-hint{font-size:11px;color:var(--brown);opacity:.55}.customizer-design-preview{display:grid;grid-template-columns:80px 1fr;gap:14px;align-items:center;padding:12px;background:var(--cream);border:1px solid rgba(61,44,32,.12);border-radius:10px}.customizer-design-preview img{width:80px;height:80px;border-radius:6px;object-fit:cover;border:1px solid rgba(61,44,32,.1)}.customizer-design-info{display:flex;flex-direction:column;gap:6px;min-width:0}.customizer-design-name{font-size:13px;color:var(--brown);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}.customizer-design-remove{background:transparent;border:none;font-size:12px;color:var(--brown);opacity:.6;text-decoration:underline;cursor:pointer;padding:0;align-self:flex-start}.customizer-design-remove:hover{color:var(--terracotta);opacity:1}.customizer-error{margin:10px 0 0;font-size:13px;color:var(--terracotta)}.customizer-select{width:100%;padding:12px 14px;background:var(--cream);border:1px solid rgba(61,44,32,.16);border-radius:10px;font-family:Nunito,system-ui,sans-serif;font-size:15px;font-weight:600;color:var(--ink);cursor:pointer;outline:none;transition:border-color .2s ease;display:block;box-sizing:border-box}.customizer-select:focus{border-color:var(--terracotta)}.customizer-select:invalid,.customizer-select option[value=""]{color:#3d2c208c}.customizer-textarea{width:100%;padding:12px 14px;background:var(--cream);border:1px solid rgba(61,44,32,.16);border-radius:10px;font-family:Nunito,sans-serif;font-size:14px;color:var(--ink);resize:vertical;outline:none;transition:border-color .2s ease;display:block;box-sizing:border-box}.customizer-textarea:focus{border-color:var(--terracotta)}.customizer-char-count{display:block;text-align:right;font-size:11px;color:var(--brown);opacity:.5;margin-top:4px}.customizer-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.customizer-chip{padding:8px 16px;background:var(--cream);border:2px solid rgba(61,44,32,.1);border-radius:999px;cursor:pointer;font-family:Nunito,sans-serif;font-size:14px;font-weight:600;color:var(--brown);transition:border-color .2s ease,background .2s ease,transform .2s ease,color .2s ease}.customizer-chip:hover{border-color:#c75d3b8c;color:var(--ink)}.customizer-chip.is-active{border-color:var(--terracotta);background:var(--cream-soft);color:var(--terracotta);transform:translateY(-1px);box-shadow:0 6px 14px -8px #c75d3b66}.customizer-colors{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.customizer-color{width:40px;height:40px;border-radius:50%;background:var(--swatch);border:2px solid rgba(61,44,32,.2);cursor:pointer;padding:0;position:relative;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.customizer-color:hover{transform:translateY(-2px) scale(1.06);border-color:var(--brown)}.customizer-color.is-active{border-color:var(--terracotta);box-shadow:0 0 0 3px #c75d3b59,0 8px 16px -8px #c75d3b73;transform:translateY(-2px) scale(1.08)}.customizer-color.is-active:after{content:"✓";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;font-size:16px;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.4)}.customizer-color-name{font-family:Caveat,cursive;font-size:18px;color:var(--terracotta);font-weight:600;margin-left:2px}.customizer-fonts{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.customizer-font{padding:8px 16px;background:var(--cream);border:2px solid rgba(61,44,32,.1);border-radius:999px;color:var(--brown);cursor:pointer;font-size:18px;line-height:1.15;transition:border-color .2s ease,background .2s ease,transform .2s ease,color .2s ease}.customizer-font:hover{border-color:#c75d3b8c;color:var(--ink)}.customizer-font.is-active{border-color:var(--terracotta);background:var(--cream-soft);color:var(--terracotta);transform:translateY(-1px);box-shadow:0 6px 14px -8px #c75d3b66}.customizer-text-preview{margin-top:16px;padding:20px 18px 18px;background:var(--cream);border:1px dashed rgba(61,44,32,.22);border-radius:12px;text-align:center;position:relative}.customizer-preview-label{display:block;font-family:Caveat,cursive;font-size:18px;color:var(--sage);line-height:1;margin-bottom:12px;transform:rotate(-2deg);transform-origin:center}.customizer-preview-text{margin:0;font-size:30px;line-height:1.25;color:var(--ink);word-wrap:break-word;overflow-wrap:anywhere}.customizer-bottom{display:flex;align-items:center;gap:14px;margin-top:6px}.customizer-qty{display:inline-flex;align-items:center;border:2px solid rgba(61,44,32,.16);border-radius:999px;overflow:hidden;background:var(--cream);flex-shrink:0}.customizer-qty button{background:transparent;border:none;font-size:16px;font-weight:700;color:var(--brown);width:38px;height:44px;cursor:pointer;display:grid;place-items:center;line-height:1}.customizer-qty button:hover:not(:disabled){background:#3d2c2014;color:var(--terracotta)}.customizer-qty button:disabled{opacity:.3;cursor:not-allowed}.customizer-qty span{min-width:30px;text-align:center;font-size:15px;font-weight:700;font-variant-numeric:tabular-nums}.customizer-add{flex:1;justify-content:center}.customizer-add:disabled{opacity:.55;cursor:not-allowed;transform:none}.success-wrap{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:48px 20px 80px}.success-card{max-width:520px;width:100%;background:var(--cream-soft, #faf2e3);border:1px solid rgba(61,44,32,.1);border-radius:18px;padding:44px 40px;text-align:center;box-shadow:0 24px 60px -30px #3d2c2059}.success-hand{display:block;font-family:Caveat,cursive;font-size:30px;color:var(--terracotta, #c75d3b);transform:rotate(-2deg);margin-bottom:10px}.success-card h1{font-family:Playfair Display,serif;font-weight:500;font-size:34px;margin:0 0 14px;color:var(--ink, #2b1f16)}.success-card p{margin:0 0 18px;color:var(--brown, #3d2c20);opacity:.85;line-height:1.55;font-size:15px}.success-card p a{color:var(--terracotta, #c75d3b)}.success-ref{font-size:13px}.success-ref code{background:#3d2c2014;padding:2px 8px;border-radius:6px;letter-spacing:.06em}.success-items{list-style:none;margin:0 0 6px;padding:14px 0 4px;border-top:2px dotted rgba(61,44,32,.16);text-align:left}.success-items li{display:flex;justify-content:space-between;gap:16px;font-size:14px;color:var(--brown, #3d2c20);padding:5px 0}.success-items li span:last-child{font-variant-numeric:tabular-nums;white-space:nowrap}.success-totals{margin:0 0 26px;padding-top:10px;border-top:2px dotted rgba(61,44,32,.16);text-align:left}.success-totals div{display:flex;justify-content:space-between;font-size:14px;color:var(--brown, #3d2c20);padding:3px 0}.success-totals dd{margin:0;font-variant-numeric:tabular-nums}.success-grand{font-family:Playfair Display,serif;font-size:19px!important;color:var(--ink, #2b1f16)!important;padding-top:8px!important}.success-grand dd{font-style:italic;font-weight:600;color:var(--terracotta, #c75d3b)}@media (max-width: 560px){.cart-drawer{width:100vw}.success-card{padding:34px 24px}.customizer{padding:20px 18px}.customizer-bottom{flex-wrap:wrap}.customizer-qty{margin-right:auto}.customizer-add{width:100%;flex:1 0 100%}}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}
