@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Montserrat:wght@400;500;600;700;800&display=swap");.ann-banner{position:fixed;top:0;left:0;right:0;z-index:400;height:36px;background:linear-gradient(90deg,#0a1a0c 0%,#1B4332 50%,#0a1a0c 100%);border-bottom:1px solid rgba(45,106,79,.5);overflow:hidden;display:flex;align-items:center}.ann-banner::before,.ann-banner::after{content:'';position:absolute;top:0;bottom:0;width:60px;z-index:2;pointer-events:none}.ann-banner::before{left:0;background:linear-gradient(90deg,#0a1a0c,transparent)}.ann-banner::after{right:0;background:linear-gradient(-90deg,#0a1a0c,transparent)}.ann-track{display:flex;white-space:nowrap;animation:annScroll 35s linear infinite;will-change:transform}.ann-item{display:inline-flex;align-items:center;gap:8px;padding:0 40px;font-family:'DM Mono',monospace;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.65);flex-shrink:0;white-space:nowrap}.ann-item strong{color:#C9A84C}.ann-badge{background:#C9A84C;color:#080A0C;font-size:8px;font-weight:900;padding:2px 8px;border-radius:100px;white-space:nowrap}.ann-dot{width:4px;height:4px;background:#3A8A65;border-radius:50%;flex-shrink:0}@keyframes annScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}:root{--green:#2D6A4F;--green-dark:#1B4332;--green-mid:#4CAF85;--green-glow:rgba(45,106,79,0.35);--green-soft:rgba(45,106,79,0.12);--gold:#C9A84C;--gold-light:#E8C96A;--gold-dim:rgba(201,168,76,0.15);--black:#080A0C;--dark:#0E1113;--surface:#141719;--card:#1A1D21;--card-hover:#1F2328;--panel:#242830;--border:rgba(255,255,255,0.06);--border-green:rgba(45,106,79,0.25);--border-gold:rgba(201,168,76,0.2);--text:#EEF0F2;--text-dim:#8A9099;--text-faint:#4A5060;--white:#FFFFFF;--radius-sm:8px;--radius:14px;--radius-lg:20px;--radius-xl:28px}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--black);color:var(--text);font-family:'Nunito',system-ui,sans-serif;overflow-x:hidden;line-height:1.6}img{max-width:100%;height:auto;display:block}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::after{content:'';position:fixed;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");opacity:0.025;pointer-events:none;z-index:0}#loader{position:fixed;inset:0;background:var(--black);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;transition:opacity .5s ease,visibility .5s ease;pointer-events:none}#loader.fade-out{opacity:0;visibility:hidden;pointer-events:none}.pokeball{width:120px;height:120px;position:relative;animation:pbShake .3s ease .2s 2 alternate}.pb-top{position:absolute;top:0;left:0;width:100%;height:50%;background:var(--green);border-radius:120px 120px 0 0;transform-origin:bottom center;transition:transform .5s cubic-bezier(.34,1.56,.64,1)}.pb-top::after{content:'';position:absolute;bottom:0;left:10%;right:10%;height:1px;background:rgba(255,255,255,.15)}.pb-top-shine{position:absolute;top:16%;left:22%;width:28%;height:22%;background:rgba(255,255,255,.15);border-radius:50%;transform:rotate(-30deg)}.pb-bottom{position:absolute;bottom:0;left:0;width:100%;height:50%;background:var(--card);border-radius:0 0 120px 120px}.pb-band{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:10px;background:var(--surface);z-index:2}.pb-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:26px;height:26px;background:var(--text-dim);border-radius:50%;border:3px solid var(--surface);z-index:3;box-shadow:0 0 0 3px var(--panel);transition:background .3s,box-shadow .3s}.pb-flash{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.5) 0%,transparent 70%);z-index:1;opacity:0}.pokeball.opening .pb-top{transform:rotate(-55deg) translateY(-8px)}.pokeball.opening .pb-btn{background:var(--gold);box-shadow:0 0 20px rgba(201,168,76,.8),0 0 0 3px var(--panel)}.pokeball.opening .pb-flash{animation:flashExpand .5s ease forwards}@keyframes flashExpand{0%{transform:translate(-50%,-50%) scale(0);opacity:1}100%{transform:translate(-50%,-50%) scale(3);opacity:0}}@keyframes pbShake{0%{transform:rotate(0)}25%{transform:rotate(-8deg)}75%{transform:rotate(8deg)}100%{transform:rotate(0)}}.loader-name{font-family:'Bebas Neue',sans-serif;font-size:44px;letter-spacing:6px;color:var(--white);opacity:0;animation:fadeUp .3s ease .05s both}.loader-name span{color:var(--gold)}.loader-sub{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:4px;color:var(--text-faint);text-transform:uppercase;opacity:0;animation:fadeUp .3s ease .1s both;margin-top:-8px}.loader-bar-wrap{width:160px;height:2px;background:rgba(255,255,255,.06);border-radius:2px;overflow:hidden;opacity:0;animation:fadeUp .3s ease .15s both}.loader-bar{height:100%;width:0%;background:linear-gradient(90deg,var(--green),var(--gold));animation:loadProg 1s ease .1s forwards}@keyframes loadProg{0%{width:0}60%{width:70%}90%{width:95%}100%{width:100%}}@keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}header{position:fixed;top:36px;left:0;right:0;z-index:300;height:64px;background:rgba(8,10,12,.9);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;padding:0 48px;transition:background .3s}header.scrolled{background:rgba(8,10,12,0.96)}.logo-wrap{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}.logo-name{font-family:'Bebas Neue',sans-serif;font-size:26px;letter-spacing:3px;color:var(--white);line-height:1}.logo-name span{color:var(--gold)}.logo-tagline{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:2px;color:var(--text-faint);text-transform:uppercase;margin-top:1px}nav{display:flex;align-items:center;gap:4px}nav a{font-size:13px;font-weight:700;letter-spacing:.3px;color:var(--text-dim);text-decoration:none;text-transform:uppercase;padding:6px 12px;border-radius:var(--radius-sm);transition:color .2s,background .2s;position:relative}nav a:hover{color:var(--white);background:rgba(255,255,255,.05)}.btn-nav{background:var(--green) !important;color:white !important;padding:8px 20px !important;border-radius:var(--radius-sm) !important;box-shadow:0 2px 12px var(--green-glow) !important;margin-left:8px;transition:background .2s,transform .2s,box-shadow .2s !important}.btn-nav:hover{background:var(--green-dark) !important;transform:translateY(-1px) !important;box-shadow:0 6px 20px var(--green-glow) !important}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:white;padding:14px 32px;border-radius:var(--radius);font-size:14px;font-weight:800;letter-spacing:.3px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 20px var(--green-glow);transition:background .2s,transform .2s,box-shadow .2s;white-space:nowrap}.btn-primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 32px var(--green-glow)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.04);color:var(--text);padding:14px 32px;border-radius:var(--radius);font-size:14px;font-weight:700;text-decoration:none;border:1px solid var(--border);transition:border-color .2s,background .2s,transform .2s;white-space:nowrap}.btn-secondary:hover{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.07);transform:translateY(-2px)}.hero{min-height:100vh;display:flex;align-items:center;padding:136px 56px 80px;gap:80px;position:relative;overflow:hidden}.hero-blob{position:absolute;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:0}.blob-1{width:700px;height:700px;background:rgba(45,106,79,.1);top:-200px;right:-150px}.blob-2{width:500px;height:500px;background:rgba(201,168,76,.06);bottom:-100px;left:-50px}.pokeball-bg{position:absolute;right:-60px;top:50%;transform:translateY(-50%);width:680px;height:680px;opacity:.03;pointer-events:none;animation:slowSpin 90s linear infinite}@keyframes slowSpin{to{transform:translateY(-50%) rotate(360deg)}}.hero-content{position:relative;z-index:2;flex:1;max-width:620px}.hero-eyebrow{color:#B8BFC8;display:inline-flex;align-items:center;gap:8px;background:rgba(45,106,79,.12);border:1px solid rgba(45,106,79,.3);border-radius:100px;padding:7px 16px;font-family:'DM Mono',monospace;font-size:11px;letter-spacing:2px;color:var(--green-mid);text-transform:uppercase;margin-bottom:24px;animation:fadeUp .6s ease .1s both}.eyebrow-dot{width:6px;height:6px;background:var(--green-mid);border-radius:50%;animation:pulse 2s ease infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.hero h1{font-family:'Bebas Neue',sans-serif;font-size:clamp(58px,7.5vw,110px);line-height:.95;letter-spacing:2px;color:var(--white);animation:fadeUp .6s ease .2s both}.hero h1 em{color:var(--green-mid);font-style:normal;display:block}.hero-sub{font-size:17px;color:var(--text-dim);line-height:1.7;margin:20px 0 36px;max-width:480px;animation:fadeUp .6s ease .3s both}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;animation:fadeUp .6s ease .4s both}.hero-stats{display:flex;gap:32px;margin-top:48px;animation:fadeUp .6s ease .5s both;padding-top:32px;border-top:1px solid var(--border)}.hero-stat-num{font-family:'Bebas Neue',sans-serif;font-size:36px;letter-spacing:1px;color:var(--white);line-height:1}.hero-stat-num span{color:var(--gold)}.hero-stat-label{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:2px;color:var(--text-faint);text-transform:uppercase;margin-top:2px}.hero-visual{position:relative;z-index:2;flex-shrink:0;perspective:1000px;animation:fadeUp .6s ease .5s both}.hcard-stack{position:relative;width:290px;height:400px}.hcard{position:absolute;width:184px;height:257px;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:14px;transform-style:preserve-3d;transition:transform .4s ease,box-shadow .4s ease}.hcard-1{bottom:0;left:0;transform:rotate(-12deg);z-index:1;background:linear-gradient(160deg,#0d1b4b,#1a3a6e);box-shadow:-8px 16px 50px rgba(0,0,0,.8),0 0 0 1px rgba(100,160,255,.15)}.hcard-2{bottom:30px;left:42px;transform:rotate(-2deg);z-index:2;background:linear-gradient(160deg,#3d0a00,#7a1800);box-shadow:0 20px 60px rgba(0,0,0,.9),0 0 0 1px rgba(255,120,40,.2);animation:cardFloat2 5s ease-in-out infinite}.hcard-3{bottom:62px;left:84px;transform:rotate(7deg);z-index:3;background:#1a0a2a;box-shadow:8px 20px 60px rgba(0,0,0,.9),0 0 0 1px rgba(160,80,255,.3);animation:cardFloat3 5s ease-in-out 1.5s infinite}@keyframes cardFloat2{0%,100%{transform:rotate(-2deg) translateY(0)}50%{transform:rotate(-2deg) translateY(-14px)}}@keyframes cardFloat3{0%,100%{transform:rotate(7deg) translateY(0)}50%{transform:rotate(7deg) translateY(-10px)}}.hcard-art{position:absolute;top:0;left:0;right:0;height:68%;display:flex;align-items:center;justify-content:center}.hcard-holo{position:absolute;inset:0;border-radius:18px;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.04) 35%,rgba(255,220,100,.05) 45%,rgba(100,200,255,.05) 55%,rgba(200,100,255,.04) 65%,transparent 75%);animation:holoShimmer 4s ease-in-out infinite alternate;pointer-events:none}@keyframes holoShimmer{0%{opacity:.5}100%{opacity:1}}.hcard::before{content:'';position:absolute;inset:0;border-radius:18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12);pointer-events:none}.hcard-info{position:relative;z-index:2;width:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(12px);border-radius:10px;padding:10px 12px}.hcard-name{font-size:13px;font-weight:800;color:white}.hcard-footer{display:flex;align-items:center;justify-content:space-between;margin-top:3px}.hcard-rarity{font-family:'DM Mono',monospace;font-size:8px;letter-spacing:2px;color:var(--gold);text-transform:uppercase}.hcard-hp{font-family:'DM Mono',monospace;font-size:9px;color:rgba(255,255,255,.35)}.hcard-glow{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:200px;height:60px;border-radius:50%;filter:blur(30px);opacity:.4;animation:glowPulse 3s ease-in-out infinite alternate}@keyframes glowPulse{0%{opacity:.25}100%{opacity:.55}}.section{padding:100px 56px;position:relative;z-index:2}.section-alt{background:var(--dark)}.label{display:inline-flex;align-items:center;gap:10px;font-family:'DM Mono',monospace;font-size:10px;letter-spacing:3px;color:var(--green-mid);text-transform:uppercase;margin-bottom:14px}.label::before{content:'';width:20px;height:1.5px;background:var(--green-mid);border-radius:2px}h2{font-family:'Bebas Neue',sans-serif;font-size:clamp(38px,5vw,62px);letter-spacing:2px;color:var(--white);line-height:1.05}h2 em{color:var(--green-mid);font-style:normal}.stats{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:0 56px;position:relative;z-index:2}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);max-width:800px;margin:0 auto}.stat-item{text-align:center;padding:36px 20px;border-right:1px solid var(--border)}.stat-item:last-child{border-right:none}.stat-num{font-family:'Bebas Neue',sans-serif;font-size:60px;letter-spacing:2px;line-height:1;background:linear-gradient(135deg,var(--white),rgba(255,255,255,.5));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-num span{-webkit-text-fill-color:var(--gold)}.stat-label{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:2.5px;color:var(--text-faint);text-transform:uppercase;margin-top:6px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;margin-top:56px}.about-img{width:100%;aspect-ratio:4/3;background:var(--card);border-radius:var(--radius-xl);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.about-text p{font-size:16px;color:var(--text-dim);line-height:1.85;margin-bottom:18px}.about-text p strong{color:var(--white);font-weight:700}.platforms{display:flex;gap:10px;flex-wrap:wrap;margin-top:32px}.platform-tag{display:inline-flex;align-items:center;gap:7px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:9px 16px;font-size:13px;font-weight:700;color:var(--text-dim);text-decoration:none;transition:border-color .2s,color .2s,background .2s}.platform-tag:hover{border-color:var(--border-green);color:var(--white);background:var(--green-soft)}.highlights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:56px}.highlight-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px;position:relative;overflow:hidden;transition:border-color .25s,transform .25s,box-shadow .25s}.highlight-card:hover{border-color:var(--border-green);transform:translateY(-3px);box-shadow:0 16px 48px rgba(0,0,0,.4),0 0 0 1px var(--border-green)}.highlight-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--green),transparent);opacity:0;transition:opacity .25s}.highlight-card:hover::before{opacity:1}.highlight-card.featured{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;gap:36px;align-items:center;background:linear-gradient(135deg,var(--card) 0%,rgba(45,106,79,.08) 100%);border-color:var(--border-green)}.h-icon-wrap{width:72px;height:72px;border-radius:var(--radius);background:var(--green-soft);border:1px solid var(--border-green);display:flex;align-items:center;justify-content:center;font-size:36px;margin-bottom:20px;flex-shrink:0}.highlight-card.featured .h-icon-wrap{margin-bottom:0;width:88px;height:88px;font-size:44px}.h-title{font-size:20px;font-weight:800;color:var(--white);margin-bottom:10px}.highlight-card.featured .h-title{font-size:26px}.h-text{font-size:14px;color:var(--text-dim);line-height:1.75}.h-bg-num{position:absolute;right:20px;bottom:8px;font-family:'Bebas Neue',sans-serif;font-size:100px;color:rgba(255,255,255,.02);line-height:1;pointer-events:none}.cta-wrap{padding:0 56px;position:relative;z-index:2}.cta-banner{border-radius:var(--radius-xl);background:linear-gradient(135deg,#0d1f0f 0%,#0f2415 60%,#0d1f0f 100%);border:1px solid var(--border-green);padding:72px 64px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:48px}.cta-banner::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 50% 70% at 100% 50%,rgba(45,106,79,.15) 0%,transparent 65%)}.cta-glow{position:absolute;right:-60px;top:50%;transform:translateY(-50%);width:400px;height:400px;border-radius:50%;background:rgba(45,106,79,.1);filter:blur(80px)}.cta-text{position:relative;z-index:1}.cta-text h2{font-size:clamp(32px,3.5vw,50px)}.cta-text p{font-size:16px;color:var(--text-dim);margin-top:14px;line-height:1.65;max-width:460px}.cta-action{position:relative;z-index:1;flex-shrink:0}.newsletter-section{padding:100px 56px;position:relative;z-index:2}.newsletter-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;margin-top:56px}.perk-row{display:flex;align-items:flex-start;gap:14px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;transition:border-color .2s;margin-bottom:10px}.perk-row:hover{border-color:var(--border-green)}.perk-icon{width:38px;height:38px;border-radius:var(--radius-sm);flex-shrink:0;background:var(--green-soft);border:1px solid var(--border-green);display:flex;align-items:center;justify-content:center;font-size:16px}.perk-title{font-size:14px;font-weight:800;color:var(--white);margin-bottom:2px}.perk-desc{font-size:13px;color:var(--text-dim);line-height:1.5}.sib-form{background:transparent !important;text-align:left !important;padding:0 !important}.sib-form-container{background:transparent !important}#sib-container{background:var(--card) !important;border:1px solid var(--border) !important;border-radius:var(--radius-lg) !important;max-width:100% !important;box-shadow:none !important;padding:6px !important}#sib-container .sib-form-block [style*="font-size:32px"] p{font-family:'Bebas Neue',sans-serif !important;font-size:24px !important;letter-spacing:1.5px !important;color:var(--white) !important}#sib-container .sib-text-form-block p{color:var(--text-dim) !important;font-family:'Nunito',sans-serif !important;font-size:14px !important}#sib-container .entry__label{color:var(--text-dim) !important;font-family:'Nunito',sans-serif !important;font-size:11px !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:.5px !important}#sib-container .input{background:var(--panel) !important;border:1px solid var(--border) !important;border-radius:var(--radius-sm) !important;color:var(--text) !important;font-family:'Nunito',sans-serif !important;font-size:14px !important;padding:12px 16px !important}#sib-container .input:focus{border-color:var(--green) !important;outline:none !important;box-shadow:0 0 0 3px var(--green-soft) !important}#sib-container .input::placeholder{color:var(--text-faint) !important}#sib-container .entry__specification{color:var(--text-faint) !important;font-size:11px !important}#sib-container .entry__choice label span:not(.checkbox):not(.entry__label_optin) p,#sib-container .entry__choice label span:not(.checkbox):not(.entry__label_optin){color:var(--text-dim) !important;font-family:'Nunito',sans-serif !important;font-size:13px !important;background:transparent !important}#sib-container .entry__choice label span:not(.checkbox):not(.entry__label_optin) a{color:var(--green-mid) !important}#sib-container .sib-form__declaration div{color:var(--text-faint) !important;font-size:11px !important;background:transparent !important}#sib-container .sib-form__declaration a{color:var(--green-mid) !important}#sib-container .sib-form-block__button{background:var(--green) !important;border-radius:100px !important;font-family:'Nunito',sans-serif !important;font-size:12px !important;font-weight:800 !important;letter-spacing:1.5px !important;text-transform:uppercase !important;padding:11px 36px !important;box-shadow:0 4px 16px var(--green-glow) !important;cursor:pointer !important;width:auto !important;transition:background .2s,transform .2s !important}#sib-container .sib-form-block__button:hover{background:var(--green-dark) !important;transform:translateY(-1px) !important}#sib-container .sib-hide-loader-icon{display:none !important}.input--hidden{display:none !important}.grecaptcha-badge{visibility:hidden !important;position:fixed !important;left:-9999px !important}#error-message{background:rgba(255,73,73,.08);border-color:rgba(255,73,73,.3);border-radius:var(--radius-sm);color:#ff8080;max-width:100%}#success-message{background:rgba(45,106,79,.1);border-color:rgba(45,106,79,.3);border-radius:var(--radius-sm);color:#4ade80;max-width:100%}footer{background:linear-gradient(180deg,var(--dark) 0%,#060809 100%);border-top:1px solid var(--border);padding:72px 56px 32px;position:relative;z-index:2;margin-top:100px;overflow:hidden}footer::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--green),var(--gold),var(--green),transparent);opacity:.5}footer::after{content:'';position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:600px;height:200px;border-radius:50%;background:radial-gradient(ellipse,rgba(45,106,79,.06) 0%,transparent 70%);pointer-events:none}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:48px;padding-bottom:48px;border-bottom:1px solid var(--border);flex-wrap:wrap;position:relative;z-index:1}.footer-brand{max-width:320px}.footer-brand p{font-size:14px;color:var(--text-dim);line-height:1.75;margin-top:14px}.footer-divider{width:36px;height:2px;background:linear-gradient(90deg,var(--green),var(--gold));border-radius:2px;margin:14px 0}.footer-badge-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.footer-badge{display:inline-flex;align-items:center;gap:6px;background:var(--green-soft);border:1px solid var(--border-green);border-radius:100px;padding:4px 12px;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:1.5px;color:var(--green-mid);text-transform:uppercase}.footer-badge-dot{width:4px;height:4px;border-radius:50%;background:var(--green-mid)}.footer-links-col h4{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:3px;color:var(--gold);text-transform:uppercase;margin-bottom:6px}.footer-col-line{width:24px;height:1.5px;background:linear-gradient(90deg,var(--green),transparent);margin-bottom:18px;border-radius:2px}.footer-links-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links-col a{font-size:14px;color:var(--text-dim);text-decoration:none;font-weight:600;transition:color .2s;display:flex;align-items:center;gap:6px}.footer-links-col a::before{content:'';width:0;height:1px;background:var(--green-mid);transition:width .25s;flex-shrink:0}.footer-links-col a:hover{color:var(--white)}.footer-links-col a:hover::before{width:10px}.footer-bottom{padding-top:28px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;position:relative;z-index:1}.footer-copy{font-size:12px;color:var(--text-faint);line-height:1.7}.footer-copy a{color:var(--text-faint);text-decoration:none;transition:color .2s}.footer-copy a:hover{color:var(--gold)}.footer-disclaimer{font-size:11px;color:var(--text-faint);opacity:.6;max-width:460px;text-align:right;line-height:1.6}.cookie-settings-btn{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--text-faint);text-decoration:none;font-weight:600;transition:color .2s;font-family:'DM Mono',monospace;letter-spacing:1px}.cookie-settings-btn:hover{color:var(--green-mid)}.page{display:none}.page.active{display:block}#page-home{display:block}#page-home.hidden{display:none}.subpage-hero{margin-top:100px;min-height:300px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:flex-end;padding:120px 56px 60px;position:relative;overflow:hidden}.subpage-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 50% 80% at 0% 50%,rgba(45,106,79,.07) 0%,transparent 60%)}.subpage-hero-content{position:relative;z-index:1}.subpage-hero-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(44px,6vw,76px);letter-spacing:2px;color:var(--white);line-height:1}.subpage-hero-title span{color:var(--green-mid)}.subpage-hero-sub{font-size:15px;color:var(--text-dim);margin-top:10px}.subpage-bg-word{position:absolute;right:40px;bottom:-24px;font-family:'Bebas Neue',sans-serif;font-size:150px;color:rgba(255,255,255,.02);letter-spacing:4px;pointer-events:none;line-height:1}.subpage-content{padding:72px 56px;max-width:900px;margin:0 auto}.back-btn{display:inline-flex;align-items:center;gap:8px;font-family:'DM Mono',monospace;font-size:11px;letter-spacing:2px;color:var(--text-dim);text-transform:uppercase;cursor:pointer;background:none;border:none;padding:0;margin-bottom:48px;transition:color .2s}.back-btn:hover{color:var(--green-mid)}.legal-section{margin-bottom:44px}.legal-section h2{font-family:'Nunito',sans-serif;font-size:17px;font-weight:800;color:var(--white);margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--border);letter-spacing:0}.legal-section h3{font-size:15px;font-weight:700;color:var(--white);margin:18px 0 8px}.legal-section p,.legal-section address{font-size:15px;color:var(--text-dim);line-height:1.8;font-style:normal;margin-bottom:12px}.legal-section a{color:var(--green-mid);text-decoration:none}.legal-section a:hover{text-decoration:underline}.legal-section ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:7px;margin:8px 0}.legal-section ul li{font-size:15px;color:var(--text-dim);line-height:1.7;padding-left:18px;position:relative}.legal-section ul li::before{content:'—';position:absolute;left:0;color:var(--green-mid)}.legal-note{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:18px 22px;font-size:12px;color:var(--text-faint);line-height:1.7;margin-top:36px}.tips-grid{display:grid;gap:16px;margin-top:40px}.tip-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 36px;transition:border-color .2s,transform .2s}.tip-card:hover{border-color:var(--border-green);transform:translateY(-2px)}.tip-card-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.tip-card-icon{width:44px;height:44px;border-radius:var(--radius-sm);flex-shrink:0;background:var(--green-soft);border:1px solid var(--border-green);display:flex;align-items:center;justify-content:center;font-size:20px}.tip-card-title{font-size:18px;font-weight:800;color:var(--white)}.tip-card p{font-size:15px;color:var(--text-dim);line-height:1.8;margin-bottom:12px}.tip-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px;margin-top:12px}.tip-list li{font-size:14px;color:var(--text-dim);display:flex;gap:9px;line-height:1.6}.tip-list li::before{content:'🔹';flex-shrink:0}.tip-warning{background:var(--green-soft);border:1px solid var(--border-green);border-radius:var(--radius-sm);padding:14px 18px;font-size:14px;color:var(--text-dim);line-height:1.7;margin-top:14px}.tip-warning strong{color:var(--green-mid)}.ueber-quote{background:linear-gradient(135deg,var(--card),rgba(45,106,79,.06));border:1px solid var(--border-green);border-radius:var(--radius-lg);padding:36px 44px;margin:36px 0;position:relative}.ueber-quote::before{content:'"';font-family:'Bebas Neue',sans-serif;font-size:100px;color:rgba(45,106,79,.1);position:absolute;top:-12px;left:22px;line-height:1;pointer-events:none}.ueber-quote p{font-size:17px;color:var(--text);line-height:1.8;font-style:italic;position:relative;z-index:1}.quote-attr{font-size:12px;color:var(--green-mid);font-style:normal;font-weight:800;margin-top:14px;letter-spacing:1px;display:block}.ueber-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px}.ueber-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px;transition:border-color .2s}.ueber-card:hover{border-color:var(--border-green)}.ueber-card-icon{font-size:26px;margin-bottom:10px}.ueber-card-title{font-size:15px;font-weight:800;color:var(--white);margin-bottom:6px}.ueber-card-text{font-size:13px;color:var(--text-dim);line-height:1.7}.custom-hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--gold-dim);border:1px solid var(--border-gold);border-radius:100px;padding:6px 14px;font-family:'DM Mono',monospace;font-size:10px;letter-spacing:2px;color:var(--gold);text-transform:uppercase;margin-bottom:20px}.custom-intro{background:linear-gradient(135deg,var(--card),var(--green-soft));border:1px solid var(--border-green);border-radius:var(--radius-lg);padding:28px 32px;margin:36px 0}.custom-intro p{font-size:15px;color:var(--text-dim);line-height:1.8;margin-bottom:10px}.custom-intro p:last-child{margin-bottom:0}.custom-intro p strong{color:var(--white)}.custom-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:36px 0}.custom-feat{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px;display:flex;gap:16px;align-items:flex-start;transition:border-color .2s,transform .2s}.custom-feat:hover{border-color:var(--border-gold);transform:translateY(-2px)}.custom-feat-icon{width:44px;height:44px;border-radius:var(--radius-sm);flex-shrink:0;background:var(--gold-dim);border:1px solid var(--border-gold);display:flex;align-items:center;justify-content:center;font-size:20px}.custom-feat-title{font-size:15px;font-weight:800;color:var(--white);margin-bottom:4px}.custom-feat-desc{font-size:13px;color:var(--text-dim);line-height:1.6}.custom-notice{background:var(--gold-dim);border:1px solid var(--border-gold);border-radius:var(--radius);padding:24px 28px;margin:28px 0}.custom-notice h3{font-family:'Bebas Neue',sans-serif;font-size:20px;letter-spacing:1.5px;color:var(--gold);margin-bottom:14px}.custom-notice-list{list-style:none;display:flex;flex-direction:column;gap:8px}.custom-notice-list li{font-size:14px;color:var(--text-dim);display:flex;gap:10px;line-height:1.6}.custom-for-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}.custom-for-tag{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:13px 16px;font-size:13px;font-weight:700;color:var(--text-dim);text-align:center;transition:border-color .2s,color .2s,background .2s}.custom-for-tag:hover{border-color:var(--border-green);color:var(--white);background:var(--green-soft)}.custom-why{background:linear-gradient(135deg,#0d1f0f,#0f1a0a);border:1px solid var(--border-green);border-radius:var(--radius-lg);padding:32px 36px;margin-top:28px;position:relative;overflow:hidden}.custom-why::before{content:'TG';position:absolute;right:20px;bottom:-20px;font-family:'Bebas Neue',sans-serif;font-size:120px;color:rgba(45,106,79,.05);letter-spacing:4px;line-height:1}.custom-why h3{font-family:'Bebas Neue',sans-serif;font-size:26px;letter-spacing:2px;color:var(--white);margin-bottom:20px}.custom-why h3 span{color:var(--gold)}.custom-why-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:10px}.custom-why-list li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-dim);font-weight:600}.custom-why-list li::before{content:'✓';width:22px;height:22px;border-radius:50%;background:var(--green-soft);border:1px solid var(--border-green);display:flex;align-items:center;justify-content:center;color:var(--green-mid);font-size:11px;font-weight:900;flex-shrink:0}.custom-cta-box{background:var(--card);border:1px solid var(--border-green);border-radius:var(--radius);padding:24px 28px;margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:22px}.custom-cta-box p{font-size:15px;color:var(--text-dim);line-height:1.6;max-width:460px}.custom-cta-box p strong{color:var(--white)}.faq-category{margin-bottom:40px}.faq-cat-label{display:flex;align-items:center;gap:10px;font-family:'Bebas Neue',sans-serif;font-size:20px;letter-spacing:2px;color:var(--white);margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.faq-cat-icon{font-size:20px}.faq-list{display:flex;flex-direction:column;gap:6px}.faq-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s}.faq-item:hover{border-color:var(--border-green)}.faq-item.open{border-color:var(--border-green)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 22px;background:none;border:none;cursor:pointer;text-align:left;color:var(--text-dim);font-family:'Nunito',sans-serif;font-size:15px;font-weight:700;line-height:1.4;transition:color .2s}.faq-question:hover,.faq-item.open .faq-question{color:var(--white)}.faq-arrow{width:26px;height:26px;border-radius:50%;flex-shrink:0;background:var(--green-soft);border:1px solid var(--border-green);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:400;color:var(--green-mid);transition:transform .3s,background .2s;line-height:1}.faq-item.open .faq-arrow{transform:rotate(45deg);background:rgba(45,106,79,.25)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s ease;padding:0 22px}.faq-item.open .faq-answer{max-height:280px;padding:0 22px 18px}.faq-answer p{font-size:14px;color:var(--text-dim);line-height:1.8;border-top:1px solid var(--border);padding-top:14px}.faq-answer a{color:var(--green-mid);text-decoration:none}.faq-answer a:hover{text-decoration:underline}.faq-answer strong{color:var(--white)}.blog-hero{min-height:300px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:flex-end;padding:120px 56px 60px;position:relative;overflow:hidden}.blog-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 0% 50%,rgba(45,106,79,.07) 0%,transparent 60%)}.blog-hero-content{position:relative;z-index:1;max-width:760px}.blog-hero-category{display:inline-flex;align-items:center;gap:10px;font-family:'DM Mono',monospace;font-size:10px;letter-spacing:3px;color:var(--gold);text-transform:uppercase;margin-bottom:14px}.blog-hero-category::before{content:'';width:20px;height:1.5px;background:var(--gold);border-radius:2px}.blog-hero-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(36px,5.5vw,70px);letter-spacing:2px;color:var(--white);line-height:1.05;margin-bottom:14px}.blog-hero-title span{color:var(--green-mid)}.blog-hero-meta{display:flex;align-items:center;gap:20px;flex-wrap:wrap;font-family:'DM Mono',monospace;font-size:10px;letter-spacing:1px;color:var(--text-faint);text-transform:uppercase}.blog-bg-word{position:absolute;right:36px;bottom:-20px;font-family:'Bebas Neue',sans-serif;font-size:150px;color:rgba(255,255,255,.02);letter-spacing:4px;pointer-events:none;line-height:1}.blog-layout{display:grid;grid-template-columns:1fr 300px;gap:56px;max-width:1180px;margin:0 auto;padding:72px 56px}.blog-img-hero{position:relative;background:#0a0d0f;max-height:500px;overflow:hidden;display:flex;align-items:center;justify-content:center}.blog-img-hero img{width:auto;height:auto;max-height:500px;max-width:100%;object-fit:contain;display:block}.blog-img-caption{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.65);backdrop-filter:blur(6px);padding:10px 18px;font-family:'DM Mono',monospace;font-size:10px;letter-spacing:1px;color:rgba(255,255,255,.45)}.blog-article h2{font-family:'Bebas Neue',sans-serif;font-size:30px;letter-spacing:1.5px;color:var(--white);margin:44px 0 14px;padding-bottom:12px;border-bottom:1px solid var(--border-green)}.blog-article h2:first-child{margin-top:0}.blog-article h3{font-size:18px;font-weight:800;color:var(--white);margin:28px 0 10px}.blog-article p{font-size:15px;color:var(--text-dim);line-height:1.85;margin-bottom:18px}.blog-article p strong{color:var(--white)}.blog-article a{color:var(--green-mid);text-decoration:none}.blog-article a:hover{text-decoration:underline}.blog-article ul,.blog-article ol{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px;margin:14px 0 20px}.blog-article ul li,.blog-article ol li{font-size:14px;color:var(--text-dim);line-height:1.7;padding-left:20px;position:relative}.blog-article ul li::before{content:'→';position:absolute;left:0;color:var(--green-mid);font-weight:800}.blog-article ol{counter-reset:ol}.blog-article ol li{counter-increment:ol}.blog-article ol li::before{content:counter(ol)'.';position:absolute;left:0;color:var(--gold);font-weight:800;font-family:'DM Mono',monospace;font-size:11px}.blog-highlight{background:linear-gradient(135deg,var(--card),var(--green-soft));border:1px solid var(--border-green);border-left:3px solid var(--green-mid);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:20px 24px;margin:28px 0}.blog-highlight p{margin-bottom:0;font-size:15px;color:var(--text)}.blog-highlight strong{color:var(--gold)}.blog-table-wrap{overflow-x:auto;margin:24px 0;border-radius:var(--radius);border:1px solid var(--border)}.blog-table{width:100%;border-collapse:collapse;font-size:13px}.blog-table th{background:var(--panel);color:var(--gold);font-family:'DM Mono',monospace;font-size:9px;letter-spacing:2px;text-transform:uppercase;padding:13px 16px;text-align:left;border-bottom:1px solid var(--border-green)}.blog-table td{padding:11px 16px;color:var(--text-dim);border-bottom:1px solid var(--border);line-height:1.6}.blog-table tr:last-child td{border-bottom:none}.blog-table tr:hover td{background:rgba(255,255,255,.02);color:var(--text)}.blog-table td strong{color:var(--white)}.blog-cta{background:linear-gradient(135deg,#0d1f0f,#152b16);border:1px solid var(--border-green);border-radius:var(--radius-lg);padding:36px;text-align:center;margin:44px 0 0}.blog-cta h3{font-family:'Bebas Neue',sans-serif;font-size:26px;letter-spacing:2px;color:var(--white);margin-bottom:10px}.blog-cta p{font-size:15px;color:var(--text-dim);margin-bottom:22px;line-height:1.6}.blog-card-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0 6px}.showcase-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:border-color .2s,transform .2s}.showcase-card:hover{border-color:var(--border-green);transform:translateY(-2px)}.showcase-thumb{height:90px;display:flex;align-items:center;justify-content:center;font-size:42px}.showcase-info{padding:12px 14px;display:flex;flex-direction:column;gap:3px}.showcase-name{font-size:13px;font-weight:800;color:var(--white);line-height:1.2}.showcase-set{font-family:'DM Mono',monospace;font-size:8px;letter-spacing:1px;color:var(--text-faint);text-transform:uppercase}.showcase-price{font-family:'Bebas Neue',sans-serif;font-size:18px;letter-spacing:1px;color:var(--gold);margin-top:3px}.showcase-trend{font-family:'DM Mono',monospace;font-size:8px;letter-spacing:1px;text-transform:uppercase}.showcase-trend.up{color:#4ade80}.showcase-trend.stable{color:var(--gold)}.showcase-trend.down{color:#f87171}.sidebar-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px;position:relative;overflow:hidden;margin-bottom:20px}.sidebar-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1.5px;background:linear-gradient(90deg,var(--green),var(--gold),transparent)}.sidebar-card h4{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:2.5px;color:var(--gold);text-transform:uppercase;margin-bottom:14px}.sidebar-links{list-style:none;display:flex;flex-direction:column;gap:8px}.sidebar-links li a{font-size:13px;font-weight:700;color:var(--text-dim);text-decoration:none;display:flex;align-items:center;gap:6px;transition:color .2s}.sidebar-links li a::before{content:'→';color:var(--green-mid);font-size:11px}.sidebar-links li a:hover{color:var(--white)}.sidebar-tag-cloud{display:flex;flex-wrap:wrap;gap:6px}.sidebar-tag{background:var(--panel);border:1px solid var(--border);border-radius:100px;padding:4px 10px;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:1px;color:var(--text-faint);text-transform:uppercase;text-decoration:none;transition:border-color .2s,color .2s}.sidebar-tag:hover{border-color:var(--green-mid);color:var(--white)}.blog-overview{padding:80px 56px;max-width:1180px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px}.blog-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:border-color .25s,transform .25s,box-shadow .25s}.blog-card:hover{border-color:var(--border-green);transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,.4)}.blog-card-thumb{height:170px;background:var(--panel);display:flex;align-items:center;justify-content:center;font-size:60px;position:relative;overflow:hidden}.blog-card-thumb::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(8,10,12,.6))}.blog-card-body{padding:22px;flex:1;display:flex;flex-direction:column;gap:8px}.blog-card-cat{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:2.5px;color:var(--gold);text-transform:uppercase}.blog-card-title{font-family:'Bebas Neue',sans-serif;font-size:20px;letter-spacing:1.5px;color:var(--white);line-height:1.1}.blog-card-excerpt{font-size:13px;color:var(--text-dim);line-height:1.6;flex:1}.blog-card-meta{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:1px;color:var(--text-faint);text-transform:uppercase;margin-top:6px;padding-top:12px;border-top:1px solid var(--border);display:flex;justify-content:space-between}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:6px;border-radius:var(--radius-sm);transition:background .2s;z-index:301;flex-shrink:0}.hamburger:hover{background:rgba(255,255,255,.06)}.hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .3s,opacity .3s,width .3s;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;width:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{position:fixed;top:68px;left:0;right:0;bottom:0;background:rgba(8,10,12,.97);backdrop-filter:blur(20px);z-index:10001;flex-direction:column;padding:120px 24px 32px;overflow-y:auto;display:none}.mobile-nav.open{display:flex}.mobile-nav a{font-size:22px;font-weight:800;color:var(--text-dim);text-decoration:none;font-family:'Bebas Neue',sans-serif;letter-spacing:2px;text-transform:uppercase;padding:15px 0;border-bottom:1px solid var(--border);transition:color .2s,padding-left .2s;display:flex;align-items:center;gap:10px}.mobile-nav a:hover{color:var(--white);padding-left:8px}.mobile-nav .mobile-nav-cta{margin-top:20px;background:var(--green);color:white !important;border-radius:var(--radius);padding:16px 24px !important;font-size:18px;justify-content:center;border-bottom:none !important;box-shadow:0 4px 20px var(--green-glow)}.mobile-nav .mobile-nav-cta:hover{background:var(--green-dark);padding-left:24px !important}.hcard{will-change:transform;contain:layout style}.hero-blob{will-change:transform}#loader{will-change:opacity}.highlight-card,.perk-row,.stat-item{contain:layout}@media(max-width:1000px){header{padding:0 20px}.hamburger{display:flex}nav a:not(.btn-nav){display:none}nav .btn-nav{display:none}.hero{padding:90px 24px 60px;flex-direction:column;text-align:center}.hero-visual{margin:0 auto}.hero-actions{justify-content:center}.hero-stats{justify-content:center}.stats{padding:0 24px}.stats-grid{grid-template-columns:1fr}.stat-item{border-right:none;border-bottom:1px solid var(--border)}.stat-item:last-child{border-bottom:none}.section{padding:64px 24px}.about-grid{grid-template-columns:1fr;gap:36px}.highlights-grid{grid-template-columns:1fr}.highlight-card.featured{grid-template-columns:1fr;gap:20px}.cta-wrap{padding:0 24px}.cta-banner{padding:44px 28px;flex-direction:column;text-align:center}.newsletter-section{padding:64px 24px}.newsletter-grid{grid-template-columns:1fr;gap:36px}footer{padding:56px 24px 28px;margin-top:60px}.footer-top{flex-direction:column;gap:36px}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-disclaimer{text-align:left;max-width:100%}.subpage-hero{margin-top:100px;padding:96px 24px 44px}.subpage-content{padding:56px 24px}.ueber-cards{grid-template-columns:1fr}.tip-card{padding:24px 20px}.custom-features-grid{grid-template-columns:1fr}.custom-for-grid{grid-template-columns:repeat(2,1fr)}.custom-why-list{grid-template-columns:1fr}.custom-cta-box{flex-direction:column}.blog-layout{grid-template-columns:1fr;padding:40px 20px 60px}.blog-hero{padding:96px 20px 40px}.blog-overview{padding:64px 24px}.blog-grid{grid-template-columns:1fr}.blog-card-showcase{grid-template-columns:1fr 1fr}}.hero::after{content:'';position:absolute;bottom:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(45,106,79,.4),rgba(201,168,76,.3),rgba(45,106,79,.4),transparent)}.highlight-card::after{content:'';position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.03),transparent);transition:left .6s ease;pointer-events:none}.highlight-card:hover::after{left:150%}.stat-num{background:linear-gradient(135deg,#fff 30%,rgba(201,168,76,.8));-webkit-background-clip:text;-webkit-text-fill-color:transparent}nav a::after{content:'';position:absolute;bottom:-2px;left:12px;right:12px;height:1.5px;background:var(--green-mid);border-radius:2px;transform:scaleX(0);transition:transform .25s ease}nav a:hover::after{transform:scaleX(1)}.btn-nav::after{display:none !important}.platform-tag{backdrop-filter:blur(4px)}.section-alt::before{content:'';display:block;height:1px;background:linear-gradient(90deg,transparent,rgba(45,106,79,.3),rgba(201,168,76,.2),rgba(45,106,79,.3),transparent);margin-bottom:0}.cta-banner::after{content:'';position:absolute;inset:1px;border-radius:calc(var(--radius-xl) - 1px);border:1px solid rgba(45,106,79,.15);pointer-events:none}.perk-row{border-left:2px solid transparent;transition:border-color .2s,background .2s}.perk-row:hover{border-left-color:var(--green-mid)}.blog-card-thumb::before{content:'';position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(180deg,transparent,rgba(8,10,12,.4));z-index:1}:focus-visible{outline:2px solid var(--green-mid);outline-offset:3px;border-radius:var(--radius-sm)}::selection{background:rgba(45,106,79,.35);color:var(--white)}#loader{backface-visibility:hidden}#loader .loader-name{will-change:opacity}.ann-track{flex-wrap:nowrap}.ann-item{flex-shrink:0;white-space:nowrap}@media(max-width:1000px){.ann-banner{height:32px}.ann-item{font-size:9px;padding:0 28px}header{top:32px !important;height:60px !important;padding:0 20px}.hero{padding-top:108px !important}}.blog-article p{font-size:17px !important;line-height:1.85 !important;color:#D8DCE0 !important;margin-bottom:20px}.blog-article h2{font-size:28px;color:#FFFFFF;margin:48px 0 16px;line-height:1.2;font-weight:800}.blog-article h3{font-size:20px;color:#FFFFFF;margin:32px 0 12px;font-weight:700}.blog-article ul,.blog-article ol{padding-left:24px;margin-bottom:20px}.blog-article li{font-size:16px;line-height:1.8;color:#D8DCE0;margin-bottom:8px}.blog-article strong{color:#FFFFFF;font-weight:700}.blog-article a{color:var(--green-mid);text-decoration:underline;text-underline-offset:3px}.blog-article a:hover{color:var(--gold)}.blog-author-box{display:flex;align-items:center;gap:20px;background:var(--panel);border:1px solid var(--border);border-left:3px solid var(--green);border-radius:var(--radius);padding:24px;margin:40px 0}.blog-author-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--border-green)}.blog-author-name{font-size:15px;font-weight:800;color:var(--white);margin-bottom:4px}.blog-author-bio{font-size:14px;color:var(--text-dim);line-height:1.6}.blog-author-link{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--green-mid);text-decoration:none;margin-top:8px;font-family:'DM Mono',monospace;letter-spacing:1px;text-transform:uppercase}.blog-faq{margin:48px 0}.blog-faq-title{font-family:'Bebas Neue',sans-serif;font-size:32px;letter-spacing:2px;color:var(--white);margin-bottom:24px}.faq-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:8px;transition:border-color .2s}.faq-item.open{border-color:var(--border-green)}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;background:var(--card);border:none;cursor:pointer;text-align:left;font-size:16px;font-weight:700;color:var(--white);transition:background .2s}.faq-q:hover{background:var(--panel)}.faq-icon{width:22px;height:22px;border-radius:50%;background:rgba(45,106,79,.15);border:1px solid var(--border-green);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;color:var(--green-mid);transition:transform .3s,background .2s}.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--green);color:white;border-color:var(--green)}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;background:var(--card);padding:0 22px}.faq-item.open .faq-a{max-height:400px;padding:0 22px 20px}.faq-a p{font-size:15px;color:#C8CDD4;line-height:1.75;margin:0}@media(max-width:1000px){.ann-banner{height:32px}.ann-item{font-size:9px;padding:0 20px;letter-spacing:1px}header{top:32px !important;height:60px !important;padding:0 16px !important}.hero{padding-top:108px !important}}.perks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.perk-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;transition:border-color .2s,transform .2s}.perk-card:hover{border-color:var(--border-green);transform:translateY(-3px)}.perk-icon{font-size:28px;margin-bottom:14px}.perk-title{font-family:"Bebas Neue",sans-serif;font-size:20px;letter-spacing:1.5px;color:var(--white);margin-bottom:8px}.perk-desc{font-size:14px;color:var(--text-dim);line-height:1.7}.perk-row{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.perk-row .perk-icon{font-size:22px;flex-shrink:0;margin-top:2px}.perk-row .perk-title{font-size:15px;font-weight:700;color:var(--white);margin-bottom:4px}.perk-row .perk-desc{font-size:14px;color:var(--text-dim)}.kontakt-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.kontakt-text{}.kontakt-form{}@media(max-width:1000px){.perks-grid{grid-template-columns:repeat(2,1fr)}.kontakt-split{grid-template-columns:1fr;gap:40px}}@media(max-width:640px){.perks-grid{grid-template-columns:1fr}}.tg-brevo-wrap{width:100%;max-width:560px;margin:0 auto}.tg-brevo-wrap .sib-form{background:transparent !important;padding:0 !important;font-family:'Nunito',sans-serif !important}.tg-brevo-wrap #sib-form-container{width:100%}.tg-brevo-wrap #sib-container{max-width:100% !important;width:100% !important;background:linear-gradient(145deg,rgba(255,255,255,0.08),rgba(255,255,255,0.03)) !important;border:1px solid var(--border) !important;border-radius:var(--radius-lg,22px) !important;padding:28px !important;box-shadow:0 18px 60px rgba(0,0,0,.35) !important;box-sizing:border-box !important}.tg-brevo-wrap .sib-form-block,.tg-brevo-wrap .sib-text-form-block,.tg-brevo-wrap .entry__label,.tg-brevo-wrap .entry__specification,.tg-brevo-wrap .sib-form__declaration div,.tg-brevo-wrap p,.tg-brevo-wrap span{font-family:'Nunito',sans-serif !important}.tg-brevo-wrap .sib-form-block p:first-child{color:var(--white) !important;margin:0 !important}.tg-brevo-wrap .sib-text-form-block p{color:var(--text-dim) !important;margin:0 !important}.tg-brevo-wrap .entry__label{color:var(--white) !important}.tg-brevo-wrap .entry__specification{color:var(--text-faint) !important}.tg-brevo-wrap .entry__field{background:transparent !important;border:none !important}.tg-brevo-wrap input.input{width:100% !important;padding:14px 16px !important;border-radius:10px !important;border:1px solid rgba(255,255,255,.15) !important;background:rgba(255,255,255,.06) !important;color:#fff !important;box-sizing:border-box !important}.tg-brevo-wrap input.input:focus{border-color:var(--green-mid) !important;outline:none !important}.tg-brevo-wrap .sib-form-block__button{width:100% !important;justify-content:center !important;text-align:center !important;background:var(--green,#2D6A4F) !important;border-radius:10px !important;padding:15px 22px !important;font-family:'Nunito',sans-serif !important;font-weight:800 !important;color:#fff !important;cursor:pointer !important}.tg-brevo-wrap .sib-form-block__button:hover{background:var(--green-mid,#40916C) !important}.tg-brevo-wrap .sib-form__declaration{background:rgba(0,0,0,.18) !important;border-radius:12px !important;padding:12px !important}.tg-brevo-wrap .sib-form__declaration .declaration-block-icon{display:none !important}.tg-brevo-wrap .sib-form__declaration p{color:var(--text-dim) !important;font-size:12px !important;line-height:1.5 !important}.tg-brevo-wrap .sib-form__declaration a{color:var(--green-mid) !important}.tg-brevo-wrap .sib-form-message-panel{margin:0 auto 14px !important;border-style:solid !important;border-width:1px !important}@media (max-width:900px){.kontakt-split{grid-template-columns:1fr !important}.tg-brevo-wrap #sib-container{padding:22px !important}}@media(max-width:768px){.blog-back-btn{padding:16px 20px 0 !important}.blog-layout{padding:40px 16px !important}}.article-content,.blog-content,.subpage-content{line-height:1.75}.article-content p,.blog-content p,.subpage-content p{text-wrap:pretty}.article-content h2,.blog-content h2{scroll-margin-top:96px}.article-card,.highlight-card,.contact-row{will-change:transform}.sib-form,.tg-newsletter-wrap{max-width:100%}.sib-form-container{width:100%}@media (max-width:768px){.subpage-content{padding-left:20px;padding-right:20px}.footer-bottom{padding-left:24px !important;padding-right:24px !important}.sib-container--large{max-width:100% !important}}.related-articles-box{margin:64px auto 24px;padding:30px;border:1px solid rgba(201,168,76,.26);border-radius:22px;background:rgba(255,255,255,.035);max-width:980px}.related-articles-box h2{margin-top:0;margin-bottom:24px}.related-links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.related-link-card{display:block;padding:18px 20px;border-radius:16px;border:1px solid rgba(255,255,255,.11);background:rgba(0,0,0,.18);color:inherit;text-decoration:none;transition:transform .2s ease,border-color .2s ease,background .2s ease}.related-link-card:hover{transform:translateY(-2px);border-color:rgba(201,168,76,.55);background:rgba(201,168,76,.08)}.related-link-card strong{display:block;color:#fff;margin-bottom:6px}.related-link-card span{display:block;color:var(--text-dim,#b8b8b8);font-size:.95rem;line-height:1.45}.inline-seo-link{color:#C9A84C;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(201,168,76,.45)}.inline-seo-link:hover{border-bottom-color:#C9A84C}@media (max-width:700px){.related-articles-box{margin:44px 0 18px;padding:22px 18px}.related-links-grid{grid-template-columns:1fr}}.related-articles-box.deep-related-box{margin:72px auto 30px;padding:34px;border:1px solid rgba(201,168,76,.30);border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(201,168,76,.045));max-width:1000px;overflow:hidden}.related-articles-box .related-intro{color:var(--text-dim,#b8b8b8);margin-top:-8px;margin-bottom:24px}.related-links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.related-link-card{display:block;padding:18px 20px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.20);color:inherit;text-decoration:none;transition:transform .2s ease,border-color .2s ease,background .2s ease}.related-link-card:hover{transform:translateY(-2px);border-color:rgba(201,168,76,.60);background:rgba(201,168,76,.10)}.related-link-card strong{display:block;color:#fff;margin-bottom:7px;line-height:1.3}.related-link-card span{display:block;color:var(--text-dim,#b8b8b8);font-size:.95rem;line-height:1.5}.inline-seo-link{color:#C9A84C;font-weight:800;text-decoration:none;border-bottom:1px solid rgba(201,168,76,.45)}.inline-seo-link:hover{border-bottom-color:#C9A84C}@media (max-width:700px){.related-articles-box.deep-related-box{margin:48px 0 20px;padding:22px 18px}.related-links-grid{grid-template-columns:1fr}}.seo-summary-box,.seo-faq-box,.blog-post-note,.blog-post-cta{border:1px solid rgba(201,168,76,.28);background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(201,168,76,.035));border-radius:22px;padding:24px;margin:34px 0}.seo-summary-box ul{margin-bottom:0}.seo-faq-box details{border-top:1px solid rgba(255,255,255,.10);padding:16px 0}.seo-faq-box details:first-of-type{border-top:0}.seo-faq-box summary{cursor:pointer;font-weight:800;color:#fff}.seo-faq-box details p{margin-bottom:0}@media(max-width:700px){.seo-summary-box,.seo-faq-box,.blog-post-note,.blog-post-cta{padding:20px 16px;margin:28px 0}}.seo-summary-box,.seo-faq-box,.blog-post-note,.blog-post-cta{border:1px solid rgba(201,168,76,.28);background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(201,168,76,.035));border-radius:22px;padding:24px;margin:34px 0}.seo-summary-box ul{margin-bottom:0}.seo-faq-box details{border-top:1px solid rgba(255,255,255,.10);padding:16px 0}.seo-faq-box details:first-of-type{border-top:0}.seo-faq-box summary{cursor:pointer;font-weight:800;color:#fff}.seo-faq-box details p{margin-bottom:0}@media(max-width:700px){.seo-summary-box,.seo-faq-box,.blog-post-note,.blog-post-cta{padding:20px 16px;margin:28px 0}}.sidebar-card h3{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:2.5px;color:var(--gold);text-transform:uppercase;margin-bottom:14px}footer h3{font-family:"DM Mono",monospace;font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--text-faint);margin:0 0 16px}#loader *{pointer-events:none}.mobile-nav{position:fixed !important;left:0 !important;right:0 !important;top:112px !important;width:100% !important;max-width:none !important;min-height:calc(100vh - 112px) !important;padding:28px 26px 42px !important;background:rgba(7,10,13,0.98) !important;border-top:1px solid rgba(201,168,76,0.28) !important;z-index:9998 !important;display:flex !important;flex-direction:column !important;gap:16px !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transform:translateY(-10px) !important;transition:opacity .22s ease,transform .22s ease,visibility .22s ease !important}.mobile-nav.active{opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:translateY(0) !important}.mobile-nav a{display:block !important;color:#fff !important;text-decoration:none !important;font-family:'DM Mono',monospace !important;font-size:17px !important;letter-spacing:.16em !important;text-transform:uppercase !important;padding:14px 0 !important;border-bottom:1px solid rgba(255,255,255,.08) !important}.mobile-nav a:hover{color:#C9A84C !important}.mobile-nav .mobile-nav-cta{margin-top:8px !important;padding:16px 18px !important;border-radius:999px !important;background:linear-gradient(135deg,#C9A84C,#8B6B1F) !important;color:#080b0e !important;border-bottom:none !important;text-align:center !important;font-weight:800 !important}.hamburger{position:relative !important;z-index:10000 !important}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg) !important}.hamburger.active span:nth-child(2){opacity:0 !important}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg) !important}@media (min-width:901px){.mobile-nav{display:none !important}}@media (max-width:520px){.mobile-nav{top:104px !important;min-height:calc(100vh - 104px) !important}.mobile-nav a{font-size:15px !important;letter-spacing:.12em !important}}.mobile-nav.active{display:flex !important}.mobile-nav:not(.active):not(.open){display:none !important}#loader.hidden{opacity:0;visibility:hidden;pointer-events:none;display:none!important}.premium-theme{--green:#7B2034;--green-dark:#4A1020;--green-mid:#A43A54;--green-glow:rgba(123,32,52,.28);--green-soft:rgba(123,32,52,.10);--gold:#D4AF37;--gold-dim:rgba(212,175,55,.12);--black:#12090B;--dark:#1A0E12;--surface:#211216;--card:#2B171D;--panel:#361C24;--border:rgba(212,175,55,.18);--border-green:rgba(123,32,52,.34);--border-gold:rgba(212,175,55,.25);--text:#F4E8D8;--text-dim:#D6C4AE;--text-faint:#A88F74;--white:#FFF8EF;--beige:#E6DCC2;--cream:#F5EBDD;--bordeaux:#5B1E2B;background:radial-gradient(circle at 12% 18%,rgba(212,175,55,.08),transparent 24%),radial-gradient(circle at 88% 22%,rgba(123,32,52,.22),transparent 22%),linear-gradient(180deg,#16090d 0%,#12090b 30%,#1a0d11 100%);color:var(--text);font-family:'Montserrat','Nunito',system-ui,sans-serif}.premium-theme *{scrollbar-color:rgba(212,175,55,.55) rgba(255,255,255,.06)}.premium-theme::before{content:'';position:fixed;inset:0;pointer-events:none;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(circle at center,rgba(0,0,0,.55),transparent 90%);opacity:.22}.premium-theme::after{content:'';position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 50% 0%,rgba(212,175,55,.10),transparent 38%),radial-gradient(circle at 50% 100%,rgba(123,32,52,.12),transparent 38%)}.premium-theme .ann-banner{display:none !important}.premium-theme header{top:0 !important;height:84px;padding:0 34px !important;background:rgba(19,10,12,.72) !important;border-bottom:1px solid rgba(212,175,55,.18) !important;box-shadow:0 14px 40px rgba(0,0,0,.26);backdrop-filter:blur(16px) saturate(120%)}.premium-theme header.scrolled{background:rgba(19,10,12,.9) !important}.premium-theme .mobile-nav{top:84px !important;min-height:calc(100vh - 84px) !important;background:rgba(21,9,13,.97) !important;border-top:1px solid rgba(212,175,55,.24) !important}.premium-theme .logo-wrap img{width:58px !important;height:58px !important;object-fit:cover !important;border-radius:50% !important;border:1px solid rgba(212,175,55,.28);box-shadow:0 0 0 4px rgba(212,175,55,.08),0 12px 30px rgba(0,0,0,.35)}.premium-theme .logo-name{font-family:'Playfair Display',Georgia,serif !important;font-size:30px !important;letter-spacing:1px !important;text-transform:uppercase}.premium-theme .logo-name span{color:var(--gold) !important}.premium-theme .logo-tagline{font-family:'Montserrat',sans-serif !important;font-size:10px !important;letter-spacing:3.2px !important;color:var(--text-dim) !important;opacity:.92}.premium-theme nav a{font-family:'Montserrat',sans-serif !important;font-size:11px !important;letter-spacing:1.8px !important;color:rgba(245,235,221,.8) !important;padding:10px 12px !important}.premium-theme nav a:hover{color:#fff !important;background:rgba(212,175,55,.08) !important}.premium-theme .btn-nav,.premium-theme .mobile-nav .mobile-nav-cta{background:linear-gradient(135deg,#7B2034 0%,#9A3850 100%) !important;color:#fff7ea !important;box-shadow:0 12px 30px rgba(123,32,52,.32) !important;border:1px solid rgba(245,235,221,.14) !important}.premium-theme .btn-primary{background:linear-gradient(135deg,#7B2034 0%,#9A3850 100%) !important;color:#fff7ea !important;border:1px solid rgba(245,235,221,.18) !important;box-shadow:0 16px 36px rgba(123,32,52,.26),inset 0 1px 0 rgba(255,255,255,.12) !important;font-weight:700 !important;letter-spacing:.4px;border-radius:999px !important}.premium-theme .btn-primary:hover{background:linear-gradient(135deg,#8b2740 0%,#b24762 100%) !important}.premium-theme .btn-secondary{background:rgba(255,248,239,.04) !important;color:var(--cream) !important;border:1px solid rgba(212,175,55,.22) !important;border-radius:999px !important}.premium-theme .btn-secondary:hover{background:rgba(212,175,55,.08) !important;border-color:rgba(212,175,55,.42) !important}.premium-theme .hero,.premium-theme .premium-hero{min-height:92vh !important;padding:148px 56px 96px !important;gap:24px !important;background:linear-gradient(90deg,rgba(17,8,11,.78) 0%,rgba(17,8,11,.52) 44%,rgba(17,8,11,.36) 100%),url('hero-v8-luxury-v67.png') center/cover no-repeat !important;position:relative;overflow:hidden;align-items:flex-end !important}.premium-theme .hero::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,8,11,.10) 0%,rgba(17,8,11,.24) 50%,rgba(17,8,11,.62) 100%);z-index:0}.premium-theme .hero-blob,.premium-theme .pokeball-bg,.premium-theme .hero-visual{display:none !important}.premium-theme .hero-content{max-width:760px !important;position:relative;z-index:2;background:linear-gradient(135deg,rgba(245,235,221,.92),rgba(230,220,194,.86));color:#2B1A14;padding:34px 34px 26px;border-radius:28px;border:1px solid rgba(212,175,55,.28);box-shadow:0 28px 80px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.7)}.premium-theme .hero-eyebrow{background:rgba(123,32,52,.08) !important;border:1px solid rgba(123,32,52,.18) !important;color:#6E2133 !important;font-family:'Montserrat',sans-serif !important;font-weight:600 !important;letter-spacing:2.2px !important}.premium-theme .eyebrow-dot{background:var(--gold) !important}.premium-theme .hero h1{font-family:'Playfair Display',Georgia,serif !important;color:#26150F !important;font-size:clamp(54px,7vw,92px) !important;line-height:.92 !important;letter-spacing:.4px !important}.premium-theme .hero h1 em{color:#7B2034 !important;display:block;font-style:normal !important}.premium-theme .hero-sub{color:#5E463A !important;font-size:18px !important;max-width:610px !important;margin-bottom:26px !important}.premium-theme .hero-actions{gap:14px !important}.premium-theme .hero-stats{margin-top:28px !important;padding-top:18px !important;border-top:1px solid rgba(91,30,43,.12) !important;gap:16px !important}.premium-theme .hero-stats>div{background:rgba(255,255,255,.42);padding:14px 16px;min-width:145px;border-radius:16px;border:1px solid rgba(91,30,43,.10);flex:1}.premium-theme .hero-stat-num{font-family:'Playfair Display',Georgia,serif !important;color:#251410 !important;font-size:36px !important}.premium-theme .hero-stat-num span{color:var(--gold) !important}.premium-theme .hero-stat-label{font-size:10px !important;color:#7B6252 !important;letter-spacing:2px !important}.premium-theme .section,.premium-theme .home-blog-showcase,.premium-theme .subpage-content,.premium-theme .related-articles-box,.premium-theme .blog-layout,.premium-theme .blog-overview-grid{position:relative}.premium-theme .section{padding-top:104px !important;padding-bottom:104px !important}.premium-theme .label,.premium-theme .blog-hero-category,.premium-theme .hs-cat,.premium-theme .faq-cat-label,.premium-theme .custom-hero-badge,.premium-theme .sidebar-card h3{color:var(--gold) !important;font-family:'Montserrat',sans-serif !important;font-size:11px !important;letter-spacing:3px !important}.premium-theme h2,.premium-theme .subpage-hero h1,.premium-theme .blog-hero h1,.premium-theme .blog-overview-grid h1,.premium-theme .hs-title,.premium-theme .custom-feat-title,.premium-theme .faq-item strong,.premium-theme .related-articles-box h2,.premium-theme .blog-article h2,.premium-theme .blog-article h3{font-family:'Playfair Display',Georgia,serif !important}.premium-theme h2{font-size:clamp(34px,4vw,56px) !important;color:#281610 !important;line-height:1.05 !important}.premium-theme h2 em{color:#7B2034 !important;font-style:normal}.premium-theme #about-section,.premium-theme .kontakt,.premium-theme .home-blog-showcase,.premium-theme .subpage-content,.premium-theme .blog-overview-grid,.premium-theme .faq-category,.premium-theme .custom-notice,.premium-theme .custom-cta-box,.premium-theme .related-articles-box,.premium-theme .seo-summary-box,.premium-theme .seo-faq-box,.premium-theme .blog-post-note,.premium-theme .blog-post-cta{background:linear-gradient(180deg,rgba(245,235,221,.98),rgba(230,220,194,.98)) !important;color:#2b1a14 !important}.premium-theme #about-section p,.premium-theme .kontakt p,.premium-theme .subpage-content p,.premium-theme .blog-article p,.premium-theme .blog-article li,.premium-theme .related-link-card span,.premium-theme .hs-body,.premium-theme .faq-answer,.premium-theme .custom-feat-desc,.premium-theme .blog-overview-grid p,.premium-theme .subpage-hero-sub,.premium-theme .blog-hero-meta,.premium-theme .blog-author-bio,.premium-theme .blog-highlight,.premium-theme .blog-faq,.premium-theme .custom-intro,.premium-theme .custom-why,.premium-theme .sidebar-card,.premium-theme .seo-summary-box,.premium-theme .seo-faq-box,.premium-theme .blog-post-note,.premium-theme .blog-post-cta{color:#5d473b !important}.premium-theme .highlights,.premium-theme footer,.premium-theme .sidebar-card,.premium-theme .subpage-hero,.premium-theme .blog-hero,.premium-theme .blog-back-btn a{background:linear-gradient(180deg,rgba(27,13,17,.98),rgba(20,10,13,.98)) !important;color:var(--text) !important}.premium-theme .blog-article,.premium-theme .blog-table-wrap,.premium-theme .blog-author-box,.premium-theme .blog-highlight,.premium-theme .blog-faq,.premium-theme .blog-cta{background:linear-gradient(180deg,rgba(255,249,243,.98),rgba(244,232,215,.98)) !important;color:#2b1a14 !important}.premium-theme .subpage-hero,.premium-theme .blog-hero{padding-top:150px !important;border-bottom:1px solid rgba(212,175,55,.15) !important;overflow:hidden;position:relative}.premium-theme .subpage-hero::before,.premium-theme .blog-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,9,11,.86),rgba(18,9,11,.68)),url('hero-v8-luxury-v67.png') center/cover no-repeat;opacity:.55;z-index:0}.premium-theme .subpage-hero>*,.premium-theme .blog-hero>*{position:relative;z-index:1}.premium-theme .subpage-hero h1,.premium-theme .blog-hero h1{color:#fff8ef !important;font-size:clamp(42px,5vw,74px) !important;line-height:1.02 !important}.premium-theme .subpage-bg-word,.premium-theme .blog-bg-word{color:rgba(212,175,55,.06) !important;font-family:'Playfair Display',serif !important}.premium-theme .about-img,.premium-theme .hs-card,.premium-theme .highlight-card,.premium-theme .contact-row,.premium-theme .faq-item,.premium-theme .custom-feat,.premium-theme .custom-for-grid>*,.premium-theme .blog-article,.premium-theme .sidebar-card,.premium-theme .related-link-card,.premium-theme .blog-table-wrap,.premium-theme .blog-author-box,.premium-theme .blog-highlight,.premium-theme .blog-faq,.premium-theme .blog-cta,.premium-theme .faq-category,.premium-theme .custom-notice,.premium-theme .custom-cta-box,.premium-theme .seo-summary-box,.premium-theme .seo-faq-box,.premium-theme .blog-post-note,.premium-theme .blog-post-cta{border:1px solid rgba(212,175,55,.22) !important;border-radius:24px !important;box-shadow:0 20px 54px rgba(0,0,0,.12)}.premium-theme .about-img{box-shadow:0 22px 60px rgba(77,38,13,.16) !important}.premium-theme .highlight-card,.premium-theme .contact-row,.premium-theme .custom-feat,.premium-theme .custom-for-grid>*,.premium-theme .faq-item,.premium-theme .faq-category{background:linear-gradient(180deg,rgba(255,249,243,.86),rgba(244,232,215,.9)) !important;color:#301c15 !important}.premium-theme .highlight-card h3,.premium-theme .contact-row strong,.premium-theme .faq-item strong,.premium-theme .custom-feat-title{color:#2a1712 !important}.premium-theme .highlight-card:hover,.premium-theme .hs-card:hover,.premium-theme .related-link-card:hover,.premium-theme .faq-item:hover,.premium-theme .custom-feat:hover{transform:translateY(-5px);box-shadow:0 28px 70px rgba(123,32,52,.14)}.premium-theme .highlights{padding-top:100px !important;padding-bottom:100px !important}.premium-theme .highlights h2{color:#fff6eb !important}.premium-theme .highlights h2 em{color:var(--gold) !important}.premium-theme .highlights .label,.premium-theme .kontakt .label{color:var(--gold) !important}.premium-theme .kontakt h2{color:#281610 !important}.premium-theme .kontakt h2 em{color:#7B2034 !important}.premium-theme .home-blog-showcase{background:linear-gradient(180deg,#1a0d11 0%,#13090b 12%,#f5ebdd 12%,#e6dcc2 100%) !important}.premium-theme .home-blog-showcase .btn-secondary{color:#5B1E2B !important;border-color:rgba(91,30,43,.24) !important;background:rgba(255,255,255,.36) !important}.premium-theme .hs-card{background:linear-gradient(180deg,rgba(255,249,243,.98),rgba(244,232,215,.98)) !important;width:calc((100% - 40px) / 3) !important;overflow:hidden !important}.premium-theme .hs-title{font-size:26px !important;line-height:1.1 !important;color:#2c1a14 !important;letter-spacing:.2px !important}.premium-theme .hs-body{padding:18px 18px 20px !important}.premium-theme .hs-thumb{height:184px !important}.premium-theme #hsNav button{background:rgba(91,30,43,.12) !important;color:#5B1E2B !important;border-color:rgba(91,30,43,.16) !important}.premium-theme .tg-brevo-wrap #sib-container,.premium-theme .sib-container--large{background:linear-gradient(180deg,rgba(255,250,245,.94),rgba(244,232,215,.94)) !important;border:1px solid rgba(212,175,55,.24) !important;box-shadow:0 22px 60px rgba(79,36,23,.10) !important}.premium-theme .tg-brevo-wrap input.input,.premium-theme input.input,.premium-theme textarea,.premium-theme select{background:rgba(255,255,255,.74) !important;border:1px solid rgba(91,30,43,.14) !important;color:#2c1a14 !important;border-radius:14px !important}.premium-theme .tg-brevo-wrap .entry__label,.premium-theme .tg-brevo-wrap .sib-form-block p:first-child,.premium-theme .tg-brevo-wrap .sib-text-form-block p,.premium-theme .tg-brevo-wrap .entry__specification,.premium-theme .tg-brevo-wrap .sib-form__declaration p,.premium-theme .tg-brevo-wrap .sib-form__declaration a{color:#5d473b !important}.premium-theme .tg-brevo-wrap .sib-form-block__button{background:linear-gradient(135deg,#7B2034,#9A3850) !important;border-radius:999px !important}.premium-theme footer{border-top:1px solid rgba(212,175,55,.18) !important;position:relative;overflow:hidden}.premium-theme footer::before{content:'';position:absolute;inset:auto 0 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,.36),transparent)}.premium-theme footer p,.premium-theme footer a,.premium-theme footer li,.premium-theme footer small{color:var(--text-dim) !important}.premium-theme footer a:hover{color:#fff8ef !important}.premium-theme .sakura-layer{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:25}.premium-theme .petal{position:absolute;top:-10vh;width:18px;height:14px;background:radial-gradient(circle at 30% 30%,#fff1f2 0%,#f5c6cf 58%,#d68597 100%);border-radius:65% 0 65% 0;opacity:.78;filter:drop-shadow(0 3px 4px rgba(91,30,43,.18));animation-name:petalFall,petalSway;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite}.premium-theme .petal::after{content:'';position:absolute;width:2px;height:2px;border-radius:50%;background:#d07a8d;left:50%;top:46%;transform:translate(-50%,-50%);opacity:.75}@keyframes petalFall{from{transform:translate3d(0,-15vh,0) rotate(0deg)}to{transform:translate3d(var(--petal-x,120px),110vh,0) rotate(360deg)}}@keyframes petalSway{0%,100%{margin-left:0}50%{margin-left:26px}}@media (max-width:900px){.premium-theme header{padding:0 18px !important;height:78px !important}.premium-theme .mobile-nav{top:78px !important;min-height:calc(100vh - 78px) !important}.premium-theme .hero{padding:126px 18px 54px !important;min-height:auto !important}.premium-theme .hero-content{padding:22px 20px 18px !important;border-radius:22px !important}.premium-theme .hero h1{font-size:clamp(42px,14vw,72px) !important}.premium-theme .hero-sub{font-size:16px !important}.premium-theme .hero-stats{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:10px !important}.premium-theme .hero-stats>div{min-width:0 !important;padding:12px 10px !important}.premium-theme .section{padding-top:72px !important;padding-bottom:72px !important}.premium-theme .hs-card{width:calc((100% - 20px) / 2) !important}}@media (max-width:580px){.premium-theme .logo-wrap img{width:50px !important;height:50px !important}.premium-theme .logo-name{font-size:24px !important}.premium-theme .logo-tagline{font-size:8.5px !important;letter-spacing:2.4px !important}.premium-theme .hero-stats{grid-template-columns:1fr !important}.premium-theme .hs-card{width:100% !important}.premium-theme .about-grid,.premium-theme .kontakt-split{gap:26px !important}}.premium-theme{--read-dark:#24150f;--read-body:#4b372d;--read-muted:#6b5548;--read-cream:#fff7ec;--read-beige:#efe3cc}.premium-theme p,.premium-theme li,.premium-theme .hero-sub,.premium-theme .subpage-hero-sub,.premium-theme .blog-article p,.premium-theme .blog-article li,.premium-theme .faq-answer,.premium-theme .custom-feat-desc{line-height:1.82 !important;letter-spacing:0 !important}.premium-theme header{background:rgba(18,9,12,.92) !important;box-shadow:0 16px 48px rgba(0,0,0,.34) !important}.premium-theme nav a{color:rgba(255,248,239,.92) !important;font-weight:700 !important}.premium-theme .logo-tagline{color:#F1DEC4 !important;opacity:1 !important}.premium-theme .hero,.premium-theme .premium-hero{background:linear-gradient(90deg,rgba(17,8,11,.86) 0%,rgba(17,8,11,.68) 42%,rgba(17,8,11,.50) 100%),url('hero-v8-luxury-v67.png') center/cover no-repeat !important}.premium-theme .hero-content{background:linear-gradient(135deg,rgba(255,247,236,.98),rgba(239,227,204,.96)) !important;color:var(--read-dark) !important;border:1px solid rgba(91,30,43,.18) !important;box-shadow:0 32px 90px rgba(0,0,0,.40),0 0 0 1px rgba(255,255,255,.36) inset !important}.premium-theme .hero h1{color:#1f120d !important;text-shadow:none !important}.premium-theme .hero h1 em{color:#6f1f32 !important}.premium-theme .hero-sub{color:#422f27 !important;font-weight:500 !important;font-size:18.5px !important}.premium-theme .hero-eyebrow{background:#fffaf3 !important;color:#702338 !important;border-color:rgba(112,35,56,.22) !important;font-weight:800 !important}.premium-theme .hero-stats>div{background:rgba(255,255,255,.72) !important;border-color:rgba(91,30,43,.14) !important}.premium-theme .hero-stat-label{color:#6a5143 !important;font-weight:700 !important}.premium-theme .btn-primary,.premium-theme .btn-nav,.premium-theme .mobile-nav .mobile-nav-cta{color:#fffaf3 !important;text-shadow:0 1px 0 rgba(0,0,0,.18) !important}.premium-theme .btn-secondary{color:#3a241b !important;background:rgba(255,255,255,.78) !important;border-color:rgba(91,30,43,.20) !important;font-weight:800 !important}.premium-theme #about-section,.premium-theme .kontakt,.premium-theme .home-blog-showcase,.premium-theme .subpage-content,.premium-theme .blog-overview-grid,.premium-theme .faq-category,.premium-theme .custom-notice,.premium-theme .custom-cta-box,.premium-theme .related-articles-box,.premium-theme .seo-summary-box,.premium-theme .seo-faq-box,.premium-theme .blog-post-note,.premium-theme .blog-post-cta{background:linear-gradient(180deg,#fff7ec 0%,#efe3cc 100%) !important}.premium-theme h2,.premium-theme .kontakt h2,.premium-theme .related-articles-box h2,.premium-theme .blog-article h2,.premium-theme .blog-article h3{color:#24150f !important;text-shadow:none !important}.premium-theme h2 em,.premium-theme .kontakt h2 em{color:#6f1f32 !important}.premium-theme #about-section p,.premium-theme .kontakt p,.premium-theme .subpage-content p,.premium-theme .blog-article p,.premium-theme .blog-article li,.premium-theme .related-link-card span,.premium-theme .hs-body,.premium-theme .faq-answer,.premium-theme .custom-feat-desc,.premium-theme .blog-overview-grid p,.premium-theme .custom-intro,.premium-theme .custom-why,.premium-theme .seo-summary-box,.premium-theme .seo-faq-box,.premium-theme .blog-post-note,.premium-theme .blog-post-cta{color:var(--read-body) !important;font-weight:500 !important}.premium-theme .highlight-card,.premium-theme .contact-row,.premium-theme .custom-feat,.premium-theme .custom-for-grid>*,.premium-theme .faq-item,.premium-theme .faq-category,.premium-theme .hs-card,.premium-theme .related-link-card,.premium-theme .blog-article,.premium-theme .blog-table-wrap,.premium-theme .blog-author-box,.premium-theme .blog-highlight,.premium-theme .blog-faq,.premium-theme .blog-cta{background:linear-gradient(180deg,#fffaf4 0%,#f3e6d1 100%) !important;color:#24150f !important;border-color:rgba(91,30,43,.18) !important}.premium-theme .highlight-card h3,.premium-theme .contact-row strong,.premium-theme .faq-item strong,.premium-theme .custom-feat-title,.premium-theme .hs-title,.premium-theme .related-link-card strong{color:#22130e !important}.premium-theme .label,.premium-theme .hs-cat,.premium-theme .faq-cat-label,.premium-theme .custom-hero-badge,.premium-theme .blog-hero-category{color:#7b2034 !important;font-weight:800 !important}.premium-theme .highlights{background:linear-gradient(180deg,#160a0e 0%,#211116 100%) !important}.premium-theme .highlights h2,.premium-theme .highlights h2 em{color:#fff7ec !important}.premium-theme .highlights .label{color:#d4af37 !important}.premium-theme .highlights .highlight-card{background:linear-gradient(180deg,rgba(255,250,244,.97),rgba(239,227,204,.97)) !important}.premium-theme .subpage-hero,.premium-theme .blog-hero{background:#15090d !important}.premium-theme .subpage-hero::before,.premium-theme .blog-hero::before{opacity:.42 !important;background:linear-gradient(90deg,rgba(18,9,11,.96),rgba(18,9,11,.84)),url('hero-v8-luxury-v67.png') center/cover no-repeat !important}.premium-theme .subpage-hero h1,.premium-theme .blog-hero h1{color:#fff7ec !important;text-shadow:0 8px 28px rgba(0,0,0,.42) !important}.premium-theme .subpage-hero-sub,.premium-theme .blog-hero-meta{color:#f3dfc5 !important;font-weight:500 !important}.premium-theme footer p,.premium-theme footer a,.premium-theme footer li,.premium-theme footer small{color:#ead8c0 !important}.premium-theme footer h3{color:#d4af37 !important}.premium-theme .petal{opacity:.36 !important;filter:drop-shadow(0 2px 3px rgba(91,30,43,.12)) !important}@media (max-width:900px){.premium-theme .hero,.premium-theme .premium-hero{background:linear-gradient(180deg,rgba(17,8,11,.62) 0%,rgba(17,8,11,.78) 42%,rgba(17,8,11,.88) 100%),url('hero-v8-luxury-v67.png') center/cover no-repeat !important}.premium-theme .hero-content{background:linear-gradient(180deg,rgba(255,247,236,.985),rgba(239,227,204,.98)) !important}.premium-theme .hero-sub{font-size:16.5px !important;line-height:1.75 !important}.premium-theme .hero h1{letter-spacing:-.5px !important}}.v17-blog-overview{max-width:1480px !important;padding:56px clamp(18px,4vw,72px) 96px !important;margin:0 auto !important;position:relative}.v17-blog-overview:before{content:"";position:absolute;inset:24px clamp(12px,3vw,44px) 36px;border:1px solid rgba(123,32,52,.10);border-radius:34px;pointer-events:none;background:radial-gradient(circle at 18% 12%,rgba(212,175,55,.10),transparent 22%),radial-gradient(circle at 86% 20%,rgba(91,30,43,.08),transparent 20%),linear-gradient(180deg,rgba(255,249,239,.62),rgba(230,220,194,.30));z-index:-1}.v17-blog-intro{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:stretch;margin-bottom:26px}.v17-blog-intro>div,.v17-blog-intro aside{background:linear-gradient(135deg,rgba(255,250,240,.96),rgba(232,220,190,.94));border:1px solid rgba(123,32,52,.12);border-radius:28px;box-shadow:0 24px 70px rgba(43,20,14,.10);padding:28px;position:relative;overflow:hidden}.v17-blog-intro>div:after,.v17-blog-intro aside:after,.v17-blog-card:after,.v17-feature-card:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.32;background-image:radial-gradient(rgba(91,30,43,.10) 1px,transparent 1px),linear-gradient(115deg,transparent 0%,rgba(255,255,255,.28) 45%,transparent 70%);background-size:18px 18px,100% 100%;mix-blend-mode:multiply}.v17-eyebrow{font-size:12px;letter-spacing:3.5px;text-transform:uppercase;color:#7B2034;font-weight:800;margin-bottom:10px}.v17-blog-intro h2{font-family:"Playfair Display",Georgia,serif !important;font-size:clamp(36px,4.5vw,68px) !important;line-height:.98 !important;margin:0 0 14px !important;color:#25130e !important}.v17-blog-intro p{max-width:820px;margin:0;color:#5E463A !important;font-size:17px;line-height:1.75}.v17-blog-intro aside{display:flex;flex-wrap:wrap;gap:10px;align-content:flex-start}.v17-blog-intro aside strong{width:100%;font-family:"Playfair Display",Georgia,serif;font-size:25px;color:#25130e;margin-bottom:6px}.v17-blog-intro aside span{display:inline-flex;align-items:center;border:1px solid rgba(123,32,52,.16);background:rgba(255,255,255,.45);color:#6E2133;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800;letter-spacing:.5px}.v17-filterbar{display:flex !important;gap:10px !important;flex-wrap:wrap !important;margin:0 0 26px !important;padding:12px;border-radius:24px;background:rgba(255,250,240,.72);border:1px solid rgba(123,32,52,.10);box-shadow:0 18px 50px rgba(43,20,14,.08);position:sticky;top:92px;z-index:20;backdrop-filter:blur(14px)}.v17-filter{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(123,32,52,.14);background:linear-gradient(180deg,rgba(255,255,255,.74),rgba(244,232,215,.72));color:#5B1E2B;border-radius:999px;padding:11px 15px;font-size:12px;font-weight:900;letter-spacing:.6px;cursor:pointer;transition:transform .25s ease,background .25s ease,box-shadow .25s ease,color .25s ease}.v17-filter:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(91,30,43,.12)}.v17-filter.active{color:#fff8ef;background:linear-gradient(135deg,#6D1A2E,#9B3652);border-color:rgba(212,175,55,.34);box-shadow:0 16px 32px rgba(91,30,43,.20)}.v17-feature-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:22px;margin-bottom:24px}.v17-feature-card,.v17-blog-card{position:relative;text-decoration:none !important;color:#2b1a14 !important;overflow:hidden;isolation:isolate}.v17-feature-card{min-height:320px;border-radius:30px;border:1px solid rgba(212,175,55,.28);padding:30px;display:flex;flex-direction:column;justify-content:flex-end;background:radial-gradient(circle at 88% 18%,rgba(212,175,55,.16),transparent 20%),linear-gradient(145deg,#fffaf0,#e9dcc0 68%,#e2cfa6);box-shadow:0 26px 80px rgba(43,20,14,.14);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.v17-feature-card:first-child{background:radial-gradient(circle at 82% 16%,rgba(212,175,55,.18),transparent 23%),linear-gradient(145deg,#fffaf0,#e9dcc0 58%,rgba(91,30,43,.18))}.v17-feature-card:hover,.v17-blog-card:hover{transform:translateY(-6px);box-shadow:0 34px 90px rgba(43,20,14,.18);border-color:rgba(212,175,55,.48)}.v17-card-mark{position:absolute;top:22px;right:24px;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;color:#D4AF37;background:#5B1E2B;font-size:24px;box-shadow:0 16px 36px rgba(91,30,43,.25);z-index:2}.v17-card-kicker{position:relative;z-index:2;font-size:11px;letter-spacing:2.2px;text-transform:uppercase;font-weight:900;color:#7B2034;margin-bottom:12px}.v17-feature-card h2{position:relative;z-index:2;font-family:"Playfair Display",Georgia,serif !important;color:#24120e !important;font-size:clamp(30px,3.4vw,48px) !important;line-height:1.02 !important;margin:0 0 14px !important}.v17-feature-card p{position:relative;z-index:2;color:#5E463A !important;line-height:1.65;margin:0 0 18px;max-width:560px}.v17-read{position:relative;z-index:2;color:#6D1A2E;font-weight:900}.v17-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:18px !important}.v17-blog-card{min-height:250px;border-radius:24px;border:1px solid rgba(123,32,52,.13);padding:22px;display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(255,250,240,.98),rgba(242,230,206,.96));box-shadow:0 18px 48px rgba(43,20,14,.09)}.v17-blog-card-top{position:relative;z-index:2;display:flex;align-items:center;gap:8px;margin-bottom:14px}.v17-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#5B1E2B;color:#D4AF37;font-size:17px;box-shadow:0 10px 22px rgba(91,30,43,.18)}.v17-cat{font-size:11px;text-transform:uppercase;font-weight:900;letter-spacing:1.4px;color:#7B2034}.v17-jp{margin-left:auto;font-size:11px;font-weight:900;color:rgba(91,30,43,.42)}.v17-blog-card h3{position:relative;z-index:2;font-family:"Playfair Display",Georgia,serif !important;color:#25130e !important;font-size:25px !important;line-height:1.08 !important;margin:0 0 12px !important}.v17-blog-card p{position:relative;z-index:2;color:#5E463A !important;line-height:1.62;margin:0 0 18px;flex:1}.v17-card-footer{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(91,30,43,.12);padding-top:14px;font-size:12px;color:#92765F}.v17-card-footer strong{color:#6D1A2E;font-size:13px}.v17-card-cat-seltenheit{background:linear-gradient(180deg,#fffaf0,#f1dfbd) !important}.v17-card-cat-grading{background:linear-gradient(180deg,#fffaf0,#eadfcf) !important}.v17-card-cat-pflege{background:linear-gradient(180deg,#fffaf0,#e8e1c6) !important}.v17-card-cat-investment{background:linear-gradient(180deg,#fffaf0,#ead5ba) !important}.v17-card-cat-story{background:linear-gradient(180deg,#fffaf0,#f0dccf) !important}.v17-card-cat-custom{background:linear-gradient(180deg,#fffaf0,#e7d6c8) !important}.v17-empty{margin-top:22px;background:rgba(255,250,240,.86);border:1px solid rgba(123,32,52,.13);border-radius:22px;padding:22px;color:#5E463A;font-weight:800;text-align:center}@media(max-width:1180px){.v17-feature-grid{grid-template-columns:1fr 1fr}.v17-feature-card:first-child{grid-column:1/-1}.v17-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}}@media(max-width:850px){.v17-blog-intro{grid-template-columns:1fr}.v17-filterbar{position:relative;top:auto}.v17-feature-grid{grid-template-columns:1fr}.v17-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}@media(max-width:560px){.v17-blog-overview{padding:34px 16px 70px !important}.v17-blog-intro>div,.v17-blog-intro aside{padding:22px;border-radius:22px}.v17-feature-card{min-height:260px;padding:24px;border-radius:24px}.v17-grid{grid-template-columns:1fr !important}}.premium-theme .blog-faq .faq-item,.premium-theme .faq-section .faq-item,.premium-theme .seo-faq-box details{transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease !important}.premium-theme .blog-faq .faq-q,.premium-theme .faq-section .faq-question{cursor:pointer !important;user-select:none !important}.premium-theme .blog-faq .faq-a,.premium-theme .faq-section .faq-answer{max-height:0 !important;overflow:hidden !important;padding-top:0 !important;padding-bottom:0 !important;transition:max-height .32s ease,padding .32s ease !important}.premium-theme .blog-faq .faq-item.open .faq-a{max-height:1200px !important;padding:0 20px 18px !important}.premium-theme .faq-section .faq-item.open .faq-answer{max-height:1200px !important;padding:0 22px 20px !important}.premium-theme .blog-faq .faq-item.open .faq-icon,.premium-theme .faq-section .faq-item.open .faq-arrow{transform:rotate(45deg) !important}.premium-theme .blog-faq .faq-item.open{border-color:rgba(216,180,90,.48) !important;box-shadow:0 16px 42px rgba(62,30,20,.10) !important}@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800;900&family=Montserrat:wght@400;500;600;700;800&display=swap");:root{--tgv5-ink:#1A1110;--tgv5-espresso:#120B0A;--tgv5-bordeaux:#5B1E2D;--tgv5-bordeaux-2:#7E2A3E;--tgv5-bordeaux-soft:#F3E2E4;--tgv5-gold:#D4B06A;--tgv5-gold-2:#F0DCA4;--tgv5-cream:#F4EBDD;--tgv5-washi:#E7D8C3;--tgv5-beige:#DCCBB5;--tgv5-paper:#FBF5EA;--tgv5-muted:#756051;--tgv5-line:rgba(90,50,38,.16);--tgv5-gold-line:rgba(212,176,106,.34);--tgv5-shadow:0 28px 90px rgba(44,20,14,.16);--tgv5-shadow-strong:0 42px 120px rgba(0,0,0,.34);--tgv5-radius:30px}html{scroll-behavior:smooth}body.premium-theme{--green:var(--tgv5-bordeaux);--green-dark:#42131F;--green-mid:#A74A60;--gold:var(--tgv5-gold);--black:var(--tgv5-espresso);--dark:#1a100f;--surface:#221412;--card:#FBF5EA;--panel:#F4EBDD;--border:var(--tgv5-line);--text:#F9F0E5;--text-dim:#D7C8B6;--text-faint:#AD9984;background:radial-gradient(circle at 12% 0%,rgba(212,176,106,.10),transparent 28%),linear-gradient(180deg,#120B0A 0%,#1A1110 18%,#F4EBDD 18%,#E7D8C3 100%) !important;font-family:"Montserrat","Nunito",system-ui,sans-serif !important;color:var(--tgv5-ink);letter-spacing:.01em;overflow-x:hidden}body.premium-theme::before{content:"";position:fixed;inset:0;z-index:-4;pointer-events:none;background-image:radial-gradient(circle at 1px 1px,rgba(90,50,38,.055) 1px,transparent 0),linear-gradient(120deg,rgba(255,255,255,.20),transparent 36%,rgba(212,176,106,.10));background-size:28px 28px,auto;opacity:.72}body.premium-theme::after{content:"";position:fixed;inset:0;z-index:-3;pointer-events:none;background:radial-gradient(circle at 80% 12%,rgba(91,30,45,.12),transparent 26%),radial-gradient(circle at 18% 88%,rgba(212,176,106,.16),transparent 30%)}.premium-theme .ann-banner{display:none!important}.premium-theme .tgv5-reveal{opacity:0;transform:translateY(24px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.9,.18,1)}.premium-theme .tgv5-reveal.is-visible{opacity:1;transform:translateY(0)}.premium-theme::selection{background:rgba(91,30,45,.22);color:#2A1712}.premium-theme header{position:fixed!important;top:18px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:min(1180px,calc(100% - 32px))!important;height:82px!important;padding:0 18px 0 16px!important;border:1px solid rgba(212,176,106,.28)!important;border-radius:999px!important;background:rgba(20,12,11,.72)!important;box-shadow:0 18px 70px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.08)!important;backdrop-filter:blur(22px) saturate(132%)!important;-webkit-backdrop-filter:blur(22px) saturate(132%)!important;z-index:900!important}.premium-theme header::before{content:"";position:absolute;inset:1px;border-radius:999px;pointer-events:none;background:linear-gradient(90deg,rgba(212,176,106,.13),transparent 22%,transparent 78%,rgba(212,176,106,.12))}.premium-theme header.scrolled{background:rgba(18,11,10,.88)!important;box-shadow:0 18px 60px rgba(0,0,0,.42)!important}.premium-theme .logo-wrap{gap:14px!important;position:relative;z-index:1}.premium-theme .logo-wrap img{width:58px!important;height:58px!important;border-radius:50%!important;object-fit:cover!important;border:1px solid rgba(212,176,106,.38)!important;box-shadow:0 0 0 5px rgba(212,176,106,.08),0 16px 38px rgba(0,0,0,.34)!important}.premium-theme .logo-name{font-family:"Playfair Display",serif!important;font-size:28px!important;letter-spacing:.04em!important;line-height:1!important;color:#FFF6E9!important}.premium-theme .logo-name span{color:var(--tgv5-gold-2)!important}.premium-theme .logo-tagline{margin-top:6px!important;font-family:"Montserrat",sans-serif!important;color:rgba(244,235,221,.76)!important;font-size:9px!important;letter-spacing:.25em!important;font-weight:600!important}.premium-theme nav{position:relative;z-index:2;gap:2px!important}.premium-theme nav a{font-family:"Montserrat",sans-serif!important;color:rgba(244,235,221,.82)!important;font-size:11px!important;letter-spacing:.13em!important;padding:11px 13px!important;border-radius:999px!important}.premium-theme nav a:hover{color:#fff!important;background:rgba(212,176,106,.10)!important}.premium-theme .btn-nav{background:linear-gradient(135deg,#F1DFA8 0%,#D4B06A 45%,#A8782A 100%)!important;color:#24120C!important;box-shadow:0 12px 34px rgba(212,176,106,.22)!important;border:1px solid rgba(255,255,255,.28)!important;font-weight:800!important}.premium-theme .tgv5-hero{min-height:100svh;position:relative;isolation:isolate;overflow:hidden;padding:150px clamp(18px,4vw,62px) 70px;display:flex;align-items:center}.premium-theme .tgv5-hero-bg{position:absolute;inset:0;z-index:-4;background:linear-gradient(90deg,rgba(18,11,10,.80) 0%,rgba(18,11,10,.58) 38%,rgba(18,11,10,.38) 63%,rgba(18,11,10,.72) 100%),url("hero-v8-luxury-v67.png") center/cover no-repeat;transform:scale(1.02);animation:tgv5HeroBreath 16s ease-in-out infinite alternate}@keyframes tgv5HeroBreath{from{transform:scale(1.02)}to{transform:scale(1.055)}}.premium-theme .tgv5-hero-veil{position:absolute;inset:0;z-index:-3;background:radial-gradient(circle at 48% 38%,rgba(212,176,106,.20),transparent 20%),radial-gradient(circle at 20% 32%,rgba(91,30,45,.34),transparent 28%),linear-gradient(180deg,rgba(18,11,10,.08),rgba(18,11,10,.52) 72%,#120B0A 100%)}.premium-theme .tgv5-hero::before{content:"";position:absolute;inset:24px;z-index:-2;border-radius:34px;border:1px solid rgba(212,176,106,.20);pointer-events:none}.premium-theme .tgv5-hero::after{content:"";position:absolute;left:50%;bottom:28px;transform:translateX(-50%);width:min(860px,70%);height:1px;background:linear-gradient(90deg,transparent,rgba(212,176,106,.66),transparent)}.premium-theme .tgv5-hero-inner{width:min(1220px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.8fr);gap:clamp(26px,5vw,76px);align-items:center}.premium-theme .tgv5-hero-copy{max-width:760px;padding:42px;border-radius:var(--tgv5-radius);background:linear-gradient(135deg,rgba(251,245,234,.92),rgba(231,216,195,.86));border:1px solid rgba(212,176,106,.30);box-shadow:var(--tgv5-shadow-strong),inset 0 1px 0 rgba(255,255,255,.55);position:relative;overflow:hidden}.premium-theme .tgv5-hero-copy::before{content:"";position:absolute;inset:14px;border-radius:22px;border:1px solid rgba(91,30,45,.10);pointer-events:none}.premium-theme .tgv5-eyebrow{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:10px;padding:9px 16px;margin-bottom:22px;border-radius:999px;background:rgba(91,30,45,.08);color:#6A2635;border:1px solid rgba(91,30,45,.16);font-size:11px;font-weight:800;letter-spacing:.20em;text-transform:uppercase}.premium-theme .tgv5-eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--tgv5-gold);box-shadow:0 0 0 5px rgba(212,176,106,.17)}.premium-theme .tgv5-hero h1{margin:0;font-family:"Playfair Display",serif!important;font-size:clamp(54px,7vw,104px);line-height:.92;letter-spacing:-.045em;color:#20110D}.premium-theme .tgv5-lead{max-width:660px;margin:24px 0 0;font-size:clamp(16px,1.5vw,20px);line-height:1.85;color:#5E463A;font-weight:500}.premium-theme .tgv5-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.premium-theme .tgv5-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 26px;border-radius:999px;text-decoration:none;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.premium-theme .tgv5-btn:hover{transform:translateY(-3px)}.premium-theme .tgv5-btn-primary{color:#fff8ed;background:linear-gradient(135deg,#5B1E2D,#8A2F45);border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 42px rgba(91,30,45,.24)}.premium-theme .tgv5-btn-ghost{color:#3E241B;background:rgba(255,255,255,.46);border:1px solid rgba(91,30,45,.16)}.premium-theme .tgv5-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:32px;padding-top:22px;border-top:1px solid rgba(91,30,45,.12)}.premium-theme .tgv5-stats div{padding:16px 14px;border-radius:18px;background:rgba(255,255,255,.48);border:1px solid rgba(91,30,45,.10)}.premium-theme .tgv5-stats strong{display:block;font-family:"Playfair Display",serif;color:#301812;font-size:32px;line-height:1}.premium-theme .tgv5-stats span{display:block;margin-top:7px;color:#7E6655;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.premium-theme .tgv5-hero-emblem{position:relative;min-height:520px;display:grid;place-items:center}.premium-theme .tgv5-hero-emblem img{width:min(520px,100%);aspect-ratio:1;object-fit:cover;border-radius:50%;border:1px solid rgba(212,176,106,.40);box-shadow:0 0 0 12px rgba(212,176,106,.04),0 0 0 26px rgba(91,30,45,.08),0 48px 130px rgba(0,0,0,.52);animation:tgv5Float 6s ease-in-out infinite}@keyframes tgv5Float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.premium-theme .tgv5-emblem-ring{position:absolute;width:min(620px,110%);aspect-ratio:1;border-radius:50%;border:1px solid rgba(212,176,106,.28);animation:tgv5Rotate 50s linear infinite}.premium-theme .tgv5-emblem-ring::before,.premium-theme .tgv5-emblem-ring::after{content:"";position:absolute;inset:24px;border-radius:50%;border:1px solid rgba(212,176,106,.12)}.premium-theme .tgv5-emblem-ring::after{inset:52px;border-color:rgba(255,255,255,.08)}@keyframes tgv5Rotate{to{transform:rotate(360deg)}}.premium-theme .tgv5-emblem-caption{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.premium-theme .tgv5-emblem-caption span{padding:7px 12px;border-radius:999px;background:rgba(18,11,10,.62);border:1px solid rgba(212,176,106,.22);color:#F5EBDD;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;backdrop-filter:blur(12px)}.premium-theme .tgv5-signature-strip{position:relative;z-index:5;width:min(1180px,calc(100% - 32px));margin:-42px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.premium-theme .tgv5-signature-item{padding:26px 24px;border-radius:24px;background:rgba(251,245,234,.94);border:1px solid rgba(212,176,106,.28);box-shadow:var(--tgv5-shadow)}.premium-theme .tgv5-signature-item span{display:block;margin-bottom:14px;font-family:"Playfair Display",serif;font-size:28px;color:rgba(91,30,45,.32)}.premium-theme .tgv5-signature-item strong{display:block;font-family:"Playfair Display",serif;color:#291611;font-size:24px}.premium-theme .tgv5-signature-item p{margin:8px 0 0;color:#6A5448;line-height:1.7}.premium-theme .tgv5-boutique-intro{padding:92px 22px 50px;background:linear-gradient(180deg,#F4EBDD,#E7D8C3)}.premium-theme .tgv5-boutique-card{width:min(1100px,100%);margin:0 auto;display:grid;grid-template-columns:220px 1fr;gap:34px;align-items:center;padding:42px;border-radius:34px;background:linear-gradient(135deg,rgba(255,255,255,.46),rgba(255,255,255,.14)),radial-gradient(circle at 6% 10%,rgba(212,176,106,.22),transparent 30%);border:1px solid rgba(91,30,45,.12);box-shadow:var(--tgv5-shadow)}.premium-theme .tgv5-kana{font-family:"Playfair Display",serif;font-size:96px;line-height:1;color:rgba(91,30,45,.18);writing-mode:vertical-rl;justify-self:center}.premium-theme .tgv5-section-label{display:block;margin-bottom:12px;color:#8A2F45;font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.premium-theme .tgv5-boutique-card h2{margin:0;font-family:"Playfair Display",serif!important;color:#2A1712!important;font-size:clamp(34px,4vw,58px)!important;line-height:1.04!important;letter-spacing:-.035em}.premium-theme .tgv5-boutique-card p{max-width:760px;margin:18px 0 0;color:#685244;font-size:17px;line-height:1.85}.premium-theme .section,.premium-theme .home-blog-showcase,.premium-theme .subpage-content,.premium-theme .blog-overview-grid{background:linear-gradient(180deg,#F4EBDD,#E7D8C3)!important;color:var(--tgv5-ink)!important}.premium-theme .section{padding-top:112px!important;padding-bottom:112px!important}.premium-theme .label,.premium-theme .hs-cat,.premium-theme .blog-hero-category,.premium-theme .faq-cat-label,.premium-theme .custom-hero-badge,.premium-theme .sidebar-card h3{color:#8A2F45!important;font-family:"Montserrat",sans-serif!important;font-size:11px!important;letter-spacing:.23em!important;font-weight:800!important}.premium-theme h1,.premium-theme h2,.premium-theme h3,.premium-theme .hs-title,.premium-theme .custom-feat-title,.premium-theme .faq-item strong{font-family:"Playfair Display",serif!important}.premium-theme h2{color:#2A1712!important;font-size:clamp(38px,4.5vw,64px)!important;line-height:1.02!important;letter-spacing:-.04em}.premium-theme h2 em{color:#7E2A3E!important;font-style:normal!important}.premium-theme p,.premium-theme li,.premium-theme .about-text,.premium-theme .subpage-content,.premium-theme .blog-article{color:#5E463A;font-size:16px}.premium-theme .about-img,.premium-theme .highlight-card,.premium-theme .contact-row,.premium-theme .hs-card,.premium-theme .faq-item,.premium-theme .faq-category,.premium-theme .custom-feat,.premium-theme .custom-notice,.premium-theme .custom-cta-box,.premium-theme .blog-article,.premium-theme .sidebar-card,.premium-theme .related-link-card,.premium-theme .related-articles-box,.premium-theme .seo-summary-box,.premium-theme .seo-faq-box,.premium-theme .blog-post-note,.premium-theme .blog-post-cta{border-radius:28px!important;border:1px solid rgba(91,30,45,.12)!important;background:linear-gradient(180deg,rgba(251,245,234,.96),rgba(246,237,224,.92))!important;box-shadow:var(--tgv5-shadow)!important;color:var(--tgv5-ink)!important}.premium-theme .highlight-card,.premium-theme .custom-feat,.premium-theme .faq-item,.premium-theme .contact-row{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.premium-theme .highlight-card:hover,.premium-theme .custom-feat:hover,.premium-theme .faq-item:hover,.premium-theme .contact-row:hover,.premium-theme .hs-card:hover{transform:translateY(-7px)!important;border-color:rgba(212,176,106,.38)!important;box-shadow:0 34px 88px rgba(91,30,45,.18)!important}.premium-theme .highlights{background:radial-gradient(circle at 15% 20%,rgba(212,176,106,.12),transparent 28%),linear-gradient(180deg,#160C0C,#211111)!important;color:#F4EBDD!important}.premium-theme .highlights h2,.premium-theme .kontakt h2{color:#FDF4E8!important}.premium-theme .highlights h2 em,.premium-theme .kontakt h2 em{color:#F0DCA4!important}.premium-theme .highlights .label,.premium-theme .kontakt .label{color:#D4B06A!important}.premium-theme .highlights .highlight-card{background:linear-gradient(180deg,rgba(251,245,234,.08),rgba(251,245,234,.035))!important;border-color:rgba(212,176,106,.22)!important;color:#F4EBDD!important;box-shadow:0 28px 80px rgba(0,0,0,.22)!important}.premium-theme .highlights .highlight-card h3{color:#fff8ef!important}.premium-theme .highlights .highlight-card p{color:#D8C7B4!important}.premium-theme .home-blog-showcase{padding-top:100px!important;background:linear-gradient(180deg,#211111 0%,#211111 16%,#F4EBDD 16%,#E7D8C3 100%)!important}.premium-theme .hs-card{overflow:hidden!important;width:calc((100% - 40px) / 3)!important}.premium-theme .hs-thumb{height:210px!important;background:#E2D2BC!important}.premium-theme .hs-thumb img{transition:transform .6s ease,filter .6s ease;filter:saturate(.92) contrast(1.03)}.premium-theme .hs-card:hover .hs-thumb img{transform:scale(1.055);filter:saturate(1.08) contrast(1.05)}.premium-theme .hs-body{padding:20px!important}.premium-theme .hs-title{color:#2A1712!important;font-size:27px!important;letter-spacing:-.025em!important;line-height:1.1!important}.premium-theme .subpage-hero,.premium-theme .blog-hero{position:relative;padding-top:170px!important;overflow:hidden!important;background:#160C0C!important;border-bottom:1px solid rgba(212,176,106,.2)!important}.premium-theme .subpage-hero::before,.premium-theme .blog-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,11,10,.88),rgba(18,11,10,.58)),url("hero-v8-luxury-v67.png") center/cover no-repeat;opacity:.68}.premium-theme .subpage-hero>*,.premium-theme .blog-hero>*{position:relative;z-index:1}.premium-theme .subpage-hero h1,.premium-theme .blog-hero h1{color:#FFF6E9!important;font-family:"Playfair Display",serif!important;font-size:clamp(44px,5vw,78px)!important;line-height:1.02!important;letter-spacing:-.04em!important}.premium-theme .subpage-hero-sub,.premium-theme .blog-hero-meta{color:#E7D8C3!important}.premium-theme .blog-article{padding:clamp(24px,4vw,52px)!important;line-height:1.85!important}.premium-theme .blog-article h2,.premium-theme .blog-article h3{color:#2A1712!important}.premium-theme .blog-article p,.premium-theme .blog-article li{color:#5E463A!important}.premium-theme footer{background:radial-gradient(circle at 50% 0%,rgba(212,176,106,.10),transparent 34%),linear-gradient(180deg,#160C0C,#0F0807)!important;color:#E7D8C3!important;border-top:1px solid rgba(212,176,106,.22)!important}.premium-theme footer::before{content:"";display:block;height:1px;width:min(1080px,84%);margin:0 auto 48px;background:linear-gradient(90deg,transparent,rgba(212,176,106,.56),transparent)}.premium-theme footer h3{color:#F0DCA4!important}.premium-theme footer a,.premium-theme footer p,.premium-theme footer li,.premium-theme footer small{color:#D8C7B4!important}.premium-theme footer a:hover{color:#fff!important}.premium-theme .sakura-layer{position:fixed;inset:0;pointer-events:none;z-index:60;overflow:hidden}.premium-theme .petal{width:16px;height:12px;opacity:.42!important;filter:drop-shadow(0 2px 2px rgba(0,0,0,.10))}@media(max-width:980px){.premium-theme header{top:12px!important;width:calc(100% - 22px)!important;height:74px!important;border-radius:26px!important}.premium-theme .mobile-nav{top:94px!important;min-height:calc(100vh - 94px)!important;background:rgba(18,11,10,.97)!important}.premium-theme .hamburger{display:flex!important}.premium-theme nav{display:none!important}.premium-theme .tgv5-hero{padding:118px 16px 54px!important}.premium-theme .tgv5-hero-inner{grid-template-columns:1fr!important;gap:18px!important}.premium-theme .tgv5-hero-copy{padding:28px 22px!important;border-radius:24px!important}.premium-theme .tgv5-hero h1{font-size:clamp(42px,13vw,72px)!important}.premium-theme .tgv5-lead{font-size:16px!important;line-height:1.75!important}.premium-theme .tgv5-hero-emblem{min-height:0;padding:12px 0 0}.premium-theme .tgv5-hero-emblem img{width:min(320px,78vw)}.premium-theme .tgv5-emblem-ring,.premium-theme .tgv5-emblem-caption{display:none}.premium-theme .tgv5-signature-strip{grid-template-columns:1fr;margin:-22px auto 0}.premium-theme .tgv5-boutique-card{grid-template-columns:1fr;padding:28px 22px}.premium-theme .tgv5-kana{writing-mode:horizontal-tb;font-size:58px;justify-self:start}.premium-theme .hs-card{width:calc((100% - 20px) / 2)!important}}@media(max-width:620px){.premium-theme .logo-wrap img{width:48px!important;height:48px!important}.premium-theme .logo-name{font-size:23px!important}.premium-theme .logo-tagline{font-size:8px!important;letter-spacing:.18em!important}.premium-theme .tgv5-hero-copy{padding:24px 18px!important}.premium-theme .tgv5-eyebrow{font-size:9px;letter-spacing:.14em;padding:8px 12px}.premium-theme .tgv5-stats{grid-template-columns:1fr!important}.premium-theme .tgv5-hero-actions{display:grid}.premium-theme .tgv5-btn{width:100%}.premium-theme .section{padding-top:74px!important;padding-bottom:74px!important}.premium-theme .hs-card{width:100%!important}.premium-theme .hs-thumb{height:190px!important}}@media(prefers-reduced-motion:reduce){.premium-theme .tgv5-hero-bg,.premium-theme .tgv5-hero-emblem img,.premium-theme .tgv5-emblem-ring,.premium-theme .petal{animation:none!important}.premium-theme .tgv5-reveal{opacity:1!important;transform:none!important}}:root{--v6-espresso:#15100D;--v6-ink:#23140F;--v6-bordeaux:#5B1E2D;--v6-bordeaux-2:#7C2B40;--v6-gold:#D4B06A;--v6-gold-soft:#E8C982;--v6-paper:#FBF6ED;--v6-cream:#F4EBDD;--v6-washi:#E6D8C3;--v6-beige:#DCCBB5;--v6-muted:#644B3F;--v6-line:rgba(55,30,22,.13);--v6-line-gold:rgba(212,176,106,.34);--v6-shadow:0 24px 70px rgba(44,20,14,.13);--v6-shadow-soft:0 18px 44px rgba(44,20,14,.10);--v6-radius:24px}body.premium-theme{background:radial-gradient(circle at 12% 2%,rgba(212,176,106,.14),transparent 24%),radial-gradient(circle at 86% 8%,rgba(91,30,45,.10),transparent 28%),linear-gradient(180deg,#15100D 0,#15100D 520px,#F4EBDD 520px,#E6D8C3 100%) !important;color:var(--v6-ink) !important;font-family:"Montserrat",system-ui,sans-serif !important;font-size:16px;line-height:1.72}body.premium-theme::before{opacity:.38 !important;background-image:linear-gradient(rgba(55,30,22,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(55,30,22,.035) 1px,transparent 1px) !important;background-size:36px 36px !important}body.premium-theme::after{opacity:.55 !important}.premium-theme header{top:14px !important;height:76px !important;width:min(1160px,calc(100% - 36px)) !important;background:rgba(21,16,13,.92) !important;border:1px solid rgba(212,176,106,.36) !important;box-shadow:0 14px 46px rgba(0,0,0,.28) !important;backdrop-filter:blur(18px) saturate(120%) !important;-webkit-backdrop-filter:blur(18px) saturate(120%) !important}.premium-theme header::before{opacity:.45 !important}.premium-theme .logo-wrap img{width:54px !important;height:54px !important;box-shadow:0 0 0 4px rgba(212,176,106,.10),0 10px 25px rgba(0,0,0,.28) !important}.premium-theme .logo-name{font-size:26px !important;letter-spacing:.055em !important}.premium-theme .logo-tagline{font-size:9px !important;letter-spacing:.22em !important;color:rgba(251,246,237,.82) !important}.premium-theme nav a{color:rgba(251,246,237,.88) !important;font-size:11px !important;letter-spacing:.11em !important;font-weight:700 !important}.premium-theme .btn-nav,.premium-theme .mobile-nav-cta{background:linear-gradient(135deg,#E8C982,#D4B06A) !important;color:#24130E !important;box-shadow:0 12px 28px rgba(212,176,106,.18) !important}.premium-theme .tgv5-hero{min-height:94svh !important;padding:138px clamp(18px,4vw,56px) 76px !important;align-items:center !important}.premium-theme .tgv5-hero-bg{filter:saturate(.90) contrast(.98) brightness(.82) !important;animation:tgv5HeroBreath 24s ease-in-out infinite alternate !important}.premium-theme .tgv5-hero-veil{background:linear-gradient(90deg,rgba(21,16,13,.78) 0%,rgba(21,16,13,.58) 44%,rgba(21,16,13,.42) 100%),linear-gradient(180deg,rgba(21,16,13,.08),rgba(21,16,13,.48) 76%,#15100D 100%) !important}.premium-theme .tgv5-hero::before{inset:28px !important;border-radius:30px !important;border-color:rgba(212,176,106,.24) !important}.premium-theme .tgv5-hero-inner{grid-template-columns:minmax(0,1fr) minmax(300px,.62fr) !important;gap:clamp(28px,5vw,68px) !important}.premium-theme .tgv5-hero-copy{padding:clamp(30px,4vw,52px) !important;background:rgba(251,246,237,.96) !important;border:1px solid rgba(212,176,106,.40) !important;border-radius:30px !important;box-shadow:0 34px 110px rgba(0,0,0,.32),0 8px 24px rgba(91,30,45,.12),inset 0 1px 0 rgba(255,255,255,.72) !important;max-width:780px !important}.premium-theme .tgv5-hero-copy::before{border-color:rgba(91,30,45,.11) !important}.premium-theme .tgv5-eyebrow{background:#F3E2E4 !important;color:#632233 !important;border-color:rgba(91,30,45,.20) !important;letter-spacing:.16em !important;font-size:11px !important}.premium-theme .tgv5-hero h1{color:#21120E !important;letter-spacing:-.025em !important;line-height:.98 !important;font-size:clamp(46px,6.4vw,88px) !important;text-wrap:balance}.premium-theme .tgv5-lead{color:#4E392F !important;line-height:1.82 !important;font-size:clamp(17px,1.35vw,20px) !important;font-weight:500 !important}.premium-theme .tgv5-btn{letter-spacing:.09em !important;min-height:54px !important}.premium-theme .tgv5-btn-primary{background:linear-gradient(135deg,#5B1E2D,#7C2B40) !important}.premium-theme .tgv5-btn-ghost{background:#fff !important;border-color:rgba(91,30,45,.18) !important;color:#2B1712 !important}.premium-theme .tgv5-stats{gap:14px !important}.premium-theme .tgv5-stats div{background:#FFFDF8 !important;border:1px solid rgba(91,30,45,.12) !important}.premium-theme .tgv5-stats strong{color:#24130E !important}.premium-theme .tgv5-stats span{color:#6A5448 !important}.premium-theme .tgv5-hero-emblem img{width:min(420px,100%) !important;filter:drop-shadow(0 42px 90px rgba(0,0,0,.42))}.premium-theme .tgv5-emblem-ring{opacity:.58 !important}.premium-theme .tgv5-emblem-caption span{background:rgba(251,246,237,.92) !important;color:#4A211A !important;border-color:rgba(212,176,106,.38) !important}.premium-theme .tgv5-signature-strip{width:min(1120px,calc(100% - 36px)) !important;margin:-34px auto 0 !important;gap:18px !important}.premium-theme .tgv5-signature-item{background:#FBF6ED !important;border:1px solid rgba(91,30,45,.11) !important;box-shadow:var(--v6-shadow) !important;color:var(--v6-ink) !important}.premium-theme .tgv5-signature-item span{color:rgba(91,30,45,.26) !important}.premium-theme .tgv5-signature-item strong{color:#21120E !important;font-size:25px !important}.premium-theme .tgv5-signature-item p{color:#5C463B !important}.premium-theme .tgv5-boutique-intro{background:linear-gradient(180deg,#F4EBDD,#E6D8C3) !important;padding:92px 22px 64px !important}.premium-theme .tgv5-boutique-card{grid-template-columns:150px 1fr !important;background:#FBF6ED !important;border:1px solid rgba(91,30,45,.11) !important;box-shadow:var(--v6-shadow) !important}.premium-theme .tgv5-kana{color:rgba(91,30,45,.14) !important;font-size:78px !important}.premium-theme .tgv5-section-label{color:#7C2B40 !important}.premium-theme .tgv5-boutique-card h2{color:#21120E !important;letter-spacing:-.025em !important;line-height:1.12 !important}.premium-theme .tgv5-boutique-card p{color:#4F3B31 !important;line-height:1.85 !important}.premium-theme .section,.premium-theme .home-blog-showcase,.premium-theme .subpage-content,.premium-theme .blog-overview-grid{background:linear-gradient(180deg,#F4EBDD,#E6D8C3) !important;color:var(--v6-ink) !important}.premium-theme .section{padding-top:96px !important;padding-bottom:96px !important}.premium-theme .label,.premium-theme .hs-cat,.premium-theme .blog-hero-category,.premium-theme .faq-cat-label,.premium-theme .custom-hero-badge,.premium-theme .sidebar-card h3,.premium-theme .tgv5-section-label{color:#7C2B40 !important;letter-spacing:.18em !important}.premium-theme h1,.premium-theme h2,.premium-theme h3,.premium-theme .hs-title,.premium-theme .custom-feat-title,.premium-theme .faq-item strong{color:#21120E !important;letter-spacing:-.018em !important}.premium-theme h2{line-height:1.12 !important;text-wrap:balance}.premium-theme p,.premium-theme li,.premium-theme .about-text,.premium-theme .subpage-content,.premium-theme .blog-article,.premium-theme .custom-feat-desc,.premium-theme .faq-answer{color:#4F3B31 !important;line-height:1.82 !important}.premium-theme strong{color:#25140F}.premium-theme a{text-underline-offset:4px}.premium-theme .about-img,.premium-theme .perk-card,.premium-theme .highlight-card,.premium-theme .contact-row,.premium-theme .perk-row,.premium-theme .hs-card,.premium-theme .faq-item,.premium-theme .faq-category,.premium-theme .custom-feat,.premium-theme .custom-notice,.premium-theme .custom-cta-box,.premium-theme .blog-article,.premium-theme .sidebar-card,.premium-theme .related-link-card,.premium-theme .related-articles-box,.premium-theme .seo-summary-box,.premium-theme .seo-faq-box,.premium-theme .blog-post-note,.premium-theme .blog-post-cta,.premium-theme .platform-tag{background:#FBF6ED !important;color:var(--v6-ink) !important;border:1px solid rgba(91,30,45,.12) !important;box-shadow:var(--v6-shadow-soft) !important}.premium-theme .perk-card,.premium-theme .highlight-card,.premium-theme .custom-feat,.premium-theme .faq-item,.premium-theme .contact-row,.premium-theme .perk-row,.premium-theme .hs-card{border-radius:24px !important}.premium-theme .perk-title,.premium-theme .custom-feat-title,.premium-theme .faq-item strong,.premium-theme .contact-row strong{color:#21120E !important}.premium-theme .perk-desc,.premium-theme .highlight-card p,.premium-theme .contact-row p,.premium-theme .platform-tag,.premium-theme .custom-feat-desc{color:#4F3B31 !important}.premium-theme .perk-icon{background:#F3E2E4 !important;color:#7C2B40 !important;box-shadow:none !important}.premium-theme .platform-tag{border-radius:999px !important}.premium-theme #highlights,.premium-theme .highlights{background:linear-gradient(180deg,#E6D8C3,#F4EBDD) !important;color:var(--v6-ink) !important;position:relative}.premium-theme #highlights::before{content:"";position:absolute;inset:34px clamp(18px,4vw,56px);border:1px solid rgba(212,176,106,.24);border-radius:34px;pointer-events:none}.premium-theme #highlights h2,.premium-theme .highlights h2,.premium-theme #kontakt h2,.premium-theme .kontakt h2{color:#21120E !important}.premium-theme #highlights h2 em,.premium-theme .highlights h2 em,.premium-theme #kontakt h2 em,.premium-theme .kontakt h2 em{color:#7C2B40 !important}.premium-theme #highlights .label,.premium-theme .highlights .label,.premium-theme #kontakt .label,.premium-theme .kontakt .label{color:#7C2B40 !important}.premium-theme .perks-grid{display:grid !important;grid-template-columns:repeat(5,minmax(0,1fr)) !important;gap:18px !important}.premium-theme .perk-card{padding:24px 20px !important;min-height:100% !important;transition:transform .24s ease,box-shadow .24s ease !important}.premium-theme .perk-card:hover,.premium-theme .hs-card:hover,.premium-theme .faq-item:hover,.premium-theme .custom-feat:hover{transform:translateY(-5px) !important;box-shadow:0 26px 66px rgba(91,30,45,.13) !important}.premium-theme #kontakt,.premium-theme .kontakt{background:linear-gradient(180deg,#F4EBDD,#E6D8C3) !important;color:var(--v6-ink) !important}.premium-theme .kontakt-text p,.premium-theme .kontakt-text div,.premium-theme .kontakt-form p{color:#4F3B31 !important}.premium-theme .kontakt-split{align-items:start !important}.premium-theme .tg-brevo-wrap #sib-container,.premium-theme .sib-container--large{background:#FBF6ED !important;border:1px solid rgba(91,30,45,.12) !important;box-shadow:var(--v6-shadow) !important}.premium-theme .tg-brevo-wrap input.input,.premium-theme input.input,.premium-theme textarea,.premium-theme select{background:#FFFDF8 !important;color:#21120E !important;border:1px solid rgba(91,30,45,.18) !important;border-radius:14px !important}.premium-theme .tg-brevo-wrap .sib-form-block__button{background:linear-gradient(135deg,#5B1E2D,#7C2B40) !important;color:#fff !important;border-radius:999px !important}.premium-theme .home-blog-showcase{padding-top:92px !important;background:linear-gradient(180deg,#F4EBDD,#E6D8C3) !important}.premium-theme .home-blog-showcase .btn-secondary,.premium-theme .btn-secondary{background:#FBF6ED !important;color:#5B1E2D !important;border:1px solid rgba(91,30,45,.16) !important;box-shadow:0 12px 30px rgba(44,20,14,.08) !important}.premium-theme .hs-card{overflow:hidden !important;border-radius:24px !important}.premium-theme .hs-thumb{height:200px !important;background:#E6D8C3 !important}.premium-theme .hs-body{padding:20px !important}.premium-theme .hs-title{font-size:25px !important;line-height:1.2 !important;color:#21120E !important}.premium-theme #hsNav button{background:#FBF6ED !important;color:#5B1E2D !important;border:1px solid rgba(91,30,45,.16) !important}.premium-theme .subpage-hero,.premium-theme .blog-hero{background:#15100D !important;padding-top:150px !important}.premium-theme .subpage-hero::before,.premium-theme .blog-hero::before{opacity:.42 !important;filter:brightness(.78) saturate(.9) !important}.premium-theme .subpage-hero-content,.premium-theme .blog-hero-content{max-width:980px !important}.premium-theme .subpage-hero h1,.premium-theme .blog-hero h1{color:#FFF8EE !important;text-shadow:0 3px 24px rgba(0,0,0,.38);line-height:1.08 !important}.premium-theme .subpage-hero-sub,.premium-theme .blog-hero-meta{color:#F1E2D2 !important;font-size:17px !important;line-height:1.75 !important;text-shadow:0 2px 18px rgba(0,0,0,.34)}.premium-theme .blog-layout{background:linear-gradient(180deg,#F4EBDD,#E6D8C3) !important}.premium-theme .blog-article{background:#FBF6ED !important;font-size:17px !important;line-height:1.9 !important;border-radius:28px !important}.premium-theme .blog-article h2,.premium-theme .blog-article h3{color:#21120E !important;line-height:1.2 !important}.premium-theme .blog-article p,.premium-theme .blog-article li{color:#4F3B31 !important}.premium-theme .sidebar-card{background:#FBF6ED !important;color:#4F3B31 !important}.premium-theme .sidebar-card a{color:#5B1E2D !important}.premium-theme table,.premium-theme .blog-table-wrap{background:#FBF6ED !important;color:#2B1712 !important}.premium-theme th{color:#21120E !important;background:#F0E2D0 !important}.premium-theme td{color:#4F3B31 !important}.premium-theme .sakura-layer{z-index:20 !important}.premium-theme .petal{opacity:.22 !important;width:13px !important;height:10px !important;filter:none !important}.premium-theme .tgv5-reveal{transition-duration:.65s !important}.premium-theme footer{background:linear-gradient(180deg,#15100D,#0D0807) !important;color:#F4EBDD !important}.premium-theme footer h3{color:#E8C982 !important}.premium-theme footer a,.premium-theme footer p,.premium-theme footer li,.premium-theme footer small{color:#DCCBB5 !important}@media(max-width:1100px){.premium-theme .perks-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}@media(max-width:980px){.premium-theme header{top:10px !important;height:72px !important;width:calc(100% - 20px) !important;border-radius:24px !important}.premium-theme .mobile-nav{top:92px !important;background:rgba(21,16,13,.98) !important}.premium-theme .tgv5-hero{padding:112px 16px 50px !important;min-height:auto !important}.premium-theme .tgv5-hero-inner{grid-template-columns:1fr !important}.premium-theme .tgv5-hero-emblem{display:none !important}.premium-theme .tgv5-hero-copy{padding:26px 20px !important}.premium-theme .tgv5-hero h1{font-size:clamp(40px,11vw,66px) !important;line-height:1.03 !important}.premium-theme .tgv5-lead{font-size:16px !important;line-height:1.78 !important}.premium-theme .tgv5-signature-strip{grid-template-columns:1fr !important;margin:18px auto 0 !important}.premium-theme .tgv5-boutique-card{grid-template-columns:1fr !important;padding:28px 22px !important}.premium-theme .tgv5-kana{writing-mode:horizontal-tb !important;font-size:48px !important;justify-self:start !important}}@media(max-width:620px){.premium-theme .logo-wrap img{width:46px !important;height:46px !important}.premium-theme .logo-name{font-size:22px !important}.premium-theme .logo-tagline{font-size:7.5px !important;letter-spacing:.16em !important}.premium-theme .tgv5-eyebrow{font-size:9px !important;letter-spacing:.10em !important;line-height:1.4 !important}.premium-theme .tgv5-hero-copy{border-radius:22px !important}.premium-theme .tgv5-hero-actions{display:grid !important}.premium-theme .tgv5-btn{width:100% !important}.premium-theme .tgv5-stats{grid-template-columns:1fr !important}.premium-theme .perks-grid{grid-template-columns:1fr !important}.premium-theme .hs-thumb{height:180px !important}.premium-theme .subpage-hero,.premium-theme .blog-hero{padding-top:128px !important}.premium-theme .subpage-hero h1,.premium-theme .blog-hero h1{font-size:clamp(34px,10vw,52px) !important}}@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800;900&family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@400;500;600;700;800&display=swap");:root{--v7-espresso:#17100C;--v7-ink:#23140E;--v7-brown:#3D241A;--v7-bordeaux:#5B1E2D;--v7-bordeaux-2:#7B2A41;--v7-bordeaux-3:#9F415C;--v7-gold:#C89E4B;--v7-gold-light:#E9D39B;--v7-gold-dark:#8B6324;--v7-paper:#F8F0E3;--v7-paper-2:#EFE0C9;--v7-paper-3:#E4D0B4;--v7-cream:#FFF8EC;--v7-sakura:#C97886;--v7-muted:#654A3B;--v7-faint:#917566;--v7-line:rgba(63,35,25,.15);--v7-line-gold:rgba(200,158,75,.34);--v7-shadow:0 28px 80px rgba(62,30,20,.14);--v7-shadow-soft:0 16px 42px rgba(62,30,20,.10);--v7-shadow-dark:0 36px 110px rgba(0,0,0,.34);--v7-radius:30px;--v7-radius-sm:20px}html{scroll-behavior:smooth;background:var(--v7-paper)}body.premium-theme{--green:var(--v7-bordeaux);--green-dark:#43131F;--green-mid:var(--v7-bordeaux-3);--gold:var(--v7-gold);--black:var(--v7-espresso);--dark:#1C120E;--surface:#2B1813;--card:var(--v7-cream);--panel:var(--v7-paper);--border:var(--v7-line);--text:#FFF8EC;--text-dim:#E4D0B4;--text-faint:#BA9B84;min-height:100%;background:radial-gradient(circle at 12% -8%,rgba(200,158,75,.20),transparent 30%),radial-gradient(circle at 88% 8%,rgba(91,30,45,.14),transparent 28%),linear-gradient(180deg,#170F0B 0,#20120F 34vh,#F8F0E3 34vh,#EFE0C9 100%) !important;color:var(--v7-ink) !important;font-family:"Montserrat",system-ui,sans-serif !important;line-height:1.76;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.premium-theme::before{content:"";position:fixed;inset:0;z-index:-5;pointer-events:none;background-image:radial-gradient(circle at 1px 1px,rgba(61,36,26,.055) 1px,transparent 1.35px),linear-gradient(115deg,rgba(255,255,255,.20),transparent 30%,rgba(200,158,75,.10) 62%,transparent 84%);background-size:26px 26px,auto;opacity:.95 !important}body.premium-theme::after{content:"";position:fixed;inset:0;z-index:-4;pointer-events:none;background:radial-gradient(circle at 50% 0%,rgba(200,158,75,.12),transparent 34%),radial-gradient(circle at 8% 72%,rgba(91,30,45,.08),transparent 30%),radial-gradient(circle at 92% 78%,rgba(200,158,75,.12),transparent 34%);opacity:.8 !important}body.premium-theme.no-scroll{overflow:hidden}.premium-theme::selection{background:rgba(91,30,45,.24);color:#1D0F0A}.premium-theme a{transition:color .22s ease,border-color .22s ease,background .22s ease,transform .22s ease,box-shadow .22s ease}.premium-theme img{max-width:100%}.premium-theme p,.premium-theme li,.premium-theme td,.premium-theme .about-text,.premium-theme .faq-answer,.premium-theme .custom-feat-desc,.premium-theme .blog-article,.premium-theme .subpage-content{color:var(--v7-muted) !important;line-height:1.86 !important;font-weight:500}.premium-theme strong{color:#25130D !important;font-weight:800}.premium-theme h1,.premium-theme h2,.premium-theme h3,.premium-theme h4,.premium-theme .hs-title,.premium-theme .custom-feat-title,.premium-theme .faq-item strong{font-family:"Playfair Display",Georgia,serif !important;color:var(--v7-ink) !important;letter-spacing:-.025em !important;line-height:1.08 !important;text-wrap:balance}.premium-theme h2 em,.premium-theme h1 em{color:var(--v7-bordeaux) !important;font-style:normal !important}.premium-theme .label,.premium-theme .hs-cat,.premium-theme .blog-hero-category,.premium-theme .faq-cat-label,.premium-theme .custom-hero-badge,.premium-theme .tgv5-section-label,.premium-theme .sidebar-card h3{font-family:"Montserrat",system-ui,sans-serif !important;color:var(--v7-bordeaux) !important;letter-spacing:.20em !important;font-weight:800 !important;font-size:11px !important;text-transform:uppercase !important}.premium-theme .label::after,.premium-theme .tgv5-section-label::after{content:"";display:inline-block;width:46px;height:1px;background:linear-gradient(90deg,var(--v7-gold),transparent);vertical-align:middle;margin-left:14px;opacity:.75}.premium-theme .ann-banner{display:none !important}.premium-theme header{position:fixed !important;top:18px !important;left:50% !important;right:auto !important;transform:translateX(-50%) !important;width:min(1180px,calc(100% - 32px)) !important;height:82px !important;border-radius:999px !important;padding:0 18px 0 16px !important;background:linear-gradient(135deg,rgba(29,18,14,.94),rgba(62,27,25,.90)) !important;border:1px solid rgba(233,211,155,.42) !important;box-shadow:0 20px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08) !important;backdrop-filter:blur(22px) saturate(132%) !important;-webkit-backdrop-filter:blur(22px) saturate(132%) !important;overflow:visible !important;z-index:950 !important}.premium-theme header::before{content:"";position:absolute;inset:1px;border-radius:999px;pointer-events:none;background:linear-gradient(90deg,rgba(233,211,155,.18),transparent 24%,transparent 72%,rgba(233,211,155,.12))}.premium-theme header.scrolled{top:12px !important;background:linear-gradient(135deg,rgba(24,14,11,.97),rgba(55,24,23,.96)) !important;box-shadow:0 16px 54px rgba(0,0,0,.42) !important}.premium-theme .logo-wrap{gap:14px !important;position:relative;z-index:2}.premium-theme .logo-wrap img{width:58px !important;height:58px !important;min-width:58px !important;border-radius:50% !important;object-fit:cover !important;border:1px solid rgba(233,211,155,.48) !important;box-shadow:0 0 0 5px rgba(233,211,155,.08),0 14px 34px rgba(0,0,0,.30) !important}.premium-theme .logo-name{font-family:"Playfair Display",Georgia,serif !important;font-size:28px !important;letter-spacing:.045em !important;line-height:.95 !important;color:#FFF8EC !important;text-transform:uppercase}.premium-theme .logo-name span{color:var(--v7-gold-light) !important}.premium-theme .logo-tagline{margin-top:6px !important;color:rgba(255,248,236,.82) !important;font-family:"Montserrat",system-ui,sans-serif !important;font-size:9px !important;letter-spacing:.25em !important;font-weight:700 !important}.premium-theme header nav{position:relative;z-index:2;gap:2px !important}.premium-theme header nav a{color:rgba(255,248,236,.88) !important;font-family:"Montserrat",system-ui,sans-serif !important;font-size:11px !important;letter-spacing:.125em !important;font-weight:800 !important;border-radius:999px !important;padding:11px 13px !important}.premium-theme header nav a:hover{color:#fff !important;background:rgba(233,211,155,.10) !important}.premium-theme .btn-nav,.premium-theme .mobile-nav-cta{background:linear-gradient(135deg,#F2DEAA 0%,#C89E4B 52%,#8B6324 100%) !important;color:#20120B !important;box-shadow:0 12px 34px rgba(200,158,75,.24) !important;border:1px solid rgba(255,255,255,.30) !important;font-weight:900 !important}.premium-theme .hamburger{border-color:rgba(233,211,155,.38) !important;background:rgba(91,30,45,.52) !important;box-shadow:0 10px 30px rgba(0,0,0,.20)}.premium-theme .hamburger span{background:#F9E8BE !important}.premium-theme .mobile-nav{top:0 !important;padding-top:112px !important;background:linear-gradient(180deg,rgba(23,14,11,.98),rgba(91,30,45,.98)) !important;border-top:1px solid rgba(233,211,155,.28) !important}.premium-theme .mobile-nav a{color:#FFF8EC !important;font-weight:800 !important;letter-spacing:.12em}.premium-theme .tgv5-hero{min-height:100svh !important;padding:150px clamp(18px,4vw,62px) 72px !important;position:relative !important;isolation:isolate;overflow:hidden;display:flex !important;align-items:center !important}.premium-theme .tgv5-hero-bg{position:absolute;inset:0;z-index:-5;background:linear-gradient(90deg,rgba(20,12,9,.78) 0%,rgba(20,12,9,.54) 36%,rgba(20,12,9,.30) 56%,rgba(20,12,9,.72) 100%),url("hero-v8-luxury-v67.png") center/cover no-repeat !important;filter:saturate(.92) contrast(.98) brightness(.83) !important;transform:scale(1.02);animation:tgv7HeroBreath 22s ease-in-out infinite alternate}@keyframes tgv7HeroBreath{from{transform:scale(1.02)}to{transform:scale(1.06)}}.premium-theme .tgv5-hero-veil{position:absolute;inset:0;z-index:-4;background:radial-gradient(circle at 46% 40%,rgba(233,211,155,.18),transparent 18%),linear-gradient(180deg,rgba(20,12,9,.04),rgba(20,12,9,.42) 72%,#170F0B 100%) !important}.premium-theme .tgv5-hero::before{content:"";position:absolute;inset:26px;z-index:-3;pointer-events:none;border:1px solid rgba(233,211,155,.24);border-radius:36px}.premium-theme .tgv5-hero::after{content:"";position:absolute;left:50%;bottom:30px;transform:translateX(-50%);width:min(820px,72%);height:1px;background:linear-gradient(90deg,transparent,rgba(233,211,155,.72),transparent);z-index:-2}.premium-theme .tgv5-hero-inner{width:min(1220px,100%);margin:0 auto;display:grid !important;grid-template-columns:minmax(0,1fr) minmax(300px,.58fr) !important;gap:clamp(28px,5vw,74px) !important;align-items:center !important}.premium-theme .tgv5-hero-copy{max-width:790px !important;padding:clamp(32px,4.4vw,58px) !important;border-radius:34px !important;background:linear-gradient(140deg,rgba(255,248,236,.98),rgba(248,240,227,.96) 46%,rgba(239,224,201,.94)) !important;color:var(--v7-ink) !important;border:1px solid rgba(200,158,75,.46) !important;box-shadow:0 42px 126px rgba(0,0,0,.36),0 14px 36px rgba(91,30,45,.13),inset 0 1px 0 rgba(255,255,255,.75) !important;position:relative;overflow:hidden}.premium-theme .tgv5-hero-copy::before{content:"";position:absolute;inset:14px;border-radius:24px;pointer-events:none;border:1px solid rgba(91,30,45,.10);background:radial-gradient(circle at 6px 6px,rgba(91,30,45,.055) 1px,transparent 1.2px);background-size:22px 22px;opacity:.82}.premium-theme .tgv5-hero-copy::after{content:"";position:absolute;top:24px;right:28px;width:96px;height:96px;opacity:.11;pointer-events:none;border-radius:50%;border:1px solid var(--v7-bordeaux);box-shadow:inset 0 0 0 18px rgba(91,30,45,.04),inset 0 0 0 32px rgba(200,158,75,.04)}.premium-theme .tgv5-hero-copy>*{position:relative;z-index:1}.premium-theme .tgv5-eyebrow{display:inline-flex;align-items:center;gap:10px;background:#F3E2E4 !important;color:#632233 !important;border:1px solid rgba(91,30,45,.22) !important;padding:10px 16px !important;border-radius:999px !important;font-size:11px !important;font-weight:900 !important;letter-spacing:.16em !important}.premium-theme .tgv5-eyebrow span{background:var(--v7-gold) !important;box-shadow:0 0 0 6px rgba(200,158,75,.12)}.premium-theme .tgv5-hero h1{font-family:"Playfair Display",Georgia,serif !important;color:#1E100B !important;font-size:clamp(44px,6.5vw,90px) !important;line-height:.97 !important;letter-spacing:-.045em !important;margin:20px 0 20px !important}.premium-theme .tgv5-lead{color:#4B362B !important;font-size:clamp(17px,1.35vw,20px) !important;line-height:1.86 !important;font-weight:600 !important;max-width:660px !important}.premium-theme .tgv5-hero-actions{gap:14px !important;margin-top:26px !important}.premium-theme .tgv5-btn,.premium-theme .btn-primary,.premium-theme .btn-secondary{min-height:54px !important;border-radius:999px !important;font-family:"Montserrat",system-ui,sans-serif !important;font-weight:900 !important;letter-spacing:.09em !important;text-transform:none !important}.premium-theme .tgv5-btn-primary,.premium-theme .btn-primary{background:linear-gradient(135deg,#5B1E2D 0%,#7B2A41 60%,#9F415C 100%) !important;color:#FFF8EC !important;border:1px solid rgba(255,255,255,.20) !important;box-shadow:0 16px 38px rgba(91,30,45,.26),inset 0 1px 0 rgba(255,255,255,.15) !important}.premium-theme .tgv5-btn-primary:hover,.premium-theme .btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 52px rgba(91,30,45,.32) !important}.premium-theme .tgv5-btn-ghost,.premium-theme .btn-secondary{background:#FFF8EC !important;border:1px solid rgba(91,30,45,.18) !important;color:#2D1710 !important;box-shadow:0 10px 24px rgba(62,30,20,.08) !important}.premium-theme .tgv5-btn-ghost:hover,.premium-theme .btn-secondary:hover{background:#F6E7D1 !important;transform:translateY(-2px)}.premium-theme .tgv5-stats{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:12px !important;margin-top:28px !important}.premium-theme .tgv5-stats div{background:#FFFDF7 !important;border:1px solid rgba(91,30,45,.12) !important;border-radius:18px !important;padding:16px 14px !important;box-shadow:0 10px 26px rgba(62,30,20,.07) !important}.premium-theme .tgv5-stats strong{display:block;font-family:"Playfair Display",Georgia,serif !important;color:#21110B !important;font-size:33px !important;line-height:1.0 !important}.premium-theme .tgv5-stats span{display:block;color:#6C5546 !important;line-height:1.35 !important;font-size:11px !important;letter-spacing:.10em !important;text-transform:uppercase !important;font-weight:800 !important;margin-top:8px}.premium-theme .tgv5-hero-emblem{align-self:center !important;text-align:center !important;position:relative}.premium-theme .tgv5-hero-emblem img{width:min(420px,100%) !important;border-radius:38px !important;filter:drop-shadow(0 44px 90px rgba(0,0,0,.44))}.premium-theme .tgv5-emblem-ring{opacity:.68 !important;border-color:rgba(233,211,155,.34) !important}.premium-theme .tgv5-emblem-caption{margin-top:16px !important;gap:9px !important}.premium-theme .tgv5-emblem-caption span{background:rgba(255,248,236,.94) !important;color:#4B241B !important;border:1px solid rgba(200,158,75,.42) !important;box-shadow:0 10px 28px rgba(0,0,0,.10)}.premium-theme .tgv5-signature-strip{width:min(1120px,calc(100% - 36px)) !important;margin:-36px auto 0 !important;position:relative;z-index:5;display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:18px !important}.premium-theme .tgv5-signature-item{background:linear-gradient(180deg,#FFF8EC,#F3E4CE) !important;border:1px solid rgba(200,158,75,.34) !important;border-radius:26px !important;color:var(--v7-ink) !important;box-shadow:var(--v7-shadow) !important;padding:28px 26px !important;position:relative;overflow:hidden}.premium-theme .tgv5-signature-item::before{content:"";position:absolute;top:0;right:0;width:150px;height:150px;background:radial-gradient(circle,rgba(200,158,75,.18),transparent 62%);transform:translate(42%,-42%)}.premium-theme .tgv5-signature-item span{color:rgba(91,30,45,.24) !important;font-family:"Cormorant Garamond",serif !important;font-size:34px !important;font-weight:700 !important}.premium-theme .tgv5-signature-item strong{color:#21110B !important;font-family:"Playfair Display",serif !important;font-size:25px !important;letter-spacing:-.02em !important}.premium-theme .tgv5-signature-item p{color:#5B4639 !important;line-height:1.7 !important;margin-top:10px !important}.premium-theme .tgv5-boutique-intro,.premium-theme .section,.premium-theme .home-blog-showcase,.premium-theme .subpage-content,.premium-theme .blog-overview-grid{background:radial-gradient(circle at 15% 10%,rgba(200,158,75,.12),transparent 28%),radial-gradient(circle at 88% 22%,rgba(91,30,45,.07),transparent 30%),linear-gradient(180deg,var(--v7-paper),var(--v7-paper-2)) !important;color:var(--v7-ink) !important}.premium-theme .tgv5-boutique-intro{padding:96px 22px 62px !important;position:relative;overflow:hidden}.premium-theme .tgv5-boutique-intro::before,.premium-theme .section::before,.premium-theme .home-blog-showcase::before,.premium-theme .subpage-content::before,.premium-theme .blog-overview-grid::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:repeating-radial-gradient(ellipse at center,rgba(91,30,45,.045) 0 1px,transparent 1px 7px),linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);background-size:72px 28px,auto;opacity:.34}.premium-theme .tgv5-boutique-card{width:min(1080px,100%) !important;grid-template-columns:168px 1fr !important;background:linear-gradient(135deg,#FFF8EC,#F6E7D1) !important;border:1px solid rgba(200,158,75,.34) !important;border-radius:34px !important;box-shadow:var(--v7-shadow) !important;padding:clamp(28px,4vw,48px) !important;position:relative;overflow:hidden}.premium-theme .tgv5-boutique-card::after{content:"";position:absolute;right:-44px;bottom:-56px;width:220px;height:220px;opacity:.12;background:radial-gradient(circle at 50% 0,transparent 16px,var(--v7-bordeaux) 17px 18px,transparent 19px) 0 0/36px 18px,radial-gradient(circle at 50% 100%,transparent 16px,var(--v7-bordeaux) 17px 18px,transparent 19px) 18px 9px/36px 18px}.premium-theme .tgv5-kana{font-family:"Cormorant Garamond",serif !important;color:rgba(91,30,45,.15) !important;font-size:92px !important;line-height:.85 !important;writing-mode:vertical-rl;letter-spacing:.05em}.premium-theme .tgv5-boutique-card h2{font-size:clamp(34px,4vw,58px) !important;margin:10px 0 18px !important}.premium-theme .tgv5-boutique-card p{font-size:18px !important;color:#4E3A30 !important;max-width:820px !important}.premium-theme .section{padding-top:105px !important;padding-bottom:105px !important;position:relative;overflow:hidden}.premium-theme .section>.label,.premium-theme .section>h2,.premium-theme .home-blog-showcase>div,.premium-theme .subpage-content>*,.premium-theme .blog-overview-grid>*{position:relative;z-index:1}.premium-theme .section>.label,.premium-theme .section>h2{text-align:center;display:block}.premium-theme .section>h2{font-size:clamp(36px,4.4vw,62px) !important;margin-bottom:44px !important}.premium-theme .about-grid,.premium-theme .kontakt-split,.premium-theme .highlights-grid{position:relative;z-index:1}.premium-theme .about-grid{background:rgba(255,248,236,.58);border:1px solid rgba(200,158,75,.22);border-radius:38px;padding:clamp(18px,3vw,30px);box-shadow:var(--v7-shadow-soft)}.premium-theme .about-img{border-radius:30px !important;border:1px solid rgba(200,158,75,.25) !important;box-shadow:var(--v7-shadow) !important}.premium-theme .about-text{background:linear-gradient(180deg,#FFF8EC,#F6E7D1) !important;border:1px solid rgba(200,158,75,.28) !important;border-radius:30px !important;padding:clamp(26px,3.5vw,42px) !important;box-shadow:var(--v7-shadow-soft) !important}.premium-theme .platform-tag{background:#FFFDF7 !important;color:#3A2117 !important;border:1px solid rgba(91,30,45,.14) !important;box-shadow:0 10px 26px rgba(62,30,20,.06) !important;font-weight:800 !important}.premium-theme .highlights{background:radial-gradient(circle at 15% 12%,rgba(200,158,75,.14),transparent 28%),linear-gradient(180deg,#170F0B,#281411) !important;color:#FFF8EC !important;position:relative;overflow:hidden}.premium-theme .highlights::before{content:"";position:absolute;inset:0;opacity:.16;pointer-events:none;background-image:linear-gradient(135deg,rgba(233,211,155,.18) 1px,transparent 1px);background-size:28px 28px}.premium-theme .highlights .label{color:var(--v7-gold-light) !important}.premium-theme .highlights h2{color:#FFF8EC !important}.premium-theme .highlights h2 em{color:var(--v7-gold-light) !important}.premium-theme .highlight-card,.premium-theme .perk-card,.premium-theme .perk-row{background:linear-gradient(180deg,#FFF8EC,#F4E4CC) !important;color:var(--v7-ink) !important;border:1px solid rgba(233,211,155,.34) !important;border-radius:28px !important;box-shadow:0 22px 60px rgba(0,0,0,.22) !important}.premium-theme .highlight-card h3,.premium-theme .perk-card h3{color:#21110B !important}.premium-theme .highlight-card p,.premium-theme .perk-card p{color:#5A4538 !important}.premium-theme .home-blog-showcase{padding-top:96px !important;padding-bottom:96px !important;position:relative;overflow:hidden}.premium-theme .home-blog-showcase h2{font-size:clamp(36px,4.2vw,58px) !important}.premium-theme .home-blog-showcase .btn-secondary{background:#FFF8EC !important;color:#2A1710 !important;border-color:rgba(91,30,45,.16) !important}.premium-theme .hs-card{width:calc((100% - 40px)/3) !important;background:linear-gradient(180deg,#FFF8EC,#F5E5CE) !important;border:1px solid rgba(200,158,75,.30) !important;border-radius:28px !important;overflow:hidden !important;box-shadow:var(--v7-shadow-soft) !important}.premium-theme .hs-card:hover{transform:translateY(-7px) !important;box-shadow:var(--v7-shadow) !important;border-color:rgba(91,30,45,.24) !important}.premium-theme .hs-thumb{height:204px !important;background:#E9D9C2 !important;position:relative}.premium-theme .hs-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 44%,rgba(35,20,14,.16));pointer-events:none}.premium-theme .hs-thumb img{filter:saturate(.92) contrast(1.02);transition:transform .7s ease}.premium-theme .hs-card:hover .hs-thumb img{transform:scale(1.045)}.premium-theme .hs-body{padding:20px 20px 23px !important}.premium-theme .hs-title{font-size:25px !important;color:#21110B !important;line-height:1.16 !important;min-height:58px}.premium-theme #hsNav button{background:#FFF8EC !important;color:#5B1E2D !important;border-color:rgba(91,30,45,.18) !important;box-shadow:0 10px 24px rgba(62,30,20,.08)}.premium-theme .kontakt{background:radial-gradient(circle at 15% 12%,rgba(91,30,45,.07),transparent 28%),linear-gradient(180deg,#F8F0E3,#EFE0C9) !important;color:var(--v7-ink) !important}.premium-theme .kontakt h2{color:var(--v7-ink) !important}.premium-theme .contact-row,.premium-theme .tg-brevo-wrap #sib-container,.premium-theme .sib-container--large{background:linear-gradient(180deg,#FFF8EC,#F7E9D3) !important;border:1px solid rgba(200,158,75,.28) !important;border-radius:28px !important;box-shadow:var(--v7-shadow-soft) !important;color:var(--v7-ink) !important}.premium-theme input.input,.premium-theme .tg-brevo-wrap input.input,.premium-theme textarea,.premium-theme select{background:#FFFDF7 !important;color:#23140E !important;border:1px solid rgba(91,30,45,.16) !important;border-radius:16px !important;min-height:50px !important}.premium-theme .tg-brevo-wrap .sib-form-block__button{background:linear-gradient(135deg,#5B1E2D,#8F3652) !important;border-radius:999px !important;color:#FFF8EC !important;letter-spacing:.09em !important;padding:15px 26px !important}.premium-theme .subpage-hero,.premium-theme .blog-hero{padding-top:160px !important;min-height:430px !important;background:#170F0B !important;border-bottom:1px solid rgba(233,211,155,.22) !important;position:relative;overflow:hidden}.premium-theme .subpage-hero::before,.premium-theme .blog-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(23,15,11,.88),rgba(23,15,11,.58)),url("hero-v8-luxury-v67.png") center/cover no-repeat !important;filter:saturate(.9) brightness(.82);opacity:.72;z-index:0}.premium-theme .subpage-hero-content,.premium-theme .blog-hero-content,.premium-theme .blog-hero>*,.premium-theme .subpage-hero>*{position:relative;z-index:1}.premium-theme .subpage-hero h1,.premium-theme .blog-hero h1{color:#FFF8EC !important;font-size:clamp(44px,5vw,78px) !important;text-shadow:0 18px 54px rgba(0,0,0,.44) !important}.premium-theme .subpage-hero-sub,.premium-theme .blog-hero-meta{color:rgba(255,248,236,.88) !important;font-weight:600 !important;line-height:1.7 !important}.premium-theme .subpage-bg-word,.premium-theme .blog-bg-word{font-family:"Playfair Display",serif !important;color:rgba(233,211,155,.08) !important}.premium-theme .subpage-content,.premium-theme .blog-overview-grid,.premium-theme .blog-layout{background:linear-gradient(180deg,var(--v7-paper),var(--v7-paper-2)) !important}.premium-theme .blog-layout{padding-top:70px !important;padding-bottom:100px !important}.premium-theme .blog-article,.premium-theme .sidebar-card,.premium-theme .faq-category,.premium-theme .faq-item,.premium-theme .custom-feat,.premium-theme .custom-notice,.premium-theme .custom-cta-box,.premium-theme .related-articles-box,.premium-theme .related-link-card,.premium-theme .seo-summary-box,.premium-theme .seo-faq-box,.premium-theme .blog-post-note,.premium-theme .blog-post-cta,.premium-theme .blog-author-box,.premium-theme .blog-highlight,.premium-theme .blog-faq,.premium-theme .blog-cta,.premium-theme .blog-table-wrap{background:linear-gradient(180deg,#FFF8EC,#F7E9D3) !important;color:var(--v7-ink) !important;border:1px solid rgba(200,158,75,.28) !important;border-radius:28px !important;box-shadow:var(--v7-shadow-soft) !important}.premium-theme .blog-article{padding:clamp(28px,4vw,54px) !important;font-size:17px !important}.premium-theme .blog-article h2{font-size:clamp(30px,3vw,44px) !important;margin-top:48px !important}.premium-theme .blog-article h3{font-size:clamp(24px,2.4vw,34px) !important;margin-top:34px !important}.premium-theme .blog-article a,.premium-theme .subpage-content a{color:var(--v7-bordeaux) !important;font-weight:800}.premium-theme .blog-table-wrap table{background:#FFFDF7 !important}.premium-theme .blog-table-wrap th{background:#F0DEC3 !important;color:#23140E !important}.premium-theme .blog-table-wrap td{border-color:rgba(91,30,45,.10) !important}.premium-theme .blog-filter,.premium-theme .blog-grid-inner a,.premium-theme .blog-card,.premium-theme .post-card{background:linear-gradient(180deg,#FFF8EC,#F7E9D3) !important;border:1px solid rgba(200,158,75,.26) !important;color:var(--v7-ink) !important;border-radius:28px !important;box-shadow:var(--v7-shadow-soft) !important}.premium-theme footer{background:radial-gradient(circle at 16% 12%,rgba(200,158,75,.12),transparent 28%),linear-gradient(180deg,#170F0B,#120B08) !important;border-top:1px solid rgba(233,211,155,.24) !important;color:#FFF8EC !important;position:relative;overflow:hidden}.premium-theme footer::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:min(920px,80%);height:1px;background:linear-gradient(90deg,transparent,rgba(233,211,155,.72),transparent)}.premium-theme footer h3,.premium-theme footer .footer-logo span{color:#FFF8EC !important}.premium-theme footer p,.premium-theme footer a,.premium-theme footer li,.premium-theme footer small,.premium-theme .footer-copy,.premium-theme .footer-disclaimer{color:rgba(255,248,236,.78) !important}.premium-theme footer a:hover{color:#FFF8EC !important}.premium-theme .footer-badge{background:rgba(255,248,236,.06) !important;border-color:rgba(233,211,155,.18) !important;color:#FFF8EC !important}.premium-theme .sakura-layer{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:25}.premium-theme .petal{position:absolute;top:-12vh;width:15px;height:12px;background:radial-gradient(circle at 32% 30%,#FFF2F2 0%,#E7A2AE 58%,#B85E72 100%);border-radius:65% 0 65% 0;opacity:.42 !important;filter:drop-shadow(0 3px 4px rgba(91,30,45,.12));animation-name:tgv7PetalFall,tgv7PetalSway;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite}@keyframes tgv7PetalFall{from{transform:translate3d(0,-15vh,0) rotate(0)}to{transform:translate3d(var(--petal-x,110px),110vh,0) rotate(360deg)}}@keyframes tgv7PetalSway{0%,100%{margin-left:0}50%{margin-left:24px}}.premium-theme .tgv5-reveal{opacity:0;transform:translateY(22px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.9,.18,1)}.premium-theme .tgv5-reveal.is-visible,.premium-theme .section.is-visible,.premium-theme .hs-card.is-visible,.premium-theme .blog-article.is-visible,.premium-theme .sidebar-card.is-visible,.premium-theme .faq-item.is-visible,.premium-theme .custom-feat.is-visible,.premium-theme .contact-row.is-visible{opacity:1;transform:translateY(0)}.premium-theme img[src=""],.premium-theme img:not([src]){display:none !important}.premium-theme .hs-thumb:empty::before,.premium-theme .blog-card-img:empty::before{content:"TG VAULT";display:grid;place-items:center;height:100%;min-height:160px;color:rgba(91,30,45,.34);font-family:"Playfair Display",serif;font-size:34px;background:linear-gradient(135deg,#F8F0E3,#E6D0B2)}@media (max-width:1040px){.premium-theme header{height:78px !important;width:calc(100% - 26px) !important;top:13px !important}.premium-theme header nav{display:none !important}.premium-theme .tgv5-hero-inner{grid-template-columns:1fr !important;gap:30px !important}.premium-theme .tgv5-hero-emblem{display:none !important}.premium-theme .tgv5-signature-strip{grid-template-columns:1fr !important;margin-top:-24px !important}.premium-theme .tgv5-boutique-card{grid-template-columns:1fr !important}.premium-theme .tgv5-kana{writing-mode:horizontal-tb !important;font-size:58px !important}}@media (max-width:760px){body.premium-theme{background:linear-gradient(180deg,#170F0B 0,#20120F 420px,#F8F0E3 420px,#EFE0C9 100%) !important}.premium-theme header{height:74px !important;padding:0 14px !important;border-radius:26px !important;width:calc(100% - 22px) !important}.premium-theme .logo-wrap img{width:50px !important;height:50px !important;min-width:50px !important}.premium-theme .logo-name{font-size:23px !important}.premium-theme .logo-tagline{font-size:8px !important;letter-spacing:.20em !important}.premium-theme .tgv5-hero{padding:126px 16px 56px !important;min-height:auto !important}.premium-theme .tgv5-hero::before{inset:13px;border-radius:25px}.premium-theme .tgv5-hero-copy{padding:26px 20px !important;border-radius:26px !important}.premium-theme .tgv5-hero-copy::before{inset:10px;border-radius:19px}.premium-theme .tgv5-hero h1{font-size:clamp(38px,12vw,58px) !important;letter-spacing:-.035em !important}.premium-theme .tgv5-lead{font-size:16px !important;line-height:1.72 !important}.premium-theme .tgv5-hero-actions{display:grid !important;grid-template-columns:1fr !important}.premium-theme .tgv5-stats{grid-template-columns:1fr !important}.premium-theme .tgv5-signature-item{padding:23px 20px !important}.premium-theme .tgv5-boutique-intro{padding:68px 16px 44px !important}.premium-theme .tgv5-boutique-card{padding:26px 20px !important;border-radius:26px !important}.premium-theme .section{padding:72px 16px !important}.premium-theme .section>h2{font-size:clamp(32px,10vw,46px) !important}.premium-theme .about-grid{padding:12px !important;border-radius:28px !important}.premium-theme .about-text{padding:24px 20px !important;border-radius:24px !important}.premium-theme .hs-card{width:100% !important}.premium-theme .hs-title{min-height:auto !important}.premium-theme .subpage-hero,.premium-theme .blog-hero{padding-top:130px !important;min-height:350px !important}.premium-theme .blog-article{padding:24px 20px !important;border-radius:24px !important;font-size:16px !important}}@media (prefers-reduced-motion:reduce){.premium-theme *,.premium-theme *::before,.premium-theme *::after{animation:none !important;transition:none !important;scroll-behavior:auto !important}.premium-theme .sakura-layer{display:none !important}}.premium-theme .tgv7-editorial-grid{position:relative;overflow:hidden;padding:96px 22px 102px;background:radial-gradient(circle at 10% 10%,rgba(200,158,75,.15),transparent 26%),radial-gradient(circle at 90% 18%,rgba(91,30,45,.08),transparent 30%),linear-gradient(180deg,#EFE0C9,#F8F0E3);color:var(--v7-ink)}.premium-theme .tgv7-editorial-grid::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;background:radial-gradient(circle at 50% 100%,transparent 16px,rgba(91,30,45,.55) 17px 18px,transparent 19px) 0 0/42px 24px,radial-gradient(circle at 50% 0,transparent 16px,rgba(91,30,45,.55) 17px 18px,transparent 19px) 21px 12px/42px 24px}.premium-theme .tgv7-editorial-head{width:min(920px,100%);margin:0 auto 34px;text-align:center;position:relative;z-index:1;padding:0 12px}.premium-theme .tgv7-editorial-head h2{font-family:"Playfair Display",Georgia,serif !important;font-size:clamp(34px,4.4vw,62px);line-height:1.08;letter-spacing:-.03em;color:#21110B !important;margin:12px 0 18px}.premium-theme .tgv7-editorial-head p{max-width:760px;margin:0 auto;color:#5B4639 !important;font-size:18px;line-height:1.82}.premium-theme .tgv7-cards{position:relative;z-index:1;width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.premium-theme .tgv7-paper-card{display:block;text-decoration:none;min-height:250px;padding:30px 28px;border-radius:30px;border:1px solid rgba(200,158,75,.33);background:linear-gradient(180deg,#FFF8EC,#F5E5CE);box-shadow:var(--v7-shadow-soft);color:var(--v7-ink) !important;position:relative;overflow:hidden}.premium-theme .tgv7-paper-card::before{content:"";position:absolute;inset:14px;border:1px solid rgba(91,30,45,.09);border-radius:22px;pointer-events:none}.premium-theme .tgv7-paper-card::after{content:"";position:absolute;right:-36px;bottom:-36px;width:132px;height:132px;border-radius:50%;background:radial-gradient(circle,rgba(200,158,75,.18),transparent 62%)}.premium-theme .tgv7-paper-card:hover{transform:translateY(-7px);box-shadow:var(--v7-shadow);border-color:rgba(91,30,45,.24)}.premium-theme .tgv7-paper-card span{display:block;font-family:"Cormorant Garamond",serif;color:rgba(91,30,45,.26);font-size:42px;line-height:.9;font-weight:700;margin-bottom:24px}.premium-theme .tgv7-paper-card h3{font-size:30px !important;color:#21110B !important;margin-bottom:12px}.premium-theme .tgv7-paper-card p{color:#5B4639 !important;line-height:1.75 !important;margin:0 !important;font-weight:600}@media (max-width:900px){.premium-theme .tgv7-cards{grid-template-columns:1fr}.premium-theme .tgv7-paper-card{min-height:auto}.premium-theme .tgv7-editorial-grid{padding:70px 16px}}:root{--v8-bordeaux:#5B1020;--v8-bordeaux-2:#7B2034;--v8-gold:#D8B45A;--v8-paper:#F8EFE1;--v8-cream:#FFF8EC;--v8-ink:#21120D}body.premium-theme{background:radial-gradient(circle at 15% 5%,rgba(216,180,90,.16),transparent 28%),linear-gradient(180deg,#160B0C 0%,#1E0F12 34vh,#F8EFE1 34vh,#EFE0C9 100%) !important}.premium-theme header{width:min(1210px,calc(100% - 32px)) !important;height:78px !important;background:linear-gradient(135deg,rgba(34,16,13,.96),rgba(78,27,28,.94)) !important;border:1px solid rgba(216,180,90,.48) !important;box-shadow:0 18px 58px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.10) !important}.premium-theme .logo-wrap img{width:56px !important;height:56px !important;min-width:56px !important;object-fit:contain !important;background:transparent !important;border:0 !important;box-shadow:0 0 0 1px rgba(216,180,90,.50),0 0 0 5px rgba(216,180,90,.09),0 12px 30px rgba(0,0,0,.32) !important}.premium-theme .logo-name{font-size:27px !important;color:#FFF5E4 !important;letter-spacing:.035em !important;text-shadow:0 1px 0 rgba(0,0,0,.22) !important}.premium-theme .logo-name span{color:#E8CE83 !important}.premium-theme .logo-tagline{font-size:8.6px !important;letter-spacing:.28em !important;color:rgba(255,245,228,.82) !important}.premium-theme .tgv5-hero{min-height:100svh !important;padding:150px clamp(18px,4vw,64px) 76px !important;background:#160B0C !important}.premium-theme .tgv5-hero-bg{background:linear-gradient(90deg,rgba(18,8,8,.72) 0%,rgba(18,8,8,.50) 35%,rgba(18,8,8,.18) 55%,rgba(18,8,8,.08) 72%,rgba(18,8,8,.30) 100%),url("hero-v8-luxury-v67.png") center/cover no-repeat !important;filter:saturate(1.02) contrast(1.04) brightness(.92) !important;transform:scale(1.005) !important;animation:tgv8HeroBreath 26s ease-in-out infinite alternate !important}@keyframes tgv8HeroBreath{from{transform:scale(1.005)}to{transform:scale(1.035)}}.premium-theme .tgv5-hero-veil{background:radial-gradient(circle at 72% 42%,rgba(216,180,90,.12),transparent 22%),linear-gradient(180deg,rgba(22,11,12,.02),rgba(22,11,12,.36) 78%,#160B0C 100%) !important}.premium-theme .tgv5-hero-inner{grid-template-columns:minmax(0,760px) 1fr !important;gap:clamp(28px,5vw,74px) !important}.premium-theme .tgv5-hero-emblem{display:none !important}.premium-theme .tgv5-hero-copy{max-width:760px !important;background:linear-gradient(145deg,rgba(255,248,236,.985),rgba(248,239,225,.965) 50%,rgba(239,224,201,.95)) !important;border:1px solid rgba(216,180,90,.50) !important;box-shadow:0 44px 126px rgba(0,0,0,.36),0 16px 44px rgba(91,16,32,.15),inset 0 1px 0 rgba(255,255,255,.78) !important}.premium-theme .tgv5-hero-copy::before{opacity:.55 !important}.premium-theme .tgv5-hero-copy::after{opacity:.08 !important}.premium-theme .tgv5-eyebrow{background:#F5E4E6 !important;border-color:rgba(91,16,32,.24) !important;color:#651E31 !important}.premium-theme .tgv5-hero-copy h1{color:#20100C !important;letter-spacing:-.04em !important}.premium-theme .tgv5-lead{color:#594235 !important;font-size:18px !important;line-height:1.78 !important}.premium-theme .tgv5-btn-primary{background:linear-gradient(135deg,#7B2034,#9E3550) !important;color:#FFF7EA !important}.premium-theme .tgv5-btn-ghost{color:#341A13 !important;background:rgba(255,255,255,.72) !important;border-color:rgba(91,16,32,.16) !important}.premium-theme .tgv5-stats>div{background:rgba(255,255,255,.58) !important;border-color:rgba(91,16,32,.11) !important}.premium-theme .tgv5-stats strong{color:#24120D !important}.premium-theme .tgv5-stats span{color:#6D5141 !important}.premium-theme .subpage-hero::before,.premium-theme .blog-hero::before{background:linear-gradient(90deg,rgba(18,8,8,.84),rgba(18,8,8,.46)),url("hero-v8-luxury-v67.png") center/cover no-repeat !important;opacity:.74 !important}.premium-theme .sakura-layer{opacity:.42 !important;z-index:22 !important}.premium-theme .petal{opacity:.38 !important}@media(max-width:960px){.premium-theme .tgv5-hero-inner{grid-template-columns:1fr !important}.premium-theme .tgv5-hero-bg{background:linear-gradient(180deg,rgba(18,8,8,.28) 0%,rgba(18,8,8,.54) 42%,rgba(18,8,8,.74) 100%),url("hero-v8-luxury-v67.png") 63% center/cover no-repeat !important}.premium-theme .tgv5-hero-copy{max-width:none !important}}@media(max-width:640px){.premium-theme header{height:72px !important;top:10px !important;width:calc(100% - 20px) !important;padding:0 12px !important}.premium-theme .logo-wrap img{width:50px !important;height:50px !important;min-width:50px !important}.premium-theme .logo-name{font-size:23px !important}.premium-theme .logo-tagline{font-size:7.7px !important;letter-spacing:.22em !important}.premium-theme .tgv5-hero{padding-top:116px !important;padding-bottom:54px !important}.premium-theme .tgv5-hero-copy{padding:28px 22px !important;border-radius:25px !important}.premium-theme .tgv5-hero-copy h1{font-size:clamp(43px,14vw,64px) !important;line-height:1.02 !important}.premium-theme .tgv5-lead{font-size:16px !important}}.premium-theme .blog-overview-grid{max-width:1380px !important;margin:0 auto !important;padding:74px clamp(18px,4vw,64px) 110px !important;background:linear-gradient(180deg,#F8EFE1,#EFE0C9) !important}.premium-theme .blog-filter{background:rgba(255,248,236,.72) !important;border:1px solid rgba(91,16,32,.12) !important;border-radius:28px !important;padding:14px !important;box-shadow:0 18px 50px rgba(62,30,20,.08) !important;gap:10px !important;position:sticky !important;top:112px !important;z-index:20 !important;backdrop-filter:blur(14px) !important}.premium-theme .filter-btn{background:#FFF8EC !important;border:1px solid rgba(91,16,32,.10) !important;color:#4D2B20 !important;border-radius:999px !important;padding:10px 16px !important;font-weight:850 !important;box-shadow:0 8px 22px rgba(62,30,20,.06) !important}.premium-theme .filter-btn:hover,.premium-theme .filter-btn.active{background:linear-gradient(135deg,#7B2034,#9E3550) !important;color:#FFF8EC !important;border-color:rgba(216,180,90,.42) !important;transform:translateY(-2px) !important}.premium-theme .blog-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:26px !important;align-items:stretch !important}.premium-theme .blog-card-item{position:relative !important;overflow:hidden !important;background:linear-gradient(145deg,#FFF8EC,#F2E2CC) !important;border:1px solid rgba(91,16,32,.12) !important;border-radius:28px !important;box-shadow:0 18px 54px rgba(62,30,20,.10) !important;text-decoration:none !important;transform:translateZ(0)}.premium-theme .blog-card-item::before{content:"";position:absolute;inset:0;pointer-events:none;z-index:2;background:radial-gradient(circle at 12px 12px,rgba(91,16,32,.055) 1px,transparent 1.35px),linear-gradient(140deg,rgba(255,255,255,.26),transparent 34%,rgba(216,180,90,.12));background-size:24px 24px,auto;opacity:.58}.premium-theme .blog-card-item::after{content:"";position:absolute;left:0;top:0;bottom:0;width:7px;z-index:3;background:linear-gradient(180deg,#7B2034,#D8B45A)}.premium-theme .blog-card-item[data-cat="wert"]::after{background:linear-gradient(180deg,#8B6324,#D8B45A)}.premium-theme .blog-card-item[data-cat="pflege"]::after{background:linear-gradient(180deg,#355E4F,#C8D2A2)}.premium-theme .blog-card-item[data-cat="seltenheit"]::after{background:linear-gradient(180deg,#7B2034,#E0A3AE)}.premium-theme .blog-card-item[data-cat="custom"]::after{background:linear-gradient(180deg,#7C3C82,#D8B45A)}.premium-theme .blog-card-item[data-cat="grading"]::after{background:linear-gradient(180deg,#243B55,#D8B45A)}.premium-theme .blog-card-item[data-cat="investment"]::after{background:linear-gradient(180deg,#3E2C16,#D8B45A)}.premium-theme .blog-card-item:hover{transform:translateY(-9px) !important;box-shadow:0 34px 86px rgba(91,16,32,.18) !important;border-color:rgba(216,180,90,.40) !important}.premium-theme .bci-thumb{height:198px !important;background:#EBD8BC !important;border-bottom:1px solid rgba(91,16,32,.10) !important;position:relative !important;overflow:hidden !important}.premium-theme .bci-thumb::before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(248,239,225,.12),rgba(91,16,32,.20)),radial-gradient(circle at 80% 18%,rgba(216,180,90,.24),transparent 34%);mix-blend-mode:multiply}.premium-theme .bci-thumb::after{content:"🌸";position:absolute;right:16px;bottom:13px;z-index:3;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:rgba(255,248,236,.88);border:1px solid rgba(216,180,90,.38);box-shadow:0 10px 26px rgba(0,0,0,.16);font-size:20px}.premium-theme .blog-card-item[data-cat="wert"] .bci-thumb::after{content:"💰"}.premium-theme .blog-card-item[data-cat="pflege"] .bci-thumb::after{content:"🛡️"}.premium-theme .blog-card-item[data-cat="seltenheit"] .bci-thumb::after{content:"⭐"}.premium-theme .blog-card-item[data-cat="custom"] .bci-thumb::after{content:"🎨"}.premium-theme .blog-card-item[data-cat="grading"] .bci-thumb::after{content:"📊"}.premium-theme .blog-card-item[data-cat="investment"] .bci-thumb::after{content:"📈"}.premium-theme .blog-card-item[data-cat="wissen"] .bci-thumb::after{content:"📜"}.premium-theme .bci-thumb img{width:100% !important;height:100% !important;object-fit:cover !important;filter:sepia(.18) saturate(.86) contrast(.96) brightness(1.02) !important;transform:scale(1.015);transition:transform .55s ease,filter .55s ease !important}.premium-theme .blog-card-item:hover .bci-thumb img{transform:scale(1.08) !important;filter:sepia(.08) saturate(1.04) contrast(1.04) brightness(1.02) !important}.premium-theme .bci-body{position:relative;z-index:4;padding:22px 24px 24px !important}.premium-theme .bci-cat{color:#7B2034 !important;font-size:10px !important;letter-spacing:.18em !important;font-weight:900 !important;text-transform:uppercase !important;display:inline-flex !important;align-items:center !important;gap:8px !important}.premium-theme .bci-cat::before{content:"◇";color:#D8B45A;font-size:12px}.premium-theme .bci-title{font-family:"Playfair Display",Georgia,serif !important;font-size:24px !important;line-height:1.12 !important;color:#21120D !important;letter-spacing:-.025em !important;margin-top:8px !important}.premium-theme .bci-excerpt{color:#63483B !important;line-height:1.65 !important;font-weight:550 !important}.premium-theme .bci-meta{color:#806556 !important;border-top:1px solid rgba(91,16,32,.10) !important;padding-top:12px !important}.premium-theme .blog-layout{max-width:1400px !important;padding:64px clamp(18px,4vw,64px) 112px !important;display:grid !important;grid-template-columns:minmax(0,820px) minmax(280px,360px) !important;gap:34px !important;align-items:start !important}.premium-theme .blog-article{width:100% !important;max-width:none !important;background:linear-gradient(180deg,#FFF8EC,#F2E2CC) !important;border:1px solid rgba(91,16,32,.13) !important;border-radius:32px !important;box-shadow:0 24px 74px rgba(62,30,20,.10) !important;padding:clamp(26px,4vw,56px) !important;position:relative !important;overflow:hidden !important}.premium-theme .blog-article::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 1px 1px,rgba(91,16,32,.05) 1px,transparent 1.35px);background-size:24px 24px;opacity:.44}.premium-theme .blog-article>*{position:relative;z-index:1}.premium-theme .blog-article h2{margin-top:46px !important;margin-bottom:16px !important;padding-top:22px !important;border-top:1px solid rgba(91,16,32,.12) !important;font-size:clamp(30px,3vw,42px) !important}.premium-theme .blog-article h2::before{content:"✦";color:#D8B45A;margin-right:10px;font-size:.72em;vertical-align:.1em}.premium-theme .blog-article p,.premium-theme .blog-article li{color:#5B4336 !important;font-size:17px !important;line-height:1.9 !important}.premium-theme .blog-article ul,.premium-theme .blog-article ol{background:rgba(255,255,255,.42) !important;border:1px solid rgba(91,16,32,.10) !important;border-radius:20px !important;padding:20px 22px 20px 44px !important}.premium-theme .blog-table-wrap{background:#FFFDF7 !important;border:1px solid rgba(91,16,32,.14) !important;border-radius:22px !important;box-shadow:0 14px 40px rgba(62,30,20,.08) !important;overflow:auto !important}.premium-theme .blog-table th{background:#5B1020 !important;color:#FFF8EC !important}.premium-theme .blog-table td{color:#4E392F !important;border-color:rgba(91,16,32,.10) !important}.premium-theme .blog-highlight,.premium-theme .blog-post-note,.premium-theme .seo-summary-box,.premium-theme .blog-post-cta,.premium-theme .blog-cta{background:linear-gradient(135deg,#FFFDF7,#F3E0C1) !important;border:1px solid rgba(216,180,90,.42) !important;border-left:6px solid #D8B45A !important;color:#50392E !important;box-shadow:0 16px 44px rgba(62,30,20,.10) !important}.premium-theme .v9-article-intro-card{margin:24px 0 28px !important;padding:16px 18px !important;border-radius:18px !important;background:linear-gradient(135deg,#F6E3E6,#FFF8EC) !important;border:1px solid rgba(91,16,32,.14) !important;color:#642034 !important;font-weight:850 !important}.premium-theme .blog-sidebar,.premium-theme .v9-blog-sidebar{display:flex !important;flex-direction:column !important;gap:18px !important;position:sticky !important;top:124px !important;align-self:start !important}.premium-theme .sidebar-card,.premium-theme .v9-side-box{background:linear-gradient(145deg,#FFF8EC,#F1DEC5) !important;border:1px solid rgba(91,16,32,.13) !important;border-radius:26px !important;padding:22px !important;box-shadow:0 16px 46px rgba(62,30,20,.09) !important;color:#50392E !important;overflow:hidden !important}.premium-theme .v9-side-box:hover,.premium-theme .sidebar-card:hover{transform:translateY(-3px) !important;box-shadow:0 24px 62px rgba(91,16,32,.14) !important;border-color:rgba(216,180,90,.36) !important}.premium-theme .v9-side-kicker,.premium-theme .sidebar-card h3,.premium-theme .sidebar-card h4{font-family:"Montserrat",system-ui,sans-serif !important;color:#7B2034 !important;text-transform:uppercase !important;letter-spacing:.18em !important;font-size:10px !important;font-weight:900 !important;margin-bottom:10px !important}.premium-theme .v9-side-box strong,.premium-theme .sidebar-card strong{display:block;font-family:"Playfair Display",Georgia,serif !important;font-size:23px !important;line-height:1.1 !important;color:#21120D !important;margin-bottom:10px !important}.premium-theme .v9-side-box p,.premium-theme .sidebar-card p{color:#62483A !important;line-height:1.68 !important;font-size:14px !important}.premium-theme .v9-side-toc nav{display:flex;flex-direction:column;gap:8px}.premium-theme .v9-side-toc a{display:block;padding:10px 12px;border-radius:14px;text-decoration:none;color:#4E392F !important;background:rgba(255,255,255,.42);border:1px solid rgba(91,16,32,.08);font-weight:750;font-size:13px;line-height:1.35}.premium-theme .v9-side-toc a:hover{background:#5B1020 !important;color:#FFF8EC !important;transform:translateX(4px) !important}.premium-theme .v9-side-shop a{display:inline-flex;margin-top:12px;padding:11px 16px;border-radius:999px;background:linear-gradient(135deg,#7B2034,#9E3550);color:#FFF8EC !important;text-decoration:none;font-weight:900;font-size:13px}.premium-theme .blog-faq,.premium-theme .seo-faq-box{background:linear-gradient(145deg,#FFF8EC,#F4E3C9) !important;border:1px solid rgba(91,16,32,.13) !important;border-radius:28px !important;padding:26px !important;box-shadow:0 18px 54px rgba(62,30,20,.10) !important}.premium-theme .blog-faq-title,.premium-theme .seo-faq-box h2{font-family:"Playfair Display",Georgia,serif !important;color:#21120D !important;font-size:34px !important;margin-bottom:18px !important}.premium-theme .faq-item,.premium-theme .seo-faq-box details{background:#FFFDF7 !important;border:1px solid rgba(91,16,32,.12) !important;border-radius:18px !important;padding:0 !important;margin:12px 0 !important;overflow:hidden !important;box-shadow:0 10px 30px rgba(62,30,20,.06) !important}.premium-theme .faq-q,.premium-theme .seo-faq-box summary{width:100% !important;display:flex !important;align-items:center !important;justify-content:space-between !important;padding:18px 20px !important;background:transparent !important;border:0 !important;color:#341A13 !important;font-weight:900 !important;font-size:16px !important;cursor:pointer !important}.premium-theme .faq-q::before,.premium-theme .seo-faq-box summary::before{content:"🌸";margin-right:12px;font-size:18px}.premium-theme .faq-a,.premium-theme .seo-faq-box details p{color:#60473A !important;background:linear-gradient(180deg,rgba(248,239,225,.25),rgba(248,239,225,.70)) !important;padding:0 20px 18px !important}.premium-theme .faq-item:hover,.premium-theme .seo-faq-box details:hover{border-color:rgba(216,180,90,.42) !important;transform:translateY(-2px) !important}.premium-theme .blog-article [style*="background:var(--panel)"],.premium-theme .blog-article [style*="background:var(--card)"]{background:linear-gradient(145deg,#FFFDF7,#F0DDC4) !important;color:#3A241B !important;border-color:rgba(91,16,32,.15) !important}.premium-theme .blog-article [style*="color:var(--white)"],.premium-theme .blog-article [style*="color:var(--text-dim)"],.premium-theme .blog-article [style*="color:var(--text-faint)"]{color:#62483A !important}@media(max-width:1160px){.premium-theme .blog-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.premium-theme .blog-layout{grid-template-columns:minmax(0,1fr) !important;max-width:940px !important}.premium-theme .blog-sidebar,.premium-theme .v9-blog-sidebar{position:relative !important;top:auto !important;display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important}}@media(max-width:720px){.premium-theme .blog-overview-grid{padding:52px 16px 74px !important}.premium-theme .blog-filter{position:relative !important;top:auto !important;overflow:auto !important;justify-content:flex-start !important;flex-wrap:nowrap !important}.premium-theme .filter-btn{white-space:nowrap !important}.premium-theme .blog-grid-inner{grid-template-columns:1fr !important;gap:20px !important}.premium-theme .bci-thumb{height:180px !important}.premium-theme .blog-layout{padding:44px 16px 78px !important;gap:22px !important}.premium-theme .blog-article{padding:24px 18px !important;border-radius:24px !important}.premium-theme .blog-article h2{font-size:30px !important}.premium-theme .blog-sidebar,.premium-theme .v9-blog-sidebar{grid-template-columns:1fr !important}}.premium-theme header .logo-wrap img,.premium-theme .logo-wrap img,.premium-theme footer img[src*="tg-vault-icon"]{object-fit:cover !important;background:#5B1E2B !important;border:1px solid rgba(212,175,55,.42) !important;box-shadow:0 8px 22px rgba(0,0,0,.22),0 0 0 3px rgba(212,175,55,.10) !important}.premium-theme .premium-hero,.premium-theme .hero{background:linear-gradient(90deg,rgba(20,8,12,.48) 0%,rgba(20,8,12,.18) 38%,rgba(20,8,12,.18) 62%,rgba(20,8,12,.48) 100%),url("header-japan-v11.webp") center/cover no-repeat !important;min-height:min(56vw,760px) !important;padding:118px 52px 48px !important;align-items:flex-end !important}.premium-theme .hero::before{background:linear-gradient(180deg,rgba(16,5,8,.14) 0%,rgba(16,5,8,.18) 48%,rgba(16,5,8,.48) 100%) !important}.premium-theme .hero-content{max-width:520px !important;padding:24px 26px 22px !important;border-radius:24px !important;background:linear-gradient(135deg,rgba(246,237,222,.92),rgba(230,220,194,.86)) !important;backdrop-filter:blur(10px) !important;box-shadow:0 24px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.65) !important}.premium-theme .hero h1{font-size:clamp(34px,4.2vw,62px) !important;line-height:1.0 !important;letter-spacing:-.8px !important}.premium-theme .hero-sub{font-size:16px !important;line-height:1.65 !important;margin-bottom:20px !important}.premium-theme .hero-stats{margin-top:20px !important;gap:10px !important}.premium-theme .hero-stats>div{padding:10px 12px !important;border-radius:14px !important}.premium-theme .hero-stat-num{font-size:27px !important}.premium-theme .hero-stat-label{font-size:8.5px !important;letter-spacing:1.4px !important}.premium-theme .about-img img[src*="about-photo"]{object-position:center !important;filter:saturate(1.02) contrast(1.02) !important}@media(max-width:900px){.premium-theme .premium-hero,.premium-theme .hero{min-height:760px !important;padding:420px 18px 28px !important;background-position:center top !important}.premium-theme .hero-content{max-width:none !important;padding:20px 18px !important}}@media(max-width:580px){.premium-theme .premium-hero,.premium-theme .hero{min-height:720px !important;padding-top:360px !important}.premium-theme .hero h1{font-size:36px !important}.premium-theme .hero-sub{font-size:15px !important}}.premium-theme header{padding-inline:22px !important}.premium-theme .logo-wrap{display:flex !important;align-items:center;min-width:0;text-decoration:none !important}.premium-theme .logo-wrap .brand-mark-full{display:block;width:clamp(124px,13vw,170px);height:auto;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.22))}.premium-theme .footer-brand-lockup{display:inline-flex;align-items:center;text-decoration:none}.premium-theme .footer-brand-full{width:180px;max-width:90%;height:auto;display:block}.premium-theme .footer-brand p{margin-top:14px}.premium-theme .tgv15-hero{background:linear-gradient(180deg,#18070b 0%,#210d13 100%) !important}.premium-theme .tgv15-hero .tgv5-hero-bg{min-height:clamp(440px,48vw,760px) !important;background:linear-gradient(180deg,rgba(18,7,10,.06) 0%,rgba(18,7,10,.06) 45%,rgba(18,7,10,.58) 100%),url("header-japan-v11.webp") center 30%/cover no-repeat !important;box-shadow:inset 0 -90px 90px rgba(18,7,10,.48)}.premium-theme .tgv15-hero .tgv5-hero-inner{width:min(1160px,calc(100% - 32px)) !important;margin:-62px auto 0 !important}.premium-theme .tgv15-hero .tgv5-hero-copy{grid-template-columns:minmax(0,1fr) 320px !important;align-items:start !important;padding:30px 30px 26px !important;border-radius:28px !important}.premium-theme .tgv15-hero h1{font-size:clamp(34px,5vw,70px) !important;max-width:700px !important;margin-bottom:14px !important}.premium-theme .tgv15-hero .tgv5-lead{max-width:640px !important;font-size:17px !important;line-height:1.6 !important}.premium-theme .tgv15-hero .tgv5-stats{grid-column:2 !important;grid-row:1 / span 4 !important;gap:12px !important}.premium-theme .tgv15-hero .tgv5-stat-card{padding:18px 18px 15px !important}.premium-theme .tgv15-hero .tgv5-stat-card strong{font-size:42px !important;line-height:1 !important;display:block}.premium-theme .tgv15-hero .tgv5-stat-card span{font-size:12px !important;letter-spacing:1.5px !important;text-transform:uppercase !important}.premium-theme .tgv15-boutique-intro{padding-top:44px !important}.premium-theme .tgv16-shop-intro h2{max-width:820px}.premium-theme .tgv16-shop-intro p{max-width:840px}.premium-theme .home-blog-showcase .hs-card{background:#f3ead9 !important;border:1px solid rgba(157,122,87,.18) !important;border-radius:18px !important;overflow:hidden !important;box-shadow:0 12px 26px rgba(47,19,16,.08) !important}.premium-theme .home-blog-showcase .hs-thumb{height:168px !important;position:relative !important;background:#6d2438 !important;display:flex !important;align-items:center;justify-content:center;padding:24px !important;overflow:hidden}.premium-theme .home-blog-showcase .hs-thumb::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 100% 150%,transparent 24px,rgba(201,168,76,.16) 25px,rgba(201,168,76,.16) 26px,transparent 27px);background-size:48px 48px;opacity:.9}.premium-theme .home-blog-showcase .hs-thumb img{display:none !important}.premium-theme .home-blog-showcase .hs-title{position:relative;z-index:1;color:#f9eedb !important;text-align:center;font-size:22px !important;line-height:1.2 !important;max-width:90%;font-style:italic}.premium-theme .home-blog-showcase .hs-body{padding:18px 18px 20px !important;background:#f3ead9 !important}.premium-theme .home-blog-showcase .hs-cat{color:#b18c35 !important}.premium-theme .home-blog-showcase .hs-excerpt{color:#6d5b4f !important}.premium-theme .blog-overview-grid{max-width:1280px !important;padding:40px 28px 80px !important}.premium-theme .blog-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:26px !important}.premium-theme .blog-card-item{background:#f3ead9 !important;border:1px solid rgba(157,122,87,.20) !important;border-radius:20px !important;overflow:hidden !important;box-shadow:0 12px 28px rgba(47,19,16,.08) !important}.premium-theme .blog-card-item:hover{transform:translateY(-6px);box-shadow:0 18px 42px rgba(62,24,20,.14) !important;border-color:rgba(157,122,87,.34) !important}.premium-theme .blog-card-item .bci-thumb{height:160px;position:relative;display:flex;align-items:center;justify-content:center;padding:20px;overflow:hidden}.premium-theme .blog-card-item .bci-thumb img{display:none !important}.premium-theme .blog-card-item .bci-thumb::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 100% 150%,transparent 24px,rgba(201,168,76,.16) 25px,rgba(201,168,76,.16) 26px,transparent 27px);background-size:48px 48px;opacity:.9}.premium-theme .blog-card-item .bci-overlay{position:relative;z-index:1;width:100%;text-align:center;color:#f8eedf;padding-inline:12px}.premium-theme .blog-card-item .bci-overlay-cat{font-size:12px;letter-spacing:4px;text-transform:uppercase;color:#cda243;margin-bottom:18px}.premium-theme .blog-card-item .bci-overlay-title{font-family:'Playfair Display',Georgia,serif;font-size:20px;line-height:1.3;font-style:italic;max-width:95%;margin:0 auto}.premium-theme .blog-card-item .bci-overlay-mark{position:absolute;right:4px;bottom:-2px;color:#efb7c1;font-size:20px;opacity:.95}.premium-theme .blog-card-item .bci-body{padding:16px 20px 18px !important;background:#f3ead9 !important}.premium-theme .blog-card-item .bci-cat{font-size:12px !important;letter-spacing:3px !important;text-transform:uppercase !important;color:#b18c35 !important;margin-bottom:10px !important}.premium-theme .blog-card-item .bci-title{display:none !important}.premium-theme .blog-card-item .bci-excerpt{color:#6c5b4f !important;font-size:16px !important;line-height:1.6 !important;min-height:3.2em}.premium-theme .blog-card-item .bci-meta{margin-top:12px !important;color:#8a7769 !important}.premium-theme .blog-card-item .bci-read{margin-top:14px;font-size:13px;letter-spacing:3px;text-transform:uppercase;color:#7c2638;font-weight:700}.premium-theme .blog-card-item.cat-wissen .bci-thumb,.premium-theme .home-blog-showcase .hs-card:nth-child(1n) .hs-thumb{background:linear-gradient(180deg,#7a2539 0%,#692232 100%) !important}.premium-theme .blog-card-item.cat-seltenheit .bci-thumb{background:linear-gradient(180deg,#7a2539 0%,#692232 100%) !important}.premium-theme .blog-card-item.cat-grading .bci-thumb,.premium-theme .home-blog-showcase .hs-card:nth-child(3n) .hs-thumb{background:linear-gradient(180deg,#2e4659 0%,#263c4d 100%) !important}.premium-theme .blog-card-item.cat-pflege .bci-thumb,.premium-theme .home-blog-showcase .hs-card:nth-child(4n) .hs-thumb{background:linear-gradient(180deg,#264c3c 0%,#1f3f32 100%) !important}.premium-theme .blog-card-item.cat-investment .bci-thumb,.premium-theme .home-blog-showcase .hs-card:nth-child(5n) .hs-thumb{background:linear-gradient(180deg,#4d351d 0%,#3a2815 100%) !important}.premium-theme .blog-card-item.cat-custom .bci-thumb{background:linear-gradient(180deg,#5b2f55 0%,#4d2648 100%) !important}.premium-theme .blog-filter{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 26px 0 !important}.premium-theme .blog-filter .filter-btn{background:#f8f1e4 !important;border:1px solid rgba(157,122,87,.18) !important;color:#5c4336 !important;border-radius:999px !important;padding:10px 16px !important}.premium-theme .blog-filter .filter-btn.active,.premium-theme .blog-filter .filter-btn:hover{background:#7b2034 !important;color:#fff4e6 !important;border-color:#7b2034 !important}@media (max-width:1024px){.premium-theme .blog-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.premium-theme .tgv15-hero .tgv5-hero-copy{grid-template-columns:1fr !important}.premium-theme .tgv15-hero .tgv5-stats{grid-column:1 !important;grid-row:auto !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important}}@media (max-width:700px){.premium-theme .logo-wrap .brand-mark-full{width:122px}.premium-theme .blog-grid-inner{grid-template-columns:1fr !important;gap:18px !important}.premium-theme .blog-card-item .bci-thumb{height:144px}.premium-theme .blog-card-item .bci-overlay-title{font-size:18px}.premium-theme .tgv15-hero .tgv5-hero-inner{margin:-36px auto 0 !important}.premium-theme .tgv15-hero .tgv5-hero-copy{padding:22px 20px 20px !important}}.premium-theme{--v19-bordeaux:#5B1E2B;--v19-bordeaux-2:#3D1320;--v19-bordeaux-3:#7A2A3A;--v19-gold:#D4AF37;--v19-gold-soft:#E8C84A;--v19-cream:#F3E8D5;--v19-cream-2:#EAD9C0;--v19-bg:#E5D0B8;--v19-espresso:#1F1A17;--v19-text:#2A1F15;--v19-muted:#5A4535;--v19-border:rgba(139,100,60,.18);background-color:var(--v19-bg) !important;background-image:radial-gradient(circle at 18% 0%,rgba(212,175,55,.13),transparent 34%),radial-gradient(circle at 90% 12%,rgba(91,30,43,.12),transparent 28%),repeating-linear-gradient(0deg,transparent,transparent 4px,rgba(91,30,43,.012) 4px,rgba(91,30,43,.012) 5px) !important}.premium-theme .subpage-content,.premium-theme .blog-overview-grid,.premium-theme .home-blog-showcase,.premium-theme #about-section,.premium-theme .kontakt{background-color:var(--v19-bg) !important;background-image:repeating-linear-gradient(0deg,transparent,transparent 4px,rgba(139,100,60,.012) 4px,rgba(139,100,60,.012) 5px),linear-gradient(160deg,#F7EEDC 0%,#E9D7BD 100%) !important}.premium-theme header{background:linear-gradient(180deg,rgba(61,19,32,.96),rgba(44,15,23,.94)) !important;border:1px solid rgba(212,175,55,.26) !important;border-left:0 !important;border-right:0 !important;box-shadow:0 14px 36px rgba(31,26,23,.24) !important}.premium-theme nav a{color:#F4E8D8 !important;letter-spacing:1.2px !important}.premium-theme nav a:hover{color:var(--v19-gold-soft) !important}.premium-theme .tgv15-hero{background:linear-gradient(180deg,#1F0A10 0%,#3D1320 58%,var(--v19-bg) 58%,var(--v19-bg) 100%) !important}.premium-theme .tgv15-hero .tgv5-hero-bg{border-bottom:1px solid rgba(212,175,55,.22);box-shadow:inset 0 -80px 90px rgba(31,26,23,.54) !important}.premium-theme .tgv15-hero .tgv5-hero-copy{background:radial-gradient(circle at 92% 16%,rgba(212,175,55,.08),transparent 18%),repeating-linear-gradient(0deg,transparent,transparent 4px,rgba(139,100,60,.018) 4px,rgba(139,100,60,.018) 5px),linear-gradient(160deg,#F8F0E3 0%,#EFE0C8 100%) !important;border:1px solid rgba(139,100,60,.22) !important;box-shadow:0 24px 70px rgba(31,26,23,.22) !important}.premium-theme .tgv15-hero h1{color:var(--v19-espresso) !important;letter-spacing:-.8px !important}.premium-theme .tgv15-hero .tgv5-lead{color:var(--v19-muted) !important}.premium-theme .tgv15-hero .tgv5-stat-card{background:rgba(255,250,241,.78) !important;border:1px solid rgba(139,100,60,.16) !important}.premium-theme .tgv15-hero .tgv5-stat-card:hover span{color:transparent !important;position:relative}.premium-theme .tgv15-hero .tgv5-stat-card:hover span::after{color:var(--v19-bordeaux) !important;position:absolute;left:0;right:0;top:0;text-align:center}.premium-theme .tgv15-hero .tgv5-stat-card:nth-child(1):hover span::after{content:"お客様"}.premium-theme .tgv15-hero .tgv5-stat-card:nth-child(2):hover span::after{content:"販売数"}.premium-theme .tgv15-hero .tgv5-stat-card:nth-child(3):hover span::after{content:"カード"}.premium-theme .blog-overview-grid{max-width:1320px !important;padding:44px 28px 90px !important;color:var(--v19-text) !important}.premium-theme .v19-blog-intro{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:24px;align-items:stretch;margin:0 0 28px}.premium-theme .v19-blog-intro>div{border:1px solid rgba(139,100,60,.18);border-radius:26px;background:repeating-linear-gradient(0deg,transparent,transparent 4px,rgba(139,100,60,.014) 4px,rgba(139,100,60,.014) 5px),linear-gradient(160deg,#F8F0E3 0%,#EFE0C8 100%);box-shadow:0 14px 34px rgba(31,26,23,.10);padding:26px}.premium-theme .v19-kicker{display:inline-flex;color:var(--v19-gold);font:700 11px/1 'Montserrat',sans-serif;letter-spacing:3px;text-transform:uppercase;margin-bottom:12px}.premium-theme .v19-blog-intro h2{color:var(--v19-espresso) !important;font-size:clamp(34px,4vw,56px) !important;line-height:1.03 !important;margin:0 0 12px !important}.premium-theme .v19-blog-intro p{color:var(--v19-muted) !important;max-width:760px;font-size:17px;line-height:1.75;margin:0}.premium-theme .v19-blog-mini-panel{display:flex;flex-direction:column;gap:12px}.premium-theme .v19-blog-mini-panel div{display:flex;flex-direction:column;gap:4px;padding:14px 0;border-bottom:1px solid rgba(139,100,60,.14)}.premium-theme .v19-blog-mini-panel div:last-child{border-bottom:0}.premium-theme .v19-blog-mini-panel strong{font-family:'Playfair Display',serif;color:var(--v19-bordeaux);font-size:20px}.premium-theme .v19-blog-mini-panel span{color:var(--v19-muted);font-size:13px}.premium-theme .v19-blog-filters,.premium-theme .blog-filters{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 28px !important}.premium-theme .blog-filter-btn,.premium-theme .filter-btn{border:1px solid rgba(91,30,43,.16) !important;background:rgba(248,240,227,.76) !important;color:#5A4535 !important;border-radius:999px !important;padding:10px 18px !important;font:700 11px/1 'Montserrat',sans-serif !important;letter-spacing:1.7px !important;text-transform:uppercase !important;box-shadow:0 8px 18px rgba(31,26,23,.06);transition:transform .24s ease,background .24s ease,color .24s ease,border-color .24s ease}.premium-theme .blog-filter-btn:hover,.premium-theme .filter-btn:hover{transform:translateY(-2px);border-color:rgba(91,30,43,.38) !important}.premium-theme .blog-filter-btn.active,.premium-theme .filter-btn.active{background:linear-gradient(135deg,var(--v19-bordeaux),var(--v19-bordeaux-3)) !important;color:#F8F0E3 !important;border-color:var(--v19-bordeaux) !important}.premium-theme .v19-blog-grid,.premium-theme #blog-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:26px !important}.premium-theme .blog-card-premium{background-color:#F3E8D5 !important;background-image:repeating-linear-gradient(0deg,transparent,transparent 4px,rgba(139,100,60,.012) 4px,rgba(139,100,60,.012) 5px),linear-gradient(160deg,#F5EAD8 0%,#EFE3CE 100%) !important;border:1px solid rgba(139,100,60,.15) !important;border-radius:20px !important;overflow:hidden !important;text-decoration:none !important;color:inherit !important;display:block !important;transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease !important;position:relative !important;box-shadow:0 8px 24px rgba(31,26,23,.08) !important}.premium-theme .blog-card-premium:hover{box-shadow:0 18px 48px rgba(31,26,23,.16) !important;transform:translateY(-5px) !important;border-color:rgba(184,140,60,.42) !important}.premium-theme .blog-card-premium::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(212,175,55,.75),transparent);opacity:0;transition:opacity .3s ease;z-index:4}.premium-theme .blog-card-premium:hover::before{opacity:1}.premium-theme .blog-card-premium.hidden{display:none !important}.premium-theme .bcp-thumb{height:162px !important;position:relative !important;overflow:hidden !important;display:flex !important;align-items:center !important;justify-content:center !important;background-color:var(--v19-bordeaux)}.premium-theme .bcp-thumb::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 100% 150%,transparent 24px,rgba(212,175,55,.14) 25px,rgba(212,175,55,.14) 26px,transparent 27px),radial-gradient(circle at 0% 150%,transparent 24px,rgba(212,175,55,.10) 25px,rgba(212,175,55,.10) 26px,transparent 27px);background-size:48px 48px;opacity:.95}.premium-theme .bcp-thumb::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(212,175,55,.12),transparent 28%),linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.18))}.premium-theme .bcp-thumb-label{position:relative;z-index:2;text-align:center;width:100%}.premium-theme .bcp-thumb-cat{display:block;font:700 10px/1 'Montserrat',sans-serif;letter-spacing:5px;text-transform:uppercase;color:rgba(212,175,55,.88);margin-bottom:20px}.premium-theme .bcp-thumb-title{font-family:'Playfair Display','Cormorant Garamond',serif;font-size:22px;font-weight:700;font-style:italic;color:rgba(245,235,221,.92);line-height:1.25;padding:0 24px;text-align:center}.premium-theme .bcp-ornament{position:absolute;z-index:3;right:16px;bottom:12px;color:#E7B7C0;font-size:18px;opacity:.85;filter:drop-shadow(0 3px 4px rgba(0,0,0,.18))}.premium-theme .bcp-body{padding:20px 22px 22px !important}.premium-theme .bcp-cat-tag{font:700 10px/1 'Montserrat',sans-serif;letter-spacing:3px;text-transform:uppercase;color:#B28A2E !important;margin-bottom:12px}.premium-theme .bcp-excerpt{font-size:14px;color:var(--v19-muted) !important;line-height:1.65;margin:0 0 16px;min-height:46px}.premium-theme .bcp-read{font:800 10px/1 'Montserrat',sans-serif;letter-spacing:2.8px;text-transform:uppercase;color:var(--v19-bordeaux);transition:letter-spacing .24s ease}.premium-theme .blog-card-premium:hover .bcp-read{letter-spacing:3.6px}.premium-theme .home-blog-showcase .hs-card{border-radius:20px !important;background:#F3E8D5 !important;background-image:repeating-linear-gradient(0deg,transparent,transparent 4px,rgba(139,100,60,.012) 4px,rgba(139,100,60,.012) 5px),linear-gradient(160deg,#F5EAD8 0%,#EFE3CE 100%) !important;border:1px solid rgba(139,100,60,.15) !important}.premium-theme .home-blog-showcase .hs-thumb{background-color:var(--v19-bordeaux) !important;height:162px !important}.premium-theme .home-blog-showcase .hs-thumb::before{background-image:radial-gradient(circle at 100% 150%,transparent 24px,rgba(212,175,55,.14) 25px,rgba(212,175,55,.14) 26px,transparent 27px),radial-gradient(circle at 0% 150%,transparent 24px,rgba(212,175,55,.10) 25px,rgba(212,175,55,.10) 26px,transparent 27px) !important}.premium-theme .home-blog-showcase .hs-title{font-family:'Playfair Display','Cormorant Garamond',serif !important;color:#F5EBDD !important;font-size:22px !important;font-style:italic}.premium-theme .home-blog-showcase .hs-cat{color:#B28A2E !important}.premium-theme .home-blog-showcase .hs-excerpt{color:var(--v19-muted) !important}.premium-theme .blog-layout{max-width:1240px !important;display:grid !important;grid-template-columns:minmax(0,760px) 330px !important;gap:34px !important;align-items:start}.premium-theme .blog-article{background:repeating-linear-gradient(0deg,transparent,transparent 4px,rgba(139,100,60,.012) 4px,rgba(139,100,60,.012) 5px),linear-gradient(160deg,#F8F0E3 0%,#EFE0C8 100%) !important;color:var(--v19-text) !important;border:1px solid rgba(139,100,60,.18) !important;border-radius:28px !important;box-shadow:0 18px 48px rgba(31,26,23,.10) !important}.premium-theme .blog-article p,.premium-theme .blog-article li{color:var(--v19-muted) !important;font-size:17px !important;line-height:1.78 !important}.premium-theme .blog-article h2,.premium-theme .blog-article h3{color:var(--v19-espresso) !important}.premium-theme .sidebar-card{background:repeating-linear-gradient(0deg,transparent,transparent 4px,rgba(139,100,60,.012) 4px,rgba(139,100,60,.012) 5px),linear-gradient(160deg,#F8F0E3 0%,#EFE0C8 100%) !important;color:var(--v19-muted) !important;border:1px solid rgba(139,100,60,.18) !important}.premium-theme .sidebar-card h3{color:var(--v19-bordeaux) !important}.premium-theme .sidebar-card a{color:var(--v19-bordeaux) !important}@media(max-width:1040px){.premium-theme .v19-blog-intro{grid-template-columns:1fr}.premium-theme .v19-blog-grid,.premium-theme #blog-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.premium-theme .blog-layout{grid-template-columns:1fr !important}}@media(max-width:640px){.premium-theme .blog-overview-grid{padding:28px 16px 70px !important}.premium-theme .v19-blog-grid,.premium-theme #blog-grid{grid-template-columns:1fr !important;gap:18px !important}.premium-theme .bcp-thumb{height:150px !important}.premium-theme .bcp-thumb-title{font-size:20px;padding-inline:18px}.premium-theme .v19-blog-intro>div{padding:20px;border-radius:22px}}.premium-theme{--paper-beige:#f3ead9;--paper-cream:#f8f1e5;--paper-edge:rgba(143,104,71,0.10);--paper-dot:rgba(120,86,56,0.055);--paper-fiber:rgba(255,255,255,0.20);--paper-shadow:rgba(73,43,28,0.05)}.premium-theme .paper-like,.premium-theme .tgv5-hero-copy,.premium-theme .tgv15-hero .tgv5-stat-card,.premium-theme .tgv16-shop-intro,.premium-theme .tgv5-section-card,.premium-theme .home-blog-showcase .hs-card,.premium-theme .home-blog-showcase .hs-body,.premium-theme .blog-card-item,.premium-theme .blog-card-item .bci-body,.premium-theme .blog-article,.premium-theme .sidebar-card,.premium-theme .related-link-card,.premium-theme .blog-highlight,.premium-theme .blog-faq,.premium-theme .blog-cta,.premium-theme .faq-item,.premium-theme .faq-category,.premium-theme .custom-feat,.premium-theme .custom-notice,.premium-theme .custom-cta-box,.premium-theme .seo-summary-box,.premium-theme .seo-faq-box,.premium-theme .blog-post-note,.premium-theme .blog-post-cta,.premium-theme .contact-row,.premium-theme .highlight-card,.premium-theme .about-img,.premium-theme .tg-brevo-wrap #sib-container,.premium-theme .sib-container--large,.premium-theme .btn-secondary,.premium-theme .filter-btn,.premium-theme .faq-accordion-item,.premium-theme .blog-table-wrap{background-color:var(--paper-beige) !important;background-image:radial-gradient(circle at 18% 22%,var(--paper-dot) 0 0.9px,transparent 1px),radial-gradient(circle at 72% 38%,var(--paper-dot) 0 0.8px,transparent 1px),radial-gradient(circle at 34% 76%,rgba(161,120,88,0.04) 0 1px,transparent 1.1px),linear-gradient(180deg,rgba(255,255,255,0.32),rgba(255,255,255,0.06)),repeating-linear-gradient(135deg,transparent 0 10px,rgba(255,255,255,0.02) 10px 11px,transparent 11px 21px),repeating-linear-gradient(25deg,rgba(116,86,61,0.018) 0 1px,transparent 1px 7px),repeating-linear-gradient(90deg,rgba(255,255,255,0.045) 0 1px,transparent 1px 13px),linear-gradient(180deg,var(--paper-cream),var(--paper-beige));background-size:140px 140px,180px 180px,220px 220px,100% 100%,180px 180px,110px 110px,70px 70px,100% 100%;box-shadow:inset 0 1px 0 rgba(255,255,255,0.55),inset 0 0 0 1px rgba(155,118,83,0.06),0 12px 26px var(--paper-shadow) !important}.premium-theme .btn-secondary,.premium-theme .filter-btn{background-color:#f7efdf !important}.premium-theme .blog-card-item .bci-body,.premium-theme .home-blog-showcase .hs-body{border-top:1px solid rgba(157,122,87,.12)}.premium-theme .tgv5-hero-copy,.premium-theme .tgv16-shop-intro,.premium-theme .blog-article,.premium-theme .sidebar-card,.premium-theme .faq-item,.premium-theme .faq-category,.premium-theme .custom-feat,.premium-theme .contact-row,.premium-theme .highlight-card,.premium-theme .about-img{position:relative}.premium-theme .tgv5-hero-copy::before,.premium-theme .tgv16-shop-intro::before,.premium-theme .blog-article::before,.premium-theme .sidebar-card::before,.premium-theme .faq-item::before,.premium-theme .faq-category::before,.premium-theme .custom-feat::before,.premium-theme .contact-row::before,.premium-theme .highlight-card::before,.premium-theme .about-img::before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at 12% 14%,rgba(255,255,255,0.18) 0,transparent 18%),radial-gradient(circle at 88% 84%,rgba(120,86,56,0.04) 0,transparent 20%);mix-blend-mode:multiply;opacity:.75}.premium-theme .blog-card-item .bci-thumb,.premium-theme .home-blog-showcase .hs-thumb{box-shadow:inset 0 -1px 0 rgba(255,255,255,0.05)}@media (max-width:700px){.premium-theme .tgv5-hero-copy,.premium-theme .tgv15-hero .tgv5-stat-card,.premium-theme .blog-card-item,.premium-theme .blog-article,.premium-theme .sidebar-card{background-size:110px 110px,130px 130px,160px 160px,100% 100%,120px 120px,90px 90px,60px 60px,100% 100%}}.premium-theme{--paper-ivory:#f7efe2;--paper-warm:#f1e5d2;--paper-aged:#ead9c0;--paper-rose:#efe0d8;--paper-sand:#e9decf;--paper-line:rgba(128,93,67,0.08);--pattern-gold:rgba(181,140,53,0.10);--pattern-ink:rgba(120,86,56,0.05)}.premium-theme .tone-ivory,.premium-theme .tgv5-hero-copy,.premium-theme .tgv15-hero .tgv5-stat-card,.premium-theme .btn-secondary,.premium-theme .filter-btn{background-color:var(--paper-ivory) !important}.premium-theme .tone-warm,.premium-theme .home-blog-showcase .hs-card,.premium-theme .home-blog-showcase .hs-body,.premium-theme .blog-card-item,.premium-theme .blog-card-item .bci-body,.premium-theme .contact-row,.premium-theme .highlight-card{background-color:var(--paper-warm) !important}.premium-theme .tone-aged,.premium-theme .blog-article,.premium-theme .sidebar-card,.premium-theme .related-link-card,.premium-theme .blog-highlight,.premium-theme .blog-cta,.premium-theme .blog-post-note,.premium-theme .blog-post-cta,.premium-theme .seo-summary-box,.premium-theme .seo-faq-box,.premium-theme .blog-table-wrap,.premium-theme .about-img,.premium-theme .tg-brevo-wrap #sib-container,.premium-theme .sib-container--large{background-color:var(--paper-aged) !important}.premium-theme .tone-rose,.premium-theme .faq-item,.premium-theme .faq-category,.premium-theme .blog-faq,.premium-theme .custom-notice,.premium-theme .custom-cta-box{background-color:var(--paper-rose) !important}.premium-theme .tone-sand,.premium-theme .custom-feat,.premium-theme .tgv16-shop-intro{background-color:var(--paper-sand) !important}.premium-theme .tgv5-hero-copy,.premium-theme .tgv15-hero .tgv5-stat-card,.premium-theme .btn-secondary,.premium-theme .filter-btn{background-image:radial-gradient(circle at 18% 22%,rgba(128,93,67,0.04) 0 1px,transparent 1.2px),radial-gradient(circle at 76% 36%,rgba(128,93,67,0.035) 0 .8px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,0.40),rgba(255,255,255,0.08)),repeating-linear-gradient(90deg,rgba(255,255,255,0.05) 0 1px,transparent 1px 14px),linear-gradient(180deg,var(--paper-ivory),#f2e8d8) !important}.premium-theme .home-blog-showcase .hs-card,.premium-theme .home-blog-showcase .hs-body,.premium-theme .blog-card-item,.premium-theme .blog-card-item .bci-body,.premium-theme .contact-row,.premium-theme .highlight-card{background-image:radial-gradient(circle at 26% 18%,rgba(128,93,67,0.045) 0 1px,transparent 1.2px),radial-gradient(circle at 70% 72%,rgba(128,93,67,0.03) 0 1px,transparent 1.2px),repeating-linear-gradient(25deg,rgba(255,255,255,0.02) 0 8px,transparent 8px 18px),linear-gradient(180deg,rgba(255,255,255,0.28),rgba(255,255,255,0.04)),linear-gradient(180deg,#f4ead8,var(--paper-warm)) !important}.premium-theme .blog-article,.premium-theme .sidebar-card,.premium-theme .related-link-card,.premium-theme .blog-highlight,.premium-theme .blog-cta,.premium-theme .blog-post-note,.premium-theme .blog-post-cta,.premium-theme .seo-summary-box,.premium-theme .seo-faq-box,.premium-theme .blog-table-wrap,.premium-theme .about-img,.premium-theme .tg-brevo-wrap #sib-container,.premium-theme .sib-container--large{background-image:radial-gradient(circle at 14% 18%,rgba(123,88,58,0.045) 0 .9px,transparent 1px),radial-gradient(circle at 82% 70%,rgba(123,88,58,0.035) 0 .9px,transparent 1px),repeating-linear-gradient(135deg,rgba(255,255,255,0.028) 0 10px,transparent 10px 20px),repeating-linear-gradient(35deg,rgba(116,86,61,0.018) 0 1px,transparent 1px 8px),linear-gradient(180deg,#efe1cc,var(--paper-aged)) !important}.premium-theme .faq-item,.premium-theme .faq-category,.premium-theme .blog-faq,.premium-theme .custom-notice,.premium-theme .custom-cta-box{background-image:radial-gradient(circle at 24% 14%,rgba(128,93,67,0.04) 0 1px,transparent 1.2px),radial-gradient(circle at 70% 70%,rgba(128,93,67,0.03) 0 1px,transparent 1.2px),linear-gradient(180deg,rgba(255,255,255,0.25),rgba(255,255,255,0.05)),linear-gradient(180deg,#f3e5de,var(--paper-rose)) !important}.premium-theme .custom-feat,.premium-theme .tgv16-shop-intro{background-image:radial-gradient(circle at 17% 20%,rgba(128,93,67,0.04) 0 1px,transparent 1.2px),linear-gradient(180deg,rgba(255,255,255,0.26),rgba(255,255,255,0.04)),linear-gradient(180deg,#efe4d5,var(--paper-sand)) !important}.premium-theme .tgv16-shop-intro::after,.premium-theme .home-blog-showcase .hs-card::after,.premium-theme .blog-card-item::after,.premium-theme .blog-article::after,.premium-theme .sidebar-card::after,.premium-theme .faq-item::after,.premium-theme .custom-feat::after,.premium-theme .contact-row::after,.premium-theme .highlight-card::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;opacity:.55}.premium-theme .tgv16-shop-intro::after{background:radial-gradient(circle at 0 100%,transparent 18px,var(--pattern-gold) 18px,var(--pattern-gold) 19px,transparent 20px) 0 0/38px 38px,radial-gradient(circle at 100% 100%,transparent 18px,var(--pattern-gold) 18px,var(--pattern-gold) 19px,transparent 20px) 19px 0/38px 38px;-webkit-mask-image:linear-gradient(135deg,rgba(0,0,0,.45),transparent 70%);mask-image:linear-gradient(135deg,rgba(0,0,0,.45),transparent 70%)}.premium-theme .home-blog-showcase .hs-card::after,.premium-theme .blog-card-item::after{background:radial-gradient(circle at 50% 100%,transparent 16px,var(--pattern-ink) 16px,var(--pattern-ink) 17px,transparent 18px) 0 0/34px 18px,radial-gradient(circle at 50% 100%,transparent 16px,var(--pattern-ink) 16px,var(--pattern-ink) 17px,transparent 18px) 17px 9px/34px 18px;opacity:.34;-webkit-mask-image:linear-gradient(180deg,transparent 0 34%,rgba(0,0,0,.8) 60%,rgba(0,0,0,.9) 100%);mask-image:linear-gradient(180deg,transparent 0 34%,rgba(0,0,0,.8) 60%,rgba(0,0,0,.9) 100%)}.premium-theme .blog-article::after,.premium-theme .sidebar-card::after,.premium-theme .custom-feat::after,.premium-theme .contact-row::after,.premium-theme .highlight-card::after{background:linear-gradient(30deg,transparent 46%,var(--pattern-ink) 47%,var(--pattern-ink) 48%,transparent 49%) 0 0/36px 36px,linear-gradient(150deg,transparent 46%,var(--pattern-ink) 47%,var(--pattern-ink) 48%,transparent 49%) 0 0/36px 36px,linear-gradient(90deg,transparent 46%,var(--pattern-ink) 47%,var(--pattern-ink) 48%,transparent 49%) 0 0/36px 36px;opacity:.18;-webkit-mask-image:linear-gradient(135deg,rgba(0,0,0,.15),rgba(0,0,0,.55));mask-image:linear-gradient(135deg,rgba(0,0,0,.15),rgba(0,0,0,.55))}.premium-theme .faq-item::after{background:radial-gradient(circle at 50% 100%,transparent 14px,rgba(181,140,53,0.11) 14px,rgba(181,140,53,0.11) 15px,transparent 16px) 0 0/30px 16px,radial-gradient(circle at 50% 100%,transparent 14px,rgba(181,140,53,0.11) 14px,rgba(181,140,53,0.11) 15px,transparent 16px) 15px 8px/30px 16px;opacity:.45;-webkit-mask-image:linear-gradient(315deg,rgba(0,0,0,.8),transparent 65%);mask-image:linear-gradient(315deg,rgba(0,0,0,.8),transparent 65%)}.premium-theme .blog-article,.premium-theme .sidebar-card,.premium-theme .faq-item,.premium-theme .contact-row,.premium-theme .highlight-card,.premium-theme .custom-feat,.premium-theme .tgv16-shop-intro,.premium-theme .tgv5-hero-copy,.premium-theme .tgv15-hero .tgv5-stat-card,.premium-theme .home-blog-showcase .hs-card,.premium-theme .blog-card-item{position:relative;border-color:rgba(157,122,87,.18) !important}@media (max-width:700px){.premium-theme .tgv16-shop-intro::after,.premium-theme .home-blog-showcase .hs-card::after,.premium-theme .blog-card-item::after,.premium-theme .blog-article::after,.premium-theme .sidebar-card::after,.premium-theme .faq-item::after,.premium-theme .custom-feat::after,.premium-theme .contact-row::after,.premium-theme .highlight-card::after{opacity:.22}}:root{--tgv23-ink:#24120f;--tgv23-bordeaux:#5B1E2B;--tgv23-bordeaux-2:#7d2a3f;--tgv23-gold:#D8B45A;--tgv23-paper:#F6ECDD;--tgv23-paper-2:#EFE0C6;--tgv23-paper-3:#FFF7E9;--tgv23-green:#123B2F;--tgv23-blue:#142B3D;--tgv23-brown:#4B2F17;--washi-noise:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");--seigaiha:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='48' viewBox='0 0 96 48'%3E%3Cg fill='none' stroke='%23B99145' stroke-width='1' opacity='.22'%3E%3Cpath d='M0 48a24 24 0 0 1 48 0M48 48a24 24 0 0 1 48 0'/%3E%3Cpath d='M12 48a12 12 0 0 1 24 0M60 48a12 12 0 0 1 24 0'/%3E%3Cpath d='M-24 24a24 24 0 0 1 48 0M24 24a24 24 0 0 1 48 0M72 24a24 24 0 0 1 48 0'/%3E%3C/g%3E%3C/svg%3E");--asanoha:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='82' height='82' viewBox='0 0 82 82'%3E%3Cg fill='none' stroke='%23B99145' stroke-width='.75' opacity='.14'%3E%3Cpath d='M41 0v82M0 41h82M12 12l58 58M70 12L12 70M41 0L0 41l41 41 41-41z'/%3E%3C/g%3E%3C/svg%3E");--sakura-dot:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cg opacity='.16'%3E%3Cpath fill='%238A2F45' d='M30 24c5-7 12-7 14-1 2 7-5 12-13 10-8 2-15-3-13-10 2-6 9-6 12 1z'/%3E%3Ccircle cx='31' cy='27' r='2' fill='%23D8B45A'/%3E%3Cpath fill='%238A2F45' d='M112 96c4-6 10-6 12-1 2 6-4 11-11 9-7 2-13-3-11-9 2-5 8-5 10 1z'/%3E%3Ccircle cx='113' cy='99' r='1.7' fill='%23D8B45A'/%3E%3C/g%3E%3C/svg%3E")}.premium-theme .tgv5-hero-copy,.premium-theme .tgv5-boutique-intro,.premium-theme .tgv16-shop-intro,.premium-theme .tgv7-editorial-grid,.premium-theme .section,.premium-theme .about-text,.premium-theme .perk-card,.premium-theme .tgv7-paper-card,.premium-theme .blog-article,.premium-theme .blog-sidebar .sidebar-card,.premium-theme .blog-faq,.premium-theme .blog-cta,.premium-theme .related-articles-box,.premium-theme .seo-summary-box,.premium-theme .seo-faq-box,.premium-theme .blog-post-note,.premium-theme .blog-post-cta{background-image:var(--washi-noise),var(--seigaiha),linear-gradient(145deg,rgba(255,248,236,.96),rgba(239,224,198,.93)) !important;background-blend-mode:multiply,normal,normal !important}.premium-theme .section:nth-of-type(odd),.premium-theme .tgv5-signature-strip,.premium-theme .newsletter-section{background-image:var(--washi-noise),var(--asanoha),linear-gradient(180deg,#F8F0E3,#EBDABD) !important;background-blend-mode:multiply,normal,normal !important}.premium-theme .tgv7-paper-card:nth-child(1),.premium-theme .blog-card:nth-child(3n+1) .blog-card-body{background-image:var(--washi-noise),var(--seigaiha),linear-gradient(180deg,#FFF7E8,#F2E2C9)!important}.premium-theme .tgv7-paper-card:nth-child(2),.premium-theme .blog-card:nth-child(3n+2) .blog-card-body{background-image:var(--washi-noise),var(--asanoha),linear-gradient(180deg,#F7E9D1,#EED7B4)!important}.premium-theme .tgv7-paper-card:nth-child(3),.premium-theme .blog-card:nth-child(3n+3) .blog-card-body{background-image:var(--washi-noise),var(--sakura-dot),linear-gradient(180deg,#FFF3E3,#EEDBBB)!important}.premium-theme .tgv15-hero{background:#1a070d !important;overflow:visible !important}.premium-theme .tgv15-hero .tgv5-hero-bg{min-height:clamp(560px,58vw,880px) !important;background:linear-gradient(180deg,rgba(18,4,8,.05) 0%,rgba(18,4,8,.02) 52%,rgba(18,4,8,.58) 100%),url("hero-v8-luxury-v67.png") center center/cover no-repeat !important;box-shadow:inset 0 -150px 130px rgba(26,7,13,.56),inset 0 80px 80px rgba(26,7,13,.28) !important;border-bottom:1px solid rgba(216,180,90,.22) !important}.premium-theme .tgv15-hero .tgv5-hero-inner{width:min(1220px,calc(100% - 36px)) !important;margin:-74px auto 0 !important;padding-bottom:clamp(48px,7vw,92px) !important}.premium-theme .tgv15-hero .tgv5-hero-copy{display:block !important;max-width:1040px !important;margin:0 auto !important;padding:clamp(26px,4vw,48px) !important;border-radius:32px !important;background-image:var(--washi-noise),var(--seigaiha),linear-gradient(145deg,rgba(255,248,236,.985),rgba(239,222,194,.965)) !important;border:1px solid rgba(216,180,90,.42) !important;box-shadow:0 32px 95px rgba(33,11,13,.34),inset 0 1px 0 rgba(255,255,255,.78) !important}.premium-theme .tgv15-hero .tgv5-hero-copy::before{content:"" !important;position:absolute !important;inset:14px !important;border-radius:22px !important;border:1px solid rgba(91,30,43,.10) !important;pointer-events:none !important}.premium-theme .tgv15-hero .tgv5-eyebrow{margin-bottom:18px !important;color:#6D2537 !important;background:rgba(91,30,43,.075) !important;border-color:rgba(91,30,43,.20) !important}.premium-theme .tgv15-hero h1{max-width:850px !important;font-size:clamp(42px,5.8vw,82px) !important;line-height:.96 !important;margin:0 0 18px !important;color:#1f100d !important}.premium-theme .tgv15-hero .tgv5-lead{max-width:780px !important;color:#594133 !important;font-size:clamp(16px,1.35vw,20px) !important}.premium-theme .tgv15-hero .tgv5-hero-actions{margin-top:28px !important}.premium-theme .tgv15-hero .tgv5-stats{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:16px !important;margin-top:34px !important;padding-top:28px !important;border-top:1px solid rgba(91,30,43,.13) !important}.premium-theme .tgv15-hero .tgv5-stat-card{min-height:96px !important;padding:20px 18px !important;border-radius:22px !important;background-image:var(--washi-noise),linear-gradient(145deg,rgba(255,255,255,.80),rgba(249,237,215,.72)) !important;border:1px solid rgba(91,30,43,.12) !important;box-shadow:0 16px 36px rgba(91,30,43,.08) !important}.premium-theme .tgv15-hero .tgv5-stat-card strong{font-size:clamp(30px,3.4vw,48px) !important;color:#20100d !important}.premium-theme .tgv15-hero .tgv5-stat-card span{letter-spacing:.18em !important;color:#6d5545 !important}.premium-theme .tgv5-signature-strip{border-top:1px solid rgba(216,180,90,.20) !important;border-bottom:1px solid rgba(216,180,90,.18) !important}.premium-theme .tgv15-boutique-intro,.premium-theme .tgv16-shop-intro{max-width:1180px !important;margin:clamp(48px,6vw,88px) auto !important;padding:clamp(36px,5vw,66px) clamp(22px,4vw,56px) !important;border-radius:34px !important;border:1px solid rgba(216,180,90,.26) !important;box-shadow:0 24px 72px rgba(63,35,18,.10) !important}.premium-theme .tgv15-boutique-intro h2,.premium-theme .tgv16-shop-intro h2{max-width:900px !important;margin-left:auto !important;margin-right:auto !important}.premium-theme .tgv15-boutique-intro p,.premium-theme .tgv16-shop-intro p{max-width:820px !important;margin-left:auto !important;margin-right:auto !important}.premium-theme .blog-back-btn{background:#fff8ea !important;padding:118px clamp(18px,4vw,64px) 0 !important}.premium-theme .blog-hero{position:relative !important;overflow:hidden !important;padding:clamp(42px,6vw,82px) clamp(20px,5vw,72px) clamp(38px,5vw,70px) !important;margin:0 !important;background-image:var(--washi-noise),var(--seigaiha),linear-gradient(135deg,#FFF8EA 0%,#F0DFC1 100%) !important;border-top:1px solid rgba(216,180,90,.20) !important;border-bottom:1px solid rgba(216,180,90,.22) !important;min-height:auto !important}.premium-theme .blog-hero::before{content:"" !important;position:absolute !important;inset:18px !important;border:1px solid rgba(91,30,43,.10) !important;border-radius:28px !important;pointer-events:none !important}.premium-theme .blog-hero::after{content:"" !important;position:absolute !important;width:360px !important;height:360px !important;right:-120px !important;top:-150px !important;background:radial-gradient(circle,rgba(91,30,43,.08),transparent 68%) !important;pointer-events:none !important}.premium-theme .blog-hero-content{width:min(1100px,100%) !important;margin:0 auto !important;position:relative !important;z-index:2 !important;max-width:1100px !important}.premium-theme .blog-hero-category{color:#7a2b3e !important;background:rgba(91,30,43,.07) !important;border:1px solid rgba(91,30,43,.16) !important;border-radius:999px !important;padding:9px 16px !important;width:max-content !important;max-width:100% !important;font-size:10px !important;letter-spacing:.22em !important}.premium-theme .blog-hero-title{color:#22110e !important;max-width:880px !important;font-family:"Playfair Display",Georgia,serif !important;font-size:clamp(38px,5vw,74px) !important;letter-spacing:-.035em !important;line-height:1.02 !important;margin-top:18px !important}.premium-theme .blog-hero-title span{color:#7a2b3e !important}.premium-theme .blog-hero-meta{color:#7d634c !important;margin-top:20px !important}.premium-theme .blog-bg-word{display:none !important}.premium-theme .blog-img-hero{background:#fff8ea !important;padding:0 clamp(18px,4vw,64px) clamp(34px,4vw,54px) !important;max-height:none !important;overflow:visible !important}.premium-theme .blog-img-hero img{width:min(1120px,100%) !important;height:auto !important;max-height:380px !important;object-fit:cover !important;margin:0 auto !important;border-radius:28px !important;border:1px solid rgba(216,180,90,.28) !important;box-shadow:0 22px 68px rgba(67,37,18,.13) !important}.premium-theme .blog-faq .faq-q,.premium-theme .faq-section .faq-question,.premium-theme .faq-q{cursor:pointer !important;-webkit-tap-highlight-color:transparent !important}.premium-theme .blog-faq .faq-item.open .faq-a,.premium-theme .faq-section .faq-item.open .faq-answer{max-height:1600px !important;opacity:1 !important;visibility:visible !important;padding-bottom:20px !important}.premium-theme .blog-faq .faq-a p,.premium-theme .faq-section .faq-answer p{color:#6A5140 !important}.premium-theme .seo-faq-box details[open]{background:rgba(255,255,255,.34) !important;border-radius:16px !important;padding-left:16px !important;padding-right:16px !important}@media(max-width:900px){.premium-theme .tgv15-hero .tgv5-hero-bg{min-height:clamp(430px,78vw,650px) !important;background-position:center center!important}.premium-theme .tgv15-hero .tgv5-hero-inner{width:calc(100% - 24px) !important;margin:-54px auto 0 !important}.premium-theme .tgv15-hero .tgv5-hero-copy{border-radius:26px !important;padding:24px 20px !important}.premium-theme .tgv15-hero .tgv5-stats{grid-template-columns:1fr !important;gap:10px !important}.premium-theme .tgv15-hero .tgv5-stat-card{min-height:74px !important}.premium-theme .blog-back-btn{padding-top:102px !important}.premium-theme .blog-img-hero{padding-left:16px !important;padding-right:16px !important}}.premium-theme .blog-overview-grid,.premium-theme .blog-layout,.premium-theme .related-posts,.premium-theme .v19-blog-intro,.premium-theme .faq-list,.premium-theme .blog-article,.premium-theme .sidebar-card,.premium-theme .related-link-card{position:relative;z-index:0}.premium-theme .blog-overview-grid::before,.premium-theme .blog-layout::before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27240%27%20height%3D%27240%27%20viewBox%3D%270%200%20240%20240%27%3E%0A%3Cg%20fill%3D%27none%27%20stroke%3D%27%23c08d96%27%20stroke-width%3D%271.2%27%20opacity%3D%270.28%27%3E%0A%3Cpath%20fill%3D%27%23eac7ce%27%20fill-opacity%3D%270.18%27%20d%3D%27M38%2030c10-16%2026-10%2028%203%2010-10%2024-4%2022%209-2%2012-18%2016-30%2012%2010%208%2012%2022%202%2028-11%207-22-3-22-16-8%2010-22%2010-27%201-6-10%203-21%2016-22-11-5-15-18-9-27%205-8%2014-9%2020-5z%27/%3E%0A%3Cpath%20fill%3D%27%23edd3d8%27%20fill-opacity%3D%270.14%27%20d%3D%27M196%2042c8-13%2021-8%2023%202%208-8%2020-4%2018%208-2%2010-14%2013-24%209%208%206%2010%2017%202%2022-8%205-18-2-18-13-6%208-17%208-22%201-5-8%203-17%2013-18-9-4-12-14-8-22%204-6%2011-7%2016-4z%27/%3E%0A%3Cpath%20fill%3D%27%23eac7ce%27%20fill-opacity%3D%270.12%27%20d%3D%27M174%20182c11-17%2027-11%2029%203%2011-10%2025-4%2023%2010-2%2012-19%2016-31%2012%2011%208%2013%2023%202%2029-11%207-23-3-23-16-8%2010-22%2010-28%201-6-10%203-22%2016-23-11-5-15-18-9-28%205-8%2015-9%2021-4z%27/%3E%0A%3C/g%3E%0A%3Cg%20fill%3D%27%23cf9fa7%27%20opacity%3D%270.22%27%3E%0A%3Ccircle%20cx%3D%27122%27%20cy%3D%2732%27%20r%3D%271.6%27/%3E%3Ccircle%20cx%3D%27132%27%20cy%3D%2740%27%20r%3D%271.2%27/%3E%3Ccircle%20cx%3D%2788%27%20cy%3D%27182%27%20r%3D%271.4%27/%3E%3Ccircle%20cx%3D%27210%27%20cy%3D%27120%27%20r%3D%271.2%27/%3E%0A%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27180%27%20height%3D%27180%27%20viewBox%3D%270%200%20180%20180%27%3E%0A%3Cg%20fill%3D%27%23d8a7b0%27%20fill-opacity%3D%270.16%27%3E%0A%3Cpath%20d%3D%27M18%2014c4-6%2010-3%2011%201%205-4%2010-1%209%204-1%205-7%207-11%205%204%203%205%209%201%2011-4%203-9-1-9-6-3%204-8%204-10%200-2-4%201-8%206-9-4-2-6-7-3-10%202-3%205-3%206-1z%27/%3E%0A%3Cpath%20d%3D%27M96%2054c3-5%208-3%209%201%204-4%209-1%208%204-1%204-6%206-10%204%204%203%204%208%201%2010-4%202-8-1-8-5-3%203-7%204-9%200-2-3%201-7%205-8-4-2-5-6-3-9%202-2%205-3%207-1z%27/%3E%0A%3Cpath%20d%3D%27M132%20122c3-5%208-3%209%201%204-4%209-1%208%204-1%204-6%206-10%204%204%203%204%208%201%2010-4%202-8-1-8-5-3%203-7%204-9%200-2-3%201-7%205-8-4-2-5-6-3-9%202-2%205-3%207-1z%27/%3E%0A%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27180%27%20height%3D%27180%27%20viewBox%3D%270%200%20180%20180%27%3E%0A%3Cg%20fill%3D%27%23d8a7b0%27%20fill-opacity%3D%270.16%27%3E%0A%3Cpath%20d%3D%27M18%2014c4-6%2010-3%2011%201%205-4%2010-1%209%204-1%205-7%207-11%205%204%203%205%209%201%2011-4%203-9-1-9-6-3%204-8%204-10%200-2-4%201-8%206-9-4-2-6-7-3-10%202-3%205-3%206-1z%27/%3E%0A%3Cpath%20d%3D%27M96%2054c3-5%208-3%209%201%204-4%209-1%208%204-1%204-6%206-10%204%204%203%204%208%201%2010-4%202-8-1-8-5-3%203-7%204-9%200-2-3%201-7%205-8-4-2-5-6-3-9%202-2%205-3%207-1z%27/%3E%0A%3Cpath%20d%3D%27M132%20122c3-5%208-3%209%201%204-4%209-1%208%204-1%204-6%206-10%204%204%203%204%208%201%2010-4%202-8-1-8-5-3%203-7%204-9%200-2-3%201-7%205-8-4-2-5-6-3-9%202-2%205-3%207-1z%27/%3E%0A%3C/g%3E%3C/svg%3E");background-repeat:no-repeat,repeat,repeat;background-position:top left,8% 16%,88% 70%;background-size:320px 320px,180px 180px,180px 180px;opacity:.38}.premium-theme .blog-overview-grid>*,.premium-theme .blog-layout>*{position:relative;z-index:1}.premium-theme .blog-grid-inner{position:relative;z-index:1}.premium-theme .blog-grid-inner::before{content:"";position:absolute;inset:-24px -12px;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27180%27%20height%3D%27180%27%20viewBox%3D%270%200%20180%20180%27%3E%0A%3Cg%20fill%3D%27%23d8a7b0%27%20fill-opacity%3D%270.16%27%3E%0A%3Cpath%20d%3D%27M18%2014c4-6%2010-3%2011%201%205-4%2010-1%209%204-1%205-7%207-11%205%204%203%205%209%201%2011-4%203-9-1-9-6-3%204-8%204-10%200-2-4%201-8%206-9-4-2-6-7-3-10%202-3%205-3%206-1z%27/%3E%0A%3Cpath%20d%3D%27M96%2054c3-5%208-3%209%201%204-4%209-1%208%204-1%204-6%206-10%204%204%203%204%208%201%2010-4%202-8-1-8-5-3%203-7%204-9%200-2-3%201-7%205-8-4-2-5-6-3-9%202-2%205-3%207-1z%27/%3E%0A%3Cpath%20d%3D%27M132%20122c3-5%208-3%209%201%204-4%209-1%208%204-1%204-6%206-10%204%204%203%204%208%201%2010-4%202-8-1-8-5-3%203-7%204-9%200-2-3%201-7%205-8-4-2-5-6-3-9%202-2%205-3%207-1z%27/%3E%0A%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px;opacity:.16}.premium-theme .blog-grid-inner>*{position:relative;z-index:1}.premium-theme .blog-article::after,.premium-theme .sidebar-card::after,.premium-theme .related-link-card::after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;z-index:0;background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27180%27%20height%3D%27180%27%20viewBox%3D%270%200%20180%20180%27%3E%0A%3Cg%20fill%3D%27%23d8a7b0%27%20fill-opacity%3D%270.16%27%3E%0A%3Cpath%20d%3D%27M18%2014c4-6%2010-3%2011%201%205-4%2010-1%209%204-1%205-7%207-11%205%204%203%205%209%201%2011-4%203-9-1-9-6-3%204-8%204-10%200-2-4%201-8%206-9-4-2-6-7-3-10%202-3%205-3%206-1z%27/%3E%0A%3Cpath%20d%3D%27M96%2054c3-5%208-3%209%201%204-4%209-1%208%204-1%204-6%206-10%204%204%203%204%208%201%2010-4%202-8-1-8-5-3%203-7%204-9%200-2-3%201-7%205-8-4-2-5-6-3-9%202-2%205-3%207-1z%27/%3E%0A%3Cpath%20d%3D%27M132%20122c3-5%208-3%209%201%204-4%209-1%208%204-1%204-6%206-10%204%204%203%204%208%201%2010-4%202-8-1-8-5-3%203-7%204-9%200-2-3%201-7%205-8-4-2-5-6-3-9%202-2%205-3%207-1z%27/%3E%0A%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:160px 160px;background-position:right -18px bottom -10px;opacity:.12}.premium-theme .blog-article>*,.premium-theme .sidebar-card>*,.premium-theme .related-link-card>*{position:relative;z-index:1}@media (max-width:900px){.premium-theme .blog-overview-grid::before,.premium-theme .blog-layout::before{background-size:220px 220px,140px 140px,140px 140px;opacity:.28}.premium-theme .blog-grid-inner::before{opacity:.12}}.premium-theme .blog-hero{position:relative;overflow:hidden;border-radius:32px;padding:clamp(34px,6vw,76px) clamp(24px,6vw,64px) !important;margin:22px auto 28px !important;max-width:1180px;min-height:clamp(360px,46vw,620px);display:flex;align-items:flex-end;background:radial-gradient(circle at 12% 12%,rgba(255,226,168,.12),transparent 34%),linear-gradient(135deg,rgba(31,17,17,.94),rgba(74,27,35,.92) 44%,rgba(24,17,14,.96)) !important;border:1px solid rgba(212,175,55,.24);box-shadow:0 26px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08)}.premium-theme .blog-hero::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 55%,rgba(255,255,255,.035) 0 0,transparent 44%),repeating-linear-gradient(0deg,transparent 0 26px,rgba(255,255,255,.018) 26px 27px),radial-gradient(circle at 75% 18%,rgba(212,175,55,.09),transparent 28%);z-index:0}.premium-theme .blog-hero::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:1;background:linear-gradient(90deg,rgba(20,12,10,.68) 0%,rgba(20,12,10,.42) 42%,rgba(20,12,10,.22) 100%)}.premium-theme .blog-hero-content{position:relative;z-index:3;max-width:min(880px,100%);padding:0 !important}.premium-theme .blog-hero-category{color:#d4af37 !important;letter-spacing:.28em !important;font-weight:900 !important;text-transform:uppercase;text-shadow:0 2px 16px rgba(0,0,0,.45)}.premium-theme .blog-hero-title{color:#fff7e7 !important;text-shadow:0 5px 28px rgba(0,0,0,.7),0 1px 0 rgba(0,0,0,.35);line-height:.98 !important;max-width:880px}.premium-theme .blog-hero-title span{color:#f2d69a !important;text-shadow:0 5px 28px rgba(0,0,0,.72)}.premium-theme .blog-hero-meta{color:rgba(255,247,231,.86) !important;text-shadow:0 2px 14px rgba(0,0,0,.55)}.premium-theme .blog-bg-word{opacity:.035 !important;color:#fff4d7 !important;font-size:clamp(82px,18vw,260px) !important;line-height:1 !important;right:3% !important;top:8% !important;transform:none !important;z-index:1 !important;pointer-events:none !important}.premium-theme .blog-img-hero{position:relative;overflow:hidden;max-width:1180px;margin:-18px auto 42px !important;border-radius:26px;border:1px solid rgba(212,175,55,.22);background:linear-gradient(135deg,rgba(91,30,43,.96),rgba(31,26,23,.95)),radial-gradient(circle at 70% 20%,rgba(212,175,55,.18),transparent 34%);box-shadow:0 22px 60px rgba(0,0,0,.24)}.premium-theme .blog-img-hero::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(20,12,10,.18),rgba(20,12,10,.50)),radial-gradient(circle at 20% 20%,rgba(255,244,215,.10),transparent 28%);z-index:2}.premium-theme .blog-img-hero img{width:100%;height:clamp(220px,30vw,420px);object-fit:cover;filter:sepia(.28) saturate(.72) contrast(.9) brightness(.72);opacity:.48}.premium-theme .tg-brevo-wrap #sib-container,.premium-theme .sib-container--large{background:linear-gradient(180deg,#f7ecda,#ead8bd) !important;color:#2b1713 !important;border:1px solid rgba(108,71,45,.22) !important;box-shadow:0 24px 65px rgba(61,36,22,.14),inset 0 1px 0 rgba(255,255,255,.55) !important}.premium-theme .tg-brevo-wrap,.premium-theme .sib-form,.premium-theme .sib-form-block,.premium-theme .entry__label,.premium-theme .entry__specification,.premium-theme .entry__error,.premium-theme .sib-form-message-panel,.premium-theme .sib-form-block p,.premium-theme .sib-form-block div,.premium-theme .sib-form label{color:#3c241d !important;opacity:1 !important}.premium-theme .entry__label{color:#5b1e2b !important;font-weight:900 !important;letter-spacing:.10em !important}.premium-theme .entry__specification,.premium-theme .sib-form-block p{color:#6b4c3f !important}.premium-theme .tg-brevo-wrap input,.premium-theme .sib-form input,.premium-theme .sib-input,.premium-theme input.input{background:#fff9ef !important;color:#2b1713 !important;border:1px solid rgba(91,30,43,.28) !important;box-shadow:inset 0 2px 8px rgba(62,35,22,.06) !important}.premium-theme .tg-brevo-wrap input::placeholder,.premium-theme .sib-form input::placeholder{color:#8b7164 !important;opacity:1 !important}.premium-theme .sib-checkbox span,.premium-theme .sib-checkbox label,.premium-theme .sib-form a{color:#5b1e2b !important;opacity:1 !important}.premium-theme .sib-form-block__button{background:linear-gradient(135deg,#5b1e2b,#8c2643) !important;color:#fff7e7 !important;border-radius:999px !important;box-shadow:0 14px 30px rgba(91,30,43,.25) !important}.premium-theme .home-blog-showcase{position:relative}.premium-theme .home-blog-showcase .hs-card{overflow:hidden;min-width:min(76vw,360px) !important;border:1px solid rgba(142,100,62,.18) !important;box-shadow:0 18px 42px rgba(55,33,20,.10) !important}.premium-theme .home-blog-showcase .hs-thumb{position:relative;height:190px !important;background:linear-gradient(135deg,#751f35,#3c111b) !important}.premium-theme .home-blog-showcase .hs-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(40,13,20,.12),rgba(40,13,20,.38)),radial-gradient(circle at 80% 20%,rgba(212,175,55,.13),transparent 26%)}.premium-theme .home-blog-showcase .hs-thumb img{width:100%;height:100%;object-fit:cover;opacity:.34 !important;filter:sepia(.35) saturate(.65) brightness(.72) contrast(.9)}.premium-theme .home-blog-showcase .hs-body{min-height:190px !important;padding:24px 24px 26px !important;display:block !important;color:#2b1713 !important;background:linear-gradient(180deg,#f6ead6,#ead9c0) !important}.premium-theme .home-blog-showcase .hs-cat{display:block !important;color:#b58c35 !important;opacity:1 !important;font-size:11px !important;font-weight:900 !important;letter-spacing:.22em !important;text-transform:uppercase !important;margin-bottom:12px !important}.premium-theme .home-blog-showcase .hs-title{display:block !important;color:#2b1713 !important;opacity:1 !important;visibility:visible !important;font-family:var(--font-display,Georgia,serif) !important;font-size:clamp(19px,2.2vw,25px) !important;line-height:1.15 !important;font-weight:800 !important;margin-bottom:12px !important}.premium-theme .home-blog-showcase .hs-desc{display:block !important;color:#6d5145 !important;opacity:1 !important;font-size:14px !important;line-height:1.55 !important;margin:0 0 16px !important}.premium-theme .home-blog-showcase .hs-read{display:inline-flex !important;color:#5b1e2b !important;font-size:12px !important;font-weight:900 !important;letter-spacing:.16em !important;text-transform:uppercase !important}.premium-theme .home-blog-showcase .hs-card:hover{transform:translateY(-5px)}@media (max-width:720px){.premium-theme .blog-hero{min-height:auto;border-radius:28px;margin:18px 18px 20px !important}.premium-theme .blog-hero-title{font-size:clamp(38px,12vw,62px) !important}.premium-theme .blog-img-hero{margin:-8px 18px 32px !important}.premium-theme .home-blog-showcase .hs-body{min-height:210px !important}.premium-theme .home-blog-showcase .hs-thumb{height:170px !important}}body.premium-theme.contact-page{background:radial-gradient(circle at 12% 10%,rgba(196,151,67,.10),transparent 32%),radial-gradient(circle at 90% 22%,rgba(126,35,55,.12),transparent 30%),linear-gradient(180deg,#1b090d 0%,#2b1118 44%,#efe1cc 44%,#ead9c0 100%) !important}body.premium-theme.contact-page>div:not(.ann-banner):not(#mobileNav){background:rgba(245,235,218,.96) !important;color:#2f211a !important;border:1px solid rgba(132,92,61,.20) !important;border-radius:34px !important;box-shadow:0 28px 70px rgba(38,15,13,.24),inset 0 1px 0 rgba(255,255,255,.6) !important;margin-top:120px !important}body.premium-theme.contact-page .label{color:#9b702a !important;background:rgba(255,255,255,.42);border:1px solid rgba(154,111,61,.18);display:inline-flex;padding:8px 12px;border-radius:999px}body.premium-theme.contact-page h1,body.premium-theme.contact-page h1 em{color:#3a171d !important;text-shadow:none !important}body.premium-theme.contact-page p,body.premium-theme.contact-page div,body.premium-theme.contact-page span,body.premium-theme.contact-page label{color:#3b2b22}body.premium-theme.contact-page [style*="var(--white)"]{color:#2f211a !important}body.premium-theme.contact-page [style*="var(--text-dim)"]{color:#6d5b4f !important}body.premium-theme.contact-page [style*="var(--card)"]{background:rgba(255,248,235,.82) !important;border-color:rgba(132,92,61,.20) !important;box-shadow:0 14px 30px rgba(80,48,32,.08) !important}body.premium-theme.contact-page a{color:#7c2638 !important}body.premium-theme.contact-page a:hover{color:#b58c35 !important}body.premium-theme.contact-page .tg-brevo-wrap,body.premium-theme.contact-page .sib-form,body.premium-theme.contact-page #sib-form-container,body.premium-theme.contact-page #sib-container{color:#2f211a !important}body.premium-theme.contact-page #sib-container{background:radial-gradient(circle at 16% 18%,rgba(128,93,67,.05) 0 1px,transparent 1.2px),radial-gradient(circle at 82% 76%,rgba(128,93,67,.04) 0 1px,transparent 1.2px),linear-gradient(180deg,#fff8ec,#f0dfc6) !important;border:1px solid rgba(132,92,61,.25) !important;border-radius:26px !important;box-shadow:0 18px 42px rgba(66,34,23,.13),inset 0 1px 0 rgba(255,255,255,.7) !important}body.premium-theme.contact-page .sib-form-block,body.premium-theme.contact-page .sib-text-form-block,body.premium-theme.contact-page .sib-form__declaration,body.premium-theme.contact-page .sib-form__declaration *,body.premium-theme.contact-page .entry__label,body.premium-theme.contact-page .entry__specification,body.premium-theme.contact-page .form__label-row label,body.premium-theme.contact-page .checkbox_tick_positive,body.premium-theme.contact-page .checkbox_tick_positive *,body.premium-theme.contact-page .entry__choice label,body.premium-theme.contact-page .sib-checkbox-group label,body.premium-theme.contact-page .sib-checkbox-group *,body.premium-theme.contact-page .sib-optin label,body.premium-theme.contact-page .sib-optin *,body.premium-theme.contact-page #sib-form p,body.premium-theme.contact-page #sib-form span,body.premium-theme.contact-page #sib-form div{color:#30241d !important}body.premium-theme.contact-page .sib-form-block p:first-child{color:#421821 !important;font-weight:800 !important}body.premium-theme.contact-page .entry__label{font-weight:800 !important;font-size:14px !important;margin-bottom:8px !important}body.premium-theme.contact-page .entry__specification{color:#6a5648 !important;font-size:13px !important;line-height:1.45 !important}body.premium-theme.contact-page .entry__field{background:#fffaf2 !important;border:1px solid rgba(104,73,52,.30) !important;border-radius:14px !important;overflow:hidden;box-shadow:inset 0 1px 2px rgba(52,34,24,.05) !important}body.premium-theme.contact-page .entry__field input,body.premium-theme.contact-page .input,body.premium-theme.contact-page input[type="text"],body.premium-theme.contact-page input[type="email"]{color:#2f211a !important;background:#fffaf2 !important;font-weight:600 !important}body.premium-theme.contact-page input::placeholder{color:#8b7668 !important;opacity:1 !important}body.premium-theme.contact-page .sib-form__declaration{background:rgba(255,255,255,.48) !important;border:1px solid rgba(132,92,61,.16) !important;border-radius:18px !important;padding:14px !important}body.premium-theme.contact-page .sib-form__declaration a{color:#7c2638 !important;font-weight:700}body.premium-theme.contact-page .sib-form-block__button{background:linear-gradient(135deg,#7c2638,#3a171d) !important;color:#fff6e8 !important;border-radius:999px !important;padding:14px 24px !important;font-weight:800 !important;letter-spacing:1.5px !important;box-shadow:0 14px 26px rgba(75,25,33,.24) !important}body.premium-theme.contact-page .sib-form-block__button svg,body.premium-theme.contact-page .sib-form-block__button path{fill:#fff6e8 !important}body.premium-theme.contact-page .sib-form-message-panel{border-radius:18px !important}.premium-theme footer+footer{display:none !important}@media (max-width:900px){body.premium-theme.contact-page>div:not(.ann-banner):not(#mobileNav){margin:96px 14px 0 !important;padding:34px 18px 50px !important;border-radius:26px !important}body.premium-theme.contact-page>div:not(.ann-banner):not(#mobileNav)>div[style*="grid-template-columns"]{display:block !important}body.premium-theme.contact-page .tg-brevo-wrap{margin-bottom:30px !important}body.premium-theme.contact-page #sib-container{padding:20px 16px !important}}.premium-theme .blog-hero{background:#E5D0B8 !important;background-image:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(120,85,45,.025) 3px,rgba(120,85,45,.025) 4px),linear-gradient(160deg,#EDD8BC 0%,#E5D1B5 100%) !important;color:#211712 !important;border-bottom:1px solid rgba(139,100,60,.18) !important;position:relative;overflow:hidden}.premium-theme .blog-hero::before{content:"";position:absolute;inset:0;background:url('brand-banner.webp') center/cover;filter:sepia(80%) brightness(2) saturate(.15);opacity:.055;pointer-events:none}.premium-theme .blog-hero-content{position:relative;z-index:2;max-width:1050px;margin:0 auto}.premium-theme .blog-hero-title,.premium-theme .blog-hero-title span{color:#211712 !important;text-shadow:none !important}.premium-theme .blog-hero-category{color:#7A2438 !important;background:rgba(91,30,45,.08);border:1px solid rgba(91,30,45,.16)}.premium-theme .blog-hero-meta{color:#6d584a !important}.premium-theme .blog-article{color:#241b16 !important;background:linear-gradient(180deg,#f2e4cf,#ead9c0) !important}.premium-theme .blog-article p,.premium-theme .blog-article li,.premium-theme .blog-article td,.premium-theme .blog-article th{color:#30231c !important}.premium-theme .blog-article h2,.premium-theme .blog-article h3{color:#5B1E2B !important}.premium-theme .blog-article a{color:#7A2438;font-weight:800}.premium-theme .blog-author-box,.premium-theme .blog-cta,.premium-theme .blog-note,.premium-theme .info-box,.premium-theme .warning-box{background:rgba(255,250,241,.72) !important;border-color:rgba(139,100,60,.18) !important;color:#30231c !important}.premium-theme .sidebar-card,.premium-theme .related-posts,.premium-theme .blog-related{background:linear-gradient(180deg,#f1e5d2,#ead9c0) !important;color:#30231c !important;border-color:rgba(139,100,60,.18) !important}.premium-theme .sidebar-card h3{color:#5B1E2B !important}.premium-theme .sidebar-card p,.premium-theme .sidebar-card li{color:#46362c !important}.premium-theme .blog-card-premium{min-height:100%}.premium-theme .bcp-thumb-title{line-height:1.18}.premium-theme .bcp-excerpt{min-height:3.4em}.premium-theme .bcp-body{background:linear-gradient(180deg,#f4ead8,#f1e5d2) !important;color:#2b211b !important}.premium-theme .bcp-cat-tag{color:#6C1F35 !important}.premium-theme .bcp-excerpt{color:#4b3a2e !important}.premium-theme .bcp-read{color:#5B1E2B !important}@media(max-width:700px){.premium-theme .blog-hero{padding-top:116px !important}.premium-theme .blog-hero-title{font-size:clamp(34px,9vw,56px) !important}.premium-theme .blog-layout{padding-left:16px !important;padding-right:16px !important}}.ann,.ann-banner{background:linear-gradient(90deg,#5c1f2b 0%,#73303d 52%,#5c1f2b 100%) !important;color:#fff !important;border-bottom:1px solid rgba(255,255,255,.10) !important;box-shadow:0 8px 20px rgba(92,31,43,.18) inset,0 4px 18px rgba(28,16,12,.06)}.ann::before,.ann::after,.ann-banner::before,.ann-banner::after{opacity:0 !important;background:none !important}.ann-track{color:#fff !important}.ann-item,.ann-item a,.ann-banner .ann-item,.ann-banner .ann-item a,.ann .ann-item,.ann .ann-item a{color:#fff !important;text-shadow:0 1px 1px rgba(0,0,0,.10)}.ann-dot{background:#e8c67a !important;box-shadow:0 0 0 3px rgba(232,198,122,.18)}@media (max-width:1000px){.ann,.ann-banner{min-height:32px}.ann-item{color:#fff !important}}:root{--tg-bordeaux:#6f2b39;--tg-bordeaux-deep:#561c28;--tg-paper-1:#f6efe3;--tg-paper-2:#efe3d1;--tg-paper-3:#e7d8c0;--tg-ink:#39271f;--tg-gold-soft:#d4b274}html{scroll-padding-top:116px}body{overflow-x:hidden}img{max-width:100%;height:auto}img[loading="lazy"]{contain-intrinsic-size:320px 320px}a,button,input,textarea,select{transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.tgv5-boutique-intro,.tgv5-signature-item,.vault-legal-box,.about-text,.highlight-card,.contact-card,.blog-article,.blog-sidebar,.blog-faq,.blog-cta,.smart-products-box,.smart-related-box,.cm-price-box,.current-update-box,.home-blog-showcase .blog-card-premium,.vault-drops-grid .vault-drop-card,.vault-note-grid .vault-legal-box,.blog-overview-hero,.blog-filter-shell,.blog-index-shell{position:relative;isolation:isolate;overflow:hidden}.tgv5-boutique-intro::after,.tgv5-signature-item::after,.vault-legal-box::after,.about-text::after,.highlight-card::after,.contact-card::after,.blog-article::after,.blog-sidebar::after,.blog-faq::after,.blog-cta::after,.smart-products-box::after,.smart-related-box::after,.cm-price-box::after,.current-update-box::after,.home-blog-showcase .blog-card-premium::after,.vault-drops-grid .vault-drop-card::after,.vault-note-grid .vault-legal-box::after,.blog-overview-hero::after,.blog-filter-shell::after,.blog-index-shell::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280' viewBox='0 0 280 280'%3E%3Ctext x='18' y='100' font-family='serif' font-size='88' fill='%238b4e49' fill-opacity='0.05'%3E和%3C/text%3E%3Ctext x='160' y='220' font-family='serif' font-size='64' fill='%238b4e49' fill-opacity='0.045'%3E美%3C/text%3E%3C/svg%3E");background-repeat:repeat;background-size:280px 280px;background-position:right top;opacity:.75}.tgv5-boutique-intro>*,.tgv5-signature-item>*,.vault-legal-box>*,.about-text>*,.highlight-card>*,.contact-card>*,.blog-article>*,.blog-sidebar>*,.blog-faq>*,.blog-cta>*,.smart-products-box>*,.smart-related-box>*,.cm-price-box>*,.current-update-box>*,.home-blog-showcase .blog-card-premium>*,.vault-drops-grid .vault-drop-card>*,.vault-note-grid .vault-legal-box>*,.blog-overview-hero>*,.blog-filter-shell>*,.blog-index-shell>*{position:relative;z-index:1}.tgv5-hero{position:relative;overflow:hidden}.tgv5-hero::after{content:"和 月 美";position:absolute;right:4%;top:8%;font-family:'Bebas Neue',serif;font-size:clamp(90px,12vw,170px);letter-spacing:8px;color:rgba(132,45,59,.10);pointer-events:none;z-index:0;transform:rotate(-6deg);white-space:nowrap}.tgv5-hero-inner{position:relative;z-index:1}.tgv5-hero .tgv5-lead{max-width:760px}.tgv5-stat-card,.tgv5-signature-item,.tgv7-editorial-card,.home-blog-showcase .blog-card-premium,.vault-drop-card,.vault-legal-box,.blog-card-premium,.blog-article,.blog-sidebar,.smart-product-card,.related-link-card,.cm-price-box,.current-update-box{box-shadow:0 14px 36px rgba(34,24,16,.06) !important}.tgv5-signature-item:hover,.tgv7-editorial-card:hover,.home-blog-showcase .blog-card-premium:hover,.vault-drop-card:hover,.smart-product-card:hover,.related-link-card:hover{transform:translateY(-3px)}.blog-back-btn{display:block;max-width:1180px;margin:0 auto;padding:16px 28px 8px;color:#7d6156 !important;font-family:'DM Mono',monospace;font-size:11px;letter-spacing:2px;text-transform:uppercase;text-decoration:none}.blog-back-btn:hover{color:#8b4e49 !important}body .ann,body .ann-banner{will-change:transform}header .logo-tagline{color:rgba(231,217,196,.72) !important}input,textarea,select{border-radius:14px !important}input:focus,textarea:focus,select:focus{outline:none;box-shadow:0 0 0 3px rgba(111,43,57,.12) !important;border-color:rgba(111,43,57,.26) !important}.cm-table-wrap,.table-wrap,.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.cm-price-table th,.cm-price-table td{vertical-align:top}.cm-price-table a{white-space:nowrap}.section,.home-blog-showcase,.vault-note-grid,.tgv7-editorial-grid,.blog-grid-premium,.vault-drops-grid,.blog-layout{content-visibility:auto;contain-intrinsic-size:800px}@media (max-width:1000px){header{padding-left:18px !important;padding-right:18px !important}.tgv5-hero::after{font-size:90px;right:2%;top:10%;opacity:.8}.tgv5-hero .tgv5-stats{gap:14px !important}.tgv5-stat-card{min-width:0}.section,.blog-layout,.home-blog-showcase,.vault-note-grid,.tgv7-editorial-grid{padding-left:16px !important;padding-right:16px !important}.blog-back-btn{padding:14px 16px 4px;font-size:10px}}@media (max-width:720px){.tgv5-hero::after{font-size:68px;right:0;top:8%;letter-spacing:4px}.tgv5-hero h1,.tgv5-hero .tgv5-lead{text-wrap:balance}.home-blog-showcase .blog-card-premium,.vault-drop-card,.blog-article,.blog-sidebar,.smart-products-box,.smart-related-box,.cm-price-box,.current-update-box{border-radius:22px !important}}:root{--tg-bordeaux:#5B1E2D;--tg-cream:#F4EBDD;--tg-gold:#D4B06A;--tg-espresso:#161311;--tg-beige:#DCCBB5}body{background:var(--tg-espresso)}.ann-banner.tg-lux-ann{position:fixed;top:0;left:0;right:0;z-index:5000;height:36px;max-height:36px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(90deg,#3d1420 0%,#5B1E2D 48%,#2b1018 100%)!important;border-bottom:1px solid rgba(212,176,106,.34)!important;box-shadow:0 8px 30px rgba(22,19,17,.25)}.ann-banner.tg-lux-ann:before,.ann-banner.tg-lux-ann:after{content:"";position:absolute;top:0;bottom:0;width:70px;z-index:2;pointer-events:none}.ann-banner.tg-lux-ann:before{left:0;background:linear-gradient(90deg,#3d1420,transparent)}.ann-banner.tg-lux-ann:after{right:0;background:linear-gradient(-90deg,#2b1018,transparent)}.ann-banner.tg-lux-ann .ann-track{display:flex;white-space:nowrap;animation:annScroll 42s linear infinite;will-change:transform}.ann-banner.tg-lux-ann .ann-item{display:inline-flex;align-items:center;gap:9px;padding:0 38px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase;color:#F4EBDD!important}.ann-banner.tg-lux-ann .ann-dot{width:5px;height:5px;border-radius:50%;background:#D4B06A!important;box-shadow:0 0 12px rgba(212,176,106,.75)}@keyframes annScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}body:not(.no-ann) header{top:36px!important;background:rgba(22,19,17,.88)!important;border-bottom:1px solid rgba(212,176,106,.20)!important;box-shadow:0 12px 40px rgba(22,19,17,.20)!important;backdrop-filter:blur(22px) saturate(130%)}header .brand-mark-full{max-height:42px!important;width:auto!important;object-fit:contain!important;filter:drop-shadow(0 6px 12px rgba(0,0,0,.25))}header nav a{color:rgba(244,235,221,.78)!important}header nav a:hover{color:#fff!important;background:rgba(212,176,106,.10)!important}.btn-nav{background:#5B1E2D!important;color:#F4EBDD!important;border:1px solid rgba(212,176,106,.34)!important;box-shadow:none!important}.vault-page main{padding-top:118px}.vault-hero{background:linear-gradient(135deg,rgba(244,235,221,.96),rgba(220,203,181,.86))!important;color:#251913!important;border:1px solid rgba(91,30,45,.12);box-shadow:0 24px 70px rgba(22,19,17,.12)}.vault-hero:before{background:radial-gradient(circle at 15% 15%,rgba(212,176,106,.18),transparent 32%),radial-gradient(circle at 92% 22%,rgba(91,30,45,.10),transparent 34%)!important}.vault-hero h1,.vault-hero p{color:#251913!important}.vault-hero .vault-kicker{color:#5B1E2D!important}.vault-img-placeholder{min-height:320px;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#f4ebdd,#dccbb5);color:#5B1E2D;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.vault-card[data-category="tcg"] .vault-sub{color:#5B1E2D;font-weight:750}.vault-back-toggle{left:auto;right:12px}.vault-card .vault-btn.secondary{width:100%}.vault-cart-item button{margin-top:7px;border:0;background:rgba(91,30,45,.1);color:#5B1E2D;border-radius:10px;padding:5px 8px;cursor:pointer}@media(max-width:760px){.ann-banner.tg-lux-ann{height:32px}.ann-banner.tg-lux-ann .ann-item{font-size:9px;padding:0 24px}body:not(.no-ann) header{top:32px!important}.vault-page main{padding-top:104px}header .brand-mark-full{max-height:36px!important}}:root{--tg-bordeaux:#5B1E2D;--tg-cream:#F4EBDD;--tg-gold:#D4B06A;--tg-espresso:#161311;--tg-beige:#DCCBB5}.ann-banner.tg-lux-ann{display:flex!important;position:fixed!important;top:0!important;left:0!important;right:0!important;height:36px!important;max-height:36px!important;z-index:18000!important;overflow:hidden!important;align-items:center!important;background:linear-gradient(90deg,#33111b 0%,#5B1E2D 48%,#271017 100%)!important;border-bottom:1px solid rgba(212,176,106,.36)!important;box-shadow:0 8px 28px rgba(22,19,17,.24)!important}.ann-banner.tg-lux-ann .ann-track{display:flex!important;white-space:nowrap!important;animation:annScroll 42s linear infinite!important;will-change:transform}.ann-banner.tg-lux-ann .ann-item{display:inline-flex!important;align-items:center!important;gap:9px!important;padding:0 38px!important;font:750 11px/1 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#F4EBDD!important;white-space:nowrap!important}.ann-banner.tg-lux-ann .ann-dot{width:5px!important;height:5px!important;border-radius:50%!important;background:#D4B06A!important;box-shadow:0 0 12px rgba(212,176,106,.75)!important}.ann-banner.tg-lux-ann:before,.ann-banner.tg-lux-ann:after{content:"";position:absolute;top:0;bottom:0;width:78px;z-index:2;pointer-events:none}.ann-banner.tg-lux-ann:before{left:0;background:linear-gradient(90deg,#33111b,transparent)!important}.ann-banner.tg-lux-ann:after{right:0;background:linear-gradient(-90deg,#271017,transparent)!important}body:not(.no-ann) header,.premium-theme header,.vault-page header{position:fixed!important;top:36px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:min(calc(100% - 28px),1240px)!important;height:74px!important;padding:0 18px 0 22px!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;background:linear-gradient(135deg,rgba(22,19,17,.90),rgba(45,23,27,.84))!important;border:1px solid rgba(212,176,106,.24)!important;box-shadow:0 18px 55px rgba(22,19,17,.28),inset 0 1px 0 rgba(244,235,221,.08)!important;backdrop-filter:blur(24px) saturate(145%)!important;-webkit-backdrop-filter:blur(24px) saturate(145%)!important;z-index:17000!important}body:not(.no-ann) header.scrolled,.premium-theme header.scrolled,.vault-page header.scrolled{background:linear-gradient(135deg,rgba(22,19,17,.96),rgba(45,23,27,.92))!important}body header .logo-wrap,.premium-theme header .logo-wrap,.vault-page header .logo-wrap{display:flex!important;align-items:center!important;min-width:0!important;flex:0 0 auto!important;text-decoration:none!important}body header .logo-wrap img.brand-mark-full,.premium-theme header .logo-wrap img.brand-mark-full,.vault-page header .logo-wrap img.brand-mark-full,body header img.brand-mark-full,.premium-theme header img.brand-mark-full,.vault-page header img.brand-mark-full{width:auto!important;height:auto!important;max-width:clamp(128px,15vw,188px)!important;max-height:48px!important;min-width:0!important;object-fit:contain!important;object-position:center!important;border-radius:0!important;border:0!important;background:transparent!important;box-shadow:none!important;filter:drop-shadow(0 8px 16px rgba(0,0,0,.28))!important}body header nav,.premium-theme header nav,.vault-page header nav{display:flex!important;align-items:center!important;gap:3px!important;min-width:0!important}body header nav a,.premium-theme header nav a,.vault-page header nav a{font:800 11px/1 Montserrat,Inter,system-ui,sans-serif!important;letter-spacing:.10em!important;text-transform:uppercase!important;color:rgba(244,235,221,.80)!important;border-radius:999px!important;padding:10px 11px!important;text-decoration:none!important;white-space:nowrap!important}body header nav a:hover,.premium-theme header nav a:hover,.vault-page header nav a:hover{color:#fff!important;background:rgba(212,176,106,.11)!important}body header .btn-nav,.premium-theme header .btn-nav,.vault-page header .btn-nav{background:#5B1E2D!important;color:#F4EBDD!important;border:1px solid rgba(212,176,106,.34)!important;box-shadow:0 10px 24px rgba(0,0,0,.12)!important}body .mobile-nav,.premium-theme .mobile-nav,.vault-page .mobile-nav{top:118px!important;background:rgba(22,19,17,.98)!important;border-top:1px solid rgba(212,176,106,.20)!important;z-index:16500!important}.vault-page main{padding-top:136px!important}.vault-page .vault-hero{margin-top:0!important}.vault-category-callout{max-width:1180px;margin:0 0 22px;padding:18px 20px;border-radius:24px;background:linear-gradient(135deg,rgba(244,235,221,.96),rgba(220,203,181,.78));border:1px solid rgba(91,30,45,.13);box-shadow:0 16px 38px rgba(22,19,17,.06);display:flex;align-items:center;justify-content:space-between;gap:18px}.vault-category-callout strong{display:block;font-family:"Bebas Neue",sans-serif;font-size:34px;line-height:1;color:#33231c;letter-spacing:.04em}.vault-category-callout span{display:inline-flex;margin-bottom:7px;font:800 10px/1 "DM Mono",monospace;letter-spacing:.16em;text-transform:uppercase;color:#5B1E2D}.vault-category-callout p{margin:4px 0 0;color:#5e483d;line-height:1.55}.vault-filter-jump{border:1px solid rgba(91,30,45,.20);background:#5B1E2D;color:#F4EBDD;border-radius:999px;padding:12px 16px;font:800 11px/1 "DM Mono",monospace;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;white-space:nowrap}.vault-card[data-category="tcg"]{border-color:rgba(91,30,45,.22);box-shadow:0 18px 42px rgba(91,30,45,.08)}.vault-card[data-category="tcg"] .vault-badge{background:rgba(91,30,45,.84)}.vault-cart-fab{z-index:19000!important;right:22px!important;bottom:22px!important;background:#5B1E2D!important;color:#F4EBDD!important;border:1px solid rgba(212,176,106,.48)!important;box-shadow:0 16px 42px rgba(22,19,17,.30)!important}.vault-cart-panel{position:fixed!important;top:0!important;right:-480px!important;width:min(94vw,460px)!important;height:100dvh!important;max-height:100dvh!important;padding:0!important;display:flex!important;flex-direction:column!important;background:linear-gradient(180deg,#fbf5ea,#eadcc8)!important;color:#231713!important;border-left:1px solid rgba(91,30,45,.18)!important;box-shadow:-22px 0 80px rgba(0,0,0,.30)!important;z-index:22000!important;overflow:hidden!important;transition:right .32s cubic-bezier(.2,.75,.2,1)!important}.vault-cart-panel.open{right:0!important}.vault-cart-head{position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:24px 22px 18px;background:linear-gradient(180deg,#fbf5ea 0%,rgba(251,245,234,.94) 100%);border-bottom:1px solid rgba(91,30,45,.13);box-shadow:0 10px 28px rgba(91,30,45,.06)}.vault-cart-kicker{font:800 10px/1 "DM Mono",monospace;letter-spacing:.16em;text-transform:uppercase;color:#5B1E2D;margin-bottom:8px}.vault-cart-panel h2{margin:0!important;color:#231713!important;font-family:"Bebas Neue",sans-serif!important;font-size:42px!important;line-height:.95!important;letter-spacing:.04em!important}.vault-cart-panel p{margin:8px 0 0!important;color:#5c463b!important;line-height:1.55!important;font-size:14px!important}.vault-cart-close{width:42px;height:42px;min-width:42px;border-radius:50%;border:1px solid rgba(91,30,45,.18);background:rgba(255,255,255,.76);color:#5B1E2D;font-size:26px;line-height:1;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(22,19,17,.08)}.vault-cart-items{flex:1 1 auto;min-height:0;overflow-y:auto;padding:12px 22px 18px;scrollbar-width:thin}.vault-cart-item{padding:13px 0!important;border-bottom:1px solid rgba(91,30,45,.12)!important;color:#2b1e18!important}.vault-cart-item strong{display:block;color:#241712!important;font-size:15px!important;line-height:1.35!important}.vault-cart-item small{display:block;margin-top:5px;color:#6a5145!important;font-size:12px!important;line-height:1.45!important}.vault-cart-item button{margin-top:9px!important;border:1px solid rgba(91,30,45,.15)!important;background:rgba(91,30,45,.08)!important;color:#5B1E2D!important;border-radius:999px!important;padding:7px 10px!important;cursor:pointer!important;font-weight:800!important}.vault-cart-foot{flex:0 0 auto;padding:16px 22px 20px;background:linear-gradient(180deg,rgba(234,220,200,.88),#eadcc8);border-top:1px solid rgba(91,30,45,.13);box-shadow:0 -10px 32px rgba(91,30,45,.06)}.vault-cart-send{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;margin:0!important;background:#5B1E2D!important;color:#fff!important;padding:15px 16px!important;border-radius:16px!important;text-decoration:none!important;font:850 12px/1 "DM Mono",monospace!important;letter-spacing:.10em!important;text-transform:uppercase!important}.vault-cart-foot small{display:block;margin-top:10px;color:#5e463a;line-height:1.45;font-size:12px}.vault-lightbox{z-index:23000!important}.vault-lightbox-close{z-index:23001!important}@media(max-width:1080px){body header nav,.premium-theme header nav,.vault-page header nav{gap:1px!important}body header nav a,.premium-theme header nav a,.vault-page header nav a{font-size:10px!important;padding:9px 8px!important}.btn-nav{display:none!important}}@media(max-width:760px){.ann-banner.tg-lux-ann{height:32px!important;max-height:32px!important}.ann-banner.tg-lux-ann .ann-item{font-size:9px!important;padding:0 24px!important}body:not(.no-ann) header,.premium-theme header,.vault-page header{top:32px!important;width:calc(100% - 16px)!important;height:64px!important;border-radius:22px!important;padding:0 14px!important}body header .logo-wrap img.brand-mark-full,.premium-theme header .logo-wrap img.brand-mark-full,.vault-page header .logo-wrap img.brand-mark-full{max-width:132px!important;max-height:38px!important}body .mobile-nav,.premium-theme .mobile-nav,.vault-page .mobile-nav{top:102px!important}.vault-page main{padding-top:118px!important}.vault-category-callout{display:block;padding:17px;margin-bottom:18px}.vault-category-callout strong{font-size:30px}.vault-filter-jump{margin-top:14px;width:100%}.vault-cart-panel{width:100vw!important;right:-100vw!important}.vault-cart-panel.open{right:0!important}.vault-cart-head{padding:22px 18px 16px}.vault-cart-items{padding:10px 18px 16px}.vault-cart-foot{padding:14px 18px 18px}}:root{--tg-readable-espresso:#241713;--tg-readable-brown:#4A382F;--tg-readable-muted:#6F584B;--tg-readable-cream:#F4EBDD;--tg-readable-cream-strong:#FFF4E6;--tg-readable-gold:#D4B06A;--tg-readable-bordeaux:#5B1E2D;--tg-readable-rose:#D9789D}.uu-hero{background:radial-gradient(circle at 72% 22%,rgba(212,176,106,.10),transparent 34%),linear-gradient(135deg,rgba(91,30,45,.96),rgba(36,19,14,.98) 56%,rgba(22,19,17,.98));border-bottom-color:rgba(212,176,106,.18)}.uu-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(22,19,17,.18),transparent 42%,rgba(22,19,17,.10));pointer-events:none;z-index:1}.uu-hero-content{position:relative;z-index:3}.uu-bg-word{left:18px !important;right:auto !important;bottom:50px !important;font-size:clamp(88px,12vw,150px) !important;letter-spacing:-3px !important;color:rgba(244,235,221,.045) !important;opacity:1 !important;transform:none !important;filter:blur(.2px);z-index:0 !important}.uu-eyebrow{color:var(--tg-readable-gold) !important;font-weight:800 !important;text-shadow:0 2px 14px rgba(0,0,0,.28)}.uu-h1{color:var(--tg-readable-cream-strong) !important;text-shadow:0 4px 26px rgba(0,0,0,.36) !important}.uu-h1 span{color:var(--tg-readable-rose) !important;text-shadow:0 4px 26px rgba(0,0,0,.32) !important}.uu-sub{color:rgba(255,244,230,.88) !important;font-size:clamp(17px,1.2vw,19px) !important;line-height:1.75 !important;font-weight:650 !important;max-width:560px !important;text-shadow:0 2px 12px rgba(0,0,0,.30)}.uu-content{color:var(--tg-readable-brown) !important}.uu-text h2,.uu-values-title,.uu-cta h2{color:#2B1C18 !important;text-shadow:0 1px 0 rgba(255,255,255,.42)}.uu-text h2 em,.uu-values-title em,.uu-cta h2 em{color:var(--tg-readable-bordeaux) !important}.uu-text p,.uu-cta p,.uu-value-text{color:var(--tg-readable-brown) !important;font-size:clamp(16.5px,1.05vw,17.5px) !important;line-height:1.82 !important;font-weight:560 !important}.uu-text strong,.uu-quote strong{color:#241713 !important;font-weight:900 !important}.uu-photo-name{color:#FFF2E3 !important;text-shadow:0 3px 18px rgba(0,0,0,.42)}.uu-photo-role{color:var(--tg-readable-rose) !important;font-weight:800 !important}.uu-quote{background:rgba(255,248,237,.72) !important;border-left:3px solid var(--tg-readable-bordeaux) !important;border-top:1px solid rgba(212,176,106,.22) !important;border-right:1px solid rgba(212,176,106,.18) !important;border-bottom:1px solid rgba(212,176,106,.18) !important;box-shadow:0 18px 50px rgba(91,30,45,.08),inset 0 1px 0 rgba(255,255,255,.55) !important;color:#6B4B3B !important;font-size:clamp(17px,1.12vw,18.5px) !important;line-height:1.78 !important;font-weight:650 !important}.uu-quote div[style]{color:#8A604B !important;font-weight:800 !important;opacity:1 !important}.uu-stats{gap:18px !important}.uu-stat{background:rgba(255,249,239,.88) !important;border:1px solid rgba(132,92,53,.22) !important;box-shadow:0 14px 36px rgba(91,30,45,.08),inset 0 1px 0 rgba(255,255,255,.55) !important;padding:22px 18px !important}.uu-stat:hover{border-color:rgba(212,176,106,.65) !important;box-shadow:0 18px 46px rgba(91,30,45,.12),inset 0 1px 0 rgba(255,255,255,.6) !important}.uu-stat-num{color:var(--tg-readable-bordeaux) !important;font-size:clamp(40px,3.2vw,52px) !important;letter-spacing:1.1px !important;text-shadow:0 1px 0 rgba(255,255,255,.5)}.uu-stat-num span{color:#B28036 !important}.uu-stat-label{color:#755948 !important;font-size:10.5px !important;letter-spacing:1.55px !important;font-weight:900 !important;line-height:1.45 !important;opacity:1 !important}.uu-value-card,.uu-cta{background:rgba(255,248,237,.72) !important;border-color:rgba(132,92,53,.18) !important;box-shadow:0 18px 54px rgba(91,30,45,.07),inset 0 1px 0 rgba(255,255,255,.52) !important}.uu-value-title{color:#2B1C18 !important}.premium-theme .section-subtitle,.premium-theme .section-intro,.premium-theme .card p,.premium-theme .blog-card p,.premium-theme .vault-card p,.premium-theme .product-card p{color:rgba(74,56,47,.92)}@media (max-width:900px){.uu-bg-word{font-size:clamp(70px,21vw,118px) !important;color:rgba(244,235,221,.035) !important;bottom:66px !important}.uu-h1{line-height:.98 !important}.uu-sub{font-size:16.5px !important;line-height:1.68 !important}.uu-stats{grid-template-columns:1fr !important}.uu-stat{padding:20px 18px !important}.uu-stat-label{font-size:10px !important}}:root{--tg-v51-bordeaux:#5B1E2D;--tg-v51-bordeaux-dark:#2B1018;--tg-v51-cream:#F4EBDD;--tg-v51-gold:#D4B06A;--tg-v51-espresso:#161311;--tg-v51-beige:#DCCBB5}.ann-banner.tg-lux-ann{height:36px!important;max-height:36px!important}body:not(.no-ann) header,.premium-theme header,.vault-page header{top:42px!important;min-height:72px!important;overflow:visible!important}body header .logo-wrap,.premium-theme header .logo-wrap,.vault-page header .logo-wrap{height:100%!important;align-items:center!important;overflow:visible!important}body header .logo-wrap img.brand-mark-full,.premium-theme header .logo-wrap img.brand-mark-full,.vault-page header .logo-wrap img.brand-mark-full,body header img.brand-mark-full,.premium-theme header img.brand-mark-full,.vault-page header img.brand-mark-full{width:auto!important;height:auto!important;max-width:clamp(132px,14.5vw,184px)!important;max-height:46px!important;object-fit:contain!important;object-position:center!important;aspect-ratio:auto!important;border-radius:0!important;transform:none!important}body .mobile-nav,.premium-theme .mobile-nav,.vault-page .mobile-nav{top:124px!important}body.premium-theme,body.vault-page{background-color:var(--tg-v51-bordeaux-dark)!important}.premium-theme .tgv5-hero{background:#2B1018!important;padding-top:168px!important}.premium-theme .tgv5-hero-bg{display:block!important;opacity:1!important;visibility:visible!important;background:linear-gradient(90deg,rgba(22,10,12,.78) 0%,rgba(43,16,24,.58) 34%,rgba(43,16,24,.25) 58%,rgba(43,16,24,.70) 100%),url("hero-v8-luxury-v67.png") center/cover no-repeat!important;filter:saturate(1.02) contrast(1.03) brightness(.94)!important}.premium-theme .tgv5-hero-veil{background:radial-gradient(circle at 72% 38%,rgba(212,176,106,.14),transparent 24%),radial-gradient(circle at 18% 22%,rgba(91,30,45,.22),transparent 30%),linear-gradient(180deg,rgba(22,10,12,.04),rgba(43,16,24,.40) 74%,#2B1018 100%)!important}.premium-theme .tgv5-hero-copy{color:#241713!important}.premium-theme .tgv5-hero-copy h1,.premium-theme .tgv5-lead,.premium-theme .tgv5-stats span{opacity:1!important}.uu-hero{margin-top:124px!important;min-height:360px!important;overflow:hidden!important;background:linear-gradient(90deg,rgba(22,19,17,.96) 0%,rgba(43,16,24,.92) 45%,rgba(91,30,45,.72) 100%),url("about-photo.jpg") right 38%/cover no-repeat!important;border-bottom:1px solid rgba(212,176,106,.20)!important}.uu-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 28%,rgba(212,176,106,.18),transparent 26%),linear-gradient(90deg,rgba(22,19,17,.28),transparent 56%,rgba(22,19,17,.18));pointer-events:none;z-index:1}.uu-hero::after{z-index:2!important;background:linear-gradient(90deg,rgba(22,19,17,.24),transparent 50%,rgba(22,19,17,.16))!important}.uu-hero-content{position:relative!important;z-index:4!important}.uu-bg-word{z-index:0!important}.vault-page main{padding-top:152px!important}.vault-page .vault-hero{position:relative!important;isolation:isolate!important;overflow:hidden!important;min-height:360px!important;padding:46px clamp(26px,4vw,52px)!important;background:linear-gradient(90deg,rgba(251,245,234,.98) 0%,rgba(251,245,234,.96) 50%,rgba(251,245,234,.68) 100%),url("hero-v8-luxury-v67.png") right center/cover no-repeat!important;border:1px solid rgba(91,30,45,.14)!important;box-shadow:0 28px 76px rgba(22,19,17,.14)!important}.vault-page .vault-hero::before{background:radial-gradient(circle at 16% 18%,rgba(212,176,106,.16),transparent 28%),radial-gradient(circle at 88% 22%,rgba(91,30,45,.08),transparent 36%),linear-gradient(135deg,transparent 0 18%,rgba(126,96,76,.025) 18.5%,transparent 19%) 0 0/34px 34px!important;z-index:0!important}.vault-page .vault-hero::after{content:"";position:absolute;top:30px;right:30px;bottom:30px;width:min(38%,390px);border-radius:30px;background:linear-gradient(180deg,rgba(22,19,17,.18),rgba(22,19,17,.36)),url("header-japan-v11.webp") center/cover no-repeat;box-shadow:0 24px 70px rgba(22,19,17,.16),inset 0 0 0 1px rgba(212,176,106,.28);opacity:.42;pointer-events:none;z-index:0}.vault-page .vault-hero>*{position:relative!important;z-index:2!important;max-width:780px}.vault-page .vault-hero h1,.vault-page .vault-hero p{color:#251913!important;text-shadow:none!important}body:not(.vault-page) .vault-cart-fab,body:not(.vault-page) .vault-cart-panel,body:not(.vault-page) .vault-lightbox{display:none!important}.vault-cart-panel{overflow:visible!important}.vault-cart-panel .vault-cart-head,.vault-cart-panel .vault-cart-items,.vault-cart-panel .vault-cart-foot{overflow:visible}.vault-cart-edge-close{position:absolute;left:-48px;top:50%;transform:translateY(-50%);width:44px;height:62px;border:1px solid rgba(212,176,106,.42);border-right:0;border-radius:18px 0 0 18px;display:grid;place-items:center;background:#5B1E2D;color:#F4EBDD;font-size:26px;font-weight:900;cursor:pointer;box-shadow:-12px 14px 34px rgba(22,19,17,.22)}.vault-cart-panel:not(.open) .vault-cart-edge-close{display:none}.vault-cart-close{display:grid!important;place-items:center!important}.vault-cart-items{overflow-y:auto!important}.vault-cart-foot{position:relative!important;z-index:3!important}@media(max-width:900px){body:not(.no-ann) header,.premium-theme header,.vault-page header{top:38px!important;width:calc(100% - 22px)!important;min-height:68px!important}body .mobile-nav,.premium-theme .mobile-nav,.vault-page .mobile-nav{top:112px!important}.premium-theme .tgv5-hero{padding-top:140px!important}.vault-page main{padding-top:132px!important}.vault-page .vault-hero{min-height:0!important;padding:32px 22px!important;background:linear-gradient(180deg,rgba(251,245,234,.98),rgba(240,232,219,.96))!important}.vault-page .vault-hero::after{display:none!important}.uu-hero{margin-top:112px!important;min-height:330px!important;background-position:center top!important}.vault-cart-edge-close{left:auto;right:14px;top:14px;transform:none;width:40px;height:40px;border-radius:50%;border:1px solid rgba(91,30,45,.20);background:#F4EBDD;color:#5B1E2D;box-shadow:0 10px 24px rgba(22,19,17,.14)}}@media(max-width:560px){.ann-banner.tg-lux-ann{height:32px!important;max-height:32px!important}body:not(.no-ann) header,.premium-theme header,.vault-page header{top:36px!important;min-height:64px!important}body header .logo-wrap img.brand-mark-full,.premium-theme header .logo-wrap img.brand-mark-full,.vault-page header .logo-wrap img.brand-mark-full{max-height:40px!important;max-width:148px!important}.premium-theme .tgv5-hero{padding-top:124px!important}.vault-page main{padding-top:120px!important}}.premium-theme .blog-hero{position:relative;overflow:hidden;border:1px solid rgba(157,122,87,.16)!important;background:linear-gradient(135deg,rgba(247,240,229,.96),rgba(232,214,190,.98))!important;box-shadow:0 18px 50px rgba(33,24,16,.08)!important}.premium-theme .blog-hero::before{content:"";position:absolute;inset:0;background-image:var(--hero-banner);background-size:cover;background-position:center;opacity:.08;filter:sepia(.95) saturate(.55) brightness(1.08);pointer-events:none}.premium-theme .blog-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.46),rgba(255,255,255,.08)),radial-gradient(circle at 78% 22%,rgba(184,144,152,.11),transparent 26%),radial-gradient(circle at 12% 78%,rgba(190,162,119,.10),transparent 26%);pointer-events:none}.premium-theme .blog-hero>*{position:relative;z-index:1}.premium-theme .blog-hero .smart-hero-chip{position:absolute;right:20px;top:18px;z-index:2;font:700 10px/1 'DM Mono',monospace;letter-spacing:2.4px;text-transform:uppercase;padding:8px 10px;border-radius:999px;background:rgba(91,30,43,.08);color:#7a5146;border:1px solid rgba(122,81,70,.15)}.premium-theme .smart-products-box,.premium-theme .smart-related-box{margin:34px 0;padding:28px 24px;border-radius:22px;border:1px solid rgba(157,122,87,.18);background:linear-gradient(180deg,rgba(244,236,223,.98),rgba(236,224,207,.98));box-shadow:0 16px 40px rgba(28,20,13,.06);position:relative;overflow:hidden}.premium-theme .smart-products-box::before,.premium-theme .smart-related-box::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 18%,rgba(196,152,110,.08) 0 1px,transparent 1.4px),radial-gradient(circle at 80% 72%,rgba(196,152,110,.06) 0 1px,transparent 1.4px),linear-gradient(30deg,transparent 46%,rgba(110,84,62,.035) 47%,rgba(110,84,62,.035) 48%,transparent 49%) 0 0/34px 34px,linear-gradient(150deg,transparent 46%,rgba(110,84,62,.03) 47%,rgba(110,84,62,.03) 48%,transparent 49%) 0 0/34px 34px;pointer-events:none;opacity:.55}.premium-theme .smart-products-box>*,.premium-theme .smart-related-box>*{position:relative;z-index:1}.premium-theme .smart-box-kicker,.premium-theme .smart-related-box .label{font:700 11px/1 'DM Mono',monospace;letter-spacing:3px;text-transform:uppercase;color:#8a6956;margin-bottom:12px;display:block}.premium-theme .smart-products-box h2,.premium-theme .smart-related-box h2{font-family:'Bebas Neue',sans-serif;letter-spacing:1.5px;color:#4d3128;font-size:clamp(28px,4vw,38px);line-height:1.02;margin:0 0 8px}.premium-theme .smart-products-intro,.premium-theme .smart-related-box .related-intro{color:#6a5045;font-size:15px;line-height:1.7;margin-bottom:18px}.premium-theme .smart-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.premium-theme .smart-product-card{display:flex;flex-direction:column;gap:8px;padding:18px;border-radius:18px;text-decoration:none;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.48));border:1px solid rgba(148,112,84,.16);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.premium-theme .smart-product-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(26,18,12,.08);border-color:rgba(148,112,84,.28)}.premium-theme .smart-product-icon{font-size:22px}.premium-theme .smart-product-card strong{font-family:'Bebas Neue',sans-serif;font-size:24px;letter-spacing:1px;color:#4d3128;line-height:1}.premium-theme .smart-product-desc{font-size:14px;line-height:1.65;color:#6b5043}.premium-theme .smart-product-cta{font:700 11px/1 'DM Mono',monospace;letter-spacing:1.8px;text-transform:uppercase;color:#8b4e49;margin-top:auto}.premium-theme .smart-products-note{margin-top:14px;font-size:12px;color:#816357;line-height:1.6}.premium-theme .smart-related-box .related-links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.premium-theme .smart-related-box .related-link-card{background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.46));border:1px solid rgba(148,112,84,.16);border-radius:18px;padding:18px;text-decoration:none;display:flex;flex-direction:column;gap:8px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.premium-theme .smart-related-box .related-link-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(26,18,12,.08);border-color:rgba(148,112,84,.28)}.premium-theme .smart-related-box .related-link-card strong{font-family:'Bebas Neue',sans-serif;font-size:24px;line-height:1.02;letter-spacing:1px;color:#4d3128}.premium-theme .smart-related-box .related-link-card span{font-size:14px;line-height:1.65;color:#6b5043}.premium-theme .auto-faq-box{margin-top:30px}@media (max-width:820px){.premium-theme .smart-products-grid,.premium-theme .smart-related-box .related-links-grid{grid-template-columns:1fr}.premium-theme .blog-hero .smart-hero-chip{position:static;display:inline-flex;margin-top:16px}}.current-set-page .blog-hero[data-current-set="true"]{background:linear-gradient(135deg,rgba(249,242,231,.98),rgba(232,216,196,.98))!important;border-radius:34px;border:1px solid rgba(157,122,87,.18)!important;box-shadow:0 28px 70px rgba(36,24,16,.08)!important}.current-set-page .blog-hero[data-current-set="true"]::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 18%,color-mix(in srgb,var(--set-color) 18%,transparent),transparent 24%),radial-gradient(circle at 84% 32%,rgba(201,168,76,.14),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.44),rgba(255,255,255,.08));pointer-events:none}.current-set-page .blog-hero-title{max-width:920px}.current-set-page .blog-hero-title span{color:var(--set-color)!important}.set-visual-hero{max-width:1180px;margin:24px auto 0;padding:34px;border-radius:30px;background:linear-gradient(135deg,color-mix(in srgb,var(--set-color) 20%,#f7efe2),#f8f1e6);border:1px solid rgba(157,122,87,.18);box-shadow:0 22px 55px rgba(32,22,14,.07);display:grid;grid-template-columns:140px 1fr;gap:24px;align-items:center;position:relative;overflow:hidden}.set-visual-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 18%,rgba(255,255,255,.55),transparent 26%),linear-gradient(45deg,rgba(80,46,34,.035) 25%,transparent 25%,transparent 75%,rgba(80,46,34,.035) 75%) 0 0/34px 34px;opacity:.7}.set-visual-hero>*{position:relative;z-index:1}.set-visual-kanji{width:120px;height:120px;border-radius:28px;background:rgba(255,255,255,.44);display:flex;align-items:center;justify-content:center;font-size:54px;border:1px solid rgba(120,84,61,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.set-kicker{font:700 11px/1 'DM Mono',monospace;letter-spacing:2.6px;text-transform:uppercase;color:#7d5d51;margin-bottom:10px}.set-visual-hero h2{font-family:'Bebas Neue',sans-serif;font-size:clamp(38px,6vw,64px);line-height:.95;letter-spacing:1px;color:#4d3128;margin:0 0 8px}.set-visual-hero p{max-width:760px;color:#654c40;line-height:1.75}.current-update-box,.v35-freshness-panel{margin:0 0 26px;padding:18px 20px;border-radius:18px;background:linear-gradient(180deg,rgba(255,251,245,.85),rgba(244,234,220,.9));border:1px solid rgba(157,122,87,.17);color:#60483d;line-height:1.7}.v35-freshness-panel a{color:#7f413a;font-weight:800;text-decoration:none}.set-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:28px 0}.set-info-grid div{padding:18px;border-radius:18px;background:rgba(255,251,245,.72);border:1px solid rgba(157,122,87,.14)}.set-info-grid strong{display:block;font-family:'Bebas Neue',sans-serif;font-size:26px;letter-spacing:1px;color:#4d3128}.set-info-grid span{display:block;color:#6a5045;line-height:1.6;font-size:14px}.v35-current-card .bcp-thumb::after{content:"NEW 2026";position:absolute;right:14px;top:14px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.18);font:700 10px/1 'DM Mono',monospace;letter-spacing:1.5px;color:#fff}.v35-home-set-card .v35-set-thumb{min-height:170px;background:linear-gradient(135deg,var(--set-color),#1c1412);display:flex;align-items:center;justify-content:center}.v35-home-set-card .v35-set-thumb span{font-size:62px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.25))}.blog-card-premium[data-cat="sets"],.blog-card-premium[data-cat="special"],.blog-card-premium[data-cat="verkaufen"]{order:-3}@media(max-width:860px){.set-visual-hero{grid-template-columns:1fr;padding:26px}.set-info-grid{grid-template-columns:1fr}.set-visual-kanji{width:96px;height:96px;font-size:42px}}body.v36-blog-clean{background:#f6efe3 !important;color:#3c2b22}body.v36-blog-clean .blog-back-btn{max-width:1180px!important;margin:0 auto!important;padding:20px 28px 0!important;margin-top:104px!important}body.v36-blog-clean .blog-back-btn a{color:#7a6458!important;font-family:'DM Mono',monospace!important;font-size:11px!important;letter-spacing:2px!important;text-transform:uppercase!important}body.v36-blog-clean .blog-back-btn a:hover{color:#8b4e49!important}body.v36-blog-clean .blog-hero{max-width:1180px;margin:22px auto 24px !important;padding:34px 36px 34px !important;border-radius:34px !important;border:1px solid rgba(166,135,101,.18) !important;background:radial-gradient(circle at 12% 18%,rgba(155,111,109,.08),transparent 18%),radial-gradient(circle at 88% 16%,rgba(191,168,124,.10),transparent 22%),linear-gradient(180deg,rgba(247,240,229,.98),rgba(235,224,208,.97)) !important;box-shadow:0 20px 50px rgba(34,24,16,.07) !important;position:relative;overflow:hidden;display:block !important}body.v36-blog-clean .blog-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0 18%,rgba(126,96,76,.04) 18.5%,transparent 19%) 0 0/34px 34px,linear-gradient(45deg,transparent 0 18%,rgba(126,96,76,.04) 18.5%,transparent 19%) 0 0/34px 34px,radial-gradient(circle at 92% 20%,rgba(226,196,168,.45),transparent 18%),radial-gradient(circle at 15% 72%,rgba(229,214,195,.55),transparent 20%);opacity:.7;pointer-events:none}body.v36-blog-clean .blog-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 95% 10%,rgba(166,108,122,.12) 0 2px,transparent 3px),radial-gradient(circle at 90% 14%,rgba(166,108,122,.10) 0 1.8px,transparent 2.8px),radial-gradient(circle at 87% 18%,rgba(166,108,122,.12) 0 2px,transparent 3px),radial-gradient(circle at 84% 11%,rgba(166,108,122,.08) 0 1.6px,transparent 2.6px),radial-gradient(circle at 9% 16%,rgba(166,108,122,.10) 0 1.9px,transparent 3px),radial-gradient(circle at 13% 12%,rgba(166,108,122,.08) 0 1.6px,transparent 2.5px);opacity:.55;pointer-events:none}body.v36-blog-clean .blog-hero>*{position:relative;z-index:1}body.v36-blog-clean .blog-hero-content{max-width:860px}body.v36-blog-clean .blog-hero-category{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:rgba(139,78,73,.06);border:1px solid rgba(139,78,73,.12);color:#8b4e49 !important;font-family:'DM Mono',monospace;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase}body.v36-blog-clean .blog-hero-category::before{content:"";width:18px;height:2px;background:#c6a14e;border-radius:99px;display:inline-block}body.v36-blog-clean .blog-hero-title{font-family:'Bebas Neue',sans-serif !important;font-size:clamp(44px,5.9vw,76px) !important;line-height:.96 !important;letter-spacing:.6px !important;color:#33231c !important;margin:18px 0 14px !important;max-width:840px !important;text-wrap:balance}body.v36-blog-clean .blog-hero-title span{color:#8b4e49 !important}body.v36-blog-clean .blog-hero-meta{display:flex;flex-wrap:wrap;gap:14px 18px;color:#7e6557 !important;font-family:'DM Mono',monospace;font-size:11px !important;letter-spacing:1px;text-transform:uppercase;margin-top:4px !important}body.v36-blog-clean .blog-hero-meta span{display:inline-flex;align-items:center;gap:6px}body.v36-blog-clean .blog-img-hero{display:none !important}body.v36-blog-clean .blog-layout{max-width:1180px;margin:0 auto 60px !important;padding:0 28px !important;display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start}body.v36-blog-clean .blog-article,body.v36-blog-clean .blog-sidebar{background:linear-gradient(180deg,rgba(250,246,239,.98),rgba(240,232,219,.98)) !important;border:1px solid rgba(166,135,101,.14) !important;box-shadow:0 16px 40px rgba(34,24,16,.05) !important}body.v36-blog-clean .blog-article{border-radius:28px !important;padding:30px 28px !important;color:#49362b !important}body.v36-blog-clean .blog-sidebar{border-radius:24px !important;padding:22px 20px !important;position:sticky;top:118px}body.v36-blog-clean .blog-article h2,body.v36-blog-clean .blog-article h3{color:#3a271e !important}body.v36-blog-clean .blog-article p,body.v36-blog-clean .blog-article li{color:#5b473b !important;line-height:1.85 !important}body.v36-blog-clean .blog-author-box,body.v36-blog-clean .seo-summary-box,body.v36-blog-clean .blog-post-note,body.v36-blog-clean .v9-article-intro-card,body.v36-blog-clean .smart-products-box,body.v36-blog-clean .smart-related-box,body.v36-blog-clean .blog-faq,body.v36-blog-clean .blog-cta,body.v36-blog-clean .rare-market-table-card,body.v36-blog-clean .rare-market-tip,body.v36-blog-clean .rare-spotlight-copy{background:linear-gradient(180deg,rgba(248,243,234,.98),rgba(239,230,216,.98)) !important;border:1px solid rgba(166,135,101,.16) !important;box-shadow:0 12px 30px rgba(34,24,16,.04) !important}body.v36-blog-clean .blog-cta .btn-primary,body.v36-blog-clean .rare-hero-anchor.primary,body.v36-blog-clean .rare-market-row a{background:#8b4e49 !important;color:#fff !important}body.v36-blog-clean .btn-secondary,body.v36-blog-clean .rare-hero-anchor.secondary{background:rgba(255,255,255,.72) !important;color:#6a4b3f !important;border:1px solid rgba(166,135,101,.14) !important}body.v36-blog-clean .rare-hero-spotlight{max-width:1180px;margin:0 auto 28px !important;padding:0 28px}body.v36-blog-clean .rare-hover-card{min-height:260px}@media (max-width:980px){body.v36-blog-clean .blog-layout{grid-template-columns:1fr}body.v36-blog-clean .blog-sidebar{position:relative;top:auto}}@media (max-width:720px){body.v36-blog-clean .blog-back-btn{padding:14px 18px 0 !important}body.v36-blog-clean .blog-hero{margin:16px 16px 18px !important;padding:24px 20px 24px !important;border-radius:24px !important}body.v36-blog-clean .blog-hero-title{font-size:clamp(36px,11vw,54px) !important;line-height:.98 !important}body.v36-blog-clean .blog-layout{padding:0 16px !important;gap:18px;margin-bottom:38px !important}body.v36-blog-clean .blog-article{padding:22px 18px !important;border-radius:22px !important}body.v36-blog-clean .blog-sidebar{padding:18px 16px !important;border-radius:20px !important}}.blog-back-btn,.back-to-blog,.article-back,a.blog-back-btn{display:inline-flex!important;visibility:visible!important;height:auto!important;margin:18px auto 0!important;padding:10px 14px!important;overflow:visible!important;align-items:center;gap:8px;border:1px solid rgba(105,55,35,.18);border-radius:999px;background:rgba(255,248,232,.84);color:#6e332c!important;text-decoration:none!important;font-size:13px;font-weight:800;letter-spacing:.02em;box-shadow:0 10px 24px rgba(76,35,24,.08)}.blog-back-btn:hover{transform:translateY(-1px);background:#fff7e5}.blog-hero-meta span{background:rgba(255,248,232,.84)!important;color:#5f3629!important;border:1px solid rgba(105,55,35,.16)!important;text-shadow:none!important;box-shadow:0 8px 18px rgba(52,25,18,.08)}.blog-hero-meta span:nth-child(3),.blog-hero-meta span[data-hidden-meta],.blog-hero-meta .seo-ratgeber{display:none!important}.cm-price-box{margin:34px 0;padding:24px;border-radius:24px;background:linear-gradient(135deg,rgba(255,249,235,.96),rgba(242,224,190,.9));border:1px solid rgba(115,72,45,.18);box-shadow:0 18px 50px rgba(65,35,23,.10);position:relative;overflow:hidden}.cm-price-box:before{content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(122,77,45,.08) 1px,transparent 1px);background-size:18px 18px;opacity:.55;pointer-events:none}.cm-price-box>*{position:relative}.cm-price-kicker{font:800 11px/1.1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.16em;text-transform:uppercase;color:#9b6641;margin-bottom:8px}.cm-price-box h2{margin:0 0 10px;color:#351d18}.cm-price-note{color:#765847;line-height:1.65;margin:0 0 18px}.cm-table-wrap{overflow-x:auto;border-radius:18px;border:1px solid rgba(108,67,42,.14);background:rgba(255,255,255,.55)}.cm-price-table{width:100%;border-collapse:collapse;min-width:680px}.cm-price-table th,.cm-price-table td{padding:13px 14px;text-align:left;border-bottom:1px solid rgba(108,67,42,.12);font-size:14px}.cm-price-table th{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#815a3d;background:rgba(120,74,42,.06)}.cm-price-table td{color:#433027}.cm-price-table tr:last-child td{border-bottom:0}.cm-price-table a{color:#7b2e2e!important;font-weight:800;text-decoration:none}.cm-price-table a:hover{text-decoration:underline}.cm-stand{margin-top:12px;font-size:12px;color:#876a58}.set-equivalent-note{margin:22px 0;padding:18px 20px;border-radius:20px;background:rgba(118,33,39,.08);border:1px solid rgba(118,33,39,.14);color:#4b2927;line-height:1.65}.set-equivalent-note strong{color:#782126}@media(max-width:720px){.blog-back-btn{margin-left:18px!important}.cm-price-box{padding:18px;border-radius:18px}.cm-price-table th,.cm-price-table td{padding:11px 10px;font-size:13px}}.premium-theme .subpage-hero.blog-overview-clean-hero{margin-top:96px !important;min-height:330px !important;padding:74px clamp(22px,4.8vw,58px) 56px !important;display:flex !important;align-items:center !important;position:relative !important;overflow:hidden !important;border-top:1px solid rgba(139,100,60,.10) !important;border-bottom:1px solid rgba(139,100,60,.18) !important;background-color:#ead8bf !important;background-image:radial-gradient(circle at 18% 22%,rgba(255,255,255,.24) 0,transparent 28%),radial-gradient(circle at 78% 20%,rgba(91,30,43,.055) 0,transparent 34%),repeating-linear-gradient(0deg,transparent 0 3px,rgba(112,80,45,.026) 3px 4px),repeating-linear-gradient(90deg,rgba(255,255,255,.024) 0 1px,transparent 1px 16px),linear-gradient(160deg,#efe0c9 0%,#e5d0b8 100%) !important}.premium-theme .subpage-hero.blog-overview-clean-hero::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:0 !important;pointer-events:none !important;background-image:linear-gradient(90deg,rgba(237,216,188,.72) 0%,rgba(237,216,188,.64) 36%,rgba(237,216,188,.82) 100%),url("header-japan-v11.webp") !important;background-size:cover !important;background-position:center 42% !important;filter:sepia(.85) saturate(.22) brightness(1.72) contrast(.86) !important;opacity:.34 !important}.premium-theme .subpage-hero.blog-overview-clean-hero::after{content:"" !important;position:absolute !important;inset:0 !important;z-index:0 !important;pointer-events:none !important;background:radial-gradient(circle at 50% 100%,transparent 18px,rgba(139,100,60,.035) 18px,rgba(139,100,60,.035) 19px,transparent 20px) 0 0/42px 24px,radial-gradient(circle at 50% 100%,transparent 18px,rgba(139,100,60,.028) 18px,rgba(139,100,60,.028) 19px,transparent 20px) 21px 12px/42px 24px;opacity:.48 !important;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.28),transparent 62%);mask-image:linear-gradient(90deg,rgba(0,0,0,.28),transparent 62%)}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-content{position:relative !important;z-index:2 !important;max-width:520px !important;width:min(520px,100%) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .label{margin:0 0 16px !important;font-size:10px !important;letter-spacing:5px !important;line-height:1 !important;color:#b18c35 !important;text-transform:uppercase !important;font-weight:800 !important;display:flex !important;align-items:center !important;gap:12px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .label::before{content:"" !important;width:28px !important;height:1px !important;background:#d4af37 !important;display:block !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-title{margin:0 0 22px !important;font-family:"Playfair Display","Cormorant Garamond",Georgia,serif !important;font-size:clamp(42px,5.1vw,68px) !important;line-height:.98 !important;letter-spacing:-.045em !important;font-weight:800 !important;color:#24120f !important;max-width:480px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-title span{display:block !important;color:#7b2034 !important;font-style:italic !important;font-weight:700 !important;letter-spacing:-.035em !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-sub{margin:0 !important;max-width:430px !important;color:#6b5649 !important;font-size:15px !important;line-height:1.7 !important;font-family:"Montserrat","Nunito",Arial,sans-serif !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-bg-word{position:absolute !important;z-index:1 !important;right:clamp(-28px,1.5vw,42px) !important;bottom:-34px !important;font-family:"Cinzel","Playfair Display",Georgia,serif !important;font-size:clamp(98px,17vw,230px) !important;line-height:.8 !important;letter-spacing:.02em !important;color:rgba(91,30,43,.045) !important;pointer-events:none !important;user-select:none !important;text-transform:uppercase !important;text-shadow:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero .brand-watermark,.premium-theme .subpage-hero.blog-overview-clean-hero .hero-logo-watermark,.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-logo-watermark{display:none !important}@media(max-width:900px){.premium-theme .subpage-hero.blog-overview-clean-hero{margin-top:82px !important;min-height:300px !important;padding:56px 24px 46px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-bg-word{right:-36px !important;bottom:-16px !important;font-size:clamp(92px,32vw,170px) !important;opacity:.75 !important}}@media(max-width:560px){.premium-theme .subpage-hero.blog-overview-clean-hero{min-height:270px !important;padding:44px 20px 38px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-title{font-size:clamp(36px,12vw,52px) !important;max-width:330px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-sub{font-size:14px !important;max-width:320px !important}}.premium-theme .subpage-hero.blog-overview-clean-hero{margin-top:96px !important;height:292px !important;min-height:292px !important;padding:0 0 0 clamp(28px,2.9vw,42px) !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;position:relative !important;overflow:hidden !important;isolation:isolate !important;border-top:1px solid rgba(126,87,47,.10) !important;border-bottom:1px solid rgba(126,87,47,.15) !important;background-color:#e8d8c0 !important;background-image:radial-gradient(circle at 12% 10%,rgba(255,255,255,.28) 0,transparent 24%),radial-gradient(circle at 90% 12%,rgba(255,255,255,.24) 0,transparent 27%),linear-gradient(90deg,rgba(244,233,214,.66) 0%,rgba(232,216,192,.87) 36%,rgba(232,216,192,.80) 68%,rgba(238,225,203,.82) 100%),repeating-linear-gradient(0deg,rgba(124,89,53,.030) 0 1px,transparent 1px 4px),repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 18px),linear-gradient(180deg,#eadbc4 0%,#e0c9ad 100%) !important;box-shadow:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:0 !important;pointer-events:none !important;background-image:radial-gradient(circle at 8% 12%,rgba(255,255,255,.18) 0 .9px,transparent 1.2px),radial-gradient(circle at 29% 78%,rgba(123,87,54,.035) 0 1px,transparent 1.2px),radial-gradient(circle at 74% 30%,rgba(255,255,255,.14) 0 1px,transparent 1.3px),radial-gradient(circle at 92% 82%,rgba(123,87,54,.035) 0 .8px,transparent 1.1px),repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 9px,transparent 9px 18px),repeating-linear-gradient(26deg,rgba(121,86,55,.020) 0 1px,transparent 1px 8px);background-size:130px 130px,180px 180px,150px 150px,210px 210px,120px 120px,90px 90px;opacity:1 !important;filter:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero::after{content:"" !important;position:absolute !important;inset:0 !important;z-index:1 !important;pointer-events:none !important;background:radial-gradient(circle at 50% 100%,transparent 20px,rgba(135,96,57,.035) 20px,rgba(135,96,57,.035) 21px,transparent 22px) 0 0/44px 24px,radial-gradient(circle at 50% 100%,transparent 20px,rgba(135,96,57,.026) 20px,rgba(135,96,57,.026) 21px,transparent 22px) 22px 12px/44px 24px;opacity:.56 !important;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.40) 0%,rgba(0,0,0,.22) 42%,transparent 78%);mask-image:linear-gradient(90deg,rgba(0,0,0,.40) 0%,rgba(0,0,0,.22) 42%,transparent 78%)}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-content{position:relative !important;z-index:7 !important;width:310px !important;max-width:310px !important;margin-top:4px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .label{margin:0 0 15px !important;font-family:"Montserrat","Nunito",Arial,sans-serif !important;font-size:8px !important;letter-spacing:5.2px !important;line-height:1 !important;color:#b89949 !important;text-transform:uppercase !important;font-weight:800 !important;display:flex !important;align-items:center !important;gap:12px !important;text-shadow:0 1px 0 rgba(255,255,255,.22) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .label::before{content:"" !important;width:22px !important;height:1px !important;flex:0 0 22px !important;background:#d4af37 !important;opacity:.76 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-title{margin:0 0 17px !important;font-family:"Playfair Display","Cormorant Garamond",Georgia,serif !important;font-size:42px !important;line-height:1.06 !important;letter-spacing:-.045em !important;font-weight:800 !important;color:#25130f !important;max-width:300px !important;text-shadow:0 1px 0 rgba(255,255,255,.25) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-title span{display:inline !important;color:#7b2034 !important;font-style:italic !important;font-weight:700 !important;letter-spacing:-.035em !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-sub{margin:0 !important;max-width:285px !important;font-family:"Montserrat","Nunito",Arial,sans-serif !important;color:#6c5b4d !important;font-size:12px !important;line-height:1.55 !important;font-weight:500 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-bg-word{position:absolute !important;z-index:2 !important;right:-36px !important;bottom:-20px !important;font-family:"Cinzel","Playfair Display",Georgia,serif !important;font-size:clamp(126px,14.4vw,250px) !important;line-height:.75 !important;font-weight:700 !important;letter-spacing:.018em !important;color:rgba(122,82,49,.070) !important;pointer-events:none !important;user-select:none !important;text-transform:uppercase !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark{position:absolute !important;z-index:2 !important;left:50.2% !important;top:48% !important;transform:translate(-50%,-50%) !important;width:480px !important;height:250px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;pointer-events:none !important;user-select:none !important;color:rgba(255,255,255,.25) !important;font-family:"Cinzel","Playfair Display",Georgia,serif !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark::before,.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark::after{content:"" !important;position:absolute !important;left:50% !important;transform:translateX(-50%) !important;width:330px !important;height:165px !important;border:7px solid rgba(255,255,255,.20) !important;border-radius:330px 330px 0 0 !important;border-bottom:0 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark::before{top:1px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark::after{bottom:2px !important;transform:translateX(-50%) rotate(180deg) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark span{font-size:72px !important;line-height:.78 !important;font-weight:700 !important;letter-spacing:.02em !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark strong{font-size:106px !important;line-height:.85 !important;font-weight:700 !important;letter-spacing:.005em !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark em{width:46px !important;height:46px !important;margin-top:6px !important;border-radius:50% !important;opacity:.46 !important;background:radial-gradient(circle at center,rgba(255,255,255,.22) 0 4px,transparent 5px),conic-gradient(from 0deg,transparent 0 10deg,rgba(255,255,255,.40) 10deg 48deg,transparent 48deg 72deg,rgba(255,255,255,.40) 72deg 110deg,transparent 110deg 144deg,rgba(255,255,255,.40) 144deg 182deg,transparent 182deg 216deg,rgba(255,255,255,.40) 216deg 254deg,transparent 254deg 288deg,rgba(255,255,255,.40) 288deg 326deg,transparent 326deg 360deg) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-fuji{position:absolute !important;z-index:2 !important;left:14.8% !important;bottom:33px !important;width:270px !important;height:112px !important;opacity:.22 !important;pointer-events:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-fuji::before{content:"" !important;position:absolute !important;inset:auto 0 0 0 !important;margin:auto !important;width:260px !important;height:110px !important;background:linear-gradient(180deg,rgba(255,255,255,.64),rgba(255,255,255,.20)) !important;clip-path:polygon(50% 0%,72% 66%,100% 100%,0% 100%,28% 66%) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-fuji::after{content:"" !important;position:absolute !important;left:98px !important;top:12px !important;width:74px !important;height:34px !important;background:rgba(232,216,192,.72) !important;clip-path:polygon(50% 0%,68% 80%,55% 56%,48% 86%,39% 58%,30% 80%) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-pagoda{position:absolute !important;z-index:2 !important;right:10.8% !important;top:39px !important;width:154px !important;height:212px !important;opacity:.16 !important;pointer-events:none !important;filter:blur(.1px) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-pagoda::before{content:"" !important;position:absolute !important;left:72px !important;top:0 !important;width:8px !important;height:52px !important;border-radius:8px !important;background:rgba(255,255,255,.42) !important;box-shadow:0 12px 0 -2px rgba(255,255,255,.36),0 24px 0 -3px rgba(255,255,255,.30) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-pagoda::after{content:"" !important;position:absolute !important;left:16px !important;bottom:0 !important;width:120px !important;height:154px !important;background:linear-gradient(transparent 0 10px,rgba(255,255,255,.45) 10px 14px,transparent 14px 34px,rgba(255,255,255,.42) 34px 38px,transparent 38px 58px,rgba(255,255,255,.38) 58px 62px,transparent 62px 82px,rgba(255,255,255,.34) 82px 86px,transparent 86px),linear-gradient(90deg,transparent 0 18px,rgba(255,255,255,.24) 18px 22px,transparent 22px 58px,rgba(255,255,255,.22) 58px 62px,transparent 62px 98px,rgba(255,255,255,.20) 98px 102px,transparent 102px),linear-gradient(180deg,transparent 0%,rgba(255,255,255,.12) 100%) !important;clip-path:polygon(50% 0,98% 12%,88% 18%,84% 35%,100% 43%,86% 49%,82% 66%,96% 74%,80% 80%,76% 100%,24% 100%,20% 80%,4% 74%,18% 66%,14% 49%,0 43%,16% 35%,12% 18%,2% 12%) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-pagoda i{display:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-sakura{position:absolute !important;z-index:3 !important;pointer-events:none !important;opacity:.24 !important;width:260px !important;height:130px !important;background:radial-gradient(circle at 14% 30%,rgba(255,255,255,.35) 0 5px,transparent 6px),radial-gradient(circle at 18% 36%,rgba(255,255,255,.32) 0 4px,transparent 5px),radial-gradient(circle at 24% 22%,rgba(255,255,255,.30) 0 4px,transparent 5px),radial-gradient(circle at 37% 18%,rgba(255,255,255,.27) 0 5px,transparent 6px),radial-gradient(circle at 47% 32%,rgba(255,255,255,.22) 0 4px,transparent 5px),linear-gradient(25deg,transparent 0 28%,rgba(120,70,48,.13) 28.2% 29.4%,transparent 29.6%) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-sakura-left{left:-28px !important;top:-14px !important;transform:rotate(7deg) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-sakura-right{right:-20px !important;top:-8px !important;transform:scaleX(-1) rotate(5deg) !important}@media(max-width:900px){.premium-theme .subpage-hero.blog-overview-clean-hero{margin-top:82px !important;height:270px !important;min-height:270px !important;padding-left:24px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-content{width:300px !important;max-width:300px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-title{font-size:38px !important;max-width:285px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark{left:61% !important;transform:translate(-50%,-50%) scale(.78) !important;opacity:.85 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-fuji{left:24% !important;opacity:.15 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-pagoda{right:0 !important;opacity:.12 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-bg-word{font-size:160px !important;right:-38px !important;bottom:-6px !important}}@media(max-width:560px){.premium-theme .subpage-hero.blog-overview-clean-hero{height:260px !important;min-height:260px !important;padding-left:20px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-content{width:270px !important;max-width:270px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .label{font-size:7px !important;letter-spacing:4px !important;margin-bottom:12px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-title{font-size:36px !important;line-height:1.02 !important;max-width:260px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-sub{font-size:11px !important;max-width:250px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark{left:73% !important;transform:translate(-50%,-50%) scale(.58) !important;opacity:.65 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-fuji{left:36% !important;width:210px !important;opacity:.11 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-pagoda{display:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-bg-word{font-size:118px !important;right:-22px !important;bottom:0 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-sakura{opacity:.16 !important}}.premium-theme .subpage-hero.blog-overview-clean-hero{margin-top:96px !important;height:292px !important;min-height:292px !important;padding:0 0 0 clamp(40px,2.9vw,56px) !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;position:relative !important;overflow:hidden !important;isolation:isolate !important;border-top:1px solid rgba(148,111,72,.08) !important;border-bottom:1px solid rgba(148,111,72,.16) !important;background-color:#eadcc7 !important;background-image:radial-gradient(circle at 9% 8%,rgba(255,255,255,.38) 0,transparent 25%),radial-gradient(circle at 87% 8%,rgba(255,255,255,.32) 0,transparent 27%),linear-gradient(90deg,rgba(246,237,221,.76) 0%,rgba(236,222,199,.94) 37%,rgba(233,216,190,.90) 70%,rgba(241,229,209,.86) 100%),repeating-linear-gradient(0deg,rgba(116,86,51,.028) 0 1px,transparent 1px 4px),repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 18px),linear-gradient(180deg,#f0e2ce 0%,#e3cfb3 100%) !important;box-shadow:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:0 !important;pointer-events:none !important;background-image:radial-gradient(circle at 8% 12%,rgba(255,255,255,.30) 0 1px,transparent 1.3px),radial-gradient(circle at 28% 78%,rgba(126,89,54,.030) 0 1px,transparent 1.2px),radial-gradient(circle at 74% 30%,rgba(255,255,255,.20) 0 1px,transparent 1.3px),radial-gradient(circle at 92% 82%,rgba(126,89,54,.028) 0 .8px,transparent 1.1px),repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 9px,transparent 9px 18px),repeating-linear-gradient(26deg,rgba(121,86,55,.018) 0 1px,transparent 1px 8px) !important;background-size:130px 130px,180px 180px,150px 150px,210px 210px,120px 120px,90px 90px !important;opacity:1 !important;filter:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero::after{content:"" !important;position:absolute !important;inset:0 !important;z-index:1 !important;pointer-events:none !important;background:radial-gradient(circle at 50% 100%,transparent 20px,rgba(135,96,57,.026) 20px,rgba(135,96,57,.026) 21px,transparent 22px) 0 0/44px 24px,radial-gradient(circle at 50% 100%,transparent 20px,rgba(135,96,57,.020) 20px,rgba(135,96,57,.020) 21px,transparent 22px) 22px 12px/44px 24px !important;opacity:.40 !important;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.33) 0%,rgba(0,0,0,.18) 42%,transparent 78%) !important;mask-image:linear-gradient(90deg,rgba(0,0,0,.33) 0%,rgba(0,0,0,.18) 42%,transparent 78%) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-content{position:relative !important;z-index:8 !important;width:min(560px,42vw) !important;max-width:560px !important;margin-top:2px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .label{margin:0 0 14px !important;font-family:"Montserrat","Nunito",Arial,sans-serif !important;font-size:8px !important;letter-spacing:5.2px !important;line-height:1 !important;color:#b89949 !important;text-transform:uppercase !important;font-weight:800 !important;display:flex !important;align-items:center !important;gap:12px !important;text-shadow:0 1px 0 rgba(255,255,255,.35) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .label::before{content:"" !important;width:22px !important;height:1px !important;flex:0 0 22px !important;background:#d4af37 !important;opacity:.72 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-title{margin:0 0 17px !important;font-family:"Playfair Display","Cormorant Garamond",Georgia,serif !important;font-size:clamp(40px,3.0vw,54px) !important;line-height:1.08 !important;letter-spacing:-.044em !important;font-weight:800 !important;color:#24120f !important;max-width:560px !important;text-shadow:0 1px 0 rgba(255,255,255,.28) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-title span{display:inline !important;color:#7b2034 !important;font-style:italic !important;font-weight:700 !important;letter-spacing:-.035em !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-sub{margin:0 !important;max-width:440px !important;font-family:"Montserrat","Nunito",Arial,sans-serif !important;color:#6d5a4b !important;font-size:12px !important;line-height:1.55 !important;font-weight:500 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-bg-word{position:absolute !important;z-index:2 !important;right:-38px !important;bottom:-20px !important;font-family:"Cinzel","Playfair Display",Georgia,serif !important;font-size:clamp(126px,14.4vw,250px) !important;line-height:.75 !important;font-weight:700 !important;letter-spacing:.018em !important;color:rgba(255,255,255,.18) !important;pointer-events:none !important;user-select:none !important;text-transform:uppercase !important;text-shadow:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark{position:absolute !important;z-index:2 !important;left:50.5% !important;top:48% !important;transform:translate(-50%,-50%) !important;width:500px !important;height:252px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;pointer-events:none !important;user-select:none !important;opacity:.44 !important;color:rgba(255,255,255,.26) !important;font-family:"Cinzel","Playfair Display",Georgia,serif !important;mix-blend-mode:screen !important;filter:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark *,.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark span,.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark strong,.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark em{color:rgba(255,255,255,.26) !important;text-shadow:none !important;-webkit-text-fill-color:rgba(255,255,255,.26) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark::before,.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark::after{border-color:rgba(255,255,255,.20) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark span{font-size:72px !important;line-height:.78 !important;font-weight:700 !important;letter-spacing:.02em !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark strong{font-size:106px !important;line-height:.85 !important;font-weight:700 !important;letter-spacing:.005em !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark em{opacity:.34 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-fuji{left:15.6% !important;bottom:31px !important;width:270px !important;height:112px !important;opacity:.15 !important;z-index:2 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-fuji::before{background:linear-gradient(180deg,rgba(255,255,255,.58),rgba(255,255,255,.15)) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-fuji::after{background:rgba(232,216,192,.82) !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-pagoda{right:10.8% !important;top:39px !important;opacity:.105 !important;z-index:2 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-sakura{opacity:.12 !important;z-index:3 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-sakura-left{left:-30px !important;top:-18px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-sakura-right{right:-26px !important;top:-12px !important}@media(max-width:1000px){.premium-theme .subpage-hero.blog-overview-clean-hero{margin-top:82px !important;height:270px !important;min-height:270px !important;padding-left:24px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-content{width:360px !important;max-width:360px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-title{font-size:38px !important;max-width:350px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark{left:61% !important;transform:translate(-50%,-50%) scale(.75) !important;opacity:.34 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-fuji{left:24% !important;opacity:.10 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-pagoda{right:0 !important;opacity:.08 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-bg-word{font-size:160px !important;right:-38px !important;bottom:-6px !important}}@media(max-width:560px){.premium-theme .subpage-hero.blog-overview-clean-hero{height:260px !important;min-height:260px !important;padding-left:20px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-content{width:270px !important;max-width:270px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .label{font-size:7px !important;letter-spacing:4px !important;margin-bottom:12px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-title{font-size:34px !important;line-height:1.02 !important;max-width:260px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-sub{font-size:11px !important;max-width:250px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark{left:74% !important;transform:translate(-50%,-50%) scale(.56) !important;opacity:.25 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-fuji{left:36% !important;width:210px !important;opacity:.07 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-pagoda{display:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-bg-word{font-size:118px !important;right:-22px !important;bottom:0 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-sakura{opacity:.08 !important}}.premium-theme .subpage-hero.blog-overview-clean-hero .v26-brand-watermark,.premium-theme .subpage-hero.blog-overview-clean-hero .v26-fuji,.premium-theme .subpage-hero.blog-overview-clean-hero .v26-pagoda,.premium-theme .subpage-hero.blog-overview-clean-hero .v26-sakura{display:none !important;opacity:0 !important;visibility:hidden !important}.premium-theme .subpage-hero.blog-overview-clean-hero{background-color:#E5D0B8 !important;background-image:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(120,85,45,.02) 3px,rgba(120,85,45,.02) 4px),linear-gradient(160deg,#EDD8BC 0%,#E5D1B5 100%) !important;border-top:0 !important;border-bottom:1px solid rgba(139,100,60,.18) !important;padding:120px 56px 64px !important;height:auto !important;min-height:292px !important;margin-top:86px !important;position:relative !important;overflow:hidden !important;display:block !important;isolation:isolate !important;box-shadow:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero::before{content:'' !important;position:absolute !important;inset:0 !important;z-index:0 !important;background:url('brand-banner.webp') center/cover no-repeat !important;filter:sepia(80%) brightness(2) saturate(.15) !important;opacity:.06 !important;pointer-events:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero::after{content:none !important;display:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-content{position:relative !important;z-index:1 !important;max-width:700px !important;width:auto !important;margin:0 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .label{font-size:9px !important;letter-spacing:5px !important;text-transform:uppercase !important;color:var(--gd,#A8862A) !important;font-family:'Montserrat',sans-serif !important;font-weight:700 !important;margin:0 0 10px !important;display:flex !important;align-items:center !important;gap:10px !important;line-height:1 !important;text-shadow:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero .label::before{content:'' !important;width:24px !important;height:1px !important;background:var(--gold,#D4AF37) !important;flex:0 0 24px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-title{font-family:'Cormorant Garamond',serif !important;font-size:clamp(32px,5vw,58px) !important;font-weight:700 !important;color:var(--esp,#1F1A17) !important;margin:0 0 16px !important;line-height:1.15 !important;letter-spacing:0 !important;max-width:700px !important;text-shadow:none !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-title span{color:var(--bx,#5B1E2B) !important;font-style:italic !important;font-weight:700 !important;letter-spacing:0 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-sub{font-size:15px !important;color:var(--t2,#5A4535) !important;line-height:1.7 !important;max-width:500px !important;font-family:'Montserrat',sans-serif !important;margin:0 !important;font-weight:400 !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-bg-word{position:absolute !important;right:-20px !important;bottom:-20px !important;z-index:1 !important;font-family:'Cinzel',serif !important;font-size:clamp(80px,15vw,180px) !important;font-weight:700 !important;color:rgba(91,30,43,.04) !important;letter-spacing:8px !important;line-height:1 !important;pointer-events:none !important;user-select:none !important;text-transform:uppercase !important;text-shadow:none !important}@media(max-width:1000px){.premium-theme .subpage-hero.blog-overview-clean-hero{margin-top:76px !important;padding:96px 24px 48px !important;min-height:250px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-title{font-size:clamp(34px,8vw,48px) !important;max-width:520px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-bg-word{font-size:clamp(88px,22vw,160px) !important;right:-18px !important;bottom:-12px !important}}@media(max-width:560px){.premium-theme .subpage-hero.blog-overview-clean-hero{margin-top:68px !important;padding:78px 20px 42px !important;min-height:230px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .label{font-size:8px !important;letter-spacing:4px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-title{font-size:38px !important;line-height:1.08 !important;max-width:320px !important}.premium-theme .subpage-hero.blog-overview-clean-hero .subpage-hero-sub{font-size:13px !important;max-width:300px !important}}.blog-back-btn,.back-to-blog,.article-back,a[href*="/blog/"].blog-back-btn{display:none !important;visibility:hidden !important;height:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important}body.v37-header-clean .blog-back-btn,body.v37-header-clean .back-to-blog,body.v37-header-clean .article-back{display:none !important}body.v37-header-clean .blog-hero{margin-top:18px !important}.site-header .brand small,.site-header .brand-subtitle,.site-header .logo-subtitle,.site-header .brand-tagline,.site-header .header-brand-subtitle,.header .brand small,.header .brand-subtitle,.header .logo-subtitle,.header .brand-tagline,header .brand small,header .brand-subtitle,header .logo-subtitle,header .brand-tagline{color:rgba(246,230,190,0.78) !important;opacity:1 !important;text-shadow:none !important}@media (max-width:900px){.site-header .brand small,.site-header .brand-subtitle,.site-header .logo-subtitle,.site-header .brand-tagline,.site-header .header-brand-subtitle,.header .brand small,.header .brand-subtitle,.header .logo-subtitle,.header .brand-tagline,header .brand small,header .brand-subtitle,header .logo-subtitle,header .brand-tagline{display:none !important}}.site-header a,.header a,header a{text-decoration-color:transparent}.site-header .brand,.header .brand,header .brand,.site-header .logo,.header .logo,header .logo{overflow:hidden}.site-header .brand *:not(img):not(svg),.header .brand *:not(img):not(svg),header .brand *:not(img):not(svg){text-decoration:none !important}.site-header .brand-title,.header .brand-title,header .brand-title,.site-header .brand strong,.header .brand strong,header .brand strong{color:#fff2cf !important}:root{--vault-bordeaux:#5B1E2D;--vault-cream:#F4EBDD;--vault-gold:#D4B06A;--vault-beige:#DCCBB5;--vault-espresso:#161311}header{background:rgba(22,19,17,.82)!important;border-bottom:1px solid rgba(212,176,106,.14)!important}.hero,.vault-hero{position:relative;overflow:hidden}.hero::before,.vault-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(22,19,17,.28),rgba(22,19,17,.72));pointer-events:none}.hero>*,.vault-hero>*{position:relative;z-index:1}.brand-mark-full{max-height:48px!important;width:auto!important;object-fit:contain}.blog-hero,.editorial-hero{background:linear-gradient(135deg,#f4ebdd 0%,#e7d8c4 100%)!important;color:#2a1d19!important}.blog-hero::after,.editorial-hero::after{content:'BLOG';position:absolute;right:5%;top:50%;transform:translateY(-50%);font-size:clamp(5rem,16vw,12rem);font-family:'Bebas Neue',sans-serif;opacity:.05;letter-spacing:.08em;color:#5B1E2D}.newsletter-section input,.newsletter-section textarea,.newsletter-section select,.sib-form input{background:#fff!important;color:#2a1d19!important;border:1px solid rgba(91,30,45,.15)!important}.newsletter-section label,.sib-form label,.vault-field label{color:#4a342c!important;font-weight:700}.vault-card{overflow:hidden;position:relative}.vault-img-wrap{position:relative;cursor:pointer}.vault-img-wrap img{transition:transform .45s ease,filter .45s ease}.vault-card:hover .vault-img-wrap img{transform:scale(1.035);filter:saturate(1.05)}.vault-back-toggle{position:absolute;bottom:12px;right:12px;width:52px;height:52px;border-radius:50%;overflow:hidden;border:2px solid rgba(244,235,221,.9);box-shadow:0 10px 30px rgba(0,0,0,.35);cursor:pointer;background:#fff;z-index:5}.vault-back-toggle img{width:100%;height:100%;object-fit:cover}.vault-lightbox{position:fixed;inset:0;background:rgba(10,8,7,.92);display:none;align-items:center;justify-content:center;z-index:9999;padding:2rem}.vault-lightbox.open{display:flex}.vault-lightbox img{max-width:min(92vw,900px);max-height:88vh;border-radius:22px;box-shadow:0 20px 80px rgba(0,0,0,.5)}.vault-lightbox-close{position:absolute;top:20px;right:28px;background:none;border:none;color:#fff;font-size:48px;cursor:pointer}.vault-cart-fab{position:fixed;bottom:22px;right:22px;z-index:999;background:#5B1E2D;color:#F4EBDD;padding:14px 18px;border-radius:999px;box-shadow:0 10px 40px rgba(0,0,0,.3);font-weight:800;cursor:pointer;border:1px solid rgba(212,176,106,.35)}.vault-cart-panel{position:fixed;top:0;right:-420px;width:min(92vw,420px);height:100vh;background:#f4ebdd;z-index:1000;padding:28px;color:#2a1d19;transition:right .35s ease;overflow:auto;box-shadow:-20px 0 80px rgba(0,0,0,.25)}.vault-cart-panel.open{right:0}.vault-cart-item{padding:12px 0;border-bottom:1px solid rgba(91,30,45,.12)}.vault-cart-send{display:block;text-align:center;margin-top:18px;background:#5B1E2D;color:#fff;padding:14px;border-radius:14px;text-decoration:none;font-weight:800}.footer-bottom{color:#cdbba8!important}.blog-hero[data-theme="character"]{max-width:1180px;margin:0 auto;border-radius:34px;padding:38px 42px;background:linear-gradient(135deg,rgba(248,243,233,.98),rgba(235,220,200,.98))!important;border:1px solid rgba(163,130,96,.18)!important;box-shadow:0 28px 70px rgba(36,24,16,.08)!important;position:relative;overflow:hidden}.blog-hero[data-theme="character"]::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 20%,rgba(146,94,72,.10),transparent 28%),radial-gradient(circle at 14% 78%,rgba(201,168,76,.12),transparent 26%),linear-gradient(135deg,rgba(255,255,255,.44),rgba(255,255,255,.12));pointer-events:none}.blog-hero[data-theme="character"]>*{position:relative;z-index:1}.blog-hero[data-theme="character"] .blog-hero-category{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:rgba(91,30,43,.06);border:1px solid rgba(91,30,43,.10);font-family:'DM Mono',monospace;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#865848}.blog-hero[data-theme="character"] .blog-hero-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(42px,6vw,74px);line-height:.95;letter-spacing:1px;color:#4d3128;margin-top:14px;max-width:860px}.blog-hero[data-theme="character"] .blog-hero-title span{color:#8b4e49}.blog-hero[data-theme="character"] .blog-hero-meta{margin-top:12px;display:flex;flex-wrap:wrap;gap:14px;font-family:'DM Mono',monospace;font-size:11px;letter-spacing:1px;color:#7b6054}.blog-hero[data-theme="character"] .blog-bg-word{opacity:.08;color:#73493f;font-size:clamp(72px,14vw,160px);right:20px;bottom:6px}.rare-hero-sub{max-width:760px;margin-top:16px;font-size:16px;line-height:1.8;color:#6a4e41}.rare-hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.rare-hero-badges span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.58);border:1px solid rgba(143,106,83,.12);font:700 11px/1 'DM Mono',monospace;letter-spacing:1.4px;text-transform:uppercase;color:#6e4d40}.rare-hero-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.rare-hero-anchor{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:14px;text-decoration:none;font:700 12px/1 'DM Mono',monospace;letter-spacing:1.6px;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.rare-hero-anchor.primary{background:#7f413a;color:#fff;box-shadow:0 14px 28px rgba(127,65,58,.18)}.rare-hero-anchor.secondary{background:rgba(255,255,255,.62);color:#6b463c;border:1px solid rgba(117,77,64,.14)}.rare-hero-anchor:hover{transform:translateY(-2px)}.blog-img-hero{max-width:1180px;margin:22px auto 0;border-radius:28px;overflow:hidden;border:1px solid rgba(157,122,87,.16);box-shadow:0 26px 55px rgba(34,22,14,.08)}.blog-img-hero img{width:100%;display:block;max-height:460px;object-fit:cover;filter:sepia(.12) saturate(1.02)}.rare-hero-spotlight{max-width:1180px;margin:28px auto 0;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.5fr);gap:26px;align-items:start}.rare-spotlight-copy{padding:28px;border-radius:28px;background:linear-gradient(180deg,rgba(248,242,232,.98),rgba(237,225,210,.98));border:1px solid rgba(157,122,87,.18);box-shadow:0 22px 50px rgba(28,20,13,.06);position:sticky;top:120px}.rare-spotlight-kicker{font:700 11px/1 'DM Mono',monospace;letter-spacing:2.6px;text-transform:uppercase;color:#8a6956;margin-bottom:12px}.rare-spotlight-copy h2{font-family:'Bebas Neue',sans-serif;font-size:clamp(32px,4vw,46px);line-height:1.02;letter-spacing:1px;color:#4d3128;margin:0 0 12px}.rare-spotlight-copy p{font-size:15px;line-height:1.8;color:#6a5045}.rare-spotlight-note{margin-top:18px;padding-top:14px;border-top:1px solid rgba(120,84,61,.12);font:700 11px/1.6 'DM Mono',monospace;letter-spacing:1.3px;color:#86655a;text-transform:uppercase}.rare-hover-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.rare-hover-card{position:relative;min-height:280px;border-radius:28px;overflow:hidden;text-decoration:none;border:1px solid rgba(157,122,87,.15);box-shadow:0 18px 44px rgba(24,17,12,.08);transform:translateY(0);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;isolation:isolate}.rare-hover-card:hover{transform:translateY(-6px);box-shadow:0 24px 52px rgba(24,17,12,.14);border-color:rgba(157,122,87,.28)}.rare-hover-image,.rare-hover-overlay,.rare-hover-inner{position:absolute;inset:0}.rare-hover-image{background-size:cover;background-position:center;transform:scale(1);transition:transform .35s ease,filter .35s ease;filter:grayscale(.05) sepia(.10) saturate(.95) brightness(.84)}.rare-hover-card:hover .rare-hover-image{transform:scale(1.06);filter:grayscale(0) sepia(.02) saturate(1.06) brightness(.92)}.rare-hover-overlay{background:linear-gradient(180deg,rgba(20,14,11,.08),rgba(24,17,12,.70) 56%,rgba(24,17,12,.90))}.rare-hover-inner{padding:22px;display:flex;flex-direction:column;justify-content:flex-end;z-index:1}.rare-hover-topline{font:700 10px/1 'DM Mono',monospace;letter-spacing:2px;text-transform:uppercase;color:rgba(255,248,240,.82);margin-bottom:10px}.rare-hover-card h3{font-family:'Bebas Neue',sans-serif;font-size:34px;line-height:1;letter-spacing:1px;color:#fff;margin:0 0 10px}.rare-hover-card p{font-size:14px;line-height:1.65;color:rgba(255,248,240,.82);max-width:30ch;margin:0}.rare-price-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.rare-price-row span{display:inline-flex;align-items:center;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.13);backdrop-filter:blur(8px);font:700 11px/1 'DM Mono',monospace;letter-spacing:1.2px;color:#fff}.rare-hover-link{margin-top:16px;font:700 11px/1 'DM Mono',monospace;letter-spacing:1.8px;text-transform:uppercase;color:#f0d7c8}.rare-hover-card.zard151 .rare-hover-image{background-image:linear-gradient(135deg,rgba(90,27,4,.26),rgba(15,7,3,.18)),url('blog-charizard.jpg')}.rare-hover-card.umbreon .rare-hover-image{background-image:linear-gradient(135deg,rgba(12,12,44,.22),rgba(10,8,18,.20)),url('blog-seltenste.jpg')}.rare-hover-card.lugia .rare-hover-image{background-image:linear-gradient(135deg,rgba(19,31,57,.18),rgba(11,17,28,.22)),url('blog-investment.jpg')}.rare-hover-card.zardpaf .rare-hover-image{background-image:linear-gradient(135deg,rgba(54,17,7,.24),rgba(17,9,6,.18)),url('blog-charizard.jpg')}.rare-market-intro{margin-top:6px;color:#6a5045;line-height:1.8}.rare-market-table-card{margin:24px 0 14px;border-radius:24px;overflow:hidden;border:1px solid rgba(157,122,87,.18);background:linear-gradient(180deg,rgba(247,240,229,.98),rgba(237,225,210,.98));box-shadow:0 16px 40px rgba(28,20,13,.06)}.rare-market-table-head,.rare-market-row{display:grid;grid-template-columns:2fr 1.2fr 1fr 1fr .9fr;gap:14px;align-items:center;padding:16px 18px}.rare-market-table-head{background:rgba(91,30,43,.05);font:700 11px/1 'DM Mono',monospace;letter-spacing:1.7px;text-transform:uppercase;color:#7d5f54}.rare-market-row{border-top:1px solid rgba(157,122,87,.12);font-size:15px;color:#5d4338}.rare-market-row div strong{display:block;color:#4d3128}.rare-market-row div span{display:block;font-size:12px;color:#88695f;margin-top:2px}.rare-market-row a{display:inline-flex;padding:9px 12px;border-radius:999px;background:#7f413a;color:#fff;text-decoration:none;font:700 11px/1 'DM Mono',monospace;letter-spacing:1.2px;text-transform:uppercase;justify-content:center}.rare-market-tip{padding:16px 18px;border-radius:18px;background:rgba(255,251,245,.72);border:1px solid rgba(157,122,87,.12);color:#6e5448;line-height:1.75}@media (max-width:980px){.rare-hero-spotlight{grid-template-columns:1fr}.rare-spotlight-copy{position:relative;top:auto}.rare-hover-grid{grid-template-columns:1fr}.rare-market-table-head{display:none}.rare-market-row{grid-template-columns:1fr;gap:8px}}@media (max-width:720px){.blog-hero[data-theme="character"]{padding:28px 22px;border-radius:24px}.blog-img-hero{border-radius:22px}.rare-spotlight-copy{padding:22px}.rare-hover-card{min-height:250px;border-radius:22px}}body.premium-theme{background:radial-gradient(circle at 18% 8%,rgba(212,176,106,.16),transparent 32%),radial-gradient(circle at 85% 16%,rgba(91,30,45,.10),transparent 30%),linear-gradient(180deg,#F4EBDD 0%,#F9F1E6 48%,#F4EBDD 100%) !important;color:#2F1D17 !important}.premium-theme .subpage-hero{max-width:1160px !important;margin:118px auto 38px !important;padding:72px 34px 66px !important;border-radius:0 0 34px 34px !important;background:linear-gradient(135deg,rgba(91,30,45,.96),rgba(41,23,18,.97)),radial-gradient(circle at 82% 30%,rgba(212,176,106,.20),transparent 36%) !important;border:1px solid rgba(212,176,106,.28) !important;box-shadow:0 32px 90px rgba(54,28,18,.22) !important;overflow:hidden !important}.premium-theme .subpage-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.18),transparent 44%),radial-gradient(circle at 18% 22%,rgba(255,255,255,.08),transparent 30%);pointer-events:none}.premium-theme .subpage-hero .label{color:#D4B06A !important;background:rgba(244,235,221,.09) !important;border:1px solid rgba(212,176,106,.30) !important;font-weight:800 !important}.premium-theme .subpage-hero-title{color:#F7EFE3 !important;text-shadow:0 2px 26px rgba(0,0,0,.24) !important}.premium-theme .subpage-hero-sub{color:#E9DCCB !important;font-size:18px !important;line-height:1.7 !important;font-weight:700 !important;opacity:1 !important}.premium-theme .subpage-bg-word{color:#5B1E2D !important;opacity:.045 !important;letter-spacing:.06em !important}.premium-theme .subpage-content.faq-section{max-width:1120px !important;margin:0 auto !important;padding:0 24px 92px !important;color:#2F1D17 !important}.premium-theme .subpage-content.faq-section .back-btn{color:#5B1E2D !important;background:#FFF9EF !important;border:1px solid rgba(91,30,45,.16) !important;box-shadow:0 12px 34px rgba(54,28,18,.09) !important;font-weight:850 !important}.premium-theme .faq-category{background:rgba(255,249,239,.92) !important;border:1px solid rgba(91,30,45,.14) !important;border-radius:30px !important;padding:26px !important;margin:0 0 28px !important;box-shadow:0 20px 58px rgba(54,28,18,.10) !important}.premium-theme .faq-cat-label{display:flex !important;align-items:center !important;gap:11px !important;flex-wrap:wrap !important;margin:0 0 18px !important;color:#5B1E2D !important;font-family:'Bebas Neue',sans-serif !important;font-size:clamp(26px,3vw,34px) !important;line-height:1 !important;letter-spacing:.055em !important;text-transform:uppercase !important}.premium-theme .faq-cat-icon{width:42px !important;height:42px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:999px !important;background:rgba(91,30,45,.09) !important;border:1px solid rgba(91,30,45,.14) !important;font-size:21px !important}.premium-theme .faq-pill{display:inline-flex !important;align-items:center !important;min-height:26px !important;padding:5px 10px !important;border-radius:999px !important;background:rgba(212,176,106,.18) !important;border:1px solid rgba(212,176,106,.34) !important;color:#6B4722 !important;font-family:'DM Mono',monospace !important;font-size:10px !important;letter-spacing:.12em !important;font-weight:800 !important;line-height:1 !important}.premium-theme .faq-list{display:grid !important;gap:12px !important}.premium-theme .faq-item{overflow:hidden !important;border-radius:20px !important;background:#FFFDF7 !important;border:1px solid rgba(91,30,45,.14) !important;box-shadow:0 10px 26px rgba(54,28,18,.07) !important}.premium-theme .faq-item.open{border-color:rgba(91,30,45,.28) !important;box-shadow:0 16px 38px rgba(54,28,18,.10) !important}.premium-theme .faq-question{width:100% !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:18px !important;padding:20px 22px !important;border:0 !important;background:linear-gradient(135deg,#FFFDF7,#F9EFDF) !important;color:#281711 !important;font-family:'Nunito',system-ui,sans-serif !important;font-size:17px !important;line-height:1.38 !important;font-weight:900 !important;text-align:left !important;cursor:pointer !important}.premium-theme .faq-question:hover,.premium-theme .faq-question:focus-visible{background:linear-gradient(135deg,#FFFFFF,#F4E3C9) !important;color:#5B1E2D !important;outline:none !important}.premium-theme .faq-question span:first-child{display:block !important;max-width:calc(100% - 50px) !important}.premium-theme .faq-arrow{width:34px !important;height:34px !important;min-width:34px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:999px !important;background:#5B1E2D !important;color:#F4EBDD !important;font-size:20px !important;font-weight:900 !important;line-height:1 !important;box-shadow:0 8px 20px rgba(91,30,45,.16) !important}.premium-theme .faq-item.open .faq-arrow{background:#D4B06A !important;color:#2F1D17 !important}.premium-theme .faq-answer{max-height:0;overflow:hidden !important;padding:0 22px !important;background:#FFFDF7 !important;border-top:1px solid rgba(91,30,45,.10) !important;opacity:1 !important;visibility:visible !important;transition:max-height .34s ease,padding .34s ease !important}.premium-theme .faq-item.open .faq-answer{padding:0 22px 22px !important;max-height:1200px !important}.premium-theme .faq-answer p{margin:0 !important;padding-top:18px !important;color:#493329 !important;font-size:16.5px !important;line-height:1.78 !important;font-weight:650 !important}.premium-theme .faq-answer strong,.premium-theme .faq-answer b{color:#24130F !important;font-weight:900 !important}.premium-theme .faq-answer a{color:#5B1E2D !important;font-weight:900 !important;text-decoration-thickness:1px !important}.premium-theme .custom-notice{background:linear-gradient(135deg,#FFF7EA,#F6E7CD) !important;border:1px solid rgba(91,30,45,.18) !important;border-left:5px solid #5B1E2D !important;border-radius:26px !important;padding:26px !important;box-shadow:0 18px 48px rgba(54,28,18,.10) !important}.premium-theme .custom-notice h3{color:#5B1E2D !important;font-size:24px !important;margin-bottom:16px !important}.premium-theme .custom-notice-list{display:grid !important;gap:10px !important;margin:0 !important;padding:0 !important}.premium-theme .custom-notice-list li{color:#3E2A21 !important;font-size:16px !important;line-height:1.55 !important;font-weight:800 !important}.premium-theme .faq-final-cta{background:linear-gradient(135deg,#5B1E2D,#2F1D17) !important;border:1px solid rgba(212,176,106,.32) !important;border-radius:28px !important;padding:42px 28px !important;text-align:center !important;box-shadow:0 26px 70px rgba(54,28,18,.20) !important}.premium-theme .faq-final-cta h2{color:#F7EFE3 !important;font-size:32px !important;margin-bottom:10px !important}.premium-theme .faq-final-cta p{color:#E9DCCB !important;font-size:17px !important;line-height:1.7 !important;font-weight:700 !important}.premium-theme .faq-final-cta .btn-primary{background:#D4B06A !important;color:#26140F !important;border:1px solid rgba(255,255,255,.20) !important;box-shadow:0 12px 28px rgba(0,0,0,.18) !important}@media(max-width:760px){.premium-theme .subpage-hero{margin-top:104px !important;margin-left:14px !important;margin-right:14px !important;padding:52px 22px 46px !important;border-radius:0 0 28px 28px !important}.premium-theme .subpage-hero-sub{font-size:16px !important}.premium-theme .subpage-content.faq-section{padding-left:14px !important;padding-right:14px !important}.premium-theme .faq-category{padding:18px !important;border-radius:24px !important}.premium-theme .faq-cat-label{font-size:26px !important}.premium-theme .faq-question{padding:18px 18px !important;font-size:16px !important}.premium-theme .faq-answer{padding-left:18px !important;padding-right:18px !important}.premium-theme .faq-answer p{font-size:15.8px !important}}:root{--tg-bordeaux:#5B1E2D;--tg-bordeaux-deep:#2B1018;--tg-espresso:#161311;--tg-cream:#F4EBDD;--tg-paper:#FBF5EA;--tg-beige:#DCCBB5;--tg-gold:#D4B06A;--tg-ink:#241713;--tg-muted:#6D584B}body.legal-page.premium-theme{background:var(--tg-bordeaux-deep)!important;color:var(--tg-ink)!important}body.legal-page header{background:rgba(43,16,24,.88)!important;border:1px solid rgba(212,176,106,.16)!important;box-shadow:0 14px 50px rgba(22,19,17,.28)!important}body.legal-page .btn-nav,body.legal-page .mobile-nav .mobile-nav-cta{background:linear-gradient(135deg,#7A2B3D,#5B1E2D)!important;border:1px solid rgba(212,176,106,.28)!important;box-shadow:0 8px 24px rgba(91,30,45,.32)!important}body.legal-page .subpage-hero{margin-top:124px!important;min-height:360px!important;padding:72px clamp(24px,6vw,86px)!important;display:flex!important;align-items:center!important;position:relative!important;overflow:hidden!important;background:linear-gradient(90deg,rgba(22,19,17,.97) 0%,rgba(43,16,24,.94) 48%,rgba(91,30,45,.68) 100%),url("../assets/header-japan-v11.webp") right center/cover no-repeat!important;border-bottom:1px solid rgba(212,176,106,.22)!important;box-shadow:inset 0 -1px 0 rgba(244,235,221,.05)!important}body.legal-page .subpage-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 24%,rgba(212,176,106,.18),transparent 28%),radial-gradient(circle at 82% 24%,rgba(244,235,221,.09),transparent 24%),linear-gradient(135deg,transparent 0 18%,rgba(244,235,221,.035) 18.5%,transparent 19%) 0 0/34px 34px;pointer-events:none;z-index:0}body.legal-page .subpage-hero-content{position:relative!important;z-index:3!important;max-width:780px!important}body.legal-page .subpage-hero .label,body.legal-page .label{display:inline-flex!important;color:var(--tg-gold)!important;background:rgba(212,176,106,.10)!important;border:1px solid rgba(212,176,106,.28)!important;border-radius:999px!important;padding:7px 14px!important;font-family:'DM Mono',monospace!important;font-size:11px!important;letter-spacing:2px!important;text-transform:uppercase!important;margin-bottom:18px!important}body.legal-page .subpage-hero-title{font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(54px,7vw,96px)!important;line-height:.92!important;letter-spacing:-.045em!important;color:var(--tg-cream)!important;margin:0!important;text-shadow:0 18px 50px rgba(0,0,0,.36)!important}body.legal-page .subpage-hero-title span{color:inherit!important;background:none!important;-webkit-text-fill-color:currentColor!important}body.legal-page .subpage-hero-sub{margin-top:18px!important;color:rgba(244,235,221,.82)!important;font-size:clamp(16px,2vw,20px)!important;line-height:1.7!important;max-width:580px!important}body.legal-page .subpage-bg-word{position:absolute!important;right:clamp(20px,6vw,90px)!important;bottom:12px!important;z-index:1!important;font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(72px,13vw,190px)!important;font-weight:900!important;letter-spacing:-.08em!important;color:rgba(244,235,221,.055)!important;opacity:1!important;line-height:.8!important;pointer-events:none!important}body.legal-page .subpage-content{max-width:1120px!important;margin:-56px auto 84px!important;padding:clamp(24px,4vw,46px)!important;position:relative!important;z-index:5!important;background:radial-gradient(circle at 12% 10%,rgba(212,176,106,.12),transparent 24%),linear-gradient(180deg,#FBF5EA 0%,#F4EBDD 100%)!important;border:1px solid rgba(91,30,45,.14)!important;border-radius:34px!important;box-shadow:0 34px 90px rgba(22,19,17,.24)!important}body.legal-page .back-btn{display:inline-flex!important;align-items:center!important;gap:8px!important;margin-bottom:24px!important;padding:10px 14px!important;border-radius:999px!important;border:1px solid rgba(91,30,45,.16)!important;background:rgba(255,255,255,.42)!important;color:var(--tg-bordeaux)!important;text-decoration:none!important;font-weight:900!important;font-size:13px!important;letter-spacing:.02em!important}body.legal-page .back-btn:hover{transform:translateY(-1px)!important;box-shadow:0 12px 28px rgba(91,30,45,.12)!important}body.legal-page .legal-section{background:rgba(255,255,255,.48)!important;border:1px solid rgba(91,30,45,.12)!important;border-radius:24px!important;padding:24px!important;margin:0 0 18px!important;box-shadow:0 16px 45px rgba(91,30,45,.06)!important}body.legal-page .legal-section h2{font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(24px,3vw,34px)!important;color:var(--tg-bordeaux)!important;letter-spacing:-.035em!important;margin:0 0 12px!important;line-height:1.08!important}body.legal-page .legal-section p,body.legal-page .legal-section address,body.legal-page .legal-note{color:#4B382F!important;font-size:16px!important;line-height:1.78!important;font-style:normal!important}body.legal-page .legal-section a,body.legal-page .footer-bottom a{color:var(--tg-bordeaux)!important;font-weight:900!important;text-decoration:none!important;border-bottom:1px solid rgba(91,30,45,.28)!important}body.legal-page .legal-section a:hover,body.legal-page .footer-bottom a:hover{color:#7A2B3D!important;border-bottom-color:#7A2B3D!important}body.legal-page .legal-note{background:rgba(91,30,45,.07)!important;border-left:4px solid var(--tg-gold)!important;border-radius:20px!important;padding:20px 22px!important;margin-top:24px!important}body.legal-page footer{margin-top:0!important;background:var(--tg-espresso)!important;color:rgba(244,235,221,.78)!important}body.legal-page footer .footer-bottom{border-top:1px solid rgba(212,176,106,.18)!important;padding:30px clamp(22px,5vw,70px)!important;gap:20px!important;color:rgba(244,235,221,.74)!important}body.legal-page .footer-copy,body.legal-page .footer-disclaimer{color:rgba(244,235,221,.74)!important}@media(min-width:820px){body.legal-page .subpage-content{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important}body.legal-page .subpage-content .back-btn,body.legal-page .subpage-content .legal-note{grid-column:1/-1!important}body.legal-page .legal-section:first-of-type,body.legal-page .legal-section:nth-of-type(2){min-height:210px!important}}@media(max-width:760px){body.legal-page .subpage-hero{margin-top:112px!important;min-height:300px!important;padding:52px 22px!important}body.legal-page .subpage-content{margin:-38px 14px 54px!important;border-radius:26px!important;padding:22px!important}body.legal-page .legal-section{padding:20px!important;border-radius:20px!important}body.legal-page .subpage-bg-word{font-size:92px!important;right:16px!important;bottom:18px!important}}.premium-theme .tgv5-stats.tgv5-stats-jp{gap:14px !important}.premium-theme .tgv5-stats.tgv5-stats-jp .tgv5-stat-card{position:relative;overflow:hidden;cursor:default;background:linear-gradient(180deg,rgba(255,253,247,.86),rgba(245,235,221,.74)) !important;border:1px solid rgba(126,32,52,.12) !important;box-shadow:0 12px 28px rgba(68,32,20,.08);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease}.premium-theme .tgv5-stats.tgv5-stats-jp .tgv5-stat-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(212,175,55,.18),transparent 46%),linear-gradient(135deg,rgba(91,30,43,.10),transparent 55%);opacity:0;transition:opacity .28s ease}.premium-theme .tgv5-stats.tgv5-stats-jp .tgv5-stat-card:hover{transform:translateY(-5px);border-color:rgba(212,175,55,.36) !important;box-shadow:0 18px 42px rgba(91,30,43,.16);background:linear-gradient(180deg,rgba(255,249,239,.96),rgba(244,226,202,.88)) !important}.premium-theme .tgv5-stats.tgv5-stats-jp .tgv5-stat-card:hover::before{opacity:1}.premium-theme .tgv5-stats.tgv5-stats-jp strong,.premium-theme .tgv5-stats.tgv5-stats-jp span{position:relative;z-index:1}.premium-theme .tgv5-stats.tgv5-stats-jp span{min-height:1.25em;position:relative;transition:color .24s ease}.premium-theme .tgv5-stats.tgv5-stats-jp span::after{content:attr(data-ja);position:absolute;left:0;top:0;width:100%;color:#7B2034;font-family:"Noto Serif JP","Playfair Display",serif;font-size:13px;font-weight:800;letter-spacing:.18em;opacity:0;transform:translateY(8px);transition:opacity .26s ease,transform .26s ease;text-transform:none}.premium-theme .tgv5-stats.tgv5-stats-jp .tgv5-stat-card:hover span{color:transparent !important}.premium-theme .tgv5-stats.tgv5-stats-jp .tgv5-stat-card:hover span::after{opacity:1;transform:translateY(0)}@media(max-width:640px){.premium-theme .tgv5-stats.tgv5-stats-jp span::after{font-size:12px;letter-spacing:.12em}}.premium-theme .tgv15-hero{min-height:auto !important;display:block !important;padding:0 !important;overflow:visible !important;background:linear-gradient(180deg,#17070b 0%,#210d13 100%) !important}.premium-theme .tgv15-hero .tgv5-hero-bg{position:relative !important;inset:auto !important;z-index:0 !important;min-height:clamp(500px,54vw,850px) !important;width:100% !important;background:linear-gradient(180deg,rgba(18,7,10,.10) 0%,rgba(18,7,10,.02) 48%,rgba(18,7,10,.64) 100%),url("hero-v8-luxury-v67.png") center/cover no-repeat !important;transform:none !important;animation:tgv15SlowZoom 24s ease-in-out infinite alternate !important;border-bottom:1px solid rgba(212,175,55,.22);box-shadow:inset 0 -120px 120px rgba(18,7,10,.55)}@keyframes tgv15SlowZoom{from{background-size:100% auto}to{background-size:104% auto}}.premium-theme .tgv15-hero .tgv5-hero-veil{display:none !important}.premium-theme .tgv15-hero .tgv5-hero-inner{position:relative !important;z-index:3 !important;width:min(1180px,calc(100% - 36px)) !important;margin:-92px auto 0 !important;display:block !important;padding-bottom:clamp(54px,7vw,96px) !important}.premium-theme .tgv15-hero .tgv5-hero-copy{max-width:none !important;width:100% !important;padding:clamp(24px,3vw,42px) !important;border-radius:30px !important;background:linear-gradient(145deg,rgba(255,249,238,.97) 0%,rgba(239,226,200,.96) 100%) !important;color:#25130f !important;border:1px solid rgba(212,175,55,.34) !important;box-shadow:0 28px 80px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.84) !important;display:grid !important;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr) !important;column-gap:clamp(22px,4vw,58px) !important;align-items:end !important}.premium-theme .tgv15-hero .tgv5-eyebrow,.premium-theme .tgv15-hero .tgv5-lead,.premium-theme .tgv15-hero .tgv5-hero-actions{grid-column:1}.premium-theme .tgv15-hero .tgv5-stats{grid-column:2;grid-row:1 / span 4;align-self:stretch !important;margin-top:0 !important;display:grid !important;gap:14px !important}.premium-theme .tgv15-hero h1{grid-column:1;font-family:"Playfair Display",Georgia,serif !important;font-size:clamp(38px,5.3vw,72px) !important;line-height:.96 !important;max-width:760px !important;color:#1f0f0c !important;letter-spacing:-.03em !important;margin-bottom:18px !important}.premium-theme .tgv15-hero .tgv5-lead{max-width:700px !important;font-size:clamp(16px,1.3vw,19px) !important;line-height:1.72 !important;color:#5f4536 !important}.premium-theme .tgv15-hero .tgv5-eyebrow{width:fit-content;color:#67233a !important;background:rgba(91,30,43,.08) !important;border-color:rgba(91,30,43,.18) !important}.premium-theme .tgv15-hero .tgv5-stat-card{background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(251,243,226,.72)) !important;border:1px solid rgba(91,30,43,.12) !important;box-shadow:0 14px 32px rgba(91,30,43,.08) !important;min-height:92px !important;display:flex !important;flex-direction:column !important;justify-content:center !important}.premium-theme .tgv15-hero .tgv5-stat-card strong{color:#22100d !important}.premium-theme .tgv15-hero .tgv5-stat-card span{color:#6a4f40 !important}.premium-theme .tgv15-hero .tgv5-hero-emblem{display:none !important}.premium-theme .tgv15-boutique-intro{padding:clamp(56px,7vw,92px) 22px !important;background:radial-gradient(circle at 10% 0%,rgba(212,175,55,.12),transparent 26%),linear-gradient(180deg,#f6eddd 0%,#eadcc1 100%) !important}.premium-theme .tgv15-boutique-intro .tgv5-boutique-card{max-width:1120px !important;background:linear-gradient(135deg,rgba(255,250,241,.98),rgba(238,224,198,.96)) !important;border:1px solid rgba(128,56,62,.16) !important;box-shadow:0 24px 70px rgba(91,30,43,.10) !important}.premium-theme .tgv15-boutique-intro h2{color:#25130f !important;letter-spacing:-.02em !important}.premium-theme .tgv15-boutique-intro p{color:#5d4538 !important;line-height:1.8 !important;max-width:820px !important}@media (max-width:900px){.premium-theme .tgv15-hero .tgv5-hero-bg{min-height:58vh !important;background-position:center top !important;animation:none !important}.premium-theme .tgv15-hero .tgv5-hero-inner{width:min(100% - 28px,720px) !important;margin-top:-54px !important;padding-bottom:64px !important}.premium-theme .tgv15-hero .tgv5-hero-copy{grid-template-columns:1fr !important;padding:24px 20px !important;border-radius:24px !important}.premium-theme .tgv15-hero .tgv5-stats{grid-column:1 !important;grid-row:auto !important;grid-template-columns:repeat(3,1fr) !important;margin-top:20px !important}.premium-theme .tgv15-hero h1{font-size:clamp(34px,10vw,52px) !important}}@media (max-width:560px){.premium-theme .tgv15-hero .tgv5-hero-bg{min-height:52vh !important;background-size:auto 100% !important;background-position:center top !important}.premium-theme .tgv15-hero .tgv5-stats{grid-template-columns:1fr !important}.premium-theme .tgv15-hero .tgv5-stat-card{min-height:74px !important}}.tgv16-shop-intro{max-width:1180px;margin:0 auto;padding:84px 34px}.tgv16-shop-intro h2{max-width:780px}.tgv16-shop-intro p{max-width:840px;font-size:clamp(17px,1.5vw,20px);line-height:1.85}.tgv5-logo img,.logo-wrap img{object-fit:cover !important;border-radius:50% !important;background:#4c0c19 !important}.tgv5-hero-copy h1{max-width:900px}.tgv5-lead{max-width:760px !important}.tgv7-editorial-head p{max-width:860px}@media(max-width:680px){.tgv5-hero-copy h1{font-size:clamp(42px,13vw,70px) !important}}:root{--vault-paper:#f7efe2;--vault-paper-2:#efe0c9;--vault-ink:#33231c;--vault-muted:#70584b;--vault-bordeaux:#8b4e49;--vault-gold:#c7a24d}.vault-page{background:#f6efe3;color:var(--vault-ink)}.vault-page header{position:sticky;top:0;z-index:1000}.vault-hero{max-width:1180px;margin:126px auto 28px;padding:40px 38px;border-radius:34px;border:1px solid rgba(166,135,101,.18);background:radial-gradient(circle at 14% 16%,rgba(139,78,73,.10),transparent 21%),radial-gradient(circle at 90% 12%,rgba(199,162,77,.13),transparent 24%),linear-gradient(180deg,rgba(248,242,232,.98),rgba(235,224,208,.97));box-shadow:0 24px 60px rgba(34,24,16,.08);position:relative;overflow:hidden}.vault-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0 18%,rgba(126,96,76,.035) 18.5%,transparent 19%) 0 0/34px 34px,radial-gradient(circle at 93% 18%,rgba(166,108,122,.12) 0 2px,transparent 3px),radial-gradient(circle at 88% 22%,rgba(166,108,122,.09) 0 2px,transparent 3px);opacity:.75;pointer-events:none}.vault-hero>*{position:relative;z-index:1}.vault-kicker{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;background:rgba(139,78,73,.06);border:1px solid rgba(139,78,73,.12);color:var(--vault-bordeaux);font:700 11px/1 'DM Mono',monospace;letter-spacing:2px;text-transform:uppercase}.vault-kicker:before{content:"";width:18px;height:2px;background:var(--vault-gold);border-radius:99px}.vault-hero h1{font-family:'Bebas Neue',sans-serif;font-size:clamp(48px,7vw,86px);line-height:.92;letter-spacing:.8px;margin:18px 0 14px;color:#312019;max-width:900px;text-wrap:balance}.vault-hero h1 em{font-style:normal;color:var(--vault-bordeaux)}.vault-hero p{font-size:17px;line-height:1.85;color:#665043;max-width:820px}.vault-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.vault-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:14px;padding:14px 18px;text-decoration:none;cursor:pointer;font:700 12px/1 'DM Mono',monospace;letter-spacing:1.6px;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.vault-btn.primary{background:var(--vault-bordeaux);color:white;box-shadow:0 14px 28px rgba(139,78,73,.18)}.vault-btn.secondary{background:rgba(255,255,255,.72);color:#6a4b3f;border:1px solid rgba(166,135,101,.16)}.vault-btn:hover{transform:translateY(-2px)}.vault-trust{max-width:1180px;margin:0 auto 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.vault-trust-card{padding:18px;border-radius:20px;background:rgba(255,251,245,.72);border:1px solid rgba(166,135,101,.14);box-shadow:0 12px 30px rgba(34,24,16,.045)}.vault-trust-card strong{display:block;font-family:'Bebas Neue';font-size:26px;letter-spacing:1px;color:#3a271e}.vault-trust-card span{font-size:13px;line-height:1.6;color:#6d5548}.vault-section{max-width:1180px;margin:0 auto 70px}.vault-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}.vault-toolbar h2{font-family:'Bebas Neue';font-size:clamp(34px,5vw,56px);line-height:1;margin:0;color:#39251d}.vault-toolbar p{margin:8px 0 0;color:#6a5045;line-height:1.7;max-width:650px}.vault-filters{display:flex;flex-wrap:wrap;gap:10px}.vault-filter{border:1px solid rgba(139,78,73,.15);background:rgba(255,255,255,.58);color:#674b3f;border-radius:999px;padding:10px 13px;font:700 11px/1 'DM Mono',monospace;letter-spacing:1.3px;text-transform:uppercase;cursor:pointer}.vault-filter.active{background:var(--vault-bordeaux);color:white;border-color:var(--vault-bordeaux)}.vault-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.vault-card{border-radius:24px;overflow:hidden;background:linear-gradient(180deg,rgba(250,246,239,.98),rgba(240,232,219,.98));border:1px solid rgba(166,135,101,.14);box-shadow:0 16px 36px rgba(34,24,16,.06);display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.vault-card:hover{transform:translateY(-5px);box-shadow:0 22px 44px rgba(34,24,16,.1);border-color:rgba(166,135,101,.24)}.vault-img-wrap{aspect-ratio:3/4;background:linear-gradient(135deg,#ead9c2,#f8f1e7);position:relative;overflow:hidden}.vault-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease;filter:saturate(1.03) contrast(1.01)}.vault-card:hover .vault-img-wrap img{transform:scale(1.04)}.vault-img-placeholder{height:100%;display:grid;place-items:center;text-align:center;padding:26px;font-family:'Bebas Neue';font-size:36px;line-height:1;color:#76564a}.vault-badge{position:absolute;top:12px;left:12px;background:rgba(50,35,28,.78);color:white;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px);border-radius:999px;padding:7px 9px;font:700 10px/1 'DM Mono';letter-spacing:1px;text-transform:uppercase}.vault-card-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.vault-card-body h3{font-family:'Bebas Neue';font-size:28px;line-height:1;letter-spacing:1px;margin:0;color:#39251d}.vault-sub{font-size:13px;color:#735b4e;line-height:1.55;min-height:40px}.vault-meta{display:grid;gap:6px;margin-top:auto;padding-top:10px;border-top:1px solid rgba(166,135,101,.13);font-size:12px;color:#6d5548}.vault-meta b{color:#412b22}.vault-card .vault-btn{width:100%;margin-top:12px;padding:12px;font-size:11px}.vault-note-grid{max-width:1180px;margin:0 auto 70px;display:grid;grid-template-columns:1.1fr .9fr;gap:20px}.vault-legal-box{padding:26px;border-radius:26px;background:linear-gradient(180deg,rgba(250,246,239,.98),rgba(240,232,219,.98));border:1px solid rgba(166,135,101,.14);box-shadow:0 16px 36px rgba(34,24,16,.05)}.vault-legal-box h2,.vault-legal-box h3{font-family:'Bebas Neue';font-size:34px;line-height:1;margin:0 0 12px;color:#39251d}.vault-legal-box p,.vault-legal-box li{color:#5f493e;line-height:1.8;font-size:15px}.vault-legal-box ul{padding-left:20px}.vault-modal{position:fixed;inset:0;background:rgba(20,12,8,.55);display:none;align-items:center;justify-content:center;z-index:99999;padding:20px}.vault-modal.open{display:flex}.vault-modal-card{width:min(720px,100%);max-height:92vh;overflow:auto;border-radius:28px;background:linear-gradient(180deg,#fbf7ef,#efe1cc);border:1px solid rgba(226,206,176,.55);box-shadow:0 30px 90px rgba(0,0,0,.35);padding:26px;position:relative}.vault-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:999px;border:1px solid rgba(139,78,73,.18);background:rgba(255,255,255,.65);cursor:pointer;color:#5b3d34;font-weight:900}.vault-modal-card h2{font-family:'Bebas Neue';font-size:42px;line-height:1;margin:0 42px 10px 0;color:#33231c}.vault-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.vault-field{display:flex;flex-direction:column;gap:6px}.vault-field.full{grid-column:1/-1}.vault-field label{font:700 11px/1 'DM Mono';letter-spacing:1.4px;text-transform:uppercase;color:#74574a}.vault-field input,.vault-field select,.vault-field textarea{border:1px solid rgba(139,78,73,.18);background:rgba(255,255,255,.72);border-radius:14px;padding:12px 13px;font:500 15px/1.4 'Nunito',sans-serif;color:#34241d}.vault-field textarea{min-height:92px;resize:vertical}.vault-check{display:flex;gap:10px;align-items:flex-start;margin:14px 0;color:#5f493e;font-size:13px;line-height:1.6}.vault-check input{margin-top:3px}.vault-mail-fallback{margin-top:12px;padding:13px;border-radius:14px;background:rgba(139,78,73,.06);color:#644b40;font-size:13px;line-height:1.6}.vault-search{min-width:240px;border:1px solid rgba(139,78,73,.15);border-radius:999px;background:rgba(255,255,255,.62);padding:11px 14px;color:#4a332a;font:600 14px/1 'Nunito'}@media(max-width:1100px){.vault-grid{grid-template-columns:repeat(3,1fr)}.vault-trust{grid-template-columns:repeat(2,1fr)}.vault-toolbar{align-items:flex-start;flex-direction:column}.vault-note-grid{grid-template-columns:1fr}.vault-section,.vault-trust,.vault-note-grid{padding-left:18px;padding-right:18px}.vault-hero{margin-left:18px;margin-right:18px}}@media(max-width:760px){.vault-hero{margin-top:92px;padding:28px 20px;border-radius:24px}.vault-grid{grid-template-columns:repeat(2,1fr);gap:12px}.vault-card-body{padding:13px}.vault-card-body h3{font-size:23px}.vault-trust{grid-template-columns:1fr}.vault-form-grid{grid-template-columns:1fr}.vault-modal-card{padding:22px 16px}.vault-search{width:100%;min-width:0}}@media(max-width:480px){.vault-grid{grid-template-columns:1fr}.vault-hero h1{font-size:44px}.vault-toolbar h2{font-size:38px}}body.premium-theme #page-home .tgv15-hero,body.premium-theme .tgv15-hero{position:relative!important;overflow:visible!important;background:#2B1018!important;isolation:isolate!important}body.premium-theme #page-home .tgv15-hero .tgv5-hero-bg,body.premium-theme .tgv15-hero .tgv5-hero-bg{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;inset:auto!important;z-index:0!important;width:100%!important;min-height:clamp(540px,56vw,840px)!important;background:linear-gradient(180deg,rgba(22,8,12,.04) 0%,rgba(22,8,12,.03) 48%,rgba(22,8,12,.58) 100%),linear-gradient(90deg,rgba(43,16,24,.48) 0%,rgba(43,16,24,.10) 38%,rgba(43,16,24,.18) 72%,rgba(43,16,24,.58) 100%),url("hero-v8-luxury-v67.png") center center/cover no-repeat!important;background-size:auto,auto,cover!important;background-position:center center!important;filter:saturate(1.04) contrast(1.04) brightness(.96)!important;transform:none!important;animation:none!important;border-bottom:1px solid rgba(212,176,106,.24)!important;box-shadow:inset 0 -130px 130px rgba(43,16,24,.58),inset 0 80px 90px rgba(22,8,12,.22)!important}body.premium-theme #page-home .tgv15-hero .tgv5-hero-bg::after,body.premium-theme .tgv15-hero .tgv5-hero-bg::after{content:"";position:absolute;inset:28px;border:1px solid rgba(212,176,106,.18);border-radius:34px;pointer-events:none}body.premium-theme #page-home .tgv15-hero .tgv5-hero-inner,body.premium-theme .tgv15-hero .tgv5-hero-inner{position:relative!important;z-index:4!important;margin-top:-72px!important}body.premium-theme #page-home .tgv15-hero .tgv5-hero-copy,body.premium-theme .tgv15-hero .tgv5-hero-copy{position:relative!important;z-index:5!important}@media(max-width:900px){body.premium-theme #page-home .tgv15-hero .tgv5-hero-bg,body.premium-theme .tgv15-hero .tgv5-hero-bg{min-height:clamp(420px,68vw,620px)!important;background-position:center top!important}body.premium-theme #page-home .tgv15-hero .tgv5-hero-inner,body.premium-theme .tgv15-hero .tgv5-hero-inner{margin-top:-52px!important}}@media(max-width:560px){body.premium-theme #page-home .tgv15-hero .tgv5-hero-bg,body.premium-theme .tgv15-hero .tgv5-hero-bg{min-height:360px!important;background-size:auto,auto,auto 100%!important;background-position:center top!important}}:root{--green:#2D6A4F;--green-dark:#1B4332;--green-mid:#3A8A65;--green-glow:rgba(45,106,79,.35);--green-soft:rgba(45,106,79,.12);--gold:#C9A84C;--gold-dim:rgba(201,168,76,.15);--black:#080A0C;--dark:#0E1113;--surface:#141719;--card:#1A1D21;--panel:#242830;--border:rgba(255,255,255,.06);--border-green:rgba(45,106,79,.25);--border-gold:rgba(201,168,76,.2);--text:#EEF0F2;--text-dim:#8A9099;--text-faint:#4A5060;--white:#fff;--radius-sm:8px;--radius:14px;--radius-lg:20px;--radius-xl:28px}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--black);color:var(--text);font-family:'Nunito',system-ui,sans-serif;overflow-x:hidden;line-height:1.6}img{max-width:100%;height:auto;display:block}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:rgba(45,106,79,.35);color:#fff}.ann-banner{position:fixed;top:0;left:0;right:0;z-index:201;height:36px;background:linear-gradient(90deg,#0d1f0f 0%,#1B4332 40%,#0d1f0f 100%);border-bottom:1px solid rgba(45,106,79,.4);overflow:hidden;display:flex;align-items:center}.ann-banner::before,.ann-banner::after{content:'';position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.ann-banner::before{left:0;background:linear-gradient(90deg,#0d1f0f,transparent)}.ann-banner::after{right:0;background:linear-gradient(-90deg,#0d1f0f,transparent)}.ann-track{display:flex;white-space:nowrap;animation:annScroll 28s linear infinite;will-change:transform}.ann-track:hover{animation-play-state:paused}.ann-item{display:inline-flex;align-items:center;gap:10px;padding:0 48px;font-family:'DM Mono',monospace;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.75)}.ann-item strong{color:var(--gold);font-weight:700}.ann-item .ann-dot{width:5px;height:5px;background:var(--green-mid);border-radius:50%;flex-shrink:0}.ann-item .ann-badge{background:var(--gold);color:#080A0C;font-size:9px;font-weight:800;padding:2px 7px;border-radius:100px;letter-spacing:1px}@keyframes annScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}header{position:fixed;top:36px;left:0;right:0;z-index:200;height:68px;background:rgba(8,10,12,.85);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 56px;transition:background .3s}header.scrolled{background:rgba(8,10,12,.96)}.logo-wrap{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}.logo-name{font-family:'Bebas Neue',sans-serif;font-size:26px;letter-spacing:3px;color:#fff;line-height:1}.logo-name span{color:var(--gold)}.logo-tagline{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:2px;color:var(--text-faint);text-transform:uppercase;margin-top:1px}nav{display:flex;align-items:center;gap:4px}nav a{font-size:13px;font-weight:700;letter-spacing:.3px;color:var(--text-dim);text-decoration:none;text-transform:uppercase;padding:6px 12px;border-radius:var(--radius-sm);transition:color .2s,background .2s;position:relative}nav a:hover{color:#fff;background:rgba(255,255,255,.05)}.btn-nav{background:var(--green)!important;color:#fff!important;padding:8px 20px!important;border-radius:var(--radius-sm)!important;box-shadow:0 2px 12px var(--green-glow)!important;margin-left:8px;transition:background .2s,transform .2s,box-shadow .2s!important}.btn-nav:hover{background:var(--green-dark)!important;transform:translateY(-1px)!important}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#fff;padding:14px 32px;border-radius:var(--radius);font-size:14px;font-weight:800;letter-spacing:.3px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 20px var(--green-glow);transition:background .2s,transform .2s,box-shadow .2s;white-space:nowrap}.btn-primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 32px var(--green-glow)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.04);color:var(--text);padding:14px 32px;border-radius:var(--radius);font-size:14px;font-weight:700;text-decoration:none;border:1px solid var(--border);transition:border-color .2s,background .2s,transform .2s;white-space:nowrap}.btn-secondary:hover{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.07);transform:translateY(-2px)}.hero{min-height:100vh;display:flex;align-items:center;padding:140px 56px 80px;gap:80px;position:relative;overflow:hidden}.hero-blob{position:absolute;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:0}.blob-1{width:700px;height:700px;background:rgba(45,106,79,.1);top:-200px;right:-150px}.blob-2{width:500px;height:500px;background:rgba(201,168,76,.06);bottom:-100px;left:-50px}.pokeball-bg{position:absolute;right:-60px;top:50%;transform:translateY(-50%);width:680px;height:680px;opacity:.03;pointer-events:none;animation:slowSpin 90s linear infinite}@keyframes slowSpin{to{transform:translateY(-50%) rotate(360deg)}}.hero-content{position:relative;z-index:2;flex:1;max-width:620px}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(45,106,79,.12);border:1px solid rgba(45,106,79,.3);border-radius:100px;padding:7px 16px;font-family:'DM Mono',monospace;font-size:11px;letter-spacing:2px;color:var(--green-mid);text-transform:uppercase;margin-bottom:24px;animation:fadeUp .6s ease .1s both}.eyebrow-dot{width:6px;height:6px;background:var(--green-mid);border-radius:50%;animation:pulse 2s ease infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.hero h1{font-family:'Bebas Neue',sans-serif;font-size:clamp(58px,7.5vw,110px);line-height:.95;letter-spacing:2px;color:#fff;animation:fadeUp .6s ease .2s both}.hero h1 em{color:var(--green-mid);font-style:normal;display:block}.hero-sub{font-size:17px;color:var(--text-dim);line-height:1.7;margin:20px 0 36px;max-width:480px;animation:fadeUp .6s ease .3s both}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;animation:fadeUp .6s ease .4s both}.hero-stats{display:flex;gap:40px;margin-top:48px;animation:fadeUp .6s ease .5s both;padding-top:32px;border-top:1px solid var(--border)}.hero-stat-num{font-family:'Bebas Neue',sans-serif;font-size:36px;letter-spacing:1px;color:#fff;line-height:1}.hero-stat-num span{color:var(--gold)}.hero-stat-label{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:2px;color:var(--text-faint);text-transform:uppercase;margin-top:4px}.hero-visual{position:relative;z-index:2;flex-shrink:0;perspective:1000px;animation:fadeUp .6s ease .5s both}.hcard-stack{position:relative;width:290px;height:400px}.hcard{position:absolute;width:184px;height:257px;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:14px;transform-style:preserve-3d;transition:transform .4s ease,box-shadow .4s ease;will-change:transform;contain:layout style}.hcard-1{bottom:0;left:0;transform:rotate(-12deg);z-index:1;background:linear-gradient(160deg,#0d1b4b,#1a3a6e);box-shadow:-8px 16px 50px rgba(0,0,0,.8),0 0 0 1px rgba(100,160,255,.15)}.hcard-2{bottom:30px;left:42px;transform:rotate(-2deg);z-index:2;background:linear-gradient(160deg,#3d0a00,#7a1800);box-shadow:0 20px 60px rgba(0,0,0,.9),0 0 0 1px rgba(255,120,40,.2);animation:cardFloat2 5s ease-in-out infinite}.hcard-3{bottom:62px;left:84px;transform:rotate(7deg);z-index:3;background:#1a0a2a;box-shadow:8px 20px 60px rgba(0,0,0,.9),0 0 0 1px rgba(160,80,255,.3);animation:cardFloat3 5s ease-in-out 1.5s infinite}@keyframes cardFloat2{0%,100%{transform:rotate(-2deg) translateY(0)}50%{transform:rotate(-2deg) translateY(-14px)}}@keyframes cardFloat3{0%,100%{transform:rotate(7deg) translateY(0)}50%{transform:rotate(7deg) translateY(-10px)}}.hcard-art{position:absolute;top:0;left:0;right:0;height:68%;display:flex;align-items:center;justify-content:center}.hcard-holo{position:absolute;inset:0;border-radius:18px;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.04) 35%,rgba(255,220,100,.05) 45%,rgba(100,200,255,.05) 55%,rgba(200,100,255,.04) 65%,transparent 75%);animation:holoShimmer 4s ease-in-out infinite alternate;pointer-events:none}@keyframes holoShimmer{0%{opacity:.5}100%{opacity:1}}.hcard::before{content:'';position:absolute;inset:0;border-radius:18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12);pointer-events:none}.hcard-info{position:relative;z-index:2;width:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(12px);border-radius:10px;padding:10px 12px}.hcard-name{font-size:13px;font-weight:800;color:#fff}.hcard-footer{display:flex;align-items:center;justify-content:space-between;margin-top:3px}.hcard-rarity{font-family:'DM Mono',monospace;font-size:8px;letter-spacing:2px;color:var(--gold);text-transform:uppercase}.hcard-hp{font-family:'DM Mono',monospace;font-size:9px;color:rgba(255,255,255,.35)}#loader{position:fixed;inset:0;background:var(--black);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;transition:opacity .5s ease,visibility .5s ease}#loader.fade-out{opacity:0;visibility:hidden;pointer-events:none;will-change:opacity}.pokeball{width:120px;height:120px;position:relative}.pb-top{position:absolute;top:0;left:0;width:100%;height:50%;background:var(--green);border-radius:120px 120px 0 0;transform-origin:bottom center;transition:transform .5s cubic-bezier(.34,1.56,.64,1)}.pb-top-shine{position:absolute;top:16%;left:22%;width:28%;height:22%;background:rgba(255,255,255,.15);border-radius:50%;transform:rotate(-30deg)}.pb-bottom{position:absolute;bottom:0;left:0;width:100%;height:50%;background:var(--card);border-radius:0 0 120px 120px}.pb-band{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:10px;background:var(--surface);z-index:2}.pb-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:26px;height:26px;background:var(--text-dim);border-radius:50%;border:3px solid var(--surface);z-index:3;box-shadow:0 0 0 3px var(--panel);transition:background .3s,box-shadow .3s}.pb-flash{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.5) 0%,transparent 70%);z-index:1;opacity:0}.pokeball.opening .pb-top{transform:rotate(-55deg) translateY(-8px)}.pokeball.opening .pb-btn{background:var(--gold);box-shadow:0 0 20px rgba(201,168,76,.8),0 0 0 3px var(--panel)}.pokeball.opening .pb-flash{animation:flashExpand .5s ease forwards}@keyframes flashExpand{0%{transform:translate(-50%,-50%) scale(0);opacity:1}100%{transform:translate(-50%,-50%) scale(3);opacity:0}}.loader-name{font-family:'Bebas Neue',sans-serif;font-size:44px;letter-spacing:6px;color:#fff;opacity:0;animation:fadeUp .3s ease .05s both}.loader-name span{color:var(--gold)}.loader-sub{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:4px;color:var(--text-faint);text-transform:uppercase;opacity:0;animation:fadeUp .3s ease .1s both;margin-top:-8px}.loader-bar-wrap{width:160px;height:2px;background:rgba(255,255,255,.06);border-radius:2px;overflow:hidden;opacity:0;animation:fadeUp .3s ease .15s both}.loader-bar{height:100%;width:0%;background:linear-gradient(90deg,var(--green),var(--gold));animation:loadProg 1s ease .1s forwards}@keyframes loadProg{0%{width:0}60%{width:70%}90%{width:95%}100%{width:100%}}@keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:6px;border-radius:var(--radius-sm);transition:background .2s;z-index:301;flex-shrink:0}.hamburger:hover{background:rgba(255,255,255,.06)}.hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .3s,opacity .3s,width .3s;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;width:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{position:fixed;top:104px;left:0;right:0;bottom:0;background:rgba(8,10,12,.97);backdrop-filter:blur(20px);z-index:299;flex-direction:column;padding:28px 24px;overflow-y:auto;display:none}.mobile-nav.open{display:flex}.mobile-nav a{font-size:22px;font-weight:800;color:var(--text-dim);text-decoration:none;font-family:'Bebas Neue',sans-serif;letter-spacing:2px;text-transform:uppercase;padding:15px 0;border-bottom:1px solid var(--border);transition:color .2s,padding-left .2s;display:flex;align-items:center;gap:10px}.mobile-nav a:hover{color:#fff;padding-left:8px}.mobile-nav .mobile-nav-cta{margin-top:20px;background:var(--green);color:#fff!important;border-radius:var(--radius);padding:16px 24px!important;font-size:18px;justify-content:center;border-bottom:none!important;box-shadow:0 4px 20px var(--green-glow)}@media(max-width:1000px){header{padding:0 20px}.hamburger{display:flex}nav a:not(.btn-nav){display:none}nav .btn-nav{display:none}.hero{padding:120px 24px 60px;flex-direction:column;text-align:center;gap:48px}.hero-visual{margin:0 auto}.hero-actions{justify-content:center}.hero-stats{justify-content:center}.ann-banner{height:32px}.ann-item{font-size:10px;padding:0 32px}.mobile-nav{top:100px}}.vault-grid.vault-grouped{display:block!important}.vault-product-group{margin:0 0 34px;padding:22px;border-radius:34px;background:radial-gradient(circle at 8% 10%,rgba(212,176,106,.13),transparent 28%),radial-gradient(circle at 96% 18%,rgba(91,30,45,.08),transparent 30%),linear-gradient(180deg,rgba(250,246,239,.88),rgba(238,227,211,.72));border:1px solid rgba(91,30,45,.10);box-shadow:0 18px 46px rgba(22,19,17,.055);position:relative;overflow:hidden}.vault-product-group:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.52;background:linear-gradient(135deg,transparent 0 18%,rgba(212,176,106,.055) 18.5%,transparent 19%) 0 0/38px 38px,radial-gradient(circle at 92% 16%,rgba(91,30,45,.10) 0 2px,transparent 3px),radial-gradient(circle at 88% 23%,rgba(91,30,45,.075) 0 2px,transparent 3px)}.vault-product-group>*{position:relative;z-index:1}.vault-group-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 18px;padding:0 2px 18px;border-bottom:1px solid rgba(91,30,45,.11)}.vault-group-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:9px;font:850 10px/1 "DM Mono",monospace;letter-spacing:.18em;text-transform:uppercase;color:#5B1E2D}.vault-group-kicker:before{content:"";width:20px;height:2px;border-radius:99px;background:#D4B06A}.vault-group-head h3{margin:0;font-family:"Bebas Neue",sans-serif;font-size:clamp(34px,5vw,54px);line-height:.94;letter-spacing:.045em;color:#302018}.vault-group-head p{margin:8px 0 0;max-width:760px;color:#655044;line-height:1.65;font-size:15px}.vault-group-count{flex:0 0 auto;border:1px solid rgba(91,30,45,.13);background:rgba(255,255,255,.58);color:#5B1E2D;border-radius:999px;padding:11px 14px;font:850 11px/1 "DM Mono",monospace;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.vault-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.vault-product-group.is-hidden{display:none!important}.vault-product-group[data-product-group="tcg"]{background:radial-gradient(circle at 8% 12%,rgba(212,176,106,.15),transparent 30%),radial-gradient(circle at 94% 14%,rgba(91,30,45,.11),transparent 30%),linear-gradient(180deg,rgba(251,246,239,.94),rgba(236,224,207,.78))}@media(max-width:1100px){.vault-product-grid{grid-template-columns:repeat(3,1fr)}.vault-product-group{padding:18px}.vault-group-head{align-items:flex-start;flex-direction:column}}@media(max-width:760px){.vault-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.vault-product-group{padding:15px;border-radius:26px;margin-bottom:24px}.vault-group-head{gap:12px;margin-bottom:14px;padding-bottom:14px}.vault-group-head h3{font-size:34px}.vault-group-head p{font-size:14px}.vault-group-count{font-size:10px;width:100%;text-align:center}}@media(max-width:480px){.vault-product-grid{grid-template-columns:1fr}}.vault-product-group[data-product-group="pokebaby"] .vault-group-count{color:#5B1E2D;background:linear-gradient(135deg,rgba(244,235,221,.96),rgba(212,176,106,.18));border-color:rgba(91,30,45,.18)}.vault-subgroup-title{grid-column:1/-1;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:22px 0 4px;padding:16px 18px;border-radius:22px;border:1px solid rgba(91,30,45,.14);background:linear-gradient(135deg,rgba(244,235,221,.94),rgba(220,203,181,.54));box-shadow:0 14px 36px rgba(22,19,17,.07)}.vault-subgroup-title span{font-family:Georgia,'Times New Roman',serif;color:#5B1E2D;font-size:clamp(1.15rem,2vw,1.55rem);font-weight:800;letter-spacing:.01em}.vault-subgroup-title small{max-width:520px;color:#6a5043;font-size:.88rem;line-height:1.55;text-align:right}.vault-card[data-availability="available"] .vault-badge{background:rgba(244,235,221,.94);color:#5B1E2D;border:1px solid rgba(212,176,106,.55);box-shadow:0 10px 28px rgba(22,19,17,.12)}.vault-card[data-availability="available"] .vault-card-body h3{color:#4d1a28}@media (max-width:720px){.vault-subgroup-title{align-items:flex-start;flex-direction:column;margin-top:18px}.vault-subgroup-title small{text-align:left;max-width:none}}.vault-product-group[data-product-group="custom"] .vault-group-head,.vault-product-group[data-product-group="tcg-new"] .vault-group-head{background:linear-gradient(135deg,rgba(244,235,221,.96),rgba(220,203,181,.78)) !important;border:1px solid rgba(148,94,74,.22) !important;box-shadow:0 18px 48px rgba(63,31,25,.10) !important}.vault-product-group[data-product-group="custom"] .vault-group-kicker,.vault-product-group[data-product-group="tcg-new"] .vault-group-kicker{color:#8B2D42 !important}.vault-card[data-availability="available"] .vault-badge{background:rgba(91,30,45,.92) !important;color:#fff4e6 !important;border-color:rgba(212,176,106,.35) !important}.vault-card[data-category="custom"] .vault-sub{color:#6a4d3f !important}.vault-filter[data-filter="custom"]{border-color:rgba(139,45,66,.28) !important}.vault-page .vault-hero.vault-hero-v57{display:block!important}.vault-page .vault-hero.vault-hero-v57>*{max-width:min(640px,58%)!important}.vault-page .vault-hero.vault-hero-v57 h1{max-width:min(690px,62%)!important;margin-bottom:18px!important}.vault-hero-copy{display:grid;gap:10px;margin:0 0 16px!important}.vault-page .vault-hero.vault-hero-v57 .vault-hero-copy p{margin:0!important;max-width:620px!important;color:#3f2c24!important;font-size:clamp(15.5px,1.25vw,17px)!important;line-height:1.72!important;font-weight:650!important}.vault-price-strip{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:12px 0 4px!important;max-width:620px!important}.vault-price-strip span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:rgba(255,251,245,.78);border:1px solid rgba(91,30,45,.13);box-shadow:0 10px 24px rgba(22,19,17,.055);color:#60483d;font:800 11px/1.1 'DM Mono',monospace;letter-spacing:.55px;text-transform:uppercase;white-space:nowrap}.vault-price-strip strong{color:#5B1E2D;font-weight:950}.vault-page .vault-hero.vault-hero-v57 .vault-hero-actions{margin-top:22px!important}@media(max-width:980px){.vault-page .vault-hero.vault-hero-v57>*,.vault-page .vault-hero.vault-hero-v57 h1{max-width:100%!important}.vault-page .vault-hero.vault-hero-v57::after{opacity:.18!important;width:min(46%,330px)!important}}@media(max-width:640px){.vault-page .vault-hero.vault-hero-v57 .vault-hero-copy p{font-size:15px!important;line-height:1.68!important}.vault-price-strip{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}.vault-price-strip span{justify-content:space-between;width:100%;white-space:normal}}.brand-mark-full{width:46px!important;max-width:46px!important;height:auto!important;aspect-ratio:512/464;object-fit:contain!important}.footer-brand-full{width:160px!important;max-width:70vw!important;height:auto!important;aspect-ratio:512/464;object-fit:contain!important}#hsNav button{min-width:40px!important;min-height:40px!important;touch-action:manipulation}#hsDots button{min-width:34px!important;min-height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}#hsDots button span{display:block;width:10px;height:10px;border-radius:999px}@media(max-width:760px){.brand-mark-full{width:42px!important;max-width:42px!important}.footer-brand-full{width:140px!important}}@keyframes petalSway{0%,100%{transform:translateX(0)}50%{transform:translateX(18px)}}@keyframes tgv7PetalSway{0%,100%{transform:translateX(0)}50%{transform:translateX(18px)}}#loader .loader-bar{will-change:transform}