.elementor-kit-6{--e-global-color-primary:#064BA5;--e-global-color-secondary:#061C3E;--e-global-color-text:#13233A;--e-global-color-accent:#B83D15;--e-global-color-084ca76:#FFFFFF;--e-global-color-f50c535:#0B0B0B;--e-global-color-blue-strong:#023B87;--e-global-color-navy-soft:#0C2D56;--e-global-color-ivory:#F7F4ED;--e-global-color-sky:#EAF3FB;--e-global-color-muted:#5D6A7B;--e-global-color-line:#DBE2EB;--e-global-color-success:#17745A;--e-global-color-error:#B42318;--e-global-typography-primary-font-family:"Georgia";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Georgia";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:800;font-family:"Inter", Sans-serif;font-size:18px;line-height:1.65em;}.elementor-kit-6 h1{font-family:"Georgia", Sans-serif;font-size:clamp(2.00rem, 2.42vw + 1.43rem, 3.50rem);font-weight:700;line-height:1.02em;}.elementor-kit-6 h2{font-family:"Georgia", Sans-serif;font-size:clamp(1.63rem, 1.62vw + 1.25rem, 2.63rem);font-weight:700;line-height:1.02em;}.elementor-kit-6 h3{font-family:"Inter", Sans-serif;font-size:clamp(1.38rem, 1.01vw + 1.14rem, 2.00rem);font-weight:700;line-height:1.2em;}.elementor-kit-6 h4{font-size:clamp(1.13rem, 0.81vw + 0.94rem, 1.63rem);line-height:1.4;}.elementor-kit-6 h5{font-size:clamp(1.00rem, 0.61vw + 0.86rem, 1.38rem);line-height:1.4;}.elementor-kit-6 h6{font-size:clamp(0.88rem, 0.40vw + 0.78rem, 1.13rem);line-height:1.4;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Inter", Sans-serif;font-weight:800;color:#FFFFFF;background-color:#B83D15;border-radius:999px 999px 999px 999px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  --blue: #064ba5;
  --blue-strong: #023b87;
  --navy: #061c3e;
  --navy-soft: #0c2d56;
  --orange: #b83d15;
  --orange-deep: #922e10;
  --ivory: #f7f4ed;
  --sky: #eaf3fb;
  --white: #ffffff;
  --ink: #13233a;
  --muted: #5d6a7b;
  --line: #dbe2eb;
  --success: #17745a;
  --error: #b42318;
  --focus: #f5a623;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 30px;
  --shadow-sm: 0 12px 32px rgba(5, 28, 62, .08);
  --shadow: 0 24px 70px rgba(5, 28, 62, .14);
  --wrap: 1220px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); font-size: 18px; line-height: 1.65; }
body, button, input, textarea, select { font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; box-shadow: 0 0 0 6px var(--blue); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); line-height: 1.02; letter-spacing: -.035em; font-weight: 700; }
h1 { font-size: clamp(3.25rem, 6vw, 6.6rem); }
h2 { font-size: clamp(2.45rem, 4vw, 4.6rem); }
h3 { line-height: 1.2; font-size: 1.3rem; }
p { color: var(--muted); }
.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-ivory { background: var(--ivory); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; background: var(--white); color: var(--navy); padding: 12px 18px; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: .77rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 20px; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--orange); }
.eyebrow-light { color: #cde0ff; }
.eyebrow-light::before { background: var(--orange); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; font-size: .88rem; line-height: 1.2; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--white); box-shadow: 0 12px 26px rgba(233, 91, 42, .25); }
.button-primary:hover { background: var(--orange-deep); }
.button-secondary { border-color: var(--blue); color: var(--blue); background: var(--white); }
.button-secondary:hover { background: var(--sky); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.14); }
.button-light { background: var(--white); color: var(--navy); }
.button-large { min-height: 58px; padding-inline: 27px; }
.text-link { font-weight: 800; color: var(--blue); }

