:root{--ivory:#f8f5ef;--soft-white:#fffdf9;--mist:#e8eee9;--sage:#8f9f91;--deep-sage:#4f6056;--taupe:#b7aa9a;--clay:#b66f54;--rose:#d6b7ab;--espresso:#302822;--ink:#1e211f;--line:rgba(48,40,34,0.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}main{overflow:hidden}.intro{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.98),rgba(250,247,242,.98) 48%,rgba(239,233,223,.98));animation:introAway 1.1s ease 2.6s forwards;pointer-events:none}.intro-wordmark{opacity:0;transform:translateY(16px) scale(.96);animation:introWordmarkReveal 1.2s ease .2s forwards}.intro-wordmark h1{font-size:clamp(5.5rem,11vw,9rem);line-height:.88;letter-spacing:-.055em;color:#a66a4a}.intro-wordmark p{margin-top:1rem;padding-left:.8em;font-size:.78rem;letter-spacing:.8em;color:#6f6a64;opacity:0;animation:introWellnessReveal .8s ease .9s forwards}@keyframes introWordmarkReveal{0%{opacity:0;transform:translateY(16px) scale(.96);filter:blur(7px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes introWellnessReveal{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes introAway{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.nav-shell{position:fixed;top:0;left:0;right:0;z-index:9999;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:2rem;gap:2rem;padding:1.4rem 4vw;background:rgba(239,230,219,.82);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(48,40,34,.12);transition:all .3s ease}.brand,.footer-brand{display:inline-flex;flex-direction:column;width:-moz-fit-content;width:fit-content;line-height:.8}.brand-word{font-family:Georgia,Times New Roman,serif;font-size:2.4rem;color:var(--clay);letter-spacing:-.08em}.brand-sub{margin-top:.45rem;font-size:.54rem;letter-spacing:.55em;color:var(--espresso)}.nav-links{display:flex;gap:2rem;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase}.nav-links a{opacity:.72;transition:opacity .25s ease}.nav-links a:hover{opacity:1}.nav-cta{justify-self:end;border:1px solid rgba(48,40,34,.5);border-radius:999px;padding:.9rem 1.35rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;transition:.25s ease}.nav-cta:hover{background:var(--espresso);color:white}.hero{min-height:100svh;position:relative;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;padding:8rem 5vw 4rem;background:radial-gradient(circle at 15% 15%,rgba(255,255,255,.95),transparent 28%),linear-gradient(135deg,#f7f2ea,#e8eee9 54%,#e9ddd6)}.orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.65}.orb-one{width:22rem;height:22rem;background:rgba(214,183,171,.34);right:33%;top:14%}.orb-two{width:16rem;height:16rem;background:rgba(143,159,145,.25);left:7%;bottom:4%}.hero-copy{position:relative;z-index:2;max-width:44rem}.eyebrow,.section-kicker{font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;font-weight:700;color:var(--deep-sage)}.final-cta h2,.hero h1,.journey-copy h2,.membership-inner h2,.office-copy h2,.section-heading h2,.statement-section h2{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.055em}.hero h1{margin:1.1rem 0 1.4rem;font-size:clamp(4rem,7vw,7.8rem);line-height:.9}.hero h1 span{display:block;color:var(--clay);font-style:italic}.hero-text{max-width:38rem;font-size:1.08rem;line-height:1.75;color:rgba(30,33,31,.72)}.hero-actions{display:flex;align-items:center;gap:1.5rem;margin-top:2rem}.light-button,.primary-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:1rem 1.55rem;background:var(--espresso);color:white;font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;transition:transform .25s ease,background .25s ease}.primary-button:hover{transform:translateY(-2px);background:var(--clay)}.text-link{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--line);padding-bottom:.35rem}.welcome-note{margin-top:2.2rem;display:flex;align-items:flex-start;gap:.7rem;max-width:35rem;font-size:.82rem;line-height:1.55;color:rgba(30,33,31,.72)}.welcome-dot{flex:0 0 8px;margin-top:.28rem;background:var(--clay);box-shadow:0 0 0 6px rgba(182,111,84,.12)}.hero-portrait-wrap{min-height:38rem}.portrait-frame{position:absolute;overflow:hidden;border-radius:14rem 14rem 2rem 2rem;box-shadow:0 26px 70px rgba(48,40,34,.15)}.portrait-frame img{object-fit:cover}.portrait-left{width:48%;height:72%;left:3%;top:8%}.portrait-left img{object-position:50% 24%}.portrait-right{width:48%;height:72%;right:2%;bottom:4%}.portrait-right img{object-position:50% 28%}.portrait-caption{position:absolute;left:1%;bottom:2%;display:flex;align-items:center;gap:.7rem;font-family:Georgia,serif;font-size:.95rem;color:var(--deep-sage);transform:rotate(-90deg);transform-origin:left bottom}.caption-line{width:2.5rem;height:1px;background:var(--sage)}.scroll-cue{position:absolute;left:5vw;bottom:1.5rem;display:flex;gap:.75rem;align-items:center;font-size:.58rem;letter-spacing:.22em;color:rgba(30,33,31,.5)}.reveal{animation:reveal 1s ease 1.65s both}.reveal-delay{animation:reveal 1s ease 1.85s both}@keyframes reveal{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.statement-section{padding:10rem 10vw;text-align:center;background:var(--soft-white)}.statement-section h2{margin:1rem 0 1.5rem;font-size:clamp(3rem,6vw,6rem)}.statement-section>p:last-child{max-width:54rem;margin:0 auto;font-size:1.2rem;line-height:1.9;color:rgba(30,33,31,.65)}.services{padding:9rem 6vw;background:#edf0eb}.section-heading{display:grid;grid-template-columns:1fr .7fr;grid-gap:5rem;gap:5rem;align-items:end;margin-bottom:4rem}.section-heading h2{margin:.8rem 0 0;font-size:clamp(3rem,5vw,5.2rem);line-height:.98}.section-heading>p{max-width:30rem;line-height:1.75;color:rgba(30,33,31,.62)}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}.service-card{min-height:18rem;display:grid;grid-template-columns:auto 1fr auto;grid-gap:1.4rem;gap:1.4rem;align-items:start;padding:2.2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .35s ease,transform .35s ease}.service-card:nth-child(2n){border-right:0}.service-card:hover{background:rgba(255,255,255,.58);transform:translateY(-4px)}.service-number{font-family:Georgia,serif;color:var(--clay)}.service-card h3{margin:0 0 1rem;font-family:Georgia,serif;font-size:2rem;font-weight:400}.service-card p{max-width:27rem;line-height:1.7;color:rgba(30,33,31,.62)}.service-arrow{justify-self:end;font-size:1.3rem}.membership-banner{padding:4rem;background:var(--espresso)}.membership-inner{max-width:76rem;margin:0 auto;padding:5rem;text-align:center;border:1px solid rgba(255,255,255,.2);color:white;background:radial-gradient(circle at 50% 10%,rgba(214,183,171,.16),transparent 38%)}.membership-inner .section-kicker{color:#d8c7bd}.membership-inner h2{margin:1rem 0 1.2rem;font-size:clamp(3rem,5vw,5.3rem)}.membership-inner>p{max-width:52rem;margin:0 auto 2rem;line-height:1.8;color:rgba(255,255,255,.72)}.light-button{background:var(--soft-white);color:var(--espresso)}.light-button:hover{transform:translateY(-2px)}.team{padding:9rem 6vw;background:var(--ivory)}.team-heading{grid-template-columns:1fr}.team-grid{display:grid;grid-gap:2rem;gap:2rem}.team-card{display:grid;grid-template-columns:1fr 1fr;min-height:36rem;background:var(--soft-white)}.team-card.reverse .team-image{order:2}.team-image{position:relative;min-height:36rem;overflow:hidden}.team-image img{object-fit:cover;object-position:50% 20%;transition:transform .7s ease}.team-card:hover .team-image img{transform:scale(1.03)}.jude-image img{object-position:50% 32%}.team-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.4rem,7vw,7rem)}.team-role{font-size:.65rem;letter-spacing:.2em;color:var(--clay);font-weight:700}.team-copy h3{margin:1rem 0;font-family:Georgia,serif;font-size:clamp(2.5rem,4vw,4.8rem);font-weight:400}.team-copy>p:last-child{line-height:1.8;color:rgba(30,33,31,.64)}.journey{padding:9rem 6vw;background:#e4e8e1;display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:6rem;gap:6rem}.journey-copy h2{margin:.8rem 0 1.4rem;font-size:clamp(3rem,5vw,5rem)}.journey-copy>p:last-child{max-width:30rem;line-height:1.75;color:rgba(30,33,31,.62)}.steps{border-top:1px solid var(--line)}.step{display:grid;grid-template-columns:4rem 10rem 1fr;grid-gap:1rem;gap:1rem;align-items:start;padding:2rem 0;border-bottom:1px solid var(--line)}.step>span{color:var(--clay)}.step h3,.step>span{font-family:Georgia,serif}.step h3{margin:0;font-size:1.6rem;font-weight:400}.step p{margin:0;line-height:1.65;color:rgba(30,33,31,.6)}.office-section{display:grid;grid-template-columns:1.2fr .8fr;min-height:44rem;background:var(--soft-white)}.office-image{position:relative;min-height:44rem}.office-image img{object-fit:cover;object-position:50% 55%}.office-copy{display:flex;flex-direction:column;justify-content:center;padding:7vw}.office-copy h2{margin:1rem 0 1.2rem;font-size:clamp(3rem,5vw,5rem)}.office-copy>p:last-child{line-height:1.8;color:rgba(30,33,31,.62)}.final-cta{position:relative;padding:10rem 6vw;text-align:center;background:linear-gradient(135deg,#efe8df,#e5ece6)}.logo-tile{position:relative;width:9rem;height:9rem;margin:0 auto 2rem;border-radius:2rem;overflow:hidden;box-shadow:0 20px 55px rgba(48,40,34,.16)}.logo-tile img{object-fit:cover}.final-cta h2{max-width:54rem;margin:1rem auto;font-size:clamp(3.2rem,6vw,6.2rem)}.final-cta>p{margin-bottom:2rem;color:rgba(30,33,31,.64)}footer{display:grid;grid-template-columns:1fr auto auto;grid-gap:2rem;gap:2rem;align-items:center;padding:2.5rem 5vw;background:#242522;color:rgba(255,255,255,.62);font-size:.72rem}footer .brand-word{color:#e8dfd8}footer .brand-sub{color:rgba(255,255,255,.6)}@media (max-width:980px){.nav-shell{grid-template-columns:1fr auto}.nav-links{display:none}.hero{grid-template-columns:1fr;padding-top:9rem}.hero-portrait-wrap{min-height:33rem;margin-top:3rem}.journey,.section-heading{grid-template-columns:1fr;gap:2rem}.office-section,.team-card{grid-template-columns:1fr}.team-card.reverse .team-image{order:0}.office-image{min-height:34rem}footer{grid-template-columns:1fr;text-align:center;justify-items:center}}@media (max-width:680px){.nav-shell{padding:1.1rem 1rem}.brand-word{font-size:2rem}.nav-cta{padding:.75rem .9rem;font-size:.6rem}.hero{padding:7.5rem 1.25rem 4rem}.hero h1{font-size:clamp(3.7rem,18vw,5.2rem)}.hero-actions{align-items:flex-start;flex-direction:column}.hero-portrait-wrap{min-height:27rem}.portrait-frame{border-radius:8rem 8rem 1rem 1rem}.portrait-left{width:55%;height:70%;left:0}.portrait-right{width:55%;height:70%;right:0}.portrait-caption,.scroll-cue{display:none}.final-cta,.journey,.services,.statement-section,.team{padding:6rem 1.25rem}.service-grid{grid-template-columns:1fr}.service-card{border-right:0;padding:1.7rem 0;min-height:auto}.membership-banner{padding:1rem}.membership-inner{padding:4rem 1.25rem}.team-image{min-height:28rem}.team-copy{padding:2.5rem 1.5rem}.step{grid-template-columns:2.5rem 1fr}.step p{grid-column:2}.office-copy{padding:5rem 1.25rem}.office-image{min-height:30rem}}.treatment-page{background:#fbfaf7;color:#2c2a27}.treatment-nav{background:rgba(251,250,247,.88)}.treatment-hero{min-height:100vh;padding:150px 7vw 90px;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;grid-gap:7vw;gap:7vw;overflow:hidden;position:relative}.treatment-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(199,211,199,.28);filter:blur(10px);top:-220px;left:-180px;pointer-events:none}.treatment-hero-copy{position:relative;z-index:2}.treatment-hero-copy h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(3.5rem,6.7vw,7.2rem);line-height:.93;letter-spacing:-.055em;font-weight:400;margin:24px 0 30px;max-width:760px}.treatment-hero-copy h1 span{display:block;color:#777a70;font-style:italic}.treatment-hero-copy>p:not(.eyebrow){max-width:650px;font-size:1.15rem;line-height:1.8;color:#625f59}.treatment-hero-visual{position:relative;min-height:670px}.treatment-photo{position:absolute;inset:0 0 40px 7%;border-radius:240px 240px 38px 38px;overflow:hidden;box-shadow:0 40px 90px rgba(48,45,40,.16)}.treatment-photo img{object-fit:cover}.floating-treatment-card{position:absolute;left:-15px;bottom:0;width:min(360px,80%);padding:28px 30px;background:rgba(255,255,255,.93);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(55,51,46,.08);box-shadow:0 20px 55px rgba(50,47,42,.14)}.floating-treatment-card span{display:block;margin-bottom:10px;font-size:.7rem;letter-spacing:.18em;color:#8a887f}.floating-treatment-card strong{font-family:Georgia,Times New Roman,serif;font-size:1.3rem;line-height:1.4;font-weight:400}.treatment-intro{padding:130px 8vw;display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:10vw;gap:10vw;background:#f2efe9}.benefit-section h2,.treatment-intro h2,.treatment-journey h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.7rem,5vw,5.4rem);line-height:1;letter-spacing:-.045em;font-weight:400;margin-top:20px}.treatment-intro-copy p{font-size:1.08rem;line-height:1.9;color:#5f5c56;margin-bottom:25px}.benefit-section{padding:130px 7vw}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;margin-top:65px}.benefit-card{min-height:320px;padding:38px;background:#ffffff;border:1px solid rgba(51,48,44,.08);transition:transform .35s ease,box-shadow .35s ease}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 24px 55px rgba(50,47,42,.1)}.benefit-card>span{display:block;font-size:.75rem;letter-spacing:.16em;color:#92978d;margin-bottom:65px}.benefit-card h3{font-family:Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:400;margin-bottom:18px}.benefit-card p{line-height:1.75;color:#66635e}.treatment-membership{margin:0}.treatment-journey{padding:130px 7vw;background:#e8ece6}.treatment-steps{display:grid;grid-template-columns:repeat(4,1fr);margin-top:70px;border-top:1px solid rgba(42,42,40,.16)}.treatment-steps article{padding:38px 34px 30px 0;border-right:1px solid rgba(42,42,40,.13)}.treatment-steps article+article{padding-left:34px}.treatment-steps article:last-child{border-right:none}.treatment-steps span{display:block;font-size:.72rem;letter-spacing:.16em;color:#73796f;margin-bottom:45px}.treatment-steps h3{font-family:Georgia,Times New Roman,serif;font-size:1.65rem;font-weight:400;margin-bottom:15px}.treatment-steps p{line-height:1.75;color:#5d625a}.treatment-cta{background:#f7f4ef}@media (max-width:950px){.treatment-hero{grid-template-columns:1fr;padding-top:130px}.treatment-hero-visual{min-height:600px}.treatment-photo{inset:0 0 35px 0}.treatment-intro{gap:45px}.benefit-grid,.treatment-intro{grid-template-columns:1fr}.benefit-card{min-height:auto}.benefit-card>span{margin-bottom:35px}.treatment-steps{grid-template-columns:1fr 1fr}.treatment-steps article:nth-child(2){border-right:none}.treatment-steps article:nth-child(3),.treatment-steps article:nth-child(4){border-top:1px solid rgba(42,42,40,.13)}}@media (max-width:620px){.treatment-hero{padding:115px 22px 70px}.treatment-hero-copy h1{font-size:clamp(3.3rem,17vw,5rem)}.treatment-hero-visual{min-height:480px}.treatment-photo{border-radius:150px 150px 28px 28px}.floating-treatment-card{left:12px;padding:22px}.benefit-section,.treatment-intro,.treatment-journey{padding:90px 22px}.treatment-steps{grid-template-columns:1fr}.treatment-steps article,.treatment-steps article+article{padding:30px 0;border-right:none;border-top:1px solid rgba(42,42,40,.13)}}.peptide-hero:before{background:rgba(221,214,202,.42)}.peptide-photo{border-radius:38px 240px 38px 240px}.peptide-photo img{object-position:center top}.peptide-goals{padding:130px 7vw;background:#faf8f4}.peptide-goal-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px;margin-top:70px}.peptide-goal-card{min-height:260px;padding:38px;display:grid;grid-template-columns:65px 1fr;grid-gap:20px;gap:20px;background:#ffffff;border:1px solid rgba(51,48,44,.08);transition:transform .35s ease,box-shadow .35s ease}.peptide-goal-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(50,47,42,.09)}.peptide-goal-card>span{font-size:.72rem;letter-spacing:.16em;color:#92978d}.peptide-goal-card h3{font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400;margin-bottom:18px}.peptide-goal-card p{color:#65625d;line-height:1.8}.specialist-feature{padding:130px 8vw;display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:9vw;gap:9vw;align-items:center;background:#e8ece6}.specialist-image{position:relative;min-height:680px;overflow:hidden;border-radius:230px 230px 35px 35px;box-shadow:0 35px 75px rgba(47,50,45,.13)}.specialist-image img{object-fit:cover;object-position:center top}.specialist-copy h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,5.4vw,5.6rem);line-height:.98;letter-spacing:-.05em;font-weight:400;margin:22px 0 32px}.specialist-copy p{font-size:1.06rem;line-height:1.85;color:#5c6159;margin-bottom:22px}.specialist-copy .text-link{display:inline-flex;margin-top:18px}@media (max-width:950px){.peptide-goal-grid,.specialist-feature{grid-template-columns:1fr}.specialist-image{min-height:620px}}@media (max-width:620px){.peptide-photo{border-radius:28px 145px 28px 145px}.peptide-goals,.specialist-feature{padding:90px 22px}.peptide-goal-card{grid-template-columns:1fr;min-height:auto;padding:30px}.specialist-image{min-height:500px;border-radius:145px 145px 28px 28px}}to{opacity:0;visibility:hidden}.signature-hero{position:relative;min-height:100vh;padding:145px 6.5vw 80px;display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;grid-gap:5vw;gap:5vw;overflow:hidden;background:linear-gradient(115deg,#fbfaf7,#f8f6f1 52%,#eef0e9)}.hero-glow{position:absolute;border-radius:50%;filter:blur(8px);pointer-events:none}.hero-glow-one{width:650px;height:650px;top:-300px;left:-250px;background:rgba(215,221,210,.42)}.hero-glow-two{width:540px;height:540px;right:-180px;bottom:-260px;background:rgba(225,214,199,.36)}.signature-hero .hero-copy{position:relative;z-index:3}.signature-hero h1{max-width:780px;margin:24px 0 30px;font-family:Georgia,Times New Roman,serif;font-size:clamp(4rem,7.2vw,8.1rem);line-height:.89;letter-spacing:-.065em;font-weight:400;color:#292824}.signature-hero h1 span{display:block;margin-top:12px;color:#777c72;font-style:italic}.signature-hero .hero-text{max-width:680px;font-size:clamp(1.02rem,1.4vw,1.18rem);line-height:1.8;color:#5e5b55}.signature-hero .welcome-note{max-width:650px;display:flex;align-items:flex-start;gap:13px;margin-top:42px;padding-top:25px;border-top:1px solid rgba(50,48,43,.12);font-size:.92rem;line-height:1.6;color:#68655e}.welcome-dot{flex:0 0 auto;width:8px;height:8px;margin-top:6px;border-radius:50%;background:#9da99a;box-shadow:0 0 0 6px rgba(157,169,154,.15)}.hero-portrait-wrap{position:relative;min-height:690px;z-index:2}.hero-arch{position:absolute;overflow:hidden;background:#ebe8e1;box-shadow:0 36px 85px rgba(49,46,40,.14)}.hero-arch img{object-fit:cover;object-position:center top;transition:transform 1.2s ease}.hero-arch:hover img{transform:scale(1.025)}.hero-arch-main{width:64%;height:85%;right:3%;top:3%;border-radius:260px 260px 38px 38px}.hero-arch-secondary{width:38%;height:54%;left:3%;bottom:5%;border-radius:180px 180px 28px 28px;border:10px solid rgba(251,250,247,.92)}.hero-detail-card{position:absolute;right:-1%;bottom:3%;width:min(340px,48%);padding:27px 29px;background:rgba(255,255,255,.88);border:1px solid rgba(54,50,44,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 20px 55px rgba(44,42,37,.12)}.hero-detail-card span{display:block;margin-bottom:11px;font-size:.65rem;letter-spacing:.2em;color:#7d8178}.hero-detail-card strong{display:block;font-family:Georgia,Times New Roman,serif;font-size:1.27rem;line-height:1.4;font-weight:400;color:#37352f}.hero-signature{position:absolute;top:10%;left:0;writing-mode:vertical-rl;transform:rotate(180deg);color:rgba(54,52,47,.55)}.hero-signature span{font-family:Georgia,Times New Roman,serif;font-size:.8rem;letter-spacing:.36em}.hero-signature small{display:block;margin-top:12px;font-size:.55rem;letter-spacing:.17em;text-transform:uppercase}.signature-hero .scroll-cue{position:absolute;bottom:31px;left:6.5vw;display:flex;gap:13px;align-items:center;font-size:.61rem;letter-spacing:.2em;color:#86837c}.signature-hero .scroll-cue span{font-size:1rem;animation:healScrollCue 1.8s ease-in-out infinite}@keyframes healScrollCue{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}@media (max-width:1000px){.signature-hero{grid-template-columns:1fr;padding-top:140px}.hero-portrait-wrap{min-height:680px;margin-top:25px}.hero-arch-main{width:66%}.hero-arch-secondary{width:42%}}@media (max-width:650px){.intro-tagline{padding:0 28px;text-align:center}.signature-hero{padding:120px 22px 75px}.signature-hero h1{font-size:clamp(3.7rem,17vw,5.5rem)}.signature-hero .hero-actions{align-items:flex-start;flex-direction:column}.hero-portrait-wrap{min-height:520px}.hero-arch-main{width:72%;height:82%;right:0;border-radius:170px 170px 27px 27px}.hero-arch-secondary{width:44%;height:48%;left:0;border-width:6px;border-radius:110px 110px 22px 22px}.hero-detail-card{right:0;width:62%;padding:20px}.hero-detail-card strong{font-size:1rem}.hero-signature,.signature-hero .scroll-cue{display:none}}.goal-finder{position:relative;padding:145px 7vw;overflow:hidden;background:radial-gradient(circle at 85% 12%,rgba(219,225,214,.72),transparent 30%),linear-gradient(135deg,#f6f2ec,#fbfaf7 48%,#edf0e9)}.goal-finder:before{content:"";position:absolute;width:440px;height:440px;left:-260px;bottom:-220px;border-radius:50%;background:rgba(214,199,181,.32);filter:blur(12px)}.goal-finder-heading{position:relative;z-index:2;max-width:930px;margin-bottom:80px}.goal-finder-heading h2{margin:22px 0 30px;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.7rem,7vw,7.6rem);line-height:.92;letter-spacing:-.06em;font-weight:400;color:#282723}.goal-finder-heading h2 span{display:block;color:#7c8177;font-style:italic}.goal-finder-heading>p:last-child{max-width:690px;font-size:1.08rem;line-height:1.8;color:#605d57}.goal-finder-layout{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:7vw;gap:7vw;align-items:stretch}.goal-options{display:flex;flex-direction:column}.goal-option{width:100%;min-height:98px;padding:25px 8px;display:grid;grid-template-columns:58px 1fr 35px;grid-gap:18px;gap:18px;align-items:center;border:0;border-bottom:1px solid rgba(48,46,41,.13);background:transparent;color:#34322e;text-align:left;cursor:pointer;transition:padding-left .35s ease,color .35s ease,background .35s ease}.goal-option:first-child{border-top:1px solid rgba(48,46,41,.13)}.goal-option.active,.goal-option:hover{padding-left:24px;color:#6e4f3f;background:rgba(255,255,255,.47)}.goal-number{font-size:.68rem;letter-spacing:.18em;color:#8a8d84}.goal-title{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.35rem,2.2vw,2.1rem);line-height:1.2}.goal-arrow{font-size:1.25rem;opacity:.45;transform:translate(-5px,5px);transition:opacity .35s ease,transform .35s ease}.goal-option.active .goal-arrow,.goal-option:hover .goal-arrow{opacity:1;transform:translate(0)}.goal-result{position:-webkit-sticky;position:sticky;top:125px;min-height:610px;padding:clamp(38px,5vw,68px);display:flex;flex-direction:column;justify-content:center;background:rgba(255,255,255,.8);border-radius:220px 220px 34px 34px;border:1px solid rgba(50,47,42,.08);box-shadow:0 35px 85px rgba(45,42,37,.11);-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);animation:goalResultReveal .5s ease}@keyframes goalResultReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.goal-result-label,.goal-service-label{font-size:.67rem;letter-spacing:.2em;color:#84877f}.goal-result h3{margin:22px 0 26px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.6rem,4.6vw,5rem);line-height:.98;letter-spacing:-.05em;font-weight:400;color:#302e2a}.goal-result-description{max-width:590px;margin-bottom:38px;font-size:1.05rem;line-height:1.8;color:#605d57}.goal-service-label{margin-bottom:15px}.goal-services{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:38px}.goal-services span{padding:11px 16px;border:1px solid rgba(52,50,45,.13);border-radius:100px;background:rgba(238,241,234,.68);font-size:.79rem;letter-spacing:.06em;color:#555850}.goal-result-link{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:18px;padding-bottom:8px;border-bottom:1px solid rgba(45,43,39,.4);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#383631;transition:gap .3s ease,color .3s ease}.goal-result-link:hover{gap:25px;color:#7a5744}.goal-disclaimer{margin-top:35px;font-size:.73rem;line-height:1.6;color:#8a877f}@media (max-width:1000px){.goal-finder-layout{grid-template-columns:1fr}.goal-result{position:relative;top:auto;min-height:540px}}@media (max-width:650px){.goal-finder{padding:100px 22px}.goal-finder-heading{margin-bottom:55px}.goal-finder-heading h2{font-size:clamp(3.4rem,17vw,5.3rem)}.goal-option{min-height:88px;grid-template-columns:38px 1fr 25px;gap:10px}.goal-option.active,.goal-option:hover{padding-left:10px}.goal-title{font-size:1.35rem}.goal-result{min-height:auto;padding:55px 28px;border-radius:130px 130px 28px 28px}}.cinematic-intro{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 43%,rgba(255,255,255,1) 0,rgba(248,246,241,1) 38%,rgba(229,234,226,1) 100%);animation:cinematicIntroFade .7s ease 3.75s forwards}.cinematic-intro-content{position:relative;z-index:5;width:min(680px,86vw);display:flex;flex-direction:column;align-items:center;text-align:center}.intro-pretitle{margin-bottom:18px;font-size:.62rem;letter-spacing:.38em;color:#747970;opacity:0;transform:translateY(12px);animation:introTextReveal .8s ease .25s forwards}.cinematic-logo-wrap{position:relative;width:min(370px,72vw);aspect-ratio:1/1;opacity:0;transform:scale(.88);filter:blur(8px);animation:cinematicLogoReveal 1.35s cubic-bezier(.2,.7,.2,1) .55s forwards}.cinematic-logo-wrap img{object-fit:contain}.intro-line{width:0;height:1px;margin:-35px 0 29px;background:linear-gradient(90deg,transparent,rgba(110,103,94,.5),transparent);animation:introLineReveal 1.1s ease 1.5s forwards}.cinematic-tagline{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,3vw,2.45rem);line-height:1.2;letter-spacing:-.02em;color:#383630;opacity:0;transform:translateY(18px);animation:introTextReveal .95s ease 1.65s forwards}.cinematic-tagline span{display:block;margin-top:5px;color:#777d73;font-style:italic}.intro-location{margin-top:27px;font-size:.57rem;letter-spacing:.25em;line-height:1.6;color:#898b84;opacity:0;animation:introLocationReveal .8s ease 2.25s forwards}.intro-light{position:absolute;border-radius:50%;filter:blur(25px);pointer-events:none}.intro-light-left{width:720px;height:720px;top:-310px;left:-310px;background:rgba(255,255,255,.72);animation:introLightFloatLeft 5s ease-in-out infinite alternate}.intro-light-right{width:650px;height:650px;right:-280px;bottom:-320px;background:rgba(214,220,209,.5);animation:introLightFloatRight 5.5s ease-in-out infinite alternate}.intro-grain{inset:-50%;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.55'/%3E%3C/svg%3E");animation:introGrainMove .35s steps(2) infinite}.intro-curtain,.intro-grain{position:absolute;pointer-events:none}.intro-curtain{z-index:8;left:0;width:100%;height:51%;background:#f8f6f1}.intro-curtain-top{top:0;transform:translateY(-100%);animation:introCurtainTop .95s cubic-bezier(.75,0,.2,1) 3.35s forwards}.intro-curtain-bottom{bottom:0;transform:translateY(100%);animation:introCurtainBottom .95s cubic-bezier(.75,0,.2,1) 3.35s forwards}@keyframes cinematicLogoReveal{0%{opacity:0;transform:scale(.88);filter:blur(8px)}to{opacity:1;transform:scale(1);filter:blur(0)}}@keyframes introTextReveal{to{opacity:1;transform:translateY(0)}}@keyframes introLocationReveal{to{opacity:.75}}@keyframes introLineReveal{to{width:min(330px,60vw)}}@keyframes cinematicIntroFade{to{opacity:0;visibility:hidden;pointer-events:none}}@keyframes introCurtainTop{0%{transform:translateY(-100%)}45%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes introCurtainBottom{0%{transform:translateY(100%)}45%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes introLightFloatLeft{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(75px,45px,0) scale(1.1)}}@keyframes introLightFloatRight{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-65px,-45px,0) scale(1.09)}}@keyframes introGrainMove{0%{transform:translate(0)}25%{transform:translate(2%,-1%)}50%{transform:translate(-1%,2%)}75%{transform:translate(1%,1%)}to{transform:translate(-2%,-1%)}}@media (max-width:650px){.cinematic-logo-wrap{width:min(285px,75vw)}.intro-line{margin-top:-25px}.cinematic-tagline{font-size:clamp(1.45rem,7vw,2rem)}.intro-location{max-width:280px}}@media (prefers-reduced-motion:reduce){.cinematic-intro{animation-duration:.2s;animation-delay:1.4s}.cinematic-logo-wrap,.cinematic-tagline,.intro-line,.intro-location,.intro-pretitle{animation-duration:.2s;animation-delay:.1s}.intro-curtain,.intro-grain,.intro-light{animation:none}}.treatment-showcase{position:relative;background:#f6f4ef}.immersive-treatment{position:relative;min-height:94vh;padding:8vw 6.5vw;display:grid;grid-template-columns:.86fr 1.14fr;align-items:center;grid-gap:6vw;gap:6vw;overflow:hidden}.glp1-experience{background:radial-gradient(circle at 12% 18%,rgba(255,255,255,.95),transparent 31%),linear-gradient(125deg,#f6f1e9,#f3f4ee 48%,#dfe7dc)}.treatment-ambient{position:absolute;border-radius:50%;filter:blur(16px);pointer-events:none}.treatment-ambient-one{width:520px;height:520px;left:-260px;bottom:-250px;background:rgba(210,197,180,.35);animation:treatmentAmbientOne 9s ease-in-out infinite alternate}.treatment-ambient-two{width:500px;height:500px;top:-240px;right:-180px;background:rgba(205,219,203,.42);animation:treatmentAmbientTwo 11s ease-in-out infinite alternate}.immersive-treatment-copy{position:relative;z-index:3;max-width:680px}.immersive-treatment-kicker,.immersive-treatment-number{font-size:.63rem;letter-spacing:.26em;color:#6f766c}.immersive-treatment-number{margin-bottom:55px}.immersive-treatment-kicker{margin-bottom:25px}.immersive-treatment h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(4rem,7vw,8rem);line-height:.88;letter-spacing:-.065em;font-weight:400;color:#292824}.immersive-treatment h2 span{display:block;margin-top:12px;color:#778173;font-style:italic}.immersive-treatment h3{margin:30px 0 28px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.65rem,2.7vw,2.75rem);font-weight:400;color:#4a4943}.immersive-treatment-description{max-width:610px;font-size:1.05rem;line-height:1.85;color:#5d5b55}.immersive-treatment-actions{margin-top:42px}.immersive-treatment-button{width:-moz-fit-content;width:fit-content;min-height:58px;padding:0 26px;display:inline-flex;align-items:center;justify-content:center;gap:24px;border-radius:100px;background:#302d28;color:#fff;font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;box-shadow:0 16px 35px rgba(46,43,38,.17);transition:transform .35s ease,gap .35s ease,box-shadow .35s ease}.immersive-treatment-button:hover{gap:32px;transform:translateY(-3px);box-shadow:0 22px 45px rgba(46,43,38,.23)}.immersive-treatment-actions>p{max-width:420px;margin-top:18px;font-size:.7rem;line-height:1.6;color:#85827b}.immersive-treatment-visual{position:relative;min-height:700px;z-index:2}.immersive-treatment-image{position:absolute;inset:2% 2% 4% 5%;overflow:hidden;border-radius:270px 270px 42px 42px;background:#e6e8e0;box-shadow:0 42px 95px rgba(46,50,43,.18)}.immersive-treatment-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.05),transparent 55%,rgba(45,48,42,.12));pointer-events:none}.immersive-treatment-image img{object-fit:cover;object-position:center;transform:scale(1.02);animation:treatmentImageBreathe 18s ease-in-out infinite alternate}.immersive-treatment-badge{position:absolute;top:7%;left:-2%;width:132px;height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.9);border:1px solid rgba(49,48,44,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 20px 50px rgba(47,45,40,.13)}.immersive-treatment-badge span{font-size:.51rem;letter-spacing:.18em;color:#73786f}.immersive-treatment-badge strong{margin-top:7px;font-family:Georgia,Times New Roman,serif;font-size:1.34rem;font-weight:400;font-style:italic;color:#3b3934}.immersive-treatment-caption{position:absolute;right:-1%;bottom:1%;width:min(320px,54%);padding:25px 28px;background:rgba(255,255,255,.88);border:1px solid rgba(47,44,40,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 20px 50px rgba(47,45,40,.12)}.immersive-treatment-caption span{display:block;margin-bottom:8px;font-size:.58rem;letter-spacing:.18em;color:#7a7f75}.immersive-treatment-caption p{font-family:Georgia,Times New Roman,serif;font-size:1.15rem;line-height:1.35;color:#393732}@keyframes treatmentImageBreathe{0%{transform:scale(1.02)}to{transform:scale(1.075)}}@keyframes treatmentAmbientOne{0%{transform:translateZ(0)}to{transform:translate3d(75px,-45px,0)}}@keyframes treatmentAmbientTwo{0%{transform:translateZ(0)}to{transform:translate3d(-65px,55px,0)}}@media (max-width:1000px){.immersive-treatment{min-height:auto;grid-template-columns:1fr;padding-top:115px;padding-bottom:115px}.immersive-treatment-visual{min-height:650px}}@media (max-width:650px){.immersive-treatment{padding:95px 22px}.immersive-treatment-number{margin-bottom:40px}.immersive-treatment h2{font-size:clamp(3.7rem,18vw,5.4rem)}.immersive-treatment-visual{min-height:500px;margin-top:25px}.immersive-treatment-image{inset:0 0 28px;border-radius:170px 170px 28px 28px}.immersive-treatment-badge{width:102px;height:102px;top:5%;left:-5px}.immersive-treatment-badge strong{font-size:1.05rem}.immersive-treatment-caption{width:72%;right:8px;padding:20px}}@media (prefers-reduced-motion:reduce){.immersive-treatment-image img,.treatment-ambient{animation:none}}.editorial-glp1{position:relative;padding:125px 5vw 45px;overflow:hidden;background:radial-gradient(circle at 14% 10%,rgba(255,255,255,.98),transparent 32%),linear-gradient(120deg,#faf6ef,#f5f1e9 48%,#edf0e8);color:#322b24}.editorial-glp1-main{position:relative;z-index:2;min-height:720px;display:grid;grid-template-columns:.86fr 1.14fr;grid-gap:5vw;gap:5vw;align-items:center}.editorial-glp1-copy{max-width:720px;padding-left:1vw}.editorial-eyebrow{display:flex;align-items:center;gap:18px;margin-bottom:52px;font-size:.68rem;letter-spacing:.27em;line-height:1.7;color:#68705f}.editorial-eyebrow>span{width:48px;height:1px;background:#747d6b}.editorial-glp1 h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(4.2rem,7vw,8.2rem);line-height:.91;letter-spacing:-.065em;font-weight:400;color:#392d22}.editorial-glp1 h2 span{display:block}.editorial-subtitle{margin:25px 0 48px 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3vw,3rem);font-style:italic;color:#69745f}.editorial-glp1 blockquote{max-width:500px;display:grid;grid-template-columns:55px 1fr;grid-gap:14px;gap:14px;margin:0 0 42px 8px}.editorial-quote-mark{font-family:Georgia,Times New Roman,serif;font-size:4.5rem;line-height:.8;color:#b5956e}.editorial-glp1 blockquote p{margin-bottom:14px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.3rem,1.8vw,1.75rem);line-height:1.42;color:#4d453c}.editorial-glp1 blockquote em{color:#65705f}.editorial-outline-button{width:-moz-fit-content;width:fit-content;min-height:70px;padding:0 34px;display:inline-flex;align-items:center;justify-content:center;gap:34px;border:1px solid rgba(142,102,62,.7);border-radius:999px;background:rgba(255,255,255,.28);color:#5a3e29;font-size:.72rem;letter-spacing:.17em;text-transform:uppercase;transition:background .35s ease,color .35s ease,gap .35s ease,transform .35s ease}.editorial-outline-button:hover{gap:44px;transform:translateY(-3px);background:#5a3e29;color:#fff}.editorial-glp1-visual{position:relative;min-height:690px}.editorial-photo-frame{position:absolute;inset:0 4% 0 0;overflow:hidden;border-radius:48% 48% 8% 8%/30% 30% 8% 8%;border:1px solid rgba(181,145,104,.42);box-shadow:0 42px 95px rgba(70,57,43,.17);background:#e9e7de}.editorial-photo-frame:before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(120deg,rgba(255,240,216,.18),transparent 42%,rgba(58,65,53,.08));pointer-events:none}.editorial-photo-frame img{object-fit:cover;object-position:center;transform:scale(1.03);animation:editorialImageBreathe 18s ease-in-out infinite alternate}.editorial-glass-card{position:absolute;z-index:3;right:-1%;bottom:-40px;width:min(380px,56%);min-height:300px;padding:38px 38px 34px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.7);border-radius:28px;background:rgba(245,235,216,.68);box-shadow:0 26px 70px rgba(68,53,39,.17),inset 0 1px 0 rgba(255,255,255,.8);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center;animation:editorialCardFloat 5.5s ease-in-out infinite}.glass-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:23px;border:1px solid rgba(92,111,79,.62);border-radius:50%;color:#69775f;font-size:1.3rem}.editorial-glass-card>p{font-size:.68rem;letter-spacing:.24em;color:#4f4b43}.glass-divider{width:43px;height:1px;margin:23px 0;background:rgba(94,78,59,.5)}.editorial-glass-card h3{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.4rem,2vw,2rem);line-height:1.3;font-weight:400;font-style:italic;color:#493c31}.editorial-glass-card h3 span{display:block}.editorial-benefits{position:relative;z-index:4;margin-top:50px;padding:28px 35px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(105,88,70,.11);border-radius:25px;background:rgba(255,255,255,.46);box-shadow:0 16px 45px rgba(70,57,42,.06);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.editorial-benefits article{min-height:76px;padding:0 25px;display:flex;align-items:center;gap:18px;border-right:1px solid rgba(94,79,64,.12)}.editorial-benefits article:last-child{border-right:none}.benefit-symbol{flex:0 0 auto;width:51px;height:51px;display:grid;place-items:center;border:1px solid rgba(95,116,80,.63);border-radius:50%;font-family:Georgia,Times New Roman,serif;color:#68765e}.editorial-benefits h3{margin-bottom:6px;font-size:.66rem;letter-spacing:.13em;text-transform:uppercase;color:#49463f}.editorial-benefits p{font-size:.76rem;line-height:1.45;color:#6b675f}.editorial-light{position:absolute;border-radius:50%;filter:blur(30px);pointer-events:none}.editorial-light-left{width:520px;height:520px;top:-230px;left:-250px;background:rgba(255,255,255,.75)}.editorial-light-right{width:480px;height:480px;right:-210px;bottom:-230px;background:rgba(209,220,205,.42)}@keyframes editorialImageBreathe{0%{transform:scale(1.03)}to{transform:scale(1.085)}}@keyframes editorialCardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:1050px){.editorial-glp1-main{grid-template-columns:1fr}.editorial-glp1-copy{max-width:850px}.editorial-glp1-visual{min-height:700px}.editorial-benefits{grid-template-columns:1fr 1fr}.editorial-benefits article:nth-child(2){border-right:none}.editorial-benefits article:nth-child(3),.editorial-benefits article:nth-child(4){margin-top:22px}}@media (max-width:650px){.editorial-glp1{padding:95px 22px 30px}.editorial-eyebrow{margin-bottom:40px}.editorial-glp1 h2{font-size:clamp(4rem,18vw,5.5rem)}.editorial-subtitle{margin-left:0;font-size:1.8rem}.editorial-glp1 blockquote{grid-template-columns:38px 1fr;margin-left:0}.editorial-outline-button{width:100%;padding:0 24px}.editorial-glp1-visual{min-height:530px;margin-top:60px}.editorial-photo-frame{inset:0 0 25px;border-radius:46% 46% 6% 6%/24% 24% 6% 6%}.editorial-glass-card{position:absolute;right:20px;left:20px;bottom:-15px;width:auto;margin:0;padding:24px 20px}.editorial-benefits{grid-template-columns:1fr;padding:22px}.editorial-benefits article,.editorial-benefits article:nth-child(3),.editorial-benefits article:nth-child(4){margin-top:0;padding:20px 0;border-right:none;border-bottom:1px solid rgba(94,79,64,.12)}.editorial-benefits article:last-child{border-bottom:none}}@media (prefers-reduced-motion:reduce){.editorial-glass-card,.editorial-photo-frame img{animation:none}}.intro-wordmark{display:flex;flex-direction:column;align-items:center;justify-content:center;animation:introReveal 2.8s ease forwards}.intro-wordmark h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(5rem,10vw,8rem);font-weight:400;line-height:.9;letter-spacing:-.05em;color:#A66A4A}.intro-wordmark p{margin-top:.75rem;font-size:.9rem;letter-spacing:.9em;text-transform:uppercase;color:#676767}@keyframes introReveal{0%{opacity:0;transform:scale(.95);filter:blur(12px)}25%{opacity:1;filter:blur(0)}80%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.04)}}.editorial-peptides{position:relative;padding:125px 5vw 45px;overflow:hidden;background:radial-gradient(circle at 82% 15%,rgba(255,255,255,.7),transparent 30%),linear-gradient(125deg,#dfe7dc,#cfdacd 52%,#b9c8bb);color:#2f372f}.editorial-peptides-main{position:relative;z-index:3;min-height:760px;display:grid;grid-template-columns:1.08fr .92fr;grid-gap:6vw;gap:6vw;align-items:center}.editorial-peptides-visual{position:relative;min-height:700px}.peptide-photo-frame{position:absolute;inset:0 5% 0 0;overflow:hidden;border-radius:42px 280px 42px 280px;background:#c8d2c7;box-shadow:0 42px 95px rgba(43,55,44,.22)}.peptide-photo-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(130deg,rgba(236,243,233,.08),transparent 45%,rgba(30,44,34,.18));pointer-events:none}.peptide-photo-frame img{object-fit:cover;object-position:center top;transform:scale(1.03);animation:peptideImageBreathe 18s ease-in-out infinite alternate}.peptide-glass-card{position:absolute;right:-1%;bottom:8%;z-index:4;width:min(360px,55%);min-height:285px;padding:38px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(255,255,255,.45);border-radius:28px;background:rgba(239,243,235,.68);box-shadow:0 28px 70px rgba(38,51,40,.2);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.peptide-glass-card>p{font-size:.67rem;letter-spacing:.24em;color:#596858}.peptide-glass-card>span{width:45px;height:1px;margin:22px 0;background:rgba(76,91,75,.48)}.peptide-glass-card h3{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2vw,2rem);line-height:1.35;font-weight:400;color:#39453a}.peptide-glass-card h3 em{display:block;margin-top:10px;color:#657563}.editorial-peptides-copy{position:relative;z-index:3;max-width:650px}.peptide-eyebrow{display:flex;align-items:center;gap:18px;margin-bottom:52px;font-size:.64rem;letter-spacing:.25em;color:#566654}.peptide-eyebrow span{width:50px;height:1px;background:#667764}.peptide-small-title{margin-bottom:18px;font-size:.7rem;letter-spacing:.42em;color:#657664}.editorial-peptides h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(4rem,6.8vw,7.7rem);line-height:.9;letter-spacing:-.06em;font-weight:400;color:#263029}.editorial-peptides h2 em,.editorial-peptides h2 span{display:block}.editorial-peptides h2 span{color:#455847}.editorial-peptides h2 em{color:#6f806c}.peptide-description{max-width:590px;margin-top:36px;font-size:1.05rem;line-height:1.85;color:#4e5b4e}.editorial-peptides blockquote{max-width:500px;margin:38px 0;padding-left:25px;border-left:1px solid rgba(63,79,64,.45);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.35rem,2vw,1.9rem);line-height:1.45;font-style:italic;color:#435243}.peptide-outline-button{width:-moz-fit-content;width:fit-content;min-height:68px;padding:0 34px;display:inline-flex;align-items:center;gap:34px;border:1px solid rgba(55,74,58,.58);border-radius:999px;color:#334436;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;transition:background .35s ease,color .35s ease,gap .35s ease,transform .35s ease}.peptide-outline-button:hover{gap:44px;transform:translateY(-3px);background:#334436;color:#fff}.peptide-benefits{position:relative;z-index:4;margin-top:50px;padding:30px 34px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(53,70,56,.13);border-radius:25px;background:rgba(244,247,242,.44);-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px)}.peptide-benefits article{min-height:78px;padding:0 25px;display:flex;align-items:center;gap:18px;border-right:1px solid rgba(54,72,57,.14)}.peptide-benefits article:last-child{border-right:none}.peptide-benefit-number{flex:0 0 auto;width:50px;height:50px;display:grid;place-items:center;border:1px solid rgba(65,87,67,.58);border-radius:50%;font-family:Georgia,Times New Roman,serif;color:#526653}.peptide-benefits h3{margin-bottom:6px;font-size:.67rem;letter-spacing:.14em;text-transform:uppercase;color:#3c4a3e}.peptide-benefits p{font-size:.76rem;line-height:1.45;color:#59665a}.peptide-light{position:absolute;border-radius:50%;filter:blur(30px);pointer-events:none}.peptide-light-one{width:500px;height:500px;left:-220px;top:-240px;background:rgba(245,248,242,.52)}.peptide-light-two{width:520px;height:520px;right:-240px;bottom:-260px;background:rgba(109,133,109,.24)}.peptide-particles span{position:absolute;z-index:1;width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.46);animation:peptideParticleFloat 12s linear infinite}.peptide-particles span:first-child{left:11%;bottom:-20px;animation-delay:0s}.peptide-particles span:nth-child(2){left:34%;bottom:-35px;animation-delay:2s}.peptide-particles span:nth-child(3){left:58%;bottom:-25px;animation-delay:4s}.peptide-particles span:nth-child(4){left:76%;bottom:-45px;animation-delay:1s}.peptide-particles span:nth-child(5){left:91%;bottom:-30px;animation-delay:5s}@keyframes peptideImageBreathe{0%{transform:scale(1.03)}to{transform:scale(1.085)}}@keyframes peptideParticleFloat{0%{transform:translateY(0);opacity:0}15%{opacity:.6}80%{opacity:.25}to{transform:translateY(-900px);opacity:0}}@media (max-width:1050px){.editorial-peptides-main{grid-template-columns:1fr}.editorial-peptides-visual{order:2}.editorial-peptides-copy{order:1;max-width:800px}.peptide-benefits{grid-template-columns:1fr 1fr}.peptide-benefits article:nth-child(2){border-right:none}}@media (max-width:650px){.editorial-peptides{padding:95px 22px 30px}.editorial-peptides h2{font-size:clamp(4rem,18vw,5.4rem)}.editorial-peptides-visual{min-height:530px;margin-top:55px}.peptide-photo-frame{inset:0 0 28px;border-radius:28px 150px 28px 150px}.peptide-glass-card{right:8px;bottom:0;width:74%;min-height:220px;padding:25px}.peptide-outline-button{width:100%;justify-content:center}.peptide-benefits{grid-template-columns:1fr;padding:22px}.peptide-benefits article{padding:20px 0;border-right:none;border-bottom:1px solid rgba(54,72,57,.14)}.peptide-benefits article:last-child{border-bottom:none}}@media (prefers-reduced-motion:reduce){.peptide-particles span,.peptide-photo-frame img{animation:none}}.editorial-menopause{position:relative;padding:125px 5vw 45px;overflow:hidden;background:radial-gradient(circle at 20% 15%,rgba(255,255,255,.8),transparent 32%),linear-gradient(125deg,#f5ebe4,#ead8cf 50%,#dfc8bb);color:#4b3d37}.editorial-menopause-main{position:relative;z-index:2;min-height:760px;display:grid;grid-template-columns:.92fr 1.08fr;grid-gap:6vw;gap:6vw;align-items:center}.editorial-menopause-copy{max-width:650px}.menopause-eyebrow{display:flex;align-items:center;gap:18px;margin-bottom:50px;font-size:.65rem;letter-spacing:.25em;color:#806b61}.menopause-eyebrow span{width:50px;height:1px;background:#a88b7b}.menopause-small-title{font-size:.7rem;letter-spacing:.4em;color:#96796c}.editorial-menopause h2{margin:15px 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(4rem,7vw,7.5rem);line-height:.9;letter-spacing:-.06em;font-weight:400}.editorial-menopause h2 em,.editorial-menopause h2 span{display:block}.editorial-menopause h2 span{color:#8d6858}.editorial-menopause h2 em{color:#b08b79}.menopause-description{max-width:570px;margin-top:35px;font-size:1.05rem;line-height:1.8;color:#64534b}.editorial-menopause blockquote{margin:38px 0;padding-left:25px;border-left:1px solid #b39282;font-family:Georgia,Times New Roman,serif;font-size:1.6rem;font-style:italic;color:#765c50}.menopause-button{display:inline-flex;align-items:center;gap:35px;min-height:68px;padding:0 35px;border:1px solid rgba(126,92,75,.55);border-radius:999px;text-transform:uppercase;letter-spacing:.15em;font-size:.7rem;color:#65483b;transition:.35s ease}.menopause-button:hover{background:#65483b;color:white}.editorial-menopause-visual{position:relative;min-height:700px}.menopause-photo-frame{position:absolute;inset:0 0 0 5%;overflow:hidden;border-radius:280px 40px 280px 40px;box-shadow:0 40px 90px rgba(80,55,40,.18)}.menopause-photo-frame img{object-fit:cover}.menopause-glass-card{position:absolute;right:-2%;bottom:8%;width:360px;padding:38px;border-radius:28px;background:rgba(255,245,238,.65);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 25px 70px rgba(90,60,45,.18)}.menopause-glass-card p{letter-spacing:.25em;font-size:.65rem}.menopause-glass-card span{display:block;width:45px;height:1px;background:#a88b7b;margin:20px 0}.menopause-glass-card h3{font-family:Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:400}.menopause-glass-card em{display:block;color:#9b7664}.menopause-benefits{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);padding:30px;border-radius:25px;background:rgba(255,255,255,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.menopause-benefits article{display:flex;gap:18px;padding:0 22px;border-right:1px solid rgba(90,70,60,.15)}.menopause-benefits article:last-child{border:none}.menopause-benefits span{width:50px;height:50px;border:1px solid #b28d79;border-radius:50%;display:grid;place-items:center}.menopause-benefits h3{text-transform:uppercase;font-size:.7rem;letter-spacing:.15em}.menopause-benefits p{font-size:.8rem;color:#695850}.editorial-trt{position:relative;padding:125px 5vw 45px;overflow:hidden;background:radial-gradient(circle at 80% 20%,rgba(184,148,100,.15),transparent 30%),linear-gradient(125deg,#181817,#24231f 55%,#312b24);color:#eee8df}.editorial-trt-main{position:relative;z-index:2;min-height:760px;display:grid;grid-template-columns:1.08fr .92fr;grid-gap:6vw;gap:6vw;align-items:center}.editorial-trt-visual{position:relative;min-height:700px}.trt-photo-frame{position:absolute;inset:0 5% 0 0;overflow:hidden;border-radius:45px 260px 45px 260px;box-shadow:0 45px 100px rgba(0,0,0,.45)}.trt-photo-frame img{object-fit:cover;transform:scale(1.04);animation:trtImageBreathe 18s ease-in-out infinite alternate}.trt-glass-card{position:absolute;right:-2%;bottom:8%;width:min(360px,55%);padding:38px;border-radius:28px;background:rgba(45,42,37,.65);border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 30px 80px rgba(0,0,0,.4)}.trt-glass-card p{font-size:.65rem;letter-spacing:.25em;color:#c9aa7d}.trt-glass-card span{display:block;width:45px;height:1px;background:#c9aa7d;margin:22px 0}.trt-glass-card h3{font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:1.8rem;line-height:1.35}.trt-glass-card em{display:block;color:#d2b487}.editorial-trt-copy{max-width:650px}.trt-eyebrow{display:flex;align-items:center;gap:18px;margin-bottom:50px;font-size:.65rem;letter-spacing:.25em;color:#c8b18d}.trt-eyebrow span{width:50px;height:1px;background:#c8b18d}.trt-small-title{font-size:.7rem;letter-spacing:.4em;color:#b89a6d}.editorial-trt h2{margin:15px 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(4rem,7vw,7.5rem);line-height:.9;letter-spacing:-.06em;font-weight:400}.editorial-trt h2 em,.editorial-trt h2 span{display:block}.editorial-trt h2 span{color:#d0b184}.editorial-trt h2 em{color:#f1dfc3}.trt-description{max-width:580px;margin-top:35px;font-size:1.05rem;line-height:1.8;color:#cfc7bc}.editorial-trt blockquote{margin:38px 0;padding-left:25px;border-left:1px solid #b89561;font-family:Georgia,Times New Roman,serif;font-size:1.6rem;font-style:italic;color:#dcc39c}.trt-button{display:inline-flex;align-items:center;gap:35px;min-height:68px;padding:0 35px;border:1px solid rgba(211,180,130,.7);border-radius:999px;text-transform:uppercase;letter-spacing:.15em;font-size:.7rem;color:#e5cfaa;transition:.35s ease}.trt-button:hover{background:#d3b482;color:#191815}.trt-benefits{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);padding:30px;border-radius:25px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.trt-benefits article{display:flex;gap:18px;padding:0 22px;border-right:1px solid rgba(255,255,255,.12)}.trt-benefits article:last-child{border:none}.trt-benefits span{width:50px;height:50px;border:1px solid #c9aa7d;border-radius:50%;display:grid;place-items:center;color:#d3b482}.trt-benefits h3{text-transform:uppercase;font-size:.7rem;letter-spacing:.15em}.trt-benefits p{font-size:.8rem;color:#bdb5aa}.trt-glow{position:absolute;border-radius:50%;filter:blur(60px)}.trt-glow-one{width:500px;height:500px;right:-200px;top:-200px;background:rgba(203,166,105,.15)}.trt-glow-two{width:400px;height:400px;left:-200px;bottom:-200px;background:rgba(255,255,255,.05)}@keyframes trtImageBreathe{0%{transform:scale(1.04)}to{transform:scale(1.09)}}.dr-raina-story{padding:130px 5vw;display:grid;grid-template-columns:1fr 1fr;grid-gap:7vw;gap:7vw;align-items:center;background:#f8f4ee}.dr-raina-image,.dr-raina-story{position:relative;overflow:hidden}.dr-raina-image{height:720px;border-radius:300px 40px 300px 40px;box-shadow:0 40px 90px rgba(80,60,45,.15)}.dr-raina-image img{object-fit:cover}.dr-raina-copy{max-width:620px}.dr-raina-copy h2{margin:20px 0 35px;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(3.5rem,5vw,5.8rem);line-height:.95;letter-spacing:-.05em;color:#272522}.dr-raina-copy h2 span{display:block;color:#a66a4a;font-style:italic}.dr-raina-copy>p:not(.section-kicker){font-size:1.05rem;line-height:1.9;color:#5f574f;margin-bottom:22px}.dr-raina-copy blockquote{margin:40px 0;padding-left:28px;border-left:1px solid #a66a4a;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;line-height:1.5;font-style:italic;color:#76584a}.doctor-signature{display:flex;flex-direction:column;gap:6px;margin-top:35px}.doctor-signature strong{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400}.doctor-signature span{text-transform:uppercase;letter-spacing:.18em;font-size:.65rem;color:#8a796d}@media (max-width:768px){.editorial-glp1-main,.editorial-menopause-main,.editorial-peptides-main,.editorial-trt-main{display:flex;flex-direction:column;gap:50px}.editorial-glp1-visual,.editorial-menopause-visual,.editorial-peptides-visual,.editorial-trt-visual{width:100%}.glp1-photo-frame,.menopause-photo-frame,.peptide-photo-frame,.trt-photo-frame{height:420px;width:100%}.glp1-glass-card,.menopause-glass-card,.peptide-glass-card,.trt-glass-card{position:relative;margin-top:-40px;margin-left:20px;margin-right:20px}.dr-raina-story,.jude-story,.story-section{display:flex;flex-direction:column;gap:40px}.story-image{width:100%;height:420px}.editorial-glp1-copy h2,.editorial-menopause-copy h2,.editorial-peptides-copy h2,.editorial-trt-copy h2{font-size:3rem;line-height:1}.difference-grid{grid-template-columns:1fr;gap:20px}.begin-content h2{font-size:3.2rem}.begin-details{gap:25px}.office-section{display:flex;flex-direction:column}.office-image{height:400px}}@media(max-width:900px){.dr-raina-story{grid-template-columns:1fr;padding:90px 5vw}.dr-raina-image{height:550px}}.jude-story{position:relative;padding:130px 5vw;display:grid;grid-template-columns:1fr 1fr;grid-gap:7vw;gap:7vw;align-items:center;background:radial-gradient(circle at 80% 20%,rgba(166,106,74,.12),transparent 30%),#f1ece4;overflow:hidden}.jude-copy{max-width:650px}.jude-copy h2{margin:20px 0 35px;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(3.5rem,5vw,5.8rem);line-height:.95;letter-spacing:-.05em;color:#272522}.jude-copy h2 span{display:block;color:#a66a4a;font-style:italic}.jude-copy>p:not(.section-kicker){font-size:1.05rem;line-height:1.9;color:#5d564e;margin-bottom:22px}.jude-copy blockquote{margin:40px 0;padding-left:28px;border-left:1px solid #a66a4a;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;line-height:1.5;font-style:italic;color:#76584a}.jude-title{display:flex;flex-direction:column;gap:6px;margin-top:35px}.jude-title strong{font-family:Georgia,Times New Roman,serif;font-size:1.6rem;font-weight:400;color:#272522}.jude-title span{text-transform:uppercase;letter-spacing:.18em;font-size:.65rem;color:#8a796d}.jude-image{position:relative;height:720px;border-radius:40px 300px 40px 300px;overflow:hidden;box-shadow:0 40px 90px rgba(80,60,45,.18)}.jude-image img{object-fit:cover}@media(max-width:900px){.jude-story{grid-template-columns:1fr;padding:90px 5vw}.jude-image{height:560px;order:-1}}.heal-difference{position:relative;padding:140px 5vw;background:#181817;color:#f5efe6;overflow:hidden}.heal-difference:before{content:"";position:absolute;width:600px;height:600px;right:-250px;top:-250px;background:radial-gradient(circle,rgba(166,106,74,.25),transparent 65%);border-radius:50%}.heal-difference-header{position:relative;max-width:850px;margin:0 auto 80px;text-align:center}.heal-difference-header h2{margin:25px 0 30px;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(3.5rem,6vw,6rem);line-height:.95;letter-spacing:-.05em}.heal-difference-header h2 span{display:block;color:#c49a72;font-style:italic}.heal-difference-header>p:not(.section-kicker){max-width:700px;margin:0 auto;color:#cfc7bc;font-size:1.05rem;line-height:1.9}.difference-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:25px;gap:25px;max-width:1300px;margin:auto}.difference-grid article{position:relative;padding:45px 32px;min-height:330px;border-radius:28px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transition:.35s ease}.difference-grid article:hover{transform:translateY(-8px);border-color:rgba(196,154,114,.6)}.difference-number{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;border:1px solid #c49a72;color:#c49a72;font-size:.8rem;letter-spacing:.1em;margin-bottom:35px}.difference-grid h3{font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:1.7rem;margin-bottom:18px}.difference-grid p{color:#bdb5aa;line-height:1.8;font-size:.95rem}@media(max-width:1000px){.difference-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.difference-grid{grid-template-columns:1fr}.heal-difference{padding:90px 5vw}}.begin-journey{position:relative;min-height:760px;display:flex;align-items:center;justify-content:center;overflow:hidden;color:white}.begin-background{position:absolute;inset:0}.begin-background img{object-fit:cover}.begin-overlay{position:absolute;inset:0;background:linear-gradient(rgba(20,18,15,.72),rgba(20,18,15,.82))}.begin-content{position:relative;z-index:2;max-width:900px;text-align:center;padding:80px 5vw}.begin-content h2{margin:25px 0;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(3.5rem,6vw,6rem);line-height:.95;letter-spacing:-.05em}.begin-content h2 span{display:block;color:#d0aa7b;font-style:italic}.begin-content>p:not(.section-kicker){max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.9;color:#e1dbd2}.begin-actions{display:flex;justify-content:center;gap:20px;margin-top:45px}.primary-button{background:#c49a72;color:#191815}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:62px;padding:0 38px;border-radius:999px;text-transform:uppercase;letter-spacing:.15em;font-size:.7rem}.secondary-button{border:1px solid rgba(255,255,255,.4);color:white}.begin-details{display:flex;justify-content:center;gap:80px;margin-top:70px}.begin-details div{display:flex;flex-direction:column;gap:8px}.begin-details strong{font-family:Georgia,Times New Roman,serif;font-size:1.4rem}.begin-details span{text-transform:uppercase;letter-spacing:.15em;font-size:.65rem;color:#cfc4b7}@media(max-width:700px){.begin-actions,.begin-details{flex-direction:column}.begin-details{gap:30px}}@media (max-width:650px){.editorial-glp1-main,.editorial-peptides-main,.signature-hero,.specialist-feature{display:flex;flex-direction:column;gap:45px}.editorial-glp1-visual,.editorial-peptides-visual,.hero-portrait-wrap,.specialist-image{width:100%;min-height:420px}.editorial-glass-card,.hero-detail-card,.peptide-glass-card{position:absolute;right:20px;bottom:-35px;width:calc(100% - 40px);margin:0}.story-image,.team-image{min-height:420px;height:420px}.editorial-glp1-copy,.editorial-peptides-copy,.specialist-copy{padding:0}.editorial-glp1 h2,.editorial-peptides h2,.specialist-copy h2{font-size:clamp(3rem,14vw,4.5rem)}.editorial-outline-button,.light-button,.peptide-outline-button,.primary-button{width:100%;text-align:center}.signature-hero{display:block;min-height:auto;padding:115px 20px 70px}.signature-hero .hero-copy{width:100%}.signature-hero h1{font-size:clamp(3.6rem,16vw,5rem);line-height:.92}.signature-hero .hero-text{font-size:1rem;line-height:1.7}.signature-hero .hero-actions{display:flex;flex-direction:column;align-items:stretch;gap:14px}.signature-hero .primary-button,.signature-hero .text-link{width:100%;text-align:center;justify-content:center}.hero-portrait-wrap{width:100%;min-height:480px;margin-top:55px}.hero-arch-main{width:72%;height:78%;right:0;top:0}.hero-arch-secondary{width:45%;height:47%;left:0;bottom:0}.hero-detail-card{right:0;bottom:0;width:64%;padding:18px}.hero-detail-card strong{font-size:.95rem}.hero-signature,.signature-hero .scroll-cue{display:none}.editorial-glp1{padding:85px 20px 40px}.editorial-glp1-main{display:flex;flex-direction:column;gap:45px}.editorial-glp1-copy{order:1;width:100%}.editorial-glp1-visual{order:2;width:100%;min-height:520px}.glp1-photo-frame{position:absolute;inset:0;width:100%;height:430px;border-radius:28px 140px 28px 140px;overflow:hidden}.glp1-photo-frame img{object-fit:cover}.glp1-glass-card{position:absolute;left:20px;right:-2px;bottom:-50px;width:auto;padding:24px;border-radius:24px}.editorial-glp1 h2{font-size:clamp(3.4rem,15vw,4.8rem);line-height:.95}.glp1-outline-button{width:100%;justify-content:center}}