/* Third direction: contemporary family clinic. Variance 8 / motion 5 / density 3.
   Native CSS, single mint/forest palette. 28px panels, pill controls.
   Preserves anchors, portrait, reviews, contact flow and both earlier versions. */
@font-face{font-family:Heebo;src:url('fonts/heebo-regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Heebo;src:url('fonts/heebo-bold.ttf') format('truetype');font-weight:600 800;font-display:swap}
:root{--ink:#173f36;--accent:#285e4e;--paper:#f5f8f4;--mint:#dbeacb;--line:#c8d6cb;--muted:#52665d;--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Heebo,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}p,h1,h2,h3,figure{margin:0}p{line-height:1.8}h2{font-size:clamp(36px,4.8vw,64px);line-height:1.15;letter-spacing:-1.8px}h3{font-size:26px;line-height:1.4}.wrap{max-width:1320px;width:calc(100% - 96px);margin-inline:auto}:focus-visible{outline:3px solid var(--accent);outline-offset:6px}.skip{position:fixed;top:-100px;right:20px;z-index:100;background:white;padding:14px}.skip:focus{top:15px}
.header{position:sticky;top:0;z-index:20;background:var(--paper);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:88px}.brand{font-size:26px;font-weight:700;letter-spacing:-1px}.brand small{display:block;font-size:12px;font-weight:400;letter-spacing:0}.header nav{display:flex;gap:30px;font-size:14px}.header nav a{padding-block:12px}.header nav a:hover{text-decoration:underline;text-underline-offset:6px}
.button{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:space-between;gap:34px;padding:17px 25px;background:var(--ink);color:white;border:0;border-radius:100px;white-space:nowrap;font-weight:700;min-height:55px;transition:transform .2s var(--ease)}.button:before{content:"";position:absolute;inset:0;z-index:-1;background:#39745f;transform:translateX(101%);transition:transform .35s var(--ease)}.button span{font-size:22px;transition:transform .25s var(--ease)}.button:active{transform:scale(.97)}.text-link{display:inline-flex;gap:25px;align-items:center;border:0;background:none;color:var(--ink);padding:10px 0;border-bottom:1px solid var(--ink)}.text-link span{transition:transform .25s var(--ease)}
.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:50px;align-items:center;padding-block:56px 72px}.hero-copy{padding-block:20px}.eyebrow{font-size:25px;margin-bottom:27px}.hero h1{font-size:clamp(52px,5.7vw,82px);font-weight:700;line-height:1.13;letter-spacing:-3.5px}.hero h1 span{color:#50775f}.intro{font-size:19px;color:var(--muted);margin-top:28px}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:32px}.visual{position:relative;padding:26px 26px 0;background:var(--mint);border-radius:28px;overflow:hidden;min-width:0}.focus-art{height:125px;position:relative;overflow:hidden}.focus-art i{position:absolute;width:108px;height:108px;border:1px solid #63866b;border-radius:50%;top:3px;left:calc(50% - 54px);transform:translateX(var(--x));animation:focus-in 1.8s var(--ease) both}.focus-art i:nth-child(1){--x:-104px}.focus-art i:nth-child(2){--x:-52px;animation-delay:.06s}.focus-art i:nth-child(3){--x:0px;animation-delay:.12s}.focus-art i:nth-child(4){--x:52px;animation-delay:.18s}.focus-art i:nth-child(5){--x:104px;animation-delay:.24s}.portrait{border-radius:20px;overflow:hidden;background:#fff}.portrait img{width:100%;height:310px;object-fit:cover;object-position:50% 15%}.portrait figcaption{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:17px 20px;font-size:15px}.portrait figcaption span{font-size:12px;color:var(--muted)}.visual-foot{display:flex;justify-content:space-between;padding:16px 3px;font-size:12px}.hero-copy>*{animation:arrive .85s var(--ease) both}.hero-copy h1{animation-delay:.07s}.hero-copy .intro{animation-delay:.14s}.hero-copy .hero-actions{animation-delay:.21s}@keyframes arrive{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes focus-in{from{opacity:0;transform:translateX(calc(var(--x) * 2)) rotate(-35deg) scale(.8)}to{opacity:1;transform:translateX(var(--x)) rotate(0) scale(1)}}
.services{display:grid;grid-template-columns:1fr 1.3fr;gap:9%;padding-block:80px;border-top:1px solid var(--line)}.service-caption{max-width:280px;margin-top:24px;color:var(--muted)}.service-list{display:grid;gap:24px}.service{position:relative;padding:5px 65px 30px 0;border-bottom:1px solid var(--line)}.service-number{position:absolute;right:0;top:5px;border:1px solid var(--line);border-radius:50%;width:38px;height:38px;display:grid;place-items:center;font-size:12px}.service p{color:var(--muted);margin-top:12px;font-size:17px}
.doctor-reviews{padding:65px 0;background:#eaf1e5}.reviews-inner{max-width:1200px;width:calc(100% - 96px);margin:auto}.reviews-title{font-size:36px;margin-bottom:32px}
.hebrew-faq{max-width:1320px;width:calc(100% - 96px);margin:96px auto;display:grid;grid-template-columns:.8fr 1.5fr;gap:10%;padding:64px;background:#e1ecd8;border-radius:28px}.faq-heading p{font-size:14px;margin-bottom:18px}.faq-heading h2{font-size:58px}.faq-contact{display:inline-flex;gap:22px;margin-top:32px;font-size:14px;border-bottom:1px solid;padding-bottom:8px}.faq-item{border-bottom:1px solid #b7cbb0}.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0;font-size:17px}.faq-item summary::-webkit-details-marker{display:none}.faq-toggle{flex:0 0 28px;height:28px;border-radius:50%;background:var(--ink);position:relative;color:white}.faq-toggle:before,.faq-toggle:after{content:"";position:absolute;inset:13px 9px;height:1px;background:currentColor}.faq-toggle:after{transform:rotate(90deg);transition:transform .2s}.faq-item[open] .faq-toggle:after{transform:rotate(0)}.faq-answer{padding:0 0 22px;color:#415746;font-size:15px}.faq-answer p{max-width:490px}
.articles{padding-bottom:100px}.articles header{margin-bottom:46px}.articles header h2 span{color:#638269}.articles-label{display:block;font-size:14px;margin:23px 0 4px}.articles header p{color:var(--muted)}.article-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.article-grid article{display:grid;grid-template-columns:145px 1fr;column-gap:24px;border-top:1px solid var(--line);padding-top:26px;align-content:start}.article-image{grid-row:1/5;overflow:hidden;border-radius:18px;height:210px}.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.article-meta{font-size:12px;color:var(--muted);margin-bottom:10px}.article-grid h3{font-size:24px}.article-grid .text-link{justify-self:start;margin-top:18px;font-size:14px}
.clinic-footer{background:var(--mint);padding:65px 0 25px}.clinic-footer-inner{width:calc(100% - 96px);max-width:1320px;margin:auto}.contact-heading p{font-size:20px;margin-bottom:24px}.contact-heading h2{font-size:clamp(50px,6vw,84px)}.clinic-footer-columns{display:grid;grid-template-columns:1fr 1fr;gap:50px;max-width:680px;margin:44px auto 54px 0}.clinic-footer-columns h2{font-size:18px;letter-spacing:0;margin-bottom:15px}.clinic-footer-columns p,.clinic-footer-columns a{display:block;font-size:14px;line-height:1.9}.clinic-contact-link{font-weight:700;text-decoration:underline;margin:12px 0}.clinic-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #afc3a5;padding-top:24px;font-size:12px}.clinic-footer-bottom nav{display:flex;gap:25px}
dialog{border:1px solid var(--line);border-radius:28px;background:var(--paper);color:var(--ink);padding:50px;max-width:520px;width:calc(100% - 32px)}dialog::backdrop{background:#173f3680}dialog h2{font-size:28px;letter-spacing:0}dialog p{margin:20px 0}.dialog-close{position:absolute;top:12px;left:18px;background:none;border:0;font-size:28px;color:var(--ink)}
@media(hover:hover) and (pointer:fine){.button:hover:before{transform:translateX(0)}.button:hover span{transform:translate(-3px,-3px)}.text-link:hover span{transform:translateX(-5px)}.article-grid article:hover img{transform:scale(1.045)}}
@media(min-width:1600px){.hero{padding-block:70px 90px}.portrait img{height:355px}}
@media(max-width:1100px){.wrap,.hebrew-faq,.reviews-inner,.clinic-footer-inner{width:calc(100% - 48px)}.header nav{gap:18px}.hero{gap:30px}.hero h1{font-size:60px}.hero-actions{gap:18px}.hero-actions .button{gap:20px}.visual{padding:18px 18px 0}.portrait img{height:285px}.portrait figcaption{display:block}.portrait figcaption span{display:block}.hebrew-faq{padding:40px;gap:7%}.article-grid article{grid-template-columns:105px 1fr;gap:18px}.article-grid h3{font-size:21px}}
@media(max-width:760px){html{scroll-padding-top:140px}.wrap,.hebrew-faq,.reviews-inner,.clinic-footer-inner{width:calc(100% - 36px)}.header-inner{height:auto;min-height:106px;flex-wrap:wrap;gap:10px;padding-block:12px}.brand{font-size:22px}.brand small{font-size:10px}.header .button{font-size:12px;min-height:42px;padding:10px 16px;gap:16px}.header nav{order:3;justify-content:space-between;width:100%;gap:12px;font-size:12px}.header nav a{padding:3px 0}.hero{grid-template-columns:1fr;gap:28px;padding-block:27px 44px}.hero-copy{padding:0}.eyebrow{font-size:21px;margin-bottom:18px}.hero h1{font-size:clamp(45px,11.8vw,70px);letter-spacing:-2px}.intro{font-size:16px;margin-top:20px}.hero-actions{margin-top:24px;gap:25px}.hero-actions .button{font-size:14px;padding:15px 20px}.text-link{font-size:14px;gap:15px}.focus-art{height:90px}.focus-art i{width:80px;height:80px;left:calc(50% - 40px)}.focus-art i:nth-child(1){--x:-80px}.focus-art i:nth-child(2){--x:-40px}.focus-art i:nth-child(4){--x:40px}.focus-art i:nth-child(5){--x:80px}.portrait img{height:270px}.portrait figcaption{display:flex}.portrait figcaption span{font-size:10px}.services{grid-template-columns:1fr;gap:35px;padding-block:45px}.services h2{font-size:42px}.service-caption{margin-top:18px;max-width:none}.service{padding-right:55px}.service h3{font-size:24px}.service p{font-size:16px}.doctor-reviews{padding:42px 0}.reviews-title{font-size:30px}.hebrew-faq{margin-block:50px;grid-template-columns:1fr;padding:30px 24px;gap:25px}.faq-heading h2{font-size:44px}.faq-heading h2 br{display:none}.faq-contact{margin-top:20px}.faq-item summary{font-size:16px;gap:14px}.articles{padding-bottom:50px}.articles h2{font-size:39px}.article-grid{grid-template-columns:1fr;gap:30px}.article-grid article{grid-template-columns:105px 1fr;gap:18px}.article-image{height:190px}.article-grid h3{font-size:22px}.clinic-footer{padding-top:42px}.contact-heading h2{font-size:52px}.clinic-footer-columns{grid-template-columns:1fr;gap:28px;margin-block:35px}.clinic-footer-bottom{flex-direction:column;font-size:11px}.clinic-footer-bottom nav{gap:20px}dialog{padding:44px 25px}dialog h2{font-size:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Medicare reference design, adapted to Hebrew. */
:root{--ink:#212627;--accent:#4169e1;--paper:#f8f8ff;--mint:#e5ebff;--line:#c8cad3;--muted:#7a7f85}body{background:#f8f8ff}.wrap{max-width:1296px;width:calc(100% - 80px)}h2{font-size:48px;font-weight:500;letter-spacing:-.7px;line-height:1.2}.header{border:0;position:relative}.header-inner{height:100px}.header nav{font-size:16px;gap:30px}.brand{font-size:30px;letter-spacing:0}.brand small{color:#4169e1}.button{border-radius:10px;background:#4169e1;min-height:50px;padding:14px 25px;gap:0;font-size:16px;border:1px solid #4169e1;transition:color .3s}.button>span{display:none}.button:before{background:#f8f8ff}.text-link{color:#4169e1;border-color:#4169e1}.hero{direction:ltr;grid-template-columns:1fr 1fr;gap:80px;padding:50px 0 64px;position:relative}.hero:before{content:'';position:absolute;z-index:-1;inset:-40px calc((1296px - 100vw)/2) -90px 20%;background:radial-gradient(ellipse at 75% 45%,#b9c7f5 0%,#e5e9fc 40%,transparent 70%);pointer-events:none}.hero-copy,.visual{direction:rtl}.hero h1{font-size:clamp(40px,4.25vw,61px);font-weight:700;letter-spacing:-1.2px;line-height:1.2}.eyebrow{color:#4169e1;font-size:22px;margin-bottom:20px}.intro{font-size:17px;line-height:1.6;margin-top:30px}.hero-actions{margin-top:42px}.hero-actions>.text-link{display:none}.visual{background:none;padding:0;overflow:visible;border-radius:30px}.focus-art,.visual-foot,.portrait figcaption{display:none}.portrait{border-radius:30px;background:#e5e9fa}.portrait img{height:520px;object-fit:cover;object-position:center}.hero-copy>*{animation:none}.services{display:block;border:0;padding:30px 0 80px}.service-intro{display:none}.service-list{display:grid;grid-template-columns:1fr 1fr;gap:40px}.service{position:relative;border:0;background:#9fb2ff;border-radius:24px;padding:30px 80px 30px 32px;min-height:154px}.service-number{position:absolute;right:-20px;top:30px;display:grid;place-items:center;border-radius:50%;width:80px;height:80px;background:#edf0ff;color:#4169e1;font-size:26px;box-shadow:0 4px 18px #4169e10a}.service h3{font-size:23px;color:#212627;margin:0 0 10px}.service p{font-size:17px;color:#26314b}.doctor-reviews{background:#f0f2fc;padding:64px 0}.reviews-inner{max-width:1296px;width:calc(100% - 80px)}.reviews-title{font-size:38px;font-weight:500;margin-bottom:30px}#reviews .drd-widget{background:transparent;font-family:Heebo,Arial,sans-serif}#reviews .drd-widget__bubble{background:#edf1fb}#reviews .drd-widget__title{color:#212627}#reviews .drd-widget__quote-marks path{fill:#4169e1}#reviews .drd-widget__arrow,#reviews .drd-widget__add{background:#4169e1;color:white;border-color:#4169e1}.hebrew-faq{background:transparent;border:0;box-shadow:none;max-width:1296px;width:calc(100% - 80px);padding:0;margin:90px auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;border-radius:0;color:#212627}.faq-heading p{color:#4169e1}.faq-heading h2{font-size:48px;letter-spacing:-.6px;line-height:1.25}.faq-contact{color:#4169e1}.faq-item{border-bottom:1px solid #9da3ad;background:transparent}.faq-item summary{color:#212627;font-size:20px;font-weight:400;padding:22px 0}.faq-answer p{color:#7a7f85;font-size:17px;line-height:1.7}.faq-toggle{color:#4169e1}.articles{padding:20px 0 80px}.articles header{display:block;margin-bottom:40px}.articles header h2{font-size:48px;margin-bottom:14px}.articles-label{display:none}.articles header p{font-size:17px;color:#7a7f85}.article-grid{gap:30px}.article-grid article{display:flex;flex-direction:column;border:0;padding:0;gap:0;background:white;border-radius:30px;overflow:hidden}.article-image{height:270px;border-radius:30px;width:100%;margin:0}.article-grid article h3{font-size:24px;font-weight:500;padding:0 24px;line-height:1.45}.article-meta{padding:20px 24px 12px;color:#7a7f85;font-size:14px}.article-grid .text-link{margin:20px 24px 24px;border:0;padding:0;font-size:16px}.clinic-footer{background:radial-gradient(ellipse at 35% 85%,#dbe2ff,transparent 60%),#f1f3fd;padding:60px 0 20px}.clinic-footer-inner{max-width:1296px;width:calc(100% - 80px)}.contact-heading h2{font-size:38px;line-height:1.3}.contact-heading h2 br{display:none}.contact-heading p{font-size:24px;color:#4169e1;margin-bottom:10px}.clinic-footer-columns{margin:38px 0;max-width:none;gap:70px}.clinic-footer-columns h2{font-size:22px}.clinic-footer-columns p,.clinic-footer-columns a{font-size:16px}.clinic-footer-bottom{border-color:#ccd2e2;font-size:14px}.clinic-footer-bottom a{font-size:14px}.clinic-contact-link{color:#4169e1}dialog{border-radius:24px}dialog .button{color:#fff}
@media(max-width:1100px){.hero{gap:40px}.hero:before{inset:-20px -30px -50px 0}.hero h1{font-size:46px}.portrait img{height:460px}.header nav{gap:18px}.hebrew-faq{gap:40px}}
@media(max-width:760px){.wrap,.reviews-inner,.hebrew-faq,.clinic-footer-inner{width:calc(100% - 36px)}.header-inner{height:auto;min-height:100px}.header nav{font-size:14px}.header .button{font-size:14px}.hero{grid-template-columns:1fr;gap:30px;padding:30px 0 40px}.hero:before{inset:0 -18px -20px;background:radial-gradient(ellipse at 80% 60%,#d3dcfa,transparent 70%)}.hero h1{font-size:40px;letter-spacing:-.6px}.intro{font-size:16px;margin-top:22px}.hero-actions{margin-top:26px}.portrait img{height:auto;max-height:450px}.service-list{grid-template-columns:1fr;gap:22px}.services{padding:22px 0 50px}.service{margin-right:12px;padding:24px 65px 24px 22px}.service-number{width:65px;height:65px;right:-12px}.hebrew-faq{grid-template-columns:1fr;margin:50px auto;gap:24px}.faq-heading h2,.articles header h2{font-size:34px}.faq-item summary{font-size:18px}.article-grid{grid-template-columns:1fr;gap:28px}.article-image{height:240px}.article-grid article h3{font-size:23px}.clinic-footer-columns{grid-template-columns:1fr;gap:25px}.clinic-footer-bottom{font-size:13px}.clinic-footer-bottom nav{flex-wrap:wrap}.contact-heading h2{font-size:30px}}

.faq-toggle{background:transparent!important;color:#4169e1!important;border-radius:0}.service-number img{width:40px;height:40px}.hero:before{max-width:100vw}.article-image img{height:100%;width:100%;object-fit:cover}
/* Internal editorial page */
.content-masthead{padding:24px 0 64px;background:radial-gradient(ellipse at 12% 80%,#dce3fc,transparent 65%),#f1f3ff}.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;font-size:14px;color:#626b80;margin-bottom:42px}.breadcrumbs a:hover{text-decoration:underline}.content-masthead h1{font-size:clamp(36px,4.3vw,60px);line-height:1.25;letter-spacing:-1px;max-width:850px}.content-deck{max-width:730px;font-size:20px;line-height:1.8;color:#626b80;margin-top:24px}.content-tags{display:flex;gap:10px;margin-top:25px}.content-tags span{font-size:13px;color:#4169e1;background:#fff9;border:1px solid #d8def6;border-radius:30px;padding:6px 15px}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:70px;align-items:start;padding-block:64px 90px}.content-photo{border-radius:30px;overflow:hidden;margin-bottom:32px}.content-photo img{width:100%;height:350px;object-fit:cover;object-position:center 45%}.article-body{min-width:0;font-size:18px;color:#4e5662}.article-body p{line-height:1.95}.article-body .article-opening{font-size:22px;color:#303745;line-height:1.8}.article-body section{margin-top:42px;scroll-margin-top:30px}.article-body h2{font-size:30px;line-height:1.4;letter-spacing:0;color:var(--ink);margin-bottom:16px}.article-body ul{padding-inline-start:24px;margin:18px 0;line-height:1.9}.article-body li{padding-inline-start:6px;margin-bottom:14px}.article-body li::marker{color:var(--accent)}.article-note{background:#edf0ff;border-inline-start:3px solid #8fa5f6;padding:25px 28px;margin-top:28px;border-radius:16px}.article-note h3{font-size:21px;color:var(--ink);margin-bottom:8px}.article-sources{border-top:1px solid #d8dce7;margin-top:42px;padding-top:25px;font-size:14px}.article-sources h3{font-size:20px;margin-bottom:12px}.article-sources a{display:block;color:#4169e1;text-decoration:underline;text-underline-offset:4px;margin-top:12px}.article-back{margin-top:30px;font-size:16px}.content-sidebar{display:grid;gap:28px}.contents-card{background:white;border:1px solid #e8eaf5;border-radius:24px;padding:28px}.sidebar-kicker{font-size:21px;color:var(--ink);font-weight:700;margin-bottom:14px}.contents-card a{display:block;padding:14px 0;border-bottom:1px solid #eceef6;font-size:16px;color:#5d6474}.contents-card a:last-child{border:0}.contents-card a:hover{color:var(--accent)}.doctor-card{border-radius:24px;overflow:hidden;background:#e7ecff}.doctor-card>img{width:100%;height:235px;object-fit:cover}.doctor-card>div{padding:26px}.doctor-card h2{font-size:24px;letter-spacing:0}.doctor-card p{font-size:16px;color:#626b80;margin:12px 0 20px}.doctor-card .button{width:100%;justify-content:center}.content-page .clinic-footer{margin-top:0}
@media(max-width:1000px){.content-layout{grid-template-columns:minmax(0,1fr) 250px;gap:35px}}
@media(max-width:760px){.content-masthead{padding:20px 0 38px}.breadcrumbs{font-size:12px;gap:7px;margin-bottom:28px}.content-masthead h1{font-size:37px;letter-spacing:-.6px}.content-masthead .eyebrow{font-size:18px}.content-deck{font-size:17px;margin-top:18px}.content-layout{grid-template-columns:1fr;gap:38px;padding-block:32px 50px}.content-photo img{height:230px}.content-photo{border-radius:22px;margin-bottom:24px}.article-body{font-size:17px}.article-body .article-opening{font-size:20px}.article-body h2{font-size:26px}.article-body section{margin-top:32px}.article-note{padding:22px}.content-sidebar{grid-template-columns:1fr}.doctor-card{display:grid;grid-template-columns:110px 1fr}.doctor-card>img{height:100%;min-height:215px}.doctor-card>div{padding:20px}.doctor-card h2{font-size:22px}.doctor-card .button{font-size:14px;padding:10px}.contents-card{padding:24px}}
/* Homepage motion: one-time entrances and pointer feedback, no layout changes. */
#home .button{transition:transform 150ms var(--ease),color 200ms ease}
#home .button:before{transition-duration:250ms}
#home .article-image img{transition:transform 250ms var(--ease)}
#home .service-number{transition:transform 200ms ease}
@media(hover:hover) and (pointer:fine){
 #home .button:hover{transform:translateY(-2px)}
 #home .button:active{transform:scale(.97)}
 #home .service:hover .service-number{transform:translateY(-3px)}
 #home .article-grid article:hover img{transform:scale(1.025)}
}
@media(prefers-reduced-motion:reduce){
 #home .button:hover,#home .button:active,#home .service:hover .service-number,#home .article-grid article:hover img{transform:none}
}
/* Full-width FAQ, using the site's blue/lavender palette. */
#home .hebrew-faq{display:block;max-width:none;width:100%;margin:0 0 70px;padding:64px max(40px,calc((100% - 1296px)/2)) 70px;background:#454b65;color:#f8f8ff;border-radius:0}
#home .faq-heading{text-align:center;margin-bottom:48px}
#home .faq-heading p{color:#c8cde4;font-size:16px;margin-bottom:14px}
#home .faq-heading h2{color:#fff;font-size:44px;line-height:1.3}
#home .faq-contact{display:none}
#home .faq-list{border-top:1px solid #747b94}
#home .faq-item{border-bottom:1px solid #747b94}
#home .faq-item summary{color:#f8f8ff;font-size:21px;font-weight:700;padding:25px 0;gap:28px}
#home .faq-toggle{color:#c7d4ff!important;flex-basis:28px;background:transparent!important}
#home .faq-toggle:before,#home .faq-toggle:after{inset:13px 6px;height:2px}
#home .faq-answer{padding:0 0 28px}
#home .faq-answer p{max-width:none;color:#e1e4f0;font-size:18px;line-height:1.85;padding-inline-end:55px}
#home .faq-item summary:focus-visible{outline-color:#c7d4ff;outline-offset:4px}
@media(max-width:760px){#home .hebrew-faq{margin:0 0 40px;padding:42px 18px 46px}#home .faq-heading{margin-bottom:30px}#home .faq-heading h2{font-size:34px}#home .faq-item summary{font-size:18px;padding:22px 0;gap:18px}#home .faq-answer p{font-size:16px;padding-inline-end:0}}
/* Clinic assessment introduction, preceding patient reviews. */
.assessment-story{display:grid;grid-template-columns:1fr 1.15fr;gap:85px;padding-block:30px 85px;align-items:start}.assessment-story .eyebrow{font-size:18px;margin-bottom:18px}.assessment-story h2{font-size:44px;line-height:1.3;letter-spacing:-.6px}.assessment-doctor{font-size:17px;color:#657198;margin-top:24px}.assessment-copy{border-inline-start:3px solid #ccd6fa;padding-inline-start:35px}.assessment-copy p{font-size:18px;line-height:1.95;color:#687080;margin-bottom:20px}.assessment-copy .assessment-lead{font-size:22px;line-height:1.75;color:#303745}.assessment-copy .text-link{font-size:16px;margin-top:4px}
@media(max-width:760px){.assessment-story{grid-template-columns:1fr;gap:28px;padding-block:12px 48px}.assessment-story h2{font-size:34px}.assessment-doctor{margin-top:18px}.assessment-copy{padding-inline-start:20px}.assessment-copy p{font-size:16px}.assessment-copy .assessment-lead{font-size:20px}}
/* Assessment text: centered title and full-width RTL editorial copy. */
#home .assessment-story{display:block;width:100%;max-width:none;margin:0;padding:58px 0 60px;background:#eef1fa;color:#28334f}
#home .assessment-story header{text-align:center;margin-bottom:34px}
#home .assessment-story .eyebrow{font-size:16px;letter-spacing:1px;margin-bottom:16px;color:#65749a}
#home .assessment-story h2{font-size:42px;line-height:1.35;font-weight:700;color:#28334f}
#home .assessment-copy{border:0;padding:0;text-align:right}
#home .assessment-copy p{font-size:18px;line-height:1.85;color:#35415d;margin:0 0 26px}
#home .assessment-copy strong{color:#26324e;font-weight:700}
#home .assessment-copy h3{font-size:27px;color:#28334f;margin:34px 0 18px}
#home .assessment-copy p:last-child{margin-bottom:0}
@media(max-width:760px){#home .assessment-story{padding:40px 0}#home .assessment-story h2{font-size:31px}#home .assessment-story header{margin-bottom:28px}#home .assessment-copy p{font-size:17px;line-height:1.9;margin-bottom:22px}#home .assessment-copy h3{font-size:24px}}
/* Centered assessment copy with native accessible disclosure. */
#home .assessment-copy{text-align:center}
.assessment-more>summary{list-style:none;display:inline-flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;padding:13px 25px;background:#4169e1;color:#fff;border:1px solid #4169e1;border-radius:10px;font-size:16px;font-weight:700;min-height:50px}
.assessment-more>summary::-webkit-details-marker{display:none}
.assessment-more .read-less-label{display:none}
.assessment-more[open] .read-more-label{display:none}
.assessment-more[open] .read-less-label{display:inline}
.assessment-more[open] .assessment-chevron{transform:rotate(180deg)}
.assessment-more-content{padding-top:30px}
.assessment-more>summary:focus-visible{outline:3px solid #4169e1;outline-offset:5px}
@media(hover:hover) and (pointer:fine){.assessment-more>summary:hover{background:#355bc7}}
/* Disclosure stays after the text and shares the appointment button style. */
#home .assessment-more-content{padding-top:0}
#home .assessment-more-content[hidden]{display:none}
#home .assessment-toggle{margin-top:10px;justify-content:center}
#home .assessment-story{border-bottom:1px solid #dfe4f1}

#home .reviews-title{text-align:center}
/* Readable RTL groups for the assessment section. */
#home .assessment-copy{max-width:1000px;margin-inline:auto}
#home .assessment-copy .assessment-welcome{max-width:900px;margin:0 auto 32px}
#home .assessment-copy ul{list-style:disc;text-align:right;padding-inline-start:25px;margin:18px 0 30px;color:#35415d;font-size:18px;line-height:1.9}
#home .assessment-copy ul li{padding-inline-start:8px;margin-bottom:18px}
#home .assessment-copy ul li::marker{color:#6580cf;font-size:.85em}
#home .assessment-copy h3{font-size:24px;margin:30px 0 18px;text-align:center}
#home .assessment-more-content>p{max-width:900px;margin-inline:auto}
@media(max-width:760px){#home .assessment-copy ul{font-size:17px;padding-inline-start:21px}#home .assessment-copy h3{font-size:22px}}
/* RTL button fill, anchored on the right edge. */
.button:before{transform:scaleX(0);transform-origin:right center;transition:transform 250ms var(--ease)}
@media(hover:hover) and (pointer:fine){.button:hover:before{transform:scaleX(1)}#home .button:hover{transform:none}#home .button:active{transform:scale(.97)}}
@media(prefers-reduced-motion:reduce){.button:before{transition:none!important}#home .button:active{transform:none}}

/* WordPress integration (roots-mipo) */
.hero h1 bdi{unicode-bidi:isolate}
/* Sticky header */
.header{position:sticky;top:0;z-index:50;background:#f8f8ff;transition:box-shadow .25s ease}
.header.is-stuck{box-shadow:0 6px 24px #21262714}
.admin-bar .header{top:32px}
@media(max-width:782px){.admin-bar .header{top:46px}}
@media(max-width:600px){.admin-bar .header{top:0}}
#home .assessment-copy ul{padding-inline-end:0}
.article-body img{max-width:100%;height:auto;border-radius:18px}
.article-body a{color:var(--accent);text-decoration:underline;text-underline-offset:4px}
.article-editor-content{margin-top:32px}
.faq-answer p+p{margin-top:12px}
.assessment-copy ul ul{list-style:circle;margin:12px 0 0}
.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.article-body .article-back{text-decoration:none}

/* Mobile menu (hamburger) */
.menu-toggle{display:none}
@media(max-width:760px){
 html{scroll-padding-top:90px}
 .header-inner{position:relative;flex-wrap:nowrap;height:76px;min-height:76px;padding-block:0;gap:12px}
 .brand{margin-inline-end:auto}
 .header .button{font-size:13px;min-height:42px;padding:9px 14px}
 .menu-toggle{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;flex:0 0 44px;width:44px;height:44px;padding:0;background:#e5ebff;border:0;border-radius:10px;color:#4169e1}
 .menu-toggle span{display:block;width:20px;height:2px;border-radius:2px;background:currentColor;transition:transform .25s var(--ease),opacity .2s ease}
 .menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
 .menu-open .menu-toggle span:nth-child(2){opacity:0}
 .menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
 .header .site-nav{display:none;position:absolute;top:100%;right:-18px;left:-18px;order:0;width:auto;flex-direction:column;gap:0;padding:6px 18px 18px;background:#f8f8ff;border-top:1px solid #e3e6f2;box-shadow:0 14px 28px #2126271f;font-size:17px}
 .menu-open .site-nav{display:flex}
 .header .site-nav a{padding:15px 0;border-bottom:1px solid #e3e6f2}
 .header .site-nav a:last-child{border-bottom:0}
 .header .site-nav a[aria-current]{color:#4169e1}
}
@media(max-width:380px){.brand{font-size:19px}.header .button{font-size:12px;padding:8px 10px}}

/* Hover colour only on real pointers: on touch, :hover sticks after a tap and hid the text. */
@media(hover:hover) and (pointer:fine){.button:hover{color:#4169e1}}
.button:focus,.button:active{color:#fff}
@media(hover:hover) and (pointer:fine){.button:hover:focus,.button:hover:active{color:#4169e1}}

/* Clickable article image */
.article-grid .article-image{display:block;padding:0;border:0;background:none;cursor:pointer;flex-shrink:0}
