.Navbar-module__cJzEcG__nav{width:100%}.Navbar-module__cJzEcG__navInner{justify-content:space-between;align-items:center;gap:24px;display:flex}.Navbar-module__cJzEcG__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoMark{font-size:24px}.Navbar-module__cJzEcG__logoText{color:var(--gold-primary);letter-spacing:.02em;font-family:Playfair Display,Noto Serif Thai,serif;font-size:16px;font-weight:600}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:32px;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--text-secondary);letter-spacing:.02em;transition:color var(--duration-base) var(--ease-out);font-family:Inter,sans-serif;font-size:14px;font-weight:400;text-decoration:none;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--gold-primary);height:1px;transition:transform var(--duration-base) var(--ease-out);position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.Navbar-module__cJzEcG__navLink:hover{color:var(--gold-primary)}.Navbar-module__cJzEcG__navLink:hover:after{transform:scaleX(1)}.Navbar-module__cJzEcG__ctaBtn{flex-shrink:0;padding:10px 20px!important;font-size:13px!important}.Navbar-module__cJzEcG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cJzEcG__bar{background:var(--text-secondary);width:24px;height:2px;transition:all var(--duration-base) var(--ease-out);border-radius:2px;display:block}.Navbar-module__cJzEcG__mobileMenu{border-top:1px solid var(--border-subtle);flex-direction:column;gap:8px;margin-top:12px;padding:16px 0;display:none}.Navbar-module__cJzEcG__mobileLink{color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);transition:color var(--duration-base) var(--ease-out);padding:8px 0;font-size:15px}.Navbar-module__cJzEcG__mobileLink:last-child{border-bottom:none}.Navbar-module__cJzEcG__mobileLink:hover{color:var(--gold-primary)}@media (max-width:900px){.Navbar-module__cJzEcG__navLinks{gap:20px}}@media (max-width:640px){.Navbar-module__cJzEcG__navLinks{display:none}.Navbar-module__cJzEcG__ctaBtn{display:none!important}.Navbar-module__cJzEcG__hamburger,.Navbar-module__cJzEcG__mobileMenu{display:flex}}
.HeroSection-module__sBkrQG__hero{background:var(--bg-base);flex-direction:column;justify-content:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__heroBg{z-index:0;position:absolute;inset:0}.HeroSection-module__sBkrQG__networkSvg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.HeroSection-module__sBkrQG__networkLine{stroke-dasharray:400;stroke-dashoffset:400px;animation:2s ease-out forwards HeroSection-module__sBkrQG__drawLine}.HeroSection-module__sBkrQG__networkLine:first-child{animation-delay:.2s}.HeroSection-module__sBkrQG__networkLine:nth-child(2){animation-delay:.4s}.HeroSection-module__sBkrQG__networkLine:nth-child(3){animation-delay:.6s}.HeroSection-module__sBkrQG__networkLine:nth-child(4){animation-delay:.8s}.HeroSection-module__sBkrQG__networkLine:nth-child(5){animation-delay:1s}.HeroSection-module__sBkrQG__networkLine:nth-child(6){animation-delay:1.2s}.HeroSection-module__sBkrQG__networkLine:nth-child(7){animation-delay:1.4s}@keyframes HeroSection-module__sBkrQG__drawLine{to{stroke-dashoffset:0}}.HeroSection-module__sBkrQG__node{animation:4s ease-in-out infinite HeroSection-module__sBkrQG__nodePulse}@keyframes HeroSection-module__sBkrQG__nodePulse{0%,to{r:6;opacity:.6}50%{r:8;opacity:1}}.HeroSection-module__sBkrQG__overlay{z-index:1;background:linear-gradient(#0a0a0f99 0%,#0a0a0fbf 50%,#0a0a0ff2 100%);position:absolute;inset:0}.HeroSection-module__sBkrQG__content{z-index:2;text-align:center;max-width:800px;margin:0 auto;padding:120px 0 80px;position:relative}.HeroSection-module__sBkrQG__eyebrow{letter-spacing:.25em;margin-bottom:24px;font-size:12px;display:inline-block}.HeroSection-module__sBkrQG__headline{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:28px;font-family:Playfair Display,Noto Serif Thai,serif;font-size:clamp(40px,6vw,72px);font-weight:700;line-height:1.15}.HeroSection-module__sBkrQG__headlineGold{background:linear-gradient(135deg,#c9a84c,#f0a500,#c9a84c) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite HeroSection-module__sBkrQG__shimmerGold}@keyframes HeroSection-module__sBkrQG__shimmerGold{0%{background-position:0%}to{background-position:200%}}.HeroSection-module__sBkrQG__subheadline{color:var(--text-secondary);margin-bottom:48px;font-family:Inter,Noto Sans Thai,sans-serif;font-size:clamp(16px,2vw,20px);font-weight:300;line-height:1.8}.HeroSection-module__sBkrQG__ctaRow{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.HeroSection-module__sBkrQG__scrollIndicator{z-index:2;cursor:pointer;animation:2s ease-in-out infinite HeroSection-module__sBkrQG__scrollBounce;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}@media (max-width:640px){.HeroSection-module__sBkrQG__headline{font-size:36px}.HeroSection-module__sBkrQG__subheadline{font-size:16px}.HeroSection-module__sBkrQG__ctaRow{flex-direction:column;align-items:center}}
.IdentitySection-module___SqgIq__section{background:var(--bg-section-alt);padding:var(--section-py) 0;overflow:hidden}.IdentitySection-module___SqgIq__grid{grid-template-columns:5fr 6fr;align-items:center;gap:64px;display:grid}.IdentitySection-module___SqgIq__fadeIn{opacity:0;filter:blur(4px);transition:opacity .6s var(--ease-out), transform .6s var(--ease-out), filter .6s var(--ease-out);transform:translateY(30px)}.IdentitySection-module___SqgIq__fadeInRight{opacity:0;transition:opacity .6s var(--ease-out) .2s, transform .6s var(--ease-out) .2s;transform:translate(30px)}.IdentitySection-module___SqgIq__visible .IdentitySection-module___SqgIq__fadeIn,.IdentitySection-module___SqgIq__visible .IdentitySection-module___SqgIq__fadeInRight{opacity:1;filter:none;transform:none}.IdentitySection-module___SqgIq__quote{color:var(--text-primary);border-left:3px solid var(--gold-primary);margin:20px 0 40px;padding-left:20px;font-family:Playfair Display,Noto Serif Thai,serif;font-size:clamp(22px,2.5vw,32px);font-style:italic;font-weight:400;line-height:1.7}.IdentitySection-module___SqgIq__pillars{flex-direction:column;gap:24px;display:flex}.IdentitySection-module___SqgIq__pillar{background:var(--bg-surface);border:1px solid var(--border-gold);border-radius:var(--radius-md);transition:transform var(--duration-slow) var(--ease-out), box-shadow var(--duration-slow) var(--ease-out);align-items:flex-start;gap:16px;padding:20px;display:flex}.IdentitySection-module___SqgIq__pillar:hover{box-shadow:0 4px 24px var(--glow-gold);transform:translate(4px)}.IdentitySection-module___SqgIq__pillarIcon{flex-shrink:0;margin-top:2px;font-size:28px}.IdentitySection-module___SqgIq__pillarTitle{color:var(--gold-primary);margin-bottom:4px;font-family:Inter,sans-serif;font-size:15px;font-weight:600}.IdentitySection-module___SqgIq__pillarDesc{color:var(--text-secondary);font-size:14px;line-height:1.6}.IdentitySection-module___SqgIq__visualCol{justify-content:center;align-items:center;display:flex}.IdentitySection-module___SqgIq__mapContainer{aspect-ratio:1;width:100%;max-width:420px;position:relative}.IdentitySection-module___SqgIq__mapSvg{filter:drop-shadow(0 0 30px #c9a84c14);width:100%;height:100%}.IdentitySection-module___SqgIq__mapPath{stroke-dasharray:400;stroke-dashoffset:400px;animation:2s ease-out forwards IdentitySection-module___SqgIq__drawPath}@keyframes IdentitySection-module___SqgIq__drawPath{to{stroke-dashoffset:0}}.IdentitySection-module___SqgIq__centerNode{animation:3s ease-in-out infinite IdentitySection-module___SqgIq__nodePulse}.IdentitySection-module___SqgIq__outerNode{animation:4s ease-in-out infinite IdentitySection-module___SqgIq__nodePulse}@keyframes IdentitySection-module___SqgIq__nodePulse{0%,to{opacity:.7}50%{opacity:1}}@media (max-width:900px){.IdentitySection-module___SqgIq__grid{grid-template-columns:1fr;gap:48px}.IdentitySection-module___SqgIq__visualCol{display:none}}
.CategoriesSection-module__ghEHYa__section{background:var(--bg-base);padding:var(--section-py) 0}.CategoriesSection-module__ghEHYa__header{text-align:center;max-width:600px;margin:0 auto 60px}.CategoriesSection-module__ghEHYa__title{color:var(--text-primary);margin:16px 0;font-family:Playfair Display,Noto Serif Thai,serif;font-size:clamp(28px,3.5vw,44px);font-weight:700;line-height:1.3}.CategoriesSection-module__ghEHYa__lead{color:var(--text-secondary);font-size:18px;line-height:1.7}.CategoriesSection-module__ghEHYa__grid{gap:var(--grid-gap);grid-template-columns:repeat(4,1fr);display:grid}.CategoriesSection-module__ghEHYa__card{cursor:pointer;flex-direction:column;display:flex;position:relative;overflow:hidden;padding:28px!important}.CategoriesSection-module__ghEHYa__card:before{content:"";opacity:0;transition:opacity var(--duration-slow) var(--ease-out);background:radial-gradient(circle at 0 0,#c9a84c0a 0%,#0000 60%);position:absolute;inset:0}.CategoriesSection-module__ghEHYa__card:hover:before{opacity:1}.CategoriesSection-module__ghEHYa__cardIcon{transition:transform var(--duration-slow) var(--ease-elastic);margin-bottom:16px;font-size:40px}.CategoriesSection-module__ghEHYa__card:hover .CategoriesSection-module__ghEHYa__cardIcon{transform:scale(1.1)}.CategoriesSection-module__ghEHYa__cardTitle{color:var(--text-primary);margin-bottom:6px;font-family:Playfair Display,Noto Serif Thai,serif;font-size:19px;font-weight:600;line-height:1.4}.CategoriesSection-module__ghEHYa__cardEn{color:var(--gold-muted);letter-spacing:.05em;font-family:Courier New,monospace;font-size:11px}.CategoriesSection-module__ghEHYa__cardDivider{background:var(--gold-muted);width:40px;height:1px;margin:16px 0}.CategoriesSection-module__ghEHYa__cardDesc{color:var(--text-secondary);flex:1;margin-bottom:20px;font-size:13.5px;line-height:1.7}.CategoriesSection-module__ghEHYa__cardLink{color:var(--gold-primary);letter-spacing:.05em;transition:color var(--duration-base) var(--ease-out);align-items:center;gap:4px;font-family:Courier New,monospace;font-size:13px;display:inline-flex}.CategoriesSection-module__ghEHYa__cardLink:hover{color:var(--gold-bright)}@media (max-width:1100px){.CategoriesSection-module__ghEHYa__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.CategoriesSection-module__ghEHYa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.CategoriesSection-module__ghEHYa__grid{grid-template-columns:1fr}}
.VideosSection-module__PnhW9G__section{background:var(--bg-surface);padding:var(--section-py) 0}.VideosSection-module__PnhW9G__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:48px;display:flex}.VideosSection-module__PnhW9G__title{color:var(--text-primary);margin-top:10px;font-family:Playfair Display,Noto Serif Thai,serif;font-size:clamp(28px,3vw,40px);font-weight:700}.VideosSection-module__PnhW9G__seeAll{color:var(--gold-primary);letter-spacing:.05em;transition:color var(--duration-base) var(--ease-out);flex-shrink:0;font-family:Courier New,monospace;font-size:13px}.VideosSection-module__PnhW9G__seeAll:hover{color:var(--gold-bright)}.VideosSection-module__PnhW9G__grid{gap:var(--grid-gap);grid-template-columns:1.2fr 1fr 1fr;align-items:start;display:grid}.VideosSection-module__PnhW9G__videoCard{background:var(--bg-base);border:1px solid var(--border-gold);border-radius:var(--radius-md);cursor:pointer;transition:transform var(--duration-slow) var(--ease-out), box-shadow var(--duration-slow) var(--ease-out), border-color var(--duration-slow) var(--ease-out);overflow:hidden}.VideosSection-module__PnhW9G__videoCard:hover{border-color:#c9a84c66;transform:translateY(-4px);box-shadow:0 16px 48px #c9a84c26}.VideosSection-module__PnhW9G__thumbWrapper{aspect-ratio:16/9;position:relative;overflow:hidden}.VideosSection-module__PnhW9G__thumb{width:100%;height:100%;position:relative}.VideosSection-module__PnhW9G__thumbBg{transition:filter var(--duration-slow) var(--ease-out);background:linear-gradient(135deg,#1a1a2e 0%,#0a0a1a 50%,#0e0e16 100%);position:absolute;inset:0}.VideosSection-module__PnhW9G__videoCard:hover .VideosSection-module__PnhW9G__thumbBg{filter:brightness(.7)}.VideosSection-module__PnhW9G__thumbOverlay{position:absolute;bottom:12px;left:12px}.VideosSection-module__PnhW9G__categoryBadge{letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius-pill);padding:4px 10px;font-family:Courier New,monospace;font-size:10px;font-weight:600}.VideosSection-module__PnhW9G__playBtn{border:1.5px solid var(--gold-primary);width:56px;height:56px;color:var(--gold-primary);opacity:0;transition:opacity var(--duration-base) var(--ease-out), transform var(--duration-base) var(--ease-out);background:#0a0a0fbf;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.VideosSection-module__PnhW9G__playBtn.VideosSection-module__PnhW9G__visible{opacity:1;transform:translate(-50%,-50%)scale(1.05)}.VideosSection-module__PnhW9G__cardBody{padding:20px}.VideosSection-module__PnhW9G__cardTitle{color:var(--text-primary);-webkit-line-clamp:2;transition:color var(--duration-base) var(--ease-out);-webkit-box-orient:vertical;margin-bottom:10px;font-family:Playfair Display,Noto Serif Thai,serif;font-size:17px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.VideosSection-module__PnhW9G__videoCard:hover .VideosSection-module__PnhW9G__cardTitle{color:var(--gold-pale)}.VideosSection-module__PnhW9G__cardDesc{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:16px;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.VideosSection-module__PnhW9G__cardMeta{color:var(--text-muted);align-items:center;gap:8px;font-family:Courier New,monospace;font-size:12px;display:flex}.VideosSection-module__PnhW9G__metaItem{align-items:center;gap:4px;display:flex}.VideosSection-module__PnhW9G__dot{color:var(--text-muted)}.VideosSection-module__PnhW9G__featured .VideosSection-module__PnhW9G__cardTitle{-webkit-line-clamp:3;font-size:20px}.VideosSection-module__PnhW9G__seeAllRow{justify-content:center;margin-top:48px;display:flex}@media (max-width:900px){.VideosSection-module__PnhW9G__grid{grid-template-columns:1fr}}
.MethodSection-module__an7DZG__section{background:var(--bg-base);padding:var(--section-py) 0}.MethodSection-module__an7DZG__header{text-align:center;max-width:640px;margin:0 auto 80px}.MethodSection-module__an7DZG__title{color:var(--text-primary);margin:16px 0;font-family:Playfair Display,Noto Serif Thai,serif;font-size:clamp(28px,3vw,42px);font-weight:700}.MethodSection-module__an7DZG__lead{color:var(--text-secondary);font-size:18px;line-height:1.7}.MethodSection-module__an7DZG__steps{flex-direction:column;gap:80px;max-width:1000px;margin:0 auto;display:flex}.MethodSection-module__an7DZG__step{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.MethodSection-module__an7DZG__stepFlip{direction:rtl}.MethodSection-module__an7DZG__stepFlip>*{direction:ltr}.MethodSection-module__an7DZG__stepNum{color:var(--gold-primary);letter-spacing:.1em;margin-bottom:16px;font-family:Courier New,monospace;font-size:13px;display:block}.MethodSection-module__an7DZG__stepTitle{color:var(--text-primary);margin-bottom:20px;font-family:Playfair Display,Noto Serif Thai,serif;font-size:clamp(24px,2.5vw,32px);font-weight:700;line-height:1.3}.MethodSection-module__an7DZG__stepBody{color:var(--text-secondary);margin-bottom:20px;font-size:16px;line-height:1.8}.MethodSection-module__an7DZG__stepQuote{color:var(--text-muted);border-left:2px solid var(--gold-muted);margin-top:16px;padding-left:16px;font-family:Playfair Display,serif;font-size:15px;font-style:italic}.MethodSection-module__an7DZG__checklist{flex-direction:column;gap:16px;margin-top:8px;list-style:none;display:flex}.MethodSection-module__an7DZG__checkItem{color:var(--text-secondary);background:var(--bg-surface);border:1px solid var(--border-gold);border-radius:var(--radius-md);transition:transform var(--duration-slow) var(--ease-out);align-items:flex-start;gap:12px;padding:14px 16px;font-size:15px;line-height:1.5;display:flex}.MethodSection-module__an7DZG__checkItem:hover{transform:translate(4px)}.MethodSection-module__an7DZG__checkmark{color:var(--gold-primary);flex-shrink:0;margin-top:-1px;font-size:18px;font-weight:700}.MethodSection-module__an7DZG__stepVisual{justify-content:center;align-items:center;display:flex}.MethodSection-module__an7DZG__visualBox{aspect-ratio:1;background:var(--bg-surface);border:1px solid var(--border-gold);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:100%;max-width:380px;display:flex;box-shadow:0 0 40px #c9a84c0d}@media (max-width:900px){.MethodSection-module__an7DZG__step,.MethodSection-module__an7DZG__stepFlip{direction:ltr;grid-template-columns:1fr;gap:32px}.MethodSection-module__an7DZG__stepFlip>*{direction:ltr}.MethodSection-module__an7DZG__visualBox{aspect-ratio:auto;max-width:300px;min-height:200px}}
.SocialProofSection-module__FF0R9W__section{background:var(--bg-surface);padding:var(--section-py) 0}.SocialProofSection-module__FF0R9W__statsHeader{text-align:center;margin-bottom:48px}.SocialProofSection-module__FF0R9W__statsRow{text-align:center;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:72px;display:grid}.SocialProofSection-module__FF0R9W__statItem{background:var(--bg-base);border:1px solid var(--border-gold);border-radius:var(--radius-md);transition:transform var(--duration-slow) var(--ease-out), box-shadow var(--duration-slow) var(--ease-out);flex-direction:column;align-items:center;gap:8px;padding:32px 16px;display:flex}.SocialProofSection-module__FF0R9W__statItem:hover{box-shadow:0 8px 32px var(--glow-gold-strong);transform:translateY(-4px)}.SocialProofSection-module__FF0R9W__statNum{color:var(--gold-primary);letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:clamp(36px,4vw,56px);font-weight:700;line-height:1}.SocialProofSection-module__FF0R9W__statLabelTh{color:var(--text-secondary);margin-top:4px;font-family:Noto Sans Thai,sans-serif;font-size:15px}.SocialProofSection-module__FF0R9W__statLabelEn{color:var(--gold-muted);letter-spacing:.12em;text-transform:uppercase;font-family:Courier New,monospace;font-size:10px}.SocialProofSection-module__FF0R9W__divider{background:var(--gold-muted);opacity:.4;width:80px;height:1px;margin:0 auto 64px}.SocialProofSection-module__FF0R9W__testHeader{text-align:center;margin-bottom:40px}.SocialProofSection-module__FF0R9W__testimonials{gap:var(--grid-gap);grid-template-columns:repeat(3,1fr);display:grid}.SocialProofSection-module__FF0R9W__testCard{transition:transform var(--duration-slow) var(--ease-out);padding:32px;position:relative;overflow:hidden}.SocialProofSection-module__FF0R9W__testCard:hover{transform:translateY(-4px)}.SocialProofSection-module__FF0R9W__quoteDecor{color:var(--gold-muted);opacity:.15;pointer-events:none;font-family:Playfair Display,serif;font-size:100px;line-height:1;position:absolute;top:-10px;left:20px}.SocialProofSection-module__FF0R9W__testQuote{color:var(--text-primary);z-index:1;margin-bottom:24px;font-family:Noto Serif Thai,Playfair Display,serif;font-size:15px;line-height:1.9;position:relative}.SocialProofSection-module__FF0R9W__testAttrib{align-items:center;gap:12px;display:flex}.SocialProofSection-module__FF0R9W__avatar{border:1.5px solid var(--gold-primary);width:40px;height:40px;color:var(--gold-primary);background:linear-gradient(135deg,#c9a84c40,#f0a50030);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Noto Serif Thai,serif;font-size:16px;font-weight:600;display:flex}.SocialProofSection-module__FF0R9W__testName{color:var(--text-primary);font-size:14px;font-weight:600}.SocialProofSection-module__FF0R9W__testMeta{color:var(--text-muted);margin-top:3px;font-family:Courier New,monospace;font-size:11px}.SocialProofSection-module__FF0R9W__stars{flex-shrink:0;margin-left:auto;font-size:13px}@media (max-width:900px){.SocialProofSection-module__FF0R9W__statsRow{grid-template-columns:repeat(2,1fr)}.SocialProofSection-module__FF0R9W__testimonials{grid-template-columns:1fr}}@media (max-width:640px){.SocialProofSection-module__FF0R9W__statsRow{grid-template-columns:1fr 1fr;gap:16px}}
.SubscribeSection-module__rGTbha__section{background:var(--bg-base);padding:var(--section-py) 0;border-top:1px solid var(--border-gold);border-bottom:1px solid var(--border-gold);position:relative;overflow:hidden}.SubscribeSection-module__rGTbha__glow{pointer-events:none;background:radial-gradient(circle,#c9a84c0d 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SubscribeSection-module__rGTbha__content{text-align:center;z-index:1;max-width:640px;margin:0 auto;position:relative}.SubscribeSection-module__rGTbha__lineDecor{background:var(--gold-primary);opacity:.5;width:60px;height:1px;margin:0 auto 40px}.SubscribeSection-module__rGTbha__title{color:var(--text-primary);margin:20px 0;font-family:Playfair Display,Noto Serif Thai,serif;font-size:clamp(30px,4vw,48px);font-weight:700;line-height:1.25}.SubscribeSection-module__rGTbha__titleGold{background:linear-gradient(135deg,#c9a84c,#f0a500,#c9a84c) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite SubscribeSection-module__rGTbha__shimmer}@keyframes SubscribeSection-module__rGTbha__shimmer{0%{background-position:0%}to{background-position:200%}}.SubscribeSection-module__rGTbha__lead{color:var(--text-secondary);margin-bottom:40px;font-size:18px;line-height:1.8}.SubscribeSection-module__rGTbha__emailForm{gap:12px;max-width:480px;margin:0 auto 12px;display:flex}.SubscribeSection-module__rGTbha__emailInput{border:1px solid var(--border-gold);border-radius:var(--radius-md);color:var(--text-primary);transition:border-color var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);background:#f5f0e80d;outline:none;flex:1;padding:14px 20px;font-family:Inter,Noto Sans Thai,sans-serif;font-size:15px}.SubscribeSection-module__rGTbha__emailInput:focus{border-color:var(--gold-primary);box-shadow:0 0 0 3px #c9a84c26}.SubscribeSection-module__rGTbha__emailInput::placeholder{color:var(--text-muted)}.SubscribeSection-module__rGTbha__submitBtn{white-space:nowrap;flex-shrink:0}.SubscribeSection-module__rGTbha__successMsg{color:var(--gold-primary);border:1px solid var(--border-gold);border-radius:var(--radius-md);background:#c9a84c14;max-width:480px;margin:0 auto 12px;padding:14px 24px;font-size:16px}.SubscribeSection-module__rGTbha__helperText{color:var(--text-muted);letter-spacing:.02em;margin-bottom:32px;font-family:Courier New,monospace;font-size:13px}.SubscribeSection-module__rGTbha__or{color:var(--text-muted);letter-spacing:.1em;margin:0 0 32px;font-size:14px}.SubscribeSection-module__rGTbha__ytBtn{color:#fff;border-radius:var(--radius-md);transition:background var(--duration-base) var(--ease-out), transform var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);background:red;align-items:center;gap:10px;margin-bottom:20px;padding:16px 32px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}.SubscribeSection-module__rGTbha__ytBtn:hover{background:#c00;transform:translateY(-2px);box-shadow:0 8px 24px #ff00004d}.SubscribeSection-module__rGTbha__communityCount{color:var(--text-muted);letter-spacing:.02em;margin-bottom:40px;font-family:Courier New,monospace;font-size:14px}@media (max-width:640px){.SubscribeSection-module__rGTbha__emailForm{flex-direction:column}.SubscribeSection-module__rGTbha__submitBtn{justify-content:center;width:100%}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border-gold);background:#080808;padding:60px 0 0}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__logoWrap{align-items:center;gap:10px;display:flex}.Footer-module__S6Hkya__logoIcon{font-size:28px}.Footer-module__S6Hkya__logoText{color:var(--gold-primary);font-family:Playfair Display,Noto Serif Thai,serif;font-size:18px;font-weight:600}.Footer-module__S6Hkya__tagline{color:var(--text-muted);font-family:Noto Sans Thai,sans-serif;font-size:14px}.Footer-module__S6Hkya__socials{gap:16px;margin-top:8px;display:flex}.Footer-module__S6Hkya__socialLink{border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-muted);transition:color var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out);justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialLink:hover{color:var(--gold-primary);border-color:var(--border-gold)}.Footer-module__S6Hkya__madeWith{color:var(--text-muted);letter-spacing:.05em;opacity:.6;margin-top:8px;font-family:Courier New,monospace;font-size:11px}.Footer-module__S6Hkya__linkCol{flex-direction:column;gap:16px;display:flex}.Footer-module__S6Hkya__colTitle{color:var(--gold-primary);letter-spacing:.15em;text-transform:uppercase;font-family:Courier New,monospace;font-size:11px;font-weight:500;display:block}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__S6Hkya__footerLink{color:var(--text-muted);transition:color var(--duration-base) var(--ease-out);font-size:14px;text-decoration:none}.Footer-module__S6Hkya__footerLink:hover{color:var(--gold-primary)}.Footer-module__S6Hkya__miniSubscribe{border-top:1px solid var(--border-subtle);margin-top:8px;padding-top:16px}.Footer-module__S6Hkya__miniSubLabel{color:var(--text-muted);margin-bottom:8px;font-size:12px}.Footer-module__S6Hkya__miniForm{gap:8px;display:flex}.Footer-module__S6Hkya__miniInput{border:1px solid var(--border-gold);border-radius:var(--radius-sm);color:var(--text-primary);background:#f5f0e80a;outline:none;flex:1;padding:8px 12px;font-family:Inter,sans-serif;font-size:13px}.Footer-module__S6Hkya__miniInput::placeholder{color:var(--text-muted)}.Footer-module__S6Hkya__miniInput:focus{border-color:var(--gold-primary)}.Footer-module__S6Hkya__miniBtn{border:1px solid var(--border-gold);border-radius:var(--radius-sm);color:var(--gold-primary);cursor:pointer;transition:background var(--duration-base) var(--ease-out);background:#c9a84c26;padding:8px 14px;font-size:16px}.Footer-module__S6Hkya__miniBtn:hover{background:#c9a84c40}.Footer-module__S6Hkya__bottomBar{border-top:1px solid var(--border-subtle);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:20px 0;font-family:Courier New,monospace;font-size:12px;display:flex}.Footer-module__S6Hkya__legalLinks{align-items:center;gap:8px;display:flex}.Footer-module__S6Hkya__legalLink{color:var(--text-muted);transition:color var(--duration-base) var(--ease-out);text-decoration:none}.Footer-module__S6Hkya__legalLink:hover{color:var(--gold-primary)}.Footer-module__S6Hkya__legalDot{color:var(--text-muted);opacity:.5}@media (max-width:900px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr}.Footer-module__S6Hkya__brandCol{grid-column:1/-1}}@media (max-width:640px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr}.Footer-module__S6Hkya__bottomBar{text-align:center;flex-direction:column}}
