/*
Theme Name: Dr. JAW Ocean
Description: A bright, accessible ocean-inspired Astra child theme for Dr. JAW Orthodontists.
Author: Dr. JAW
Template: astra
Version: 1.1.16
Text Domain: drjaw-ocean
*/
:root {
  --ocean:#0094c8;
  --blue:#00769f;
  --navy:#052d43;
  --deep:#032334;
  --coral:#e3807b;
  --foam:#eef9fc;
  --ink:#163b4d;
  --muted:#506e7c;
  --line:#d5e7ed;
  --white:#fff;
  --radius:24px;
  --heading:'Futura PT',Futura,Calibri,'Trebuchet MS',sans-serif;
  --body:'Mr Eaves Mod OT',Calibri,'Segoe UI',sans-serif;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:130px;
}
body {
  margin:0;
  background:white;
  color:var(--ink);
  font:19px/1.55 var(--body);
}
h1,h2,h3,h4,p,figure {
  margin:0;
}
h1,h2,h3,h4 {
  font-family:var(--heading);
  font-weight:700;
  color:var(--navy);
  line-height:1.1;
  letter-spacing:-.035em;
}
h1 {
  font-size:clamp(44px,5.9vw,82px);
}
h2 {
  font-size:clamp(34px,4vw,53px);
}
h3 {
  font-size:29px;
}
p+p {
  margin-top:18px;
}
a {
  color:var(--blue);
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a,button {
  touch-action:manipulation;
}
button,input,select,textarea {
  font:inherit;
}
img {
  max-width:100%;
  height:auto;
  display:block;
}
button {
  cursor:pointer;
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid var(--ocean);
  outline-offset:5px;
}
::selection {
  background:var(--coral);
  color:var(--navy);
}
.wrap {
  width:min(1220px,calc(100% - 64px));
  margin-inline:auto;
}
.section {
  padding:96px 0;
}
.eyebrow {
  font-size:14px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:var(--blue);
  display:block;
  margin-bottom:18px;
}
.lede {
  font-size:22px;
  line-height:1.5;
  color:var(--muted);
}
.section-intro {
  max-width:680px;
  margin-bottom:38px;
}
.section-intro h2 {
  margin-bottom:20px;
}
.split-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:36px;
}
.split-heading h2 {
  max-width:680px;
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:18px;
  font-weight:700;
}
.text-link span {
  font-size:25px;
  line-height:1;
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  padding:16px 24px;
  border-radius:100px;
  background:var(--blue);
  color:white;
  border:2px solid transparent;
  font-size:17px;
  line-height:1.25;
  font-weight:700;
  min-height:56px;
  text-decoration:none;
  transition:transform .2s,background .2s;
}
.btn:hover,.btn:focus {
  background:var(--navy);
  color:white;
  transform:translateY(-2px);
  text-decoration:none;
}
.btn.coral {
  background:var(--coral);
  color:var(--navy);
}
.btn.coral:hover {
  background:#ef9f98;
}
.btn.outline {
  border-color:var(--line);
  background:transparent;
  color:var(--navy);
}
.btn.outline:hover {
  border-color:var(--ocean);
  background:var(--foam);
}
.btn.light {
  background:white;
  color:var(--navy);
}
.actions {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}
.skip-link {
  position:fixed;
  top:-100px;
  left:24px;
  z-index:999999;
  background:white;
  padding:12px 20px;
}
.skip-link:focus {
  top:10px;
}
.utility {
  background:var(--navy);
  color:white;
  font-size:14px;
  line-height:1.4;
  padding:9px 0;
}
.utility .wrap {
  display:flex;
  justify-content:space-between;
  gap:25px;
}
.utility a {
  color:white;
}
.office-phones {
  display:flex;
  gap:25px;
}
.utility .patient {
  white-space:nowrap;
}
.jaw-header {
  background:white;
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid #e7eef1;
}
.admin-bar .jaw-header {
  top:32px;
}
.nav-row {
  min-height:99px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.brand img {
  width:138px;
  height:auto;
  max-height:94px;
  object-fit:contain;
}
.mobile-descriptor {
  display:none;
}
.main-nav {
  display:flex;
  align-items:center;
  gap:30px;
  font-size:17px;
  font-weight:700;
}
.main-nav a:not(.btn) {
  color:var(--navy);
  padding:12px 0;
  white-space:nowrap;
}
.main-nav a[aria-current] {
  color:var(--blue);
}
.main-nav .btn {
  padding:14px 21px;
  min-height:50px;
  font-size:16px;
}
.nav-toggle {
  display:none;
  background:none;
  color:var(--navy);
  border:1px solid var(--line);
  padding:10px 15px;
  border-radius:12px;
  min-height:44px;
}
.hero {
  position:relative;
  background:var(--navy);
  color:white;
  isolation:isolate;
  padding:76px 0 102px;
  overflow:hidden;
}
.hero::before {
  content:'';
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(90deg,rgba(3,35,52,.97) 0%,rgba(3,45,67,.84) 46%,rgba(3,45,67,.42) 100%),url('assets/ocean.webp') center/cover;
}
.hero::after {
  content:'';
  position:absolute;
  bottom:-61px;
  left:-5%;
  width:110%;
  height:90px;
  border-radius:50% 50% 0 0;
  background:white;
  z-index:-1;
}
.hero-grid {
  display:grid;
  grid-template-columns:1.07fr 1fr;
  gap:65px;
  align-items:center;
}
.hero .eyebrow {
  color:#8bddf5;
}
.hero h1 {
  color:white;
  line-height:1.03;
  margin-bottom:24px;
  max-width:650px;
}
.hero h1 em {
  font-style:normal;
  color:#78d5f1;
}
.hero .lede {
  color:#dcf0f6;
  max-width:490px;
  font-size:21px;
}
.hero-art {
  position:relative;
  padding:0 0 35px 25px;
}
.hero-main {
  width:100%;
  height:492px;
  object-fit:cover;
  object-position:53% 50%;
  border-radius:200px 200px 24px 24px;
  border:8px solid #d9f4fb;
  box-shadow:0 30px 70px #00192650;
}
.hero-inset {
  position:absolute;
  width:168px;
  height:182px;
  object-fit:cover;
  bottom:0;
  left:-18px;
  border:7px solid white;
  border-radius:20px;
  transform:rotate(-7deg);
  box-shadow:0 12px 25px #00192650;
}
.hero-sticker {
  position:absolute;
  top:42px;
  right:-29px;
  width:124px;
  height:124px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  background:var(--coral);
  border:5px solid var(--navy);
  border-radius:50%;
  color:var(--navy);
  font:700 23px/1.1 var(--heading);
  transform:rotate(11deg);
  box-shadow:0 0 0 1px var(--coral);
}
.hero-note {
  position:absolute;
  bottom:7px;
  right:0;
  font-size:13px;
  color:#d7edf5;
}
.hero-sticker > span {
  display:block;
  font-size:.9em;
  line-height:1.05;
  white-space:nowrap;
}
.trust-strip {
  padding:27px 0 34px;
  border-bottom:1px solid var(--line);
}
.trust-grid {
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1.1fr;
  align-items:center;
}
.trust-item {
  padding:0 26px;
  border-right:1px solid var(--line);
}
.trust-item:first-child {
  padding-left:0;
}
.trust-item:last-child {
  border:0;
}
.trust-item strong {
  font:700 32px/1.1 var(--heading);
  color:var(--navy);
  display:block;
}
.trust-item small {
  display:block;
  font-size:16px;
  margin-top:6px;
  color:var(--muted);
}
.award {
  display:flex;
  align-items:center;
  gap:18px;
}
.award img {
  width:84px;
}
.award strong {
  font-size:20px;
}
.award small {
  font-size:14px;
}
.cards-3 {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.treatment-card {
  position:relative;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:34px 32px;
  background:var(--foam);
  display:flex;
  flex-direction:column;
  align-items:start;
  overflow:hidden;
}
.treatment-card h3 {
  margin-bottom:16px;
}
.treatment-card p {
  margin-bottom:28px;
}
.treatment-card .text-link {
  margin-top:auto;
  font-size:17px;
}
.age-tag {
  font-size:14px;
  letter-spacing:.07em;
  text-transform:uppercase;
  margin-bottom:8px;
  font-weight:700;
  color:var(--muted);
}
.experience {
  background:var(--foam);
  overflow:hidden;
}
.two-col {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}
.image-round {
  border-radius:var(--radius);
  width:100%;
  object-fit:cover;
}
.copy-block h2 {
  margin-bottom:25px;
}
.copy-block .lede {
  margin-bottom:22px;
}
.feature-list {
  list-style:none;
  padding:0;
  margin:28px 0 0;
  display:grid;
  gap:18px;
}
.feature-list li {
  padding-left:33px;
  position:relative;
}
.feature-list li::before {
  content:'✓';
  position:absolute;
  left:0;
  color:var(--blue);
  font-weight:700;
}
.photo-collage {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:17px;
  align-items:center;
}
.photo-collage img {
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:24px;
}
.photo-collage img:nth-child(2) {
  margin-top:70px;
}
.photo-collage img:nth-child(3) {
  margin-top:-45px;
}
.photo-collage .photo-caption {
  font:700 32px/1.1 var(--heading);
  color:var(--blue);
  padding:0 12px;
  transform:rotate(-4deg);
}
.photo-caption span {
  color:var(--navy);
}
.doctors-block {
  background:#fff;
}
.financing-section {
  padding:0 0 96px;
}
.financing-panel {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  align-items:center;
  gap:clamp(32px,5vw,68px);
  padding:clamp(32px,4.5vw,58px);
  border:1px solid var(--line);
  border-radius:32px;
  background:var(--foam);
}
.financing-copy h2 {
  font-size:clamp(34px,3.5vw,48px);
  margin-bottom:20px;
}
.financing-copy p {
  max-width:440px;
  color:var(--muted);
  font-size:21px;
}
.financing-copy .btn {
  margin-top:28px;
}
.financing-options {
  display:grid;
  gap:18px;
  min-width:0;
}
.financing-card {
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  align-items:start;
  gap:18px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:22px;
  background:white;
}
.financing-card h3 {
  font-size:26px;
  margin:2px 0 10px;
}
.financing-card p {
  color:var(--muted);
  font-size:18px;
  line-height:1.5;
}
.financing-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:15px;
  background:var(--foam);
  color:var(--blue);
}
.financing-card:first-child .financing-icon {
  background:#fff0ed;
  color:#a84d48;
}
.financing-icon svg {
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(max-width:900px) {
  .financing-panel { grid-template-columns:1fr; }
  .financing-copy p { max-width:580px; }
  .financing-options { grid-template-columns:1fr 1fr; }
  .financing-card { grid-template-columns:1fr;gap:16px;padding:24px; }
}
@media(max-width:600px) {
  .financing-section { padding-bottom:60px; }
  .financing-panel { padding:26px 22px;border-radius:24px;gap:30px; }
  .financing-options { grid-template-columns:1fr; }
  .financing-copy .eyebrow { font-size:12px;letter-spacing:.12em; }
  .financing-copy .btn { width:100%;padding-inline:16px; }
  .financing-card { padding:22px; }
  .financing-card h3 { font-size:25px; }
}
.review-section {
  background:var(--navy);
  color:white;
  padding:74px 0;
}
.review-section h2 {
  color:white;
}
.review-layout {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:80px;
  align-items:center;
}
.review-section .eyebrow {
  color:#80d8f0;
}
.review-section blockquote {
  margin:0;
  border:0;
  padding:0;
  font-size:27px;
  line-height:1.5;
  color:white;
}
.review-section cite {
  font-style:normal;
  display:block;
  font-size:16px;
  color:#bddfe9;
  margin-top:24px;
}
.review-carousel {
  min-width:0;
}
.review-slide+.review-slide {
  margin-top:32px;
}
.review-carousel.is-enhanced .review-slides {
  display:grid;
  touch-action:pan-y pinch-zoom;
}
.review-carousel.is-enhanced .review-slide {
  grid-area:1 / 1;
  margin:0;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
}
.review-carousel.is-enhanced .review-slide.is-active {
  visibility:visible;
  opacity:1;
  pointer-events:auto;
  animation:review-arrive .45s ease-out both;
}
@keyframes review-arrive {
  from { opacity:0;transform:translateX(var(--review-shift,18px)); }
  to { opacity:1;transform:translateX(0); }
}
.review-controls {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:30px;
  padding-top:22px;
  border-top:1px solid #ffffff26;
}
.review-controls[hidden] {
  display:none;
}
.review-controls button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  flex-shrink:0;
  min-width:44px;
  height:44px;
  padding:0;
  border:1px solid #bddfe970;
  border-radius:50%;
  background:transparent;
  color:white;
  line-height:1;
  box-shadow:none;
  transition:background .2s ease,border-color .2s ease;
}
.review-controls button:hover {
  background:#ffffff15;
  border-color:#bddfe9;
}
.review-controls button:focus-visible {
  outline-color:#80d8f0;
  outline-offset:3px;
}
.review-controls svg {
  display:block;
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.review-dots {
  display:flex;
  gap:0;
}
.review-controls .review-dot {
  min-width:26px;
  border:0;
  border-radius:12px;
}
.review-dot::before {
  content:"";
  width:6px;
  height:6px;
  border-radius:8px;
  background:#bddfe9;
  transition:width .2s ease,background .2s ease;
}
.review-dot[aria-pressed="true"]::before {
  width:18px;
  background:var(--coral);
}
.review-count {
  font-size:14px;
  font-variant-numeric:tabular-nums;
  color:#bddfe9;
  white-space:nowrap;
}
.review-controls .review-rotation {
  margin-left:auto;
  padding:0 10px;
  gap:7px;
  border:0;
  border-radius:8px;
  color:#bddfe9;
  font-size:14px;
}
.review-rotation svg {
  width:14px;
  height:14px;
}
.review-rotation .review-play-icon,
.review-rotation.is-paused .review-pause-icon {
  display:none;
}
.review-rotation.is-paused .review-play-icon {
  display:block;
}
@media(max-width:420px) {
  .review-controls { gap:8px; }
  .review-count { display:none; }
  .review-controls .review-rotation { padding:0 5px; }
}
@media(prefers-reduced-motion:reduce) {
  .review-carousel.is-enhanced .review-slide.is-active { animation:none; }
  .review-controls button,.review-dot::before { transition:none; }
}
.stars {
  color:var(--coral);
  letter-spacing:7px;
  font-size:23px;
  margin-bottom:16px;
}
.location-card {
  border-top:3px solid var(--ocean);
  padding:26px 0 0;
  display:flex;
  flex-direction:column;
}
.location-card h3 {
  margin-bottom:15px;
}
.location-card address {
  font-style:normal;
  color:var(--muted);
  line-height:1.7;
  min-height:70px;
}
.location-card .phone {
  font-size:24px;
  font-weight:700;
  margin:20px 0 14px;
}
.location-card .text-link {
  margin-top:auto;
}
.location-card:nth-child(2) {
  border-color:var(--coral);
}
.location-card:nth-child(3) {
  border-color:var(--navy);
}
.resources-band {
  background:#f6fafb;
  border-top:1px solid var(--line);
  padding:36px 0;
}
.resources-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.resources-row strong {
  font:700 24px var(--heading);
  color:var(--navy);
}
.resources-links {
  display:flex;
  gap:26px;
  font-size:16px;
  font-weight:700;
  flex-wrap:wrap;
}
.jaw-footer {
  background:var(--deep);
  color:white;
  position:relative;
  isolation:isolate;
  padding:85px 0 35px;
  overflow:hidden;
}
.jaw-footer::before {
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,rgba(3,35,52,.1),rgba(3,35,52,.12)),url('assets/underwater-footer.webp') center bottom/cover no-repeat;
  opacity:.95;
}
.footer-top {
  text-align:center;
  padding-bottom:58px;
}
.footer-top .eyebrow {
  color:#9de1f3;
}
.footer-top h2 {
  color:white;
  font-size:clamp(38px,4.5vw,64px);
}
.footer-top p {
  color:#dbedf5;
  margin-top:17px;
  font-size:21px;
}
.footer-top .actions {
  justify-content:center;
}
.footer-grid {
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr 1fr;
  gap:40px;
  padding:45px 0 55px;
  border-top:1px solid #83b2c244;
}
.footer-grid h3 {
  font-size:19px;
  color:white;
  letter-spacing:0;
  margin-bottom:17px;
}
.footer-grid a {
  color:#e1f3f9;
  display:block;
  margin-bottom:10px;
  font-size:16px;
}
.footer-brand {
  font:700 30px var(--heading);
  color:white;
}
.footer-grid p {
  color:#c4e1ea;
  font-size:16px;
  max-width:240px;
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:30px;
  border-top:1px solid #7ea8ba55;
  padding-top:23px;
  font-size:14px;
  color:#d1e7ef;
}
.footer-bottom a {
  color:#d1e7ef;
}
.page-hero {
  background:var(--foam);
  padding:70px 0 75px;
  position:relative;
  overflow:hidden;
}
.page-hero h1 {
  font-size:clamp(43px,5.1vw,70px);
  max-width:900px;
  margin-bottom:22px;
}
.page-hero .lede {
  max-width:700px;
}
.page-hero.dark {
  background:var(--navy) url('assets/underwater-footer.webp') center/cover;
}
.page-hero.dark h1 {
  color:white;
}
.page-hero.dark .lede {
  color:#d4eef6;
}
.page-hero.dark .eyebrow {
  color:#98dff2;
}
.doctor-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:55px 36px;
}
.doctor-card img {
  width:100%;
  aspect-ratio:1.5;
  object-fit:cover;
  border-radius:20px;
  margin-bottom:25px;
}
.doctor-card h2 {
  font-size:31px;
  margin-bottom:9px;
}
.doctor-card .credentials {
  font-size:16px;
  font-weight:700;
  color:var(--blue);
  margin-bottom:16px;
}
.doctor-card p {
  color:var(--muted);
  font-size:18px;
}
.treatment-row {
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:70px;
  padding:70px 0;
  border-bottom:1px solid var(--line);
  scroll-margin-top:115px;
}
.treatment-row:first-child {
  padding-top:0;
}
.treatment-row:last-child {
  border:0;
  padding-bottom:0;
}
.treatment-row h2 {
  font-size:42px;
}
.treatment-row .eyebrow {
  margin-bottom:12px;
}
.detail-list {
  padding-left:20px;
  margin:22px 0;
}
.detail-list li {
  padding:5px 0;
}
.treatment-row .btn {
  margin-top:14px;
}
.local-office {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px;
  padding:65px 0;
  border-bottom:1px solid var(--line);
  align-items:start;
}
.local-office:first-child {
  padding-top:0;
}
.local-office:last-child {
  border:0;
}
.office-panel {
  background:var(--foam);
  border-radius:22px;
  padding:30px;
}
.office-panel img {
  border-radius:16px;
  margin-bottom:25px;
  width:100%;
  aspect-ratio:1.6;
  object-fit:cover;
}
.office-panel h3 {
  font-size:26px;
  margin-bottom:14px;
}
.office-panel .map-link {
  display:block;
  font-size:16px;
  margin-top:20px;
}
.forms-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}
.resource-card {
  border:1px solid var(--line);
  border-radius:22px;
  padding:35px;
  background:var(--foam);
}
.resource-card h2 {
  font-size:30px;
  margin-bottom:16px;
}
.resource-card p {
  color:var(--muted);
  margin-bottom:24px;
}
.booking-layout {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:60px;
  align-items:start;
}
.booking-aside {
  position:sticky;
  top:130px;
}
.booking-aside h2 {
  font-size:34px;
  margin-bottom:22px;
}
.booking-form {
  background:white;
  border:1px solid var(--line);
  box-shadow:0 15px 50px #10374a0a;
  border-radius:24px;
  padding:35px;
  min-height:550px;
}
.booking-form h2 {
  font-size:30px;
  margin-bottom:24px;
}
.booking-form iframe {
  border:0;
  width:100%;
}
.fine {
  font-size:15px;
  color:var(--muted);
  margin-top:16px;
}
.video-card {
  border-radius:24px;
  overflow:hidden;
  aspect-ratio:16/9;
  margin-top:45px;
  background:var(--navy);
}
.video-card iframe {
  width:100%;
  height:100%;
  border:0;
}
.plain-content {
  padding:65px 0;
}
.plain-content>*+* {
  margin-top:22px;
}
.plain-content h1 {
  font-size:50px;
}
.plain-content h2 {
  font-size:36px;
}
.plain-content ul {
  padding-left:25px;
}
.screen-reader-text {
  clip:rect(1px,1px,1px,1px);
  position:absolute!important;
  width:1px;
  height:1px;
  overflow:hidden;
}
.ast-separate-container {
  background:white;
}
.jaw-page>p:empty {
  display:none;
}
@media(min-width:1600px) {
  .hero {
    padding-top:90px;
    padding-bottom:115px;
  }
  .hero-main {
    height:510px;
  }
}
@media(max-width:1100px) {
  .wrap {
    width:calc(100% - 48px);
  }
  .main-nav {
    gap:20px;
  }
  .main-nav .btn {
    font-size:15px;
    padding:13px 15px;
  }
  .hero-grid {
    gap:35px;
  }
  .hero-main {
    height:450px;
  }
  .hero-sticker {
    right:-10px;
    width:108px;
    height:108px;
    font-size:21px;
  }
  .hero-inset {
    width:145px;
    height:160px;
  }
  .hero h1 {
    font-size:64px;
  }
  .hero .lede {
    font-size:20px;
  }
  .office-phones {
    gap:15px;
  }
  .two-col {
    gap:40px;
  }
  .review-layout {
    gap:45px;
  }
  .footer-grid {
    gap:27px;
  }
}
@media(max-width:900px) {
  .utility .office-phones a span {
    display:none;
  }
  .main-nav {
    gap:15px;
  }
  .nav-row {
    min-height:90px;
  }
  .brand img {
    width:114px;
  }
  .main-nav a:not(.btn) {
    font-size:16px;
  }
  .hero h1 {
    font-size:55px;
  }
  .hero-main {
    height:395px;
  }
  .hero-sticker {
    top:25px;
  }
  .hero .actions {
    gap:10px;
  }
  .hero .btn {
    font-size:16px;
    padding:14px 18px;
  }
  .trust-item {
    padding:0 18px;
  }
  .trust-item strong {
    font-size:27px;
  }
  .trust-item small {
    font-size:14px;
  }
  .award {
    gap:10px;
  }
  .award img {
    width:68px;
  }
  .award strong {
    font-size:16px;
  }
  .cards-3 {
    gap:20px;
  }
  .treatment-card {
    padding:28px 24px;
  }
  .treatment-card h3 {
    font-size:26px;
  }
  .two-col {
    gap:35px;
  }
  .photo-collage img {
    height:220px;
  }
  .review-section blockquote {
    font-size:24px;
  }
  .resources-row {
    align-items:start;
  }
  .resources-links {
    gap:12px 22px;
  }
  .footer-grid {
    grid-template-columns:1fr 1fr;
  }
  .booking-layout {
    gap:35px;
  }
  .treatment-row {
    gap:35px;
  }
  .local-office {
    gap:35px;
  }
}
@media(max-width:760px) {
  body {
    font-size:18px;
  }
  .btn[href$="/schedule-a-consultation/"] {
    font-size:16px;
    gap:12px;
    padding-inline:16px;
  }
  .wrap {
    width:calc(100% - 40px);
  }
  .section {
    padding:64px 0;
  }
  .utility {
    font-size:12px;
  }
  .utility .wrap {
    justify-content:center;
  }
  .utility .office-phones {
    gap:18px;
  }
  .utility .patient {
    display:none;
  }
  .utility .office-phones a {
    font-size:13px;
  }
  .utility .office-phones a span {
    display:none;
  }
  .jaw-header {
    top:0;
  }
  .admin-bar .jaw-header {
    top:46px;
  }
  .nav-row {
    min-height:82px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
    gap:8px;
  }
  .nav-row .brand {
    justify-self:start;
  }
  .mobile-descriptor {
    display:block;
    color:var(--navy);
    font:600 clamp(15px,4.2vw,19px)/1.2 var(--heading);
    text-align:center;
    white-space:nowrap;
  }
  .brand img {
    width:107px;
    max-height:76px;
  }
  .nav-toggle {
    display:block;
    font-size:16px;
    font-weight:700;
    justify-self:end;
  }
  .main-nav {
    position:absolute;
    left:0;
    right:0;
    top:100%;
    padding:17px 20px 25px;
    background:white;
    border-bottom:1px solid var(--line);
    box-shadow:0 15px 30px #03233418;
    display:none;
    align-items:stretch;
    gap:1px;
  }
  .main-nav.is-open {
    display:flex;
    flex-direction:column;
  }
  .main-nav a:not(.btn) {
    padding:13px 9px;
    font-size:18px;
  }
  .main-nav .btn {
    margin-top:10px;
  }
  .hero {
    padding:48px 0 75px;
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:42px;
  }
  .hero h1 {
    font-size:clamp(48px,10vw,69px);
    max-width:590px;
    letter-spacing:-.045em;
  }
  .hero .eyebrow {
    font-size:12px;
    letter-spacing:.13em;
  }
  .hero .lede {
    font-size:20px;
    max-width:580px;
  }
  .hero-art {
    width:min(420px,92%);
    margin:auto;
    padding-left:15px;
  }
  .hero-main {
    height:390px;
    border-radius:180px 180px 22px 22px;
  }
  .hero-inset {
    left:-10px;
    width:137px;
    height:147px;
  }
  .hero-sticker {
    right:-15px;
    width:110px;
    height:110px;
    font-size:21px;
  }
  .hero-note {
    font-size:12px;
    right:2px;
  }
  .hero::after {
    height:65px;
    bottom:-45px;
  }
  .trust-grid {
    grid-template-columns:1fr 1fr;
    row-gap:26px;
  }
  .trust-strip {
    padding:28px 0;
  }
  .trust-item {
    padding-left:20px!important;
  }
  .trust-item:nth-child(odd) {
    padding-left:0!important;
  }
  .trust-item:nth-child(2) {
    border-right:0;
  }
  .trust-item strong {
    font-size:28px;
  }
  .trust-item small {
    font-size:14px;
  }
  .award {
    padding-left:20px!important;
  }
  .award strong {
    font-size:17px;
  }
  .award img {
    width:64px;
  }
  .award small {
    font-size:12px;
  }
  .split-heading {
    align-items:start;
    flex-direction:column;
    gap:23px;
  }
  .cards-3 {
    grid-template-columns:1fr;
    gap:19px;
  }
  .treatment-card {
    padding:28px;
  }
  .treatment-card h3 {
    font-size:30px;
  }
  .two-col {
    grid-template-columns:1fr;
    gap:36px;
  }
  .photo-collage {
    max-width:530px;
    margin:auto;
  }
  .photo-collage img {
    height:245px;
  }
  .photo-collage .photo-caption {
    font-size:30px;
  }
  .doctors-block .copy-block {
    order:-1;
  }
  .review-layout {
    grid-template-columns:1fr;
    gap:32px;
  }
  .review-section {
    padding:60px 0;
  }
  .review-section blockquote {
    font-size:24px;
  }
  .location-card {
    padding-top:23px;
    padding-bottom:18px;
  }
  .location-card address {
    min-height:0;
  }
  .location-card .phone {
    margin:14px 0;
  }
  .resources-row {
    flex-direction:column;
    gap:17px;
  }
  .resources-links {
    gap:15px 24px;
  }
  .jaw-footer {
    padding-top:60px;
  }
  .jaw-footer::before {
    background-size:auto 100%;
    background-position:center bottom;
    opacity:.7;
  }
  .footer-top {
    padding-bottom:40px;
  }
  .footer-grid {
    padding:32px 0 30px;
    gap:30px 24px;
  }
  .footer-grid a {
    font-size:16px;
  }
  .footer-brand {
    font-size:27px;
  }
  .footer-bottom {
    flex-direction:column;
    gap:10px;
    font-size:13px;
  }
  .page-hero {
    padding:46px 0 50px;
  }
  .page-hero h1 {
    font-size:46px;
  }
  .lede {
    font-size:20px;
  }
  .doctor-grid {
    grid-template-columns:1fr;
    gap:40px;
  }
  .doctor-card h2 {
    font-size:30px;
  }
  .treatment-row {
    grid-template-columns:1fr;
    gap:25px;
    padding:45px 0;
  }
  .treatment-row h2 {
    font-size:35px;
  }
  .local-office {
    grid-template-columns:1fr;
    gap:30px;
    padding:50px 0;
  }
  .forms-grid {
    grid-template-columns:1fr;
  }
  .booking-layout {
    grid-template-columns:1fr;
    gap:35px;
  }
  .booking-aside {
    position:static;
  }
  .booking-form {
    padding:23px;
    min-height:450px;
  }
  .resource-card {
    padding:26px;
  }
  .video-card {
    margin-top:30px;
  }
}
@media(max-width:380px) {
  .financing-copy .btn[href$="/schedule-a-consultation/"] {
    padding-inline:10px;
  }
  .financing-copy .btn[href$="/schedule-a-consultation/"] > span[aria-hidden="true"] {
    display:none;
  }
  .nav-row .brand img {
    width:84px;
  }
  .nav-row .nav-toggle {
    padding-inline:10px;
    font-size:15px;
  }
  .wrap {
    width:calc(100% - 32px);
  }
  .hero h1 {
    font-size:46px;
  }
  .hero .actions {
    flex-direction:column;
  }
  .hero-main {
    height:345px;
  }
  .hero-art {
    width:95%;
  }
  .hero-sticker {
    width:95px;
    height:95px;
    font-size:19px;
  }
  .trust-item strong {
    font-size:24px;
  }
  .footer-grid {
    grid-template-columns:1fr;
  }
  .office-phones {
    gap:12px!important;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important;
  }
}
/* Match the existing Cognito intake form to its new surroundings. */
.booking-form .cog-cognito .cog-heading {
  display:none!important;
}
.booking-form .cog-cognito {
  font-family:var(--body)!important;
  color:var(--ink)!important;
}
.booking-form .cog-cognito .el-input__inner,.booking-form .cog-cognito .el-textarea__inner {
  border-radius:8px!important;
  border:1px solid #738996!important;
  min-height:44px!important;
  font:16px/1.5 var(--body)!important;
  padding:10px 12px!important;
  color:var(--ink)!important;
}
.booking-form .cog-cognito .el-input__inner:focus,.booking-form .cog-cognito .el-textarea__inner:focus {
  outline:2px solid var(--blue)!important;
  outline-offset:2px!important;
}
.booking-form .cog-cognito button.cog-button--submit {
  background:var(--blue)!important;
  border:0!important;
  border-radius:50px!important;
  min-height:48px!important;
  padding:12px 30px!important;
  font:700 17px/1.3 var(--body)!important;
  color:white!important;
}
.booking-form .cog-cognito button.cog-button--submit:hover {
  background:var(--navy)!important;
}
@media(max-width:760px) {
  .award {
    gap:8px;
  }
  .award img {
    width:40px;
    flex-shrink:0;
  }
  .award strong {
    font-size:14px;
  }
  .award>div {
    min-width:0;
  }
}
@media(min-width:761px) and (max-width:1000px) {
  .nav-toggle {
    display:block;
    font-size:16px;
    font-weight:700;
  }
  .main-nav {
    position:absolute;
    left:0;
    right:0;
    top:100%;
    padding:17px 24px 25px;
    background:white;
    border-bottom:1px solid var(--line);
    box-shadow:0 15px 30px #03233418;
    display:none;
    align-items:stretch;
    gap:1px;
  }
  .main-nav.is-open {
    display:flex;
    flex-direction:column;
  }
  .main-nav a:not(.btn) {
    padding:13px 9px;
    font-size:18px;
  }
  .main-nav .btn {
    margin-top:10px;
  }
}
@media(max-width:760px) {
  .hero-note {
    bottom:-30px;
    right:0;
  }
}
/* Equal treatment choices, with early care presented separately. */
.treatment-choices .split-heading {
  margin-bottom:22px;
}
.options-intro {
  max-width:760px;
  margin:0 0 34px;
  color:var(--muted);
  font-size:21px;
  line-height:1.6;
}
.treatment-options {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
}
.treatment-options .treatment-card {
  padding:38px 40px;
  min-height:270px;
}
.treatment-options .treatment-card h3 {
  font-size:38px;
  line-height:1.15;
  margin:14px 0 18px;
}
.treatment-options .treatment-card p {
  max-width:440px;
  font-size:20px;
}
.treatment-options .treatment-braces {
  background:#fff2f0;
  border-color:#f0d4d0;
}
.treatment-options .treatment-aligners {
  background:var(--navy);
  border-color:var(--navy);
  color:#d5edf4;
}
.treatment-options .treatment-aligners h3,.treatment-options .treatment-aligners .text-link {
  color:white;
}
.treatment-options .treatment-aligners .age-tag {
  color:#b7e3f2;
}
.early-care-callout {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:38px;
  align-items:center;
  background:var(--foam);
  border:1px solid #d3eaf0;
  border-radius:22px;
  padding:32px 38px;
  margin-top:26px;
}
.early-care-callout .eyebrow {
  font-size:12px;
  margin-bottom:12px;
}
.early-care-callout h3 {
  font-size:28px;
  line-height:1.2;
}
.early-care-callout p {
  font-size:18px;
  line-height:1.6;
  color:var(--muted);
  margin:0 0 15px;
}
.early-care-callout .text-link {
  font-size:17px;
}
/* Calm, compact office details and readable hours. */
.local-office {
  gap:32px;
  align-items:stretch;
}
.office-details {
  padding:34px;
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 12px 35px #10374a06;
  min-width:0;
}
.office-details>.eyebrow {
  font-size:12px;
  letter-spacing:.14em;
  margin-bottom:12px;
}
.office-details h2 {
  font-size:38px;
  line-height:1.15;
  margin:0 0 22px;
}
.office-address {
  display:flex;
  gap:13px;
  align-items:flex-start;
}
.office-address>svg {
  width:22px;
  height:22px;
  flex:0 0 22px;
  color:var(--blue);
  margin-top:4px;
}
.office-details address {
  font-style:normal;
  font-size:19px;
  line-height:1.6;
  margin:0;
  color:var(--ink);
}
.office-contact {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px 26px;
  margin:24px 0 28px;
}
.office-phone {
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--blue);
}
.contact-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--foam);
  flex-shrink:0;
}
.contact-icon svg {
  width:21px;
  height:21px;
}
.office-phone small {
  display:block;
  font-size:12px;
  line-height:1.4;
  color:var(--muted);
  font-weight:600;
  margin-bottom:3px;
}
.office-phone strong {
  display:block;
  font-size:21px;
  font-weight:700;
  line-height:1.25;
  letter-spacing:-.02em;
}
.office-email {
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-size:16px;
}
.office-email svg {
  width:19px;
  height:19px;
  flex-shrink:0;
}
.office-hours-panel {
  background:#f3f9fb;
  border-radius:18px;
  padding:23px;
}
.office-details table.hours {
  border:0;
  border-collapse:collapse;
  margin:0;
  width:100%;
  background:transparent;
}
.office-details .hours caption {
  color:var(--navy);
  font:700 22px/1.3 var(--heading);
  margin:0;
  padding:0 0 14px;
  text-align:left;
  caption-side:top;
}
.office-details .hours th,.office-details .hours td {
  border:0;
  border-bottom:1px solid #dce9ee;
  padding:11px 0;
  font-size:15px;
  line-height:1.5;
  vertical-align:middle;
  background:transparent;
}
.office-details .hours th {
  text-align:left;
  font-weight:500;
  color:var(--ink);
  padding-right:12px;
}
.office-details .hours td {
  text-align:right;
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
  color:var(--muted);
}
.office-details .hours tr:last-child th,.office-details .hours tr:last-child td {
  border-bottom:0;
  padding-bottom:0;
}
.hours-closed {
  display:inline-block;
  background:#e4edf1;
  border-radius:50px;
  padding:3px 10px;
  font-size:12px;
  line-height:1.5;
  color:#536c77;
}
.office-hours-note {
  font-size:13px;
  line-height:1.55;
  color:var(--muted);
  margin:16px 2px 0;
}
.local-office .office-panel {
  border-radius:24px;
  border:1px solid #e1eff3;
  padding:32px;
}
.local-office .office-panel img {
  aspect-ratio:1.5;
  margin-bottom:28px;
}
.local-office .office-panel p {
  font-size:19px;
  line-height:1.6;
}
.local-office .office-panel .map-link {
  margin-top:24px;
}
@media(max-width:1000px) {
  .treatment-options .treatment-card {
    padding:30px;
  }
  .early-care-callout {
    padding:28px;
    gap:26px;
  }
}
@media(max-width:900px) {
  .local-office {
    grid-template-columns:1fr;
    gap:22px;
  }
  .office-contact {
    gap:20px 36px;
  }
  .local-office .office-panel img {
    aspect-ratio:1.8;
  }
}
@media(max-width:760px) {
  .options-intro {
    font-size:19px;
    margin-bottom:26px;
  }
  .treatment-options {
    grid-template-columns:1fr;
    gap:20px;
  }
  .treatment-options .treatment-card {
    padding:28px;
    min-height:0;
  }
  .treatment-options .treatment-card h3 {
    font-size:32px;
  }
  .treatment-options .treatment-card p {
    font-size:19px;
  }
  .early-care-callout {
    grid-template-columns:1fr;
    gap:18px;
    padding:26px;
    margin-top:20px;
  }
  .early-care-callout h3 {
    font-size:27px;
  }
  .office-details {
    padding:26px;
  }
  .office-details h2 {
    font-size:34px;
  }
  .office-details address {
    font-style:normal;
    font-size:18px;
  }
  .office-contact {
    margin:22px 0 24px;
    gap:18px 24px;
  }
  .office-hours-panel {
    padding:20px;
  }
  .local-office .office-panel {
    padding:26px;
  }
}
@media(max-width:380px) {
  .treatment-options .treatment-card,.early-care-callout {
    padding:23px;
  }
  .office-details {
    padding:20px;
  }
  .office-details>.eyebrow {
    font-size:10px;
  }
  .office-details address {
    font-style:normal;
    font-size:16px;
  }
  .office-hours-panel {
    padding:15px;
  }
  .office-details .hours th,.office-details .hours td {
    font-size:13px;
  }
  .office-details .hours th {
    padding-right:6px;
  }
  .office-details .hours caption {
    color:var(--navy);
    font-size:21px;
  }
  .local-office .office-panel {
    padding:20px;
  }
}
/* Keep Astra's interaction colors within the Dr. JAW palette. */
:root {
  --ast-global-color-0:var(--ocean);
  --ast-global-color-1:var(--blue);
}
.local-office a:not(.btn) {
  color:var(--blue);
}
/* Shared brand styling for the embedded consultation form. */
.booking-form .cog-cognito .cog-label {
  font:700 16px/1.5 var(--body)!important;
  color:var(--navy)!important;
}
.booking-form .cog-cognito .cog-header__description {
  font:16px/1.5 var(--body)!important;
  color:var(--muted)!important;
}
.booking-form .cog-cognito .el-input__inner::placeholder,.booking-form .cog-cognito .el-textarea__inner::placeholder {
  color:var(--muted)!important;
  opacity:1!important;
}
.booking-form .cog-cognito .el-radio__label {
  font:16px/1.5 var(--body)!important;
  color:var(--ink)!important;
}
.booking-form .cog-cognito .el-radio__inner {
  box-shadow:0 0 0 1px #738996!important;
}
.booking-form .cog-cognito .el-radio__input.is-checked .el-radio__inner {
  box-shadow:0 0 0 1px var(--blue)!important;
}
.booking-form .cog-cognito .el-radio__input.is-checked .el-radio__inner::after {
  box-shadow:inset 0 0 0 5px var(--blue)!important;
}
.booking-form .cog-cognito .el-radio:focus-within .el-radio__inner {
  outline:2px solid var(--blue)!important;
  outline-offset:4px!important;
}
@media(max-width:900px) {
  .booking-layout {
    grid-template-columns:1fr;
  }
  .booking-aside {
    position:static;
  }
}
.nav-toggle:hover,.nav-toggle:focus {
  background:var(--foam);
  color:var(--navy);
}
/* Patient care guide: readable content, quick navigation, and native disclosures. */
.guide-back {
  display:inline-block;
  margin-bottom:28px;
  font-size:16px;
  font-weight:700;
}
.care-guide-layout {
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:65px;
  align-items:start;
}
.guide-nav {
  position:sticky;
  top:135px;
  border:1px solid var(--line);
  border-radius:18px;
  padding:24px;
  background:var(--foam);
  font-size:16px;
}
.guide-nav>strong {
  display:block;
  color:var(--navy);
  margin-bottom:15px;
}
.guide-nav nav {
  display:grid;
  gap:12px;
}
.guide-nav a {
  line-height:1.4;
}
.guide-section {
  padding-bottom:58px;
  margin-bottom:58px;
  border-bottom:1px solid var(--line);
  scroll-margin-top:145px;
}
.guide-section:last-child {
  border:0;
  padding-bottom:0;
  margin-bottom:0;
}
.guide-section h2 {
  font-size:clamp(32px,3.5vw,45px);
  margin-bottom:24px;
}
.guide-section h3 {
  font-size:24px;
  line-height:1.2;
  margin-bottom:10px;
  letter-spacing:-.02em;
}
.guide-section .guide-subheading {
  font-size:28px;
  margin-top:32px;
  margin-bottom:24px;
}
.guide-items {
  display:grid;
  gap:25px;
}
.guide-intro {
  margin-bottom:28px;
  color:var(--muted);
}
.guide-food-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.guide-food-grid .guide-item {
  padding:25px;
  background:var(--foam);
  border:1px solid var(--line);
  border-radius:18px;
}
.guide-tip {
  background:#fff2f0;
  border:1px solid #f0d4d0;
  border-radius:18px;
  padding:26px;
  margin-bottom:30px;
}
.guide-note {
  background:var(--foam);
  padding:24px;
  border-radius:16px;
  margin-top:28px;
  font-weight:700;
}
.guide-note a {
  display:inline-block;
  margin-top:8px;
}
.guide-questions {
  display:grid;
  gap:14px;
}
.guide-questions details {
  border:1px solid var(--line);
  border-radius:16px;
}
.guide-questions summary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:23px 25px;
  cursor:pointer;
  color:var(--navy);
  font-size:22px;
  font-weight:700;
  line-height:1.3;
  list-style:none;
  border-radius:16px;
  background:var(--foam);
}
.guide-questions summary::-webkit-details-marker {
  display:none;
}
.guide-questions summary::after {
  content:'+';
  font-size:27px;
  line-height:1;
  color:var(--blue);
  flex-shrink:0;
}
.guide-questions details[open] summary::after {
  content:'−';
}
.guide-questions details>div {
  padding:22px 25px 25px;
}
.guide-urgent {
  font-size:16px;
  color:var(--muted);
  margin-top:24px;
}
.guide-phones {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-bottom:30px;
}
.guide-phones a {
  background:white;
  border:1px solid var(--line);
  border-radius:18px;
  padding:26px;
  text-decoration:none;
}
.guide-phones span {
  display:block;
  color:var(--muted);
  font-size:16px;
  margin-bottom:6px;
}
.guide-phones strong {
  font-size:27px;
}
.guide-phones a:hover {
  border-color:var(--blue);
}
.guide-promo-section {
  padding-top:0;
}
.guide-promo {
  background:var(--navy);
  padding:48px;
  border-radius:26px;
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:55px;
  align-items:center;
  color:#d4eef6;
}
.guide-promo .eyebrow {
  color:#98dff2;
}
.guide-promo h2 {
  color:white;
  margin-bottom:20px;
}
.guide-promo p {
  max-width:560px;
}
.guide-promo-actions {
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  gap:20px;
}
.guide-promo .text-link {
  color:white;
  font-size:17px;
}
/* Gentle one-time entrances and restrained image interaction. */
@keyframes jaw-appear {
  from {
    opacity:.25;
    transform:translate3d(0,12px,0);
  }
  to {
    opacity:1;
    transform:none;
  }
}
.jaw-enter {
  animation:jaw-appear .65s cubic-bezier(.22,.61,.36,1) both;
}
.jaw-search {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  max-width:700px;
}
.jaw-search input[type="search"] {
  flex:1 1 240px;
  min-width:0;
  width:100%;
  min-height:56px;
  padding:12px 18px;
  border:1px solid var(--muted);
  border-radius:14px;
  color:var(--ink);
  background:white;
  font:inherit;
}
.jaw-search input:focus-visible {
  outline:3px solid var(--blue);
  outline-offset:3px;
}
.search-summary {
  margin-bottom:26px;
  color:var(--muted);
}
.search-results-grid .resource-card h2 {
  font-size:28px;
}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference) {
  .hero-main,.doctor-card img,.office-panel img,.doctors-image,.photo-collage img {
    transition:transform .55s cubic-bezier(.22,.61,.36,1);
  }
  .hero-main:hover,.doctor-card img:hover,.office-panel img:hover,.doctors-image:hover,.photo-collage img:hover {
    transform:scale(1.015);
  }
}
@media(max-width:1000px) {
  .care-guide-layout {
    grid-template-columns:190px minmax(0,1fr);
    gap:35px;
  }
  .guide-food-grid {
    grid-template-columns:1fr;
  }
  .guide-promo {
    gap:30px;
    padding:35px;
  }
}
@media(max-width:760px) {
  .care-guide-layout {
    grid-template-columns:1fr;
    gap:40px;
  }
  .guide-nav {
    position:static;
  }
  .guide-nav nav {
    grid-template-columns:1fr 1fr;
    gap:14px 20px;
  }
  .guide-section {
    padding-bottom:42px;
    margin-bottom:42px;
    scroll-margin-top:105px;
  }
  .guide-phones {
    grid-template-columns:1fr;
    gap:15px;
  }
  .guide-promo {
    grid-template-columns:1fr;
    padding:28px;
    gap:28px;
  }
  .guide-promo .btn {
    font-size:16px;
    padding:15px 20px;
  }
  .guide-promo-actions {
    align-items:stretch;
  }
  .guide-questions summary {
    padding:21px;
    font-size:20px;
  }
  .guide-questions details>div {
    padding:20px;
  }
  .guide-tip,.guide-note {
    padding:23px;
  }
}
@media(prefers-reduced-motion:reduce) {
  .jaw-enter {
    animation:none!important;
  }
  .hero-main,.doctor-card img,.office-panel img,.doctors-image,.photo-collage img {
    transition:none!important;
    transform:none!important;
  }
}

/* Current orthodontists and group portrait. */
.doctors-image { width:100%; aspect-ratio:3/2; object-fit:cover; border-radius:24px; background:#51b8db; }
.doctor-names { font-size:16px; color:var(--muted); margin-top:14px; line-height:1.6; }
@media (min-width:761px) and (max-width:1000px) { .doctor-grid { grid-template-columns:1fr; max-width:650px; margin-inline:auto; } }
