/* Identity and shared editorial rhythm */
:root{--primary:#031B77;--secondary:#5DA4D5;--white:#FFFFFF;--pale:#f4f7fb;--ink:#47577b;--line:rgba(3,27,119,.16);--gutter:clamp(24px,5vw,100px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--primary);background:var(--white);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif}h2{font-size:clamp(38px,4.5vw,76px);font-weight:500;line-height:1.12;letter-spacing:-.055em}em{font-style:normal;color:var(--secondary)}p{font-size:15px;line-height:1.85;color:var(--ink)}:focus-visible{outline:3px solid var(--secondary);outline-offset:6px}.skip-link{position:fixed;left:20px;top:-100px;background:white;padding:16px;z-index:100}.skip-link:focus{top:10px}.eyebrow,.section-label{font-size:10px;font-weight:600;letter-spacing:.17em;line-height:1.6}.section-wrap{padding:110px var(--gutter)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:52px;padding:17px 23px;background:var(--primary);color:white;font-size:10px;letter-spacing:.08em;font-weight:600;position:relative;transition:transform .25s,box-shadow .25s,background .25s}.button:hover{box-shadow:inset 0 0 30px #5da4d540;background:#102b85}.button span,.text-link span{font-size:20px;transition:transform .25s}.button:hover span,.text-link:hover span{transform:translate(3px,-3px)}.text-link{display:inline-flex;align-items:center;gap:24px;font-size:10px;font-weight:600;letter-spacing:.09em;background:none;border:0;border-bottom:1px solid var(--line);padding:12px 0;color:var(--primary)}.button-outline{border:1px solid var(--line);color:var(--primary);background:transparent}.button-outline:hover{background:#5da4d51a}.button-white{background:white;color:var(--primary)}.button-white:hover{background:#eaf3fa}.header{height:100px;padding:12px var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:28px;position:fixed;inset:0 0 auto;z-index:30;transition:background .3s,box-shadow .3s,height .3s}.header.scrolled{height:82px;background:#ffffffed;backdrop-filter:blur(15px);box-shadow:0 1px 0 var(--line)}.brand img{width:148px;height:auto}.header nav{display:flex;gap:35px;align-items:center}.nav-link{font-size:12px;position:relative;padding:10px 0}.nav-link:after{content:'';position:absolute;bottom:0;left:0;height:1px;background:var(--primary);width:100%;transform:scaleX(0);transform-origin:left;transition:transform .25s}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.header-cta{min-height:44px;padding:11px 18px}.menu-toggle{display:none}
/* Hero: oversized name, central photographic plane, offset clinical story */
.hero{min-height:100vh;min-height:100svh;position:relative;padding:132px var(--gutter) 0;overflow:hidden;background:linear-gradient(110deg,#fff 48%,#f1f6fb)}.hero-topline{display:flex;justify-content:space-between;position:relative;z-index:3}.hero-name{position:relative;z-index:4;margin-top:30px;pointer-events:none}.hero-name>span{font-family:Manrope,sans-serif;font-size:19px;letter-spacing:-.04em}.hero h1{font-size:clamp(52px,6.4vw,108px);font-weight:500;line-height:1.02;letter-spacing:-.065em;max-width:1050px;margin-top:8px}.hero h1>span{display:block}.hero-portrait{position:absolute;left:40%;bottom:68px;width:43%;height:72%;pointer-events:none}.hero-portrait>img{position:absolute;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center bottom;mix-blend-mode:multiply;z-index:2}.hero-lens{position:absolute;width:112%;aspect-ratio:1;left:-6%;top:10%;border-radius:50%;background:radial-gradient(circle at 60% 40%,#5da4d518 30%,#5da4d535 60%,#5da4d500 70%);transform:translate(var(--mx,0px),var(--my,0px));filter:blur(var(--blur,1px));transition:filter .6s}.hero-lens i{position:absolute;border:1px solid #5da4d54a;border-radius:50%;inset:5%}.hero-lens i:nth-child(2){inset:12%;border-color:#5da4d526}.hero-lens i:nth-child(3){inset:-4%;border-style:dashed;opacity:.4}.portrait-caption{position:absolute;right:0;top:35%;writing-mode:vertical-rl;letter-spacing:.22em;font-size:8px;color:var(--ink);z-index:3}.hero-message{position:relative;z-index:5;width:37%;margin-top:40px;padding-bottom:54px}.section-label{display:flex;align-items:center;gap:10px;font-size:9px}.section-label i{width:5px;height:5px;background:var(--secondary);border-radius:50%}.hero-message h2{font-size:clamp(25px,2.55vw,42px);line-height:1.24;letter-spacing:-.045em;margin-top:17px}.hero-message h2 em{display:block}.hero-message p{max-width:350px;margin-top:19px;font-size:12px;line-height:1.9}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-top:24px}.hero-actions .button{font-size:9px;padding:15px 18px}.hero-proof{position:absolute;right:var(--gutter);top:57%;width:130px;z-index:5}.hero-proof .cross{font-size:30px;color:var(--secondary);display:block;margin-bottom:12px}.hero-proof strong{font-family:Manrope,sans-serif;font-size:40px;font-weight:500;letter-spacing:-.05em;display:block}.hero-proof>span:not(.cross){font-size:10px}.proof-line{height:1px;background:var(--line);margin:19px 0}.hero-proof p{font-size:10px;line-height:1.7}.hero-bottom{position:relative;z-index:6;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);min-height:68px;background:#ffffffa0}.hero-bottom p{font-size:10px}.hero-bottom p span{margin:0 10px;color:var(--secondary)}.hero-bottom a{font-size:9px;letter-spacing:.13em;display:flex;gap:25px;align-items:center}.hero-bottom a span{font-size:22px}
/* Biography and open timeline */
.about{position:relative}.about:before{content:'';position:absolute;top:0;left:var(--gutter);height:70px;width:1px;background:var(--secondary)}.section-heading .eyebrow{display:block;margin-bottom:27px}.about-layout{display:grid;grid-template-columns: .9fr 1fr;gap:12%;margin-top:70px}.about-visual{position:relative;align-self:start}.photo-frame{height:600px;overflow:hidden;background:var(--pale)}.photo-frame img{width:100%;height:100%;object-position:center 27%;transition:transform 1s}.photo-frame:hover img{transform:scale(1.03)}.photo-note{padding:25px 0;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:9px}.photo-note span{font-size:9px;letter-spacing:.14em}.photo-note strong{font-family:Manrope;font-weight:500;font-size:24px;letter-spacing:-.04em}.photo-note span:last-child{font-size:8px;color:var(--ink);margin-top:8px}.about-orbit{position:absolute;width:180px;height:180px;border:1px solid var(--line);border-radius:50%;bottom:-100px;right:-60px;z-index:-1}.lead{font-size:18px;line-height:1.8;margin:0 0 40px}.timeline{list-style:none;margin:0;padding:0}.timeline li{display:flex;gap:24px;padding:0 0 28px 24px;border-left:1px solid #5da4d54d;position:relative}.timeline li:before{content:'';position:absolute;left:-3px;top:10px;width:5px;height:5px;border-radius:50%;background:var(--secondary)}.timeline h3{font-weight:600;font-size:16px;margin:4px 0 9px}.timeline p{font-size:12px;line-height:1.9}
/* Full-bleed optical interlude */
.clarity{position:relative;overflow:hidden;background:var(--primary);color:white;padding:100px var(--gutter) 90px}.clarity-content{position:relative;z-index:2}.clarity h2{margin:28px 0 40px;font-size:clamp(42px,5.2vw,86px);max-width:1000px}.clarity-bottom{display:flex;align-items:center;gap:12%;max-width:1000px}.clarity p{color:#d0def0;font-size:13px;max-width:420px}.clarity .button{flex-shrink:0}.clarity-orbit{position:absolute;right:-180px;top:-160px;width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,#5da4d52e,transparent 66%);animation:orbit-breathe 18s ease-in-out infinite alternate}.clarity-orbit i{position:absolute;inset:10%;border:1px solid #5da4d540;border-radius:50%}.clarity-orbit i:nth-child(2){inset:18%}.clarity-orbit i:nth-child(3){inset:26%}
/* Six sequential treatments, with indexable expandable detail */
.specialties-heading{display:flex;justify-content:space-between;gap:60px;align-items:flex-end;margin-bottom:65px}.specialties-heading h2{margin-top:26px}.specialties-heading>p{max-width:310px;font-size:13px;padding-bottom:8px}.treatment{display:grid;grid-template-columns:70px 1.3fr 1fr;gap:40px;border-top:1px solid var(--line);padding:55px 0;align-items:start}.treatment h3{font-size:clamp(24px,2.6vw,40px);line-height:1.2;font-weight:500;letter-spacing:-.045em;margin-bottom:22px;max-width:550px}.treatment p{font-size:12px;line-height:1.95}.treatment-more{display:grid;grid-template-rows:1fr}.js .treatment-more{display:block;max-height:0;overflow:hidden;visibility:hidden;transition:max-height .5s ease,visibility .5s}.js .treatment.open .treatment-more{visibility:visible}.treatment-more p{padding-top:18px}.treatment-toggle{margin-top:21px}.treatment-visual{position:relative;margin-left:20px;overflow:hidden;background:var(--pale);aspect-ratio:1.25}.treatment-visual img{width:100%;height:100%;transition:transform 1s}.treatment-visual:hover img{transform:scale(1.03)}.visual-caption{position:absolute;bottom:16px;left:18px;color:var(--primary);background:#fffffff0;padding:7px 9px;font-size:7px;letter-spacing:.15em}.treatment:nth-child(even) .treatment-visual{aspect-ratio:1.4}.optical{width:100%;height:100%;position:relative;display:grid;place-items:center;background:radial-gradient(ellipse at 48% 45%,#fff 0%,#d6e8f6 45%,#f4f7fb 74%);overflow:hidden}.optical span{position:absolute;width:66%;aspect-ratio:1;border-radius:50%;border:1px solid #5da4d570;box-shadow:inset 8px 0 25px #5da4d518;transform:rotate(-25deg) scaleX(.7)}.optical span:nth-child(2){width:49%;transform:translateX(15%) rotate(-25deg) scaleX(.7)}.optical span:nth-child(3){width:32%;transform:translateX(44%) rotate(-25deg) scaleX(.7);background:#ffffff6b}.optical i{position:absolute;width:90%;height:1px;transform:rotate(-25deg);background:linear-gradient(90deg,transparent,var(--secondary),transparent)}.optical-4 span{transform:none}.optical-4 span:nth-child(2){transform:none}.optical-4 span:nth-child(3){transform:none;background:radial-gradient(circle,#031b77 0%,#5da4d5 8%,#d1e5f5 12%,#ffffff80 70%)}.optical-5{background:var(--primary)}.optical-5 span{border-color:#5da4d5;transform:rotate(35deg) scaleX(.7)}.optical-6 span{transform:rotate(60deg) scaleX(.5)}
/* Contact, footer, and restrained persistent contact entry */
.contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:8%;background:var(--pale);align-items:center;overflow:hidden}.contact-art{position:relative;aspect-ratio:1}.contact-art .optical{border-radius:50%;animation:orbit-breathe 20s ease-in-out infinite alternate}.contact-art>span{display:block;text-align:center;font-size:8px;letter-spacing:.2em;margin-top:24px}.contact h2{font-size:clamp(34px,3.7vw,58px);margin:25px 0}.contact-content>p{font-size:13px;max-width:530px}.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.contact-actions .button{font-size:9px}.contact .contact-status{font-size:11px;margin-top:18px;scroll-margin-top:120px}.contact-status.highlight{color:var(--primary);font-weight:600}.location{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:25px;margin-top:38px;font-size:9px;letter-spacing:.09em}footer{background:var(--primary);color:white;display:flex;justify-content:space-between;align-items:center;gap:40px;padding:45px var(--gutter) 90px}footer img{width:170px;height:auto}footer p{font-size:12px;color:#d0def0}footer>div{display:flex;flex-direction:column;gap:20px;font-size:9px;color:#d0def0}footer>div>a{letter-spacing:.12em}.floating-whatsapp{position:fixed;z-index:25;bottom:22px;right:25px;display:flex;align-items:center;gap:12px;padding:13px 17px;color:var(--primary);background:white;border:1px solid var(--line);box-shadow:0 4px 24px #031b7710;font-size:10px}.floating-whatsapp svg{width:21px;height:21px}.float-arrow{font-size:18px}.floating-whatsapp.nudge{animation:nudge 1s ease 1}.reveal{opacity:1}.js .reveal{opacity:0;transform:translateY(20px);transition:opacity .8s,transform .8s}.js .reveal.visible{opacity:1;transform:none}.timeline li:nth-child(2n){transition-delay:.08s}@keyframes orbit-breathe{to{transform:scale(1.035) rotate(3deg)}}@keyframes nudge{50%{transform:translateY(-5px)}}
@media(min-width:1600px){.hero{padding-top:160px}.hero-message{margin-top:55px;padding-bottom:70px}.hero-message p{font-size:15px;max-width:440px}.hero-proof{width:165px}.hero-proof strong{font-size:52px}.hero-proof p,.hero-proof>span:not(.cross){font-size:12px}.hero-portrait{height:76%}.hero-bottom{min-height:80px}.hero-bottom p{font-size:12px}}
@media(max-width:1100px){.header nav{gap:22px}.hero h1{font-size:7vw}.hero-message{width:43%}.hero-portrait{left:42%;width:46%;height:67%}.hero-proof{right:3%;width:105px;top:59%}.hero-proof strong{font-size:31px}.hero-proof p{font-size:9px}.hero-portrait .portrait-caption{display:none}.hero-actions{gap:12px}.about-layout{gap:7%}.photo-frame{height:480px}.treatment{grid-template-columns:45px 1.25fr 1fr;gap:24px}.treatment-visual{margin-left:0}.clarity-bottom{gap:6%}.contact{gap:5%;grid-template-columns:.65fr 1.35fr}}
@media(max-width:760px){html{scroll-padding-top:85px}.header,.header.scrolled{height:78px;padding:9px var(--gutter);background:#fffffff2}.brand img{width:125px}.header-cta{margin-left:auto;font-size:8px;padding:10px 13px;min-height:40px;gap:16px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;order:3;background:none;border:0;width:36px;height:44px;padding:6px;z-index:35}.menu-toggle span{display:block;width:24px;height:1px;background:var(--primary);transition:transform .3s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3px) rotate(-45deg)}.header nav{position:absolute;top:78px;left:0;right:0;background:white;padding:24px var(--gutter) 36px;display:none;align-items:flex-start;gap:20px;border-bottom:1px solid var(--line)}.header nav.open{display:flex;flex-direction:column}.nav-link{font-size:20px}.hero{padding-top:103px;min-height:100svh}.hero-topline .eyebrow{font-size:8px;letter-spacing:.12em}.hero-topline .eyebrow:last-child{display:none}.hero-name{margin-top:24px}.hero-name>span{font-size:14px}.hero h1{font-size:clamp(42px,8.7vw,65px);max-width:100%;line-height:1.07}.hero-portrait{position:relative;left:auto;bottom:auto;width:80%;height:370px;margin:0 -7% 0 auto}.hero-lens{top:3%;width:110%;left:-7%}.hero-portrait>img{object-position:center 40%;object-fit:cover;mask-image:linear-gradient(black 84%,transparent)}.hero-proof{top:340px;left:var(--gutter);right:auto;width:105px}.hero-proof strong{font-size:30px}.hero-proof .cross{font-size:24px;margin-bottom:8px}.hero-proof p{font-size:9px}.hero-proof>span:not(.cross){font-size:9px}.hero-message{width:100%;margin-top:8px;padding-bottom:30px}.hero-message h2{font-size:clamp(28px,6.4vw,40px)}.hero-message h2 br{display:none}.hero-message p{max-width:500px;font-size:13px;margin-top:16px}.hero-actions{gap:24px;margin-top:22px}.hero-bottom{padding:18px 0;align-items:flex-start}.hero-bottom p{font-size:9px;max-width:245px;line-height:1.9}.hero-bottom p span{margin:0 3px}.hero-bottom a{font-size:8px;gap:10px}.section-wrap{padding:75px var(--gutter)}.about:before{height:40px}.about-layout{grid-template-columns:1fr;gap:48px;margin-top:40px}.photo-frame{height:auto;aspect-ratio:.9}.photo-frame img{object-position:center 30%}.about-orbit{display:none}.photo-note strong{font-size:23px}.lead{font-size:16px}.timeline li{gap:20px;padding-left:20px}.timeline p{font-size:13px}.clarity{padding:75px var(--gutter)}.clarity h2{font-size:clamp(38px,7.4vw,56px);margin-bottom:25px}.clarity-bottom{flex-direction:column;align-items:flex-start;gap:25px}.clarity p{font-size:13px}.clarity .button{font-size:9px;gap:16px}.clarity-orbit{right:-420px}.specialties-heading{display:block;margin-bottom:35px}.specialties-heading h2{margin-top:20px}.specialties-heading>p{margin-top:24px;max-width:400px}.treatment{grid-template-columns:35px 1fr;gap:17px;padding:32px 0}.treatment h3{font-size:27px;margin-bottom:18px}.treatment p{font-size:13px}.treatment-visual{grid-column:2;aspect-ratio:1.7;max-height:260px}.treatment:nth-child(even) .treatment-visual{aspect-ratio:1.7}.js .treatment:not(.open) .treatment-intro{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.treatment-toggle{font-size:9px;margin-top:14px}.contact{display:flex;flex-direction:column-reverse;gap:40px}.contact-content{width:100%}.contact h2{font-size:clamp(32px,7vw,49px)}.contact-actions{flex-direction:column;align-items:flex-start}.contact-art{width:70%;max-width:330px}.contact-content>p{font-size:13px}.location{font-size:8px}footer{align-items:flex-start;flex-wrap:wrap;gap:30px;padding-bottom:100px}footer img{width:140px}footer p{font-size:11px}footer>div{width:100%;flex-direction:row;justify-content:space-between;font-size:8px}.floating-whatsapp{padding:13px;border-radius:50%;right:17px;bottom:17px;width:49px;height:49px;justify-content:center}.floating-whatsapp>span{display:none}.floating-whatsapp svg{flex-shrink:0}.eyebrow{font-size:9px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js .reveal{opacity:1;transform:none}.hero-lens{transform:none!important;filter:none!important}}
/* Accessible tint for text; original secondary remains the optical accent. */
em{color:#437fac}
@media(max-width:760px){.hero-message h2 br{display:initial}.hero-message h2 br:after{content:' '}}

/* Larger reading scale and unnumbered editorial sections. */
.eyebrow,.section-label{font-size:13px;letter-spacing:.12em}
.nav-link{font-size:16px}
.button,.hero-actions .button,.contact-actions .button,.text-link{font-size:13px;line-height:1.5}
.header-cta{font-size:12px}
.hero-message p{font-size:17px;max-width:440px;line-height:1.8}
.hero-proof{width:150px}
.hero-proof>span:not(.cross),.hero-proof p{font-size:13px}
.hero-bottom p{font-size:14px}
.hero-bottom a{font-size:12px}
.lead{font-size:21px}
.timeline h3{font-size:21px}
.timeline p,.treatment p,.clarity p,.specialties-heading>p,.contact-content>p{font-size:17px;line-height:1.85}
.timeline li{padding-bottom:34px}
.photo-note span,.photo-note span:last-child,.visual-caption,.contact-art>span{font-size:12px}
.photo-note strong{font-size:27px}
.clarity-bottom{gap:6%;max-width:1180px}
.clarity p{max-width:520px}
.specialties-heading>p{max-width:390px}
.treatment{grid-template-columns:1.3fr 1fr;gap:70px}
.treatment-copy{min-width:0}
.contact .contact-status{font-size:15px}
.location{font-size:12px}
footer p{font-size:16px}
footer>div{font-size:12px}
.floating-whatsapp{font-size:13px}
@media(max-width:1100px){
 .header nav{gap:20px}.nav-link{font-size:14px}
 .hero-proof{width:120px}.hero-proof p,.hero-proof>span:not(.cross){font-size:12px}
 .treatment{gap:35px}.clarity-bottom{flex-wrap:wrap;gap:28px}
 .hero-bottom p{font-size:12px}
}
@media(max-width:760px){
 .header{gap:12px}.brand img{width:110px}.header-cta{font-size:10px;gap:10px;padding:10px 12px}
 .nav-link{font-size:22px}
 .hero-topline .eyebrow,.eyebrow,.section-label{font-size:12px}
 .hero-topline .eyebrow{letter-spacing:.08em}
 .hero-message p{font-size:17px}
 .hero-actions{gap:16px}
 .hero-proof{width:110px}.hero-proof p,.hero-proof>span:not(.cross){font-size:12px}
 .hero-bottom{flex-direction:column;gap:14px}.hero-bottom p{font-size:13px;max-width:none}
 .hero-bottom a{font-size:12px}
 .lead{font-size:20px}.timeline h3{font-size:21px}
 .timeline p,.treatment p,.clarity p,.specialties-heading>p,.contact-content>p{font-size:17px}
 .treatment{grid-template-columns:1fr;gap:24px}.treatment-visual{grid-column:auto}
 .treatment h3{font-size:31px}
 .button,.hero-actions .button,.contact-actions .button,.clarity .button,.text-link{font-size:12px;gap:16px;max-width:100%}
 .header-cta{font-size:10px;gap:10px}
 .contact h2{font-size:clamp(34px,7vw,49px)}
 .location{font-size:11px;gap:16px}
 footer p{font-size:15px}footer>div{font-size:12px;flex-direction:column;gap:20px}
}

/* Shared surgical photograph beside the complete treatment list. */
.specialties-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:clamp(40px,6vw,100px);align-items:start}
.specialties-photo{position:sticky;top:115px;margin:0}
.specialties-photo-frame{aspect-ratio:4/5;overflow:hidden;background:var(--pale)}
.specialties-photo-frame img{width:100%;height:100%;object-fit:cover;object-position:61% center;transition:transform 1s}
.specialties-photo-frame:hover img{transform:scale(1.03)}
.specialties-photo>p{font-size:19px;line-height:1.6;color:var(--primary);padding-top:23px}
.specialties-layout .treatment{display:block;padding:36px 0}
.specialties-layout .treatment:first-child{padding-top:30px}
.specialties-layout .treatment h3{font-size:clamp(28px,2.5vw,40px)}
.specialties-layout .treatment:last-child{padding-bottom:0}
@media(max-width:760px){
 .specialties-layout{grid-template-columns:1fr;gap:38px}
 .specialties-photo{position:static}
 .specialties-photo-frame{aspect-ratio:1.15}
 .specialties-photo-frame img{object-position:center}
 .specialties-photo>p{font-size:18px;padding-top:18px}
 .specialties-layout .treatment h3{font-size:31px}
}

/* Contact photograph: optimized version of imagenes/3.jpg. */
.contact-photo{aspect-ratio:auto}
.contact-photo>img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:55% center}
@media(max-width:760px){.contact-photo{width:100%;max-width:none}.contact-photo>img{aspect-ratio:3/2;object-position:center}}

/* Verified consultation information. */
.consultation-details{margin-top:36px;padding-top:28px;border-top:1px solid var(--line)}
.consultation-details h3{font-size:27px;font-weight:500;letter-spacing:-.03em;margin-bottom:18px}
.consultation-details p{font-size:16px;line-height:1.8}
.consultation-details strong{font-weight:600;color:var(--primary)}
.consultation-details dl{margin:20px 0 0}
.consultation-details dl>div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line);font-size:15px;line-height:1.6}
.consultation-details dt{font-weight:500}.consultation-details dd{margin:0;text-align:right}
.consultation-details a:hover{text-decoration:underline;text-underline-offset:4px}
.contact-status:empty{display:none}
@media(max-width:1100px){.consultation-details dl>div{flex-direction:column;gap:4px}.consultation-details dd{text-align:left}}

/* Larger mobile WhatsApp touch target. */
@media(max-width:760px){
 .floating-whatsapp{width:64px;height:64px;padding:16px;right:18px;bottom:calc(18px + env(safe-area-inset-bottom, 0px))}
 .floating-whatsapp svg{width:30px;height:30px}
}

@media(max-width:760px){
 .floating-whatsapp{padding:10px}
 .floating-whatsapp svg{width:42px;height:42px}
}
