:root{--bg:#f4f8f7;--surface:#fff;--ink:#123733;--muted:#627a76;--teal:#087e72;--deep:#0b4a44;--gold:#dfa936;--line:#d9e6e3;--shadow:0 22px 60px rgba(16,75,68,.12);--r:18px;--body:"DM Sans",sans-serif;--display:"Manrope",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.65 var(--body)}[v-cloak]{display:none}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}button,input,select,textarea{font:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--display);line-height:1.1;letter-spacing:-.035em}h2{font-size:clamp(2.25rem,4.3vw,4.6rem);margin-bottom:0}.kicker{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:800;color:var(--teal);margin-bottom:14px}.lead{font-size:1.15rem;color:var(--ink)}.btn{display:inline-flex;justify-content:center;align-items:center;background:var(--teal);color:#fff;padding:13px 21px;border:0;border-radius:12px;font-weight:700;box-shadow:0 10px 25px rgba(8,126,114,.2);cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(8,126,114,.28)}.btn.small{padding:11px 17px;font-size:.84rem}.btn.light{background:#fff;color:var(--teal)}header{height:88px;padding:0 clamp(22px,5vw,78px);display:flex;align-items:center;gap:26px;background:rgba(244,248,247,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.brand img{width:47px;height:47px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1.2}.brand b{font-family:var(--display)}.brand small{font-size:.66rem;color:var(--muted);margin-top:4px;letter-spacing:.04em}nav{display:flex;gap:20px;align-items:center}nav a{font-size:.79rem;font-weight:700;color:var(--muted);position:relative;white-space:nowrap}nav a:hover,nav a.active{color:var(--teal)}nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--teal)}.menu{display:none}.slider{height:min(780px,calc(100vh - 88px));min-height:650px;background:#082d2a;position:relative;overflow:hidden;color:#fff}.slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s}.slide.active{opacity:1;visibility:visible}.slide>img{position:absolute;inset:0;transform:scale(1.02);transition:transform 7s}.slide.active>img{transform:scale(1.08)}.shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,34,31,.94),rgba(4,44,40,.67) 47%,rgba(4,33,30,.12) 82%),linear-gradient(0deg,rgba(2,31,28,.54),transparent)}.slide-copy{position:absolute;left:clamp(24px,7vw,120px);top:46%;transform:translateY(-50%);width:min(720px,57vw);z-index:2}.slide-copy>small{color:var(--gold);letter-spacing:.15em;text-transform:uppercase;font-weight:700}.slide-copy h1,.page-hero h1{font-size:clamp(4.2rem,7vw,7.5rem);margin:20px 0;line-height:.91}.slide-copy h1 em{font-style:normal;color:#87d8cd}.slide-copy>p{font-size:1.08rem;color:rgba(255,255,255,.82);max-width:640px}.actions{display:flex;gap:26px;align-items:center;margin-top:30px}.actions>a:last-child{font-weight:700;border-bottom:1px solid rgba(255,255,255,.5)}.slider-nav{position:absolute;z-index:4;left:clamp(24px,7vw,120px);right:clamp(24px,7vw,120px);bottom:28px;display:grid;grid-template-columns:50px repeat(4,1fr) 50px;background:rgba(3,37,34,.68);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.16);border-radius:14px;overflow:hidden}.slider-nav button{border:0;border-left:1px solid rgba(255,255,255,.12);background:transparent;color:rgba(255,255,255,.68);padding:15px;text-align:left;cursor:pointer}.slider-nav button:first-child,.slider-nav button:last-child{text-align:center;font-size:1.1rem}.slider-nav button.active,.slider-nav button:hover{background:rgba(255,255,255,.1);color:#fff}.slider-nav b,.slider-nav span{display:block}.slider-nav b{font-size:.79rem}.slider-nav span{font-size:.66rem;opacity:.7}.proof{display:grid;grid-template-columns:repeat(4,1fr);padding:27px clamp(24px,7vw,120px);background:var(--surface);border-bottom:1px solid var(--line)}.proof div{display:flex;gap:12px;align-items:center;justify-content:center;border-right:1px solid var(--line)}.proof div:last-child{border:0}.proof b{font:800 1.25rem var(--display);color:var(--teal)}.proof span{font-size:.74rem;color:var(--muted)}.section{padding:105px clamp(24px,7vw,120px)}.pale{background:#eaf3f1}.intro{display:grid;grid-template-columns:1.08fr .92fr;gap:10vw}.intro>div:last-child{padding-top:35px;color:var(--muted)}.link{display:inline-block;margin-top:15px;color:var(--teal);font-weight:700}.heading{display:flex;justify-content:space-between;align-items:end;gap:70px;margin-bottom:48px}.heading>div{max-width:740px}.heading>p{max-width:430px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.card{display:grid;grid-template-columns:42% 58%;min-height:330px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:.3s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card>div{padding:34px 29px;display:flex;flex-direction:column}.card small{font-size:.67rem;color:var(--teal);font-weight:800;text-transform:uppercase;letter-spacing:.1em}.card h3,.features h3{font-size:1.55rem;margin:12px 0}.card p{font-size:.88rem;color:var(--muted)}.card b{margin-top:auto;font-size:.82rem;color:var(--teal)}.person{background:var(--surface);display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:9vw}.portrait{height:600px;position:relative}.portrait img{border-radius:var(--r);box-shadow:var(--shadow)}.portrait i{position:absolute;right:-35px;bottom:35px;width:100px;height:100px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff;font:normal 2.3rem serif;border:7px solid #fff}.person p:not(.kicker){color:var(--muted)}.person .lead{color:var(--ink)}.dark{background:var(--deep);color:#fff}.dark .kicker{color:#8bd9cf}.steps{list-style:none;padding:0;margin:45px 0 0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.2)}.steps li{display:flex;gap:18px;padding:30px 24px;border-right:1px solid rgba(255,255,255,.2)}.steps li>span,.process li>span{color:#7dd2c8;font-weight:700}.steps p{color:rgba(255,255,255,.65);font-size:.85rem}.cta{margin:70px clamp(20px,5vw,80px);padding:68px;display:flex;justify-content:space-between;align-items:center;gap:60px;background:var(--teal);color:#fff;border-radius:var(--r);position:relative;overflow:hidden}.cta:after{content:"✦";position:absolute;right:28%;top:-150px;font-size:280px;opacity:.08}.cta>div{position:relative;z-index:1}.cta h2{max-width:780px}.cta .kicker{color:#b7eee7}.cta>div:last-child{display:flex;flex-direction:column;align-items:center;gap:14px;min-width:250px}.page-hero{height:620px;position:relative;color:#fff;overflow:hidden}.page-hero>img,.page-hero>div{position:absolute;inset:0}.page-hero>div{background:linear-gradient(90deg,rgba(3,42,38,.94),rgba(4,50,45,.58),rgba(3,35,32,.14))}.page-hero article{position:absolute;left:clamp(24px,7vw,120px);top:50%;transform:translateY(-50%);max-width:820px}.page-hero .kicker{color:#9fe1d9}.page-hero h1{font-size:clamp(3.5rem,6vw,6.6rem)}.page-hero article>p:not(.kicker){font-size:1.08rem;max-width:650px;color:rgba(255,255,255,.82)}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.features article{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:30px}.features article>span{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#dff1ee;color:var(--teal);font-size:1.35rem}.features p{color:var(--muted);font-size:.88rem}.process{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;background:var(--surface)}.process ol{list-style:none;margin:0;padding:0}.process li{display:flex;gap:25px;padding:22px 0;border-bottom:1px solid var(--line)}.process p{color:var(--muted)}.evidence{display:grid;grid-template-columns:1fr 1fr;gap:8vw;background:#dff1ee}.evidence>p{font-size:1.07rem;color:var(--muted);padding-top:35px}.quote{padding:95px 12vw;background:var(--deep);color:#fff;text-align:center}.quote blockquote{font:600 clamp(2rem,4vw,4rem)/1.25 var(--display);margin:0}.gallery{columns:3;column-gap:18px}.gallery button{width:100%;border:0;padding:0;margin:0 0 18px;background:var(--surface);border-radius:var(--r);overflow:hidden;position:relative;cursor:pointer;break-inside:avoid}.gallery img{height:auto;min-height:250px}.gallery span{position:absolute;left:0;right:0;bottom:0;padding:40px 20px 18px;color:#fff;text-align:left;font-weight:700;background:linear-gradient(transparent,rgba(0,0,0,.72))}.lightbox{position:fixed;inset:0;z-index:100;background:rgba(0,25,22,.9);display:grid;place-items:center;padding:50px}.lightbox>button{position:absolute;right:25px;top:20px;background:none;border:0;color:#fff;font-size:2.5rem}.lightbox figure{margin:0;max-width:950px;height:80vh;color:#fff}.lightbox figure img{object-fit:contain}.lightbox figcaption{text-align:center;margin-top:10px}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.contact-list{display:flex;flex-direction:column;margin-top:35px}.contact-list a{display:flex;flex-direction:column;padding:20px 0;border-bottom:1px solid var(--line)}.contact-list small{color:var(--teal)}form{background:#fff;padding:45px;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow)}label{display:flex;flex-direction:column;gap:8px;font-size:.8rem;font-weight:700;margin-top:18px}input,select,textarea{width:100%;border:1px solid #cbdedb;border-radius:10px;padding:12px;background:#fbfdfd;color:var(--ink)}textarea{resize:vertical}label small{text-align:right;color:var(--muted);font-weight:400}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}form .btn{margin-top:24px;width:100%}form .btn:disabled{opacity:.6}.status{padding:12px;margin:14px 0 0;border-radius:8px}.status.ok{background:#dff4e9;color:#17643f}.status.error{background:#fff0ed;color:#963a29}.setup{font-size:.75rem;color:var(--muted);margin:12px 0 0}footer{padding:65px clamp(24px,7vw,120px) 28px;background:#092f2c;color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:60px}.footer-grid>div:not(.brand){display:flex;flex-direction:column;gap:8px}.footer-grid h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:#84d4ca}.footer-grid a,.footer-grid p{font-size:.8rem;color:rgba(255,255,255,.65)}footer .brand{align-self:start}.footer-bottom{display:flex;justify-content:space-between;margin-top:55px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);font-size:.72rem;color:rgba(255,255,255,.5)}
@media(max-width:1100px){header nav{display:none}header nav.open{display:flex;position:absolute;top:88px;left:0;right:0;background:var(--surface);padding:25px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.menu{display:block;background:none;border:1px solid var(--line);border-radius:8px;padding:7px 11px}.header-btn{display:none}.cards{grid-template-columns:1fr}.features{grid-template-columns:repeat(2,1fr)}.slider-nav{grid-template-columns:42px repeat(4,1fr) 42px}.slider-nav span{display:none}}
@media(max-width:720px){header{height:74px;padding:0 18px}.brand img{width:40px;height:40px}.brand small{display:none}header nav.open{top:74px}.slider{height:680px;min-height:680px}.slide>img{object-position:64% center}.shade{background:linear-gradient(90deg,rgba(3,34,31,.93),rgba(3,40,36,.58)),linear-gradient(0deg,rgba(3,34,31,.75),transparent)}.slide-copy{left:22px;right:22px;width:auto;top:41%}.slide-copy h1{font-size:3.4rem}.slide-copy>p{font-size:.95rem}.actions{align-items:flex-start;flex-direction:column;gap:14px}.slider-nav{left:12px;right:12px;bottom:12px;grid-template-columns:34px repeat(4,1fr) 34px}.slider-nav button{padding:12px 4px;text-align:center}.slider-nav b{font-size:.62rem}.proof{grid-template-columns:repeat(2,1fr);gap:20px}.proof div{border:0;justify-content:flex-start}.section{padding:72px 22px}.intro,.person,.process,.evidence,.contact-layout{grid-template-columns:1fr;gap:35px}.heading{display:block}.heading>p{margin-top:20px}.card{grid-template-columns:1fr}.card>img{height:230px}.portrait{height:430px}.portrait i{right:-5px}.steps{grid-template-columns:1fr}.steps li{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.cta{margin:45px 14px;padding:45px 28px;display:block}.cta>div:last-child{align-items:flex-start;margin-top:30px}.page-hero{height:560px}.page-hero article{left:22px;right:22px}.page-hero h1{font-size:3.25rem}.features{grid-template-columns:1fr}.gallery{columns:1}.form-row{grid-template-columns:1fr}form{padding:28px 20px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid .brand{grid-column:1/-1}.footer-bottom{gap:15px;flex-direction:column}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Compact editorial direction: readable content, image-led topic exploration */
h2{font-size:clamp(1.85rem,3vw,3rem);line-height:1.18}.section{padding:72px clamp(24px,7vw,120px)}.slider{height:590px;min-height:590px}.slide-copy{top:43%;width:min(650px,55vw)}.slide-copy h1{font-size:clamp(2.9rem,4.8vw,4.7rem);line-height:1}.slide-copy>p{font-size:1rem;max-width:600px}.page-hero{height:430px}.page-hero article{max-width:720px}.page-hero h1{font-size:clamp(2.5rem,4vw,4rem);line-height:1.05;margin:14px 0}.page-hero article>p:not(.kicker){font-size:1rem}.intro.compact{padding-top:65px;padding-bottom:65px}.intro.compact>div:last-child{padding-top:20px}.heading{margin-bottom:32px}.card{min-height:290px}.person{padding-top:78px;padding-bottom:78px}.portrait{height:510px}.cta{padding:50px 58px;margin-top:55px;margin-bottom:55px}.quote{padding:70px 12vw}.quote blockquote{font-size:clamp(1.7rem,3vw,2.9rem)}
.topic-section{padding-top:68px;padding-bottom:78px}.topic-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.topic-tabs button{display:flex;align-items:center;gap:9px;border:1px solid #c8deda;background:#fff;color:var(--ink);border-radius:10px;padding:11px 16px;font-weight:700;cursor:pointer;transition:.2s}.topic-tabs button span{color:var(--teal);font-size:1.1rem}.topic-tabs button:hover,.topic-tabs button.active{background:var(--teal);border-color:var(--teal);color:#fff}.topic-tabs button.active span{color:#fff}.topic-detail{display:grid;grid-template-columns:1fr 1fr;min-height:440px;background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow)}.topic-image{min-height:440px}.topic-detail>div:last-child{padding:clamp(32px,5vw,70px);align-self:center}.topic-detail h2{font-size:clamp(1.8rem,2.7vw,2.8rem);margin-bottom:20px}.topic-detail p:not(.kicker){color:var(--muted)}.topic-detail .lead{color:var(--ink);font-size:1.05rem}.topic-detail .btn{margin-top:10px}.compact-process{padding-top:75px;padding-bottom:75px}.evidence.compact{padding-top:62px;padding-bottom:62px}
@media(max-width:720px){.section{padding:55px 22px}.slider{height:590px;min-height:590px}.slide-copy{top:39%}.slide-copy h1{font-size:2.65rem}.page-hero{height:410px}.page-hero h1{font-size:2.35rem}.topic-tabs{display:grid;grid-template-columns:1fr 1fr}.topic-tabs button{padding:10px;font-size:.78rem}.topic-detail{grid-template-columns:1fr}.topic-image{min-height:260px;height:260px}.topic-detail>div:last-child{padding:30px 22px}.portrait{height:390px}.cta{padding:38px 24px}}

/* Fit the header, hero and compact highlights within the opening screen. */
:root{--header-height:64px;--proof-height:60px}
header{height:var(--header-height);width:100%;padding:0 clamp(16px,2vw,36px);gap:20px}
header .brand img{width:42px;height:42px}
header .header-btn{padding:10px 16px}
.slider{height:calc(100svh - var(--header-height) - var(--proof-height));min-height:0}
.slider-nav{left:20px;right:20px;bottom:12px;grid-template-columns:38px repeat(5,minmax(0,1fr)) 38px}
.slider-nav button{padding:10px 8px}
.journey-slide{background:radial-gradient(ellipse at 95% 15%,#164940 0,transparent 65%),#082d2a;display:grid;grid-template-columns:min(52vw,calc(100svh - var(--header-height) - var(--proof-height) - 104px)) minmax(0,640px);grid-template-rows:minmax(0,1fr);justify-content:center;column-gap:clamp(24px,2.5vw,44px);padding:24px 32px 80px}
.journey-slide>img,.journey-slide.active>img{position:static;width:100%;height:100%;min-height:0;object-fit:contain;object-position:center;transform:none;border-radius:0}
.journey-slide .shade{display:none}
.journey-slide .slide-copy{position:static;align-self:center;min-width:0;width:auto;transform:none;padding:12px 0}
.journey-slide .slide-copy>small{font-size:.65rem;line-height:1.6;display:block;color:var(--gold)}
.journey-slide .slide-copy h1{font-family:Georgia,'Times New Roman',serif;font-weight:500;font-size:clamp(2.2rem,4vw,4.2rem);line-height:1.04;letter-spacing:-.035em;margin:14px 0}
.journey-slide h1 em{display:block;color:#efbd63}
.journey-slide .slide-copy .journey-credentials{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#edcf96;line-height:1.6;margin-bottom:12px}
.journey-slide .slide-copy>p{font-size:.9rem;line-height:1.65;max-width:520px}
.journey-slide .actions{margin-top:18px}
.journey-slide .actions .btn{background:#efbd63;color:#17352e;border:0;gap:18px}
.slider-nav button:focus-visible,.slide .btn:focus-visible{outline:2px solid #efbd63;outline-offset:-4px}
.proof{height:var(--proof-height);padding:8px 24px;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;align-items:center}
.proof div{flex-direction:row;gap:10px;text-align:center;padding:0 12px;justify-content:center;border-right:1px solid var(--line)}
.proof div:last-child{border:0}
@media(max-width:1100px){header nav.open{top:var(--header-height)}}
@media(max-width:720px){
  :root{--header-height:58px;--proof-height:64px}
  header{padding:0 14px}
  header .brand img{width:36px;height:36px}
  .journey-slide{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;gap:0;padding:12px 12px 54px}
  .journey-slide .slide-copy{padding:8px 20px 12px;text-align:center}
  .journey-slide .slide-copy>small{font-size:.55rem}
  .journey-slide .slide-copy h1{font-size:clamp(1.6rem,5vw,2.2rem);margin:6px 0}
  .journey-slide h1 em{display:inline}
  .journey-slide .slide-copy .journey-credentials{font-size:.58rem;margin-bottom:6px}
  .journey-slide .slide-copy>p:not(.journey-credentials){font-size:.75rem;line-height:1.4;margin:0 auto 8px}
  .journey-slide .actions{margin-top:8px;align-items:center}
  .journey-slide .btn{padding:9px 16px;font-size:.8rem}
  .slider-nav{left:8px;right:8px;bottom:8px;grid-template-columns:26px repeat(5,minmax(0,1fr)) 26px}
  .slider-nav button{padding:8px 2px}
  .slider-nav b{font-size:.56rem;line-height:1.3;overflow-wrap:anywhere}
  .proof{padding:6px 8px}
  .proof div{flex-direction:column;gap:3px;padding:0 5px;border-bottom:0}
  .proof b{font-size:1rem}
  .proof span{font-size:.61rem;line-height:1.3}
}
@media(max-height:700px){
  .journey-slide .slide-copy>p:not(.journey-credentials){display:none}
  .journey-slide .slide-copy h1{font-size:clamp(1.6rem,3vw,2.8rem)}
  .slide-copy h1{font-size:clamp(1.8rem,4vw,3.2rem);margin:10px 0}
  .slide-copy>p{font-size:.85rem;line-height:1.4}
  .slide-copy .actions{margin-top:12px}
}
@media(max-height:480px) and (orientation:landscape){
  .journey-slide{grid-template-columns:min(45vw,calc(100svh - var(--header-height) - var(--proof-height) - 66px)) minmax(0,640px);grid-template-rows:minmax(0,1fr);gap:16px;padding:12px 16px 54px}
  .journey-slide .slide-copy{padding:8px 16px}
  .journey-slide .slide-copy>small{display:none}
  .slide:not(.journey-slide) .slide-copy>p{display:none}
}

/* Home introduction and compact services heading. */
.home-perspective{background:#fff;padding:64px 24px;text-align:center}
.perspective-content{max-width:720px;margin:0 auto}
.home-perspective h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.8rem,2.8vw,2.6rem);line-height:1.2;letter-spacing:-.025em;max-width:620px;margin:0 auto 28px}
.home-perspective h2 span{display:block;color:#bf480d}
.home-perspective p{font-size:.95rem;line-height:1.75;margin:0 auto 20px;max-width:690px}
.perspective-accent,.perspective-closing a{color:#b6410b;font-weight:600}
.perspective-closing a:hover{text-decoration:underline}
.perspective-closing a:focus-visible{outline:2px solid var(--teal);outline-offset:4px}
.perspective-callout{max-width:600px;margin:30px auto;padding:20px 28px;border:1px solid #ffe2c1;border-radius:12px;background:#fff8ef;color:#b6410b;font-size:.95rem;font-weight:500;line-height:1.65}
.home-perspective .perspective-closing{margin-bottom:0}
.home-services{padding:36px clamp(24px,4vw,64px) 56px}
.home-services .heading{max-width:1320px;margin:0 auto 24px;gap:32px;align-items:center}
.home-services .heading>div{max-width:760px}
.home-services .heading h2{font-size:clamp(1.65rem,2.3vw,2.3rem)}
.home-services .heading .kicker{margin-bottom:10px}
.home-services .heading>p{max-width:380px;font-size:.9rem;line-height:1.65;margin:0}
.home-services .cards{max-width:1320px;margin:0 auto}
@media(max-width:720px){.home-perspective{padding:40px 22px}.home-perspective h2{margin-bottom:22px}.perspective-callout{padding:18px;margin:24px auto}.home-services{padding:28px 22px 40px}.home-services .heading>p{margin-top:14px}.home-services .heading{margin-bottom:20px}}

/* Home sections supplied in the technology and wellness references. */
.home-wellness{padding:64px 24px;background:#fff;color:#192b2a}
.home-wellness h2,.home-wellness h3{font-family:Georgia,'Times New Roman',serif;letter-spacing:-.025em}
.wellness-heading{text-align:center;max-width:800px;margin:0 auto 48px}
.wellness-heading h2{font-size:clamp(1.8rem,2.7vw,2.6rem);line-height:1.2;margin:0 0 16px}
.wellness-heading h2 span{color:#ed6109}
.wellness-heading>p{max-width:690px;margin:0 auto;font-size:.94rem;line-height:1.65;color:#626c70}
.technology-grid,.benefits-grid{max-width:1120px;margin:0 auto;display:grid;gap:24px}
.technology-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.technology-card{padding:24px 20px;text-align:center;border:1px solid #e7e5e3;border-radius:12px;background:#fff}
.wellness-icon{display:grid;place-items:center;width:48px;height:48px;flex-shrink:0;border-radius:50%;background:#fafaf8;color:#c74408;border:1px solid #eeece9}
.wellness-icon svg{width:23px;height:23px;display:block}
.technology-card .wellness-icon{margin:0 auto 20px;box-shadow:0 2px 3px #00000008}
.home-wellness h3{font-size:1.2rem;line-height:1.25;margin:0 0 10px}
.technology-card p,.benefit-card p{margin:0;font-size:.83rem;line-height:1.5;color:#626c70}
.benefits-section{background:#fbefeb}
.benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.benefit-card{display:flex;align-items:flex-start;gap:15px;padding:24px 20px;border:1px solid #f0e7e3;border-radius:12px;background:#ffffff80}
.benefit-card .wellness-icon{width:35px;height:35px;background:#c5440a;color:#fff;border:0}
.benefit-card .wellness-icon svg{width:19px;height:19px}
.benefit-card h3{font-size:1.15rem;margin-bottom:7px}
.energy-section .wellness-heading{margin-bottom:30px}
.energy-pills{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin:0 auto 48px;padding:0;list-style:none}
.energy-pills li{display:flex;align-items:center;gap:9px;padding:7px 14px;border:1px solid #ffe4c7;border-radius:24px;background:#fff8ee;color:#ba3e08;font-size:.72rem;font-weight:600;box-shadow:0 2px 3px #00000008}
.energy-pills li:before{content:'\2713';font-size:.85rem}
.energy-consultation{position:relative;isolation:isolate;overflow:hidden;max-width:1120px;margin:0 auto;padding:56px 30px;background:#c34009;color:white;border-radius:15px;text-align:center;box-shadow:0 20px 35px #6b30151a}
.energy-consultation:before{content:'';position:absolute;z-index:-1;width:350px;height:350px;border:1px solid #ffffff12;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);background:#ffffff03}
.energy-consultation h2{font-size:clamp(1.8rem,2.8vw,2.65rem);line-height:1.25;margin:0 auto 20px;max-width:980px}
.energy-consultation>p{font-size:.95rem;margin-bottom:30px}
.energy-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:14px}
.energy-actions .btn{border-radius:4px;padding:13px 26px;background:#fff;color:#b83b08;font-size:.73rem;text-transform:uppercase;border:1px solid #fff;box-shadow:none}
.energy-actions .energy-contact{background:transparent;color:white}
.energy-actions .btn:focus-visible{outline:3px solid #fff;outline-offset:4px}
@media(max-width:1000px){.technology-grid,.benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.home-wellness{padding:42px 22px}.wellness-heading{margin-bottom:28px}.technology-grid,.benefits-grid{grid-template-columns:1fr;gap:16px}.technology-card{padding:24px}.energy-pills{gap:8px;margin-bottom:30px}.energy-consultation{padding:36px 22px}.energy-actions{flex-direction:column}.energy-actions .btn{width:100%}}

/* About page: biography, expertise and original credentials. */
.about-profile{background:#fff;color:#173047;padding:64px 28px 72px}
.about-profile .container{max-width:1120px;margin:0 auto}
.about-profile h1,.about-profile h2,.about-profile h3{font-family:Georgia,'Times New Roman',serif;font-weight:600;letter-spacing:-.02em}
.about-profile .profile-hero{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.25fr);gap:56px;align-items:center;margin-bottom:52px}
.about-profile .profile-photo{position:relative;max-width:410px;width:100%;justify-self:center}
.about-profile .profile-photo img{width:100%;height:auto;max-height:580px;object-fit:contain;border-radius:24px;box-shadow:0 20px 45px #172c4320}
.about-profile .experience-badge{position:absolute;right:-10px;bottom:24px;padding:12px 18px;border-radius:10px;background:linear-gradient(110deg,#eb482a,#78288f);color:#fff;font-size:.8rem;font-weight:800;letter-spacing:.04em;box-shadow:0 8px 20px #752a8926}
.about-profile .eyebrow{text-transform:uppercase;letter-spacing:.17em;color:#d34a25;font-size:.64rem;font-weight:700;margin:0 0 10px}
.about-profile .section-title{font-size:clamp(2rem,3.5vw,3.4rem);line-height:1.15;margin:0 0 18px}
.about-profile .profile-role{font-size:.86rem;color:#78239e;font-weight:700;line-height:1.65;margin-bottom:14px}
.about-profile .profile-tagline{font-family:Georgia,'Times New Roman',serif;font-size:1.25rem;line-height:1.45;margin-bottom:18px}
.about-profile .lead{font-size:.9rem;line-height:1.85;color:#65758b;margin-bottom:16px}
.about-profile .about-story{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.about-profile .story-card{padding:28px 30px;background:#fffaf3;border:1px solid #dde3ef;border-radius:18px}
.about-profile h3{font-size:1.35rem;line-height:1.2;margin:0 0 14px}
.about-profile .story-card p{font-size:.87rem;line-height:1.8;color:#65758b;margin-bottom:14px}
.about-profile .story-card p:last-child{margin-bottom:0}
.about-profile .story-card .energy-line{font-size:.82rem;color:#82299d;font-weight:700;letter-spacing:.025em}
.about-profile .specialization{margin:26px 0;padding:30px;border-radius:20px;background:linear-gradient(120deg,#72248c,#172b48);color:#fff}
.about-profile .specialization h3{font-size:1.6rem;margin-bottom:20px}
.about-profile .specialty-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:28px}
.about-profile .specialty-grid span{padding:12px 0;border-bottom:1px solid #ffffff26;font-size:.85rem;line-height:1.5}
.about-profile .credentials{margin-top:52px}
.about-profile .credential-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:28px}
.about-profile .credential-card{border:1px solid #dde3ef;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 12px 30px #172c430c}
.about-profile .credential-card img{width:100%;height:auto;object-fit:contain}
.about-profile .credential-copy{display:flex;flex-direction:column;gap:8px;padding:20px}
.about-profile .credential-copy strong{font:600 1.08rem/1.4 Georgia,'Times New Roman',serif}
.about-profile .credential-copy span{font-size:.8rem;color:#65758b}
@media(max-width:900px){.about-profile .profile-hero{gap:30px}.about-profile .story-card{padding:24px}.about-profile .section-title{font-size:2.25rem}}
@media(max-width:640px){.about-profile{padding:32px 20px 44px}.about-profile .profile-hero{grid-template-columns:1fr;gap:28px;margin-bottom:32px}.about-profile .profile-photo{max-width:300px}.about-profile .about-story,.about-profile .credential-grid{grid-template-columns:1fr;gap:18px}.about-profile .specialization{padding:24px}.about-profile .specialty-grid{grid-template-columns:1fr}.about-profile .credentials{margin-top:34px}.about-profile .section-title{font-size:2rem}}

.sputnik-assessment{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);align-items:center;gap:60px;background:#fff;scroll-margin-top:var(--header-height)}
.sputnik-visual{padding:24px;background:#fafbf9;border:1px solid var(--line);border-radius:18px}
.sputnik-visual img{height:330px;object-fit:contain}
.sputnik-assessment h2{margin-bottom:22px}
.sputnik-assessment p,.sputnik-assessment ol{color:var(--muted);font-size:.95rem}
.sputnik-assessment ol{padding-left:22px}.sputnik-assessment li{margin-bottom:14px}
@media(max-width:720px){.sputnik-assessment{grid-template-columns:1fr;gap:28px}.sputnik-visual img{height:250px}}

/* Panoramic hero artwork: retain headroom without the previous zoom crop. */
.slide.wide-hero>img,.slide.wide-hero.active>img{transform:none;object-position:80% top;transition:none}
.wide-hero .shade{background:linear-gradient(90deg,rgba(3,34,31,.75),rgba(3,34,31,.35) 48%,rgba(3,34,31,.02) 75%),linear-gradient(0deg,rgba(2,31,28,.45),transparent 35%)}
@media(max-width:720px){.slide.wide-hero>img{object-position:76% top}.wide-hero .shade{background:linear-gradient(90deg,rgba(3,34,31,.8),rgba(3,34,31,.25)),linear-gradient(0deg,rgba(2,31,28,.65),transparent)}}

.home-services .card>img[src$="astrology-hero-wide.png"],.home-services .card>img[src$="biowell-hero-wide.png"]{object-position:80% top}

/* Vaastu: preserve the complete panoramic image at every screen size. */
.page-hero.vaastu-hero{height:auto;background:#082d2a;}
.page-hero.vaastu-hero>img{position:relative;inset:auto;width:100%;height:auto;object-fit:contain;}
.page-hero.vaastu-hero>div{background:linear-gradient(90deg,rgba(3,42,38,.5),transparent 65%);}
.page-hero.vaastu-hero article{width:43%;}
.page-hero.vaastu-hero h1{font-size:clamp(2rem,3.5vw,3.5rem);}
@media(max-width:900px){
 .page-hero.vaastu-hero>div{display:none;}
 .page-hero.vaastu-hero article{position:relative;left:auto;right:auto;top:auto;transform:none;width:auto;max-width:none;padding:24px;}
 .page-hero.vaastu-hero article>p:last-child{margin-bottom:0;}
}

/* Tighten the gap above the Vaastu service topics. */
body[data-page="vaastu"] .intro.compact{padding-bottom:32px;}
body[data-page="vaastu"] .topic-section{padding-top:28px;}
body[data-page="vaastu"] .topic-section .heading{margin-bottom:24px;}
@media(max-width:720px){
 body[data-page="vaastu"] .intro.compact{padding-bottom:24px;}
 body[data-page="vaastu"] .topic-section{padding-top:24px;}
}

/* Gallery opening: show the complete photograph beside the introduction. */
.page-hero.gallery-hero{height:auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:36px;padding:32px clamp(22px,5vw,78px);background:#082d2a;}
.page-hero.gallery-hero>img{position:static;grid-column:2;grid-row:1;width:100%;height:auto;max-height:520px;object-fit:contain;}
.page-hero.gallery-hero>div{display:none;}
.page-hero.gallery-hero article{position:static;grid-column:1;grid-row:1;transform:none;max-width:600px;}
.page-hero.gallery-hero h1{font-size:clamp(2rem,3.5vw,3.5rem);}
@media(max-width:720px){
 .page-hero.gallery-hero{grid-template-columns:1fr;gap:24px;padding:24px 22px;}
 .page-hero.gallery-hero>img{grid-column:1;grid-row:1;max-height:none;}
 .page-hero.gallery-hero article{grid-column:1;grid-row:2;}
}

/* Keep the full gallery portrait close to the introduction. */
@media(min-width:721px){
 .page-hero.gallery-hero{grid-template-columns:minmax(0,600px) minmax(0,390px);justify-content:center;gap:32px;}
 .page-hero.gallery-hero>img{width:auto;max-width:100%;height:auto;max-height:520px;justify-self:start;}
}

/* An airy editorial introduction for the Acharya's opening slide. */
.journey-slide{background:radial-gradient(ellipse at 85% 35%,#eee2c9 0,transparent 52%),#faf7f0;color:#123733;grid-template-columns:minmax(0,560px) minmax(0,460px);gap:clamp(32px,5vw,80px);padding:36px clamp(24px,6vw,96px) 108px;align-items:center;}
.journey-slide>img,.journey-slide.active>img{grid-column:2;grid-row:1;max-height:100%;width:100%;height:100%;padding:10px;background:#fff;border:1px solid #e4dac8;border-radius:18px;box-shadow:0 16px 40px #493a241a;object-fit:contain;}
.journey-slide .slide-copy{grid-column:1;grid-row:1;padding:0;}
.journey-slide .slide-copy>small{color:#947027;letter-spacing:.14em;}
.journey-slide .slide-copy h1{font-size:clamp(2.4rem,4.4vw,4.7rem);line-height:1.06;margin:18px 0;}
.journey-slide h1 em{color:#a46b23;font-style:normal;}
.journey-slide .slide-copy .journey-credentials{color:#54706a;font-size:.68rem;letter-spacing:.08em;}
.journey-slide .slide-copy>p{color:#506762;}
.journey-slide .actions .btn{background:#087e72;color:#fff;border-radius:8px;box-shadow:none;}
.slider:has(.journey-slide.active) .slider-nav{background:#fffefb;border-color:#ddd8cc;color:#234c44;box-shadow:0 5px 18px #273c3010;}
.slider:has(.journey-slide.active) .slider-nav button{color:#234c44;border-color:#e5e0d5;}
.slider:has(.journey-slide.active) .slider-nav button.active{background:#e5eee7;}
@media(max-width:720px){
 .journey-slide{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;gap:16px;padding:18px 24px 66px;}
 .journey-slide>img,.journey-slide.active>img{grid-column:1;grid-row:1;max-width:340px;justify-self:center;padding:6px;border-radius:12px;}
 .journey-slide .slide-copy{grid-column:1;grid-row:2;text-align:center;}
 .journey-slide .slide-copy h1{font-size:clamp(1.8rem,6vw,2.5rem);margin:8px 0;}
 .journey-slide .slide-copy>small{font-size:.5rem;}
 .journey-slide .slide-copy .journey-credentials{font-size:.56rem;}
}
@media(max-height:650px) and (min-width:721px){
 .journey-slide{padding-top:16px;padding-bottom:72px;}
 .journey-slide .slide-copy h1{font-size:2.4rem;margin:10px 0;}
}

.journey-slide>img,.journey-slide.active>img{height:auto;aspect-ratio:1;align-self:center;}
@media(max-width:720px){.journey-slide>img,.journey-slide.active>img{width:auto;height:100%;max-width:100%;}}

/* Warm header and a larger, less framed opening photograph. */
header{background:rgba(229,241,238,.98);border-bottom-color:#c8ddd7;}
@media(min-width:721px){
 .journey-slide{grid-template-columns:minmax(0,560px) minmax(0,580px);gap:clamp(28px,4vw,64px);padding-top:24px;padding-bottom:92px;}
 .journey-slide>img,.journey-slide.active>img{width:auto;height:auto;max-width:100%;max-height:100%;justify-self:center;}
}
.journey-slide>img,.journey-slide.active>img{padding:0;border:0;border-radius:12px;box-shadow:0 14px 36px #493a2414;}

/* Make the header emblem easier to see without changing navigation height. */
header .brand img{width:64px;height:60px;flex-shrink:0;object-fit:contain;}
@media(max-width:720px){header .brand img{width:52px;height:48px;}}

/* Compact consultation opening with an uncropped photograph. */
.contact-intro{display:grid;grid-template-columns:minmax(0,650px) auto;justify-content:center;align-items:center;gap:32px;padding:24px clamp(22px,5vw,78px);background:#faf7f0;}
.contact-intro h1{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.15;margin:8px 0 12px;}
.contact-intro p{margin:0;max-width:620px;color:var(--muted);}
.contact-intro .kicker{color:var(--teal);}
.contact-intro>img{width:auto;height:220px;max-width:100%;object-fit:contain;border-radius:10px;}
body[data-page="contact"] .contact-layout{padding-top:28px;padding-bottom:36px;gap:40px;}
body[data-page="contact"] .contact-layout form{padding:26px;}
body[data-page="contact"] .contact-layout h2{font-size:clamp(1.6rem,2.3vw,2.2rem);}
body[data-page="contact"] .contact-list{margin-top:16px;}
body[data-page="contact"] .contact-list a{padding:12px 0;overflow-wrap:anywhere;}
body[data-page="contact"] form label{margin-top:12px;}
@media(max-width:720px){
 .contact-intro{grid-template-columns:1fr;gap:18px;padding:22px;}
 .contact-intro>img{height:180px;justify-self:center;}
 body[data-page="contact"] .contact-layout{gap:24px;padding-top:24px;}
 body[data-page="contact"] .contact-layout form{padding:22px;}
}

/* Compact contact details and request form. */
body[data-page="contact"] .contact-layout{grid-template-columns:minmax(0,320px) minmax(0,680px);justify-content:center;align-items:start;gap:28px;padding-top:20px;padding-bottom:24px;}
body[data-page="contact"] .contact-layout form{padding:20px;}
body[data-page="contact"] .contact-layout .kicker{margin-bottom:8px;}
body[data-page="contact"] .contact-layout h2{font-size:1.75rem;}
body[data-page="contact"] .contact-layout form label{margin-top:9px;gap:5px;}
body[data-page="contact"] .contact-layout input,body[data-page="contact"] .contact-layout select,body[data-page="contact"] .contact-layout textarea{padding:9px 11px;}
body[data-page="contact"] .contact-layout textarea{height:88px;min-height:72px;}
body[data-page="contact"] .contact-layout form .btn{margin-top:14px;padding:10px 18px;}
body[data-page="contact"] .contact-list{margin-top:8px;}
body[data-page="contact"] .contact-list a{padding:9px 0;}
@media(max-width:720px){body[data-page="contact"] .contact-layout{grid-template-columns:minmax(0,1fr);gap:18px;}}

/* Keep the complete desktop booking experience in the opening viewport. */
body[data-page="contact"] .contact-layout{grid-template-columns:minmax(0,420px) minmax(0,620px);gap:32px;padding:20px 28px;}
body[data-page="contact"] .contact-intro{display:block;padding:0;background:none;}
body[data-page="contact"] .contact-intro h1{font-size:clamp(1.5rem,2.2vw,2rem);margin:6px 0 10px;}
body[data-page="contact"] .contact-intro>img{height:135px;width:auto;margin:14px 0;}
body[data-page="contact"] .contact-sidebar>p{font-size:.85rem;margin:8px 0;}
body[data-page="contact"] .contact-intro p:not(.kicker){font-size:.85rem;}
body[data-page="contact"] .contact-layout form{padding:18px;}
body[data-page="contact"] .contact-layout form h2{font-size:1.6rem;}
body[data-page="contact"] .contact-layout form .kicker{margin-bottom:4px;}
body[data-page="contact"] .contact-layout input,body[data-page="contact"] .contact-layout select{min-height:36px;padding:6px 10px;}
body[data-page="contact"] .contact-layout textarea{height:64px;min-height:48px;}
.contact-footer{padding:10px 24px;border-top:1px solid var(--line);font-size:.72rem;text-align:center;color:var(--muted);}
.contact-footer span{margin-left:12px;}
@media(min-width:901px) and (max-height:750px){
 body[data-page="contact"] .contact-layout{padding-top:12px;padding-bottom:12px;}
 body[data-page="contact"] .contact-intro>img{height:100px;margin:8px 0;}
 body[data-page="contact"] .contact-layout form label{margin-top:6px;gap:3px;}
 body[data-page="contact"] .contact-list a{padding:5px 0;}
}
@media(max-width:720px){body[data-page="contact"] .contact-layout{grid-template-columns:1fr;padding:20px;}}
