@keyframes rotate{to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.home-pillars{padding:116px 60px;background:var(--home-midnight);position:relative;overflow:hidden}.home-pillars:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--home-gold),transparent)}.home-pillars:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(201,168,76,.5),transparent)}.home-pillars__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:var(--home-width);margin:0 auto}.home-pillar{padding:58px 34px 44px;background:linear-gradient(180deg,#0c081ccc,#0a0716eb);border:1px solid var(--home-border);text-align:center;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-decoration:none;color:inherit;display:block}.home-pillar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(201,168,76,.15),transparent);opacity:0;transition:opacity .5s ease}.home-pillar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(201,168,76,.1) 0%,transparent 100%);opacity:0;transition:opacity .5s ease}.home-pillar:hover:before{opacity:1}.home-pillar:hover:after{opacity:1}.home-pillar:hover{border-color:#c9a84c99;transform:translateY(-8px);background:#2d1b6966;box-shadow:0 15px 50px #c9a84c26}.home-pillar__icon{width:70px;height:70px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(201,168,76,.4);border-radius:50%;font-size:0;position:relative;z-index:1;transition:all .4s ease;background:radial-gradient(circle,rgba(201,168,76,.05),transparent)}.home-pillar__icon:before{display:block;color:var(--home-gold-light);font-size:2rem;line-height:1}.home-pillar:nth-child(1) .home-pillar__icon:before{content:"+"}.home-pillar:nth-child(2) .home-pillar__icon:before{content:"*"}.home-pillar:nth-child(3) .home-pillar__icon:before{content:"o"}.home-pillar:nth-child(4) .home-pillar__icon:before{content:"~"}.home-pillar:hover .home-pillar__icon{border-color:var(--home-gold);box-shadow:0 0 20px #c9a84c66;transform:scale(1.1)}.home-pillar__title{font-family:var(--home-font-serif);font-size:var(--home-font-size-xl);font-weight:400;color:var(--home-gold-light);margin-bottom:16px;transition:color .3s ease}.home-pillar:hover .home-pillar__title{color:var(--home-gold)}.home-pillar__text{font-size:var(--home-font-size-base);color:#ffffff9e;line-height:1.72;font-weight:300}.home-products{padding:120px 60px;background:var(--home-deep);position:relative}.home-products__header{text-align:center;margin-bottom:80px}.home-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:var(--home-width);margin:0 auto}.home-product-card{display:flex;flex-direction:column;background:linear-gradient(180deg,#0c081cd1,#080614f2);border:1px solid var(--home-border);overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;box-shadow:var(--home-shadow-soft);color:inherit;text-decoration:none}.home-product-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(201,168,76,.1),transparent);opacity:0;transition:opacity .5s ease;z-index:1}.home-product-card:hover{transform:translateY(-12px);border-color:#c9a84cb3;box-shadow:0 20px 60px #c9a84c40,0 0 40px #c9a84c26}.home-product-card:hover:before{opacity:1}.home-product-card__image{height:305px;display:flex;align-items:center;justify-content:center;font-size:var(--home-font-size-5xl);position:relative;overflow:hidden;transition:transform .5s ease}.home-product-card:hover .home-product-card__image{transform:scale(1.05)}.home-product-card__image.violet{background:radial-gradient(ellipse at 40% 40%,#6b3fa066,#2d1b69 40%,#0a0612)}.home-product-card__image.teal{background:radial-gradient(ellipse at 60% 30%,#2d64644d,#0d3b3b 40%,#0a0612)}.home-product-card__image.rose{background:radial-gradient(ellipse at 50% 50%,#934b6e66,#3b0d2d 40%,#0a0612)}.home-product-card__image.gold{background:radial-gradient(ellipse at 50% 40%,#c9a84c5c,#5b3e1199 42%,#0a0612)}.home-product-card__image.indigo{background:radial-gradient(ellipse at 45% 35%,#3f51b566,#1a1054 40%,#0a0612)}.home-product-card__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(201,168,76,.2),transparent 70%);transition:opacity .5s ease}.home-product-card:hover .home-product-card__glow{background:radial-gradient(ellipse at center,rgba(201,168,76,.4),transparent 70%)}.home-product-card__info{display:flex;flex:1;flex-direction:column;padding:24px 24px 22px;position:relative;z-index:2}.home-product-card__tag{font-size:var(--home-font-size-sm);letter-spacing:.22em;text-transform:uppercase;color:var(--home-gold);margin-bottom:12px;font-weight:500}.home-product-card__name{font-family:var(--home-font-serif);font-size:2.4rem;font-weight:400;color:var(--home-white);margin-bottom:12px;transition:color .3s ease}.home-product-card:hover .home-product-card__name{color:var(--home-gold-light)}.home-product-card__desc{font-size:var(--home-font-size-base);color:#ffffffa6;line-height:1.75;font-weight:300;margin-bottom:24px}.home-product-card__footer{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-top:18px;border-top:1px solid rgba(201,168,76,.2)}.home-product-card__price{font-family:var(--home-font-serif);font-size:2rem;color:var(--home-gold-light);font-weight:300}.home-product-card__price--placeholder{font-size:var(--home-font-size-xs);letter-spacing:.18em;text-transform:uppercase}.home-community{padding:120px 60px;background:radial-gradient(circle at 12% 18%,rgba(201,168,76,.1) 0%,transparent 28%),linear-gradient(180deg,#080511fa,#0c0818);position:relative}.home-community__inner{max-width:var(--home-width);margin:0 auto}.home-community__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;margin-bottom:44px}.home-community__copy{max-width:64ch}.home-community__description{margin:18px 0 0;color:var(--home-text-soft);font-size:var(--home-font-size-base);line-height:1.75}.home-community__concierge{margin-top:26px;width:fit-content}.home-community__actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}.home-community__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:22px}.home-community__proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:28px}.home-community-proof{padding:24px;border-radius:var(--home-radius-md);background:linear-gradient(180deg,#150e29eb,#0b0818fa);border:1px solid rgba(222,194,122,.12);box-shadow:0 18px 44px #0000002e}.home-community-proof__eyebrow{margin:0 0 12px;color:#dec27ab8;font-size:var(--home-font-size-xs);letter-spacing:.16em;text-transform:uppercase}.home-community-proof__title{margin:0 0 10px;font-family:var(--home-font-serif);font-size:clamp(2rem,2.3vw,2.6rem);color:var(--home-white);line-height:1.1}.home-community-proof__text{margin:0;color:var(--home-text-soft);line-height:1.7}.home-community-card{display:flex;flex-direction:column;min-height:100%;border-radius:var(--home-radius-md);overflow:hidden;text-decoration:none;color:inherit;background:linear-gradient(180deg,#130c24f0,#0a0716);border:1px solid rgba(222,194,122,.12);box-shadow:0 20px 60px #00000038;transition:transform .45s ease,box-shadow .45s ease,border-color .45s ease;position:relative}.home-community-card:hover{transform:translateY(-10px);border-color:#dec27a57;box-shadow:0 24px 70px #c9a84c29}.home-community-card--featured{grid-row:span 2}.home-community-card--embedded.home-community-card--featured{grid-row:auto}.home-community-card__media-wrap{position:relative;min-height:280px;overflow:hidden;background:radial-gradient(circle at 50% 50%,#281c50bf,#0a0612)}.home-community-card__media-wrap--portrait{aspect-ratio:4 / 5}.home-community-card__media-wrap--square{aspect-ratio:1 / 1}.home-community-card__media-wrap--landscape{aspect-ratio:16 / 9}.home-community-card__media-wrap--embed{min-height:0}.home-community-card--embedded .home-community-card__media-wrap--portrait{aspect-ratio:4 / 4.8}.home-community-card--embedded .home-community-card__media-wrap--square{aspect-ratio:1 / 1}.home-community-card--embedded .home-community-card__media-wrap--landscape{aspect-ratio:16 / 10}.home-community-card--featured .home-community-card__media-wrap{min-height:100%}.home-community-card__media{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover}.home-community-card__placeholder{min-height:inherit;display:flex;align-items:center;justify-content:center;color:var(--home-gold-light);letter-spacing:.22em;text-transform:uppercase;font-size:var(--home-font-size-xs)}.home-community-card__embed{display:block;width:100%;height:100%;min-height:inherit;border:0;background:#080512}.home-community-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#07040e14,#07040e3d 38%,#07040ec7)}.home-community-card__chips{position:absolute;top:18px;left:18px;z-index:2;display:flex;gap:10px;flex-wrap:wrap}.home-community-card__chip{padding:8px 12px;border-radius:999px;background:#0a0612b8;border:1px solid rgba(222,194,122,.16);color:var(--home-gold-light);font-size:var(--home-font-size-xs);letter-spacing:.12em;text-transform:uppercase}.home-community-card__chip--video{color:var(--home-white)}.home-community-card__play{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;z-index:2;width:84px;height:84px;border-radius:50%;background:#0a061294;border:1px solid rgba(222,194,122,.34);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home-community-card__play:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-35%,-50%);border-top:13px solid transparent;border-bottom:13px solid transparent;border-left:22px solid var(--home-gold-light)}.home-community-card__content{position:relative;z-index:2;margin-top:-104px;padding:22px 24px 24px;background:linear-gradient(180deg,#0c081800,#0c0818e6 14%,#0c0818)}.home-community-card__topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.home-community-card__handle,.home-community-card__index{margin:0;font-size:var(--home-font-size-xs);letter-spacing:.16em;text-transform:uppercase;color:#dec27ab8}.home-community-card__title{margin:0 0 12px;font-family:var(--home-font-serif);font-size:clamp(2.2rem,2.6vw,3rem);line-height:1.08;color:var(--home-white)}.home-community-card__service{margin:-2px 0 12px;color:var(--home-gold-light);font-size:var(--home-font-size-sm);letter-spacing:.12em;text-transform:uppercase}.home-community-card__quote{margin:0 0 14px;padding-left:16px;border-left:1px solid rgba(222,194,122,.4);color:#ffffffe0;font-family:var(--home-font-serif);font-size:var(--home-font-size-lg);line-height:1.55}.home-community-card__caption{margin:0;color:var(--home-text-soft);line-height:1.72}.home-community-card__link{display:inline-flex;margin-top:18px;color:var(--home-gold-light);letter-spacing:.16em;text-transform:uppercase;font-size:var(--home-font-size-xs);text-decoration:none}.home-community__testimonies{margin-top:28px;padding:30px;border-radius:var(--home-radius-lg);border:1px solid rgba(222,194,122,.14);background:linear-gradient(180deg,#120c24eb,#0a0716fa);box-shadow:0 18px 46px #0003}.home-community__testimonies-title{margin:0 0 12px;font-family:var(--home-font-serif);font-size:clamp(2.4rem,2.9vw,3.2rem);line-height:1.08;color:var(--home-white)}.home-community__testimonies-intro{margin:0 0 18px;color:var(--home-text-soft);line-height:1.72;max-width:72ch}.home-community__quote-wall{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.home-community-quote{position:relative;min-height:100%;padding:24px 22px 22px;border-radius:var(--home-radius-md);border:1px solid rgba(222,194,122,.12);background:radial-gradient(circle at top right,rgba(201,168,76,.08) 0%,transparent 34%),linear-gradient(180deg,#1b1331eb,#0c0818fa);box-shadow:0 18px 42px #0000002e}.home-community-quote:before{content:'"';position:absolute;top:16px;right:18px;font-family:var(--home-font-serif);font-size:clamp(4rem,5vw,5.4rem);line-height:1;color:#dec27a24}.home-community-quote__category{margin:0 0 14px;color:var(--home-gold-light);font-size:var(--home-font-size-xs);letter-spacing:.18em;text-transform:uppercase}.home-community-quote__text{margin:0;max-width:34ch;color:#ffffffe0;font-family:var(--home-font-serif);font-size:clamp(1.9rem,2.1vw,2.4rem);line-height:1.5}.home-chamber{padding:120px 60px;background:var(--home-deep);position:relative}.home-chamber:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 50% 50%,rgba(201,168,76,.1) 0%,transparent 50%);pointer-events:none;z-index:0}.home-chamber__inner{max-width:var(--home-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--home-border);overflow:hidden;position:relative;z-index:1;box-shadow:0 20px 60px #c9a84c26}.home-chamber__visual{background:radial-gradient(ellipse at 50% 50%,#5e43b847,#2e1c6680 34%,#0a0612);display:flex;align-items:center;justify-content:center;min-height:550px;position:relative;overflow:hidden}.home-chamber__visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 50% 50%,rgba(201,168,76,.2) 0%,transparent 60%);pointer-events:none}.home-chamber__rings{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.home-chamber__ring{position:absolute;border-radius:50%;border:1.5px solid rgba(201,168,76,.3);animation:rotate 20s linear infinite;box-shadow:0 0 15px #c9a84c33}.home-chamber__ring:nth-child(1){width:200px;height:200px;animation-duration:15s;border-color:#c9a84c80}.home-chamber__ring:nth-child(2){width:340px;height:340px;animation-duration:25s;animation-direction:reverse;border-color:#c9a84c4d}.home-chamber__ring:nth-child(3){width:480px;height:480px;animation-duration:35s;border-color:#c9a84c33}.home-chamber__center{position:relative;z-index:2;font-size:0;color:transparent;text-shadow:0 0 80px rgba(201,168,76,.6),0 0 40px rgba(107,63,160,.4);animation:float 4s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(201,168,76,.4))}.home-chamber__center:before{content:"";display:block;width:38px;height:38px;border:2px solid rgba(255,255,255,.88);transform:rotate(45deg)}.home-chamber__text{padding:74px 58px;background:linear-gradient(180deg,#0c081cf0,#090716fa);display:flex;flex-direction:column;justify-content:center;position:relative}.home-chamber__text:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 100% 0%,rgba(201,168,76,.05),transparent);pointer-events:none}.home-chamber__text h2{font-family:var(--home-font-serif);font-size:var(--home-font-size-3xl);font-weight:300;line-height:1.2;margin-bottom:28px;color:var(--home-white);position:relative;z-index:1}.home-chamber__text h2 em{color:var(--home-gold-light);font-style:italic}.home-chamber__text p{font-size:var(--home-font-size-lg);color:#ffffffb3;line-height:1.75;font-weight:300;margin-bottom:40px;position:relative;z-index:1}.home-chamber__features{list-style:none;margin-bottom:0;display:flex;flex-direction:column;gap:14px;position:relative;z-index:1}.home-chamber__features li{display:flex;align-items:center;gap:12px;font-size:var(--home-font-size-base);color:#ffffffa6;line-height:1.7}.home-chamber__features li:before{content:"\25c6";color:var(--home-gold);font-size:var(--home-font-size-sm);flex-shrink:0}.home-testimonials{padding:140px 60px;background:linear-gradient(135deg,#1a1035cc,#0d071999,#100c1ecc);position:relative;overflow:hidden}.home-testimonials:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 50%,rgba(201,168,76,.08) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(107,63,160,.08) 0%,transparent 50%);pointer-events:none}.home-testimonials:after{content:'"';position:absolute;top:-60px;left:40px;font-family:var(--home-font-serif);font-size:var(--home-font-size-quote-mark);font-weight:300;color:#c9a84c0a;line-height:1;pointer-events:none;z-index:0}.home-testimonials__header{text-align:center;margin-bottom:70px;position:relative;z-index:1}.home-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1200px;margin:0 auto;position:relative;z-index:1}.home-testimonial{min-height:260px;padding:32px 28px;border:1px solid var(--home-border);background:#140a2399;position:relative;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1)}.home-testimonial:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(201,168,76,.1),transparent);opacity:0;transition:opacity .5s ease}.home-testimonial:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(201,168,76,.05) 0%,transparent 100%);opacity:0;transition:opacity .5s ease}.home-testimonial:hover{border-color:#c9a84c99;transform:translateY(-10px);box-shadow:0 20px 50px #c9a84c33,inset 0 1px #ffffff1a;background:#2d1b694d}.home-testimonial:hover:before,.home-testimonial:hover:after{opacity:1}.home-testimonial__stars{color:var(--home-gold);font-size:var(--home-font-size-sm);letter-spacing:6px;margin-bottom:24px;display:flex;gap:4px}.home-testimonial__quote{font-family:var(--home-font-serif);font-size:1.85rem;font-style:italic;color:#ffffffd9;line-height:1.65;display:block;margin-bottom:28px;quotes:none;font-weight:300;position:relative;z-index:1}.home-testimonial__author{font-size:var(--home-font-size-sm);letter-spacing:.18em;text-transform:uppercase;color:var(--home-gold-light);font-weight:500;position:relative;z-index:1}.home-book-cta{padding:120px 60px;background:var(--home-deep);text-align:center;position:relative;overflow:hidden}.home-book-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(45,27,105,.4),transparent 70%)}.home-book-cta__inner{position:relative;z-index:2;max-width:720px;margin:0 auto}.home-book-cta h2{font-family:var(--home-font-serif);font-size:var(--home-font-size-4xl);font-weight:300;margin:16px 0 20px;color:var(--home-white)}.home-book-cta h2 em{color:var(--home-gold-light);font-style:italic}.home-book-cta p{color:#ffffff8c;font-size:var(--home-font-size-base);line-height:1.75;margin-bottom:40px;font-weight:300}.home-book-cta__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media(max-width:1100px){.home-pillars__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.home-pillars,.home-products,.home-chamber,.home-testimonials,.home-book-cta{padding-left:24px;padding-right:24px}.home-pillars__grid,.home-testimonials__grid{grid-template-columns:1fr}.home-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-community{padding:88px 24px}.home-community__header{grid-template-columns:1fr;align-items:start}.home-community__actions{justify-content:flex-start}.home-community__proof-strip{grid-template-columns:1fr}.home-community__grid{grid-template-columns:1fr 1fr}.home-community__quote-wall{grid-template-columns:1fr}.home-community-card--featured{grid-row:auto;grid-column:1 / -1}.home-product-card__footer{align-items:center}.home-chamber__inner{grid-template-columns:1fr}.home-chamber__visual{min-height:300px;order:2}.home-chamber__text{order:1;padding:46px 28px}.home-pillars{padding:60px 24px}.home-pillars:before{display:none}.home-products,.home-testimonials{padding:80px 24px}.home-testimonials:after{font-size:var(--home-font-size-quote-mark-mobile);top:-20px;left:20px}.home-book-cta{padding:80px 24px}}@media(max-width:480px){.home-products__grid{grid-template-columns:1fr}.home-community{padding:72px 20px}.home-community__grid{grid-template-columns:1fr}.home-community-card__content{margin-top:-80px;padding:20px}.home-community-quote{padding:22px 18px 18px}.home-community-quote__text{max-width:none}.home-community-card__topline{align-items:flex-start;flex-direction:column}.home-chamber__text{padding:40px 20px}.home-testimonials__grid{gap:16px}.home-testimonial{padding:24px;min-height:0}.home-section-label{margin-bottom:40px}}.home-pillars,.home-products,.home-chamber,.home-testimonials,.home-book-cta{padding-top:var(--home-section-space);padding-bottom:var(--home-section-space)}.home-pillars{background:linear-gradient(180deg,#0a0612f0,#0d081bfa)}.home-pillars__grid{gap:var(--home-grid-gap)}.home-pillar{padding:26px;border-radius:var(--home-radius-md);text-align:left;background:linear-gradient(180deg,#110b22eb,#0b0817fa);box-shadow:0 22px 60px #00000038}.home-pillar--featured{transform:translateY(-12px);border-color:var(--home-outline-strong);background:linear-gradient(180deg,#170f2df5,#0c081b)}.home-pillar__index{display:inline-flex;margin-bottom:20px;color:#dec27aa8;font-size:var(--home-font-size-xs);letter-spacing:.18em;text-transform:uppercase}.home-pillar__icon{margin:0 0 26px;width:84px;height:84px}.home-pillar__body{max-width:34ch}.home-pillar__title{color:var(--home-white);line-height:1.15}.home-pillar__text{color:var(--home-text-soft)}.home-products{background:linear-gradient(180deg,#080412fa,#0c081afa)}.home-products__header{max-width:740px;margin:0 auto 68px}.home-products__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.home-product-card{border-radius:var(--home-radius-md);border-color:#dec27a1f;background:linear-gradient(180deg,#110b22eb,#0a0715fa)}.home-product-card--featured{transform:translateY(-10px)}.home-product-card__image-wrap{position:relative;padding:14px 14px 0}.home-product-card__badge{position:absolute;top:30px;left:30px;z-index:3;padding:8px 12px;border-radius:999px;background:#0a0612bd;border:1px solid rgba(222,194,122,.2);color:var(--home-gold-light);font-size:var(--home-font-size-xs);letter-spacing:.14em;text-transform:uppercase}.home-product-card__image{height:338px;border-radius:calc(var(--home-radius-md) - 8px);background-blend-mode:screen,normal}.home-product-card__media{width:100%;height:100%;object-fit:contain;padding:28px}.home-product-card__info{padding:28px 28px 26px}.home-product-card__topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.home-product-card__index{color:#dec27a8f;font-size:var(--home-font-size-xs);letter-spacing:.18em}.home-product-card__name{font-size:clamp(2.6rem,3vw,3.2rem);line-height:1.05}.home-product-card__desc{color:var(--home-text-soft)}.home-product-card__footer{align-items:center}.home-product-card__price{font-family:var(--home-font-sans);font-size:var(--home-font-size-lg);font-weight:500}.home-community{padding-top:var(--home-section-space);padding-bottom:var(--home-section-space)}.home-chamber{background:linear-gradient(180deg,#0b0717fa,#100a22fa)}.home-chamber__inner{gap:0;border-radius:calc(var(--home-radius-lg) + 2px);border-color:#dec27a24}.home-chamber__visual{min-height:620px;background:radial-gradient(circle at 50% 50%,rgba(222,194,122,.16) 0%,transparent 24%),radial-gradient(circle at 50% 50%,#5e43b838,#180f34bf 42%,#090515)}.home-chamber__text{padding:76px 64px}.home-chamber__text p{color:var(--home-text-soft)}.home-chamber__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 28px;position:relative;z-index:1}.home-chamber__meta-item{padding:14px 14px 16px;border:1px solid rgba(222,194,122,.12);border-radius:var(--home-radius-sm);background:#ffffff05}.home-chamber__meta-item span{display:block;margin-bottom:6px;color:var(--home-gold);font-size:var(--home-font-size-xs);letter-spacing:.14em;text-transform:uppercase}.home-chamber__meta-item strong{display:block;color:var(--home-white);font-size:var(--home-font-size-base);line-height:1.4;font-weight:500}.home-chamber__features{gap:12px;margin-bottom:28px}.home-chamber__features li{align-items:flex-start;gap:14px;padding:16px 18px;border:1px solid rgba(222,194,122,.12);border-radius:var(--home-radius-sm);background:#ffffff05}.home-chamber__features li:before{display:none}.home-chamber__feature-index{display:inline-flex;min-width:28px;color:var(--home-gold-light);font-size:var(--home-font-size-xs);letter-spacing:.16em}.home-chamber__feature-text{display:block;color:var(--home-white);line-height:1.55}.home-testimonials{background:linear-gradient(180deg,#100a22fa,#090515fa)}.home-testimonials__header{max-width:680px;margin:0 auto 60px}.home-testimonials__grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:22px;max-width:var(--home-width)}.home-testimonials__cta{max-width:var(--home-width);margin:28px auto 0;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:24px;align-items:start;padding:34px 36px;position:relative;overflow:hidden;border-radius:var(--home-radius-md);border:1px solid rgba(222,194,122,.24);background:radial-gradient(circle at top right,rgba(222,194,122,.14) 0%,transparent 22%),linear-gradient(135deg,#1e1438f0,#0c0818fa 54%,#080512);box-shadow:0 28px 72px #00000047}.home-testimonials__cta:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:calc(var(--home-radius-md) - 10px);border:1px solid rgba(222,194,122,.1);pointer-events:none}.home-testimonials__cta:after{content:"";position:absolute;top:0;left:36px;right:36px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(222,194,122,.86) 18%,rgba(222,194,122,.28) 82%,transparent 100%);pointer-events:none}.home-testimonials__cta-copy-wrap{max-width:42ch;position:relative;z-index:1}.home-testimonials__cta-label{margin:0 0 12px;color:#dec27ab8;font-size:var(--home-font-size-xs);font-family:var(--font-heading-family);letter-spacing:.18em;text-transform:uppercase}.home-testimonials__cta-title{margin:0 0 12px;font-family:var(--font-heading-family);font-size:clamp(2.6rem,3.2vw,3.6rem);font-weight:400;letter-spacing:.04em;line-height:1.08;color:var(--home-white)}.home-testimonials__cta-copy{margin:0 0 16px;color:var(--home-text-soft);font-size:1.65rem;line-height:1.7}.home-testimonials__service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;position:relative;z-index:1}.home-testimonials__service-card{display:flex;flex-direction:column;gap:10px;min-height:100%;padding:18px 18px 20px;position:relative;overflow:hidden;border-radius:calc(var(--home-radius-md) - 4px);border:1px solid rgba(222,194,122,.18);background:linear-gradient(180deg,#ffffff0b,#ffffff05);box-shadow:inset 0 1px #ffffff0a,0 16px 34px #0000002e;text-decoration:none;color:inherit;transition:transform .35s ease,border-color .35s ease,background .35s ease,box-shadow .35s ease}.home-testimonials__service-card:before{content:"";position:absolute;top:0;left:18px;right:18px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(222,194,122,.72) 26%,transparent 100%)}.home-testimonials__service-card:hover{transform:translateY(-4px);border-color:#dec27a66;background:linear-gradient(180deg,#dec27a1a,#ffffff08);box-shadow:inset 0 1px #ffffff14,0 20px 40px #0000003d}.home-testimonials__service-index{color:#dec27a99;font-size:var(--home-font-size-xs);font-family:var(--font-heading-family);letter-spacing:.18em;text-transform:uppercase}.home-testimonials__service-card strong{color:var(--home-white);font-family:var(--font-heading-family);font-size:1.95rem;line-height:1.35;font-weight:400;letter-spacing:.04em}.home-testimonials__service-card span:last-child{color:var(--home-text-soft);font-size:1.5rem;line-height:1.6}.home-testimonials__cta-note{margin:16px 0 0;color:#dec27acc;font-size:var(--home-font-size-sm);letter-spacing:.02em;line-height:1.7}.home-testimonials__grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:start}.home-testimonial{min-height:0;grid-column:auto;display:flex;align-items:stretch}.home-testimonial--featured{grid-row:span 2;margin-top:0}.home-testimonial:nth-child(2){margin-top:22px}.home-testimonial:nth-child(n+3){margin-top:0}.home-testimonial__surface{position:relative;display:flex;flex-direction:column;gap:20px;width:100%;min-height:100%;padding:26px 26px 24px;overflow:hidden;border-radius:calc(var(--home-radius-md) + 2px);border:1px solid rgba(222,194,122,.14);background:radial-gradient(circle at top right,rgba(222,194,122,.08) 0%,transparent 22%),linear-gradient(180deg,#120b23d6,#090714f5);box-shadow:0 18px 42px #0000002e;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease,background .35s ease}.home-testimonial__surface:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:calc(var(--home-radius-md) - 6px);border:1px solid rgba(222,194,122,.06);pointer-events:none}.home-testimonial__surface:after{content:"";position:absolute;top:0;left:26px;right:26px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(222,194,122,.76) 24%,transparent 100%);pointer-events:none}.home-testimonial:hover .home-testimonial__surface{transform:translateY(-6px);border-color:#dec27a47;background:radial-gradient(circle at top right,rgba(222,194,122,.12) 0%,transparent 26%),linear-gradient(180deg,#18102ceb,#0a0716fa);box-shadow:0 26px 56px #0000003d,0 0 24px #dec27a14}.home-testimonial__topline{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.home-testimonial__credibility{display:inline-flex;align-items:center;gap:10px}.home-testimonial__verified-dot{width:8px;height:8px;border-radius:999px;background:linear-gradient(180deg,#dec27a,#c7a24ab8);box-shadow:0 0 14px #dec27a80}.home-testimonial__score{display:inline-flex;align-items:center;gap:10px;padding:7px 12px;border-radius:999px;border:1px solid rgba(222,194,122,.14);background:#ffffff08}.home-testimonial__rating-label{color:#dec27ac2;font-size:var(--home-font-size-xs);font-family:var(--font-heading-family);letter-spacing:.14em;text-transform:uppercase}.home-testimonial__stars{color:var(--home-gold-light);letter-spacing:.24em;font-size:1.2rem}.home-testimonial__score-value{color:#ffffffb8;font-size:1.25rem;letter-spacing:.08em}.home-testimonial__highlight{margin:0;max-width:24ch;color:var(--home-white);font-family:var(--font-heading-family);font-size:clamp(2rem,2.5vw,2.6rem);font-weight:400;letter-spacing:.02em;line-height:1.18}.home-testimonial__quote{margin:0;max-width:38ch;color:#fffcf8c2;font-family:var(--home-font-sans);font-size:1.65rem;font-style:normal;line-height:1.72;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.home-testimonial__meta{display:flex;gap:14px;align-items:center;margin-top:auto;padding-top:4px}.home-testimonial__monogram{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;border-radius:999px;border:1px solid rgba(222,194,122,.22);background:radial-gradient(circle at 30% 30%,#dec27a24,#ffffff08 70%);color:var(--home-gold-light);font-family:var(--font-heading-family);font-size:1.5rem;letter-spacing:.08em}.home-testimonial__meta-copy{display:flex;flex-direction:column;gap:3px}.home-testimonial__author,.home-testimonial__location{margin:0}.home-testimonial__author{color:var(--home-gold-light);font-size:var(--home-font-size-sm);font-family:var(--font-heading-family);letter-spacing:.14em;text-transform:uppercase}.home-testimonial__location{color:var(--home-text-muted);font-size:1.45rem}.home-book-cta{background:linear-gradient(180deg,#080412fa,#0a0612);text-align:left}.home-book-cta:before{background:radial-gradient(circle at left center,rgba(222,194,122,.1),transparent 35%)}.home-book-cta__inner{max-width:var(--home-width)}.home-book-cta__panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:44px;border:1px solid rgba(222,194,122,.16);border-radius:var(--home-radius-lg);background:linear-gradient(180deg,#100a22eb,#0a0716fa);box-shadow:0 22px 70px #00000047}.home-book-cta__copy{max-width:620px}.home-book-cta .home-section-label{margin-bottom:18px}.home-book-cta h2{font-size:clamp(3.4rem,5vw,5.2rem);line-height:1.02;margin:0 0 18px}.home-book-cta p{margin:0;color:var(--home-text-soft)}.home-book-cta__actions{flex-direction:column;align-items:stretch;min-width:260px}.home-book-cta__actions .btn-primary,.home-book-cta__actions .btn-ghost{text-align:center}@media(max-width:900px){.home-pillars,.home-products,.home-chamber,.home-testimonials,.home-book-cta{padding-top:88px;padding-bottom:88px}.home-pillar--featured,.home-product-card--featured{transform:none}.home-chamber__visual{min-height:340px}.home-chamber__text{padding:40px 28px}.home-chamber__meta{grid-template-columns:1fr}.home-testimonials__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-testimonials__cta{grid-template-columns:1fr}.home-testimonial,.home-testimonial--featured{grid-column:auto;grid-row:auto;margin-top:0}.home-testimonials__service-grid{grid-template-columns:1fr}.home-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-community{padding-top:88px;padding-bottom:88px}.home-book-cta__panel{grid-template-columns:1fr;padding:28px}.home-book-cta__actions{min-width:0}}@media(max-width:480px){.home-testimonials__grid,.home-products__grid{grid-template-columns:1fr}.home-community{padding-top:72px;padding-bottom:72px}.home-testimonial,.home-testimonial--featured{grid-column:1 / -1}.home-testimonial__surface{padding:22px 20px 20px}.home-testimonial__topline{align-items:flex-start;flex-direction:column}.home-testimonial__score{align-self:flex-start}.home-testimonial__quote{-webkit-line-clamp:5}.home-product-card__info,.home-pillar,.home-testimonial,.home-testimonial--featured,.home-book-cta__panel{padding:24px}.home-product-card__topline,.home-testimonial__topline{align-items:flex-start;flex-direction:column}}.home-pillars,.home-products,.home-community,.home-chamber,.home-testimonials,.home-book-cta{padding-top:var(--home-section-spacing);padding-bottom:var(--home-section-spacing)}.home-pillar,.home-product-card,.home-community-proof,.home-testimonial__surface,.home-book-cta__panel{border-radius:var(--home-card-radius);box-shadow:var(--home-accent-glow)}.home-pillars__header,.home-products__header,.home-testimonials__header,.home-community__header--simple{max-width:var(--home-width);margin:0 auto 32px}.home-pillars__header .home-section-title,.home-products__header .home-section-title,.home-testimonials__header .home-section-title,.home-community__header--simple .home-section-title,.home-book-cta h2,.home-chamber__text h2{font-size:var(--home-heading-size)}.home-pillar__body{display:flex;flex-direction:column;height:100%}.home-pillar__points{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px}.home-pillar__points li{color:var(--home-text-soft);font-size:var(--home-font-size-sm);line-height:1.6}.home-pillar__points li:before{content:"\2022";margin-right:8px;color:var(--home-gold-light)}.home-product-card__desc{margin-bottom:12px}.home-product-card__use-case{margin:0 0 22px;color:var(--home-text-muted);line-height:1.6}.home-product-card__use-case strong{color:var(--home-gold-light);font-weight:500}.home-community__header--simple{grid-template-columns:1fr}.home-community__description,.home-chamber__text p,.home-book-cta__copy{max-width:42ch}.home-community__results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-testimonials__carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,1fr);gap:18px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.home-testimonial--compact{scroll-snap-align:start}.home-testimonial--compact .home-testimonial__surface{min-height:100%;display:flex;flex-direction:column;gap:18px}.home-testimonial--compact .home-testimonial__quote{margin:0;-webkit-line-clamp:unset}.home-testimonial--compact .home-testimonial__meta{margin-top:auto;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.home-book-cta__panel{box-shadow:var(--home-accent-glow),0 22px 70px #00000047}@media(max-width:900px){.home-community__results{grid-template-columns:1fr}.home-testimonials__carousel{grid-auto-columns:minmax(240px,88vw)}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/component-home-sections.css.map */
