/* Lower visual density: headings stay editorial without overpowering each viewport. */
.pearl-copy h1,.pearl-hero h1{font-size:clamp(48px,4.3vw,60px)}.private-consultation h2,.section h2{font-size:clamp(34px,3vw,42px)}.signature-cta h2{font-size:clamp(32px,2.7vw,40px)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px}.dark-link{color:var(--pearl-navy)}
/* A vertical contact dock with one consistent icon size, including direct chat. */
.floating-actions{gap:9px}.chat-launch{width:43px;height:43px;right:24px;bottom:190px;border-radius:50%;box-shadow:0 7px 18px rgba(6,42,66,.24)}.chat-panel{bottom:250px}.chat-launch svg{width:19px;height:19px}
/* Team profiles are intentionally data-driven from Django Admin. */
.team-section{background:var(--pearl-white)}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:55px}.team-card{min-height:300px;padding:26px;display:flex;flex-direction:column;justify-content:space-between;background:var(--pearl-mist);border:1px solid var(--pearl-line);transition:background .2s,transform .2s}.team-card:hover{transform:translateY(-3px);background:#f7f6f0}.team-card img{display:block;width:100%;height:210px;margin:-26px -26px 24px;width:calc(100% + 52px);object-fit:cover}.team-monogram{display:grid;place-items:center;width:58px;height:58px;margin-bottom:70px;border-radius:50%;background:var(--pearl-navy);color:var(--pearl-ivory);font-size:20px;font-weight:600}.team-role{margin:0 0 7px;color:#638b91;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.team-card h3{margin:0;color:var(--pearl-ink);font-size:20px;line-height:1.3;font-weight:600}.team-card p:not(.team-role){margin:13px 0 0;color:#5a717d;font-size:14px;line-height:1.65}.team-note{margin:20px 0 0;color:#657982;font-size:12px}
/* A restrained 2.5D route: layered ground tiles, elevated stops, and an understated path. */
.care-journey{overflow:hidden}.journey-map{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:68px;padding:45px 12px 18px}.journey-map:before{content:"";position:absolute;inset:18px 3% 22px;background:linear-gradient(135deg,rgba(119,171,176,.17),rgba(255,255,255,.035));transform:skewY(-3deg);box-shadow:0 23px 0 rgba(1,19,32,.2),0 35px 36px rgba(0,0,0,.16);pointer-events:none}.map-path{position:absolute;z-index:1;top:82px;left:10%;right:10%;height:2px;background:repeating-linear-gradient(90deg,rgba(119,171,176,.85) 0 8px,transparent 8px 16px)}.map-stop{position:relative;z-index:2;min-height:300px;padding:38px 25px 24px;background:linear-gradient(145deg,rgba(18,65,90,.98),rgba(5,32,52,.98));border:1px solid rgba(119,171,176,.38);box-shadow:0 16px 0 rgba(1,17,29,.36),0 30px 42px rgba(0,0,0,.25);transform:translateY(var(--map-offset,0))}.map-stop:nth-of-type(2){--map-offset:20px}.map-stop:nth-of-type(3){--map-offset:-5px}.map-stop:nth-of-type(4){--map-offset:15px}.map-number{display:block;color:var(--pearl-teal);font-size:33px;line-height:1;font-weight:500;letter-spacing:-.04em}.map-pin{display:block;width:15px;height:15px;margin:25px 0 30px;border-radius:50%;background:var(--pearl-ivory);box-shadow:0 0 0 7px rgba(119,171,176,.17),0 0 0 12px rgba(119,171,176,.06)}.map-stop h3{margin:0 0 13px;color:var(--pearl-ivory);font-size:18px;line-height:1.32;font-weight:600}.map-stop p{margin:0;color:rgba(244,240,231,.69);font-size:14px;line-height:1.65}
/* Testimonials scroll horizontally instead of reading like e-commerce review cards. */
.testimonials{overflow:hidden;background:var(--pearl-ivory)}.scroll-hint{margin:0 0 8px;color:#6f838b;font-size:13px}.scroll-hint span{display:inline-block;margin-left:5px}.testimonial-track{display:flex;gap:20px;margin-top:50px;overflow-x:auto;padding:0 0 16px;scroll-snap-type:x mandatory;scrollbar-color:#9aaeb1 transparent}.testimonial-track::-webkit-scrollbar{height:5px}.testimonial-track::-webkit-scrollbar-thumb{background:#9aafb1}.testimonial-track blockquote{flex:0 0 calc((100% - 40px)/3);min-height:215px;margin:0;padding:28px 30px;background:rgba(250,249,246,.65);border-top:1px solid rgba(6,42,66,.15);border-bottom:1px solid rgba(6,42,66,.15);scroll-snap-align:start}.testimonial-track p{margin:0;color:var(--pearl-ink);font-size:19px;line-height:1.58;font-weight:500;letter-spacing:-.015em}.testimonial-track footer{margin-top:32px;color:#657982;font-size:12px}.testimonial-track footer span{padding:0 6px;color:var(--pearl-champagne)}
@media(max-width:900px){.team-grid{grid-template-columns:repeat(2,1fr)}.journey-map{grid-template-columns:repeat(2,1fr);gap:26px}.journey-map:before{inset:24px 4% 28px}.map-path{display:none}.map-stop:nth-of-type(3){--map-offset:12px}.map-stop:nth-of-type(4){--map-offset:27px}.testimonial-track blockquote{flex-basis:calc((100% - 20px)/2)}}
@media(max-width:720px){.pearl-copy h1,.pearl-hero h1{font-size:34px;line-height:1.1}.private-consultation h2,.section h2{font-size:30px;line-height:1.2}.signature-cta h2{font-size:29px}.section-heading{align-items:flex-start;flex-direction:column;gap:9px}.floating-actions{gap:6px}.chat-launch{width:39px;height:39px;right:11px;bottom:160px}.chat-launch svg{width:17px;height:17px}.chat-panel{bottom:214px}.team-grid{grid-template-columns:1fr;margin-top:36px}.team-card{min-height:220px}.team-monogram{margin-bottom:45px}.journey-map{grid-template-columns:1fr;gap:28px;margin-top:38px;padding:18px 8px 13px}.journey-map:before{inset:10px 3px 18px;transform:skewY(-1.2deg)}.map-stop,.map-stop:nth-of-type(2),.map-stop:nth-of-type(3),.map-stop:nth-of-type(4){min-height:0;padding:27px 22px;transform:none}.map-number{font-size:28px}.map-pin{margin:19px 0 22px}.testimonial-track{margin-top:34px;margin-right:-24px;padding-right:24px}.testimonial-track blockquote{flex-basis:82%;min-height:190px;padding:24px}.testimonial-track p{font-size:17px}.scroll-hint{font-size:12px}}
