:root{
  --ink:#183544;
  --muted:#5c7080;
  --blue:#0f6f8f;
  --teal:#17a7b8;
  --light:#f3fbfd;
  --soft:#e8f7fa;
  --line:#d8ebf0;
  --white:#ffffff;
  --shadow:0 18px 45px rgba(18,58,75,.10);
  --radius:28px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.skip-link{position:absolute;left:-9999px;top:0;background:#fff;padding:12px;z-index:99}.skip-link:focus{left:12px}
.topbar{background:#0d4d66;color:#e9fbff;font-size:14px}.topbar a{color:#fff;text-decoration:none}.topbar-inner{display:flex;justify-content:space-between;gap:18px;padding:9px 0}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);z-index:20;border-bottom:1px solid rgba(216,235,240,.9)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 0}.brand img{height:70px;width:auto;object-fit:contain}.nav{display:flex;align-items:center;gap:22px;font-weight:800}.nav a{text-decoration:none;color:#24495a}.nav a:hover{color:var(--teal)}.nav-phone{background:var(--soft);padding:10px 14px;border-radius:999px}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:800;color:var(--ink)}
.hero{background:linear-gradient(135deg,#f7fbff 0%,#eaf8fb 100%);padding:70px 0 82px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:46px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--teal);font-weight:900;font-size:13px;margin:0 0 12px}.hero h1,.doctor-hero h1{font-size:clamp(44px,6.8vw,80px);line-height:.96;margin:0 0 20px;letter-spacing:-.05em}.hero h1 span,.doctor-hero h1 span{color:var(--blue)}.hero-text{font-size:21px;color:#315769;max-width:680px;margin:0 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.button{display:inline-flex;justify-content:center;align-items:center;border-radius:999px;padding:14px 22px;font-weight:900;text-decoration:none;border:2px solid transparent;cursor:pointer;font-size:16px}.button.primary{background:linear-gradient(135deg,var(--teal),var(--blue));color:#fff;box-shadow:0 14px 30px rgba(18,166,178,.24)}.button.secondary{background:#fff;border-color:var(--line);color:var(--ink)}.button.light{background:#fff;color:#0d4d66}.trust-list{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0 0;padding:0;list-style:none}.trust-list li{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:#416272;font-weight:700;font-size:14px}.hero-art-card{background:#fff;border:1px solid var(--line);border-radius:44px;padding:16px;box-shadow:var(--shadow)}.hero-art-card img{border-radius:32px}
.section{padding:86px 0}.light-section,.journey-section,.symptoms-section{background:#f7fbff}.section-head{max-width:760px;margin-bottom:38px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section h2,.insurance-band h2{font-size:clamp(32px,4vw,50px);line-height:1.05;letter-spacing:-.035em;margin:0 0 18px}.section-head p,.split-grid p,.content-narrow p{color:var(--muted);font-size:18px}.split-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:36px;align-items:center}.feature-card,.service-card,.location-card,.doctor-card,.contact-form,.faq-list details,.video-card,.info-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.feature-card,.info-card{padding:32px}.feature-card h3,.info-card h3{margin:0 0 14px;font-size:24px}.check-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.check-list li{position:relative;padding-left:31px}.check-list li:before{content:'✓';position:absolute;left:0;top:0;color:var(--teal);font-weight:900}.check-list.spacious{gap:16px;font-size:18px}
.insurance-band{padding:58px 0;background:#fff;border-bottom:1px solid var(--line)}.insurance-logos{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;align-items:center}.insurance-logos img{width:100%;filter:drop-shadow(0 12px 24px rgba(16,47,64,.08))}.fine-print{text-align:center;color:var(--muted);margin:22px 0 0}
.symptom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.symptom-grid div{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;font-weight:900;text-align:center;box-shadow:0 10px 30px rgba(16,47,64,.06)}
.doctor-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.doctor-card{overflow:hidden}.doctor-link{display:block;text-decoration:none;height:100%}.doctor-photo{height:340px;background:#eaf8fb;overflow:hidden}.doctor-photo img{width:100%;height:100%;object-fit:cover;object-position:center 18%}.samadi-photo img{object-position:center 12%}.doctor-body{padding:28px}.doctor-body h3{font-size:28px;margin:0 0 6px}.credential{color:var(--teal);font-weight:900;margin:0 0 12px}.credential.large{font-size:18px}.text-link{display:inline-flex;margin-top:12px;color:var(--blue);font-weight:900}.linked-card:hover{transform:translateY(-4px);transition:transform .2s ease}
.card-grid{display:grid;gap:18px}.card-grid.four{grid-template-columns:repeat(4,1fr)}.service-card{padding:28px}.service-card span{font-size:30px;color:var(--teal)}.service-card h3,.location-card h3{font-size:22px;line-height:1.15;margin:14px 0 10px}.service-card p,.location-card p,.doctor-card p{color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps div{background:#fff;border-radius:24px;border:1px solid var(--line);padding:26px}.steps span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--blue));color:#fff;font-weight:900}.location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.location-card{padding:30px}.location-card span{font-size:30px;color:var(--teal)}.location-card a{font-weight:900;color:var(--blue);text-decoration:none}
.contact-section{background:linear-gradient(135deg,#eaf8fb 0%,#f7fbff 100%)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:start}.contact-callout{margin-top:22px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;font-size:20px}.contact-callout a{color:var(--blue);font-weight:900;text-decoration:none}.contact-form{padding:28px;display:grid;gap:16px}.contact-form label{font-weight:800}.contact-form input,.contact-form select,.contact-form textarea{width:100%;margin-top:7px;border:1px solid #cbdfe6;border-radius:14px;padding:13px 14px;font:inherit;color:var(--ink);background:#fff}.two-col{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.hidden-field{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important}.form-note{font-size:13px;color:var(--muted);margin:0}.faq-list{box-shadow:none;border:none;display:grid;gap:14px}.faq-list details{padding:20px 24px}.faq-list summary{font-weight:900;cursor:pointer;font-size:18px}.faq-list p{color:var(--muted)}
.site-footer{background:#0d4d66;color:#dff7fb;padding:54px 0 24px}.site-footer a{color:#fff;text-decoration:none}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:36px}.footer-logo{width:230px;background:#fff;border-radius:16px;padding:10px;margin-bottom:16px}.footer-grid h3{color:#fff;margin:0 0 10px}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:28px;padding-top:20px;font-size:13px;color:#b7dce6}
.doctor-hero{background:linear-gradient(135deg,#f7fbff 0%,#eaf8fb 100%);padding:64px 0}.doctor-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center}.doctor-portrait-card{background:#fff;border:1px solid var(--line);border-radius:36px;padding:16px;box-shadow:var(--shadow)}.doctor-portrait-card img{border-radius:24px;width:100%;height:520px;object-fit:cover;object-position:center 18%}.content-narrow{max-width:900px}.content-narrow h2{font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.035em}.doctor-layout{display:grid;grid-template-columns:1fr .85fr;gap:28px;align-items:start}.video-card{padding:18px}.video-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:20px;background:#0d4d66}.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.cta-card{background:linear-gradient(135deg,#0d4d66,#1286a0);color:#fff;border-radius:34px;padding:38px;display:flex;justify-content:space-between;align-items:center;gap:28px;box-shadow:var(--shadow)}.cta-card p{color:#dcf6fb}.cta-card .eyebrow{color:#99eef3}.cta-card h2{margin:0 0 12px}.breadcrumbs{font-weight:800;color:var(--blue);text-decoration:none;margin-bottom:16px;display:inline-flex}.source-note{font-size:13px;color:var(--muted);margin-top:20px}
@media(max-width:980px){.hero-grid,.split-grid,.contact-grid,.doctor-hero-grid,.doctor-layout{grid-template-columns:1fr}.insurance-logos{grid-template-columns:repeat(3,1fr)}.card-grid.four,.steps{grid-template-columns:repeat(2,1fr)}.nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:20px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.nav.open{display:flex}.menu-toggle{display:inline-flex}.brand img{height:58px}.topbar-inner{flex-direction:column;gap:4px}.doctor-photo{height:300px}}
@media(max-width:680px){.container{width:min(100% - 28px,var(--max))}.hero{padding:44px 0}.section{padding:60px 0}.hero h1,.doctor-hero h1{font-size:48px}.hero-text{font-size:18px}.insurance-logos,.symptom-grid,.doctor-grid,.location-grid,.footer-grid,.two-col,.card-grid.four,.steps{grid-template-columns:1fr}.hero-art-card{display:none}.footer-logo{width:200px}.cta-card{display:block}.cta-card .button{margin-top:18px}.doctor-portrait-card img{height:420px}.doctor-photo{height:280px}}

/* Homepage hero — real photograph background to match production site */
.hero{background:linear-gradient(90deg,rgba(234,247,255,.96) 0%,rgba(234,247,255,.84) 30%,rgba(234,247,255,.35) 50%,rgba(234,247,255,0) 66%),url('assets/hero-sleep.jpg') center right/cover no-repeat;min-height:560px;display:flex;align-items:center;padding:64px 0}
.hero-grid{grid-template-columns:minmax(0,560px) 1fr}
.hero h1 span{color:#2d8fe3}
@media(max-width:680px){.hero{background:linear-gradient(180deg,rgba(234,247,255,.97) 0%,rgba(234,247,255,.8) 60%,rgba(234,247,255,.55) 100%),url('assets/hero-sleep.jpg') center right/cover no-repeat;min-height:auto}}

/* Homepage theme — exact production values (bright blue #2d8fe3), scoped to .home so the doctor bio pages keep their existing teal styling unchanged */
.home{--blue:#2d8fe3;--teal:#2d8fe3}
.home .hero h1{color:#1f2937;font-weight:700}
.home .hero h1 span{color:#2d8fe3}
.home .button.primary{background:linear-gradient(135deg,#2d8fe3,#1676cf);color:#fff;border-radius:12px;font-weight:900;box-shadow:0 10px 24px rgba(45,143,227,.28);padding:14px 22px;border-color:transparent}
.home .button.secondary{background:#fff;color:#0f5ea8;border:1px solid #2d8fe3;border-radius:12px}
.home .nav-phone{background:#2d8fe3;color:#fff;border-radius:10px}
.home .doctor-grid{grid-template-columns:repeat(2,1fr);gap:28px;max-width:1010px;margin:0 auto}
.home .doctor-card{background:#fff;border-radius:22px;box-shadow:0 18px 45px rgba(22,92,155,.13);overflow:hidden}
.home .doctor-link{display:grid;grid-template-columns:210px 1fr;height:100%}
.home .doctor-photo{width:210px;height:331px;background:#eaf8fb}
.home .doctor-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
@media(max-width:680px){.home .doctor-grid{grid-template-columns:1fr}.home .doctor-link{grid-template-columns:1fr}.home .doctor-photo{width:100%;height:280px}}

/* Small, targeted bio-page fix only: keep homepage layout exactly like the original deploy, but reduce oversized doctor photos on the individual bio pages. */
body:not(.home) .doctor-portrait-card{
  max-width:390px;
  justify-self:end;
}
body:not(.home) .doctor-portrait-card img{
  height:410px;
  object-fit:cover;
  object-position:center 18%;
}
@media(max-width:980px){
  body:not(.home) .doctor-portrait-card{
    max-width:360px;
    justify-self:start;
  }
  body:not(.home) .doctor-portrait-card img{
    height:380px;
  }
}
@media(max-width:680px){
  body:not(.home) .doctor-portrait-card{
    max-width:300px;
    margin:0 auto;
    justify-self:center;
  }
  body:not(.home) .doctor-portrait-card img{
    height:340px;
  }
}

/* Requested update: use the same main-page blue on all doctor bio pages instead of green/teal. */
body:not(.home){--blue:#2d8fe3;--teal:#2d8fe3;--dark:#0f5ea8;}
body:not(.home) .button.primary{background:linear-gradient(135deg,#2d8fe3,#1676cf);box-shadow:0 10px 24px rgba(45,143,227,.28)}
body:not(.home) .cta-card{background:linear-gradient(135deg,#2d8fe3,#1676cf)}
body:not(.home) .cta-card .eyebrow{color:#eaf7ff}
body:not(.home) .site-footer{background:#10263a}
body:not(.home) .video-wrap{background:#10263a}

/* Requested update: use the attached insurance logo artwork. */
.insurance-band{padding:34px 0;background:#fff;border-bottom:1px solid var(--line)}
.insurance-full-image{display:block;width:100%;height:auto;margin:0 auto;border:0;box-shadow:none}

/* Keep the original two-doctor layout size; the third doctor card is added below without resizing the first two cards. */
.goldschlag-photo img{object-position:center top}
@media(max-width:980px){.home .doctor-link{grid-template-columns:190px 1fr}.home .doctor-photo{width:190px;height:300px}}
@media(max-width:680px){.home .doctor-link{grid-template-columns:1fr}.home .doctor-photo{width:100%;height:280px}}
@media(min-width:981px){.home .doctor-grid .doctor-card:nth-child(3){grid-column:1 / -1;max-width:491px;justify-self:center;width:100%;}}


/* Requested update: show all three doctors in one row on desktop, without making cards oversized. */
.home .doctor-grid{
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  max-width:1180px;
}
.home .doctor-link{
  display:block;
}
.home .doctor-photo{
  width:100%;
  height:235px;
}
.home .doctor-body{
  padding:22px;
}
.home .doctor-body h3{
  font-size:24px;
  line-height:1.15;
}
.home .doctor-body p{
  font-size:15.5px;
  line-height:1.55;
}
@media(min-width:981px){
  .home .doctor-grid .doctor-card:nth-child(3){
    grid-column:auto;
    max-width:none;
    justify-self:stretch;
  }
}
@media(max-width:980px){
  .home .doctor-grid{grid-template-columns:1fr;max-width:720px;}
  .home .doctor-link{display:grid;grid-template-columns:190px 1fr;}
  .home .doctor-photo{width:190px;height:300px;}
}
@media(max-width:680px){
  .home .doctor-grid{grid-template-columns:1fr;}
  .home .doctor-link{display:block;}
  .home .doctor-photo{width:100%;height:280px;}
}
.card-grid.three{grid-template-columns:repeat(3,1fr)}
@media(max-width:980px){.card-grid.three{grid-template-columns:1fr}}


/* Update: make the homepage doctors area more compact while keeping all three doctors in one row on desktop. */
.home .doctor-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1120px;margin:0 auto;}
.home .doctor-link{display:block;}
.home .doctor-photo{width:100%;height:190px;}
.home .doctor-body{padding:18px 18px 20px;}
.home .doctor-body h3{font-size:22px;line-height:1.18;margin:0 0 6px;}
.home .doctor-body .credential{font-size:14px;line-height:1.45;margin:0 0 10px;}
.home .doctor-body p{font-size:14px;line-height:1.5;margin:0;}
@media(max-width:980px){.home .doctor-grid{grid-template-columns:1fr;max-width:720px}.home .doctor-link{display:grid;grid-template-columns:180px 1fr}.home .doctor-photo{width:180px;height:250px}.home .doctor-body{padding:18px}}
@media(max-width:680px){.home .doctor-grid{grid-template-columns:1fr}.home .doctor-link{display:block}.home .doctor-photo{width:100%;height:260px}}

/* Update: add a zirconia implant image block to Dr. Goldschlag page. */
.info-stack{display:grid;gap:20px;}
.implant-figure{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px;margin:0;}
.implant-figure img{display:block;width:100%;height:auto;border-radius:20px;}
.implant-figure figcaption{margin-top:12px;color:var(--muted);font-size:14px;line-height:1.55;}


/* Final compact-doctors update: make the homepage doctors area smaller and tighter, while keeping three cards in one row on desktop. */
.home .doctors-section{padding:64px 0 58px;}
.home .doctors-section .section-head{margin-bottom:24px;}
.home .doctor-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1060px;margin:0 auto;}
.home .doctor-card{border-radius:18px;box-shadow:0 14px 36px rgba(22,92,155,.11);}
.home .doctor-photo{width:100%;height:165px;}
.home .doctor-body{padding:16px 16px 18px;}
.home .doctor-body h3{font-size:20px;line-height:1.18;margin:0 0 6px;}
.home .doctor-body .credential{font-size:12.8px;line-height:1.4;margin:0 0 9px;}
.home .doctor-body p{font-size:13.5px;line-height:1.48;margin:0;}
.home .doctor-body .text-link{margin-top:10px;font-size:13px;}
@media(max-width:980px){.home .doctors-section{padding:60px 0}.home .doctor-grid{grid-template-columns:1fr;max-width:700px;gap:18px}.home .doctor-link{display:grid;grid-template-columns:170px 1fr}.home .doctor-photo{width:170px;height:225px}.home .doctor-body{padding:16px}}
@media(max-width:680px){.home .doctor-grid{grid-template-columns:1fr}.home .doctor-link{display:block}.home .doctor-photo{width:100%;height:240px}}


/* Requested fix: make doctor pictures and doctor area on homepage clearly smaller. */
.home .doctors-section{padding:48px 0 46px;}
.home .doctors-section .container{max-width:980px;}
.home .doctors-section .section-head{margin-bottom:18px;}
.home .doctor-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:940px;margin:0 auto;}
.home .doctor-card{border-radius:16px;box-shadow:0 10px 24px rgba(22,92,155,.10);}
.home .doctor-photo{width:100%;height:138px;}
.home .doctor-body{padding:13px 13px 15px;}
.home .doctor-body h3{font-size:18px;line-height:1.15;margin:0 0 5px;}
.home .doctor-body .credential{font-size:11.8px;line-height:1.35;margin:0 0 7px;}
.home .doctor-body p{font-size:12.6px;line-height:1.42;margin:0;}
.home .doctor-body .text-link{margin-top:8px;font-size:12px;}
@media(max-width:980px){.home .doctor-grid{grid-template-columns:1fr;max-width:660px;gap:16px}.home .doctor-link{display:grid;grid-template-columns:150px 1fr}.home .doctor-photo{width:150px;height:200px}.home .doctor-body{padding:14px}}
@media(max-width:680px){.home .doctor-link{display:block}.home .doctor-photo{width:100%;height:220px}}

/* Goldschlag page: make implant picture clearly visible and clean. */
.goldschlag-intro-grid{align-items:start;}
.implant-figure-featured{padding:16px;}
.implant-figure-featured img{width:100%;height:auto;display:block;border-radius:18px;}
.implant-figure-featured figcaption strong{color:var(--dark);}


/* Keep Dr. Goldschlag CTA heading on one line on desktop. */
.cta-card h2{white-space:nowrap;}
@media(max-width:980px){.cta-card h2{white-space:normal;}}


/* Final adjustment: doctor cards were too small. This keeps the section compact but makes photos readable again. */
.home .doctors-section{
  padding:56px 0 54px;
}
.home .doctors-section .container{
  max-width:1080px;
}
.home .doctor-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  max-width:1040px;
  margin:0 auto;
}
.home .doctor-photo{
  width:100%;
  height:185px;
}
.home .doctor-body{
  padding:16px 16px 18px;
}
.home .doctor-body h3{
  font-size:20px;
  line-height:1.18;
}
.home .doctor-body .credential{
  font-size:12.8px;
  line-height:1.38;
}
.home .doctor-body p{
  font-size:13.3px;
  line-height:1.45;
}
.home .doctor-body .text-link{
  font-size:12.8px;
}
@media(max-width:980px){
  .home .doctor-grid{grid-template-columns:1fr;max-width:680px;}
  .home .doctor-link{display:grid;grid-template-columns:170px 1fr;}
  .home .doctor-photo{width:170px;height:230px;}
}
@media(max-width:680px){
  .home .doctor-link{display:block;}
  .home .doctor-photo{width:100%;height:250px;}
}

/* Final adjustment: make doctor-page name headings smaller and cleaner. */
body:not(.home) .doctor-hero h1{
  font-size:clamp(36px,4.4vw,54px);
  line-height:1.03;
  letter-spacing:-.035em;
}
body:not(.home) .doctor-hero{
  padding:52px 0;
}
body:not(.home) .doctor-hero .hero-text{
  font-size:18px;
}
.goldschlag-title{
  white-space:nowrap;
  font-size:clamp(34px,4vw,50px) !important;
}
@media(max-width:680px){
  .goldschlag-title{white-space:normal;}
}


/* Match the user's reference attachment more closely:
   two large horizontal doctor cards on the first row, with the third doctor below.
   Keep the image proportions natural (no stretched/tall crop). */
.home .doctors-section{padding:52px 0 60px;}
.home .doctors-section .section-head{margin-bottom:28px;}
.home .doctors-section h2{font-size:clamp(52px,6vw,80px);line-height:.95;letter-spacing:-.045em;}
.home .doctor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1720px;margin:0 auto;align-items:stretch;}
.home .doctor-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:none;}
.home .doctor-link{display:grid;grid-template-columns:43% 57%;height:100%;text-decoration:none;}
.home .doctor-photo{width:100%;height:100%;min-height:420px;background:#e8f1f7;}
.home .doctor-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;}
.home .samadi-photo img{object-position:center 10%;}
.home .goldschlag-photo img{object-position:center 8%;}
.home .doctor-body{padding:34px 34px 36px;display:flex;flex-direction:column;justify-content:flex-start;}
.home .doctor-body h3{font-size:31px;line-height:1.16;margin:0 0 14px;color:var(--ink);}
.home .doctor-body .credential{font-size:18px;line-height:1.42;font-weight:900;margin:0 0 24px;color:#2d8fe3;}
.home .doctor-body p{font-size:16px;line-height:1.7;color:#465b70;margin:0;}
.home .doctor-body .text-link{display:inline-flex;margin-top:16px;font-size:14px;font-weight:900;color:#2d8fe3;}
.home .doctor-grid .doctor-card:nth-child(3){grid-column:1 / -1;max-width:848px;justify-self:center;width:100%;}
.home .doctor-grid .doctor-card:nth-child(3) .doctor-body h3{font-size:29px;}
.home .doctor-grid .doctor-card:nth-child(3) .doctor-body .credential{font-size:17px;}
.home .doctor-grid .doctor-card:nth-child(3) .doctor-body p{font-size:15px;line-height:1.62;}
@media(max-width:1280px){
  .home .doctor-grid{grid-template-columns:1fr;max-width:980px;}
  .home .doctor-grid .doctor-card:nth-child(3){grid-column:auto;max-width:none;justify-self:stretch;}
}
@media(max-width:980px){
  .home .doctors-section h2{font-size:60px;}
  .home .doctor-link{grid-template-columns:300px 1fr;}
  .home .doctor-photo{min-height:330px;}
  .home .doctor-body{padding:26px;}
  .home .doctor-body h3{font-size:30px;}
  .home .doctor-body .credential{font-size:18px;}
}
@media(max-width:680px){
  .home .doctors-section h2{font-size:46px;}
  .home .doctor-link{display:block;}
  .home .doctor-photo{min-height:320px;}
  .home .doctor-body{padding:22px;}
  .home .doctor-body h3{font-size:25px;}
  .home .doctor-body .credential{font-size:16px;}
  .home .doctor-body p{font-size:15px;line-height:1.65;}
}


/* Final correction: keep the same attached-style doctor cards, but place all 3 doctors in one row and reduce the heading size. */
.home .doctors-section{
  padding:46px 0 54px;
}
.home .doctors-section .section-head{
  margin-bottom:24px;
}
.home .doctors-section h2{
  font-size:clamp(38px,4.2vw,58px);
  line-height:1.02;
  letter-spacing:-.035em;
}
.home .doctor-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  max-width:1760px;
  margin:0 auto;
  align-items:stretch;
}
.home .doctor-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:none;
}
.home .doctor-grid .doctor-card:nth-child(3){
  grid-column:auto;
  max-width:none;
  justify-self:stretch;
  width:auto;
}
.home .doctor-link{
  display:grid;
  grid-template-columns:42% 58%;
  height:100%;
  text-decoration:none;
}
.home .doctor-photo{
  width:100%;
  height:100%;
  min-height:315px;
  background:#e8f1f7;
}
.home .doctor-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
}
.home .samadi-photo img{
  object-position:center 10%;
}
.home .goldschlag-photo img{
  object-position:center 8%;
}
.home .doctor-body{
  padding:24px 22px 26px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.home .doctor-body h3{
  font-size:24px;
  line-height:1.16;
  margin:0 0 10px;
  color:var(--ink);
}
.home .doctor-body .credential{
  font-size:14.5px;
  line-height:1.42;
  font-weight:900;
  margin:0 0 16px;
  color:#2d8fe3;
}
.home .doctor-body p{
  font-size:13.8px;
  line-height:1.58;
  color:#465b70;
  margin:0;
}
.home .doctor-body .text-link{
  display:inline-flex;
  margin-top:12px;
  font-size:12.8px;
  font-weight:900;
  color:#2d8fe3;
}
.home .doctor-grid .doctor-card:nth-child(3) .doctor-body h3{
  font-size:23px;
}
.home .doctor-grid .doctor-card:nth-child(3) .doctor-body .credential{
  font-size:13.6px;
}
.home .doctor-grid .doctor-card:nth-child(3) .doctor-body p{
  font-size:13.2px;
  line-height:1.55;
}
@media(max-width:1320px){
  .home .doctor-grid{
    grid-template-columns:1fr;
    max-width:980px;
  }
  .home .doctor-link{
    grid-template-columns:300px 1fr;
  }
  .home .doctor-photo{
    min-height:315px;
  }
  .home .doctor-body h3{
    font-size:28px;
  }
  .home .doctor-body .credential{
    font-size:17px;
  }
  .home .doctor-body p{
    font-size:15.5px;
  }
}
@media(max-width:680px){
  .home .doctors-section h2{
    font-size:40px;
  }
  .home .doctor-link{
    display:block;
  }
  .home .doctor-photo{
    min-height:300px;
  }
  .home .doctor-body{
    padding:22px;
  }
}


/* Final requested layout:
   - All three doctors in one row on desktop
   - Smaller "Meet Our Doctors" heading
   - Text below photo
   - Photos are not cropped; full head/face stays visible */
.home .doctors-section{
  padding:42px 0 52px;
}
.home .doctors-section .section-head{
  margin-bottom:22px;
}
.home .doctors-section h2{
  font-size:clamp(32px,3.4vw,46px) !important;
  line-height:1.08;
  letter-spacing:-.025em;
}
.home .doctor-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:20px !important;
  max-width:1220px !important;
  margin:0 auto !important;
  align-items:stretch;
}
.home .doctor-grid .doctor-card:nth-child(3){
  grid-column:auto !important;
  max-width:none !important;
  justify-self:stretch !important;
  width:auto !important;
}
.home .doctor-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(22,92,155,.10);
}
.home .doctor-link{
  display:block !important;
  height:100%;
  text-decoration:none;
}
.home .doctor-photo{
  width:100% !important;
  height:230px !important;
  min-height:0 !important;
  background:#f4f9fd;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
}
.home .doctor-photo img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block;
}
.home .doctor-body{
  padding:18px 18px 20px !important;
  display:block !important;
}
.home .doctor-body h3{
  font-size:22px !important;
  line-height:1.16 !important;
  margin:0 0 8px !important;
  color:var(--ink);
}
.home .doctor-body .credential{
  font-size:14px !important;
  line-height:1.38 !important;
  font-weight:900;
  margin:0 0 12px !important;
  color:#2d8fe3;
}
.home .doctor-body p{
  font-size:13.8px !important;
  line-height:1.55 !important;
  color:#465b70;
  margin:0 !important;
}
.home .doctor-body .text-link{
  display:inline-flex;
  margin-top:10px !important;
  font-size:13px !important;
  font-weight:900;
  color:#2d8fe3;
}
@media(max-width:900px){
  .home .doctor-grid{
    grid-template-columns:1fr !important;
    max-width:540px !important;
  }
  .home .doctor-photo{
    height:260px !important;
  }
}


/* Final requested tweaks */
.home .doctors-section h2{font-size:clamp(28px,3vw,40px) !important;line-height:1.08 !important;letter-spacing:-.02em !important;}
.home .doctor-photo{height:240px !important;padding:10px 10px 0 !important;}
.home .doctor-photo img{object-fit:contain !important;object-position:center top !important;}
.home .doctor-body h3{font-size:21px !important;}
.home .doctor-body .credential{font-size:13.5px !important;}
.home .doctor-body p{font-size:13.4px !important;line-height:1.55 !important;}
@media(max-width:900px){.home .doctor-photo{height:260px !important;}}


/* Final small heading adjustment requested */
.home .doctors-section h2{
  font-size:clamp(26px,2.6vw,34px) !important;
  line-height:1.1 !important;
  letter-spacing:-.015em !important;
}


/* Advanced technology section */
.technology-section{
  background:#fff;
}
.technology-section .section-head h2{
  font-size:clamp(30px,3.2vw,44px);
}
.technology-grid .service-card{
  min-height:100%;
}
.technology-grid .service-card span{
  color:#2d8fe3;
}


/* Top contact bar updated from dark green to soft blue */
.topbar{
  background:linear-gradient(90deg,#eef8ff 0%,#dff1ff 100%) !important;
  color:#165c9b !important;
  border-bottom:1px solid #c7e5fb !important;
}
.topbar a{
  color:#165c9b !important;
  font-weight:800 !important;
}
.topbar a:hover{
  color:#2d8fe3 !important;
}


/* Dr. Horowitz Scarsdale-only note */
.horowitz-location-card{
  margin-bottom:22px;
  border-left:5px solid #2d8fe3;
}
.horowitz-location-card a{
  color:#165c9b;
  font-weight:900;
}


/* Updated hero image: full-width sleeping woman across the banner */
.hero{background:linear-gradient(90deg,rgba(245,251,255,.78) 0%,rgba(245,251,255,.55) 24%,rgba(245,251,255,.28) 42%,rgba(245,251,255,.08) 62%,rgba(245,251,255,.03) 100%),url('assets/hero-sleep-full.png') center center/cover no-repeat !important;min-height:620px !important;padding:64px 0 !important;display:flex;align-items:center;}
.hero-grid{grid-template-columns:minmax(0,580px) 1fr !important;}
.hero-text{max-width:620px;}
@media(max-width:680px){.hero{background:linear-gradient(180deg,rgba(245,251,255,.90) 0%,rgba(245,251,255,.72) 52%,rgba(245,251,255,.28) 100%),url('assets/hero-sleep-full.png') center center/cover no-repeat !important;min-height:560px !important;}}


/* Dr. Samadi consultation image */
.photo-card.samadi-consultation-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(22,92,155,.10);
}
.photo-card.samadi-consultation-card img{
  width:100%;
  height:auto;
  display:block;
}


/* Dr. Samadi right-column spacing */
.doctor-layout aside .video-card{
  margin-bottom:0;
}
.doctor-layout aside .info-card{
  box-shadow:0 12px 28px rgba(22,92,155,.08);
}
.samadi-consultation-card{
  margin-top:42px !important;
}
.samadi-consultation-card img{
  border-radius:0;
}


/* Stronger Dr. Samadi right-column spacing */
.samadi-right-stack{
  display:flex !important;
  flex-direction:column !important;
  gap:64px !important;
}
.samadi-right-stack .video-card,
.samadi-right-stack .info-card,
.samadi-right-stack .photo-card{
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.samadi-schedule-card{
  padding-top:28px !important;
  padding-bottom:28px !important;
}
.samadi-consultation-card{
  margin-top:0 !important;
}
@media(max-width:980px){
  .samadi-right-stack{
    gap:42px !important;
  }
}


/* Wellness & Airway Health page */
.wellness-preview-section{
  background:#fff;
}
.wellness-preview-grid{
  align-items:center;
}
.wellness-preview-photo,
.wellness-hero-photo{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:12px;
  box-shadow:0 14px 34px rgba(22,92,155,.11);
}
.wellness-preview-photo img,
.wellness-hero-photo img{
  width:100%;
  height:100%;
  max-height:520px;
  object-fit:cover;
  object-position:center;
  border-radius:22px;
  display:block;
}
.wellness-hero .doctor-portrait-card img{
  height:520px;
  object-position:center;
}
.wellness-keywords-card{
  align-self:start;
}
.wellness-card-grid .service-card{
  min-height:100%;
}
.wellness-card-grid .service-card span{
  color:#2d8fe3;
}
@media(max-width:980px){
  .wellness-hero .doctor-portrait-card img{
    height:auto;
  }
}


.wellness-secondary-photo{
  margin-top:40px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:12px;
  box-shadow:0 14px 34px rgba(22,92,155,.11);
}
.wellness-secondary-photo img{
  width:100%;
  height:auto;
  display:block;
  border-radius:22px;
}




/* SDS tapered implant picture update */
.implant-figure-featured img[src*="zirconia-implant-sds-tapered.png"]{
  width:100%;
  height:auto;
  display:block;
  border-radius:18px;
}


.horowitz-right-stack{
  display:flex;
  flex-direction:column;
  gap:22px;
}
.photo-card.horowitz-lanap-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(22,92,155,.10);
}
.photo-card.horowitz-lanap-card img{
  display:block;
  width:100%;
  height:auto;
}
.horowitz-right-stack .info-card,
.horowitz-right-stack .feature-card,
.horowitz-right-stack .photo-card{
  margin:0;
}
