.gw{--magenta:#d01f7c;--magenta-deep:#a81563;--magenta-brt:#e63a9b;--pink-soft:#f6cfe0;--pink-wash:#fcebf3;--orange:#f07e1c;--orange-deep:#e06510;--orange-soft:#fbe0c4;--teal:#1f97be;--teal-soft:#cde9f1;--green:#85ae37;--green-soft:#dfeac5;--raspberry:#ce2a5a;--garnet:#6e1a46;--garnet-deep:#571235;--garnet-950:#440e2a;--rose:#ce2a5a;--rose-mid:#db5e82;--rose-soft:#f0b6c7;--blush:#fbe9f1;--blush-line:#f1d3e0;--gold:#d01f7c;--gold-bright:#e63a9b;--gold-pale:#f6cfe0;--gold-wash:#fcebf3;--cream:#fdfaf4;--cream-alt:#f8f1e7;--ink:#241a20;--body:#4c4048;--muted:#8a7d84;--line:#eee4d9;--white:#fff;--grad-floral:linear-gradient(90deg,#d01f7c 0%,#f07e1c 34%,#85ae37 64%,#1f97be 100%);--shadow-sm:0 6px 24px #6e1a4612;--shadow-md:0 14px 46px #6e1a461f;--shadow-lg:0 28px 78px #440e2a2e;--shadow-gold:0 10px 30px #d01f7c38;--f-display:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;--f-body:var(--font-dm-sans),system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--maxw:1200px;--ease:cubic-bezier(.22,.61,.36,1);background:var(--cream);color:var(--body);font-family:var(--f-body);letter-spacing:.002em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-size:17px;line-height:1.68;overflow-x:hidden}.gw *,.gw :before,.gw :after{box-sizing:border-box}.gw h1,.gw h2,.gw h3,.gw h4{font-family:var(--f-display);color:var(--ink);letter-spacing:-.01em;margin:0;font-weight:500;line-height:1.08}.gw p{margin:0 0 1.1em}.gw a{text-decoration:none}.gw a:not(.gw-btn){color:inherit}.gw img{max-width:100%;display:block}.gw-wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}.gw-narrow{max-width:760px;margin-left:auto;margin-right:auto}.gw-eyebrow{font-family:var(--f-body);text-transform:uppercase;letter-spacing:.34em;color:var(--gold);align-items:center;gap:.8rem;margin:0 0 1.2rem;font-size:.72rem;font-weight:600;display:inline-flex}.gw-eyebrow:before,.gw-eyebrow.center:after{content:"";background:var(--grad-floral);border-radius:2px;width:40px;height:2px}.gw-eyebrow.center{justify-content:center}.gw-eyebrow.center:before{display:inline-block}.gw-kicker{font-family:var(--f-display);color:var(--rose);font-size:1.5rem;font-style:italic}.gw-btn{font-family:var(--f-body);letter-spacing:.02em;cursor:pointer;transition:transform .3s var(--ease),box-shadow .3s var(--ease),background .3s,color .3s;border:1px solid #0000;border-radius:2px;align-items:center;gap:.6rem;padding:1rem 2.1rem;font-size:1.02rem;font-weight:600;display:inline-flex;position:relative}.gw .gw-btn-primary,.gw .gw-btn-gold{background:var(--magenta);color:#fff;box-shadow:0 10px 26px #d01f7c47}.gw .gw-btn-primary:hover,.gw .gw-btn-gold:hover{background:var(--magenta-deep);transform:translateY(-3px);box-shadow:0 16px 38px #d01f7c61}.gw .gw-btn-ghost{color:var(--magenta-deep);border:1.5px solid var(--magenta);background:0 0}.gw .gw-btn-ghost:hover{background:var(--pink-wash);transform:translateY(-3px)}.gw .gw-btn-light{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1a;border:1.5px solid #ffffffb3}.gw .gw-btn-light:hover{background:#fff3;transform:translateY(-3px)}.gw-btn .arr{transition:transform .3s var(--ease)}.gw-btn:hover .arr{transform:translate(4px)}.gw-sec{padding:clamp(72px,9vw,140px) 0;position:relative}.gw-sec-cream{background:var(--cream)}.gw-sec-alt{background:var(--cream-alt)}.gw-sec-blush{background:linear-gradient(180deg,var(--cream)0%,var(--blush)100%)}.gw-sec-dark{background:radial-gradient(90% 70% at 88% -10%,#f07e1c33,transparent 55%),radial-gradient(80% 70% at 5% 110%,#1f97be2e,transparent 55%),linear-gradient(160deg,var(--garnet)0%,var(--garnet-950)100%);color:#fbe7f0}.gw-sec-dark h1,.gw-sec-dark h2,.gw-sec-dark h3,.gw-sec-dark h4{color:#fbeee7}.gw-sec-dark .gw-eyebrow{color:var(--gold-pale)}.gw-sec-head{text-align:center;max-width:720px;margin:0 auto clamp(40px,5vw,64px)}.gw-sec-head.left{text-align:left;margin-left:0}.gw-sec-head h2{font-size:clamp(2.3rem,4.5vw,3.5rem)}.gw-sec-head p{color:var(--muted);margin-top:1.1rem;font-size:1.18rem}.gw-sec-dark .gw-sec-head p{color:#d8b9ae}.gw-rule{background:var(--grad-floral);border:0;border-radius:3px;width:72px;height:3px;margin:1.5rem auto}.gw-sec-head.left .gw-rule{margin-left:0}.gw-reveal{opacity:0;transition:opacity 1s var(--ease),transform 1s var(--ease);transform:translateY(28px)}.gw-reveal.in{opacity:1;transform:none}.gw-reveal.d1{transition-delay:.1s}.gw-reveal.d2{transition-delay:.22s}.gw-reveal.d3{transition-delay:.34s}.gw-reveal.d4{transition-delay:.46s}@media (prefers-reduced-motion:reduce){.gw-reveal{opacity:1;transition:none;transform:none}}.gw-nav{z-index:100;justify-content:space-between;align-items:center;padding:18px clamp(20px,4vw,52px);transition:background .4s,box-shadow .4s,padding .4s;display:flex;position:fixed;top:0;left:0;right:0}.gw-nav.scrolled{-webkit-backdrop-filter:blur(14px)saturate(1.3);backdrop-filter:blur(14px)saturate(1.3);box-shadow:0 1px 0 var(--line),0 8px 30px #5038420f;background:#fbf6eee6;padding-top:12px;padding-bottom:12px}.gw-brand{align-items:center;gap:.95rem;display:flex}.gw-brand-mark{flex:none;place-items:center;display:grid}.gw-brand-txt{flex-direction:column;justify-content:center;line-height:1.05;display:flex}.gw-brand-txt .n{font-family:var(--f-display);letter-spacing:.17em;color:var(--ink);text-transform:uppercase;white-space:nowrap;font-size:1.32rem;font-weight:600;display:block}.gw-brand-txt .t{font-family:var(--f-body);letter-spacing:.34em;text-transform:uppercase;color:var(--gold);white-space:nowrap;margin-top:5px;font-size:.58rem;display:block}.gw-nav.on-dark:not(.scrolled) .gw-brand-txt .n{color:#fbeee7}.gw-nav.on-dark:not(.scrolled) .gw-brand-txt .t{color:#f6cfe0}.gw-nav.on-dark:not(.scrolled) .gw-links a:not(.gw-btn){color:#fbeee7}.gw-links{align-items:center;gap:2rem;display:flex}.gw-links a:not(.gw-btn){font-family:var(--f-body);letter-spacing:.01em;color:var(--ink);padding:4px 0;font-size:1rem;font-weight:500;transition:color .25s;position:relative}.gw-links a:not(.gw-btn):after{content:"";background:var(--magenta);width:0;height:2px;transition:width .3s var(--ease);position:absolute;bottom:-2px;left:0}.gw-links a:not(.gw-btn):hover{color:var(--magenta)}.gw-links a:not(.gw-btn):hover:after{width:100%}.gw-links .gw-btn{padding:.62rem 1.4rem;font-size:.95rem}.gw-burger{cursor:pointer;background:0 0;border:0;padding:8px;display:none}.gw-burger span{background:var(--ink);width:26px;height:2px;margin:5px 0;transition:all .3s;display:block}.gw-nav.on-dark:not(.scrolled) .gw-burger span{background:#fbeee7}.gw-mobile{display:none}@media (max-width:940px){.gw-links{display:none}.gw-burger{display:block}.gw-mobile{z-index:99;background:linear-gradient(160deg,var(--garnet),var(--garnet-950));opacity:0;pointer-events:none;padding:110px 40px 40px;transition:opacity .4s;display:block;position:fixed;inset:0}.gw-mobile.open{opacity:1;pointer-events:auto}.gw-mobile a{font-family:var(--f-display);color:#fbeee7;border-bottom:1px solid #e4ce9229;padding:14px 0;font-size:1.85rem;display:block}.gw-mobile .gw-btn{width:100%;font-family:var(--f-body);border-bottom:0;justify-content:center;margin-top:30px;padding:1rem 1.6rem;font-size:1.02rem}}.gw-hero{color:#f7e9e1;align-items:center;min-height:100vh;padding:140px 0 90px;display:flex;position:relative;overflow:hidden}.gw-hero-bg{z-index:0;position:absolute;inset:0}.gw-hero-bg img{object-fit:cover;object-position:center 22%;width:100%;height:100%}.gw-hero-bg:after{content:"";background:linear-gradient(#440e2a7a 0%,#440e2a47 40%,#440e2ad6 100%),linear-gradient(90deg,#55123599 0%,#5512351a 60%);position:absolute;inset:0}.gw-hero-inner{z-index:2;max-width:860px;position:relative}.gw-hero .gw-eyebrow{color:var(--gold-pale)}.gw-hero h1{color:#fff;letter-spacing:.02em;text-shadow:0 2px 40px #0000004d;font-size:clamp(3.4rem,9vw,7rem);font-weight:500;line-height:.98}.gw-hero .lede{font-family:var(--f-display);color:var(--gold-pale);margin:1.2rem 0 0;font-size:clamp(1.5rem,3vw,2.2rem);font-style:italic;font-weight:400}.gw-hero .sub{color:#ead3ca;max-width:580px;margin:2rem 0 2.6rem;font-size:1.24rem}.gw-hero-cta{flex-wrap:wrap;gap:1rem;display:flex}.gw-scroll-hint{z-index:2;letter-spacing:.24em;text-transform:uppercase;color:#f7e9e1a8;flex-direction:column;align-items:center;gap:10px;font-size:.72rem;display:flex;position:absolute;bottom:34px;left:50%;transform:translate(-50%)}.gw-scroll-hint:after{content:"";background:linear-gradient(var(--gold-pale),transparent);width:1px;height:46px;animation:gwPulse 2.4s var(--ease)infinite}@keyframes gwPulse{0%,to{opacity:.3;transform:scaleY(.7)}50%{opacity:1;transform:scaleY(1)}}.gw-phero{text-align:center;background:radial-gradient(90% 120% at 50% 0%,#b0872e2e,transparent 55%),linear-gradient(160deg,var(--garnet)0%,var(--garnet-950)100%);color:#f4e3d9;padding:190px 0 clamp(80px,10vw,120px);position:relative;overflow:hidden}.gw-phero h1{color:#fff;font-size:clamp(2.8rem,6.5vw,5rem)}.gw-phero .lede{font-family:var(--f-display);color:var(--gold-pale);margin-top:.8rem;font-size:clamp(1.3rem,2.6vw,1.9rem);font-style:italic}.gw-phero p.sub{color:#e4c9bf;max-width:640px;margin:1.6rem auto 0;font-size:1.16rem}.gw-phero .gw-eyebrow{color:var(--gold-pale)}.gw-split{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,90px);display:grid}.gw-split.rev .gw-split-media{order:2}.gw-split-media{position:relative}.gw-split-media .frame{box-shadow:var(--shadow-lg);border-radius:3px;position:relative;overflow:hidden}.gw-split-media .frame img{object-fit:cover;aspect-ratio:4/5;width:100%;height:100%}.gw-split-media .gild{pointer-events:none;z-index:3;border:1px solid #fff9;border-radius:2px;position:absolute;inset:14px}.gw-split-body h2{margin-bottom:.3em;font-size:clamp(2rem,4vw,3rem)}@media (max-width:860px){.gw-split{grid-template-columns:1fr}.gw-split.rev .gw-split-media{order:0}.gw-split-media .frame img{aspect-ratio:3/2}}.gw-pullquote{font-family:var(--f-display);color:var(--rose);text-align:center;max-width:860px;margin:0 auto;font-size:clamp(1.6rem,3.4vw,2.6rem);font-style:italic;line-height:1.3}.gw-sec-dark .gw-pullquote{color:var(--gold-pale)}.gw-pullquote cite{font-style:normal;font-family:var(--f-body);letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-top:1.6rem;font-size:.9rem;display:block}.gw-sec-dark .gw-pullquote cite{color:#d8b9ae}.gw-grid3{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.gw-grid2{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}@media (max-width:860px){.gw-grid3,.gw-grid2{grid-template-columns:1fr}}.gw-card{background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:transform .4s var(--ease),box-shadow .4s var(--ease),border-color .4s;border-radius:3px;padding:2.4rem 2rem;position:relative}.gw-card:hover{box-shadow:var(--shadow-md);border-color:var(--gold-pale);transform:translateY(-6px)}.gw-card .label{font-family:var(--f-body);color:var(--gold);letter-spacing:.24em;text-transform:uppercase;margin-bottom:.6rem;font-size:.72rem;display:block}.gw-card h3{margin-bottom:.5rem;font-size:1.7rem}.gw-card p{color:var(--body);margin:0;font-size:1.02rem}.gw-ic{color:inherit}.gw-ic-badge{background:var(--gold-wash);border:1px solid var(--gold-pale);width:62px;height:62px;color:var(--gold);transition:transform .4s var(--ease),background .4s,border-color .4s;border-radius:50%;place-items:center;margin-bottom:1.3rem;display:grid}.gw-card:hover .gw-ic-badge{transform:translateY(-2px)scale(1.04)}.gw-ic-badge.center{margin-left:auto;margin-right:auto}.gw-ic-badge-lg{width:76px;height:76px}.gw-ic-badge.c-pink{background:var(--pink-wash);border-color:var(--pink-soft);color:var(--magenta)}.gw-ic-badge.c-orange{background:var(--orange-soft);color:var(--orange-deep);border-color:#f6c48a}.gw-ic-badge.c-teal{background:var(--teal-soft);color:var(--teal);border-color:#a9dae8}.gw-ic-badge.c-green{background:var(--green-soft);color:#5f8b24;border-color:#c9dc9e}.gw-ic-badge.c-berry{color:var(--garnet);background:#f3d8e4;border-color:#e7b9ce}.gw-sec-dark .gw-ic-badge.c-pink{color:#fbb9da;background:#e63a9b29;border-color:#f6cfe066}.gw-sec-dark .gw-ic-badge.c-orange{color:#fbc488;background:#f07e1c2e;border-color:#fbe0c466}.gw-sec-dark .gw-ic-badge.c-teal{color:#8fd4e8;background:#1f97be33;border-color:#addae866}.gw-sec-dark .gw-ic-badge.c-green{color:#bbd87e;background:#85ae3733;border-color:#c9dc9e66}.gw-sec-dark .gw-ic-badge.c-berry{color:#f3b6c7;background:#e63a9b24;border-color:#f0b6c766}.gw-sec-dark .gw-ic-badge{color:var(--gold-pale);background:#e4ce921a;border-color:#e4ce9252}.gw-sec-dark .gw-card .label{color:var(--gold-pale)}.gw-sec-dark .gw-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0a;border-color:#e4ce922e}.gw-sec-dark .gw-card:hover{border-color:var(--gold-pale);background:#ffffff12}.gw-sec-dark .gw-card h3{color:#fbeee7}.gw-sec-dark .gw-card p{color:#e4c9bf}.gw-ladder{flex-direction:column;gap:22px;max-width:960px;margin:0 auto;display:flex}.gw-tier{background:var(--white);border:1px solid var(--line);border-left:3px solid var(--gold);box-shadow:var(--shadow-sm);transition:transform .35s var(--ease),box-shadow .35s var(--ease);border-radius:3px;grid-template-columns:96px 1fr auto;align-items:center;gap:28px;padding:2rem 2.2rem;display:grid}.gw-tier:hover{box-shadow:var(--shadow-md);transform:translate(6px)}.gw-tier-step{font-family:var(--f-display);color:var(--gold-pale);text-align:center;font-size:3rem;line-height:1}.gw-tier-body h3{font-size:1.9rem}.gw-tier-body .tag{font-family:var(--f-display);color:var(--rose);margin:.1rem 0 .6rem;font-size:1.2rem;font-style:italic}.gw-tier-body p{color:var(--body);margin:0;font-size:1.02rem}.gw-tier-price{text-align:right}.gw-tier-price .amt{font-family:var(--f-display);color:var(--garnet);white-space:nowrap;font-size:1.7rem}.gw-tier-price .per{text-transform:uppercase;letter-spacing:.16em;color:var(--muted);font-size:.8rem}@media (max-width:760px){.gw-tier{grid-template-columns:60px 1fr}.gw-tier-price{text-align:left;grid-column:2}}.gw-checks{gap:1.1rem;max-width:720px;margin:0;padding:0;list-style:none;display:grid}.gw-checks li{color:var(--body);padding-left:2.6rem;font-size:1.12rem;position:relative}.gw-checks li:before{content:"";background:radial-gradient(circle at 35% 30%,var(--gold-bright),var(--gold));border-radius:50%;width:1.5rem;height:1.5rem;position:absolute;top:.15em;left:0;box-shadow:0 3px 10px #b0872e59}.gw-checks li:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:.42rem;height:.7rem;position:absolute;top:.42em;left:.5rem;transform:rotate(45deg)}.gw-sec-dark .gw-checks li{color:#ead3ca}.gw-story{background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:3px;height:100%;padding:2.2rem}.gw-story .q{font-family:var(--f-display);color:var(--ink);font-size:1.3rem;font-style:italic;line-height:1.4}.gw-story .who{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-top:1.2rem;font-size:.82rem}.gw-story .star{color:var(--gold-bright);letter-spacing:.2em;margin-bottom:.8rem}.gw-cta-band{text-align:center}.gw-cta-band h2{color:#fff;font-size:clamp(2.4rem,5vw,4rem)}.gw-cta-band .lede{font-family:var(--f-display);color:var(--gold-pale);margin-top:.6rem;font-size:clamp(1.3rem,2.6vw,1.8rem);font-style:italic}.gw-cta-band p.sub{color:#e4c9bf;max-width:560px;margin:1.6rem auto 2.4rem;font-size:1.15rem}.gw-foot{background:var(--garnet-950);color:#e4c9bf;padding:80px 0 36px;font-size:1rem}.gw-foot-top{border-bottom:1px solid #e4ce9229;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:48px;display:grid}.gw-foot .gw-brand-txt .n{color:#fbeee7}.gw-foot .gw-brand-txt .t{color:#f6cfe0}.gw-foot h4{color:var(--gold-pale);font-family:var(--f-body);letter-spacing:.24em;text-transform:uppercase;margin-bottom:1.2rem;font-size:.78rem}.gw-foot a{color:#d8b0a6;padding:.35rem 0;transition:color .25s;display:block}.gw-foot a:hover{color:var(--gold-pale)}.gw-foot .tagline{font-family:var(--f-display);color:var(--gold-pale);max-width:320px;margin-top:1rem;font-size:1.4rem;font-style:italic}.gw-foot-bottom{color:#a9847c;letter-spacing:.04em;flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:28px;font-size:.84rem;display:flex}@media (max-width:760px){.gw-foot-top{grid-template-columns:1fr;gap:32px}}.gw-contrib-note{background:var(--gold-wash);border:1px solid var(--gold-pale);color:var(--garnet);font-family:var(--f-display);border-radius:2px;padding:1.2rem 1.6rem;font-size:1.25rem;font-style:italic;display:inline-block}.gw-center{text-align:center}.gw-mt{margin-top:2.4rem}.gw-faq{border-bottom:1px solid var(--line);padding:1.4rem 0}.gw-faq summary{font-family:var(--f-display);color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;font-size:1.5rem;list-style:none;transition:color .25s;display:flex}.gw-faq summary::-webkit-details-marker{display:none}.gw-faq summary:after{content:"+";font-family:var(--f-body);color:var(--gold);transition:transform .3s var(--ease);font-size:1.6rem}.gw-faq[open] summary{color:var(--rose)}.gw-faq[open] summary:after{transform:rotate(45deg)}.gw-faq summary:hover{color:var(--rose)}.gw-sr-block{margin-bottom:2.6rem}.gw-sr-heading{color:var(--rose);border-bottom:1px solid var(--line);margin-bottom:1.2rem;padding-bottom:.6rem;font-size:1.9rem}.gw-sr-item{grid-template-columns:1fr 240px;align-items:center;gap:1.4rem;padding:1rem 0;display:grid}.gw-sr-item label{color:var(--body);font-size:1.1rem}.gw-sr-slider{align-items:center;gap:1rem;display:flex}.gw-sr-slider input[type=range]{appearance:none;background:var(--blush-line);cursor:pointer;border-radius:4px;outline:none;width:190px;height:4px}.gw-sr-slider input[type=range]::-webkit-slider-thumb{appearance:none;background:radial-gradient(circle at 35% 30%,var(--gold-bright),var(--gold));cursor:pointer;border:2px solid #fff;border-radius:50%;width:22px;height:22px;box-shadow:0 3px 10px #b0872e66}.gw-sr-slider input[type=range]::-moz-range-thumb{background:var(--gold);cursor:pointer;border:2px solid #fff;border-radius:50%;width:22px;height:22px;box-shadow:0 3px 10px #b0872e66}.gw-sr-val{font-family:var(--f-display);color:var(--garnet);text-align:center;width:30px;font-size:1.5rem}@media (max-width:620px){.gw-sr-item{grid-template-columns:1fr;gap:.6rem}.gw-sr-slider input[type=range]{width:100%}}.gw-sr-scores{flex-wrap:wrap;justify-content:center;gap:clamp(24px,5vw,60px);margin-top:1rem;display:flex}.gw-sr-score{text-align:center}.gw-sr-score .ring{background:conic-gradient(var(--gold)var(--pct),var(--blush)0);border-radius:50%;place-items:center;width:130px;height:130px;margin:0 auto;display:grid;position:relative}.gw-sr-score .ring:before{content:"";background:var(--cream);border-radius:50%;position:absolute;inset:10px}.gw-sr-score .ring span{z-index:1;font-family:var(--f-display);color:var(--garnet);font-size:2.4rem;position:relative}.gw-sr-score .lbl{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-top:.8rem;font-size:.8rem}.gw-form{background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-md);border-radius:4px;padding:clamp(28px,4vw,48px)}.gw-form-row{grid-template-columns:1fr 1fr;gap:1.4rem;margin-bottom:1.4rem;display:grid}.gw-form label{display:block}.gw-form-full{margin-bottom:1.6rem;display:block}.gw-form label>span{letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-size:.78rem;font-weight:600;display:block}.gw-form input,.gw-form select,.gw-form textarea{width:100%;font-family:var(--f-body);color:var(--ink);background:var(--cream);border:1px solid var(--line);border-radius:2px;padding:.85rem 1rem;font-size:1.05rem;transition:border-color .25s,box-shadow .25s}.gw-form input:focus,.gw-form select:focus,.gw-form textarea:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #b0872e1f}.gw-form textarea{resize:vertical}.gw-form .gw-btn{justify-content:center;width:100%}@media (max-width:620px){.gw-form-row{grid-template-columns:1fr}}.gw-cal{background:var(--white);border:1px solid var(--line);max-width:940px;box-shadow:var(--shadow-md);border-radius:14px;margin:0 auto;position:relative;overflow:hidden}.gw-cal iframe{width:100%;min-height:760px;transition:opacity .5s var(--ease);border:0;display:block}.gw-cal-loading{color:var(--muted);background:var(--white);z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:absolute;inset:0}.gw-cal-spin{border:3px solid var(--pink-soft);border-top-color:var(--magenta);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite gwspin}@keyframes gwspin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.gw-cal-spin{animation:none}}.gw-cal-fallback{text-align:center;color:var(--muted);border-top:1px solid var(--line);margin:0;padding:1rem;font-size:.9rem}.gw-cal-fallback a{color:var(--magenta);font-weight:600}@media (max-width:620px){.gw-cal iframe{min-height:640px}}.gw-sec-dark p,.gw-phero p,.gw-hero p{color:#e9d0c7}.gw-sec-dark .gw-btn-ghost{color:#fbeee7;border-color:var(--gold-pale)}.gw-sec-dark .gw-btn-ghost:hover{background:#e4ce921f}.gw-sec-dark .gw-kicker{color:var(--gold-pale)}.gw-sec-dark strong{color:#fbeee7}.gw-sec-dark .gw-contrib-note{color:var(--gold-pale);background:#e4ce921a;border-color:#e4ce9257}@media (min-width:761px) and (max-width:1024px){.gw-foot-top{grid-template-columns:1.3fr 1fr 1fr}}@media (max-width:760px){.gw{font-size:18px}.gw-wrap{padding:0 20px}.gw-hero{min-height:92svh;padding:130px 0 80px}.gw-hero-cta{flex-direction:column;align-items:stretch}.gw-hero-cta .gw-btn{justify-content:center}.gw-phero{padding:150px 0 72px}.gw-sec-head p,.gw-hero .sub,.gw-phero p.sub{font-size:1.06rem}.gw-tier{grid-template-columns:52px 1fr;gap:18px;padding:1.5rem 1.4rem}.gw-tier-step{font-size:2.4rem}.gw-scroll-hint{display:none}}@media (max-width:480px){.gw-brand-txt .n{letter-spacing:.14em;font-size:1.12rem}.gw-brand-txt .t{letter-spacing:.28em;font-size:.52rem}.gw-hero h1{font-size:clamp(2.9rem,13vw,4rem)}}
