/* ===== Kripa makeover: topbar, dropdowns, widget, new pages ===== */

/* --- Top contact bar: address, email, 3 numbers, socials --- */
.topbar{background:var(--ink-deep);color:#ffffffd9;font:400 12.5px/1.4 Arial,Helvetica,sans-serif}
.topbar-inner{max-width:1340px;margin:0 auto;padding:7px 4.5vw;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.topbar a{color:#ffffffd9;text-decoration:none;white-space:nowrap}
.topbar a:hover{color:var(--gold)}
.topbar .tb-address{display:flex;align-items:center;gap:6px;min-width:0}
.topbar .tb-address span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.topbar .tb-phones{display:flex;gap:14px;flex-wrap:wrap}
.topbar .tb-group{display:flex;align-items:center;gap:6px}
.topbar svg{width:13px;height:13px;flex:0 0 auto;fill:var(--gold)}
.topbar .tb-socials{margin-left:auto;display:flex;gap:10px;align-items:center}
.topbar .tb-socials a{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#ffffff14}
.topbar .tb-socials a:hover{background:var(--coral)}
.topbar .tb-socials svg{width:12px;height:12px;fill:#fff}
@media(max-width:900px){.topbar .tb-address{display:none}}
@media(max-width:640px){.topbar-inner{gap:10px;justify-content:center}.topbar .tb-phones a:not(:first-child){display:none}.topbar .tb-mail{display:none}.topbar .tb-socials{margin-left:0}}

/* --- Masthead: sticky topbar + header --- */
.masthead{position:sticky;top:0;z-index:70;box-shadow:0 6px 24px #0a2e2540}
.masthead .site-header{position:static;background:var(--ink-deep);padding:14px 4.5vw;grid-template-columns:140px 1fr auto}
.masthead .brand{width:136px;height:136px}
.masthead .brand img{width:100px;height:110px}
.masthead .desktop-nav{font-size:15.5px;font-weight:600;gap:clamp(14px,1.6vw,26px)}
.masthead .header-call{background:var(--coral);border-color:var(--coral)}
@media(max-width:1100px){.masthead .site-header{grid-template-columns:96px 1fr}.masthead .desktop-nav,.masthead .header-call{display:none}.masthead .mobile-menu{display:block}}
@media(max-width:1100px){.masthead .brand{width:92px;height:92px}.masthead .brand img{width:70px;height:77px}}

/* --- Desktop dropdown menus --- */
.desktop-nav .nav-item{position:relative;display:flex;align-items:center}
.desktop-nav .nav-item>button{background:none;border:0;color:#fff;opacity:.8;font:inherit;letter-spacing:inherit;cursor:pointer;padding:0;display:flex;align-items:center;gap:6px}
.desktop-nav .nav-item>button:hover,.desktop-nav .nav-item>button[aria-expanded=true]{opacity:1}
.desktop-nav .nav-arrow{width:8px;height:8px;border-right:2px solid var(--gold);border-bottom:2px solid var(--gold);transform:rotate(45deg) translateY(-2px);display:inline-block}
.desktop-nav .submenu{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%,6px);min-width:240px;background:var(--white);border-radius:12px;box-shadow:0 22px 60px #051f1950;padding:10px;opacity:0;pointer-events:none;transition:opacity .18s,transform .18s;list-style:none;margin:0}
.desktop-nav .submenu::before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}
.desktop-nav .submenu li{margin:0}
.desktop-nav .submenu a{display:block;color:var(--ink);padding:10px 14px;border-radius:8px;font-size:14px;font-weight:600;opacity:1;text-decoration:none}
.desktop-nav .submenu a:hover{background:var(--paper);color:var(--coral)}
.desktop-nav .submenu a[aria-current=page]{color:var(--coral)}
.desktop-nav .nav-item:hover .submenu,.desktop-nav .nav-item:focus-within .submenu,.desktop-nav .nav-item.open .submenu{opacity:1;pointer-events:auto;transform:translate(-50%,0)}
.desktop-nav .nav-item.open>button{opacity:1}

/* --- Mobile menu with nested groups --- */
.masthead .mobile-menu>div{width:min(300px,84vw);max-height:76vh;overflow:auto}
.masthead .mobile-menu details.m-sub{border-bottom:1px solid var(--line)}
.masthead .mobile-menu details.m-sub>summary{cursor:pointer;list-style:none;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:13px 11px;font-size:14px;font-weight:700;color:var(--ink)}
.masthead .mobile-menu details.m-sub>summary::-webkit-details-marker{display:none}
.masthead .mobile-menu details.m-sub>summary::after{content:"";flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:var(--paper-deep) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9.5l6 6 6-6' stroke='%23cc663d' stroke-width='2.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat;transition:transform .2s}
.masthead .mobile-menu details.m-sub[open]>summary::after{transform:rotate(180deg)}
.mobile-menu details.m-sub[open]>summary{color:var(--coral)}
.masthead .mobile-menu details.m-sub a{padding:10px 11px 10px 24px;font-size:12.5px;border-bottom:0}
.masthead .mobile-menu details.m-sub a:last-child{padding-bottom:14px}
.masthead .mobile-menu .m-call{background:var(--coral);color:#fff !important;border-radius:10px;text-align:center;font-weight:700;margin-top:10px}

/* --- 18 years badge + achievements --- */
.years-badge{display:inline-flex;align-items:center;gap:12px;background:#d3a7672e;border:2px solid var(--gold);color:var(--gold);border-radius:999px;padding:14px 30px;font-weight:800;font-size:24px;letter-spacing:.05em;margin-bottom:22px;box-shadow:0 4px 18px rgba(0,0,0,.35)}
.achievements{background:var(--paper-deep);padding:80px 6vw}
.achievements .section-kicker{color:var(--coral)}
.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;max-width:1180px;margin:34px auto 0}
.achievement-card{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:24px 22px;text-decoration:none;color:var(--ink);display:flex;flex-direction:column;gap:10px;transition:transform .2s,box-shadow .2s}
.achievement-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #092e2718}
.achievement-card .ach-icon{width:38px;height:38px;border-radius:10px;background:var(--ink-deep);display:grid;place-items:center}
.achievement-card .ach-icon svg{width:19px;height:19px;fill:var(--gold)}
.achievement-card strong{font-size:15px;color:var(--ink-deep)}
.achievement-card small{font-size:12.5px;line-height:1.5;color:#173f36b3}
.achievements .ach-more{text-align:center;margin-top:30px}
.achievements .ach-more a{color:var(--coral);font-weight:700;text-decoration:none}

/* --- Social row (footer) --- */
.social-row{display:flex;gap:10px;margin-top:6px}
.social-row a{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#ffffff14;transition:background .2s}
.social-row a:hover{background:var(--coral)}
.social-row svg{width:15px;height:15px;fill:#fff}

/* --- Licenses page --- */
.license-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;max-width:1180px;margin:0 auto}
.license-card{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:12px}
.license-card .lic-tag{align-self:flex-start;background:var(--paper-deep);color:var(--ink-deep);border-radius:999px;padding:4px 12px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.license-card strong{font-size:16px;color:var(--ink-deep);line-height:1.35}
.license-card small{color:#173f36a6;font-size:12.5px;line-height:1.5}
.license-card .lic-view{margin-top:auto;display:inline-flex;align-items:center;gap:8px;color:var(--coral);font-weight:700;font-size:14px;text-decoration:none}
.license-card .lic-view:hover{text-decoration:underline}
.license-card .lic-view svg{width:14px;height:14px;fill:currentColor}

/* --- Gallery --- */
.gallery-unit{max-width:1180px;margin:0 auto 70px}
.gallery-unit h3{font-size:22px;color:var(--ink-deep);margin:0 0 6px}
.gallery-unit .unit-note{color:#173f36a6;font-size:14px;margin:0 0 22px}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}
.gallery-grid figure{margin:0;position:relative;border-radius:12px;overflow:hidden;background:var(--paper-deep)}
.gallery-grid img{width:100%;height:210px;object-fit:cover;display:block;transition:transform .35s}
.gallery-grid figure:hover img{transform:scale(1.04)}
.gallery-grid figcaption{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(0deg,#051f19cc,transparent);color:#fff;font-size:12.5px;font-weight:600;padding:26px 14px 10px}

/* --- Q&A --- */
.qa-list{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:16px}
.qa-item{background:var(--white);border:1px solid var(--line);border-radius:14px;overflow:hidden}
.qa-item summary{cursor:pointer;list-style:none;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px;font-weight:700;color:var(--ink-deep);font-size:16px}
.qa-item summary::-webkit-details-marker{display:none}
.qa-item summary .qa-plus{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:var(--paper-deep);display:grid;place-items:center;color:var(--coral);font-weight:700;transition:transform .2s}
.qa-item[open] summary .qa-plus{transform:rotate(45deg)}
.qa-item .qa-body{padding:0 24px 22px;color:var(--ink);font-size:15px;line-height:1.7}
.qa-item .qa-body p{margin:0 0 14px}

/* --- Problem pages --- */
.signs-list{columns:2;column-gap:40px;max-width:900px;margin:0 auto;padding-left:20px}
.signs-list li{break-inside:avoid;margin-bottom:12px;font-size:15px;line-height:1.6;color:var(--ink)}
@media(max-width:700px){.signs-list{columns:1}}

/* --- Exact content sections (treatment plan / phases / process) --- */
.exact-block{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:28px;margin-bottom:22px}
.exact-block h3{margin:0 0 14px;color:var(--ink-deep);font-size:19px}
.exact-block h4{margin:22px 0 8px;color:var(--coral);font-size:15px}
.exact-block p,.exact-block li{font-size:14.5px;line-height:1.7;color:var(--ink)}
.exact-block ul{padding-left:20px;margin:10px 0}
.exact-block .session-table{width:100%;border-collapse:collapse;margin-top:10px}
.exact-block .session-table td{padding:7px 10px;border-bottom:1px solid var(--line);font-size:14px}
.exact-block .session-table td:first-child{color:var(--sage);font-weight:700;white-space:nowrap}
.doc-link{display:inline-flex;align-items:center;gap:8px;color:var(--coral);font-weight:700;font-size:13.5px;text-decoration:none;margin-top:8px}
.doc-link svg{width:14px;height:14px;fill:currentColor}

/* --- Enquire buttons --- */
.enquire-btn{display:inline-flex;align-items:center;gap:9px;background:var(--coral);color:#fff;border:0;border-radius:999px;padding:13px 26px;font-weight:700;font-size:14.5px;cursor:pointer;text-decoration:none}
.enquire-btn:hover{background:#b5572f}
.enquire-btn svg{width:16px;height:16px;fill:#fff}

/* --- WhatsApp enquiry bot widget --- */
#kripa-bot-launcher{position:fixed;right:20px;bottom:20px;z-index:90;width:58px;height:58px;border-radius:50%;background:#25d366;border:0;cursor:pointer;display:grid;place-items:center;box-shadow:0 10px 30px #051f1955;transition:transform .2s}
#kripa-bot-launcher:hover{transform:scale(1.06)}
#kripa-bot-launcher svg{width:30px;height:30px;fill:#fff}
#kripa-bot-launcher .kb-ping{position:absolute;top:-2px;right:-2px;width:14px;height:14px;border-radius:50%;background:var(--coral);border:2px solid #fff}
@media(max-width:760px){#kripa-bot-launcher{bottom:74px}}
#kripa-bot{position:fixed;right:20px;bottom:88px;z-index:91;width:min(370px,calc(100vw - 32px));height:min(560px,calc(100dvh - 130px));background:#ece5dd;border-radius:16px;box-shadow:0 24px 70px #051f1966;display:none;flex-direction:column;overflow:hidden;font:400 14px/1.5 Arial,Helvetica,sans-serif}
#kripa-bot.open{display:flex}
@media(max-width:760px){#kripa-bot{right:12px;bottom:140px}}
#kripa-bot .kb-head{background:#075e54;color:#fff;padding:13px 16px;display:flex;align-items:center;gap:11px}
#kripa-bot .kb-head .kb-avatar{width:36px;height:36px;border-radius:50%;background:#fff;display:grid;place-items:center;overflow:hidden}
#kripa-bot .kb-head .kb-avatar img{width:30px;height:32px;object-fit:contain}
#kripa-bot .kb-head strong{font-size:14.5px;display:block}
#kripa-bot .kb-head small{font-size:11.5px;color:#d9f2e5}
#kripa-bot .kb-close{margin-left:auto;background:none;border:0;color:#fff;font-size:22px;cursor:pointer;line-height:1;padding:4px}
#kripa-bot .kb-body{flex:1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:10px}
.kb-msg{max-width:84%;padding:9px 13px;border-radius:10px;font-size:13.5px;line-height:1.5;white-space:pre-line}
.kb-msg.bot{background:#fff;color:#1f2c34;align-self:flex-start;border-top-left-radius:2px;box-shadow:0 1px 1px #0001}
.kb-msg.user{background:#d9fdd3;color:#1f2c34;align-self:flex-end;border-top-right-radius:2px;box-shadow:0 1px 1px #0001}
.kb-msg .kb-time{display:block;text-align:right;font-size:10px;color:#8696a0;margin-top:3px}
.kb-options{display:flex;flex-wrap:wrap;gap:8px;align-self:flex-start}
.kb-options button{background:#fff;border:1px solid #25d366;color:#075e54;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;cursor:pointer}
.kb-options button:hover{background:#25d366;color:#fff}
.kb-form{align-self:stretch;background:#fff;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:10px;box-shadow:0 1px 1px #0001}
.kb-form label{font-size:11.5px;font-weight:700;color:#54656f;text-transform:uppercase;letter-spacing:.05em}
.kb-form input,.kb-form textarea{border:1px solid #d1d7db;border-radius:8px;padding:9px 11px;font-size:14px;font-family:inherit;width:100%;box-sizing:border-box}
.kb-form input:focus,.kb-form textarea:focus{outline:2px solid #25d36655;border-color:#25d366}
.kb-form textarea{resize:vertical;min-height:64px}
.kb-form .kb-send{background:#25d366;color:#fff;border:0;border-radius:999px;padding:11px;font-weight:700;font-size:14px;cursor:pointer}
.kb-form .kb-send:hover{background:#1fb857}
.kb-form .kb-err{color:#c0392b;font-size:12px;margin:0}
.kb-alt{display:flex;flex-direction:column;gap:8px;align-self:stretch}
.kb-alt a{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:10px;font-size:13px;font-weight:700;text-decoration:none}
.kb-alt a.kb-wa{background:#075e54;color:#fff}
.kb-alt a.kb-mail{background:#fff;color:#075e54;border:1px solid #075e54}
.kb-typing{align-self:flex-start;background:#fff;border-radius:10px;padding:10px 14px;display:flex;gap:4px}
.kb-typing i{width:7px;height:7px;border-radius:50%;background:#90a4ae;animation:kbblink 1.2s infinite}
.kb-typing i:nth-child(2){animation-delay:.2s}.kb-typing i:nth-child(3){animation-delay:.4s}
@keyframes kbblink{0%,60%,100%{opacity:.3}30%{opacity:1}}
#kripa-bot .kb-foot{background:#f0f2f5;color:#8696a0;font-size:10.5px;text-align:center;padding:7px}

/* --- section spacing helper --- */
.section-pad{padding:80px 6vw}
.section-narrow{max-width:1180px;margin:0 auto}
@media(max-width:760px){.section-pad{padding:56px 5vw}.achievements{padding:56px 5vw}}

/* --- hero adjustments for in-flow masthead --- */
.home-hero{padding-top:64px;min-height:720px}
.page-hero{padding-top:64px;min-height:470px}
@media(max-width:760px){.home-hero{min-height:620px}.page-hero{min-height:400px}}

/* --- mobile quick actions: 3 slots --- */
@media(max-width:760px){
  .mobile-actions{grid-template-columns:1fr 1fr 1fr}
  .mobile-actions button{border:0;background:var(--gold);color:var(--ink-deep);padding:15px 6px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit}
}

/* --- default display styling for makeover section h2/h3 --- */
.section-pad h2,.achievements h2{font:400 clamp(30px,3.4vw,46px)/1.05 Georgia,Times New Roman,serif;letter-spacing:-.035em;color:var(--ink-deep);margin:0 0 14px}
.section-pad h3{font-family:Georgia,Times New Roman,serif}


/* ===== v2: review feedback - one blended header, unified fonts, treatment tracks ===== */

/* Slimmer single-row topbar, hairline-blended into the nav below it */
.topbar{font-size:11.5px;border-bottom:1px solid #ffffff14;max-height:72px;overflow:hidden;transition:max-height .35s ease,border-color .35s ease}
.topbar-inner{padding-top:6px;padding-bottom:6px;gap:14px;flex-wrap:nowrap}
.topbar .tb-phones{gap:10px}
.topbar .tb-address{max-width:36vw}
@media(max-width:1180px){.topbar .tb-address{display:none}}
@media(max-width:820px){.topbar-inner{flex-wrap:wrap;justify-content:center}}

/* On scroll the topbar folds away - one clean menu stays pinned */
html.scrolled .topbar{max-height:0;border-bottom-color:transparent}
html{scroll-padding-top:150px}

/* New sections use the site's own display serif so they read as one family */
.achievement-card strong{font:400 18px/1.3 Georgia,'Times New Roman',serif;color:var(--ink-deep)}
.license-card strong{font:400 18px/1.35 Georgia,'Times New Roman',serif}
.gallery-unit h3{font:400 30px/1.12 Georgia,'Times New Roman',serif;letter-spacing:-.02em}
.qa-item summary{font:400 19px/1.4 Georgia,'Times New Roman',serif;font-weight:400}
.exact-block h3{font:400 24px/1.2 Georgia,'Times New Roman',serif;font-weight:400}
.exact-block h4{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:16px}
.years-badge{font-size:15px;letter-spacing:.1em;text-transform:uppercase;padding:10px 20px}
.testi-card blockquote{font-family:Georgia,'Times New Roman',serif;font-size:16px}

/* Treatment tracks section (home) */
.tracks{background:var(--white);padding:80px 6vw;border-bottom:1px solid var(--line)}
.tracks .tracks-head{max-width:1180px;margin:0 auto}
.tracks h2{font:400 clamp(30px,3.4vw,46px)/1.05 Georgia,'Times New Roman',serif;letter-spacing:-.035em;color:var(--ink-deep);margin:0}
.tracks .tracks-intro{max-width:640px;color:#5a6f67;font-size:16px;line-height:1.75;margin:16px 0 0}
.tracks-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:1180px;margin:34px auto 0}
.track-card{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:30px 28px;color:var(--ink);text-decoration:none;display:block;transition:transform .2s,box-shadow .2s}
.track-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #092e2718}
.track-card h3{margin:0 0 10px;font:400 28px/1.1 Georgia,'Times New Roman',serif;color:var(--ink-deep);letter-spacing:-.02em}
.track-card p{margin:0 0 16px;color:#5a6f67;font-size:15px;line-height:1.7}
.track-card .tc-link{color:var(--coral);font-weight:700;font-size:13px}
@media(max-width:760px){.tracks-grid{grid-template-columns:1fr}.tracks{padding:56px 5vw}}

/* topbar stays one row on laptops - address yields first */
@media(max-width:1400px){.topbar .tb-address{display:none}}
@media(max-width:1400px){.topbar .tb-phones a:nth-child(n+3){display:none}}
@media(max-width:820px){.topbar .tb-phones a:nth-child(3){display:inline-flex}.topbar .tb-phones a:nth-child(4){display:none}}

/* The original site's JS clones the header into a floating pill on scroll;
   the blended sticky masthead replaces it - suppress the clone */
.floating-header{display:none!important}


/* v3: decluttered top bar - short place, one line, email, socials */
.topbar .tb-address{display:flex !important;max-width:none}
@media(max-width:820px){.topbar .tb-address{display:none !important}}


/* ===== v4: client feedback - full address + prominent phones, two calm rows ===== */
.topbar{max-height:96px}
.topbar-inner{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;row-gap:2px;column-gap:20px;padding:8px 4.5vw}
.topbar .tb-address{grid-area:1/1;display:flex !important;max-width:none}
.topbar .tb-address span{white-space:normal;font-size:11px;letter-spacing:.03em;color:#ffffff9e}
.topbar .tb-socials{grid-area:1/2;margin-left:0}
.topbar .tb-phones{grid-area:2/1;gap:16px;flex-wrap:nowrap}
.topbar .tb-phones a{font-size:13px;font-weight:700;color:#fff}
.topbar .tb-phones a:hover{color:var(--gold)}
.topbar .tb-phones svg{width:14px;height:14px}
.topbar .tb-mail{grid-area:2/2;justify-self:end}
.topbar .tb-phones a:nth-child(3){display:inline-flex}
@media(max-width:900px){
  .topbar{max-height:48px}
  .topbar-inner{display:flex;padding:6px 4.5vw}
  .topbar .tb-address{display:none !important}
  .topbar .tb-mail{display:none}
  .topbar .tb-phones a:not(:first-child){display:none}
}

/* symmetric achievements grid: 3 x 2 on desktop, 2 x 3 on tablet */
.achievements-grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:1000px){.achievements-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.achievements-grid{grid-template-columns:1fr}}


/* ===== v5: imagery to break text-heavy runs ===== */
.track-card{padding:0;overflow:hidden}
.track-img{height:190px;overflow:hidden}
.track-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.track-card:hover .track-img img{transform:scale(1.04)}
.track-body{padding:26px 28px 28px}
.image-band{margin:0;position:relative;max-height:440px;overflow:hidden}
.image-band img{width:100%;height:440px;object-fit:cover;display:block}
.image-band figcaption{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(0deg,#051f19b8,transparent);color:#fff;padding:60px 6vw 22px;font:400 clamp(20px,2.2vw,28px)/1.3 Georgia,'Times New Roman',serif;letter-spacing:-.01em}
@media(max-width:760px){.image-band img{height:280px}.track-img{height:150px}}


/* ===== v6: scroll-jitter fix, back-to-top placement, uniform nav color ===== */
/* keep Chrome's scroll anchoring from re-adjusting scroll while the topbar folds */
body{overflow-anchor:none}
/* back-to-top sits above the WhatsApp launcher, and below the open chat panel */
html body .back-to-top{bottom:92px;z-index:80}
@media(max-width:560px){html body .back-to-top{bottom:146px}}
/* dropdown parents keep the same color as every other menu item, open or closed */
.desktop-nav .nav-item>button[aria-expanded=true]{opacity:.8}
.desktop-nav .nav-item.open>button{opacity:.8}
.desktop-nav .nav-item>button:hover,.desktop-nav .nav-item.open>button:hover{opacity:1}

/* v7: daily schedule + what we provide */
.day-timeline{list-style:none;margin:0;padding:0;position:relative}
.day-timeline::before{content:"";position:absolute;left:7px;top:6px;bottom:6px;width:2px;background:var(--line)}
.day-timeline li{position:relative;padding:0 0 18px 34px}
.day-timeline li:last-child{padding-bottom:0}
.day-timeline li::before{content:"";position:absolute;left:0;top:3px;width:16px;height:16px;border-radius:50%;background:var(--white);border:2px solid var(--coral)}
.day-timeline .dt-time{display:block;font:400 16px Georgia,serif;color:var(--coral);margin-bottom:3px}
.day-timeline .dt-act{display:block;font-size:14px;color:var(--ink)}
.provide-list{list-style:none;margin:18px 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px 22px}
.provide-list li{position:relative;padding-left:24px;font-size:14px;color:var(--ink)}
.provide-list li::before{content:"";position:absolute;left:0;top:4px;width:12px;height:12px;border-radius:50%;background:var(--coral)}

.testi-intro{max-width:640px;margin:0 auto 34px;text-align:center}
.testi-masonry{columns:3;column-gap:24px;max-width:1180px;margin:0 auto}
.testi-masonry .testi-card{break-inside:avoid;margin:0 0 24px;display:block}
.testi-card.t-lg{padding:36px 34px}
.testi-card.t-lg blockquote{font-size:19px;line-height:1.65}
.testi-card.t-lg:nth-child(3n+1){background:#0a2e25;color:#f5efe4}
.testi-card.t-lg:nth-child(3n+1) figcaption{color:#c9b98f}
.testi-card.t-md{padding:26px 24px}
.testi-card.t-md blockquote{font-size:16px;line-height:1.6}
.testi-card.t-sm{padding:20px 22px}
.testi-card.t-sm blockquote{font-size:14.5px;line-height:1.55}
.testi-card.t-sm:nth-child(4n+2){background:#d3a76722;border:1px solid #d3a76755}
@media (max-width:1000px){.testi-masonry{columns:2}}
@media (max-width:620px){.testi-masonry{columns:1}}

/* Compact masthead on scroll (desktop): bar and logo shrink smoothly, nav stays centered and sharp */
.masthead .site-header{transition:padding .35s ease}
.masthead .brand{transition:width .35s ease,height .35s ease}
.masthead .brand img{transition:width .35s ease,height .35s ease}
@media(min-width:1101px){
html.scrolled .masthead .site-header{padding:6px 4.5vw}
html.scrolled .masthead .brand{width:54px;height:54px}
html.scrolled .masthead .brand img{width:38px;height:42px}
}