/* Accessible, theme-proof button interaction states. */
.button-primary,
.button-primary:visited { color: var(--white) !important; background: var(--orange) !important; border-color: var(--orange) !important; }
.button-primary:hover,
.button-primary:focus-visible { color: var(--white) !important; background: var(--orange-deep) !important; border-color: var(--orange-deep) !important; }
.button-primary:active { color: var(--white) !important; background: #6f220b !important; border-color: #6f220b !important; transform: translateY(0); }

.button-secondary,
.button-secondary:visited { color: var(--blue) !important; background: var(--white) !important; border-color: var(--blue) !important; }
.button-secondary:hover,
.button-secondary:focus-visible { color: var(--navy) !important; background: var(--sky) !important; border-color: var(--blue-strong) !important; }
.button-secondary:active { color: var(--white) !important; background: var(--blue-strong) !important; border-color: var(--blue-strong) !important; transform: translateY(0); }

.button-ghost,
.button-ghost:visited { color: var(--white) !important; background: rgba(6,28,62,.72) !important; border-color: rgba(255,255,255,.72) !important; }
.button-ghost:hover,
.button-ghost:focus-visible { color: var(--white) !important; background: rgba(2,59,135,.96) !important; border-color: var(--white) !important; }
.button-ghost:active { color: var(--white) !important; background: var(--navy) !important; border-color: var(--white) !important; transform: translateY(0); }

.button-light,
.button-light:visited { color: var(--navy) !important; background: var(--white) !important; border-color: var(--white) !important; }
.button-light:hover,
.button-light:focus-visible { color: var(--navy) !important; background: var(--sky) !important; border-color: var(--sky) !important; }
.button-light:active { color: var(--white) !important; background: var(--blue-strong) !important; border-color: var(--blue-strong) !important; transform: translateY(0); }

/* Header */
.site-header { position: relative; z-index: 100; }
.utility-bar { background: var(--navy); color: #dbe8fa; font-size: .72rem; letter-spacing: .035em; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility-inner a:hover { color: var(--white); }
.main-nav-wrap { background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(5,28,62,.08); position: sticky; top: 0; box-shadow: 0 3px 20px rgba(5,28,62,.04); }
.main-nav { height: 86px; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 30px; }
.brand img { width: 216px; height: 48px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 25px; font-size: .84rem; font-weight: 750; color: var(--navy); }
.desktop-nav > a, .desktop-nav summary { padding: 28px 1px; white-space: nowrap; }
.desktop-nav > a:hover, .desktop-nav summary:hover { color: var(--blue); }
.mega-details { position: static; }
.mega-details summary { list-style: none; cursor: pointer; }
.mega-details summary::-webkit-details-marker { display: none; }
.mega-details[open] summary { color: var(--blue); }
.mega-menu { position: absolute; top: calc(100% + 1px); left: 50%; transform: translateX(-50%); width: min(calc(100vw - 48px), 1120px); display: grid; grid-template-columns: .8fr 1.5fr; background: var(--white); border-radius: 0 0 24px 24px; box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--line); }
.mega-intro { padding: 42px; background: var(--navy); color: var(--white); }
.mega-intro h2 { font-size: 2.2rem; margin-bottom: 14px; }
.mega-intro p { color: #c9d9ec; font-size: .9rem; line-height: 1.55; }
.mega-intro .text-link { color: var(--white); font-size: .84rem; }
.mega-links { padding: 26px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }
.mega-links a { padding: 15px 16px; border-radius: 12px; border: 1px solid transparent; display: flex; flex-direction: column; }
.mega-links a:hover { background: var(--sky); border-color: #d7e7f6; }
.mega-links span { font-weight: 850; color: var(--navy); font-size: .9rem; }
.mega-links small { color: var(--muted); font-size: .72rem; line-height: 1.35; }
.header-actions { display: flex; align-items: center; justify-self: end; gap: 10px; }
.phone-button { color: var(--blue); font-weight: 850; font-size: .82rem; padding: 12px; }
.header-schedule { min-height: 46px; font-size: .78rem; }
.menu-toggle { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: var(--white); display: none; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 19px; height: 2px; background: var(--navy); }
.menu-toggle:hover, .menu-toggle:focus-visible { background: var(--sky); border-color: var(--blue); }
.menu-toggle:active { background: #d7e9f8; border-color: var(--blue-strong); }
.mobile-menu-backdrop { position: fixed; inset: 0; z-index: 999; background: rgba(5,20,45,.62); backdrop-filter: blur(6px); display: flex; justify-content: flex-end; }
.mobile-menu { width: min(92vw, 470px); height: 100%; background: var(--white); padding: 24px; overflow-y: auto; box-shadow: -20px 0 60px rgba(0,0,0,.2); }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.mobile-menu-head img { width: 210px; height: 52px; object-fit: contain; }
.menu-close { width: 46px; height: 46px; background: var(--navy); color: var(--white); border: 0; border-radius: 50%; font-size: 1.8rem; line-height: 1; }
.menu-close:hover, .menu-close:focus-visible { color: var(--white); background: var(--blue-strong); }
.menu-close:active { color: var(--white); background: var(--orange-deep); }
.mobile-menu nav { display: flex; flex-direction: column; padding: 18px 0; }
.mobile-menu nav > a, .mobile-menu summary { display: flex; min-height: 52px; align-items: center; padding: 9px 2px; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 800; list-style: none; }
.mobile-menu summary { cursor: pointer; justify-content: space-between; }
.mobile-menu summary::after { content: ""; width: 8px; height: 8px; margin-right: 5px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.mobile-menu details[open] summary::after { transform: rotate(225deg) translate(-2px,-1px); }
.mobile-submenu { background: var(--ivory); padding: 10px 16px; }
.mobile-submenu a { display: block; padding: 10px 4px; color: var(--blue); font-weight: 700; font-size: .9rem; }
.mobile-menu-actions { display: grid; gap: 11px; }
.mobile-address { text-align: center; color: var(--muted); font-size: .85rem; margin-top: 8px; }

/* Homepage hero */
.home-hero { min-height: 770px; position: relative; overflow: hidden; display: grid; align-items: center; color: var(--white); background: var(--navy); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,20,48,.96) 0%, rgba(4,35,78,.8) 46%, rgba(5,35,75,.23) 75%), linear-gradient(0deg, rgba(3,15,33,.6), transparent 45%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.3fr .55fr; gap: 70px; align-items: end; padding: 110px 0 120px; }
.hero-copy { max-width: 820px; }
.hero-copy h1 { font-size: clamp(2.85rem, 4.5vw, 4.65rem); margin-bottom: 24px; text-wrap: balance; }
.hero-copy h1 em { font-weight: 400; color: #bcd8ff; }
.hero-copy > p { color: #e4edf8; font-size: 1.15rem; max-width: 680px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-note { margin-top: 24px; display: flex; gap: 10px; align-items: center; color: #d6e4f4; font-size: .82rem; font-weight: 650; }
.hero-note span { color: var(--orange); }
.hero-card { align-self: end; margin-bottom: -44px; background: rgba(255,255,255,.96); color: var(--navy); padding: 30px; border-radius: 22px; box-shadow: var(--shadow); border-top: 4px solid var(--orange); }
.hero-card-kicker { color: var(--orange-deep); font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 850; }
.hero-card strong { display: block; font-family: var(--serif); font-size: 1.85rem; line-height: 1.15; margin: 12px 0; }
.hero-card p { font-size: .88rem; line-height: 1.55; }
.hero-card a { color: var(--blue); font-weight: 850; font-size: .82rem; }
.hero-scroll { position: absolute; z-index: 2; left: calc(50% - min(50% - 24px, 610px)); bottom: 26px; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; color: #dce7f4; }
.hero-scroll span { height: 36px; width: 1px; background: var(--orange); }
.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { padding: 30px 26px; border-right: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr; column-gap: 14px; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { grid-row: 1/3; color: var(--orange); font-size: .7rem; font-weight: 900; padding-top: 4px; }
.trust-grid strong { color: var(--navy); font-size: .9rem; }
.trust-grid small { color: var(--muted); font-size: .72rem; }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .7fr; gap: 80px; align-items: end; }
.split-heading h2 { margin-bottom: 0; max-width: 780px; }
.split-heading > p { margin: 0; font-size: 1rem; }
.centered-heading { text-align: center; max-width: 850px; margin-inline: auto; margin-bottom: 60px; }
.centered-heading p { max-width: 700px; margin-inline: auto; }
.service-feature-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 320px); gap: 18px; }
.service-feature { position: relative; overflow: hidden; border-radius: var(--radius-lg); color: var(--white); min-height: 280px; }
.service-feature-1 { grid-row: 1/3; }
.service-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.service-feature:hover img { transform: scale(1.035); }
.service-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,18,43,.94), rgba(2,18,43,.1) 68%); }
.service-content { position: absolute; inset: auto 0 0; padding: 34px; }
.service-content > span { font-size: .66rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; color: #d3e3f8; }
.service-content h3 { font-family: var(--serif); font-size: clamp(1.8rem,3vw,2.8rem); margin: 7px 0 9px; }
.service-content p { color: #e1eaf5; max-width: 580px; font-size: .85rem; margin-bottom: 15px; }
.service-content strong { font-size: .77rem; }
.service-content b { color: var(--orange); }
.more-treatments { margin-top: 20px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #d9d5cc; border-bottom: 1px solid #d9d5cc; }
.more-treatments a { padding: 21px 16px; display: flex; justify-content: space-between; color: var(--navy); font-weight: 800; font-size: .82rem; border-right: 1px solid #d9d5cc; }
.more-treatments a:nth-child(3n) { border-right: 0; }
.more-treatments a:nth-child(n+4) { border-top: 1px solid #d9d5cc; }
.more-treatments a:hover { color: var(--blue); background: var(--white); }
.problem-section { background: var(--white); }
.problem-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.problem-intro { position: sticky; top: 140px; align-self: start; }
.problem-intro h2 { font-size: clamp(2.4rem,3.6vw,4.1rem); }
.problem-intro p { margin-bottom: 28px; }
.problem-list { border-top: 1px solid var(--line); }
.problem-list > a { min-height: 126px; display: grid; grid-template-columns: 46px 1fr 34px; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); padding: 20px 4px; transition: padding .2s ease, background .2s ease; }
.problem-list > a:hover { padding-inline: 15px; background: var(--sky); }
.problem-list > a > span { color: var(--orange); font-size: .7rem; font-weight: 850; }
.problem-list h3 { color: var(--navy); margin-bottom: 5px; }
.problem-list p { margin: 0; font-size: .83rem; line-height: 1.45; }
.problem-list b { color: var(--blue); }
.doctor-section { padding: 0; background: var(--navy); color: var(--white); overflow: hidden; }
.doctor-grid { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 720px; }
.doctor-visual { position: relative; align-self: stretch; padding-top: 70px; }
.doctor-frame { width: 88%; height: 650px; overflow: hidden; border-radius: 200px 200px 0 0; border: 1px solid rgba(255,255,255,.2); }
.doctor-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.doctor-badge { position: absolute; bottom: 45px; right: 0; background: var(--white); color: var(--navy); width: 240px; padding: 24px; border-radius: 18px; box-shadow: var(--shadow); }
.doctor-badge span { display: block; color: var(--orange-deep); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; line-height: 1.35; }
.doctor-badge strong { display: block; margin-top: 10px; font-family: var(--serif); font-size: 1.25rem; line-height: 1.25; }
.doctor-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px 0 90px 90px; }
.doctor-copy h2 { margin-bottom: 24px; }
.doctor-copy p { color: #cbd9ea; }
.doctor-lead { font-size: 1.15rem; color: var(--white) !important; }
.credential-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); margin: 25px 0 32px; }
.credential-grid div { padding: 18px 18px 18px 0; }
.credential-grid div + div { border-left: 1px solid rgba(255,255,255,.18); padding-left: 22px; }
.credential-grid small { display: block; color: #8eabc9; font-size: .68rem; text-transform: uppercase; letter-spacing: .11em; }
.credential-grid strong { font-size: .82rem; }
.doctor-copy .button { align-self: flex-start; }
.technology-section { background: #f1f6fb; }
.technology-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.tech-card { position: relative; min-height: 330px; padding: 26px; background: var(--white); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-sm); }
.tech-card > span { color: var(--orange); font-size: .7rem; font-weight: 900; }
.tech-orbit { width: 112px; height: 112px; border: 1px solid #c8dcee; border-radius: 50%; margin: 25px auto 35px; position: relative; }
.tech-orbit::before, .tech-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid #8eb9dc; }
.tech-orbit::before { inset: 18px; }
.tech-orbit::after { width: 12px; height: 12px; background: var(--orange); border: 0; top: 13px; right: 14px; box-shadow: -42px 68px 0 var(--blue); }
.tech-card h3 { color: var(--navy); }
.tech-card p { font-size: .82rem; line-height: 1.5; }
.comfort-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.comfort-image { position: relative; }
.comfort-image img { border-radius: var(--radius-lg); width: 100%; height: 560px; object-fit: cover; }
.image-label { position: absolute; bottom: 18px; left: 18px; background: rgba(255,255,255,.94); padding: 10px 16px; border-radius: 999px; font-size: .7rem; font-weight: 850; color: var(--navy); }
.comfort-copy h2 { font-size: clamp(2.5rem,3.8vw,4.4rem); }
.amenity-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin: 27px 0; }
.amenity-cloud span { padding: 9px 13px; background: var(--sky); color: var(--blue-strong); border-radius: 999px; font-size: .72rem; font-weight: 750; }
.comfort-copy > a { color: var(--blue); font-weight: 850; font-size: .84rem; }
.value-section { background: var(--blue); color: var(--white); }
.value-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.value-grid > div:first-child p { color: #d6e5f7; max-width: 650px; }
.offer-stack { background: var(--white); color: var(--navy); border-radius: 26px; padding: 12px 32px; box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.offer-stack > div { display: grid; grid-template-columns: 42px 1fr; padding: 22px 0; border-bottom: 1px solid var(--line); }
.offer-stack > div:last-child { border-bottom: 0; }
.offer-stack span { grid-row: 1/3; color: var(--orange); font-weight: 900; font-size: .7rem; }
.offer-stack h3 { margin-bottom: 5px; }
.offer-stack p { margin: 0; font-size: .8rem; }
.financing-section { background: var(--ivory); }
.financing-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.financing-copy h2 { font-size: clamp(2.5rem,3.6vw,4.1rem); }
.finance-logos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.finance-logos > div, .finance-logos > a { height: 138px; background: var(--white); border: 1px solid #dedad1; border-radius: 18px; display: flex; align-items: center; justify-content: center; padding: 28px; }
.finance-logos > a:hover, .finance-logos > a:focus-visible { border-color: var(--blue); background: var(--sky); box-shadow: var(--shadow-sm); }
.finance-logos img { max-width: 82%; max-height: 62px; object-fit: contain; }
.inhouse-logo { flex-direction: column; color: var(--navy); }
.inhouse-logo strong { font-family: var(--serif); font-size: 1.6rem; }
.inhouse-logo span { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.testimonials-section { background: var(--navy); color: var(--white); }
.testimonials-section .split-heading > p { color: #bcd0e7; }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.testimonial-grid blockquote { margin: 0; padding: 38px; background: var(--navy-soft); border: 1px solid rgba(255,255,255,.13); border-radius: 24px; }
.testimonial-grid blockquote > span { font-family: var(--serif); color: var(--orange); font-size: 4rem; line-height: .5; }
.testimonial-grid blockquote p { color: #f1f5fb; font-family: var(--serif); font-size: 1.28rem; line-height: 1.55; margin-top: 18px; }
.testimonial-grid footer { color: #9db4cc; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-grid h2 { font-size: clamp(2.4rem,3.5vw,4rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--navy); font-weight: 850; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-size: 1.4rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 34px 24px 0; margin: 0; }
.location-section { background: var(--navy); padding: 0 0 110px; }
.location-card { display: grid; grid-template-columns: .95fr 1.05fr; background: var(--blue); color: var(--white); border-radius: var(--radius-lg); overflow: hidden; transform: translateY(0); }
.location-image img { width: 100%; height: 100%; object-fit: cover; }
.location-copy { padding: 70px; }
.location-copy h2 { font-size: clamp(2.5rem,3.7vw,4.2rem); }
.location-copy > p { color: #d9e7f7; }
.location-hours { display: grid; grid-template-columns: 1fr 1fr; max-width: 420px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); font-size: .83rem; }
.location-hours span { color: #c4d6eb; }
.location-hours strong { text-align: right; }

/* Internal pages */
.internal-hero { position: relative; min-height: 580px; display: flex; align-items: center; color: var(--white); overflow: hidden; background: var(--navy); }
.internal-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.internal-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,20,48,.96), rgba(3,28,63,.72) 57%, rgba(3,20,48,.22)); }
.internal-hero-inner { position: relative; z-index: 2; padding: 90px 0; }
.breadcrumbs { display: flex; align-items: center; gap: 10px; color: #c3d4e8; font-size: .72rem; margin-bottom: 48px; }
.breadcrumbs a:hover { color: var(--white); }
.internal-hero h1 { max-width: 920px; font-size: clamp(3rem,5.5vw,6rem); margin-bottom: 22px; }
.internal-hero p { color: #e1eaf5; max-width: 720px; font-size: 1.05rem; }
.service-intro-grid, .about-story { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: start; }
.service-intro-grid h2, .about-story h2 { font-size: clamp(2.4rem,3.7vw,4.3rem); }
.service-intro-grid p:first-child, .about-story p:first-child { font-size: 1.12rem; color: var(--ink); }
.content-layout { display: grid; grid-template-columns: 250px 1fr; gap: 85px; align-items: start; }
.content-aside { position: sticky; top: 130px; display: flex; flex-direction: column; border-top: 3px solid var(--orange); padding-top: 18px; }
.content-aside > span { color: var(--navy); font-weight: 850; margin-bottom: 12px; }
.content-aside > a { font-size: .78rem; color: var(--muted); padding: 9px 0; border-bottom: 1px solid #ddd8ce; }
.content-aside > a:hover { color: var(--blue); }
.aside-call { margin-top: 24px; background: var(--navy); color: var(--white) !important; border: 0 !important; border-radius: 14px; padding: 18px !important; line-height: 1.45; }
.rich-content, .article-layout article, .legal-content { max-width: 820px; }
.rich-content h2, .article-layout article h2, .legal-content h2 { font-size: clamp(2.1rem,3.2vw,3.5rem); color: var(--navy); margin: 68px 0 20px; }
.rich-content h2:first-child { margin-top: 0; }
.rich-content h3, .article-layout article h3, .legal-content h3 { color: var(--blue-strong); font-size: 1.45rem; margin: 34px 0 12px; }
.rich-content p, .article-layout article p, .legal-content p { font-size: 1rem; line-height: 1.8; }
.content-check { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; margin: 10px 0; }
.content-check span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #dceff2; color: var(--success); font-size: .72rem; font-weight: 900; }
.content-check p { margin: 0; }
.medical-note { background: #edf5fb; border-left: 4px solid var(--blue); padding: 20px 24px; border-radius: 0 12px 12px 0; color: var(--navy); font-size: .8rem; margin-top: 38px; }
.inline-cta { background: var(--blue); color: var(--white); padding: 55px 0; }
.inline-cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.inline-cta h2 { font-size: clamp(2.1rem,3vw,3.4rem); margin-bottom: 7px; }
.inline-cta p { color: #d4e3f5; margin: 0; }
.process-section { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.process-grid > div { padding: 28px; border-radius: 18px; background: var(--white); border: 1px solid var(--line); min-height: 230px; }
.process-grid > div > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: var(--white); font-size: .74rem; font-weight: 900; margin-bottom: 30px; }
.process-grid h3 { color: var(--navy); }
.process-grid p { font-size: .82rem; line-height: 1.5; }
.related-section { background: var(--ivory); }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.related-grid a { background: var(--white); border-radius: 18px; padding: 28px; min-height: 260px; border-top: 3px solid transparent; transition: border-color .2s ease, transform .2s ease; }
.related-grid a:hover { border-color: var(--orange); transform: translateY(-4px); }
.related-grid span { color: var(--orange); font-size: .7rem; font-weight: 900; }
.related-grid h3 { color: var(--navy); font-family: var(--serif); font-size: 1.8rem; margin: 28px 0 12px; }
.related-grid p { font-size: .8rem; }
.related-grid b { color: var(--blue); font-size: .78rem; }
.doctor-profile { background: var(--navy); color: var(--white); }
.doctor-profile-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.doctor-profile-grid > div:first-child { height: 690px; border-radius: 180px 180px 20px 20px; overflow: hidden; }
.doctor-profile-grid img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.doctor-profile-grid article p { color: #c7d5e6; }
.profile-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.16); margin-top: 28px; }
.profile-facts div { background: var(--navy); padding: 18px 14px; }
.profile-facts small { display: block; color: #91aac4; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.profile-facts strong { font-size: .78rem; }
.feature-triad { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-triad > div { padding: 34px; background: var(--white); border-radius: 20px; }
.feature-triad span { color: var(--orange); font-weight: 900; font-size: .7rem; }
.feature-triad h3 { font-family: var(--serif); color: var(--navy); font-size: 1.9rem; margin-top: 28px; }
.feature-triad p { font-size: .84rem; }
.resource-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.resource-copy h2 { font-size: clamp(2.5rem,4vw,4.5rem); }
.resource-image img { height: 650px; width: 100%; object-fit: cover; border-radius: 180px 180px 24px 24px; }
.resource-steps { margin-top: 30px; border-top: 1px solid var(--line); }
.resource-steps > div { display: grid; grid-template-columns: 44px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.resource-steps span { color: var(--orange); font-weight: 900; }
.resource-steps p { font-size: .82rem; margin: 0; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: start; }
.contact-form { margin-top: 32px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: flex; flex-direction: column; gap: 7px; color: var(--navy); font-size: .75rem; font-weight: 800; margin-bottom: 16px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #cbd5e1; border-radius: 10px; padding: 13px 14px; font-size: .9rem; color: var(--ink); background: var(--white); min-height: 50px; }
.contact-form textarea { resize: vertical; }
.contact-form .consent { flex-direction: row; align-items: flex-start; font-weight: 600; color: var(--muted); }
.contact-form .consent input { width: 20px; min-height: 20px; height: 20px; }
.form-note { font-size: .72rem; margin-top: 14px; }
.form-note a { color: var(--blue); font-weight: 800; }
.form-success { color: var(--success); font-weight: 800; font-size: .8rem; }
.contact-card { border-radius: 24px; overflow: hidden; background: var(--ivory); border: 1px solid #dedad1; }
.contact-card > img { width: 100%; height: 280px; object-fit: cover; }
.contact-card > div { padding: 30px; display: flex; flex-direction: column; gap: 10px; }
.contact-card h3 { font-family: var(--serif); font-size: 1.8rem; color: var(--navy); }
.contact-card a { color: var(--blue); font-size: .85rem; font-weight: 750; }
.contact-card hr { border: 0; border-top: 1px solid #d8d2c8; width: 100%; margin: 12px 0; }
.contact-card p { display: flex; justify-content: space-between; margin: 0; font-size: .78rem; }
.contact-card .button { color: var(--blue); margin-top: 14px; }
.blog-hero { background: var(--navy); color: var(--white); padding: 130px 0 110px; }
.blog-hero h1 { max-width: 850px; font-size: clamp(3.4rem,6vw,6.4rem); }
.blog-hero p { color: #c8d8ea; max-width: 680px; font-size: 1.05rem; }
.blog-section { background: var(--ivory); }
.blog-feature { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-sm); }
.blog-feature > img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.blog-feature > div { padding: 60px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.blog-feature span { color: var(--orange); font-size: .7rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
.blog-publish-date { display: block; color: var(--muted); font-size: .75rem; font-weight: 750; margin-top: 8px; }
.blog-feature h2 { font-size: clamp(2.3rem,3.4vw,3.8rem); margin: 15px 0; }
.blog-tools { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 90px 0 30px; }
.blog-tools h2 { font-size: 2.5rem; margin: 0; }
.blog-tools p { margin: 8px 0 0; font-size: .72rem; }
.category-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.category-chips span { padding: 8px 12px; border: 1px solid #cec8be; border-radius: 999px; font-size: .7rem; font-weight: 750; }
.category-chips span:first-child { background: var(--navy); color: var(--white); border-color: var(--navy); }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.blog-card { border-radius: 18px; overflow: hidden; background: var(--white); border: 1px solid #ded8cf; }
.blog-card-image { height: 140px; padding: 18px; display: flex; align-items: flex-end; background: linear-gradient(135deg, var(--navy), var(--blue)); position: relative; overflow: hidden; }
.blog-card-image::before, .blog-card-image::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.blog-card-image::before { width: 180px; height: 180px; right: -40px; top: -80px; }
.blog-card-image::after { width: 90px; height: 90px; right: 35px; top: -30px; }
.blog-tone-1 { background: linear-gradient(135deg,#0d6d84,#064ba5); }
.blog-tone-2 { background: linear-gradient(135deg,#7b321b,#e95b2a); }
.blog-tone-3 { background: linear-gradient(135deg,#334b6a,#13233a); }
.blog-card-image span { color: var(--white); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.blog-card > div:last-child { padding: 24px; }
.blog-card small { color: var(--orange-deep); font-size: .66rem; font-weight: 800; }
.blog-card h3 { color: var(--navy); font-family: var(--serif); font-size: 1.5rem; margin: 10px 0; }
.blog-card p { font-size: .78rem; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-card b { color: var(--blue); font-size: .72rem; }
.blog-pagination { margin-top: 44px; display: grid; grid-template-columns: minmax(110px,1fr) auto minmax(110px,1fr); align-items: center; gap: 18px; }
.blog-pagination > div { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; }
.blog-pagination a, .blog-pagination span { min-width: 42px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid #c7d0dc; border-radius: 999px; background: var(--white); color: var(--blue); font-size: .75rem; font-weight: 850; }
.blog-pagination a:hover, .blog-pagination a:focus-visible { color: var(--white); background: var(--blue-strong); border-color: var(--blue-strong); }
.blog-pagination .is-current { color: var(--white); background: var(--navy); border-color: var(--navy); }
.blog-pagination .blog-page-direction { min-width: 110px; }
.blog-pagination .blog-page-direction:last-child { justify-self: end; }
.blog-pagination .is-disabled { color: #778395; background: #eef1f4; border-color: #d7dde5; cursor: not-allowed; }
.article-hero { background: var(--navy); color: var(--white); padding: 90px 0; }
.article-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.article-hero h1 { font-size: clamp(3rem,5vw,5.5rem); }
.article-hero p { color: #cbd9e9; }
.article-hero img { width: 100%; height: 520px; object-fit: cover; border-radius: 170px 170px 20px 20px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; color: #9eb6cf; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; margin-top: 26px; }
.article-layout { display: grid; grid-template-columns: 220px 1fr; gap: 80px; align-items: start; }
.article-layout > aside { position: sticky; top: 130px; display: flex; flex-direction: column; gap: 10px; font-size: .75rem; color: var(--muted); }
.article-layout > aside > span { color: var(--navy); font-weight: 900; padding-bottom: 10px; border-bottom: 2px solid var(--orange); }
.article-layout > aside > div { margin-top: 22px; padding: 18px; background: var(--sky); border-radius: 12px; display: flex; flex-direction: column; }
.article-layout > aside a:hover { color: var(--blue); }
.legal-hero { background: var(--ivory); padding: 100px 0; }
.legal-hero h1 { font-size: clamp(3rem,5vw,5rem); color: var(--navy); }
.legal-content { margin-inline: auto; }
.not-found { min-height: 650px; display: grid; place-items: center; text-align: center; background: var(--ivory); }
.not-found span { color: var(--orange); font-weight: 900; font-size: .8rem; letter-spacing: .2em; }
.not-found h1 { max-width: 850px; font-size: clamp(3rem,5vw,5.4rem); margin-inline: auto; }
.not-found p { max-width: 580px; margin-inline: auto; }
.not-found div > div { display: flex; justify-content: center; gap: 10px; }

/* Footer */
.site-footer { background: #03162f; color: var(--white); padding: 80px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 60px; }
.footer-grid h2 { font-family: var(--sans); font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; color: #8eadce; margin-bottom: 22px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: #dce6f2; font-size: .78rem; }
.footer-grid a:hover { color: var(--white); }
.footer-brand img { width: 250px; filter: brightness(0) invert(1); margin-bottom: 24px; }
.footer-brand p { max-width: 390px; color: #a9bdd3; font-size: .78rem; }
.footer-brand .button { color: var(--navy); }
.footer-brand .button:hover,
.footer-brand .button:focus-visible { color: var(--navy); background: var(--sky); }
.footer-grid .hours { color: #9cb2ca; font-size: .76rem; margin-top: 10px; }
.footer-bottom { margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 20px; color: #7893af; }
.footer-bottom p, .footer-bottom a { color: inherit; font-size: .68rem; }
.footer-bottom div { display: flex; gap: 22px; }
.mobile-sticky { display: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (max-width: 1100px) {
  .desktop-nav { gap: 16px; font-size: .78rem; }
  .main-nav { grid-template-columns: 200px 1fr auto; gap: 15px; }
  .brand img { width: 190px; }
  .header-schedule { display: none; }
  .hero-grid { grid-template-columns: 1fr .5fr; gap: 40px; }
  .technology-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2/3; }
}

@media (max-width: 900px) {
  body { font-size: 17px; padding-bottom: 72px; }
  .wrap { width: min(calc(100% - 36px), var(--wrap)); }
  .section { padding: 82px 0; }
  .utility-hours { display: none; }
  .main-nav { height: 76px; grid-template-columns: 1fr auto; }
  .desktop-nav, .phone-button { display: none; }
  .menu-toggle { display: flex; }
  .home-hero { min-height: 730px; }
  .hero-grid { grid-template-columns: 1fr; padding: 90px 0 110px; }
  .hero-card { display: none; }
  .hero-copy h1 { font-size: clamp(3.2rem,10vw,5.4rem); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading, .problem-layout, .doctor-grid, .comfort-grid, .value-grid, .financing-grid, .faq-grid, .location-card, .service-intro-grid, .about-story, .doctor-profile-grid, .resource-grid, .contact-grid, .blog-feature, .article-hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .service-feature-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 460px 340px; }
  .service-feature-1 { grid-column: 1/3; grid-row: 1; }
  .more-treatments { grid-template-columns: 1fr 1fr; }
  .more-treatments a:nth-child(odd) { border-right: 1px solid #d9d5cc; }
  .more-treatments a:nth-child(even) { border-right: 0; }
  .more-treatments a:nth-child(n+3) { border-top: 1px solid #d9d5cc; }
  .problem-intro { position: static; }
  .doctor-visual { min-height: 650px; padding-top: 70px; }
  .doctor-frame { height: 650px; }
  .doctor-copy { padding: 20px 0 90px; }
  .location-copy { padding: 50px; }
  .content-layout, .article-layout { grid-template-columns: 1fr; }
  .content-aside, .article-layout > aside { display: none; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .related-grid, .feature-triad, .blog-grid { grid-template-columns: 1fr 1fr; }
  .profile-facts { grid-template-columns: 1fr 1fr; }
  .doctor-profile-grid > div:first-child { height: 620px; max-width: 550px; }
  .article-hero img { height: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-brand { grid-column: 1/3; }
  .mobile-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; height: calc(70px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: 1fr 1.35fr 1fr; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(5,28,62,.13); }
  .mobile-sticky a { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--navy); font-size: .65rem; font-weight: 850; gap: 2px; }
  .mobile-sticky a span { font-size: 1rem; }
  .mobile-sticky .sticky-primary { background: var(--orange); color: var(--white); }
}

@media (max-width: 620px) {
  .wrap { width: min(calc(100% - 28px), var(--wrap)); }
  .section { padding: 68px 0; }
  .utility-inner { justify-content: center; }
  .utility-inner a:first-child { display: none; }
  .brand img { width: 185px; }
  .home-hero { min-height: 690px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(3,18,42,.96), rgba(3,28,63,.65)); }
  .hero-bg { object-position: 58% center; opacity: .8; }
  .hero-grid { padding: 90px 0 80px; align-items: center; }
  .hero-copy h1 { font-size: clamp(2.85rem,13vw,4.6rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-scroll { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 20px 10px; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .split-heading { gap: 20px; }
  .service-feature-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 380px); }
  .service-feature-1 { grid-column: 1; grid-row: 1; }
  .service-content { padding: 26px; }
  .more-treatments { grid-template-columns: 1fr; }
  .more-treatments a { border-right: 0; border-bottom: 1px solid #d9d5cc; }
  .more-treatments a:nth-child(odd) { border-right: 0; }
  .problem-list > a { grid-template-columns: 34px 1fr 24px; min-height: 138px; }
  .doctor-visual { min-height: 540px; }
  .doctor-frame { width: 100%; height: 520px; }
  .doctor-badge { width: 210px; right: -4px; bottom: 10px; }
  .doctor-copy { padding-bottom: 70px; }
  .credential-grid { grid-template-columns: 1fr; }
  .credential-grid div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding-left: 0; }
  .technology-grid, .testimonial-grid, .process-grid, .related-grid, .feature-triad, .blog-grid, .finance-logos { grid-template-columns: 1fr; }
  .comfort-image img { height: 400px; }
  .offer-stack { padding-inline: 22px; }
  .location-copy { padding: 38px 26px; }
  .location-hours { grid-template-columns: 1fr auto; }
  .internal-hero { min-height: 560px; }
  .internal-hero h1 { font-size: clamp(2.8rem,12vw,4.8rem); }
  .breadcrumbs { margin-bottom: 32px; }
  .inline-cta .wrap { flex-direction: column; align-items: flex-start; }
  .inline-cta .button { width: 100%; }
  .doctor-profile-grid > div:first-child { height: 520px; }
  .profile-facts { grid-template-columns: 1fr; }
  .resource-image img { height: 500px; }
  .field-grid { grid-template-columns: 1fr; }
  .blog-feature > img { min-height: 300px; }
  .blog-feature > div { padding: 30px; }
  .blog-tools { flex-direction: column; align-items: flex-start; }
  .article-hero img { height: 340px; }
  .article-meta { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
}

/* Premium navigation, motion, and second-pass refinements */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.google-rating { display: inline-flex; align-items: center; gap: 6px; }
.google-rating span, .hero-rating span { color: #ffd166; letter-spacing: .04em; }
.main-nav { grid-template-columns: 205px 1fr auto; gap: 18px; }
.desktop-nav { gap: 20px; }
.desktop-nav > a, .nav-trigger { min-height: 86px; display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; color: var(--navy); font-size: .78rem; font-weight: 780; cursor: pointer; white-space: nowrap; }
.desktop-nav > a:hover, .nav-trigger:hover, .nav-trigger[aria-expanded="true"] { color: var(--blue); }
.nav-trigger::after { content: ""; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transform-origin: center; transition: transform .2s ease; }
.nav-trigger[aria-expanded="true"]::after { transform: rotate(225deg) translate(-2px,-1px); }
.nav-menu { position: static; }
.nav-dropdown { position: absolute; top: calc(100% + 1px); left: 27%; width: 300px; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 0 0 16px 16px; box-shadow: var(--shadow); }
.nav-menu-sedation, .nav-menu-resources { position: relative; }
.nav-menu-sedation .nav-dropdown { top: 100%; left: 50%; right: auto; transform: translateX(-50%); }
.nav-menu-resources .resources-dropdown { top: 100%; left: 0; right: auto; margin: 0; transform: none; z-index: 20; }
.nav-dropdown a { display: flex; flex-direction: column; padding: 18px; border-radius: 10px; }
.nav-dropdown a:hover { background: var(--sky); }
.nav-dropdown strong { color: var(--navy); font-size: .9rem; }
.nav-dropdown small { color: var(--muted); font-size: .72rem; }
.resources-dropdown { width: 330px; }
.resources-dropdown a + a { border-top: 1px solid var(--line); }
.mega-menu { z-index: 5; }
.button-phone, .button-phone:visited { min-height: 46px; padding: 10px 15px; background: var(--navy) !important; border-color: var(--navy) !important; color: var(--white) !important; font-size: .75rem; box-shadow: 0 10px 22px rgba(6,28,62,.16); }
.button-phone:hover, .button-phone:focus-visible { background: var(--blue-strong) !important; border-color: var(--blue-strong) !important; color: var(--white) !important; }
.button-phone:active { background: var(--orange-deep) !important; border-color: var(--orange-deep) !important; color: var(--white) !important; transform: translateY(0); }
.phone-icon { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); font-size: .72rem; }

.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transition: opacity 1s ease; overflow: hidden; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.035); }
.hero-slide.is-active img { animation: hero-ken-burns 9s ease-out both; }
@keyframes hero-ken-burns { from { transform: scale(1.035) translate3d(0,0,0); } to { transform: scale(1.105) translate3d(-1.1%, -.5%, 0); } }
.hero-copy { max-width: 760px; }
.home-hero { min-height: 720px; }
.hero-slider-controls { position: absolute; z-index: 4; right: max(24px, calc((100vw - var(--wrap))/2)); bottom: 25px; display: flex; align-items: center; gap: 8px; }
.hero-slider-controls > button, .review-controls button { min-width: 42px; min-height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(4,24,52,.52); color: var(--white); cursor: pointer; }
.hero-slider-controls > button:hover, .hero-slider-controls > button:focus-visible,
.review-controls button:hover, .review-controls button:focus-visible { color: var(--white); background: var(--blue-strong); border-color: var(--white); }
.hero-slider-controls > button:active, .review-controls button:active { color: var(--white); background: var(--orange-deep); border-color: var(--white); }
.hero-slider-controls > div { display: flex; gap: 7px; padding: 0 5px; }
.hero-slider-controls > div button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; }
.hero-slider-controls > div button:hover, .hero-slider-controls > div button:focus-visible { background: var(--white); }
.hero-slider-controls > div button.is-active { width: 24px; border-radius: 999px; background: var(--orange); }
.hero-slider-controls .slider-pause { min-width: 58px; padding-inline: 12px; font-size: .68rem; }
.trust-grid > a { padding: 30px 26px; display: grid; grid-template-columns: auto 1fr; column-gap: 14px; }
.trust-grid > a:hover { background: var(--sky); }
.trust-grid > a { border-right: 1px solid var(--line); }
.trust-grid > a:last-child { border-right: 0; }
.trust-grid > a span { grid-row: 1/3; color: var(--orange); font-size: .8rem; font-weight: 900; padding-top: 4px; }
.trust-grid > a strong { color: var(--navy); font-size: .9rem; }
.trust-grid > a small { color: var(--muted); font-size: .72rem; }
.trust-grid .trust-accent { width: 18px; height: 5px; margin-top: 6px; padding: 0; border-radius: 999px; background: linear-gradient(90deg,var(--orange) 0 45%,var(--blue) 45%); }

.specials-band { padding: 54px 0; background: var(--white); border-bottom: 1px solid var(--line); }
.specials-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 60px; align-items: center; }
.specials-heading h2 { font-size: clamp(2rem,3vw,3.2rem); margin-bottom: 18px; }
.specials-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.specials-list article { min-height: 180px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); display: grid; grid-template-columns: 28px 1fr; gap: 10px; background: var(--white); }
.specials-list article > span { color: var(--orange); font-weight: 900; }
.specials-list h3 { color: var(--navy); font-size: 1rem; margin-bottom: 8px; }
.specials-list p { font-size: .74rem; line-height: 1.5; margin: 0; }
.additional-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 18px; }
.additional-service { min-height: 280px; border-radius: 22px; overflow: hidden; position: relative; color: var(--white); }
.additional-service > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.additional-service:hover > img { transform: scale(1.04); }
.additional-service > div:last-child { position: absolute; inset: auto 0 0; padding: 26px; }
.additional-service span { font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.additional-service h3 { font-family: var(--serif); font-size: 1.8rem; margin: 6px 0 14px; }
.additional-service strong { font-size: .72rem; }
.problem-list > a { grid-template-columns: 24px 1fr 34px; }
.problem-mark { font-size: 1.35rem !important; line-height: 1; }

.value-showcase { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.value-image { height: 560px; border-radius: 180px 180px 24px 24px; overflow: hidden; }
.value-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.value-copy p { color: #d6e5f7; max-width: 680px; }
.value-points { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 32px; }
.value-points span { padding: 9px 13px; border-radius: 999px; border: 1px solid rgba(255,255,255,.32); color: var(--white); font-size: .73rem; font-weight: 750; }
.value-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.value-section .value-actions .button-light,
.value-section .value-actions .button-light:visited,
body.home .value-section .value-actions .button-light,
body.home .value-section .value-actions .button-light:visited {
  color: var(--white) !important;
  background: var(--orange) !important;
  border-color: var(--orange) !important;
}
.value-section .value-actions .button-light:hover,
.value-section .value-actions .button-light:focus-visible,
body.home .value-section .value-actions .button-light:hover,
body.home .value-section .value-actions .button-light:focus-visible {
  color: var(--white) !important;
  background: var(--orange-deep) !important;
  border-color: var(--orange-deep) !important;
}
.value-section .value-actions .button-light:active,
body.home .value-section .value-actions .button-light:active {
  color: var(--white) !important;
  background: #6f220b !important;
  border-color: #6f220b !important;
}
.reviews-layout { display: grid; grid-template-columns: .34fr .66fr; gap: 55px; align-items: center; }
.reviews-intro h2 { font-size: clamp(2.3rem,3.4vw,3.7rem); }
.reviews-intro p { color: #bcd0e7; }
.reviews-intro .button { margin-top: 12px; }
.reviews-carousel { min-width: 0; }
.review-track { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.review-track blockquote { margin: 0; min-height: 300px; padding: 30px; background: var(--navy-soft); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; }
.review-stars { color: #ffd166; letter-spacing: .08em; font-size: .78rem; }
.review-track p { color: #f1f5fb; font-family: var(--serif); font-size: 1.05rem; line-height: 1.55; margin: 20px 0; }
.review-track footer { color: #9db4cc; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.review-controls { margin-top: 16px; display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.review-controls span { color: #9db4cc; font-size: .7rem; margin: 0 4px; }
.review-controls .review-pause { min-width: 58px; padding: 0 12px; font-size: .66rem; }

.internal-hero { min-height: 500px; }
.internal-hero > img { object-position: center 30%; }
.internal-hero-inner { padding: 70px 0; }
.internal-hero h1 { max-width: 860px; font-size: clamp(2.8rem,4.5vw,4.8rem); }
.breadcrumbs { margin-bottom: 30px; }
.rich-content .button, .article-layout .button, .contact-grid .button, .financing-copy .button { margin-top: 22px; }
.process-grid > div > .process-mark { background: #e9f2fb; color: var(--blue); font-size: .9rem; }
.related-grid .card-mark { font-size: 1rem; }
.related-grid h3 { margin-top: 20px; }
.feature-triad h3 { margin-top: 20px; }
.resource-steps span { color: var(--success); }
.visit-prep-section { padding: 78px 0; background: var(--ivory); border-top: 1px solid #e1ddd4; }
.visit-prep { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; align-items: center; }
.visit-prep-intro h2 { font-size: clamp(2.2rem,3.2vw,3.5rem); margin: 0; }
.visit-prep-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.visit-prep-grid article { min-height: 210px; padding: 28px; border-radius: 18px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.visit-prep-grid article > span { display: block; color: var(--orange); margin-bottom: 22px; }
.visit-prep-grid h3 { color: var(--navy); font-size: 1.08rem; }
.visit-prep-grid p { font-size: .78rem; line-height: 1.55; margin: 0; }
.map-section { width: 100%; height: 470px; background: var(--ivory); }
.map-section iframe { width: 100%; height: 100%; border: 0; display: block; }
.specials-intro { padding-bottom: 78px; }
.specials-intro .split-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: 80px; align-items: end; }
.specials-intro h2 { max-width: 760px; margin-bottom: 0; }
.specials-intro p { margin-bottom: 5px; }
.specials-section { padding-top: 88px; }
.specials-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.special-card { position: relative; display: flex; flex-direction: column; min-height: 590px; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-sm); overflow: hidden; }
.special-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: linear-gradient(90deg, var(--blue), #4d89cc); }
.special-card-featured { background: var(--navy); border-color: var(--navy); box-shadow: var(--shadow); }
.special-card-featured::before { background: linear-gradient(90deg, var(--orange), #f28a63); }
.special-card-top { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 32px; }
.special-card-top span { color: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.special-card-top strong { padding: 7px 10px; border-radius: 999px; background: var(--sky); color: var(--blue-strong); font-size: .65rem; letter-spacing: .04em; text-transform: uppercase; }
.special-card h2 { color: var(--navy); font-size: clamp(2rem, 2.5vw, 2.85rem); margin-bottom: 20px; }
.special-card > p { font-size: .86rem; line-height: 1.6; }
.special-card ul { list-style: none; padding: 0; margin: 20px 0 34px; }
.special-card li { position: relative; padding: 12px 0 12px 28px; border-top: 1px solid var(--line); color: var(--ink); font-size: .8rem; font-weight: 700; }
.special-card li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.special-card .button { width: 100%; margin-top: auto; }
.special-card-featured h2, .special-card-featured li { color: var(--white); }
.special-card-featured > p { color: #c9d9ec; }
.special-card-featured .special-card-top span { color: #ffd0bf; }
.special-card-featured .special-card-top strong { background: rgba(255,255,255,.12); color: var(--white); }
.special-card-featured li { border-color: rgba(255,255,255,.14); }
.special-card-featured li::before { color: #77e3c0; }
.specials-disclaimer { max-width: 980px; margin: 32px auto 0; color: var(--muted); font-size: .72rem; line-height: 1.55; text-align: center; }
.specials-cta { padding: 78px 0; background: linear-gradient(120deg, var(--blue-strong), var(--navy)); color: var(--white); }
.specials-cta .wrap { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.specials-cta h2 { max-width: 760px; margin-bottom: 16px; font-size: clamp(2.3rem, 3.8vw, 4.2rem); }
.specials-cta p { margin: 0; color: #c7d8ec; }
.specials-cta .hero-actions { flex: 0 0 auto; margin-top: 0; justify-content: flex-end; }
.blog-hero { padding: 105px 0 90px; }
.blog-hero h1 { font-size: clamp(3rem,5vw,5rem); }
.blog-card-image { padding: 0; }
.blog-card-image::before, .blog-card-image::after { display: none; }
.blog-card-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-card-image > span { position: relative; z-index: 2; align-self: flex-end; width: 100%; padding: 30px 18px 14px; background: linear-gradient(0deg,rgba(3,22,47,.8),transparent); }
.article-hero h1 { font-size: clamp(2.7rem,4.3vw,4.7rem); }
.article-hero img { object-position: center 30%; }

/* Third-pass spacing, premium markers, and embedded consultation form */
.section h2, .inline-cta h2, .location-copy h2 { margin-bottom: 24px; }
.section h3 { margin-bottom: 12px; }
.section-heading { margin-bottom: 56px; }
.section-heading .eyebrow, .section > .wrap > .eyebrow { margin-bottom: 18px; }
.service-intro-grid p:last-child, .about-story p:last-child, .financing-copy p, .reviews-intro p { margin-bottom: 0; }
.doctor-copy .button, .footer-brand .button { margin-top: 18px; }
.footer-brand p { margin-bottom: 0; }
.contact-card .button { margin-top: 22px; }
.premium-mark { width: 46px; height: 6px; display: block; border-radius: 999px; background: linear-gradient(90deg, var(--orange) 0 38%, var(--blue) 38% 100%); box-shadow: 0 5px 14px rgba(6,75,165,.16); }
.process-grid > div > .premium-mark { width: 46px; height: 6px; display: block; margin-bottom: 30px; border-radius: 999px; background: linear-gradient(90deg, var(--orange) 0 38%, var(--blue) 38% 100%); color: transparent; }
.related-grid .premium-mark { width: 46px; height: 6px; padding: 0; }
.feature-triad .premium-mark { width: 46px; height: 6px; }
.feature-triad h3 { margin-top: 24px; }
.resource-steps .premium-mark { width: 30px; height: 5px; margin-top: 9px; }
.visit-prep-grid article > .premium-mark { width: 46px; height: 6px; margin-bottom: 26px; color: transparent; }
.ghl-form-wrap { margin-top: 34px; min-height: 920px; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: var(--white); box-shadow: var(--shadow-sm); }
.ghl-form-wrap iframe { width: 100%; height: 920px; display: block; border: 0; }

@media (prefers-reduced-motion: reduce) {
  .hero-slide.is-active img { animation: none; transform: scale(1.035); }
}

@media (max-width: 1100px) {
  .desktop-nav { gap: 13px; }
  .desktop-nav > a, .nav-trigger { font-size: .71rem; }
  .phone-button { font-size: .72rem; }
  .header-schedule { display: none; }
}

@media (max-width: 900px) {
  .header-actions { justify-self: end; margin-left: auto; }
  .button-phone { display: none; }
  .menu-toggle { margin-left: auto; }
  .home-hero { min-height: 670px; }
  .hero-copy h1 { font-size: clamp(2.7rem, 8vw, 3.9rem); }
  .specials-layout, .reviews-layout, .value-showcase, .visit-prep, .specials-intro .split-heading { grid-template-columns: 1fr; }
  .specials-intro .split-heading { gap: 24px; }
  .specials-grid { grid-template-columns: 1fr 1fr; }
  .special-card-featured { grid-column: 1 / -1; min-height: 0; }
  .specials-cta .wrap { align-items: flex-start; flex-direction: column; }
  .specials-cta .hero-actions { justify-content: flex-start; }
  .specials-list, .visit-prep-grid { grid-template-columns: repeat(3,1fr); }
  .value-image { height: 500px; max-width: 620px; }
  .additional-service-grid { grid-template-columns: repeat(2,1fr); }
  .additional-service:last-child { grid-column: 1/3; }
  .hero-slider-controls { right: 18px; }
  .trust-grid > a { border-top: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .home-hero { min-height: 640px; }
  .hero-copy h1 { font-size: clamp(2.35rem, 10.2vw, 3.25rem); line-height: 1.04; }
  .hero-slider-controls { bottom: 14px; left: 14px; right: auto; }
  .hero-slider-controls > button, .review-controls button { min-width: 40px; min-height: 40px; }
  .hero-slider-controls .slider-pause { display: none; }
  .specials-band { padding: 42px 0; }
  .specials-list, .additional-service-grid, .review-track, .visit-prep-grid { grid-template-columns: 1fr; }
  .specials-grid { grid-template-columns: 1fr; }
  .special-card-featured { grid-column: auto; }
  .special-card { min-height: 0; padding: 28px 24px; }
  .special-card .button { margin-top: 8px; }
  .specials-cta .hero-actions { width: 100%; }
  .specials-list article { min-height: 0; }
  .additional-service:last-child { grid-column: auto; }
  .additional-service { min-height: 260px; }
  .trust-grid > a { padding: 20px 10px; border-top: 0; border-bottom: 1px solid var(--line); }
  .value-image { height: 420px; }
  .review-track blockquote { min-height: 0; }
  .review-track blockquote:nth-child(2) { display: none; }
  .reviews-intro .button { width: 100%; }
  .visit-prep-grid article { min-height: 0; }
  .map-section { height: 380px; }
  .internal-hero { min-height: 500px; }
  .internal-hero h1 { font-size: clamp(2.45rem,11vw,3.8rem); }
  .blog-card-image { height: 190px; }
  .blog-tools { align-items: flex-start; flex-direction: column; }
  .blog-pagination { grid-template-columns: 1fr 1fr; }
  .blog-pagination > div { grid-column: 1 / -1; grid-row: 1; }
  .blog-pagination .blog-page-direction { min-width: 0; width: 100%; }
  .location-card, .location-card > *, .location-copy { min-width: 0; width: 100%; }
  .location-copy { padding-inline: 22px; }
  .faq-list summary { align-items: flex-start; }
  .faq-list summary span { flex: 0 0 24px; width: 24px; line-height: 1; text-align: center; }
  .section-heading { margin-bottom: 42px; }
  .ghl-form-wrap, .ghl-form-wrap iframe { min-height: 1040px; height: 1040px; }
}


/* Elementor/Hello normalization for the approved Best Value design system. */
body.elementor-page, body.elementor-template-full-width { margin: 0 !important; }
.elementor-location-header, .elementor-location-footer, .elementor-location-header .elementor, .elementor-location-footer .elementor { margin: 0 !important; }
.elementor-location-header .e-con, .elementor-location-footer .e-con, .elementor .bvdi-page { --container-max-width: 100%; max-width: none !important; width: 100% !important; padding: 0 !important; margin: 0 !important; gap: 0 !important; }
.elementor .bvdi-page, .elementor .bvdi-page > .e-con-inner { display: block !important; max-width: none !important; width: 100% !important; padding: 0 !important; margin: 0 !important; }
.elementor .bvdi-section { margin: 0 !important; width: 100% !important; max-width: none !important; }
.elementor .bvdi-section > .elementor-widget-container { display: contents; }
.elementor-location-header .elementor-widget-html, .elementor-location-footer .elementor-widget-html { margin: 0 !important; }
.elementor-location-header .elementor-widget-html > .elementor-widget-container, .elementor-location-footer .elementor-widget-html > .elementor-widget-container { display: contents; }
.nav-menu > .nav-dropdown, .nav-menu > .mega-menu { display: none; }
.nav-menu.is-open > .nav-dropdown { display: block; }
.nav-menu.is-open > .mega-menu { display: grid; }
.site-header .nav-trigger { min-width: 0 !important; min-height: 86px !important; width: auto !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: var(--navy) !important; box-shadow: none !important; transform: none !important; }
.site-header .nav-trigger:hover, .site-header .nav-trigger:focus-visible, .site-header .nav-trigger[aria-expanded="true"] { background: transparent !important; color: var(--blue) !important; }
.site-header .menu-toggle { padding: 0 !important; background: var(--white) !important; color: var(--navy) !important; box-shadow: none !important; }
.mobile-menu .menu-close { padding: 0 !important; background: var(--navy) !important; color: var(--white) !important; }
body:not(.bvdi-mobile-open) .mobile-menu-backdrop { display: none !important; }
body.bvdi-mobile-open { overflow: hidden; }
.mobile-menu-backdrop { z-index: 100000; }
main#main-content, .site-main { margin: 0; padding: 0; }
@media (max-width: 1024px) { .nav-menu > .nav-dropdown, .nav-menu > .mega-menu { display: none !important; } }/* End custom CSS */