.quiz-module__pfYkFq__card{background:var(--q-card-bg,#fff);border-radius:var(--q-card-radius,20px);box-shadow:var(--q-card-shadow,0 24px 60px #4a38241f, 0 6px 16px #4a38240f);padding:var(--q-card-padding,clamp(24px, 4vw, 44px));border:1px solid var(--q-card-border,#ebd9bf);max-width:760px;min-height:460px;-webkit-backdrop-filter:var(--q-card-backdrop,none);flex-direction:column;gap:24px;margin:0 auto;display:flex}.quiz-module__pfYkFq__progressWrap{align-items:center;gap:16px;display:flex}.quiz-module__pfYkFq__progress{background:var(--q-progress-track,#f1ece4);border-radius:999px;flex:1;height:6px;overflow:hidden}.quiz-module__pfYkFq__progressBar{background:var(--q-progress-fill,linear-gradient(90deg, #d2a273 0%, #b07a4a 100%));border-radius:999px;height:100%;transition:width .35s}.quiz-module__pfYkFq__stepLabel{color:var(--q-text-soft,#9c9081);white-space:nowrap;font-size:.85rem}.quiz-module__pfYkFq__questionBlock{flex-direction:column;flex:1;gap:20px;display:flex}.quiz-module__pfYkFq__question{font-size:clamp(1.2rem,2.6vw,1.6rem);font-weight:var(--q-question-weight,600);font-family:var(--q-question-font,inherit);color:var(--q-text,#3b2f25);letter-spacing:var(--q-question-letterspacing,normal);margin:0;line-height:1.3}.quiz-module__pfYkFq__subQuestion{color:var(--q-text-muted,#6b6258);margin:8px 0 0;font-size:1rem;font-weight:500}.quiz-module__pfYkFq__options{flex-direction:column;gap:12px;display:flex}.quiz-module__pfYkFq__option{text-align:left;background:var(--q-option-bg,#faf6f0);border-radius:var(--q-option-radius,14px);width:100%;color:var(--q-text,#3b2f25);border:2px solid #0000;align-items:center;gap:12px;padding:16px 20px;font-size:1rem;transition:all .15s;display:flex}.quiz-module__pfYkFq__option:hover{background:var(--q-option-bg-hover,#f5ede0);border-color:var(--q-option-border-hover,#e6d4bd)}.quiz-module__pfYkFq__optionSelected{background:var(--q-option-bg-selected,#fff8ee);border-color:var(--q-option-border-selected,#d2a273);box-shadow:0 0 0 4px var(--q-option-ring,#d2a27326)}.quiz-module__pfYkFq__optionRadio{background:var(--q-option-radio-bg,#fff);border:2px solid var(--q-option-radio-border,#d8cdb8);width:22px;height:22px;color:var(--q-option-radio-mark,#b07a4a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.quiz-module__pfYkFq__optionSelected .quiz-module__pfYkFq__optionRadio{border-color:var(--q-option-border-selected,#b07a4a)}.quiz-module__pfYkFq__optionCheck{border-radius:6px}.quiz-module__pfYkFq__multiHint{opacity:.6;color:var(--q-text-muted,inherit);margin:-6px 0 14px;font-size:13px}.quiz-module__pfYkFq__input{border:2px solid var(--q-input-border,#ece4d6);border-radius:var(--q-input-radius,12px);background:var(--q-input-bg,#fdfaf5);width:100%;color:var(--q-text,#3b2f25);outline:none;padding:14px 18px;font-size:1rem;transition:border-color .15s;display:block}.quiz-module__pfYkFq__input:focus{border-color:var(--q-input-border-focus,#d2a273)}.quiz-module__pfYkFq__consent{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:10px;margin-top:4px;display:flex}.quiz-module__pfYkFq__consentBox{appearance:none;border:2px solid var(--q-input-border,#ece4d6);background:var(--q-input-bg,#fdfaf5);cursor:pointer;border-radius:6px;flex-shrink:0;width:20px;height:20px;margin:1px 0 0;transition:border-color .15s,background .15s}.quiz-module__pfYkFq__consentBox:hover{border-color:var(--q-input-border-focus,#d2a273)}.quiz-module__pfYkFq__consentBox:checked{border-color:var(--q-option-border-selected,#b07a4a);background:var(--q-btn-bg,linear-gradient(180deg, #d2a273, #b07a4a))}.quiz-module__pfYkFq__consentBox:checked:after{content:"✓";width:100%;height:100%;color:var(--q-btn-color,#fff);justify-content:center;align-items:center;font-size:13px;line-height:1;display:flex}.quiz-module__pfYkFq__consentBox:focus-visible{outline:2px solid var(--q-input-border-focus,#d2a273);outline-offset:2px}.quiz-module__pfYkFq__consentText{color:var(--q-text-soft,#9c9081);font-size:13px;line-height:1.4}.quiz-module__pfYkFq__consentLink{color:var(--q-text,#3b2f25);text-underline-offset:2px;text-decoration:underline}.quiz-module__pfYkFq__consentLink:hover{text-decoration-thickness:2px}.quiz-module__pfYkFq__error{background:var(--q-error-bg,#fdecec);color:var(--q-error-color,#b54343);border-radius:12px;padding:12px 16px;font-size:.95rem}.quiz-module__pfYkFq__controls{justify-content:space-between;align-items:center;gap:16px;margin-top:auto;display:flex}.quiz-module__pfYkFq__btn{background:var(--q-btn-bg,linear-gradient(180deg, #d2a273, #b07a4a));color:var(--q-btn-color,#fff);border-radius:var(--q-btn-radius,12px);letter-spacing:var(--q-btn-letterspacing,normal);text-transform:var(--q-btn-text-transform,none);box-shadow:var(--q-btn-shadow,0 6px 16px #b07a4a4d);padding:14px 28px;font-size:1rem;font-weight:600;transition:transform .1s,box-shadow .15s}.quiz-module__pfYkFq__btn:hover:not(:disabled){box-shadow:var(--q-btn-shadow-hover,0 10px 22px #b07a4a66)}.quiz-module__pfYkFq__btn:active:not(:disabled){transform:translateY(1px)}.quiz-module__pfYkFq__btn:disabled{opacity:.6;cursor:not-allowed}.quiz-module__pfYkFq__btnGhost{color:var(--q-ghost-color,#8b7d6b);border-radius:var(--q-btn-radius,12px);padding:14px 22px;font-size:.95rem;font-weight:500}.quiz-module__pfYkFq__btnGhost:hover{color:var(--q-ghost-color-hover,#3b2f25);background:var(--q-ghost-bg-hover,#faf6f0)}.quiz-module__pfYkFq__thanks{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:40px 20px;display:flex}.quiz-module__pfYkFq__thanks h2{color:var(--q-text,#3b2f25);margin:0;font-size:1.8rem}.quiz-module__pfYkFq__thanks p{color:var(--q-text-muted,#6b6258);max-width:420px;margin:0;font-size:1.1rem}.quiz-module__pfYkFq__checkmark{background:var(--q-accent-bg,linear-gradient(180deg, #d2a273, #b07a4a));color:#fff;width:80px;height:80px;box-shadow:var(--q-accent-shadow,0 12px 28px #b07a4a4d);border-radius:50%;justify-content:center;align-items:center;font-size:36px;font-weight:700;display:flex}.quiz-module__pfYkFq__bookingLoading,.quiz-module__pfYkFq__bookingEmpty{text-align:center;color:var(--q-text-soft,#8b7d6b);padding:32px 16px}.quiz-module__pfYkFq__bookingWrap{flex-direction:column;gap:16px;display:flex}.quiz-module__pfYkFq__bookingDays{scrollbar-width:thin;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.quiz-module__pfYkFq__bookingDay{background:var(--q-option-bg,#faf6f0);min-width:64px;color:var(--q-text,#5a4a3a);cursor:pointer;border:2px solid #0000;border-radius:12px;flex-direction:column;flex:none;align-items:center;gap:2px;padding:10px 14px;transition:all .15s;display:flex}.quiz-module__pfYkFq__bookingDay:hover{background:var(--q-option-bg-hover,#f5ede0)}.quiz-module__pfYkFq__bookingDayActive{background:var(--q-option-bg-selected,#fff8ee);border-color:var(--q-option-border-selected,#d2a273);box-shadow:0 0 0 4px var(--q-option-ring,#d2a27326)}.quiz-module__pfYkFq__bookingDayWd{text-transform:uppercase;letter-spacing:.04em;color:var(--q-text-soft,#8b7d6b);font-size:11px}.quiz-module__pfYkFq__bookingDayNum{color:var(--q-text,#3b2f25);font-size:22px;font-weight:700}.quiz-module__pfYkFq__bookingDayMon{color:var(--q-text-soft,#8b7d6b);font-size:11px}.quiz-module__pfYkFq__bookingSlots{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px;display:grid}.quiz-module__pfYkFq__bookingSlot{background:var(--q-option-bg,#faf6f0);color:var(--q-text,#3b2f25);cursor:pointer;border:2px solid #0000;border-radius:10px;padding:10px 8px;font-size:14px;font-weight:500;transition:all .15s}.quiz-module__pfYkFq__bookingSlot:hover{background:var(--q-option-bg-hover,#f5ede0)}.quiz-module__pfYkFq__bookingSlotActive{background:var(--q-option-bg-selected,#fff8ee);border-color:var(--q-option-border-selected,#d2a273);box-shadow:0 0 0 3px var(--q-option-ring,#d2a27326)}.quiz-module__pfYkFq__optionsMedia{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}@media (min-width:720px){.quiz-module__pfYkFq__optionsMedia{grid-template-columns:repeat(3,minmax(0,1fr))}}.quiz-module__pfYkFq__optionCard{text-align:left;flex-direction:column;align-items:stretch;gap:0;padding:0;position:relative;overflow:hidden}.quiz-module__pfYkFq__optionCard.quiz-module__pfYkFq__optionSelected{background:var(--q-option-bg-selected,#fff8ee)}.quiz-module__pfYkFq__optionPlain{grid-column:1/-1}.quiz-module__pfYkFq__optionThumb{aspect-ratio:3/4;background:var(--q-option-bg-hover,#f5ede0);display:block;overflow:hidden}.quiz-module__pfYkFq__optionImg{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}@media (hover:hover){.quiz-module__pfYkFq__optionCard:hover .quiz-module__pfYkFq__optionImg{transform:scale(1.04)}}@media (prefers-reduced-motion:reduce){.quiz-module__pfYkFq__optionImg{transition:none}.quiz-module__pfYkFq__optionCard:hover .quiz-module__pfYkFq__optionImg{transform:none}.quiz-module__pfYkFq__progressBar,.quiz-module__pfYkFq__btn{transition:none}.quiz-module__pfYkFq__option{transition-property:color,background-color,border-color,box-shadow}}.quiz-module__pfYkFq__optionCard .quiz-module__pfYkFq__optionRadio{z-index:1;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #0000002e}.quiz-module__pfYkFq__optionCard .quiz-module__pfYkFq__optionLabel{padding:10px 12px 12px;font-size:.92rem;line-height:1.35;display:block}.quiz-module__pfYkFq__summaryLead{color:var(--q-text-muted,#6b6258);margin:-8px 0 0;font-size:.95rem;line-height:1.5}.quiz-module__pfYkFq__summary{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.quiz-module__pfYkFq__summaryRow{justify-content:space-between;align-items:baseline;gap:var(--q-summary-gap,16px);border-bottom:1px solid var(--q-card-border,#ebd9bf);padding:12px 0;display:flex}.quiz-module__pfYkFq__summaryRow:last-child{border-bottom:none}.quiz-module__pfYkFq__summaryText{flex-direction:column;gap:2px;min-width:0;display:flex}.quiz-module__pfYkFq__summaryQ{letter-spacing:.02em;color:var(--q-text-soft,#9c9081);font-size:.8rem}.quiz-module__pfYkFq__summaryA{color:var(--q-text,#3b2f25);overflow-wrap:anywhere;font-size:1rem}.quiz-module__pfYkFq__summaryEdit{color:var(--q-ghost-color,#8b7d6b);border-radius:var(--q-btn-radius,12px);text-underline-offset:3px;flex-shrink:0;padding:6px 12px;font-size:.85rem;text-decoration:underline;transition:color .15s,background .15s;position:relative}.quiz-module__pfYkFq__summaryEdit:hover{color:var(--q-ghost-color-hover,#3b2f25);background:var(--q-ghost-bg-hover,#faf6f0)}.quiz-module__pfYkFq__summaryEdit:after{content:"";position:absolute;inset:-8px -6px}
.template-module__QDchbq__page{color:#f4e9d4;background:#0a0a0a;flex-direction:column;min-height:100vh;display:flex}.template-module__QDchbq__hero{isolation:isolate;background-color:#0a0a0a;background-position:top;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:flex-start;min-height:clamp(560px,88vh,900px);padding:clamp(40px,8vw,100px) clamp(16px,5vw,64px) clamp(110px,14vw,180px);display:flex;position:relative;overflow:hidden}.template-module__QDchbq__curtainPanel{z-index:4;pointer-events:none;will-change:transform;background-repeat:no-repeat;background-size:200% 100%;width:60%;position:absolute;top:0;bottom:0;box-shadow:inset 0 0 80px 20px #0000008c}.template-module__QDchbq__curtainPanelLeft{background-position:0;background-image:linear-gradient(90deg, #0805038c 0%, #080503a6 60%, #000000eb 100%), var(--curtain-img);animation:2.2s cubic-bezier(.5,.05,.2,1) .2s both template-module__QDchbq__curtainOpenLeft;left:0;transform:translate(0)}.template-module__QDchbq__curtainPanelRight{background-position:100%;background-image:linear-gradient(270deg, #0805038c 0%, #080503a6 60%, #000000eb 100%), var(--curtain-img);animation:2.2s cubic-bezier(.5,.05,.2,1) .2s both template-module__QDchbq__curtainOpenRight;right:0;transform:translate(0)}@keyframes template-module__QDchbq__curtainOpenLeft{0%{transform:translate(0)}to{transform:translate(-105%)}}@keyframes template-module__QDchbq__curtainOpenRight{0%{transform:translate(0)}to{transform:translate(105%)}}.template-module__QDchbq__spotlight{z-index:1;pointer-events:none;opacity:0;background:radial-gradient(60% 70% at 50% 30%,#ddc0892e 0%,#ddc08914 25%,#0000 60%);animation:1.6s 1.5s forwards template-module__QDchbq__spotlightOn;position:absolute;inset:0}@keyframes template-module__QDchbq__spotlightOn{0%{opacity:0}to{opacity:1}}.template-module__QDchbq__heroOverlay{z-index:0;background:linear-gradient(#0000 0% 60%,#0a0a0a99 75%,#0a0a0aeb 90%,#0a0a0a 100%),radial-gradient(at 50% 100%,#000000d9 30%,#0000 75%),linear-gradient(#0000008c 0%,#000000c7 100%);position:absolute;inset:0}.template-module__QDchbq__heroInner{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:clamp(24px,4vw,40px);max-width:1100px;margin:0 auto;padding-top:clamp(18px,5vh,72px);display:flex;position:relative}.template-module__QDchbq__logo{filter:drop-shadow(0 4px 30px #ddc0894d);width:clamp(110px,14vw,170px);height:auto;margin-bottom:clamp(8px,2vw,24px)}.template-module__QDchbq__textLogo{filter:drop-shadow(0 4px 30px #ddc0894d);flex-direction:column;align-items:center;gap:8px;margin-bottom:clamp(4px,1.5vw,18px);display:flex}.template-module__QDchbq__textLogoMark{letter-spacing:.02em;-webkit-text-fill-color:transparent;color:#0000;text-shadow:0 0 36px #ddc08940;background:linear-gradient(#f6e4b8 0%,#ddc089 45%,#c9a672 100%);-webkit-background-clip:text;background-clip:text;font-family:Cormorant Garamond,Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:500;line-height:1}.template-module__QDchbq__textLogoTagline{letter-spacing:.34em;text-transform:uppercase;color:#ddc089c7;text-align:center;max-width:520px;font-family:Helvetica Neue,Arial,sans-serif;font-size:clamp(.66rem,.9vw,.78rem);font-weight:300}.template-module__QDchbq__heroTitle{letter-spacing:.01em;text-transform:uppercase;text-shadow:0 2px 24px #ddc0892e;max-width:1000px;margin:0;font-size:clamp(2rem,6.5vw,5.2rem);font-weight:800;line-height:1.05;display:inline-block;position:relative}.template-module__QDchbq__heroTitleText{-webkit-text-fill-color:transparent;background:linear-gradient(#f6e4b8 0%,#ddc089 45%,#c9a672 100%);-webkit-background-clip:text;background-clip:text;display:inline;position:relative}.template-module__QDchbq__shimmer{pointer-events:none;background:linear-gradient(100deg,#0000 30%,#fff0c88c 50%,#0000 70%) 200% 0/250% 100%;-webkit-text-fill-color:transparent;color:#0000;mix-blend-mode:screen;-webkit-background-clip:text;background-clip:text;animation:5.5s ease-in-out 2.4s infinite template-module__QDchbq__shimmer;position:absolute;inset:0}@keyframes template-module__QDchbq__shimmer{0%{background-position:200% 0}60%{background-position:-120% 0}to{background-position:-120% 0}}.template-module__QDchbq__heroSubtitleBox{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a080666;border:1px solid #ddc0898c;border-radius:16px;max-width:720px;padding:clamp(18px,2.5vw,28px) clamp(20px,4vw,44px);position:relative}.template-module__QDchbq__heroSubtitleBox p{color:#f0e0c2;margin:0;font-size:clamp(.95rem,1.6vw,1.15rem);font-weight:400;line-height:1.55}.template-module__QDchbq__fadeInUp{opacity:0;animation:1.8s cubic-bezier(.2,.6,.2,1) both template-module__QDchbq__fadeInUp}.template-module__QDchbq__fadeInDown{opacity:0;animation:1.8s cubic-bezier(.2,.6,.2,1) both template-module__QDchbq__fadeInDown}.template-module__QDchbq__delay1{animation-delay:1.3s}.template-module__QDchbq__delay2{animation-delay:1.6s}.template-module__QDchbq__delay3{animation-delay:2s}@keyframes template-module__QDchbq__fadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes template-module__QDchbq__fadeInDown{0%{opacity:0;transform:translateY(-60px)}to{opacity:1;transform:translateY(0)}}.template-module__QDchbq__drinksSection{isolation:isolate;background:linear-gradient(#0a0a0a 0% 50%,#16110c 58%,#3c3024 66%,#8d7458 75%,#d9c6aa 84%,#faf3e6 94% 100%);margin-top:-96px;padding:96px 16px 0;position:relative;overflow:hidden}.template-module__QDchbq__drinksSection:before,.template-module__QDchbq__drinksSection:after{content:"";z-index:0;pointer-events:none;position:absolute;left:0;right:0}.template-module__QDchbq__drinksSection:before{background:linear-gradient(#0a0a0a 0%,#0a0a0a00 100%);height:180px;top:0}.template-module__QDchbq__drinksSection:after{background:linear-gradient(#faf3e600 0%,#faf3e6 72% 100%);height:220px;bottom:-1px}.template-module__QDchbq__drinksImage{z-index:2;opacity:0;max-width:700px;margin:0 auto;padding-top:24px;transition:opacity .9s,transform .9s cubic-bezier(.2,.6,.2,1);position:relative;transform:translateY(40px)}.template-module__QDchbq__drinksVisible{opacity:1;transform:translateY(0)}.template-module__QDchbq__drinksImage img{filter:drop-shadow(0 30px 60px #0009);will-change:transform;width:100%;height:auto;transition:transform 50ms linear;display:block}.template-module__QDchbq__quizSection{z-index:1;background:#faf3e6;margin-top:-48px;padding:96px clamp(16px,5vw,64px) 64px;position:relative}.template-module__QDchbq__quizSection:before{content:"";pointer-events:none;background:linear-gradient(#faf3e600 0%,#faf3e6 78% 100%);height:160px;position:absolute;top:-120px;left:0;right:0}.template-module__QDchbq__quizHeader{z-index:1;background:#fff;border:1px solid #e6d4bd;border-radius:16px;align-items:center;gap:12px;max-width:760px;margin:0 auto 24px;padding:16px 22px;display:flex;position:relative;box-shadow:0 8px 24px #b07a4a14}.template-module__QDchbq__quizPin{color:#fff;filter:drop-shadow(0 4px 10px #b07a4a40);background:linear-gradient(#f6e4b8,#c9a672);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;animation:2.4s ease-in-out infinite template-module__QDchbq__pinPulse;display:inline-flex}.template-module__QDchbq__quizPin svg{width:18px;height:18px}@keyframes template-module__QDchbq__pinPulse{0%,to{box-shadow:0 0 #ddc08999}50%{box-shadow:0 0 0 12px #ddc08900}}.template-module__QDchbq__quizPinLabel{color:#5a4a3a;font-size:clamp(1rem,2vw,1.15rem);font-weight:600}.template-module__QDchbq__fadeInOnView{animation:.9s cubic-bezier(.2,.6,.2,1) .1s both template-module__QDchbq__fadeInUp}.template-module__QDchbq__contacts{text-align:center;color:#6b5a47;background:#faf3e6;padding:0 16px 40px}.template-module__QDchbq__contacts p{margin:4px 0}.template-module__QDchbq__contacts a{color:#b07a4a;font-weight:600}.template-module__QDchbq__footer{color:#6f6557;text-align:center;background:#0a0a0a;padding:22px 16px;font-size:13px}@media (prefers-reduced-motion:reduce){.template-module__QDchbq__curtainPanelLeft,.template-module__QDchbq__curtainPanelRight{animation-duration:1ms!important;animation-delay:0s!important}.template-module__QDchbq__fadeInUp,.template-module__QDchbq__fadeInDown,.template-module__QDchbq__fadeInOnView,.template-module__QDchbq__spotlight,.template-module__QDchbq__shimmer,.template-module__QDchbq__quizPin{opacity:1!important;animation:none!important;transform:none!important}.template-module__QDchbq__drinksImage{opacity:1!important;transform:none!important}}@media (max-width:640px){.template-module__QDchbq__drinksSection{background:linear-gradient(#0a0a0a 0% 52%,#16110c 61%,#3c3024 70%,#8d7458 78%,#d9c6aa 87%,#faf3e6 95% 100%);margin-top:-72px;padding-top:72px}.template-module__QDchbq__curtainPanel{width:70%}}
.template-module__zaPk4q__page{background:#fafafa;justify-content:center;align-items:flex-start;min-height:100vh;padding:32px 16px;display:flex}.template-module__zaPk4q__main{flex-direction:column;gap:32px;width:100%;max-width:720px;display:flex}.template-module__zaPk4q__heading{text-align:center}.template-module__zaPk4q__heading img{max-height:48px;margin:0 auto 12px}.template-module__zaPk4q__brand{color:#555;margin-bottom:12px;font-weight:600;display:inline-block}.template-module__zaPk4q__heading h1{color:#1a1a1a;margin:0 0 8px;font-size:clamp(1.5rem,3vw,2rem)}.template-module__zaPk4q__heading p{color:#666;margin:0;font-size:1rem}
.template-module__FMFrXa__page{--ap-sage:#6e8773;--ap-sage-deep:#4d6553;--ap-cream:#f4efe7;--ap-cream-soft:#fbf8f3;--ap-ink:#1f2521;--ap-muted:#6c736e;--ap-line:#dcd3c4;--q-card-bg:#fff;--q-card-border:#e6dccb;--q-card-radius:4px;--q-card-shadow:0 24px 48px #1f252114, 0 1px 2px #1f25210a;--q-text:var(--ap-ink);--q-text-muted:var(--ap-muted);--q-text-soft:#999c97;--q-progress-track:#ede5d4;--q-progress-fill:linear-gradient(90deg, var(--ap-sage), var(--ap-sage-deep));--q-option-bg:var(--ap-cream-soft);--q-option-bg-hover:#f0e9da;--q-option-bg-selected:#ecf0ec;--q-option-border-hover:#d6cdb8;--q-option-border-selected:var(--ap-sage);--q-option-ring:#6e87731f;--q-option-radio-border:#c4baa3;--q-option-radio-mark:var(--ap-sage-deep);--q-option-radius:4px;--q-input-bg:var(--ap-cream-soft);--q-input-border:#ddd2bc;--q-input-border-focus:var(--ap-sage);--q-input-radius:4px;--q-btn-bg:var(--ap-ink);--q-btn-color:#fff;--q-btn-shadow:none;--q-btn-shadow-hover:0 6px 14px #1f252140;--q-btn-radius:4px;--q-btn-letterspacing:.04em;--q-btn-text-transform:uppercase;--q-ghost-color:var(--ap-muted);--q-ghost-color-hover:var(--ap-ink);--q-ghost-bg-hover:var(--ap-cream);--q-accent-bg:linear-gradient(180deg, var(--ap-sage), var(--ap-sage-deep));--q-accent-shadow:0 12px 24px #6e87734d;background:var(--ap-cream);color:var(--ap-ink);min-height:100vh;font-family:ui-serif,Georgia,Times New Roman,serif}.template-module__FMFrXa__shell{max-width:1200px;margin:0 auto;padding:24px clamp(20px,4vw,56px) 80px}.template-module__FMFrXa__header{border-bottom:1px solid var(--ap-line);justify-content:space-between;align-items:center;margin-bottom:clamp(40px,6vw,80px);padding:16px 0 32px;display:flex}.template-module__FMFrXa__brand img{max-height:38px;display:block}.template-module__FMFrXa__brandMark{letter-spacing:.02em;color:var(--ap-ink);font-family:ui-serif,Georgia,serif;font-size:22px;font-weight:500}.template-module__FMFrXa__nav{letter-spacing:.08em;text-transform:uppercase;color:var(--ap-muted);align-items:center;gap:14px;font-family:-apple-system,Segoe UI,system-ui,sans-serif;font-size:12px;display:flex}.template-module__FMFrXa__navDot{background:var(--ap-sage);border-radius:50%;width:4px;height:4px}.template-module__FMFrXa__hero{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:clamp(24px,4vw,64px);margin-bottom:clamp(56px,8vw,96px);display:grid}@media (max-width:880px){.template-module__FMFrXa__hero{grid-template-columns:1fr}}.template-module__FMFrXa__heroLeft{padding-right:8px}.template-module__FMFrXa__eyebrow,.template-module__FMFrXa__eyebrowDark{letter-spacing:.18em;text-transform:uppercase;color:var(--ap-sage-deep);background:#6e87731a;border-radius:999px;margin-bottom:16px;padding:5px 12px;font-family:-apple-system,Segoe UI,system-ui,sans-serif;font-size:11px;display:inline-block}.template-module__FMFrXa__eyebrowDark{color:var(--ap-ink);background:var(--ap-cream-soft)}.template-module__FMFrXa__heroTitle{letter-spacing:-.02em;color:var(--ap-ink);margin:0 0 24px;font-family:ui-serif,Times New Roman,Georgia,serif;font-size:clamp(2.4rem,5.5vw,4.6rem);font-weight:400;line-height:1.05}.template-module__FMFrXa__heroSub{color:var(--ap-muted);max-width:520px;margin:0 0 36px;font-family:-apple-system,Segoe UI,system-ui,sans-serif;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.65}.template-module__FMFrXa__trust{align-items:stretch;gap:16px;font-family:-apple-system,Segoe UI,system-ui,sans-serif;display:flex}.template-module__FMFrXa__trustItem{flex-direction:column;display:flex}.template-module__FMFrXa__trustItem strong{color:var(--ap-ink);font-family:ui-serif,Georgia,serif;font-size:1.7rem;font-weight:500;line-height:1}.template-module__FMFrXa__trustItem span{letter-spacing:.06em;text-transform:uppercase;color:var(--ap-muted);margin-top:6px;font-size:11px}.template-module__FMFrXa__trustDivider{background:var(--ap-line);width:1px}.template-module__FMFrXa__heroRight{justify-content:center;display:flex}.template-module__FMFrXa__imageBox{aspect-ratio:4/5;background:radial-gradient(at 30% 30%,#fff6,#0000 60%),linear-gradient(135deg,#d8e0d4 0%,#a3b6a4 50%,#6e8773 100%);border-radius:4px;width:100%;max-width:460px;position:relative;overflow:hidden;box-shadow:0 30px 60px #1f25212e}.template-module__FMFrXa__imageInner{border:1px solid #fff6;border-radius:2px;align-items:flex-end;padding:24px;display:flex;position:absolute;inset:16px}.template-module__FMFrXa__imageBadge{letter-spacing:.12em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;background:#1f252199;border-radius:2px;padding:8px 14px;font-family:-apple-system,Segoe UI,system-ui,sans-serif;font-size:11px}.template-module__FMFrXa__shimmerSweep{pointer-events:none;background:linear-gradient(115deg,#0000 35%,#ffffff59 50%,#0000 65%) 200% 0/250% 100%;animation:5s ease-in-out 1.6s infinite template-module__FMFrXa__apShimmer;position:absolute;inset:0}@keyframes template-module__FMFrXa__apShimmer{0%{background-position:200% 0}60%{background-position:-100% 0}to{background-position:-100% 0}}.template-module__FMFrXa__services{text-align:center;margin-bottom:clamp(56px,8vw,96px)}.template-module__FMFrXa__servicesTitle{letter-spacing:-.01em;color:var(--ap-ink);margin:12px 0 36px;font-family:ui-serif,Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:400}.template-module__FMFrXa__serviceGrid{background:var(--ap-line);border:1px solid var(--ap-line);text-align:left;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1px;display:grid}.template-module__FMFrXa__serviceCard{cursor:pointer;opacity:0;background:#fff;flex-direction:column;gap:8px;padding:32px 24px;transition:background .25s;animation:.7s cubic-bezier(.2,.6,.2,1) .2s both template-module__FMFrXa__apFadeUp;display:flex;position:relative}.template-module__FMFrXa__serviceCard:hover{background:var(--ap-cream-soft)}.template-module__FMFrXa__serviceCard:hover .template-module__FMFrXa__serviceArrow{color:var(--ap-sage-deep);transform:translate(6px)}.template-module__FMFrXa__serviceNum{letter-spacing:.12em;color:var(--ap-sage-deep);font-family:-apple-system,system-ui,sans-serif;font-size:11px;font-weight:600}.template-module__FMFrXa__serviceCard h3{color:var(--ap-ink);margin:4px 0 0;font-family:ui-serif,Georgia,serif;font-size:1.3rem;font-weight:500}.template-module__FMFrXa__serviceCard p{color:var(--ap-muted);margin:4px 0 18px;font-family:-apple-system,system-ui,sans-serif;font-size:13px;line-height:1.5}.template-module__FMFrXa__serviceArrow{color:#ccc;margin-top:auto;font-family:-apple-system,system-ui,sans-serif;font-size:18px;transition:transform .25s,color .25s}.template-module__FMFrXa__testimonial{background:var(--ap-cream-soft);text-align:center;border-left:3px solid var(--ap-sage);opacity:0;max-width:760px;margin:0 auto clamp(56px,8vw,96px);padding:clamp(32px,5vw,64px) clamp(20px,4vw,48px);font-family:ui-serif,Georgia,serif;animation:.9s cubic-bezier(.2,.6,.2,1) .2s both template-module__FMFrXa__apFadeUp;position:relative}.template-module__FMFrXa__testimonialMark{color:var(--ap-sage);margin-bottom:16px;font-size:4rem;font-weight:700;line-height:.6;display:block}.template-module__FMFrXa__testimonial blockquote{color:var(--ap-ink);margin:0 0 24px;font-size:clamp(1.05rem,1.8vw,1.4rem);font-style:italic;font-weight:400;line-height:1.55}.template-module__FMFrXa__testimonial cite{color:var(--ap-muted);letter-spacing:.04em;font-family:-apple-system,system-ui,sans-serif;font-size:13px;font-style:normal}.template-module__FMFrXa__testimonial cite strong{color:var(--ap-ink)}.template-module__FMFrXa__fadeIn{opacity:0;animation:1s both template-module__FMFrXa__apFade}.template-module__FMFrXa__fadeUp1,.template-module__FMFrXa__fadeUp2,.template-module__FMFrXa__fadeUp3,.template-module__FMFrXa__fadeUp4{opacity:0;animation:.9s cubic-bezier(.2,.6,.2,1) both template-module__FMFrXa__apFadeUp}.template-module__FMFrXa__fadeUp1{animation-delay:.1s}.template-module__FMFrXa__fadeUp2{animation-delay:.25s}.template-module__FMFrXa__fadeUp3{animation-delay:.45s}.template-module__FMFrXa__fadeUp4{animation-delay:.7s}@keyframes template-module__FMFrXa__apFade{0%{opacity:0}to{opacity:1}}@keyframes template-module__FMFrXa__apFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.template-module__FMFrXa__fadeIn,.template-module__FMFrXa__fadeUp1,.template-module__FMFrXa__fadeUp2,.template-module__FMFrXa__fadeUp3,.template-module__FMFrXa__fadeUp4,.template-module__FMFrXa__serviceCard,.template-module__FMFrXa__testimonial,.template-module__FMFrXa__shimmerSweep{opacity:1!important;animation:none!important;transform:none!important}}.template-module__FMFrXa__quizSection{margin-bottom:clamp(40px,6vw,80px)}.template-module__FMFrXa__quizHead{text-align:center;margin-bottom:36px;font-family:-apple-system,Segoe UI,system-ui,sans-serif}.template-module__FMFrXa__quizHead h2{letter-spacing:-.01em;color:var(--ap-ink);margin:0 0 12px;font-family:ui-serif,Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:400}.template-module__FMFrXa__quizHead p{color:var(--ap-muted);max-width:480px;margin:0 auto;font-size:.95rem}.template-module__FMFrXa__footer{border-top:1px solid var(--ap-line);color:var(--ap-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:32px;font-family:-apple-system,Segoe UI,system-ui,sans-serif;font-size:13px;display:flex}.template-module__FMFrXa__footer a{color:var(--ap-ink);font-weight:500}
.template-module__M1booa__page{--ln-ink:#0a1525;--ln-ink-2:#142440;--ln-gold:#c9a35a;--ln-gold-light:#e6c585;--ln-cream:#ebe2cf;--ln-line:#c9a35a40;--q-card-bg:#14244099;--q-card-border:#c9a35a4d;--q-card-shadow:0 30px 60px #00000080;--q-card-radius:0;--q-card-backdrop:blur(12px);--q-text:var(--ln-cream);--q-text-muted:#ebe2cfb3;--q-text-soft:#ebe2cf80;--q-progress-track:#c9a35a2e;--q-progress-fill:linear-gradient(90deg, var(--ln-gold), var(--ln-gold-light));--q-option-bg:#0a152580;--q-option-bg-hover:#0a1525bf;--q-option-bg-selected:#c9a35a1f;--q-option-border-hover:#c9a35a59;--q-option-border-selected:var(--ln-gold);--q-option-ring:#c9a35a2e;--q-option-radio-bg:transparent;--q-option-radio-border:#c9a35a66;--q-option-radio-mark:var(--ln-gold);--q-option-radius:2px;--q-input-bg:#0a152580;--q-input-border:#c9a35a4d;--q-input-border-focus:var(--ln-gold);--q-input-radius:2px;--q-btn-bg:linear-gradient(180deg, var(--ln-gold-light), var(--ln-gold));--q-btn-color:var(--ln-ink);--q-btn-shadow:0 8px 20px #c9a35a59;--q-btn-shadow-hover:0 14px 28px #c9a35a80;--q-btn-radius:2px;--q-btn-letterspacing:.16em;--q-btn-text-transform:uppercase;--q-ghost-color:#ebe2cf99;--q-ghost-color-hover:var(--ln-cream);--q-ghost-bg-hover:#c9a35a14;--q-accent-bg:linear-gradient(180deg, var(--ln-gold-light), var(--ln-gold));--q-accent-shadow:0 14px 30px #c9a35a66;background:radial-gradient(ellipse at top, var(--ln-ink-2) 0%, var(--ln-ink) 60%), var(--ln-ink);color:var(--ln-cream);min-height:100vh;font-family:-apple-system,Segoe UI,system-ui,sans-serif;position:relative;overflow:hidden}.template-module__M1booa__glow{pointer-events:none;z-index:0;background:radial-gradient(circle at 20% 30%,#c9a35a1f,#0000 40%),radial-gradient(circle at 80% 70%,#c9a35a14,#0000 50%);position:absolute;inset:0}.template-module__M1booa__shell{z-index:1;max-width:980px;margin:0 auto;padding:32px clamp(20px,4vw,48px) 64px;position:relative}.template-module__M1booa__header{border-bottom:1px solid var(--ln-line);letter-spacing:.2em;text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:clamp(56px,8vw,96px);padding-bottom:32px;font-size:12px;display:flex}.template-module__M1booa__brand{letter-spacing:.3em;color:var(--ln-gold);font-family:ui-serif,Georgia,serif;font-size:28px;font-weight:300}.template-module__M1booa__tagline{color:#ebe2cf80}.template-module__M1booa__hero{text-align:center;margin-bottom:clamp(60px,8vw,100px)}.template-module__M1booa__heroOrnament{justify-content:center;align-items:center;gap:8px;margin-bottom:32px;display:flex}.template-module__M1booa__heroOrnament span{background:var(--ln-gold);display:block}.template-module__M1booa__heroOrnament span:first-child,.template-module__M1booa__heroOrnament span:nth-child(3){width:60px;height:1px}.template-module__M1booa__heroOrnament span:nth-child(2){border-radius:50%;width:8px;height:8px}.template-module__M1booa__heroTitle{letter-spacing:-.01em;margin:0 0 36px;font-family:ui-serif,Times New Roman,Georgia,serif;font-size:clamp(2.4rem,6.5vw,5.4rem);font-weight:300;line-height:1.05;display:inline-block;position:relative}.template-module__M1booa__heroTitleText{background:linear-gradient(180deg, var(--ln-gold-light) 0%, var(--ln-gold) 60%, #8c6f3c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline;position:relative}.template-module__M1booa__titleShimmer{background:linear-gradient(100deg,#0000 30%,#fff0c8a6 50%,#0000 70%) 200% 0/250% 100%;-webkit-text-fill-color:transparent;color:#0000;mix-blend-mode:screen;pointer-events:none;-webkit-background-clip:text;background-clip:text;animation:6s ease-in-out 1.8s infinite template-module__M1booa__lnShimmer;position:absolute;inset:0}@keyframes template-module__M1booa__lnShimmer{0%{background-position:200% 0}60%{background-position:-120% 0}to{background-position:-120% 0}}.template-module__M1booa__divider{background:linear-gradient(180deg, transparent, var(--ln-gold), transparent);width:1px;height:40px;margin:0 auto 36px}.template-module__M1booa__heroSub{color:#ebe2cfbf;max-width:580px;margin:0 auto 60px;font-size:clamp(1rem,1.6vw,1.2rem);font-style:italic;font-weight:300;line-height:1.7}.template-module__M1booa__metrics{border-top:1px solid var(--ln-line);border-bottom:1px solid var(--ln-line);grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}@media (max-width:720px){.template-module__M1booa__metrics{grid-template-columns:1fr}}.template-module__M1booa__metric{text-align:center;border-right:1px solid var(--ln-line);padding:28px 20px}.template-module__M1booa__metric:last-child{border-right:none}@media (max-width:720px){.template-module__M1booa__metric{border-right:none;border-bottom:1px solid var(--ln-line)}.template-module__M1booa__metric:last-child{border-bottom:none}}.template-module__M1booa__metricNum{color:var(--ln-gold);margin-bottom:12px;font-family:ui-serif,Georgia,serif;font-size:3rem;font-weight:300;line-height:1;display:block}.template-module__M1booa__metricLabel{letter-spacing:.16em;text-transform:uppercase;color:#ebe2cf8c;font-size:11px}.template-module__M1booa__quizSection{margin-bottom:80px}.template-module__M1booa__quizFrame{border:1px solid var(--ln-line);padding:clamp(24px,4vw,56px);position:relative}.template-module__M1booa__quizFrame:before,.template-module__M1booa__quizFrame:after{content:"";border:1px solid var(--ln-gold);width:28px;height:28px;position:absolute}.template-module__M1booa__quizFrame:before{border-bottom:none;border-right:none;top:-1px;left:-1px}.template-module__M1booa__quizFrame:after{border-top:none;border-left:none;bottom:-1px;right:-1px}.template-module__M1booa__quizHead{text-align:center;margin-bottom:32px}.template-module__M1booa__eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--ln-gold);margin-bottom:12px;font-size:10px;display:block}.template-module__M1booa__quizHead h2{letter-spacing:.02em;color:var(--ln-cream);margin:0;font-family:ui-serif,Georgia,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:300}.template-module__M1booa__footer{border-top:1px solid var(--ln-line);letter-spacing:.12em;text-transform:uppercase;color:#ebe2cf80;justify-content:space-between;align-items:center;padding-top:32px;font-size:12px;display:flex}.template-module__M1booa__footer a{color:var(--ln-gold)}.template-module__M1booa__rituals{text-align:center;margin-bottom:clamp(56px,8vw,100px)}.template-module__M1booa__sectionEyebrow{letter-spacing:.32em;text-transform:uppercase;color:var(--ln-gold);margin-bottom:16px;font-size:11px;font-style:italic;display:block}.template-module__M1booa__sectionTitle{letter-spacing:.02em;color:var(--ln-cream);margin:0 0 48px;font-family:ui-serif,Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:300}.template-module__M1booa__ritualGrid{border-top:1px solid var(--ln-line);border-bottom:1px solid var(--ln-line);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:0;display:grid}.template-module__M1booa__ritualCard{text-align:center;border-right:1px solid var(--ln-line);cursor:pointer;opacity:0;background:#1424404d;padding:32px 20px;transition:background .3s,transform .3s;animation:.8s cubic-bezier(.2,.6,.2,1) both template-module__M1booa__lnFadeUp}.template-module__M1booa__ritualCard:last-child{border-right:none}.template-module__M1booa__ritualCard:hover{background:#c9a35a14;transform:translateY(-4px)}@media (max-width:720px){.template-module__M1booa__ritualCard{border-right:none;border-bottom:1px solid var(--ln-line)}.template-module__M1booa__ritualCard:last-child{border-bottom:none}}.template-module__M1booa__ritualCode{border:1px solid var(--ln-gold);width:56px;height:56px;color:var(--ln-gold);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-family:ui-serif,Georgia,serif;font-size:1.5rem;font-style:italic;font-weight:300;transition:background .3s,color .3s;display:inline-flex}.template-module__M1booa__ritualCard:hover .template-module__M1booa__ritualCode{background:var(--ln-gold);color:var(--ln-ink)}.template-module__M1booa__ritualName{color:var(--ln-cream);margin:0 0 8px;font-family:ui-serif,Georgia,serif;font-size:1.2rem;font-style:italic;font-weight:400}.template-module__M1booa__ritualDesc{letter-spacing:.06em;color:#ebe2cf99;margin:0;font-size:12px}.template-module__M1booa__pressBlock{text-align:center;margin-bottom:clamp(56px,8vw,100px);padding:48px clamp(20px,3vw,32px)}.template-module__M1booa__pressLine{background:linear-gradient(90deg, transparent, var(--ln-gold), transparent);width:80px;height:1px;margin:0 auto 24px;display:block}.template-module__M1booa__pressBlock .template-module__M1booa__pressLine:last-of-type{margin:24px auto 0}.template-module__M1booa__pressQuote{color:#ebe2cfeb;max-width:720px;margin:0 auto;font-family:ui-serif,Times New Roman,Georgia,serif;font-size:clamp(1.3rem,2.2vw,1.7rem);font-style:italic;font-weight:300;line-height:1.55}.template-module__M1booa__pressAttr{letter-spacing:.28em;text-transform:uppercase;color:var(--ln-gold);margin-top:16px;font-size:11px;display:block}.template-module__M1booa__fadeIn{opacity:0;animation:1s both template-module__M1booa__lnFade}.template-module__M1booa__fadeUp1,.template-module__M1booa__fadeUp2,.template-module__M1booa__fadeUp3,.template-module__M1booa__fadeUp4{opacity:0;animation:1s cubic-bezier(.2,.6,.2,1) both template-module__M1booa__lnFadeUp}.template-module__M1booa__fadeUp1{animation-delay:.2s}.template-module__M1booa__fadeUp2{animation-delay:.45s}.template-module__M1booa__fadeUp3{animation-delay:.7s}.template-module__M1booa__fadeUp4{animation-delay:1s}@keyframes template-module__M1booa__lnFade{0%{opacity:0}to{opacity:1}}@keyframes template-module__M1booa__lnFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.template-module__M1booa__fadeIn,.template-module__M1booa__fadeUp1,.template-module__M1booa__fadeUp2,.template-module__M1booa__fadeUp3,.template-module__M1booa__fadeUp4,.template-module__M1booa__ritualCard,.template-module__M1booa__titleShimmer{opacity:1!important;animation:none!important;transform:none!important}}
.template-module__nJGXhq__page{--bo-cream:#f5efe1;--bo-cream-deep:#ece2cc;--bo-olive:#6e7a3a;--bo-olive-deep:#4f5928;--bo-terracotta:#c66f4a;--bo-terracotta-deep:#a14d28;--bo-ink:#2c2618;--q-card-bg:#fff;--q-card-border:#e5d8b8;--q-card-radius:32px;--q-card-shadow:0 30px 60px #2c26181a, 0 4px 10px #2c26180a;--q-text:var(--bo-ink);--q-text-muted:#6f6753;--q-text-soft:#8e8772;--q-progress-track:#ede0c2;--q-progress-fill:linear-gradient(90deg, var(--bo-olive), var(--bo-olive-deep));--q-option-bg:#faf3df;--q-option-bg-hover:#f3e8c7;--q-option-bg-selected:#e9efce;--q-option-border-hover:#ddc99a;--q-option-border-selected:var(--bo-olive);--q-option-ring:#6e7a3a2e;--q-option-radio-border:#c8b687;--q-option-radio-mark:var(--bo-olive-deep);--q-option-radius:16px;--q-input-bg:#faf3df;--q-input-border:#ddc99a;--q-input-border-focus:var(--bo-olive);--q-input-radius:16px;--q-btn-bg:linear-gradient(180deg, var(--bo-terracotta), var(--bo-terracotta-deep));--q-btn-color:#fff;--q-btn-shadow:0 8px 18px #c66f4a59;--q-btn-shadow-hover:0 14px 28px #c66f4a73;--q-btn-radius:999px;--q-ghost-color:#8e8772;--q-ghost-color-hover:var(--bo-ink);--q-ghost-bg-hover:#faf3df;--q-accent-bg:linear-gradient(180deg, var(--bo-olive), var(--bo-olive-deep));--q-accent-shadow:0 14px 28px #6e7a3a66;background:var(--bo-cream);color:var(--bo-ink);min-height:100vh;font-family:Georgia,ui-serif,serif;position:relative;overflow:hidden}.template-module__nJGXhq__leafTL,.template-module__nJGXhq__leafBR{pointer-events:none;z-index:0;width:380px;height:380px;position:absolute}.template-module__nJGXhq__leafTL{color:var(--bo-olive);transform-origin:60% 40%;animation:9s ease-in-out infinite template-module__nJGXhq__boSwayL;top:-80px;left:-100px}.template-module__nJGXhq__leafBR{color:var(--bo-terracotta);transform-origin:30% 70%;animation:11s ease-in-out infinite template-module__nJGXhq__boSwayR;bottom:-100px;right:-120px}@keyframes template-module__nJGXhq__boSwayL{0%,to{transform:rotate(-15deg)}50%{transform:rotate(-22deg)}}@keyframes template-module__nJGXhq__boSwayR{0%,to{transform:rotate(25deg)}50%{transform:rotate(18deg)}}.template-module__nJGXhq__shell{z-index:1;max-width:1100px;margin:0 auto;padding:32px clamp(20px,4vw,56px) 64px;position:relative}.template-module__nJGXhq__header{justify-content:space-between;align-items:baseline;margin-bottom:clamp(40px,6vw,80px);padding-bottom:24px;display:flex}.template-module__nJGXhq__brand{letter-spacing:.02em;color:var(--bo-olive-deep);font-family:Playfair Display,ui-serif,Georgia,serif;font-size:28px;font-style:italic;font-weight:500}.template-module__nJGXhq__tagline{letter-spacing:.16em;text-transform:uppercase;color:#8e8772;font-family:-apple-system,Segoe UI,system-ui,sans-serif;font-size:11px}.template-module__nJGXhq__hero{text-align:center;margin-bottom:clamp(48px,7vw,88px)}.template-module__nJGXhq__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--bo-terracotta-deep);margin-bottom:20px;font-family:-apple-system,system-ui,sans-serif;font-size:12px;display:inline-block}.template-module__nJGXhq__heroTitle{max-width:800px;color:var(--bo-ink);margin:0 auto 28px;font-family:Playfair Display,ui-serif,Georgia,serif;font-size:clamp(2.4rem,5.5vw,4.4rem);font-style:italic;font-weight:400;line-height:1.05}.template-module__nJGXhq__heroSub{color:#5b5240;max-width:580px;margin:0 auto 56px;font-family:-apple-system,system-ui,sans-serif;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.65}.template-module__nJGXhq__cardRow{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:880px;margin:0 auto;display:grid}@media (max-width:720px){.template-module__nJGXhq__cardRow{grid-template-columns:1fr}}.template-module__nJGXhq__miniCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left;opacity:0;background:#fff9;border:1px solid #e5d8b899;border-radius:24px;padding:24px;transition:transform .2s,box-shadow .2s;animation:.9s cubic-bezier(.2,.6,.2,1) both template-module__nJGXhq__boFadeUp}.template-module__nJGXhq__miniCard:hover{transform:translateY(-2px);box-shadow:0 14px 30px #2c261814}.template-module__nJGXhq__cardIcon{background:linear-gradient(135deg,#f0e0c0,#e0c990);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:12px;font-size:20px;display:inline-flex}.template-module__nJGXhq__miniCard h3{color:var(--bo-ink);margin:0 0 8px;font-family:Playfair Display,ui-serif,Georgia,serif;font-size:1.1rem;font-weight:500}.template-module__nJGXhq__miniCard p{color:#6f6753;margin:0;font-family:-apple-system,system-ui,sans-serif;font-size:13px;line-height:1.5}.template-module__nJGXhq__quizSection{margin-bottom:64px}.template-module__nJGXhq__quizTitle{text-align:center;color:var(--bo-olive-deep);margin:0 0 32px;font-family:Playfair Display,ui-serif,Georgia,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-style:italic;font-weight:400}.template-module__nJGXhq__footer{text-align:center;color:#8e8772;padding-top:32px;font-family:-apple-system,system-ui,sans-serif;font-size:13px}.template-module__nJGXhq__footer a{color:var(--bo-terracotta-deep);font-weight:500}.template-module__nJGXhq__process{text-align:center;margin-bottom:clamp(48px,7vw,80px)}.template-module__nJGXhq__processTitle{color:var(--bo-olive-deep);margin:0 0 36px;font-family:Playfair Display,ui-serif,Georgia,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-style:italic;font-weight:400}.template-module__nJGXhq__processList{text-align:left;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin:0;padding:0;list-style:none;display:grid}.template-module__nJGXhq__processItem{opacity:0;background:#ffffff80;border:1px solid #e5d8b8b3;border-radius:24px;padding:28px 24px;transition:transform .25s,box-shadow .25s;animation:.8s cubic-bezier(.2,.6,.2,1) both template-module__nJGXhq__boFadeUp;position:relative}.template-module__nJGXhq__processItem:hover{transform:translateY(-4px);box-shadow:0 14px 32px #4e59281a}.template-module__nJGXhq__processNum{background:linear-gradient(135deg, var(--bo-terracotta), var(--bo-terracotta-deep));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;font-family:Playfair Display,ui-serif,Georgia,serif;font-size:18px;font-style:italic;font-weight:600;display:inline-flex}.template-module__nJGXhq__processItem h3{color:var(--bo-ink);margin:0 0 6px;font-family:Playfair Display,ui-serif,Georgia,serif;font-size:1.1rem;font-weight:500}.template-module__nJGXhq__processItem p{color:#6f6753;margin:0;font-family:-apple-system,system-ui,sans-serif;font-size:13px;line-height:1.55}.template-module__nJGXhq__fadeIn{opacity:0;animation:1s both template-module__nJGXhq__boFade}.template-module__nJGXhq__fadeUp1,.template-module__nJGXhq__fadeUp2,.template-module__nJGXhq__fadeUp3{opacity:0;animation:.9s cubic-bezier(.2,.6,.2,1) both template-module__nJGXhq__boFadeUp}.template-module__nJGXhq__fadeUp1{animation-delay:.1s}.template-module__nJGXhq__fadeUp2{animation-delay:.25s}.template-module__nJGXhq__fadeUp3{animation-delay:.45s}@keyframes template-module__nJGXhq__boFade{0%{opacity:0}to{opacity:1}}@keyframes template-module__nJGXhq__boFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.template-module__nJGXhq__leafTL,.template-module__nJGXhq__leafBR,.template-module__nJGXhq__fadeIn,.template-module__nJGXhq__fadeUp1,.template-module__nJGXhq__fadeUp2,.template-module__nJGXhq__fadeUp3,.template-module__nJGXhq__miniCard,.template-module__nJGXhq__processItem{opacity:1!important;animation:none!important;transform:none!important}}
.template-module__z4dECq__page{--ed-paper:#f7f5f0;--ed-ink:#0a0a0a;--ed-ink-soft:#424242;--ed-accent:#c4341f;--ed-line:#1a1a1a;--q-card-bg:#fff;--q-card-border:var(--ed-line);--q-card-radius:0;--q-card-shadow:none;--q-text:var(--ed-ink);--q-text-muted:var(--ed-ink-soft);--q-text-soft:#888;--q-progress-track:#ebe6dc;--q-progress-fill:var(--ed-ink);--q-option-bg:#fff;--q-option-bg-hover:#f7f5f0;--q-option-bg-selected:var(--ed-paper);--q-option-border-hover:var(--ed-ink);--q-option-border-selected:var(--ed-ink);--q-option-ring:#0a0a0a0d;--q-option-radio-border:var(--ed-ink);--q-option-radio-mark:var(--ed-accent);--q-option-radius:0;--q-input-bg:transparent;--q-input-border:var(--ed-ink);--q-input-border-focus:var(--ed-accent);--q-input-radius:0;--q-btn-bg:var(--ed-ink);--q-btn-color:#fff;--q-btn-shadow:none;--q-btn-shadow-hover:4px 4px 0 var(--ed-accent);--q-btn-radius:0;--q-btn-letterspacing:.18em;--q-btn-text-transform:uppercase;--q-ghost-color:var(--ed-ink);--q-ghost-color-hover:var(--ed-accent);--q-ghost-bg-hover:transparent;--q-accent-bg:var(--ed-accent);--q-accent-shadow:6px 6px 0 var(--ed-ink);background:var(--ed-paper);color:var(--ed-ink);min-height:100vh;font-family:Playfair Display,Times New Roman,ui-serif,Georgia,serif}.template-module__z4dECq__shell{max-width:1180px;margin:0 auto;padding:clamp(20px,3vw,40px)}.template-module__z4dECq__masthead{border-bottom:4px double var(--ed-line);grid-template-columns:1fr auto 1fr;align-items:center;margin-bottom:clamp(40px,6vw,80px);padding-bottom:16px;font-family:Playfair Display,ui-serif,Georgia,serif;display:grid}.template-module__z4dECq__issue,.template-module__z4dECq__date{letter-spacing:.18em;text-transform:uppercase;color:var(--ed-ink-soft);font-family:-apple-system,Segoe UI,system-ui,sans-serif;font-size:11px}.template-module__z4dECq__issue{text-align:left}.template-module__z4dECq__date{text-align:right}.template-module__z4dECq__title{letter-spacing:.08em;text-transform:uppercase;text-align:center;font-size:clamp(2rem,4vw,3rem);font-weight:700}.template-module__z4dECq__hero{margin-bottom:clamp(40px,6vw,80px)}.template-module__z4dECq__heroEyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--ed-accent);margin-bottom:24px;font-family:-apple-system,system-ui,sans-serif;font-size:12px;display:block}.template-module__z4dECq__heroTitle{flex-direction:column;margin:0 0 40px;line-height:.92;display:flex}.template-module__z4dECq__heroBig{letter-spacing:-.04em;color:var(--ed-ink);font-size:clamp(4rem,14vw,12rem);font-style:italic;font-weight:900}.template-module__z4dECq__heroAccent{color:var(--ed-accent);letter-spacing:-.01em;align-self:flex-end;margin-top:-.2em;font-size:clamp(2.4rem,5vw,4rem);font-style:italic;font-weight:400}.template-module__z4dECq__heroBody{grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:start;gap:clamp(20px,4vw,56px);display:grid}@media (max-width:800px){.template-module__z4dECq__heroBody{grid-template-columns:1fr}}.template-module__z4dECq__heroLead{color:var(--ed-ink);column-count:1;margin:0;font-family:ui-serif,Times New Roman,Georgia,serif;font-size:clamp(1.1rem,1.6vw,1.3rem);line-height:1.55}.template-module__z4dECq__dropcap{float:left;color:var(--ed-accent);padding:.05em .1em 0 0;font-size:4em;font-weight:700;line-height:.85}.template-module__z4dECq__heroSide{border-top:2px solid var(--ed-ink);border-bottom:2px solid var(--ed-ink);padding:16px 0}.template-module__z4dECq__sideLabel{letter-spacing:.16em;text-transform:uppercase;color:var(--ed-ink-soft);margin-bottom:12px;font-family:-apple-system,system-ui,sans-serif;font-size:11px;display:block}.template-module__z4dECq__sideList{margin:0;padding:0;list-style:none}.template-module__z4dECq__sideList li{border-bottom:1px dashed #ccc;padding:8px 0;font-family:ui-serif,Georgia,serif;font-size:1.05rem}.template-module__z4dECq__sideList li:last-child{border-bottom:none}.template-module__z4dECq__rule{background:var(--ed-ink);border:none;height:1px;margin:clamp(24px,4vw,48px) 0}.template-module__z4dECq__quizSection{margin-bottom:64px}.template-module__z4dECq__quizMeta{letter-spacing:.16em;text-transform:uppercase;color:var(--ed-ink-soft);align-items:center;gap:8px;margin-bottom:12px;font-family:-apple-system,system-ui,sans-serif;font-size:11px;display:flex}.template-module__z4dECq__metaLabel{background:var(--ed-ink);color:var(--ed-paper);padding:3px 10px}.template-module__z4dECq__metaSep{color:#999}.template-module__z4dECq__quizTitle{letter-spacing:-.02em;margin:0 0 32px;font-family:Playfair Display,ui-serif,Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);font-style:italic;font-weight:900;line-height:1}.template-module__z4dECq__footer{border-top:4px double var(--ed-line);letter-spacing:.14em;text-transform:uppercase;color:var(--ed-ink-soft);justify-content:center;align-items:center;gap:12px;padding-top:32px;font-family:-apple-system,system-ui,sans-serif;font-size:11px;display:flex}.template-module__z4dECq__footerSep{color:var(--ed-accent)}.template-module__z4dECq__spotlight{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,3vw,40px);margin-bottom:clamp(40px,6vw,80px);display:grid}@media (max-width:800px){.template-module__z4dECq__spotlight{grid-template-columns:1fr}}.template-module__z4dECq__spotlightCol{border-top:2px solid var(--ed-ink);opacity:0;padding-top:16px;transition:transform .3s;animation:.85s cubic-bezier(.2,.6,.2,1) both template-module__z4dECq__edFadeUp;position:relative}.template-module__z4dECq__spotlightCol:hover{transform:translateY(-3px)}.template-module__z4dECq__spotlightCol:hover .template-module__z4dECq__colNum{color:var(--ed-accent)}.template-module__z4dECq__colNum{color:var(--ed-ink);margin-bottom:8px;font-family:ui-serif,Georgia,serif;font-size:2.4rem;font-style:italic;font-weight:900;line-height:1;transition:color .25s;display:block}.template-module__z4dECq__colTitle{letter-spacing:-.01em;color:var(--ed-ink);margin:0 0 12px;font-family:ui-serif,Georgia,serif;font-size:clamp(1.2rem,1.8vw,1.5rem);font-style:italic;font-weight:700}.template-module__z4dECq__colText{color:var(--ed-ink-soft);margin:0;font-family:ui-serif,Georgia,serif;font-size:.96rem;line-height:1.55}.template-module__z4dECq__fadeIn{opacity:0;animation:1s both template-module__z4dECq__edFade}.template-module__z4dECq__fadeUp1,.template-module__z4dECq__fadeUp2,.template-module__z4dECq__fadeUp3,.template-module__z4dECq__fadeUp4{opacity:0;animation:1s cubic-bezier(.2,.6,.2,1) both template-module__z4dECq__edFadeUp}.template-module__z4dECq__fadeUp1{animation-delay:.1s}.template-module__z4dECq__fadeUp2{animation-delay:.3s}.template-module__z4dECq__fadeUp3{animation-delay:.55s}.template-module__z4dECq__fadeUp4{animation-delay:.85s}@keyframes template-module__z4dECq__edFade{0%{opacity:0}to{opacity:1}}@keyframes template-module__z4dECq__edFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.template-module__z4dECq__fadeIn,.template-module__z4dECq__fadeUp1,.template-module__z4dECq__fadeUp2,.template-module__z4dECq__fadeUp3,.template-module__z4dECq__fadeUp4,.template-module__z4dECq__spotlightCol{opacity:1!important;animation:none!important;transform:none!important}}
.template-module__HrcAWW__page{--gm-purple:#7b3fbf;--gm-pink:#e84a8a;--gm-blue:#4a8cf0;--gm-bg:#1a0d2e;--gm-text:#fff;--gm-text-muted:#ffffffb3;--q-card-bg:#ffffff14;--q-card-border:#ffffff2e;--q-card-radius:24px;--q-card-shadow:0 30px 80px #00000073, inset 0 1px 0 #ffffff26;--q-card-backdrop:blur(28px) saturate(160%);--q-text:var(--gm-text);--q-text-muted:var(--gm-text-muted);--q-text-soft:#ffffff80;--q-progress-track:#ffffff1a;--q-progress-fill:linear-gradient(90deg, var(--gm-pink), var(--gm-purple), var(--gm-blue));--q-option-bg:#ffffff0f;--q-option-bg-hover:#ffffff1f;--q-option-bg-selected:#e84a8a26;--q-option-border-hover:#ffffff40;--q-option-border-selected:var(--gm-pink);--q-option-ring:#e84a8a40;--q-option-radio-bg:transparent;--q-option-radio-border:#fff6;--q-option-radio-mark:var(--gm-pink);--q-option-radius:14px;--q-input-bg:#ffffff14;--q-input-border:#fff3;--q-input-border-focus:var(--gm-pink);--q-input-radius:12px;--q-btn-bg:linear-gradient(135deg, var(--gm-pink) 0%, var(--gm-purple) 100%);--q-btn-color:#fff;--q-btn-shadow:0 12px 28px #e84a8a66;--q-btn-shadow-hover:0 18px 40px #e84a8a8c;--q-btn-radius:14px;--q-ghost-color:#fff9;--q-ghost-color-hover:#fff;--q-ghost-bg-hover:#ffffff14;--q-accent-bg:linear-gradient(135deg, var(--gm-pink), var(--gm-purple));--q-accent-shadow:0 16px 40px #e84a8a80;background:var(--gm-bg);color:var(--gm-text);min-height:100vh;font-family:-apple-system,Segoe UI,Inter,system-ui,sans-serif;position:relative;overflow:hidden}.template-module__HrcAWW__orb1,.template-module__HrcAWW__orb2,.template-module__HrcAWW__orb3{filter:blur(80px);opacity:.5;pointer-events:none;z-index:0;border-radius:50%;animation:16s ease-in-out infinite template-module__HrcAWW__orbFloat;position:absolute}.template-module__HrcAWW__orb1{background:var(--gm-pink);width:500px;height:500px;top:-150px;left:-100px}.template-module__HrcAWW__orb2{background:var(--gm-purple);width:600px;height:600px;animation-delay:4s;top:30%;right:-200px}.template-module__HrcAWW__orb3{background:var(--gm-blue);width:400px;height:400px;animation-delay:8s;bottom:-100px;left:30%}@keyframes template-module__HrcAWW__orbFloat{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-40px)scale(1.08)}}.template-module__HrcAWW__grid{pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.template-module__HrcAWW__shell{z-index:1;max-width:1100px;margin:0 auto;padding:32px clamp(20px,4vw,56px) 64px;position:relative}.template-module__HrcAWW__header{justify-content:space-between;align-items:center;margin-bottom:clamp(60px,9vw,120px);display:flex}.template-module__HrcAWW__brand{letter-spacing:.16em;color:#fff;align-items:center;gap:10px;font-size:18px;font-weight:700;display:inline-flex}.template-module__HrcAWW__brandDot{background:linear-gradient(135deg, var(--gm-pink), var(--gm-purple));border-radius:50%;width:12px;height:12px;display:inline-block;box-shadow:0 0 20px #e84a8ab3}.template-module__HrcAWW__statusPill{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:12px;font-weight:500;display:inline-flex}.template-module__HrcAWW__statusDot{background:#50e3a4;border-radius:50%;width:8px;height:8px;animation:1.8s infinite template-module__HrcAWW__pulse;box-shadow:0 0 8px #50e3a4}@keyframes template-module__HrcAWW__pulse{0%,to{opacity:1}50%{opacity:.4}}.template-module__HrcAWW__hero{text-align:center;margin-bottom:clamp(56px,8vw,88px)}.template-module__HrcAWW__heroBadge{letter-spacing:.3em;color:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff26;border-radius:999px;margin-bottom:24px;padding:6px 16px;font-size:11px;display:inline-block}.template-module__HrcAWW__heroTitle{letter-spacing:-.04em;background:linear-gradient(135deg, #fff 0%, #ffffffb3 50%, var(--gm-pink) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 28px;font-family:Inter,-apple-system,system-ui,sans-serif;font-size:clamp(3rem,9vw,7rem);font-weight:800;line-height:.95}.template-module__HrcAWW__heroSub{color:var(--gm-text-muted);max-width:560px;margin:0 auto 48px;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.6}.template-module__HrcAWW__featureRow{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:12px;padding:8px;display:inline-flex}.template-module__HrcAWW__feature{color:#ffffffd9;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;display:inline-flex}.template-module__HrcAWW__featureIcon{background:linear-gradient(135deg, var(--gm-pink), var(--gm-purple));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;display:inline-flex}.template-module__HrcAWW__quizSection{margin-bottom:60px}.template-module__HrcAWW__glassPanel{-webkit-backdrop-filter:blur(24px)saturate(140%);backdrop-filter:blur(24px)saturate(140%);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:28px;padding:clamp(20px,3vw,40px);position:relative;box-shadow:0 30px 80px #0006,inset 0 1px #ffffff1f}.template-module__HrcAWW__quizTitle{letter-spacing:-.02em;text-align:center;margin:0 0 24px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.template-module__HrcAWW__footer{text-align:center;color:#ffffff80;letter-spacing:.14em;text-transform:uppercase;padding-top:32px;font-size:13px}.template-module__HrcAWW__cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:clamp(48px,7vw,80px);display:grid}.template-module__HrcAWW__glassCard{-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%);opacity:0;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff24;border-radius:20px;padding:24px;transition:transform .3s,border-color .3s;animation:.85s cubic-bezier(.2,.6,.2,1) both template-module__HrcAWW__gmFadeUp;position:relative;overflow:hidden}.template-module__HrcAWW__glassCard:hover{border-color:#e84a8a80;transform:translateY(-4px)}.template-module__HrcAWW__glassCard:hover .template-module__HrcAWW__cardGlow{opacity:1}.template-module__HrcAWW__cardGlow{filter:blur(30px);opacity:.4;pointer-events:none;background:radial-gradient(circle,#e84a8a73,#0000 70%);width:160px;height:160px;transition:opacity .3s;position:absolute;top:-40px;right:-40px}.template-module__HrcAWW__cardIcon{background:linear-gradient(135deg,#e84a8a4d,#7b3fbf4d);border:1px solid #ffffff26;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;font-size:20px;display:flex}.template-module__HrcAWW__glassCard h3{color:#fff;margin:0 0 8px;font-size:1rem;font-weight:600}.template-module__HrcAWW__glassCard p{color:#ffffffa6;margin:0;font-size:13px;line-height:1.55}.template-module__HrcAWW__fadeIn{opacity:0;animation:1s both template-module__HrcAWW__gmFade}.template-module__HrcAWW__fadeUp1,.template-module__HrcAWW__fadeUp2,.template-module__HrcAWW__fadeUp3,.template-module__HrcAWW__fadeUp4{opacity:0;animation:1s cubic-bezier(.2,.6,.2,1) both template-module__HrcAWW__gmFadeUp}.template-module__HrcAWW__fadeUp1{animation-delay:.15s}.template-module__HrcAWW__fadeUp2{animation-delay:.35s}.template-module__HrcAWW__fadeUp3{animation-delay:.6s}.template-module__HrcAWW__fadeUp4{animation-delay:.9s}@keyframes template-module__HrcAWW__gmFade{0%{opacity:0}to{opacity:1}}@keyframes template-module__HrcAWW__gmFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.template-module__HrcAWW__fadeIn,.template-module__HrcAWW__fadeUp1,.template-module__HrcAWW__fadeUp2,.template-module__HrcAWW__fadeUp3,.template-module__HrcAWW__fadeUp4,.template-module__HrcAWW__glassCard,.template-module__HrcAWW__orb1,.template-module__HrcAWW__orb2,.template-module__HrcAWW__orb3{opacity:1!important;animation:none!important;transform:none!important}}
.template-module__kjiNta__page{--pg-pink:#f8c5d6;--pg-pink-deep:#e88ca9;--pg-peach:#fcd9c1;--pg-lavender:#d8c8f0;--pg-cream:#fdf6ee;--pg-ink:#4a2536;--pg-muted:#8e6a7a;--q-card-bg:#ffffffd9;--q-card-border:#e88ca933;--q-card-radius:32px;--q-card-shadow:0 30px 70px #e88ca92e, 0 4px 12px #e88ca914;--q-card-backdrop:blur(18px);--q-text:var(--pg-ink);--q-text-muted:var(--pg-muted);--q-text-soft:#b89aa7;--q-progress-track:#f8e3eb;--q-progress-fill:linear-gradient(90deg, var(--pg-pink), var(--pg-pink-deep));--q-option-bg:#f8c5d62e;--q-option-bg-hover:#f8c5d652;--q-option-bg-selected:#fff0f5;--q-option-border-hover:var(--pg-pink);--q-option-border-selected:var(--pg-pink-deep);--q-option-ring:#e88ca92e;--q-option-radio-border:#e0bfca;--q-option-radio-mark:var(--pg-pink-deep);--q-option-radius:20px;--q-input-bg:#fffc;--q-input-border:#e88ca94d;--q-input-border-focus:var(--pg-pink-deep);--q-input-radius:20px;--q-btn-bg:linear-gradient(135deg, var(--pg-pink) 0%, var(--pg-pink-deep) 100%);--q-btn-color:#fff;--q-btn-shadow:0 12px 28px #e88ca966;--q-btn-shadow-hover:0 18px 36px #e88ca98c;--q-btn-radius:999px;--q-ghost-color:var(--pg-muted);--q-ghost-color-hover:var(--pg-ink);--q-ghost-bg-hover:#f8c5d62e;--q-accent-bg:linear-gradient(135deg, var(--pg-pink), var(--pg-pink-deep));--q-accent-shadow:0 16px 36px #e88ca973;background:linear-gradient(135deg, #fbeaf1 0%, var(--pg-cream) 50%, #f0e3f7 100%);color:var(--pg-ink);min-height:100vh;font-family:-apple-system,Segoe UI,system-ui,sans-serif;position:relative;overflow:hidden}.template-module__kjiNta__blob1,.template-module__kjiNta__blob2,.template-module__kjiNta__blob3{filter:blur(60px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.template-module__kjiNta__blob1{background:#f8c5d699;width:460px;height:460px;animation:12s ease-in-out infinite template-module__kjiNta__blobBob;top:-120px;right:-100px}.template-module__kjiNta__blob2{background:#d8c8f080;width:360px;height:360px;animation:14s ease-in-out infinite reverse template-module__kjiNta__blobBob;bottom:10%;left:-120px}.template-module__kjiNta__blob3{background:#fcd9c180;width:280px;height:280px;animation:18s ease-in-out infinite template-module__kjiNta__blobBob;top:50%;right:20%}@keyframes template-module__kjiNta__blobBob{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.06)}}.template-module__kjiNta__shell{z-index:1;max-width:1080px;margin:0 auto;padding:32px clamp(20px,4vw,56px) 64px;position:relative}.template-module__kjiNta__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:clamp(48px,7vw,80px);display:flex}.template-module__kjiNta__brand{letter-spacing:.06em;color:var(--pg-ink);align-items:center;gap:10px;font-family:Georgia,ui-serif,serif;font-size:24px;font-style:italic;font-weight:600;display:inline-flex}.template-module__kjiNta__brandHeart{background:linear-gradient(135deg, var(--pg-pink), var(--pg-pink-deep));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-style:normal;display:inline-flex;box-shadow:0 6px 16px #e88ca966}.template-module__kjiNta__headerNav{letter-spacing:.16em;color:var(--pg-muted);font-size:12px}.template-module__kjiNta__hero{text-align:center;margin-bottom:clamp(48px,7vw,80px);position:relative}.template-module__kjiNta__heroSparkle{color:var(--pg-pink-deep);margin-bottom:16px;font-size:32px;animation:3s ease-in-out infinite template-module__kjiNta__sparkle;display:block}@keyframes template-module__kjiNta__sparkle{0%,to{opacity:.7;transform:scale(1)rotate(0)}50%{opacity:1;transform:scale(1.2)rotate(180deg)}}.template-module__kjiNta__heroTitle{letter-spacing:-.01em;background:linear-gradient(135deg, var(--pg-ink) 30%, var(--pg-pink-deep) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;max-width:760px;margin:0 auto 24px;font-family:Georgia,ui-serif,serif;font-size:clamp(2.4rem,5.5vw,4.4rem);font-style:italic;font-weight:400;line-height:1.1}.template-module__kjiNta__heroSub{color:var(--pg-muted);max-width:560px;margin:0 auto 36px;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.65}.template-module__kjiNta__tags{flex-wrap:wrap;justify-content:center;gap:10px;display:inline-flex}.template-module__kjiNta__tag{color:var(--pg-pink-deep);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border:1px solid #e88ca94d;border-radius:999px;padding:8px 18px;font-size:13px;font-weight:500;display:inline-block}.template-module__kjiNta__quizSection{margin-bottom:60px}.template-module__kjiNta__quizCardOuter{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff80;border:1px solid #e88ca933;border-radius:36px;padding:clamp(20px,3vw,40px);box-shadow:0 24px 60px #e88ca91f}.template-module__kjiNta__quizTitle{text-align:center;color:var(--pg-ink);margin:0 0 8px;font-family:Georgia,ui-serif,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-style:italic;font-weight:400}.template-module__kjiNta__quizDesc{text-align:center;color:var(--pg-muted);margin:0 0 28px;font-size:.95rem}.template-module__kjiNta__footer{text-align:center;color:var(--pg-muted);justify-content:center;align-items:center;gap:8px;width:100%;font-size:13px;display:inline-flex}.template-module__kjiNta__footerHeart{color:var(--pg-pink-deep);font-size:14px}.template-module__kjiNta__heart{color:#e88ca9b3;pointer-events:none;z-index:0;text-shadow:0 0 12px #e88ca980;font-size:28px;animation:14s linear infinite template-module__kjiNta__pgFloat;position:absolute;bottom:-40px}@keyframes template-module__kjiNta__pgFloat{0%{opacity:0;transform:translateY(0)rotate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-105vh)rotate(40deg)}}.template-module__kjiNta__services{margin-bottom:clamp(56px,8vw,96px)}.template-module__kjiNta__servicesTitle{text-align:center;background:linear-gradient(135deg, var(--pg-ink) 30%, var(--pg-pink-deep) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 32px;font-family:Georgia,ui-serif,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-style:italic;font-weight:400}.template-module__kjiNta__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.template-module__kjiNta__serviceCard{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#ffffffb3;border:1px solid #e88ca940;border-radius:24px;padding:22px 20px;transition:transform .25s,box-shadow .25s;animation:.85s cubic-bezier(.2,.6,.2,1) both template-module__kjiNta__pgFadeUp}.template-module__kjiNta__serviceCard:hover{transform:translateY(-6px)rotate(-1deg);box-shadow:0 20px 40px #e88ca940}.template-module__kjiNta__serviceEmoji{background:linear-gradient(135deg, var(--pg-pink), var(--pg-peach));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:12px;font-size:24px;display:inline-flex;box-shadow:0 8px 18px #e88ca94d}.template-module__kjiNta__serviceCard h3{color:var(--pg-ink);margin:0 0 6px;font-family:Georgia,ui-serif,serif;font-size:1.05rem;font-weight:500}.template-module__kjiNta__serviceCard p{color:var(--pg-muted);margin:0;font-size:12px}.template-module__kjiNta__reviews{margin-bottom:clamp(56px,8vw,96px)}.template-module__kjiNta__reviewsTitle{text-align:center;color:var(--pg-ink);margin:0 0 32px;font-family:Georgia,ui-serif,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-style:italic;font-weight:400}.template-module__kjiNta__reviewsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.template-module__kjiNta__reviewCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#ffffffb3;border:1px solid #e88ca940;border-radius:24px;padding:24px;transition:transform .25s;animation:.95s cubic-bezier(.2,.6,.2,1) both template-module__kjiNta__pgFadeUp}.template-module__kjiNta__reviewCard:hover{transform:translateY(-3px)}.template-module__kjiNta__stars{color:var(--pg-pink-deep);letter-spacing:.06em;margin-bottom:10px;font-size:16px;display:block}.template-module__kjiNta__reviewCard p{color:var(--pg-ink);margin:0 0 12px;font-family:Georgia,ui-serif,serif;font-size:.96rem;font-style:italic;line-height:1.55}.template-module__kjiNta__reviewCard cite{letter-spacing:.08em;color:var(--pg-muted);font-size:12px;font-style:normal}.template-module__kjiNta__fadeIn{opacity:0;animation:1s both template-module__kjiNta__pgFade}.template-module__kjiNta__fadeUp1,.template-module__kjiNta__fadeUp2,.template-module__kjiNta__fadeUp3,.template-module__kjiNta__fadeUp4{opacity:0;animation:1s cubic-bezier(.2,.6,.2,1) both template-module__kjiNta__pgFadeUp}.template-module__kjiNta__fadeUp1{animation-delay:.15s}.template-module__kjiNta__fadeUp2{animation-delay:.35s}.template-module__kjiNta__fadeUp3{animation-delay:.6s}.template-module__kjiNta__fadeUp4{animation-delay:.9s}@keyframes template-module__kjiNta__pgFade{0%{opacity:0}to{opacity:1}}@keyframes template-module__kjiNta__pgFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.template-module__kjiNta__heart,.template-module__kjiNta__fadeIn,.template-module__kjiNta__fadeUp1,.template-module__kjiNta__fadeUp2,.template-module__kjiNta__fadeUp3,.template-module__kjiNta__fadeUp4,.template-module__kjiNta__serviceCard,.template-module__kjiNta__reviewCard,.template-module__kjiNta__blob1,.template-module__kjiNta__blob2,.template-module__kjiNta__blob3{opacity:1!important;animation:none!important;transform:none!important}}
.template-module__4Huaqq__page{--mt-blue:#0b5fa0;--mt-blue-deep:#073b65;--mt-blue-soft:#e8f2fb;--mt-cyan:#2da6c2;--mt-ink:#0f1d2c;--mt-muted:#5b6a7a;--mt-line:#dfe6ee;--mt-success:#2c7d4f;--q-card-bg:#fff;--q-card-border:var(--mt-line);--q-card-radius:8px;--q-card-shadow:0 24px 48px #0b5fa014, 0 1px 2px #0b5fa00a;--q-text:var(--mt-ink);--q-text-muted:var(--mt-muted);--q-text-soft:#8c98a6;--q-progress-track:var(--mt-blue-soft);--q-progress-fill:linear-gradient(90deg, var(--mt-cyan), var(--mt-blue));--q-option-bg:#f7faff;--q-option-bg-hover:var(--mt-blue-soft);--q-option-bg-selected:#d8eaf9;--q-option-border-hover:#b1d0eb;--q-option-border-selected:var(--mt-blue);--q-option-ring:#0b5fa01f;--q-option-radio-border:#b6c5d4;--q-option-radio-mark:var(--mt-blue);--q-option-radius:6px;--q-input-bg:#f7faff;--q-input-border:#c9d6e2;--q-input-border-focus:var(--mt-blue);--q-input-radius:6px;--q-btn-bg:linear-gradient(180deg, var(--mt-blue), var(--mt-blue-deep));--q-btn-color:#fff;--q-btn-shadow:0 6px 14px #0b5fa040;--q-btn-shadow-hover:0 10px 22px #0b5fa059;--q-btn-radius:6px;--q-btn-letterspacing:.04em;--q-ghost-color:var(--mt-muted);--q-ghost-color-hover:var(--mt-blue-deep);--q-ghost-bg-hover:var(--mt-blue-soft);--q-accent-bg:linear-gradient(180deg, var(--mt-cyan), var(--mt-blue));--q-accent-shadow:0 14px 28px #0b5fa059;color:var(--mt-ink);background:#fafcfe;min-height:100vh;font-family:-apple-system,Inter,Segoe UI,system-ui,sans-serif}.template-module__4Huaqq__topBar{background:var(--mt-blue-deep);color:#ffffffe6;letter-spacing:.04em;flex-wrap:wrap;justify-content:center;gap:12px;padding:8px 24px;font-size:12px;display:flex}.template-module__4Huaqq__topSep{color:#fff6}.template-module__4Huaqq__shell{max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,56px) 80px}.template-module__4Huaqq__header{border-bottom:1px solid var(--mt-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:clamp(40px,6vw,72px);padding:24px 0;display:flex}.template-module__4Huaqq__brand{align-items:center;gap:14px;display:inline-flex}.template-module__4Huaqq__brandIcon{background:linear-gradient(135deg, var(--mt-blue), var(--mt-blue-deep));color:#fff;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;font-size:30px;font-weight:300;display:inline-flex}.template-module__4Huaqq__brandName{letter-spacing:-.01em;color:var(--mt-ink);font-size:20px;font-weight:700;display:block}.template-module__4Huaqq__brandTag{color:var(--mt-muted);margin-top:2px;font-size:12px;display:block}.template-module__4Huaqq__certBox{background:#2c7d4f14;border:1px solid #2c7d4f40;border-radius:8px;align-items:center;gap:10px;padding:10px 16px;display:inline-flex}.template-module__4Huaqq__certIcon{background:var(--mt-success);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:inline-flex}.template-module__4Huaqq__certText{flex-direction:column;display:flex}.template-module__4Huaqq__certText strong{color:var(--mt-success);font-size:12px;font-weight:600}.template-module__4Huaqq__certText small{color:var(--mt-muted);font-size:11px}.template-module__4Huaqq__hero{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:center;gap:clamp(24px,4vw,56px);margin-bottom:clamp(40px,6vw,72px);display:grid}@media (max-width:880px){.template-module__4Huaqq__hero{grid-template-columns:1fr}}.template-module__4Huaqq__eyebrow,.template-module__4Huaqq__eyebrowDark{letter-spacing:.16em;text-transform:uppercase;color:var(--mt-blue);background:var(--mt-blue-soft);border-radius:4px;margin-bottom:20px;padding:6px 12px;font-size:11px;display:inline-block}.template-module__4Huaqq__eyebrowDark{color:var(--mt-blue-deep);background:#f0f4f8}.template-module__4Huaqq__heroTitle{letter-spacing:-.02em;color:var(--mt-ink);max-width:600px;margin:0 0 24px;font-size:clamp(2.2rem,4.5vw,3.6rem);font-weight:700;line-height:1.1}.template-module__4Huaqq__heroSub{color:var(--mt-muted);max-width:540px;margin:0 0 32px;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.65}.template-module__4Huaqq__actions{flex-wrap:wrap;gap:12px;display:flex}.template-module__4Huaqq__primaryBtn,.template-module__4Huaqq__secondaryBtn{border-radius:8px;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .1s,box-shadow .15s;display:inline-flex}.template-module__4Huaqq__primaryBtn{background:linear-gradient(180deg, var(--mt-blue), var(--mt-blue-deep));color:#fff;box-shadow:0 8px 18px #0b5fa04d}.template-module__4Huaqq__primaryBtn:hover{box-shadow:0 12px 24px #0b5fa066}.template-module__4Huaqq__secondaryBtn{border:1px solid var(--mt-line);color:var(--mt-blue-deep);background:#fff}.template-module__4Huaqq__secondaryBtn:hover{border-color:var(--mt-blue)}.template-module__4Huaqq__heroRight{grid-template-columns:1fr 1fr;gap:12px;display:grid}.template-module__4Huaqq__statCard{border:1px solid var(--mt-line);background:#fff;border-radius:8px;flex-direction:column;gap:6px;padding:24px 20px;display:flex;position:relative;overflow:hidden}.template-module__4Huaqq__statCard:before{content:"";background:linear-gradient(180deg, var(--mt-cyan), var(--mt-blue));width:4px;height:100%;position:absolute;top:0;left:0}.template-module__4Huaqq__statNum{color:var(--mt-blue-deep);font-size:1.8rem;font-weight:700;line-height:1}.template-module__4Huaqq__statLabel{color:var(--mt-muted);letter-spacing:.02em;font-size:12px}.template-module__4Huaqq__divider{background:linear-gradient(90deg, transparent, var(--mt-line), transparent);height:1px;margin:clamp(40px,6vw,72px) 0}.template-module__4Huaqq__quizSection{margin-bottom:clamp(40px,6vw,80px)}.template-module__4Huaqq__quizHead{text-align:center;margin-bottom:36px}.template-module__4Huaqq__quizTitle{letter-spacing:-.01em;color:var(--mt-ink);margin:0 0 12px;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700}.template-module__4Huaqq__quizDesc{color:var(--mt-muted);max-width:540px;margin:0 auto;font-size:1rem}.template-module__4Huaqq__footer{border-top:1px solid var(--mt-line);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;padding-top:32px;display:grid}.template-module__4Huaqq__footerCol{flex-direction:column;gap:4px;display:flex}.template-module__4Huaqq__footerCol strong{color:var(--mt-ink);font-size:13px}.template-module__4Huaqq__footerCol small{color:var(--mt-muted);font-size:12px}.template-module__4Huaqq__footerCol a{color:var(--mt-blue);font-size:13px;font-weight:600}.template-module__4Huaqq__specialists{text-align:center;margin:clamp(40px,6vw,72px) 0}.template-module__4Huaqq__specialistsTitle{letter-spacing:-.01em;color:var(--mt-ink);margin:12px 0 32px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.template-module__4Huaqq__specialistsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.template-module__4Huaqq__docCard{border:1px solid var(--mt-line);text-align:center;opacity:0;background:#fff;border-radius:8px;padding:24px 18px;transition:transform .25s,box-shadow .25s;animation:.85s cubic-bezier(.2,.6,.2,1) both template-module__4Huaqq__mtFadeUp}.template-module__4Huaqq__docCard:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0b5fa024}.template-module__4Huaqq__docAvatar{background:linear-gradient(135deg, var(--mt-cyan), var(--mt-blue));color:#fff;letter-spacing:.05em;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 14px;font-size:1.1rem;font-weight:700;display:flex}.template-module__4Huaqq__docCard h3{color:var(--mt-ink);margin:0 0 4px;font-size:1rem;font-weight:700}.template-module__4Huaqq__docRole{color:var(--mt-blue-deep);margin-bottom:6px;font-size:12px;font-weight:500;display:block}.template-module__4Huaqq__docExp{letter-spacing:.06em;text-transform:uppercase;color:var(--mt-muted);font-size:11px;display:block}.template-module__4Huaqq__statCard{opacity:0;animation:.85s cubic-bezier(.2,.6,.2,1) both template-module__4Huaqq__mtFadeUp}.template-module__4Huaqq__fadeIn{opacity:0;animation:1s both template-module__4Huaqq__mtFade}.template-module__4Huaqq__fadeUp1,.template-module__4Huaqq__fadeUp2,.template-module__4Huaqq__fadeUp3,.template-module__4Huaqq__fadeUp4{opacity:0;animation:1s cubic-bezier(.2,.6,.2,1) both template-module__4Huaqq__mtFadeUp}.template-module__4Huaqq__fadeUp1{animation-delay:.1s}.template-module__4Huaqq__fadeUp2{animation-delay:.3s}.template-module__4Huaqq__fadeUp3{animation-delay:.55s}.template-module__4Huaqq__fadeUp4{animation-delay:.85s}@keyframes template-module__4Huaqq__mtFade{0%{opacity:0}to{opacity:1}}@keyframes template-module__4Huaqq__mtFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.template-module__4Huaqq__fadeIn,.template-module__4Huaqq__fadeUp1,.template-module__4Huaqq__fadeUp2,.template-module__4Huaqq__fadeUp3,.template-module__4Huaqq__fadeUp4,.template-module__4Huaqq__docCard,.template-module__4Huaqq__statCard{opacity:1!important;animation:none!important;transform:none!important}}
.template-module__ejcjEa__page{--zs-stone:#ebe7df;--zs-stone-light:#f4f1eb;--zs-ink:#1c1c1c;--zs-ink-soft:#5a5a5a;--zs-accent:#8a4f3c;--zs-line:#c5beae;--q-card-bg:#fff;--q-card-border:var(--zs-line);--q-card-radius:0;--q-card-shadow:0 1px 0 var(--zs-line);--q-text:var(--zs-ink);--q-text-muted:var(--zs-ink-soft);--q-text-soft:#888;--q-progress-track:#e5dfd1;--q-progress-fill:var(--zs-ink);--q-option-bg:#fbfaf6;--q-option-bg-hover:var(--zs-stone-light);--q-option-bg-selected:var(--zs-stone);--q-option-border-hover:var(--zs-ink-soft);--q-option-border-selected:var(--zs-ink);--q-option-ring:#1c1c1c0d;--q-option-radio-border:#b6ad95;--q-option-radio-mark:var(--zs-ink);--q-option-radius:0;--q-input-bg:transparent;--q-input-border:var(--zs-line);--q-input-border-focus:var(--zs-ink);--q-input-radius:0;--q-btn-bg:var(--zs-ink);--q-btn-color:#fff;--q-btn-shadow:none;--q-btn-shadow-hover:0 6px 14px #1c1c1c40;--q-btn-radius:0;--q-btn-letterspacing:.2em;--q-btn-text-transform:uppercase;--q-ghost-color:var(--zs-ink-soft);--q-ghost-color-hover:var(--zs-ink);--q-ghost-bg-hover:transparent;--q-accent-bg:var(--zs-ink);--q-accent-shadow:0 8px 16px #1c1c1c33;background:var(--zs-stone-light);color:var(--zs-ink);min-height:100vh;font-family:ui-serif,Hiragino Mincho ProN,Yu Mincho,Georgia,serif}.template-module__ejcjEa__shell{max-width:980px;margin:0 auto;padding:48px clamp(20px,4vw,56px) 80px}.template-module__ejcjEa__header{border-bottom:1px solid var(--zs-line);align-items:baseline;gap:16px;margin-bottom:clamp(60px,10vw,120px);padding-bottom:24px;font-family:-apple-system,Hiragino Sans,Yu Gothic,sans-serif;display:flex}.template-module__ejcjEa__brand{letter-spacing:.3em;color:var(--zs-ink);font-size:22px;font-weight:400}.template-module__ejcjEa__dot{color:var(--zs-line)}.template-module__ejcjEa__tagline{letter-spacing:.2em;text-transform:lowercase;color:var(--zs-ink-soft);font-size:11px}.template-module__ejcjEa__hero{text-align:center;margin-bottom:clamp(60px,10vw,120px)}.template-module__ejcjEa__enso{width:80px;height:80px;color:var(--zs-ink);opacity:.85;margin:0 auto 32px;animation:8s ease-in-out infinite template-module__ejcjEa__ensoBreathe}.template-module__ejcjEa__enso svg{width:100%;height:100%;display:block}@keyframes template-module__ejcjEa__ensoBreathe{0%,to{opacity:.85;transform:rotate(-15deg)scale(1)}50%{opacity:1;transform:rotate(0)scale(1.05)}}.template-module__ejcjEa__heroTitle{letter-spacing:.02em;max-width:640px;color:var(--zs-ink);margin:0 auto 32px;font-size:clamp(2.2rem,5vw,4rem);font-weight:300;line-height:1.2}.template-module__ejcjEa__heroSub{color:var(--zs-ink-soft);max-width:520px;margin:0 auto 56px;font-family:-apple-system,Hiragino Sans,system-ui,sans-serif;font-size:clamp(.95rem,1.3vw,1.1rem);font-weight:300;line-height:1.8}.template-module__ejcjEa__philosophy{justify-content:center;align-items:center;gap:20px;display:flex}.template-module__ejcjEa__philLine{background:var(--zs-line);width:80px;height:1px;display:block}.template-module__ejcjEa__philText{color:var(--zs-accent);letter-spacing:.06em;font-size:13px;font-style:italic}.template-module__ejcjEa__principles{border-top:1px solid var(--zs-line);border-bottom:1px solid var(--zs-line);grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-bottom:clamp(60px,10vw,120px);display:grid}@media (max-width:720px){.template-module__ejcjEa__principles{grid-template-columns:1fr}}.template-module__ejcjEa__principle{text-align:center;border-right:1px solid var(--zs-line);padding:40px 28px}.template-module__ejcjEa__principle:last-child{border-right:none}@media (max-width:720px){.template-module__ejcjEa__principle{border-right:none;border-bottom:1px solid var(--zs-line)}.template-module__ejcjEa__principle:last-child{border-bottom:none}}.template-module__ejcjEa__principleNum{color:var(--zs-accent);margin-bottom:16px;font-size:2.4rem;font-weight:300;display:block}.template-module__ejcjEa__principle h3{color:var(--zs-ink);margin:0 0 12px;font-size:1.2rem;font-weight:400}.template-module__ejcjEa__principle p{color:var(--zs-ink-soft);margin:0;font-family:-apple-system,system-ui,sans-serif;font-size:14px;font-weight:300;line-height:1.7}.template-module__ejcjEa__quizSection{margin-bottom:64px}.template-module__ejcjEa__quizTitle{text-align:center;letter-spacing:.04em;color:var(--zs-ink);margin:0 0 40px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:300}.template-module__ejcjEa__footer{border-top:1px solid var(--zs-line);letter-spacing:.16em;text-transform:uppercase;color:var(--zs-ink-soft);justify-content:space-between;align-items:center;padding-top:32px;font-family:-apple-system,system-ui,sans-serif;font-size:12px;display:flex}.template-module__ejcjEa__footer a{color:var(--zs-ink)}.template-module__ejcjEa__ensoStroke{stroke-dasharray:220;stroke-dashoffset:220px;animation:2.4s .3s forwards template-module__ejcjEa__zsDraw,8s ease-in-out 2.7s infinite template-module__ejcjEa__zsBreathe}@keyframes template-module__ejcjEa__zsDraw{to{stroke-dashoffset:35px}}@keyframes template-module__ejcjEa__zsBreathe{0%,to{stroke-width:2px;opacity:.85}50%{stroke-width:2.8px;opacity:1}}.template-module__ejcjEa__enso{animation:none}.template-module__ejcjEa__rituals{border-top:1px solid var(--zs-line);border-bottom:1px solid var(--zs-line);margin-bottom:clamp(60px,10vw,120px);padding:48px 0}.template-module__ejcjEa__ritualsTitle{text-align:center;letter-spacing:.06em;color:var(--zs-ink);margin:0 0 32px;font-size:clamp(1.5rem,3vw,2rem);font-weight:300}.template-module__ejcjEa__ritualList{max-width:720px;margin:0 auto;padding:0;list-style:none}.template-module__ejcjEa__ritualLine{border-bottom:1px solid var(--zs-line);opacity:0;cursor:pointer;align-items:center;gap:24px;padding:20px 0;transition:padding-left .3s;animation:.85s cubic-bezier(.2,.6,.2,1) both template-module__ejcjEa__zsFadeUp;display:flex}.template-module__ejcjEa__ritualLine:last-child{border-bottom:none}.template-module__ejcjEa__ritualLine:hover{padding-left:12px}.template-module__ejcjEa__ritualLine:hover .template-module__ejcjEa__ritualKanji{color:var(--zs-ink);transform:scale(1.06)}.template-module__ejcjEa__ritualKanji{color:var(--zs-accent);text-align:center;flex-shrink:0;width:56px;font-family:ui-serif,Hiragino Mincho ProN,Georgia,serif;font-size:2.4rem;font-weight:300;transition:color .3s,transform .3s}.template-module__ejcjEa__ritualMeta{flex-direction:column;gap:4px;font-family:-apple-system,Hiragino Sans,system-ui,sans-serif;display:flex}.template-module__ejcjEa__ritualMeta strong{color:var(--zs-ink);font-size:1.05rem;font-weight:500}.template-module__ejcjEa__ritualMeta span{color:var(--zs-ink-soft);font-size:13px;font-weight:300}.template-module__ejcjEa__fadeIn{opacity:0;animation:1.2s both template-module__ejcjEa__zsFade}.template-module__ejcjEa__fadeUp1,.template-module__ejcjEa__fadeUp2,.template-module__ejcjEa__fadeUp3{opacity:0;animation:1.2s cubic-bezier(.2,.6,.2,1) both template-module__ejcjEa__zsFadeUp}.template-module__ejcjEa__fadeUp1{animation-delay:1s}.template-module__ejcjEa__fadeUp2{animation-delay:1.4s}.template-module__ejcjEa__fadeUp3{animation-delay:1.8s}@keyframes template-module__ejcjEa__zsFade{0%{opacity:0}to{opacity:1}}@keyframes template-module__ejcjEa__zsFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.template-module__ejcjEa__fadeIn,.template-module__ejcjEa__fadeUp1,.template-module__ejcjEa__fadeUp2,.template-module__ejcjEa__fadeUp3,.template-module__ejcjEa__ritualLine,.template-module__ejcjEa__ensoStroke{opacity:1!important;stroke-dashoffset:35px!important;animation:none!important;transform:none!important}}
.template-module__d7kk8W__page{--np-pink:#ff3aa1;--np-pink-deep:#d61a7d;--np-cyan:#4af3ff;--np-bg:#150825;--np-bg-2:#2b0e3f;--np-text:#ffe0f0;--np-text-muted:#ffe0f0b3;--q-card-bg:#2b0e3fb3;--q-card-border:var(--np-pink);--q-card-radius:20px;--q-card-shadow:0 0 30px #ff3aa166, 0 30px 80px #00000080;--q-card-backdrop:blur(16px);--q-text:var(--np-text);--q-text-muted:var(--np-text-muted);--q-text-soft:#ffe0f080;--q-progress-track:#ffffff1a;--q-progress-fill:linear-gradient(90deg, var(--np-cyan), var(--np-pink));--q-option-bg:#ffffff0d;--q-option-bg-hover:#ff3aa126;--q-option-bg-selected:#ff3aa140;--q-option-border-hover:#ff3aa180;--q-option-border-selected:var(--np-pink);--q-option-ring:#ff3aa159;--q-option-radio-bg:transparent;--q-option-radio-border:#ff3aa180;--q-option-radio-mark:var(--np-cyan);--q-option-radius:12px;--q-input-bg:#ffffff0d;--q-input-border:#ff3aa166;--q-input-border-focus:var(--np-cyan);--q-input-radius:12px;--q-btn-bg:linear-gradient(90deg, var(--np-pink) 0%, var(--np-pink-deep) 100%);--q-btn-color:#fff;--q-btn-shadow:0 0 20px #ff3aa1b3, 0 10px 24px #ff3aa166;--q-btn-shadow-hover:0 0 32px #ff3aa1e6, 0 16px 36px #ff3aa18c;--q-btn-radius:12px;--q-btn-letterspacing:.06em;--q-btn-text-transform:uppercase;--q-ghost-color:#ffe0f099;--q-ghost-color-hover:var(--np-text);--q-ghost-bg-hover:#ff3aa11a;--q-accent-bg:linear-gradient(135deg, var(--np-pink), var(--np-pink-deep));--q-accent-shadow:0 0 30px #ff3aa1b3, 0 16px 36px #ff3aa166;background:radial-gradient(ellipse at 20% 30%, var(--np-bg-2) 0%, var(--np-bg) 50%), var(--np-bg);color:var(--np-text);min-height:100vh;font-family:-apple-system,Segoe UI,system-ui,sans-serif;position:relative;overflow:hidden}.template-module__d7kk8W__scanlines{pointer-events:none;z-index:0;background:repeating-linear-gradient(0deg,#0000 0 2px,#ff3aa106 2px 4px);position:absolute;inset:0}.template-module__d7kk8W__glowOrb1,.template-module__d7kk8W__glowOrb2{filter:blur(70px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.template-module__d7kk8W__glowOrb1{background:#ff3aa180;width:400px;height:400px;animation:6s ease-in-out infinite template-module__d7kk8W__orbPulse;top:-100px;right:10%}.template-module__d7kk8W__glowOrb2{background:#4af3ff66;width:380px;height:380px;animation:8s ease-in-out infinite reverse template-module__d7kk8W__orbPulse;bottom:10%;left:-100px}@keyframes template-module__d7kk8W__orbPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}.template-module__d7kk8W__shell{z-index:1;max-width:1100px;margin:0 auto;padding:32px clamp(20px,4vw,56px) 64px;position:relative}.template-module__d7kk8W__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:clamp(48px,7vw,88px);display:flex}.template-module__d7kk8W__brand{letter-spacing:.16em;background:linear-gradient(90deg, var(--np-cyan), var(--np-pink));-webkit-text-fill-color:transparent;text-shadow:0 0 20px #ff3aa180;-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:800}.template-module__d7kk8W__headerNav{letter-spacing:.16em;color:var(--np-cyan);font-size:12px;font-weight:500}.template-module__d7kk8W__hero{text-align:center;margin-bottom:clamp(48px,7vw,80px)}.template-module__d7kk8W__heroChip{background:linear-gradient(90deg, var(--np-pink), var(--np-pink-deep));color:#fff;letter-spacing:.2em;border-radius:999px;margin-bottom:28px;padding:8px 20px;font-size:11px;font-weight:700;animation:2.5s ease-in-out infinite template-module__d7kk8W__chipPulse;display:inline-block;box-shadow:0 0 20px #ff3aa199}@keyframes template-module__d7kk8W__chipPulse{0%,to{box-shadow:0 0 20px #ff3aa199}50%{box-shadow:0 0 32px #ff3aa1e6}}.template-module__d7kk8W__heroTitle{letter-spacing:-.01em;background:linear-gradient(135deg, #fff 0%, var(--np-pink) 50%, var(--np-cyan) 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 40px #ff3aa166;-webkit-background-clip:text;background-clip:text;max-width:900px;margin:0 auto 24px;font-size:clamp(2.4rem,7vw,5.4rem);font-weight:900;line-height:1.05}.template-module__d7kk8W__heroSub{color:var(--np-text-muted);max-width:540px;margin:0 auto 32px;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.6}.template-module__d7kk8W__heartRow{color:var(--np-pink);text-shadow:0 0 12px #ff3aa1b3;justify-content:center;gap:12px;font-size:18px;animation:1.5s ease-in-out infinite template-module__d7kk8W__heartBounce;display:flex}@keyframes template-module__d7kk8W__heartBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.template-module__d7kk8W__bento{grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr 1fr;gap:14px;margin-bottom:clamp(48px,7vw,80px);display:grid}@media (max-width:720px){.template-module__d7kk8W__bento{grid-template-rows:auto;grid-template-columns:1fr 1fr}}.template-module__d7kk8W__bentoCell{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2b0e3f80;border:1px solid #ff3aa14d;border-radius:24px;flex-direction:column;gap:8px;padding:24px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.template-module__d7kk8W__bentoCell:hover{border-color:var(--np-pink);transform:translateY(-3px);box-shadow:0 0 30px #ff3aa166}.template-module__d7kk8W__bentoLg{background:linear-gradient(135deg,#ff3aa12e,#4af3ff1a),#2b0e3f80;grid-row:span 2}.template-module__d7kk8W__bentoWide{grid-column:span 2}@media (max-width:720px){.template-module__d7kk8W__bentoLg{grid-row:span 1}.template-module__d7kk8W__bentoWide{grid-column:span 2}}.template-module__d7kk8W__bentoEmoji{margin-bottom:4px;font-size:32px}.template-module__d7kk8W__bentoCell h3{letter-spacing:.04em;text-transform:uppercase;color:var(--np-text);margin:0;font-size:1.1rem;font-weight:700}.template-module__d7kk8W__bentoLg h3{letter-spacing:-.02em;text-transform:none;font-size:2rem}.template-module__d7kk8W__bentoCell p{color:var(--np-text-muted);margin:0;font-size:13px}.template-module__d7kk8W__quizSection{margin-bottom:60px}.template-module__d7kk8W__quizTitle{text-align:center;letter-spacing:-.01em;background:linear-gradient(90deg, var(--np-pink), var(--np-cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 28px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.template-module__d7kk8W__footer{text-align:center;color:var(--np-cyan);letter-spacing:.16em;text-shadow:0 0 8px #4af3ff80;font-size:12px;font-weight:500}.template-module__d7kk8W__tickerWrap{z-index:1;background:#ff3aa10f;border-top:1px solid #ff3aa180;border-bottom:1px solid #ff3aa180;margin-bottom:clamp(40px,6vw,72px);padding:14px 0;position:relative;overflow:hidden}.template-module__d7kk8W__ticker{width:max-content;animation:32s linear infinite template-module__d7kk8W__npTicker;display:flex}.template-module__d7kk8W__tickerInner{letter-spacing:.16em;color:var(--np-cyan);white-space:nowrap;text-shadow:0 0 10px #4af3ff99;padding:0 32px;font-size:14px;font-weight:800;display:inline-block}@keyframes template-module__d7kk8W__npTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}.template-module__d7kk8W__bentoCell:before{content:"";border-radius:inherit;opacity:0;pointer-events:none;background:linear-gradient(135deg,#ff3aa100,#4af3ff1a);transition:opacity .3s;position:absolute;inset:0}.template-module__d7kk8W__bentoCell{position:relative;overflow:hidden}.template-module__d7kk8W__bentoCell:hover:before{opacity:1}.template-module__d7kk8W__bentoCell .template-module__d7kk8W__bentoEmoji{transition:transform .4s;display:inline-block}.template-module__d7kk8W__bentoCell:hover .template-module__d7kk8W__bentoEmoji{transform:scale(1.2)rotate(8deg)}.template-module__d7kk8W__fadeIn{opacity:0;animation:.9s both template-module__d7kk8W__npFade}.template-module__d7kk8W__fadeUp1,.template-module__d7kk8W__fadeUp2,.template-module__d7kk8W__fadeUp3,.template-module__d7kk8W__fadeUp4{opacity:0;animation:.95s cubic-bezier(.2,.6,.2,1) both template-module__d7kk8W__npFadeUp}.template-module__d7kk8W__fadeUp1{animation-delay:.1s}.template-module__d7kk8W__fadeUp2{animation-delay:.3s}.template-module__d7kk8W__fadeUp3{animation-delay:.55s}.template-module__d7kk8W__fadeUp4{animation-delay:.85s}@keyframes template-module__d7kk8W__npFade{0%{opacity:0}to{opacity:1}}@keyframes template-module__d7kk8W__npFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.template-module__d7kk8W__ticker,.template-module__d7kk8W__scanlines,.template-module__d7kk8W__glowOrb1,.template-module__d7kk8W__glowOrb2,.template-module__d7kk8W__heartRow,.template-module__d7kk8W__heroChip,.template-module__d7kk8W__fadeIn,.template-module__d7kk8W__fadeUp1,.template-module__d7kk8W__fadeUp2,.template-module__d7kk8W__fadeUp3,.template-module__d7kk8W__fadeUp4{opacity:1!important;animation:none!important;transform:none!important}}
.template-module__fo7bEW__page{--mp-cream:#f5f1ea;--mp-cream-2:#ebe4d6;--mp-marble:#f9f6ef;--mp-gold:#b88f3e;--mp-gold-light:#d4ad5e;--mp-gold-dark:#8b6a26;--mp-ink:#1a1612;--mp-muted:#6e6358;--q-card-bg:#fff;--q-card-border:#b88f3e4d;--q-card-radius:0;--q-card-shadow:0 30px 60px #1a16121f;--q-text:var(--mp-ink);--q-text-muted:var(--mp-muted);--q-text-soft:#998d7e;--q-progress-track:#ece4d0;--q-progress-fill:linear-gradient(90deg, var(--mp-gold-light), var(--mp-gold));--q-option-bg:var(--mp-marble);--q-option-bg-hover:var(--mp-cream);--q-option-bg-selected:#d4ad5e1f;--q-option-border-hover:#b88f3e66;--q-option-border-selected:var(--mp-gold);--q-option-ring:#b88f3e2e;--q-option-radio-border:#c8b896;--q-option-radio-mark:var(--mp-gold-dark);--q-option-radius:2px;--q-input-bg:var(--mp-marble);--q-input-border:#b88f3e59;--q-input-border-focus:var(--mp-gold);--q-input-radius:2px;--q-btn-bg:linear-gradient(180deg, var(--mp-gold-light), var(--mp-gold-dark));--q-btn-color:#fff;--q-btn-shadow:0 8px 18px #b88f3e59;--q-btn-shadow-hover:0 14px 28px #b88f3e80;--q-btn-radius:2px;--q-btn-letterspacing:.24em;--q-btn-text-transform:uppercase;--q-ghost-color:var(--mp-muted);--q-ghost-color-hover:var(--mp-ink);--q-ghost-bg-hover:var(--mp-cream);--q-accent-bg:linear-gradient(180deg, var(--mp-gold-light), var(--mp-gold-dark));--q-accent-shadow:0 16px 32px #b88f3e66;background:linear-gradient(135deg, var(--mp-cream) 0%, var(--mp-marble) 50%, var(--mp-cream-2) 100%);color:var(--mp-ink);min-height:100vh;font-family:ui-serif,Times New Roman,Georgia,serif;position:relative;overflow:hidden}.template-module__fo7bEW__veinTL,.template-module__fo7bEW__veinBR{pointer-events:none;z-index:0;position:absolute}.template-module__fo7bEW__veinTL{opacity:.7;width:60%;height:50%;top:0;left:0}.template-module__fo7bEW__veinBR{opacity:.6;width:60%;height:50%;bottom:0;right:0;transform:rotate(180deg)}.template-module__fo7bEW__shell{z-index:1;max-width:1100px;margin:0 auto;padding:48px clamp(20px,4vw,64px) 80px;position:relative}.template-module__fo7bEW__header{justify-content:center;align-items:center;gap:24px;margin-bottom:8px;display:flex}.template-module__fo7bEW__headerLine{background:linear-gradient(90deg, transparent, var(--mp-gold), transparent);flex:1;max-width:120px;height:1px}.template-module__fo7bEW__brand{letter-spacing:.36em;color:var(--mp-gold-dark);background:linear-gradient(180deg, var(--mp-gold-light) 0%, var(--mp-gold) 50%, var(--mp-gold-dark) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:ui-serif,Georgia,Trajan Pro,serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400}.template-module__fo7bEW__subbrand{text-align:center;letter-spacing:.32em;text-transform:uppercase;color:var(--mp-muted);margin-bottom:clamp(48px,8vw,96px);font-family:ui-serif,Georgia,serif;font-size:11px;font-style:italic;display:block}.template-module__fo7bEW__hero{text-align:center;margin-bottom:clamp(48px,8vw,96px)}.template-module__fo7bEW__crest{width:60px;height:60px;color:var(--mp-gold);opacity:.85;margin:0 auto 32px}.template-module__fo7bEW__crest svg{width:100%;height:100%}.template-module__fo7bEW__heroTitle{letter-spacing:-.02em;color:var(--mp-ink);flex-direction:column;gap:8px;margin:0 auto 36px;font-family:ui-serif,Times New Roman,Georgia,serif;font-size:clamp(2.6rem,6.5vw,5.6rem);font-weight:300;line-height:1;display:flex}.template-module__fo7bEW__heroLine{font-style:normal}.template-module__fo7bEW__heroLineAccent{background:linear-gradient(180deg, var(--mp-gold-light) 0%, var(--mp-gold) 50%, var(--mp-gold-dark) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.template-module__fo7bEW__heroSub{color:var(--mp-muted);max-width:580px;margin:0 auto 56px;font-family:-apple-system,Segoe UI,system-ui,sans-serif;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.7}.template-module__fo7bEW__medals{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff80;border:1px solid #b88f3e40;border-radius:0;align-items:center;gap:32px;padding:20px 32px;font-family:-apple-system,system-ui,sans-serif;display:inline-flex}.template-module__fo7bEW__medal{flex-direction:column;gap:4px;display:flex}.template-module__fo7bEW__medalGlyph{letter-spacing:.12em;color:var(--mp-gold);text-shadow:0 1px 2px #0000001a;font-size:14px}.template-module__fo7bEW__medalText{letter-spacing:.12em;text-transform:uppercase;color:var(--mp-muted);font-size:11px}.template-module__fo7bEW__medalLine{background:linear-gradient(180deg, transparent, var(--mp-gold), transparent);width:1px;height:32px}.template-module__fo7bEW__quizSection{margin-bottom:clamp(48px,7vw,80px)}.template-module__fo7bEW__quizCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff80;border:1px solid #b88f3e4d;padding:clamp(28px,4vw,64px);position:relative}.template-module__fo7bEW__quizCornerTL,.template-module__fo7bEW__quizCornerTR,.template-module__fo7bEW__quizCornerBL,.template-module__fo7bEW__quizCornerBR{border:2px solid var(--mp-gold);width:32px;height:32px;position:absolute}.template-module__fo7bEW__quizCornerTL{border-bottom:none;border-right:none;top:-2px;left:-2px}.template-module__fo7bEW__quizCornerTR{border-bottom:none;border-left:none;top:-2px;right:-2px}.template-module__fo7bEW__quizCornerBL{border-top:none;border-right:none;bottom:-2px;left:-2px}.template-module__fo7bEW__quizCornerBR{border-top:none;border-left:none;bottom:-2px;right:-2px}.template-module__fo7bEW__quizEyebrow{letter-spacing:.32em;text-transform:uppercase;color:var(--mp-gold-dark);text-align:center;margin-bottom:12px;font-family:-apple-system,system-ui,sans-serif;font-size:11px;font-style:italic;display:block}.template-module__fo7bEW__quizTitle{text-align:center;color:var(--mp-ink);margin:0 0 36px;font-family:ui-serif,Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-style:italic;font-weight:300}.template-module__fo7bEW__footer{letter-spacing:.16em;text-transform:uppercase;color:var(--mp-muted);border-top:1px solid #b88f3e4d;justify-content:space-between;align-items:center;padding-top:32px;font-family:-apple-system,system-ui,sans-serif;font-size:11px;display:flex}.template-module__fo7bEW__footer a{color:var(--mp-gold-dark);font-weight:600}.template-module__fo7bEW__vein{stroke-dasharray:1500;stroke-dashoffset:1500px;animation:4s ease-out .4s forwards template-module__fo7bEW__mpVeinDraw}@keyframes template-module__fo7bEW__mpVeinDraw{to{stroke-dashoffset:0}}.template-module__fo7bEW__collection{text-align:center;margin-bottom:clamp(56px,8vw,96px)}.template-module__fo7bEW__collectionEyebrow{letter-spacing:.32em;text-transform:uppercase;color:var(--mp-gold-dark);margin-bottom:12px;font-family:ui-serif,Georgia,serif;font-size:11px;font-style:italic;display:block}.template-module__fo7bEW__collectionTitle{color:var(--mp-ink);margin:0 0 40px;font-family:ui-serif,Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-style:italic;font-weight:300}.template-module__fo7bEW__collectionGrid{background:#b88f3e4d;border:1px solid #b88f3e4d;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1px;display:grid}.template-module__fo7bEW__collectionCard{text-align:left;opacity:0;cursor:pointer;background:#fff9;padding:36px 28px;transition:background .3s;animation:.85s cubic-bezier(.2,.6,.2,1) both template-module__fo7bEW__mpFadeUp;position:relative}.template-module__fo7bEW__collectionCard:hover{background:#ffffffd9}.template-module__fo7bEW__collectionCard:hover .template-module__fo7bEW__collectionLine{width:100%}.template-module__fo7bEW__romanCorner{color:var(--mp-gold);opacity:.7;font-family:ui-serif,Georgia,serif;font-size:1.4rem;font-style:italic;font-weight:300;position:absolute;top:24px;right:24px}.template-module__fo7bEW__collectionCardTitle{color:var(--mp-ink);margin:0 0 12px;font-family:ui-serif,Georgia,serif;font-size:1.2rem;font-style:italic;font-weight:400}.template-module__fo7bEW__collectionCardDesc{color:var(--mp-muted);margin:0 0 16px;font-family:-apple-system,system-ui,sans-serif;font-size:13px;line-height:1.6}.template-module__fo7bEW__collectionLine{background:linear-gradient(90deg, var(--mp-gold-light), var(--mp-gold-dark));width:30px;height:1px;transition:width .4s cubic-bezier(.2,.6,.2,1);display:block}.template-module__fo7bEW__fadeIn{opacity:0;animation:1.2s both template-module__fo7bEW__mpFade}.template-module__fo7bEW__fadeUp1,.template-module__fo7bEW__fadeUp2,.template-module__fo7bEW__fadeUp3,.template-module__fo7bEW__fadeUp4{opacity:0;animation:1.1s cubic-bezier(.2,.6,.2,1) both template-module__fo7bEW__mpFadeUp}.template-module__fo7bEW__fadeUp1{animation-delay:.4s}.template-module__fo7bEW__fadeUp2{animation-delay:.7s}.template-module__fo7bEW__fadeUp3{animation-delay:1s}.template-module__fo7bEW__fadeUp4{animation-delay:1.3s}@keyframes template-module__fo7bEW__mpFade{0%{opacity:0}to{opacity:1}}@keyframes template-module__fo7bEW__mpFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.template-module__fo7bEW__fadeIn,.template-module__fo7bEW__fadeUp1,.template-module__fo7bEW__fadeUp2,.template-module__fo7bEW__fadeUp3,.template-module__fo7bEW__fadeUp4,.template-module__fo7bEW__collectionCard,.template-module__fo7bEW__vein{opacity:1!important;stroke-dashoffset:0!important;animation:none!important;transform:none!important}}
@font-face{font-family:Forum;font-style:normal;font-weight:400;font-display:swap;src:url(../media/49764ec359ceb076-s.2kdy_vqlsu9af.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Forum;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8584ff62a7ee42f1-s.p.3xss6aleo1rvh.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Forum;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5edfed1a0b153978-s.3w7ylegi4x5rg.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Forum;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ec6b5b74cff4b0c1-s.p.2hcl1-0_mkckx.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Forum Fallback;src:local(Arial);ascent-override:93.99%;descent-override:27.23%;line-gap-override:0.0%;size-adjust:91.07%}.forum_9c97e9be-module__-QNu8a__className{font-family:Forum,Forum Fallback;font-style:normal;font-weight:400}.forum_9c97e9be-module__-QNu8a__variable{--font-forum:"Forum", "Forum Fallback"}
.showcase-module__GrxnzG__section{background:var(--fb-cream);padding:clamp(56px,7vw,92px) 0;position:relative}.showcase-module__GrxnzG__sectionAlt{background:var(--fb-hero);border-block:1px solid var(--fb-line)}.showcase-module__GrxnzG__shell{max-width:1120px;margin:0 auto;padding-inline:clamp(20px,4vw,56px)}.showcase-module__GrxnzG__head{text-align:center;max-width:680px;margin:0 auto clamp(28px,4vw,44px)}.showcase-module__GrxnzG__eyebrow{font-family:var(--fb-sans);letter-spacing:.18em;text-transform:uppercase;color:var(--fb-choco-soft);font-size:12px;display:inline-block}.showcase-module__GrxnzG__eyebrow:before{content:"";background:var(--fb-gold);vertical-align:middle;transform-origin:0;width:28px;height:1px;margin-right:12px;display:inline-block}.showcase-module__GrxnzG__title{font-family:var(--fb-serif);margin:16px 0 0;font-size:clamp(1.8rem,3.4vw,2.7rem);font-weight:400;line-height:1.15}.showcase-module__GrxnzG__lead{color:var(--fb-muted);margin:18px 0 0;line-height:1.65}.showcase-module__GrxnzG__mosaic{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(10px,1.4vw,18px);display:grid}@media (min-width:860px){.showcase-module__GrxnzG__mosaic{grid-template-rows:repeat(2,minmax(180px,27vh));grid-template-columns:1.35fr 1fr 1fr}.showcase-module__GrxnzG__tileLead{grid-row:span 2}}.showcase-module__GrxnzG__tile{background:var(--fb-beige);aspect-ratio:3/4;border-radius:18px;margin:0;position:relative;overflow:hidden}@media (min-width:860px){.showcase-module__GrxnzG__tile,.showcase-module__GrxnzG__tileLead{aspect-ratio:auto}}.showcase-module__GrxnzG__tile img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s;display:block}.showcase-module__GrxnzG__tile figcaption{inset-inline:0;font-family:var(--fb-sans);color:#fff;background:linear-gradient(#301e1000,#301e109e);padding:28px 16px 14px;font-size:13px;line-height:1.35;position:absolute;bottom:0}@media (hover:hover){.showcase-module__GrxnzG__tile:hover img{transform:scale(1.04)}}.showcase-module__GrxnzG__split{align-items:center;gap:clamp(28px,4vw,64px);display:grid}@media (min-width:860px){.showcase-module__GrxnzG__split{grid-template-columns:1fr 1fr}}.showcase-module__GrxnzG__splitMedia{aspect-ratio:4/5;background:var(--fb-beige);border-radius:20px;overflow:hidden}.showcase-module__GrxnzG__splitMedia img{object-fit:cover;width:100%;height:100%;display:block}.showcase-module__GrxnzG__splitText .showcase-module__GrxnzG__title:after{content:"";background:var(--fb-line);width:56px;height:1px;margin:20px 0 0;display:block}.showcase-module__GrxnzG__inlineCta{font-family:var(--fb-sans);letter-spacing:.04em;color:var(--fb-choco);border-bottom:1px solid var(--fb-gold);margin-top:28px;padding-bottom:3px;font-size:14px;text-decoration:none;transition:border-color .25s;display:inline-block}.showcase-module__GrxnzG__inlineCta:hover{border-color:var(--fb-choco)}.showcase-module__GrxnzG__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(10px,1.4vw,20px);margin:0;padding:0;list-style:none;display:grid}@media (min-width:720px){.showcase-module__GrxnzG__row{grid-template-columns:repeat(4,minmax(0,1fr))}}.showcase-module__GrxnzG__rowItem{flex-direction:column;gap:12px;display:flex}.showcase-module__GrxnzG__rowItem img{aspect-ratio:3/4;object-fit:cover;background:var(--fb-beige);border-radius:16px;width:100%;display:block}.showcase-module__GrxnzG__rowCap{text-align:center;font-family:var(--fb-sans);letter-spacing:.16em;text-transform:uppercase;color:var(--fb-choco-soft);font-size:12px}@keyframes showcase-module__GrxnzG__fbReveal{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.showcase-module__GrxnzG__head,.showcase-module__GrxnzG__tile,.showcase-module__GrxnzG__splitMedia,.showcase-module__GrxnzG__splitText,.showcase-module__GrxnzG__rowItem{animation:linear both showcase-module__GrxnzG__fbReveal;animation-timeline:view();animation-range:entry 8% cover 26%}.showcase-module__GrxnzG__tile:nth-child(2),.showcase-module__GrxnzG__rowItem:nth-child(2){animation-range:entry 8% cover 31%}.showcase-module__GrxnzG__tile:nth-child(3),.showcase-module__GrxnzG__rowItem:nth-child(3){animation-range:entry 8% cover 36%}.showcase-module__GrxnzG__tile:nth-child(4),.showcase-module__GrxnzG__rowItem:nth-child(4){animation-range:entry 8% cover 41%}.showcase-module__GrxnzG__tile:nth-child(5){animation-range:entry 8% cover 46%}.showcase-module__GrxnzG__splitText{animation-range:entry 8% cover 34%}.showcase-module__GrxnzG__eyebrow:before{animation:1s cubic-bezier(.22,1,.36,1) both showcase-module__GrxnzG__fbRule;animation-timeline:view();animation-range:entry 10% cover 22%}}}@keyframes showcase-module__GrxnzG__fbRule{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.showcase-module__GrxnzG__tile img{transition:none}.showcase-module__GrxnzG__tile:hover img{transform:none}}@media (orientation:landscape) and (max-height:560px){.showcase-module__GrxnzG__section{padding:clamp(32px,6vh,56px) 0}.showcase-module__GrxnzG__head{margin-bottom:clamp(16px,3vh,28px)}.showcase-module__GrxnzG__title{font-size:clamp(1.4rem,4.4vh,2rem)}.showcase-module__GrxnzG__lead{font-size:14px;line-height:1.5}.showcase-module__GrxnzG__mosaic{grid-template-rows:none;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:min(58vh,260px)}.showcase-module__GrxnzG__tileLead{grid-row:auto}.showcase-module__GrxnzG__tile,.showcase-module__GrxnzG__tileLead{aspect-ratio:auto}.showcase-module__GrxnzG__tile figcaption{padding:20px 10px 8px;font-size:11px}.showcase-module__GrxnzG__split{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(20px,3vw,40px)}.showcase-module__GrxnzG__splitMedia{aspect-ratio:4/5;justify-self:center;width:auto;height:min(70vh,300px)}.showcase-module__GrxnzG__inlineCta{margin-top:18px}}
