.hero{position:relative;overflow:hidden;background:radial-gradient(85% 65% at 50% -8%,rgba(156,140,94,.1),transparent 62%),linear-gradient(180deg,#fff 0,var(--cream-2) 100%)}.hero-inner{position:relative;z-index:2;text-align:center;max-width:920px;margin-inline:auto;padding-block:clamp(72px,11vw,148px) clamp(56px,8vw,104px)}.hero-mark{display:flex;flex-direction:column;align-items:center;margin-bottom:22px}.hero-mark .dot{width:7px;height:7px;border-radius:var(--r-pill);background:var(--gold)}.hero-mark .stem{width:1px;height:36px;background:linear-gradient(var(--gold),transparent)}.hero .eyebrow{justify-content:center}.hero h1{margin:.34em auto .42em;max-width:17ch}.hero h1 .it{font-style:italic;font-weight:500;color:var(--gold-deep)}.hero .lede{max-width:56ch;margin-inline:auto}.hero-cta{gap:14px;margin-top:38px}.hero-cta,.hero-meta{display:flex;flex-wrap:wrap;justify-content:center}.hero-meta{align-items:center;gap:clamp(22px,4vw,52px);margin-top:clamp(44px,6vw,66px)}.hero-meta .m{display:flex;flex-direction:column;gap:3px}.hero-meta .m b{font-family:var(--serif);font-size:clamp(1.7rem,2.4vw,2.1rem);font-weight:600;color:var(--ink);line-height:1}.hero-meta .m span{font-size:.8rem;color:var(--muted);letter-spacing:.03em}.hero-meta-sep{width:1px;height:34px;background:var(--line)}.hero-bg{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none;opacity:.5}.hero-enter{opacity:0;transform:translateY(20px);animation:heroIn 1s var(--ease) forwards}.hero-enter.d1{animation-delay:.1s}.hero-enter.d2{animation-delay:.2s}.hero-enter.d3{animation-delay:.3s}@keyframes heroIn{to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.hero-enter{opacity:1;transform:none;animation:none}}@media (max-width:560px){.hero-meta-sep{display:none}.hero-meta{gap:26px 34px}.hero-bg{opacity:.35}}.trust{background:var(--ink);color:#cfc9bd}.trust-row{justify-content:space-between;gap:28px;padding-block:22px;flex-wrap:wrap}.trust-row,.trust-row .t{display:flex;align-items:center}.trust-row .t{gap:11px;font-size:.92rem;letter-spacing:.01em}.trust-row .t svg{color:var(--gold-soft);flex:none}.trust-sep{width:1px;height:22px;background:rgba(255,255,255,.14)}@media (max-width:760px){.trust-sep{display:none}.trust-row{justify-content:center;row-gap:14px}}.philo{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:clamp(36px,6vw,80px);gap:clamp(36px,6vw,80px);align-items:center}.philo-portrait{aspect-ratio:3/3.5;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-md);position:relative}.philo-quote{font-family:var(--serif);font-size:clamp(1.6rem,2.7vw,2.3rem);line-height:1.32;color:var(--ink);font-weight:500;font-style:italic}.philo-sign{display:flex;align-items:center;gap:14px;margin-top:30px}.philo-sign .av{width:54px;height:54px;border-radius:var(--r-pill);overflow:hidden;flex:none;position:relative}.philo-sign b{display:block;font-family:var(--serif);font-size:1.2rem;color:var(--ink);font-weight:600}.philo-sign span{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-deep)}@media (max-width:820px){.philo{grid-template-columns:1fr}.philo-portrait{max-width:380px}}.sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:46px;flex-wrap:wrap}.sec-head .t{max-width:50ch}.t-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.t-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden;transition:transform .4s var(--ease),box-shadow .4s var(--ease),border-color .4s;display:flex;flex-direction:column}.t-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:var(--taupe)}.t-card .pic{aspect-ratio:4/3.4;position:relative}.t-card .pic .tag{position:absolute;top:12px;left:12px;z-index:2;background:rgba(255,255,255,.92)}.t-card .body{padding:20px 20px 22px;display:flex;flex-direction:column;gap:8px;flex:1 1}.t-card h3{font-size:1.22rem;font-weight:600;line-height:1.18}.t-card .desc{font-size:.9rem;color:var(--body);flex:1 1}.t-card .foot{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding-top:14px;border-top:1px solid var(--line-soft)}.t-card .t-price{font-size:1.15rem;font-family:var(--serif);font-weight:500;color:var(--ink)}.t-card .t-price small{font-size:.72rem;color:var(--muted);font-family:var(--sans);display:block}.t-card .go{width:34px;height:34px;border-radius:var(--r-pill);background:var(--cream);display:grid;place-items:center;color:var(--gold-deep);transition:all .3s}.t-card:hover .go{background:var(--gold);color:#fff}@media (max-width:1000px){.t-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.t-grid{grid-template-columns:1fr}}.zone{background:var(--dark);color:#e8e3d8;position:relative;overflow:hidden}.zone:before{content:"";position:absolute;inset:0;background:radial-gradient(120% 90% at 78% 20%,rgba(156,140,94,.18),transparent 60%)}.zone-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:clamp(36px,5vw,72px);gap:clamp(36px,5vw,72px);align-items:center;position:relative;z-index:2}.zone-face{position:relative;aspect-ratio:4/4.6;border-radius:var(--r-lg);overflow:hidden;background:#15130f;box-shadow:var(--shadow-lg)}.zone-face .ph{position:absolute;inset:0;filter:grayscale(.4) brightness(.92)}.zone-face .zone-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .55s var(--ease)}.zone-face .zone-img.on{opacity:1}@media (prefers-reduced-motion:reduce){.zone-face .zone-img{transition:none}}.zone-svg{position:absolute;inset:0;width:100%;height:100%;z-index:3}.hot{cursor:pointer}.hot circle{transition:r .3s var(--ease),opacity .3s}.hot .ring{fill:none;stroke:var(--gold-soft);stroke-width:1.2;opacity:.5}.hot .core{fill:var(--gold-soft)}.hot.on .ring,.hot:hover .ring{opacity:1;stroke:#fff}.hot.on .core,.hot:hover .core{fill:#fff}.zone-lead{stroke:var(--gold-soft);stroke-width:1;fill:none;opacity:0;transition:opacity .4s;stroke-dasharray:3 4}.zone-lead.on{opacity:.7}.zone-panel .label{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-soft)}.zone-panel h3{color:#fff;font-size:clamp(1.9rem,3.2vw,2.7rem);margin:.18em 0 .4em;font-weight:500;min-height:1.1em}.zone-panel p{color:#bdb7a9;max-width:42ch;min-height:6.6em}@media (max-width:860px){.zone-panel p{min-height:7.4em}}@media (max-width:480px){.zone-panel h3{min-height:2.2em}.zone-panel p{min-height:9em}}.zone-list{list-style:none;margin-top:26px;display:flex;flex-direction:column;gap:2px}.zone-list button{width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:var(--r-sm);color:#cfc9bd;transition:all .25s;border:1px solid transparent}.zone-list button:hover{background:rgba(255,255,255,.04);color:#fff}.zone-list button.on{background:rgba(156,140,94,.16);border-color:rgba(156,140,94,.4);color:#fff}.zone-list button .zn{font-family:var(--serif);font-size:1.15rem}.zone-list button .zp{font-size:.86rem;color:var(--gold-soft);font-family:var(--serif)}.zone-hint{font-size:.82rem;color:#8c8676;margin-top:18px;display:flex;align-items:center;gap:8px}@media (max-width:860px){.zone-grid{grid-template-columns:1fr}.zone-face{max-width:420px;margin-inline:auto}}.pillars{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.pillar{padding:34px 30px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--cream-2);transition:all .35s}.pillar:hover{background:#fff;box-shadow:var(--shadow-md);transform:translateY(-4px)}.pillar .ic{width:52px;height:52px;border-radius:var(--r-sm);background:var(--gold);color:#fff;display:grid;place-items:center;margin-bottom:22px}.pillar h3{font-size:1.35rem;margin-bottom:10px}.pillar p{font-size:.95rem}@media (max-width:820px){.pillars{grid-template-columns:1fr}}.proc{background:var(--cream)}.proc-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:34px;gap:34px}.proc-step{position:relative;padding-top:30px}.proc-step .num{font-family:var(--serif);font-size:3.4rem;font-weight:500;color:var(--taupe);line-height:1}.proc-step h3{font-size:1.4rem;margin:10px 0}.proc-step p{font-size:.96rem}.proc-step .ln{position:absolute;top:42px;left:80px;right:-17px;height:1px;background:linear-gradient(90deg,var(--taupe),transparent)}.proc-step:last-child .ln{display:none}@media (max-width:820px){.proc-grid{grid-template-columns:1fr;gap:14px}.proc-step .ln{display:none}}.find{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.find-card{padding:30px 26px;border:1px solid var(--line);border-radius:var(--r-md);display:flex;gap:16px;align-items:flex-start;transition:all .3s;background:#fff}.find-card:hover{border-color:var(--taupe);box-shadow:var(--shadow-sm)}.find-card .ic{width:46px;height:46px;flex:none;border-radius:var(--r-sm);background:var(--cream);color:var(--gold-deep);display:grid;place-items:center}.find-card .l{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep);font-weight:600}.find-card .v{font-family:var(--serif);font-size:1.2rem;color:var(--ink);margin-top:4px;line-height:1.3}@media (max-width:820px){.find{grid-template-columns:1fr}}