:root {
    --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --sans: 'Jost', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --g900: #0B2E59;
    --g800: #0B2E59;
    --g750: #1e4a37;
    --g700: #465362;
    --g600: #072850;
    --g500: #072850;
    --gold: #C8A25A;
    --gold-deep: #a9843c;
    --gold-soft: #C8A25A;
    --gold-line: #cbb277;
    --cream: #f4efe3;
    --cream-2: #efe7d6;
    --paper: #fcf9f2;
    --ink: #23271f;
    --ink-soft: #545548;
    --ink-mute: #8a8a77;
    --line: #e2d9c6;
    --line-soft: #ece4d4;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;
    --radius-pill: 9999px;
    --shadow-1: 0 1px 2px rgba(20, 40, 30, 0.05);
    --shadow-2: 0 20px 24px -12px rgba(18, 51, 39, 0.14), 0 6px 12px -6px rgba(18, 51, 39, 0.1);
    --shadow-3: 0 40px 48px -20px rgba(18, 51, 39, 0.28), 0 12px 20px -10px rgba(18, 51, 39, 0.16);
    --maxw: 1480px;
    --gutter: 40px
}

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--sans);
    color: var(--ink-soft);
    background: var(--cream);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    line-height: 1.6
}

img {
    display: block;
    max-width: 100%
}

a {
    color: var(--gold-deep);
    text-decoration: none;
    transition: color .16s ease
}

a:hover {
    color: var(--g700)
}

.wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--gutter)
}

@media (max-width:640px) {
    :root {
        --gutter: 22px
    }
}

.eyebrow {
    font-family: var(--sans);
    font-size: 12.5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    color: var(--gold-deep)
}

.eyebrow.on-dark,
.on-dark .accent-i,
.utility a:hover {
    color: var(--gold-soft)
}

.lockup .lk-txt .n,
.serif,
h1,
h2,
h3 {
    font-family: var(--serif)
}

h1,
h2,
h3 {
    font-weight: 500;
    color: var(--ink);
    line-height: 1.04;
    letter-spacing: .1px
}

.display {
    font-size: clamp(39px, 6.4vw, 92px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.5px
}

.h2 {
    font-size: clamp(34px, 4.6vw, 60px);
    line-height: 1.02
}

.accent-i,
.h2,
.h3 {
    font-weight: 500
}

.h3 {
    font-size: clamp(24px, 2.4vw, 32px)
}

.accent-i {
    font-style: italic;
    color: var(--gold-deep)
}

.on-dark,
.on-dark h1,
.on-dark h2,
.on-dark h3 {
    color: #f6f2e8
}

.lead {
    font-family: var(--sans);
    font-size: 18px;
    line-height: 1.72;
    color: var(--ink-soft);
    font-weight: 400
}

.on-dark .lead {
    color: #d5dbcf
}

.muted {
    color: var(--ink-mute)
}

.exp-copy h2.h2 {
    margin-bottom: 20px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1.8px;
    padding: 15px 30px;
    border-radius: var(--radius-pill);
    border: 1px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .12s ease
}

.btn svg {
    width: 15px;
    height: 15px
}

.btn-gold {
    background: var(--gold);
    color: #23271f
}

.btn-gold:hover {
    background: 0 0;
    color: var(--gold-deep);
    border-color: var(--gold-deep)
}

.btn-green {
    background: var(--g800);
    color: #f6f2e8
}

.btn-green:hover {
    background: var(--g700);
    color: #fff
}

.btn-outline {
    background: 0 0;
    color: var(--ink);
    border-color: var(--ink)
}

.btn-outline:hover {
    background: var(--ink);
    color: var(--cream)
}

.btn-outline-cream {
    background: 0 0;
    color: #f6f2e8;
    border-color: rgba(246, 242, 232, .5)
}

.btn-outline-cream:hover {
    background: #f6f2e8;
    color: var(--g800);
    border-color: #f6f2e8
}

.btn-outline-gold {
    background: 0 0;
    color: var(--gold-soft);
    border-color: var(--gold)
}

.btn-outline-gold:hover {
    background: var(--gold);
    color: #23271f
}

.btn:active {
    transform: translateY(1px)
}

.textlink {
    font-family: var(--sans);
    font-size: 12.5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: var(--gold-deep);
    display: inline-flex;
    align-items: center;
    gap: 9px
}

.textlink svg {
    width: 16px;
    height: 16px;
    transition: transform .18s ease
}

.textlink:hover {
    color: var(--g700)
}

.textlink:hover svg {
    transform: translateX(4px)
}

.section {
    padding: clamp(72px, 9vw, 128px)0;
    position: relative
}

.section.cream2 {
    background: var(--cream-2)
}

.section.video-sec {
    background: #fff
}

.compare thead .col.us,
.section.green {
    background: var(--g800)
}

.section.green-deep {
    background: var(--g900)
}

.section-head {
    max-width: 720px
}

.section-head.center {
    margin: 0 auto;
    text-align: center
}

.section-head .eyebrow {
    display: block;
    margin-bottom: 18px
}

.section-head .h2 {
    margin-bottom: 20px
}

.botanical {
    position: absolute;
    pointer-events: none;
    opacity: .5
}

.botanical svg {
    display: block
}

.botanical circle,
.botanical ellipse,
.botanical path {
    stroke: var(--gold-line);
    fill: none;
    stroke-width: 1.1
}

.green .botanical path,
.green-deep .botanical path,
.on-dark .botanical circle,
.on-dark .botanical ellipse,
.on-dark .botanical path {
    stroke: var(--gold);
    opacity: .9
}

.reviews-grid article.rev.reveal span.read-toggle {
    cursor: pointer
}

@media (prefers-reduced-motion:no-preference) {
    .reveal {
        opacity: 0;
        transform: translateY(18px);
        transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1)
    }

    .reveal.in {
        opacity: 1;
        transform: none
    }
}

.lockup {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 13px;
    line-height: 1
}

.lockup .mark {
    height: auto;
    width: 100%;
    max-width: 300px
}

.field.row>div,
.lockup .lk-txt {
    display: flex;
    flex-direction: column
}

.lockup .lk-txt .n {
    font-weight: 600;
    font-size: 23px;
    letter-spacing: .4px;
    color: var(--g800)
}

.lockup .lk-txt .s {
    font-family: var(--sans);
    font-weight: 500;
    font-size: 9px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin-top: 4px
}

.utility {
    background: var(--g900);
    color: #c3cdbf;
    font-family: var(--sans);
    font-size: 11.5px;
    letter-spacing: 1px
}

.utility .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    gap: 20px;
    text-transform: uppercase
}

.utility .u-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap
}

.utility .u-item svg {
    width: 13px;
    height: 13px;
    stroke: var(--gold)
}

.utility .u-right {
    display: flex;
    gap: 24px
}

.utility a {
    color: #dfe6da
}

@media (max-width:900px) {
    .utility .u-item.addr {
        display: none
    }
}

@media (max-width:620px) {
    .utility {
        display: none
    }
}

.nav {
    position: sticky;
    top: 0;
    z-index: 60;
    background: #fff;
    backdrop-filter: saturate(140%) blur(12px);
    border-bottom: 1px solid var(--line);
    padding: 10px 0
}

.nav .wrap {
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.nav-links,
.nav-links a {
    align-items: center;
    gap: 6px
}

.nav .wrap,
.nav-links {
    display: flex
}

.nav-links a {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: var(--ink);
    padding: 10px 15px;
    border-radius: var(--radius-sm);
    display: inline-flex
}

.nav-links a:hover {
    color: var(--gold-deep)
}

.nav-links a svg {
    width: 12px;
    height: 12px;
    opacity: .6;
    transition: transform .2s
}

.nav-drop-wrap {
    position: relative
}

.nav-drop-wrap:focus-within>.nav-drop-trigger svg,
.nav-drop-wrap:hover>.nav-drop-trigger svg {
    transform: rotate(180deg)
}

.nav-drop {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-2);
    min-width: 220px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
    z-index: 200;
    white-space: nowrap
}

.nav-drop-wrap:focus-within .nav-drop,
.nav-drop-wrap:hover .nav-drop {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0)
}

.nav-drop a {
    display: block;
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: .3px;
    color: var(--ink-soft);
    padding: 9px 20px;
    border-radius: 0;
    transition: background .14s, color .14s
}

.nav-drop a:hover {
    background: var(--cream);
    color: var(--g800)
}

.nav-drop--wide {
    min-width: 280px;
    left: 0;
    transform: translateY(6px)
}

.nav-drop-wrap:focus-within .nav-drop--wide,
.nav-drop-wrap:hover .nav-drop--wide {
    transform: translateY(0)
}

.nav-drop-group {
    padding: 6px 0
}

.nav-cta .payonline,
.nav-drop-label {
    font-family: var(--sans);
    text-transform: uppercase
}

.nav-drop-label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    color: var(--ink-mute);
    padding: 6px 20px 4px
}

.nav-drop-divider {
    height: 1px;
    background: var(--line-soft);
    margin: 4px 0
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 12px
}

.nav-cta .payonline {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.6px;
    color: var(--ink);
    padding: 13px 22px;
    border: 1px solid var(--ink);
    border-radius: var(--radius-pill)
}

.nav-cta .payonline:hover {
    border-color: var(--ink)
}

.nav-toggle {
    display: none;
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 8px
}

.nav-toggle svg {
    width: 24px;
    height: 24px;
    stroke: var(--ink)
}

.mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--g900);
    z-index: 200;
    flex-direction: column;
    overflow: hidden;
    max-width: 340px;
    right: 0;
    left: auto;
    width: 100%
}

.mm-header,
.mobile-menu.open {
    display: flex
}

.mm-header {
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(220, 195, 139, .18);
    flex-shrink: 0
}

.mm-header .lockup {
    gap: 12px
}

.mm-header .lockup .mark {
    height: auto;
    width: 100%;
    max-width: 220px;
    filter: brightness(50)
}

.mm-header .lockup .n {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 600;
    color: #f6f2e8;
    letter-spacing: .3px
}

.mm-header .lockup .s {
    font-family: var(--sans);
    font-size: 8.5px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold-soft);
    margin-top: 3px
}

.mm-close {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(220, 195, 139, .35);
    background: 0 0;
    cursor: pointer;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: background .18s, border-color .18s
}

.mm-close:hover {
    background: rgba(220, 195, 139, .12);
    border-color: var(--gold-soft)
}

.mm-close svg,
.mm-phone svg {
    width: 16px;
    height: 16px;
    stroke: var(--gold-soft)
}

.mm-nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto
}

.mm-item {
    font-family: var(--sans);
    font-size: 13.5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: #e8ede4;
    text-decoration: none;
    padding: 18px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: 0 0;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: color .18s, background .18s
}

.mm-item:hover {
    color: var(--gold-soft);
    background: rgba(220, 195, 139, .07)
}

.mm-has-sub[aria-expanded=true] {
    color: var(--gold-soft);
    background: rgba(220, 195, 139, .1)
}

.mm-has-sub[aria-expanded=true] .mm-chevron {
    transform: rotate(180deg);
    stroke: var(--gold-soft)
}

.mm-chevron {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    stroke: rgba(232, 237, 228, .5);
    transition: transform .22s ease, stroke .18s
}

.mm-sub {
    background: rgba(0, 0, 0, .2)
}

.mm-sub-item {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #b8c4b2;
    display: block;
    padding: 14px 24px 14px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    text-decoration: none;
    transition: color .16s, background .16s
}

.mm-sub-item:hover {
    color: var(--gold-soft);
    background: rgba(220, 195, 139, .07)
}

.mm-divider {
    height: 1px;
    background: rgba(220, 195, 139, .18);
    margin: 8px 24px
}

.mm-footer {
    padding: 22px 24px;
    border-top: 1px solid rgba(220, 195, 139, .18);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    flex-shrink: 0;
    background: var(--g800)
}

.mm-btn-appt,
.mm-phone {
    font-family: var(--sans);
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none
}

.mm-btn-appt {
    background: var(--gold);
    color: #23271f;
    font-size: 12.5px;
    letter-spacing: 1.8px;
    padding: 15px 24px;
    border-radius: var(--radius-pill);
    text-align: center;
    display: block;
    transition: background .18s, color .18s
}

.mm-btn-appt:hover {
    background: var(--gold-deep);
    color: #fff
}

.mm-phone {
    font-size: 12px;
    letter-spacing: 1.4px;
    color: #b8c4b2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transition: color .16s
}

.mm-phone svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0
}

.mm-phone:hover {
    color: var(--gold-soft)
}

@media only screen and (min-width:1301px) and (max-width:1400px) {
    .home_menu {
        display: none !important
    }
}

@media (max-width:1300px) {
    .nav-links {
        display: none
    }

    .nav-toggle {
        display: block
    }

    header.nav .nav-cta {
        margin-right: 0;
        margin-left: auto
    }
}

@media (max-width:700px) {
    .nav-cta .payonline {
        display: none
    }
}

.hero {
    position: relative;
    min-height: clamp(560px, 78vh, 760px);
    display: flex;
    align-items: center;
    overflow: hidden
}

.hero .bg {
    position: absolute;
    inset: 0;
    z-index: 0
}

.hero .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% 30%
}

.hero .bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(1, 25, 54, .92)0, rgba(1, 25, 54, .72) 34%, rgba(1, 25, 54, .28) 62%, rgba(1, 25, 54, .12) 100%)
}

.hero .wrap {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px
}

.wrap.hero_container {
    max-width: 1820px;
    width: 100%;
    margin-right: 0
}

.hero .eyebrow {
    color: var(--gold-soft);
    display: block;
    margin-bottom: 22px
}

.hero h1 {
    color: #f8f5ec;
    max-width: 26ch;
    margin-bottom: 26px
}

.hero p.lead {
    color: #dbe2d6;
    max-width: 46ch;
    margin-bottom: 34px
}

.hero .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px
}

.features {
    background: var(--cream);
    border-bottom: 1px solid var(--line)
}

.features .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 40px 26px;
    border-right: 1px solid var(--line)
}

.feature:last-child {
    border-right: none
}

.feature .ic {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center
}

.cred svg,
.feature .ic svg {
    width: 30px;
    height: 30px;
    stroke: var(--gold-deep);
    stroke-width: 1.4;
    fill: none
}

.blk.feature h3,
.feature b {
    text-transform: uppercase;
    font-weight: 500
}

.blk p,
.exp-media .tag span,
.feature b {
    font-family: var(--sans)
}

.feature b {
    font-size: 12px;
    letter-spacing: 1.8px;
    color: var(--ink)
}

.feature span {
    font-family: var(--serif);
    font-style: italic;
    font-size: 18px;
    color: var(--ink-mute)
}

@media (max-width:820px) {
    .features .grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .feature:nth-child(2) {
        border-right: none
    }

    .feature:nth-child(1),
    .feature:nth-child(2) {
        border-bottom: 1px solid var(--line)
    }
}

@media (max-width:460px) {
    .features .grid {
        grid-template-columns: 1fr
    }

    .feature {
        border-right: none;
        border-bottom: 1px solid var(--line)
    }
}

.exp-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: clamp(36px, 6vw, 96px);
    align-items: center
}

.exp-copy p.lead {
    margin-bottom: 18px
}

.exp-copy .textlink {
    margin-top: 14px
}

.exp-media {
    position: relative
}

.exp-media .frame,
.exp-media .tag {
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-3)
}

.exp-media .frame {
    overflow: hidden;
    aspect-ratio: 4/3
}

.exp-media .frame.home-video {
    aspect-ratio: 5.5/3
}

.exp-media .tag {
    position: absolute;
    left: -18px;
    bottom: -18px;
    background: var(--g800);
    color: #f6f2e8;
    padding: 15px;
    max-width: 200px
}

.exp-media .tag b {
    font-family: var(--serif);
    font-size: 38px;
    font-weight: 600;
    color: var(--gold-soft);
    display: block;
    line-height: 1
}

.exp-media .tag span {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #cdd6c9
}

@media (max-width:860px) {
    .exp-grid {
        grid-template-columns: 1fr
    }

    .exp-media {
        max-width: 560px
    }
}

.svc-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
    flex-wrap: wrap
}

.svc-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 16px
}

.blk {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-md);
    background: var(--g700);
    color: #eef2ea;
    padding: 34px;
    display: flex;
    flex-direction: column;
    min-height: 190px;
    transition: background .2s ease, transform .2s ease;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    border: 0
}

.blk:hover {
    background: var(--g600);
    transform: translateY(-3px);
    color: #eef2ea
}

.blk .ic {
    width: 34px;
    height: 34px;
    margin-bottom: auto
}

.blk .ic svg {
    width: 34px;
    height: 34px;
    stroke: var(--gold-soft);
    stroke-width: 1.3;
    fill: none
}

.blk h3 {
    color: #f6f2e8;
    font-size: 28px;
    margin-top: 22px
}

.blk p {
    font-size: 16px;
    color: #c6d0c2;
    margin-top: 12px
}

.blk .arrow {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .25);
    display: grid;
    place-items: center;
    transition: background .2s, border-color .2s
}

.blk .arrow svg {
    width: 18px;
    height: 18px;
    stroke: #f6f2e8;
    transition: transform .2s
}

.blk:hover .arrow {
    background: var(--gold);
    border-color: var(--gold)
}

.blk:hover .arrow svg {
    stroke: #23271f;
    transform: translate(2px, -2px)
}

.blk.feature {
    grid-row: span 2;
    background: var(--g900);
    justify-content: flex-end;
    border: 1px solid var(--gold)
}

.before_after_slider_sec .section-head.center h2.h2,
.blk.feature .ic {
    margin-bottom: 0
}

.blk.feature h3 {
    font-family: var(--serif);
    font-size: clamp(30px, 3vw, 44px);
    letter-spacing: 4px;
    margin-top: 18px
}

.blk.feature p,
.meet-copy p {
    font-size: 16px;
    max-width: max-content
}

.blk.gold {
    background: var(--gold)
}

.blk.gold,
.blk.gold h3 {
    color: #23271f
}

.blk.gold p {
    color: #5a4c26
}

.blk.gold .ic svg {
    stroke: var(--g800)
}

.blk.gold .arrow {
    border-color: rgba(35, 39, 31, .3)
}

.blk.gold .arrow svg {
    stroke: #23271f
}

.blk.gold:hover {
    color: #23271f
}

.blk.gold:hover .arrow {
    background: var(--g800);
    border-color: var(--g800)
}

.blk.gold:hover .arrow svg {
    stroke: var(--gold-soft)
}

.blk.wide {
    grid-column: span 2;
    flex-direction: row;
    align-items: center;
    gap: 22px;
    min-height: 0
}

.blk.wide .ic {
    margin: 0;
    flex-shrink: 0
}

.blk.wide .txt h3 {
    margin-top: 0
}

.blk.wide .txt p {
    margin-top: 12px
}



@media (max-width:860px) {
    .svc-bento {
        grid-template-columns: 1fr 1fr
    }

    .blk.feature {
        grid-row: auto;
        min-height: 220px
    }

    .blk.feature,
    .blk.wide {
        grid-column: span 2
    }

    .svc-bento>.blk:last-child {
        grid-column: span 2
    }
}

@media (max-width:520px) {
    .svc-bento {
        grid-template-columns: 1fr
    }

    .blk.feature,
    .blk.wide,
    .svc-bento>.blk:last-child {
        grid-column: span 1
    }

    .blk.wide {
        flex-direction: column;
        align-items: flex-start
    }
}

.meet-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(36px, 6vw, 88px);
    align-items: center
}

.meet-photo {
    position: relative
}

.meet-photo .frame {
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-3);
    aspect-ratio: 4/5;
    border: 6px solid var(--paper)
}

.exp-media .frame img,
.gcard .ph img,
.meet-photo .frame img,
.office-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.meet-photo .frame img {
    object-position: 50% 18%
}

.meet-photo .ring {
    position: absolute;
    inset: -18px -18px auto auto;
    width: 120px;
    height: 120px;
    border: 1px solid var(--gold-line);
    border-radius: 50%;
    z-index: -1
}

.meet-copy .sign {
    font-family: var(--serif);
    font-style: italic;
    font-size: 34px;
    color: var(--gold-deep);
    margin: 8px 0 22px
}

.meet-copy p {
    font-family: var(--sans);
    line-height: 1.75;
    color: var(--ink-soft);
    margin-bottom: 16px;
    max-width: 75ch
}

.creds {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 30px;
    margin: 28px 0 34px
}

.cred {
    display: flex;
    gap: 13px
}

.cred svg {
    width: 28px;
    flex-shrink: 0;
    margin-top: 2px
}

.cred b,
.cred span,
.gcard .cap span {
    font-family: var(--sans);
    font-size: 15px
}

.cred b {
    display: block;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: .2px
}

.cred span,
.gcard .cap span {
    color: var(--ink-mute)
}

@media (max-width:820px) {
    .meet-grid {
        grid-template-columns: 1fr
    }

    .meet-photo {
        max-width: 420px
    }

    .creds {
        grid-template-columns: 1fr
    }
}

.gal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 44px
}

.gcard {
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--paper);
    box-shadow: var(--shadow-2)
}

.gcard .ph {
    aspect-ratio: 1/1;
    overflow: hidden
}

.gcard .ph img {
    transition: transform .5s ease
}

.gcard:hover .ph img {
    transform: scale(1.04)
}

.gcard .cap,
.specials .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.gcard .cap {
    padding: 18px 20px
}

.gcard .cap b,
.rev p {
    font-size: 20px;
    color: var(--ink)
}

.gcard .cap b {
    font-family: var(--serif);
    font-weight: 600
}

.gcard .cap span {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: var(--gold-deep)
}

@media (max-width:760px) {
    .gal {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:480px) {
    .gal {
        grid-template-columns: 1fr
    }
}

.specials {
    background: var(--g800);
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 8vw, 96px)0
}

.specials .wrap {
    position: relative;
    z-index: 1;
    gap: 30px;
    flex-wrap: wrap
}

.specials .eyebrow {
    color: var(--gold-soft);
    display: block;
    margin-bottom: 12px
}

.specials h2 {
    color: #f6f2e8;
    font-size: clamp(32px, 4vw, 52px)
}

.specials .wrap .btn-gold:hover {
    border-color: #fff;
    color: #fff
}

@media (max-width:700px) {
    .specials .wrap {
        flex-direction: column;
        align-items: flex-start
    }
}

.compare {
    margin-top: 48px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-2)
}

.compare table {
    width: 100%;
    border-collapse: collapse
}

.compare td,
.compare th {
    text-align: left;
    padding: 20px 28px
}

.compare thead th {
    vertical-align: bottom;
    border-bottom: 1px solid var(--line)
}

.compare thead .feat {
    width: 46%
}

.compare thead .col {
    width: 27%;
    text-align: center
}

.compare .ch-name {
    font-family: var(--serif);
    font-size: 21px;
    color: var(--ink);
    font-weight: 600
}

.compare .col.us .ch-name {
    color: var(--gold-soft)
}

.compare .ch-sub {
    font-family: var(--sans);
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--ink-mute);
    margin-top: 4px
}

.compare .col.us .ch-sub {
    color: #a9b6a5
}

.compare tbody td {
    border-top: 1px solid var(--line-soft);
    font-family: var(--sans);
    font-size: 14.5px
}

.compare tbody td.feat {
    color: var(--ink);
    font-weight: 500
}

.compare tbody td.col {
    text-align: center
}

.compare tbody td.col.us {
    background: rgba(25, 65, 47, .05)
}

.compare .no,
.compare .yes {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.compare .yes {
    background: rgba(25, 65, 47, .1)
}

.compare .yes svg {
    width: 16px;
    height: 16px;
    stroke: var(--g700)
}

.compare .no {
    background: rgba(0, 0, 0, .05)
}

.compare .no svg {
    width: 14px;
    height: 14px;
    stroke: var(--ink-mute)
}

.compare .part,
.rev .by b {
    font-family: var(--sans);
    font-size: 12.5px;
    color: var(--ink-mute)
}

@media (max-width:680px) {

    .compare td,
    .compare th {
        padding: 14px
    }

    .compare .ch-name {
        font-size: 16px
    }

    .compare tbody td {
        font-size: 13px
    }
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px
}

.rev {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 30px;
    box-shadow: var(--shadow-1)
}

.rev .stars {
    display: flex;
    gap: 3px;
    margin-bottom: 16px
}

.rev .stars svg {
    width: 17px;
    height: 17px;
    fill: var(--gold)
}

.rev p {
    line-height: 1.45;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.rev p.expanded {
    overflow: auto
}

.rev .by {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 15px
}

.rev .av,
.rev p {
    font-family: var(--serif)
}

.rev .av {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--g700);
    color: var(--gold-soft);
    display: grid;
    place-items: center;
    font-size: 17px;
    font-weight: 600
}

.rev .by b {
    font-size: 16px;
    color: var(--ink);
    display: block;
    font-weight: 600
}

.rev .by span.av {
    color: #fff !important
}

.rev .by span {
    font-family: var(--sans);
    font-size: 15px;
    color: #222
}

@media (max-width:820px) {
    .reviews-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-inline: auto
    }
}

.contact {
    background: var(--g900);
    position: relative;
    overflow: hidden
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 72px);
    align-items: start;
    position: relative;
    z-index: 1
}

.form-card {
    background: var(--paper);
    border-radius: var(--radius-lg);
    padding: clamp(28px, 3vw, 44px);
    box-shadow: var(--shadow-3)
}

.field label,
.form-card .eyebrow {
    display: block;
    margin-bottom: 30px
}

.contact-right h2,
.form-card h3,
.rev p {
    margin-bottom: 20px
}

.field {
    margin-bottom: 16px
}

.field label {
    font-family: var(--sans);
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--ink-mute);
    margin-bottom: 7px
}

.field input,
.field select,
.field textarea {
    width: 100%;
    font-family: var(--sans);
    font-size: 14.5px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 12px 14px;
    outline: 0;
    transition: border-color .15s, box-shadow .15s
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--g600);
    box-shadow: 0 0 0 3px rgba(53, 100, 80, .14)
}

.field.row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.form-note {
    font-family: var(--sans);
    font-size: 11.5px;
    color: var(--ink-mute);
    margin: 6px 0 18px
}

.contact-right {
    color: #dbe2d6
}

.contact-right .eyebrow {
    color: var(--gold-soft);
    display: block;
    margin-bottom: 16px
}

.contact-right .lead {
    margin-bottom: 30px
}

.office-photo {
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: var(--shadow-2);
    aspect-ratio: 16/10
}

.cblock {
    display: flex;
    gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.cblock:last-child,
.pat-hours-table tr:last-child td,
.sp-compare-table tbody tr:last-child td {
    border-bottom: none
}

.cblock .ic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(220, 195, 139, .4);
    display: grid;
    place-items: center;
    flex-shrink: 0
}

.cblock .ic svg {
    width: 18px;
    height: 18px;
    stroke: var(--gold-soft);
    stroke-width: 1.5;
    fill: none
}

.cblock h4 {
    font-family: var(--sans);
    font-size: 13.5px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: var(--gold-soft);
    margin-bottom: 6px
}

.cblock a,
.cblock p,
.hours td {
    font-family: var(--sans);
    font-size: 17px
}

.cblock a,
.cblock p {
    color: #e4eadf;
    line-height: 1.5
}

.cblock a.big {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    overflow-wrap: anywhere
}

.cblock a:hover,
.foot .fnav a:hover {
    color: var(--gold-soft)
}

.hours {
    width: 100%
}

.hours td {
    padding: 3px 0;
    color: #d2dacd
}

.hours td:last-child {
    text-align: right;
    color: #fff
}

.hours tr.off td:last-child {
    color: #93a08c
}

.map {
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-top: 24px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, .1)
}

.map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(.25) sepia(.1)
}

.disclaimer-msg {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.disclaimer-msg a,
.disclaimer-msg label,
.disclaimer-msg p {
    margin: 0;
    font-size: 11px;
    color: #888
}

.disclaimer-msg a {
    color: #123327;
    text-decoration: none
}

.disclaimer-msg a:hover {
    color: #373843;
    text-decoration: none
}

.form-checkbox {
    display: flex;
    flex-wrap: nowrap;
    position: relative
}

.form-checkbox input {
    margin: 0 8px 0 0;
    height: 20px !important;
    width: 18px !important
}

.disclaimer-msg p,
.form-checkbox label {
    max-width: calc(100% - 26px);
    width: 100%;
    margin-left: auto;
    margin-bottom: 0
}

.form-checkbox label.label1 {
    bottom: -18px
}

@media only screen and (max-width:1199.99px) {
    .disclaimer-msg {
        margin: 0 0 15px
    }
}

@media only screen and (min-width:1200px) {
    .disclaimer-msg {
        margin: 30px 0 0
    }

    .disclaimer-msg:not(:first-child) {
        margin: 22px 0 0
    }
}

@media (max-width:860px) {
    .contact-grid {
        grid-template-columns: 1fr
    }
}

.foot {
    background: var(--g900);
    color: #a8b4a1;
    border-top: 1px solid rgba(220, 195, 139, .18);
    padding: 72px 0 30px;
    text-align: center
}

.foot .fbadge {
    width: 100%;
    max-width: 220px;
    height: 220px;
    border-radius: 50%;
    background: var(--paper);
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    box-shadow: var(--shadow-2)
}

.foot .fbadge img {
    height: 150px;
    width: 100%
}

.foot .fcols h5,
.foot .fnav a,
.foot .fword {
    font-family: var(--sans);
    text-transform: uppercase
}

.foot .fword {
    font-size: 12px;
    letter-spacing: 3px;
    color: var(--gold-soft)
}

.foot .ftag {
    font-family: var(--serif);
    font-style: italic;
    font-size: 24px;
    color: #d9e0d2;
    margin: 22px 0 26px
}

.foot .fnav,
.foot .socials {
    display: flex;
    justify-content: center
}

.foot .fnav {
    gap: 26px;
    flex-wrap: wrap;
    margin-bottom: 28px
}

.foot .fcols h5,
.foot .fnav a {
    letter-spacing: 1.6px
}

.foot .fnav a {
    font-size: 12px;
    color: #cdd6c9
}

.foot .socials {
    gap: 12px;
    margin-bottom: 36px
}

.foot .socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(220, 195, 139, .3);
    display: grid;
    place-items: center
}

.foot .socials a:hover {
    background: rgba(220, 195, 139, .12)
}

.foot .socials svg {
    width: 17px;
    height: 17px;
    stroke: var(--gold-soft);
    fill: none
}

.foot .fcols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 820px;
    margin: 0 auto 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    text-align: left
}

.foot .fcols h5 {
    font-size: 13.5px;
    color: var(--gold-soft);
    margin-bottom: 12px
}

.foot .fcols a,
.foot .fcols p {
    font-family: var(--sans);
    font-size: 17px;
    color: #bcc6b5;
    line-height: 1.7;
    display: block
}

.foot .fcols a {
    margin-bottom: 5px
}

.foot .fcols a:last-child {
    margin-bottom: 0 !important
}

.band.section .phone-lg:hover,
.foot .fcols a:hover {
    color: var(--gold-soft)
}

.foot .fbot,
.form-success p {
    font-family: var(--sans);
    font-size: 14px
}

.foot .fbot {
    color: #fff;
    letter-spacing: .4px
}

.footer__bottom-text a:hover {
    color: #fff
}

@media (max-width:620px) {
    .foot .fcols {
        grid-template-columns: 1fr;
        text-align: center
    }
}

.form-success {
    display: none;
    text-align: center;
    padding: 32px 20px
}

.form-success svg {
    width: 48px;
    height: 48px;
    stroke: var(--g700);
    margin: 0 auto 16px
}

.form-success h4 {
    font-family: var(--serif);
    font-size: 24px;
    color: var(--ink)
}

.form-success p {
    color: var(--ink-mute)
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--sans);
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 20px;
    justify-content: center
}

.breadcrumb a {
    color: rgba(255, 255, 255, .85);
    text-decoration: none
}

.breadcrumb a:hover {
    color: var(--gold)
}

.breadcrumb-sep {
    opacity: .6
}

.page-hero {
    background: var(--g900);
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 80%at 30% 50%, rgba(184, 152, 90, .08)0, transparent 70%);
    pointer-events: none
}

.page-hero-inner {
    position: relative;
    z-index: 1;
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--gutter);
    width: 100%;
    text-align: center
}

.page-hero-title {
    font-family: var(--serif);
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 400;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 20px !important;
    max-width: 710px;
    margin: auto;
    width: 100%
}

.page-hero-lead {
    font-family: var(--sans);
    font-size: clamp(15px, 2vw, 18px);
    color: rgba(255, 255, 255, .8);
    max-width: 620px;
    line-height: 1.65;
    margin-bottom: 32px !important;
    margin: auto;
    width: 100%
}

.contact-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
    justify-content: center
}

section.full_content_section {
    padding: 80px 0
}

.full_content_section .sp-pricing-head {
    width: 100%;
    margin: auto;
    max-width: 100%;
    text-align: center
}

.full_content_section .sp-pricing-head .hero-actions {
    margin-top: 50px;
    justify-content: center
}

@media only screen and (max-width:991px) {
    section.full_content_section {
        padding: 50px 0
    }
}

.sp-zz-section {
    padding: 80px 0;
    background: var(--cream)
}

.sp-zz-section--soft {
    background: var(--cream-2)
}

.sp-zz-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--gutter)
}

.sp-zz-inner--flip .sp-zz-media {
    order: 2
}

.sp-zz-inner--flip .sp-zz-body {
    order: 1
}

.sp-zz-media {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-2)
}

.sp-zz-media img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block
}

.sp-zz-body {
    padding: 8px 0
}

.sp-zz-body h2,
.sp-zz-body h3 {
    font-family: var(--serif);
    font-weight: 500
}

.sp-zz-body h2 {
    font-size: clamp(24px, 3vw, 36px);
    color: var(--g900);
    margin: 0 0 20px;
    line-height: 1.2
}

.sp-zz-body h3 {
    font-size: 20px;
    color: var(--g800);
    margin: 24px 0 8px
}

.sp-zz-body p,
.sp-zz-body ul,
.sp-zz-body ul li {
    font-family: var(--sans);
    font-size: 16px;
    color: var(--ink-soft);
    line-height: 1.7;
    margin: 0 0 14px
}

.sp-zz-body ul {
    font-size: 15px;
    margin: 0 0 20px;
    padding-left: 20px
}

.common-listing li,
.form-success h4,
.site-map-menu li,
.sitemap-sub-menu li,
.sp-zz-body li {
    margin-bottom: 8px
}

.sp-zz-tag {
    display: inline-block;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold-deep);
    background: var(--gold-soft);
    border: 1px solid var(--gold-line);
    border-radius: var(--radius-pill);
    padding: 4px 12px;
    margin-bottom: 14px
}

.sp-zz-cta {
    margin-top: 28px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center
}

.sp-zz-cta-note {
    font-family: var(--sans);
    font-size: 13px;
    color: var(--ink-mute)
}

@media (max-width:768px) {
    .sp-zz-inner {
        display: flex;
        flex-wrap: wrap;
        gap: 32px
    }

    .sp-zz-media {
        width: 100%;
        height: 100%
    }

    .sp-zz-body {
        width: 100%;
        padding-bottom: 0
    }

    .sp-zz-inner--flip .sp-zz-body,
    .sp-zz-inner--flip .sp-zz-media {
        order: 0
    }

    .sp-zz-media img {
        height: 260px
    }

    header.nav .nav-cta {
        display: none
    }

    .video-sec .exp-copy.reveal {
        order: 2
    }

    .video-sec .exp-media.reveal {
        order: 1;
        max-width: 100%
    }
}

.band {
    padding: 64px 0
}

.band .inner {
    max-width: var(--maxw);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap
}

.band .inner>div:first-child {
    flex: 1 1 400px
}

.band .inner>div.actions {
    flex-shrink: 0
}

.band .inner h2 {
    font-family: var(--serif);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 400;
    color: inherit;
    margin: 0 0 20px
}

.band .inner p {
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.65;
    margin: 0 0 28px
}

.band .actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.band.section {
    background: var(--cream-2);
    color: #fff
}

.band.section.green {
    background: var(--g800);
    color: #fff
}

.band.section.green-deep {
    background: var(--g900);
    color: #fff
}

.band.section.cream2,
.band.section.sp-zz-section--soft {
    background: var(--cream-2);
    color: var(--ink)
}

.btn-primary {
    background: var(--gold);
    border: 1px solid var(--gold);
    color: #fff;
    transition: background .2s, transform .15s;
    cursor: pointer
}

.btn-primary:hover {
    background: 0 0;
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-1px)
}

.btn-ghost,
.btn-light,
.btn-primary {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: var(--radius-pill);
    text-decoration: none;
    display: inline-block
}

.btn-light {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .35);
    transition: background .2s
}

.btn-light-hover:hover,
.btn-light:hover {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

.btn-ghost {
    background: 0 0;
    color: var(--g800);
    border: 1px solid var(--line);
    transition: border-color .2s
}

.btn-ghost:hover {
    border-color: var(--g700)
}

.btn-lg {
    padding: 15px 36px;
    font-size: 15px
}

.btn-285 {
    min-width: 285px;
    text-align: center
}

.phone-lg {
    font-family: var(--serif);
    font-size: 22px;
    color: var(--g900);
    text-decoration: none;
    letter-spacing: .01em
}

.legal-content a:hover,
.phone-lg:hover {
    color: var(--gold-deep)
}

.band.section .phone-lg {
    color: rgba(255, 255, 255, .85)
}

.band.section .phone-lg svg {
    stroke: currentColor
}

.sp-faq {
    background: var(--paper);
    padding: 80px 0
}

.sp-faq-head {
    text-align: center;
    width: 100%;
    margin: auto
}

.sp-faq-list {
    max-width: 1000px;
    margin: 0 auto
}

.sp-faq-item {
    border-bottom: 1px solid #c3baa7
}

.sp-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    background: 0 0;
    border: 0;
    cursor: pointer;
    font-family: var(--sans);
    font-size: 18px;
    font-weight: 500;
    color: var(--ink);
    text-align: left
}

.sp-faq-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    stroke: var(--g700);
    transition: transform .25s
}

.sp-faq-item.open .sp-faq-icon {
    transform: rotate(45deg)
}

.sp-faq-a {
    font-family: var(--sans);
    font-size: 16px;
    color: var(--ink-soft);
    line-height: 1.7;
    padding: 0 0 20px;
    display: none
}

.sp-faq-item.open .sp-faq-a {
    display: block
}

.about-team-section {
    background: var(--cream);
    padding: 80px 0
}

.about-team-head {
    text-align: center;
    width: 100%;
    margin: auto
}

.about-team-intro {
    text-align: center;
    font-family: var(--sans);
    font-size: 16px;
    color: var(--ink-soft);
    max-width: 560px;
    margin: 0 auto 48px;
    line-height: 1.65
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 28px;
    max-width: var(--maxw);
    margin: 0 auto
}

.team-card {
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-1);
    transition: box-shadow .25s, transform .25s
}

.team-card:hover {
    box-shadow: var(--shadow-3);
    transform: translateY(-3px)
}

.team-card-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: flex
}

.about-photo-item img,
.before_after_gallery_sec .gallery .shot .img img,
.team-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.team-card-body {
    padding: 24px
}

.team-card-name {
    font-family: var(--serif);
    font-size: 25px;
    font-weight: 500;
    color: var(--g900);
    margin: 0 0 10px
}

.team-card-title {
    font-family: var(--sans);
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--gold-deep);
    margin: 0 0 12px
}

.team-card-bio {
    font-family: var(--sans);
    font-size: 16px;
    color: var(--ink-soft);
    line-height: 1.65;
    margin: 0
}

.team-card-img--placeholder {
    background: #d4d4d4;
    align-items: center;
    justify-content: center
}

.team-card-img--placeholder svg {
    width: 64px;
    height: 64px;
    color: #f2f2f2
}

.team-bio-wrap {
    max-height: 108px;
    overflow: hidden;
    position: relative
}

.team-bio-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 36px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff)
}

.team-bio-wrap--expanded {
    max-height: none
}

.team-bio-wrap--expanded::after {
    content: none
}

.team-read-more {
    font-family: var(--sans);
    font-size: 13px;
    color: var(--g700);
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin-top: 14px;
    text-decoration: underline;
    text-align: left;
    display: inline-block
}

.about-reviews {
    background: var(--cream-2);
    padding: 80px 0
}

.rev-tabs {
    display: flex;
    gap: 8px;
    justify-content: left;
    margin-bottom: 40px;
    flex-wrap: wrap
}

.rev-tab {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 9px 22px;
    border-radius: var(--radius-pill);
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink-soft);
    cursor: pointer;
    transition: all .2s;
    display: flex;
    gap: 5px
}

.rev-tab--active,
.rev-tab:hover {
    background: var(--g800);
    color: #fff;
    border-color: var(--g800)
}

.rev-panel--hidden {
    display: none !important
}

.rev-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
    max-width: var(--maxw);
    margin: 0 auto
}

.rev-card {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 24px;
    box-shadow: var(--shadow-1);
    display: flex;
    flex-direction: column;
    gap: 12px
}

.rev-card-top {
    display: flex;
    align-items: center;
    gap: 12px
}

.rev-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--g700);
    display: grid;
    place-items: center;
    font-family: var(--sans);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0
}

.rev-avatar--yelp {
    background: #d32323
}

.rev-meta {
    flex: 1
}

.rev-name,
.rev-source {
    font-family: var(--sans)
}

.rev-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    margin: 0 0 2px
}

.rev-source {
    display: flex;
    color: var(--ink-mute);
    margin: 0
}

.rev-source svg {
    width: 30px;
    height: 30px
}

.rev-stars {
    color: var(--gold);
    letter-spacing: 2px;
    font-size: 25px
}

.rev-body {
    font-family: var(--sans);
    font-size: 16px;
    color: var(--ink-soft);
    line-height: 1.72;
    margin: 0;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: none
}

.rev-body--expanded {
    overflow: auto
}

.rev-read-more {
    font-family: var(--sans);
    font-size: 13px;
    color: var(--g700);
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    text-align: left
}

.about-gallery {
    background: var(--paper);
    padding: 80px 0
}

.about-gallery-head {
    text-align: center;
    margin-bottom: 40px;
    max-width: var(--maxw);
    margin-left: auto;
    margin-right: auto;
    padding: 0 var(--gutter)
}

.about-photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 12px;
    max-width: var(--maxw);
    margin: 0 auto
}

.about-photo-item {
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    position: relative
}

.about-photo-item img {
    height: 220px;
    display: block;
    transition: transform .4s
}

.about-photo-item:hover img {
    transform: scale(1.04)
}

.glb {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    flex-direction: column
}

.glb.open {
    display: flex
}

.glb-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .92)
}

.glb-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%
}

.glb-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px
}

.glb-count {
    font-family: var(--sans);
    font-size: 13px;
    color: rgba(255, 255, 255, .6)
}

.glb-close {
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 4px;
    color: #fff;
    display: flex
}

.glb-arrow svg,
.glb-close svg {
    width: 24px;
    height: 24px;
    stroke: currentColor
}

.glb-stage {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 64px
}

.glb-stage img {
    max-width: 100%;
    max-height: 450px;
    border-radius: var(--radius-md);
    object-fit: contain
}

.homepage_gallery_box div#glbBadges {
    display: flex;
    gap: 10px;
    color: #fff;
    justify-content: center;
    margin-top: 5px
}

.glb-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .12);
    border: 0;
    cursor: pointer;
    padding: 12px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    transition: background .2s
}

.glb-arrow:hover {
    background: rgba(255, 255, 255, .25)
}

.glb-arrow svg {
    width: 22px;
    height: 22px
}

.glb-prev {
    left: 16px
}

.glb-next {
    right: 16px
}

.homepage_gallery_box .glb-footer {
    padding: 10px 10px 15px
}

.homepage_gallery_box .glb-footer .glb-cap {
    font-family: var(--sans);
    display: flex;
    justify-content: center;
    color: #fff;
    gap: 10px;
    font-size: 15px;
    line-height: normal
}

.contact-page {
    background: var(--cream)
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 48px;
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 72px var(--gutter)
}

@media (max-width:860px) {
    .contact-container {
        grid-template-columns: 1fr
    }
}

.info-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 36px 32px;
    box-shadow: var(--shadow-1);
    margin-bottom: 20px
}

.info-card-title {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 500;
    color: var(--g900);
    margin: 0 0 20px
}

.info-practice-name {
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    margin: 0 0 6px
}

.info-address {
    font-family: var(--sans);
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.6;
    margin: 0 0 4px
}

.info-note {
    font-family: var(--sans);
    font-size: 12px;
    color: var(--ink-mute);
    margin: 4px 0 0
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.hours-day {
    font-family: var(--sans);
    font-size: 14px;
    color: var(--ink);
    font-weight: 600;
    margin: 0
}

.hours-sep {
    color: var(--line);
    margin: 0 6px
}

.hours-time {
    font-family: var(--sans);
    font-size: 14px;
    color: var(--ink-soft)
}

.hours-closed {
    color: var(--ink-mute);
    font-style: italic
}

.contact-form-title {
    font-family: var(--serif);
    font-size: 26px;
    font-weight: 400;
    color: var(--g900);
    margin: 0 0 28px
}

.appt-form {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 40px 36px;
    box-shadow: var(--shadow-1)
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

@media (max-width:480px) {
    .form-row-2 {
        grid-template-columns: 1fr
    }
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px
}

.form-label {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--ink-soft)
}

.form-input,
.form-textarea {
    font-family: var(--sans);
    font-size: 14px;
    color: var(--ink);
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 11px 14px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .2s, box-shadow .2s;
    outline: 0
}

.form-input:focus,
.form-textarea:focus {
    border-color: var(--g700);
    box-shadow: 0 0 0 3px rgba(42, 78, 60, .1)
}

.form-textarea {
    resize: vertical;
    min-height: 120px
}

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px
}

.check-input {
    width: 16px;
    height: 16px;
    accent-color: var(--g700);
    flex-shrink: 0;
    margin-top: 2px
}

.check-label,
.pat-dl-head p,
.pat-dl-info h3,
.pat-hours-table td {
    font-family: var(--sans);
    color: var(--ink-soft)
}

.check-label {
    font-size: 13px;
    line-height: 1.5
}

.form-legal-links a,
.legal-content a {
    color: var(--g700)
}

.form-error {
    font-family: var(--sans);
    font-size: 12px;
    color: #c0392b;
    margin-top: 2px;
    display: none
}

.form-submit {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    border-radius: var(--radius-pill)
}

.faqs_main_section_blk {
    background: var(--cream-2)
}

.pat-section {
    background: var(--cream);
    padding: 72px 0
}

.pat-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 48px;
    align-items: start;
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--gutter)
}

@media (max-width:860px) {
    .pat-grid {
        grid-template-columns: 1fr;
        gap: 36px
    }
}

.pat-downloads {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.pat-dl-head {
    margin-bottom: 4px
}

.pat-dl-head h2,
.pat-hours-head h2 {
    font-family: var(--serif);
    font-weight: 400;
    color: var(--g900)
}

.pat-dl-head h2 {
    font-size: clamp(22px, 2.5vw, 30px);
    margin: 0 0 8px
}

.pat-dl-head p {
    font-size: 16px;
    color: var(--ink-mute);
    margin: 0;
    line-height: 1.6
}

.pat-dl-card {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 24px;
    box-shadow: var(--shadow-1);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .2s
}

.pat-dl-card:hover {
    box-shadow: var(--shadow-2)
}

.pat-dl-icon,
.pat-dl-icon svg {
    width: 36px;
    height: 36px;
    stroke: var(--g700);
    fill: none
}

.pat-dl-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--ink);
    margin: 0 0 10px
}

.pat-dl-btn,
.pat-dl-info p {
    font-family: var(--sans);
    font-size: 16px
}

.pat-dl-info p {
    color: var(--ink-mute);
    margin: 0 0 10px;
    line-height: 1.6
}

.pat-dl-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: var(--gold-deep);
    text-decoration: underline
}

.pat-dl-btn svg {
    width: 14px;
    height: 14px;
    stroke: var(--gold-deep)
}

.pat-hours-section .wrap {
    padding: 0 !important
}

.pat-dl-btn:hover {
    color: var(--g800)
}

.pat-hours-section {
    background: var(--cream-2);
    border-radius: var(--radius-md);
    padding: 24px
}

.pat-hours-head {
    margin-bottom: 16px
}

.pat-hours-head h2 {
    font-size: 20px;
    margin: 0
}

.pat-hours-table {
    width: 100%;
    border-collapse: collapse
}

.pat-hours-table td {
    font-size: 14px;
    padding: 9px 0;
    border-bottom: 1px solid var(--line-soft)
}

.pat-hours-table td:first-child {
    font-weight: 600;
    color: var(--ink)
}

.pat-hours-table .closed td,
.pat-upload-box>p {
    color: var(--ink-mute)
}

.pat-upload-box {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 36px;
    box-shadow: var(--shadow-1)
}

.pat-upload-box h2 {
    font-family: var(--serif);
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 600;
    color: var(--g900);
    margin: 0 0 10px
}

.pat-upload-box>p {
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 28px
}

.pat-upload-form {
    display: flex;
    flex-direction: column
}

.pat-file-zone {
    border: 2px dashed var(--line);
    border-radius: var(--radius-md);
    padding: 48px 24px;
    text-align: center;
    cursor: pointer;
    transition: border-color .2s, background .2s
}

.pat-file-zone.drag-over,
.pat-file-zone:hover {
    border-color: var(--g700);
    background: rgba(42, 78, 60, .04)
}

.pat-file-zone-icon {
    width: 40px;
    height: 40px;
    stroke: var(--g700);
    margin: 0 auto 12px
}

.pat-file-name {
    font-family: var(--sans);
    font-size: 13px;
    color: var(--ink-mute);
    margin-top: 8px
}

.pat-thankyou {
    text-align: center;
    padding: 40px 24px
}

.pat-ty-icon {
    width: 48px;
    height: 48px;
    stroke: var(--g700);
    margin: 0 auto 16px
}

.pat-ty-icon svg {
    fill: var(--g900);
    border: 1px solid var(--g900);
    border-radius: 30px
}

.pat-ty-msg {
    font-family: var(--sans);
    font-size: 15px;
    color: var(--ink-soft);
    margin: 0 0 28px
}

.pat-ty-book,
.pat-ty-call {
    display: inline-block;
    margin: 6px
}

.pat-form-error,
.pat-ty-contact {
    font-family: var(--sans);
    font-size: 13px
}

.pat-ty-contact {
    color: var(--ink-mute);
    margin-top: 16px
}

.pat-form-error {
    color: #c0392b;
    margin-top: 8px;
    display: none
}

.sp-steps {
    background: var(--paper);
    padding: 80px 0
}

.sp-step-list,
.sp-steps-head {
    max-width: var(--maxw);
    margin: 0 auto 48px;
    padding: 0 var(--gutter)
}

.sp-steps-head .h2 {
    color: var(--g900)
}

.sp-step-list {
    margin: 0 auto
}

.sp-step {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    padding: 28px 0;
    border-bottom: 1px solid var(--line-soft)
}

.sp-step:first-child {
    border-top: 1px solid var(--line-soft)
}

.sp-step-body h3,
.sp-step-num {
    font-family: var(--sans);
    font-weight: 600
}

.sp-step-num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--g900);
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px
}

.sp-step-body h3 {
    font-size: 18px;
    color: var(--ink);
    margin: 0 0 10px;
    line-height: 1.3
}

.sp-step-body p {
    font-family: var(--sans);
    font-size: 16px;
    color: var(--ink-mute);
    margin: 0;
    line-height: 1.65
}

.sp-pricing-head {
    max-width: var(--maxw);
    padding: 64px var(--gutter)
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.btn-secondary,
.site-map-menu a,
.sitemap-sub-menu a {
    font-family: var(--sans);
    font-size: 14px;
    text-decoration: none
}

.btn-secondary {
    display: flex;
    background: 0 0;
    color: var(--g800);
    border: 1px solid var(--g700);
    font-weight: 600;
    padding: 12px 28px;
    border-radius: var(--radius-pill);
    display: inline-block;
    transition: background .2s
}

.btn-secondary:hover {
    background: var(--g800);
    color: #fff
}

.full_content_section {
    background: var(--cream-2)
}

.legal-section {
    background: var(--cream);
    padding: 72px 0 96px
}

.legal-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 var(--gutter);
    font-family: var(--sans);
    font-size: 16px;
    color: var(--ink-soft);
    line-height: 1.75
}

.legal-content .h2,
.legal-content .section-title {
    font-family: var(--serif);
    font-size: clamp(20px, 2.5vw, 30px);
    font-weight: 600;
    color: var(--g900);
    margin: 40px 0 12px;
    line-height: 1.25
}

.legal-content .section-desc,
.wrap.error-404-wrap h1 {
    margin-bottom: 20px
}

.legal-content h3 {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 500;
    color: var(--g800);
    margin: 28px 0 8px
}

.common-listing {
    padding-left: 20px;
    margin: 0 0 16px
}

.eleventh_main_sec,
.section_padding {
    background: var(--cream);
    padding: 72px 0
}

.container.mxw-1024,
.eleventh_main_container,
.same_container_1440 {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--gutter)
}

.content-section h2,
.same_sec1 h2 {
    font-family: var(--serif);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 400;
    color: var(--g900);
    margin: 0 0 32px
}

.site-map-menu-blk {
    width: 100%;
    max-width: 1000px;
    margin: auto
}

ul#site-map-menu {
    width: fit-content
}

.site-map-menu h3,
.sitemap-sub-menu h3 {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--g800);
    margin: 0 0 12px
}

.site-map-menu ul,
.sitemap-sub-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px
}

ul.sitemap-sub-menu {
    margin-top: 10px
}

.site-map-menu a,
.sitemap-sub-menu a {
    color: var(--g700)
}

.site-map-menu a:hover,
.sitemap-sub-menu a:hover {
    color: var(--gold-deep);
    text-decoration: underline
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

.col-md-6 {
    flex: 1 1 calc(50% - 12px);
    min-width: 220px
}

@media (max-width:991px) {

    .eleventh_main_sec,
    .section_padding {
        padding: 50px 0
    }
}

.error-404 {
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0
}

.error-404-wrap {
    text-align: center;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 var(--gutter)
}

.error-404-number {
    font-family: var(--serif);
    font-size: clamp(80px, 18vw, 160px);
    font-weight: 400;
    color: var(--g900);
    line-height: 1;
    margin: 0 0 20px;
    opacity: .15
}

.error-404-lead {
    font-family: var(--sans);
    font-size: clamp(15px, 2vw, 18px);
    color: var(--ink-soft);
    max-width: 400px;
    margin: 0 auto 32px;
    line-height: 1.65
}

.error-404-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center
}

.error-404-links a.btn.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center
}

.page_content_wrap_blk section:nth-child(odd):not(.band) {
    background: var(--cream)
}

.page_content_wrap_blk section:nth-child(even):not(.band) {
    background: #e8eef5
}

.full_content_section p.lead {
    max-width: 980px
}

.last_sec_left_side_col {
    flex: unset !important;
    max-width: 700px;
    width: 100%
}

.last_sec_left_side_col p {
    margin-bottom: 0 !important
}

.last_section_btn_blk {
    max-width: 290px;
    width: 100%
}

.last_sec_left_side_col h2,
.last_sec_left_side_col p {
    color: var(--ink) !important
}

.last_section_btn_blk a.btn.btn-ghost {
    width: 100%;
    max-width: 290px;
    color: var(--gold);
    text-align: center;
    text-transform: capitalize;
    border-color: var(--gold)
}

.last_section_btn_blk a.btn.btn-light {
    width: 100%;
    max-width: 290px;
    text-align: center;
    background: var(--gold);
    border-color: var(--gold)
}

.last_section_btn_blk a.btn.btn-ghost:hover {
    background-color: var(--gold);
    color: #fff;
    border-color: var(--gold)
}

.last_section_btn_blk a.btn.btn-light:hover {
    background-color: transparent;
    border-color: var(--gold);
    color: var(--gold)
}

.differentiate_section {
    padding: clamp(56px, 8vw, 96px)0
}

.differentiate_sec_container,
.sp-pricing .wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--gutter)
}

.sp-pricing-head .h2,
.sp-two-col-text-left h2,
.sp-two-col-text-right h2 {
    font-family: var(--serif);
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 12px
}

.sp-two-col-text-left>p,
.sp-two-col-text-right>p {
    font-family: var(--sans);
    font-size: 16px;
    color: var(--ink-soft);
    margin: 0 0 28px;
    line-height: 1.65
}

.dental_diff_sec .sp-two-col-text-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.dental_diff_sec .sp-two-col-text-left ul li {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-1);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    color: var(--ink-soft);
    padding: 0 20px 24px
}

.dental_diff_sec .sp-two-col-text-left ul li img {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    aspect-ratio: 4/3;
    object-fit: contain;
    object-position: center;
    background: var(--cream-2)
}

.dental_diff_sec .sp-two-col-text-left ul li strong {
    display: block;
    font-family: var(--sans);
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 6px
}

.sp-two-col-text-right ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.sp-two-col-text-right ul li {
    font-family: var(--sans);
    font-size: 15px;
    color: var(--ink-soft);
    line-height: 1.6;
    padding-left: 20px;
    position: relative
}

.sp-two-col-text-right ul li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: var(--gold)
}

@media (max-width:768px) {
    .dental_diff_sec .sp-two-col-text-left ul {
        grid-template-columns: 1fr
    }
}

.sp-pricing {
    padding: clamp(56px, 8vw, 96px)0;
    background: var(--cream)
}

.sp-pricing-head {
    text-align: center;
    margin: 0 auto 48px
}

.sp-pricing-head .h2 {
    font-size: clamp(28px, 4vw, 46px);
    margin: 0 0 25px
}

.sp-pricing-head .lead {
    font-family: var(--sans);
    font-size: 16px;
    color: var(--ink-soft);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.65
}

.sp-price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch
}

.sp-price-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 0
}

.sp-price-card--featured {
    border-color: var(--g700);
    border-width: 2px;
    box-shadow: var(--shadow-2)
}

.sp-price-card-header {
    margin-bottom: 20px
}

.sp-price-label {
    display: block;
    font-family: var(--sans);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 6px
}

.sp-price-badge,
.sp-price-includes li {
    font-family: var(--sans);
    color: var(--ink-soft)
}

.sp-price-badge {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.sp-price-amount {
    font-family: var(--sans);
    font-size: clamp(28px, 3.5vw, 38px);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.1
}

.sp-price-amount span {
    display: block;
    font-size: clamp(16px, 2vw, 22px);
    color: var(--ink-soft);
    font-weight: 600;
    margin-top: 4px
}

.sp-price-includes {
    list-style: none;
    padding: 0;
    margin: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.sp-price-includes li {
    font-size: 16px;
    line-height: 1.5
}

.sp-price-note {
    font-family: var(--sans);
    font-size: 14px;
    color: var(--ink-muted, var(--ink-soft));
    opacity: .75;
    margin: 20px 0;
    padding-top: 16px;
    border-top: 1px solid var(--line);
    line-height: 1.55
}

.sp-price-card .btn-primary {
    display: block;
    text-align: center;
    background: var(--g900);
    color: #fff;
    border-radius: var(--radius-md);
    padding: 13px 20px;
    margin-top: auto
}

.sp-price-card .btn-primary:hover {
    background: var(--g700)
}

@media (max-width:900px) {
    .sp-price-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto
    }
}

@media (max-width:700px) {
    .band .inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px
    }

    .band .inner>div.actions {
        width: 100%
    }

    .band .actions {
        flex-direction: column;
        width: 100%
    }

    .band .actions .btn-gold,
    .band .actions .btn-light,
    .band .actions a {
        width: 100%;
        text-align: center;
        justify-content: center
    }

    .band .phone-lg {
        display: flex;
        align-items: center;
        gap: 10px
    }
}

@media (max-width:480px) {
    .hero-actions {
        flex-direction: column;
        align-items: stretch
    }

    .hero-actions .btn-primary,
    .hero-actions .btn-secondary {
        text-align: center;
        display: block
    }
}

@media (max-width:600px) {

    .full_content_section .sp-pricing-head,
    .sp-pricing-head {
        padding: 40px var(--gutter)
    }

    .full_content_section .sp-pricing-head .h2,
    .sp-pricing-head .h2 {
        font-size: clamp(22px, 5vw, 32px)
    }

    .sp-step {
        gap: 18px;
        padding: 20px 0
    }

    .sp-step-num {
        width: 40px;
        height: 40px;
        font-size: 15px;
        flex-shrink: 0
    }
}

@media (max-width:700px) {
    .sp-price-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto
    }
}

@media (max-width:640px) {
    .dental_diff_sec .sp-two-col-text-left ul {
        grid-template-columns: 1fr
    }

    .dental_diff_sec .sp-two-col-text-left ul li img {
        aspect-ratio: 16/9
    }
}

@media (max-width:600px) {
    .pat-hours-table {
        width: 100%
    }

    .pat-hours-section {
        overflow-x: auto
    }

    .pat-section .wrap {
        padding: 0
    }

    .pat-grid {
        padding: 0 var(--gutter)
    }

    .page-hero {
        padding: clamp(40px, 8vw, 64px)0
    }

    .page-hero-title {
        font-size: clamp(26px, 6vw, 40px)
    }
}

@media (max-width:768px) {
    header.nav .nav-cta {
        display: none
    }
}

@media (min-width:769px) and (max-width:1100px) {
    header.nav .nav-cta {
        display: flex;
        gap: 8px
    }

    .nav-cta .payonline {
        display: none
    }

    .nav-cta .btn-gold {
        font-size: 11px;
        padding: 10px 16px
    }
}

@media (max-width:600px) {
    .sp-faq-q {
        font-size: 15px;
        padding: 16px 0
    }

    .sp-faq-a {
        padding-bottom: 16px
    }

    .legal-content {
        padding: 0 var(--gutter)
    }

    .sp-zz-section {
        padding: clamp(40px, 8vw, 64px)0
    }

    .sp-zz-inner {
        padding: 0 var(--gutter)
    }

    .pat-grid {
        display: flex;
        flex-wrap: wrap
    }

    .pat-upload-box {
        width: 100%;
        padding: 30px 20px
    }

    .pat-file-zone input#pat_file {
        width: 100%;
        text-wrap-mode: wrap
    }
}

@media (max-width:640px) {
    .differentiate_section {
        padding: clamp(40px, 8vw, 64px)0
    }
}

@media (max-width:710px) {

    .rev-grid,
    .team-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width:575px) {
    .contact-cta a.btn.btn-light.btn-light-hover.btn-lg {
        width: 100%;
        text-transform: capitalize;
        text-align: center
    }

    .btn.btn-primary {
        width: 100%;
        text-align: center
    }

    .last_section_btn_blk,
    .last_section_btn_blk a {
        max-width: 100% !important
    }

    .wrap.contact-grid {
        display: flex;
        flex-wrap: wrap
    }

    .hero .wrap.hero_container .actions a {
        width: 100%
    }

    .contact-right .cblock .hours td {
        display: flex
    }

    .contact-right .cblock .hours tr:not(:last-child) {
        margin-bottom: 10px;
        display: block
    }
}

.pat-upload-form button#patFormSubmit {
    display: flex;
    margin-top: 40px
}

.sp-compare-section {
    padding: clamp(56px, 8vw, 96px)0
}

.sp-compare-table-wrap {
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.sp-compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--paper);
    font-family: var(--sans);
    font-size: 14px;
    line-height: 1.55
}

.sp-compare-table thead tr th {
    background: var(--cream-2);
    font-weight: 700;
    font-size: 16px;
    color: var(--ink);
    padding: 16px 20px;
    text-align: center;
    border-bottom: 1px solid var(--line)
}

.sp-compare-table thead tr th:first-child {
    text-align: left;
    width: 220px;
    background: var(--paper)
}

.sp-compare-table tbody tr td {
    padding: 16px 20px;
    color: var(--ink-soft);
    text-align: center;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
    font-size: 16px
}

.sp-compare-table tbody td:not(:last-child),
.sp-compare-table thead th:not(:last-child) {
    border-right: 1px solid #d3d3d377
}

.sp-compare-table tbody tr:nth-child(even) td {
    background: var(--cream)
}

.sp-compare-table .sp-compare-label {
    text-align: left;
    font-weight: 700;
    color: var(--ink);
    font-size: 16px;
    white-space: nowrap
}

@media (max-width:640px) {
    .sp-compare-table {
        min-width: 520px
    }

    .sp-compare-table-wrap {
        border-radius: var(--radius-lg);
        box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
    }
}

.appt-form button#contact-submit {
    margin-top: 40px
}

.team_doctor_grid .team-card {
    display: flex;
    width: 100%
}

.team_doctor_grid {
    display: block;
    margin-bottom: 80px
}

.team_doctor_grid .team-card .team-card-img {
    width: 100%;
    max-width: 600px;
    height: 100%
}

.team_doctor_grid .team-card .team-card-body {
    width: 100%;
    align-content: center
}

.main_video_sec {
    padding: 80px 20px;
    background-color: #fff
}

.main_video_container {
    width: 100%;
    max-width: 800px;
    margin: auto;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .3)
}

.main_video_col,
.main_video_row {
    width: 100%
}

.main_video_module {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000
}

.main_video_module video {
    object-fit: cover
}

.play_pause_icon,
.video_controls {
    display: flex;
    align-items: center;
    justify-content: center
}

.main_video_module video,
.video_controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.video_controls {
    background: 0 0;
    transition: background .3s ease;
    z-index: 10
}

.video_controls:hover {
    background: rgba(0, 0, 0, .3)
}

.play_pause_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    font-size: 32px;
    opacity: .7;
    transition: all .3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2)
}

.video_controls:hover .play_pause_icon {
    opacity: 1;
    transform: scale(1.1)
}

.play_pause_icon.playing {
    opacity: 0
}

.progress_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: #ff6b6b;
    transition: width .1s linear;
    z-index: 20
}

/* ---------- HERO VIDEO BACKGROUND FIX ---------- */

.hero {
  position: relative;
  overflow: hidden; /* prevents any stray line/border from leaking outside hero */
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;   /* clips the hairline at the bottom */
  z-index: 0;
  line-height: 0;     /* kills inline-element whitespace gap under iframe */
}

.hero-video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 0;
}

.hero-video-embed iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  /* oversize so no edge/line from the player is ever visible */
  width: 112%;
  height: 112%;
  min-width: 100%;
  min-height: 100%;
  border: 0;
  outline: none;
  pointer-events: none; /* stops iframe from capturing clicks/hover */

  /* -50%/-50% centers it, the extra -Y% shifts the footage DOWN
     (reveals more top of frame, crops a bit more off the bottom) */
  transform: translate(-50%, -46%);
}

/* Overlay content always sits above the video */
.hero_container {
  position: relative;
  z-index: 2;
}

/* Optional: darken video slightly so text stays legible if you push it further */
.hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,20,40,0.35) 0%, rgba(10,20,40,0.55) 100%);
  pointer-events: none;
  z-index: 1;
}

@media only screen and (max-width:1024.98px){
    .hero{
        min-height:clamp(535px, 78vh, 760px);
    }
}
@media only screen and (max-width:575.98px){
    .hero-video-embed{
        padding-bottom:59.25% !important;
    }
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 991px) {
  /* On small screens Vimeo aspect changes a lot — oversize more to avoid letterboxing/line */
  .hero-video-embed iframe {
    width: 180%;
    height: 140%;
    transform: translate(-50%, -46%);
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .hero-video-embed iframe {
    width: 118%;
    height: 118%;
    transform: translate(-50%, -46%);
  }
}

@media (max-width:600px) {
    .play_pause_icon {
        width: 60px;
        height: 60px;
        font-size: 24px
    }
}

@media (max-width:991px) {
    .main_video_sec {
        padding: 50px 20px
    }
}

@media (min-width:992px) {

    .hero-video,
    .hero-video-embed {
        position: absolute;
        inset: 0;
        overflow: hidden
    }

    .hero-video,
    .hero-video::after {
        z-index: 1;
        pointer-events: none
    }

    .hero-video::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(1, 25, 54, .92)0, rgba(1, 25, 54, .72) 34%, rgba(1, 25, 54, .28) 62%, rgba(1, 25, 54, .12) 100%)
    }

    .hero-video-embed {
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
        box-shadow: none;
        background: #011936
    }

    .hero-video-embed iframe {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100vw;
        height: 56.25vw;
        min-height: 100%;
        min-width: 177.78vh;
        transform: translateX(-50%);
        border: 0;
        top: -5%;
        border-radius: 0
    }

    .wrap.hero_container {
        position: relative;
        z-index: 2;
        display: block
    }

    .hero-content {
        max-width: 700px
    }
}

@media (max-width:991px) {
    .hero {
        min-height: auto;
        display: block
    }

    .hero .bg::after {
        content: unset
    }

    .hero .bg {
        z-index: 2
    }

    .hero .bg img {
        display: none
    }

    .hero-video,
    .hero-video-embed {
        position: relative;
        width: 100%;
        overflow: hidden
    }

    .hero-video {
        inset: 0;
        z-index: 1;
        pointer-events: none
    }

    .hero-video-embed {
        padding-bottom: 56.25%;
        height: 0;
        border-radius: 0;
        box-shadow: none;
        background: #011936
    }

    .hero-video-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
        min-width: auto;
        min-height: auto;
        border: 0;
        border-radius: 0;
        scale: 1.3;
    }

    .wrap.hero_container {
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
        z-index: 2;
        display: block;
        background: var(--g900)
    }

    .hero-content {
        width: 100%;
        max-width: 100%;
        text-align: center
    }

    .hero .eyebrow,
    .hero h1,
    .hero p.lead {
        text-align: left;
        max-width: 100%
    }

    .hero h1 {
        line-height: normal
    }

    .hero-content .actions {
        justify-content: left !important
    }

    .team_doctor_grid .team-card {
        flex-wrap: wrap
    }

    .team_doctor_grid .team-card .team-card-img {
        width: 100%;
        max-width: 100%;
        height: auto
    }
}

@media only screen and (max-width:768.98px) {
    .hero {
        min-height: 423px
    }
}

@media only screen and (max-width:575.98px) {
    .hero-video-embed {
        height: 100%
    }

    .hero-video-embed iframe {
        scale: 1.4;
    }

    .hero .bg::after {
        background: linear-gradient(90deg, rgba(1, 25, 54, .92)0, rgba(1, 25, 54, .72) 34%, rgba(1, 25, 54, .28) 62%, rgba(1, 25, 54, .12) 100%)
    }
}

@media (max-width:480px) {
    .wrap.hero_container {
        padding-top: 24px;
        padding-bottom: 30px
    }

    /*.hero-video-embed iframe {*/
    /*    scale: 1.1*/
    /*}*/
}

@media only screen and (max-width:425.98px) {
    /*.hero-video-embed iframe {*/
    /*    scale: 1.1*/
    /*}*/
}

@media (max-width:375px) {
    .hero-video-embed {
        padding-bottom: 58.6% !important;
    }

    /*.hero-video-embed iframe {*/
    /*    scale: 1.1*/
    /*}*/
}

@media (max-width:325px) {
    /*.hero-video-embed iframe {*/
    /*    scale: 1.1;*/
    /*}*/
    .hero-video-embed {
        padding-bottom: 54.6% !important;
    }
}

@media (max-width:320px) {
    .hero-video-embed {
        padding-bottom: 55.6% !important;
    }
}

.before_after_gallery_sec div#galTabs.tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 50px
}

.before_after_gallery_sec div#galTabs.tabs .tab {
    font-size: 14.5px;
    font-weight: 500;
    padding: 9px 18px;
    border-radius: 5px;
    border: 1px solid var(--gold-deep);
    background: #fff;
    color: #222;
    cursor: pointer;
    transition: all .15s
}

.before_after_gallery_sec div#galTabs.tabs .tab:hover {
    border-color: var(--gold-deep)
}

.before_after_gallery_sec div#galTabs.tabs .tab.active {
    background: var(--gold-deep);
    color: #fff;
    border-color: var(--gold-deep)
}

.before_after_gallery_sec div#gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 32px;
    justify-content: left
}

.before_after_gallery_sec .gallery .shot .img {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #111;
    cursor: pointer
}

.before_after_gallery_sec .gallery .img .ba {
    display: none;
    gap: 10px;
    font-size: 18px;
    margin-top: 10px
}

.before_after_gallery_sec .gallery figcaption.cap {
    display: grid;
    margin-top: 10px
}

@media (max-width:575px) {
    .before_after_gallery_sec div#gallery {
        grid-template-columns: 1fr
    }
}

@media only screen and (min-width:576px) and (max-width:991px) {
    .before_after_gallery_sec div#gallery {
        grid-template-columns: repeat(2, 1fr)
    }
}

.content_implant_guide_blk img {
    width: 100%;
    max-width: 460px
}

.content_implant_guide_blk .guide-details h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700
}

.content_implant_guide_blk .guide-details {
    margin-top: 40px
}

.content_implant_guide_blk .guide-details ul {
    margin-left: 20px;
    margin-top: 15px
}

.content_implant_guide_blk .guide-details ul li {
    font-family: var(--sans);
    font-size: 20px;
    line-height: 1.72;
    color: #fff;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .content_implant_guide_blk .guide-details h3 {
        font-size: 24px
    }

    .content_implant_guide_blk .guide-details ul li {
        font-size: 18px
    }
}

.before_after_slider_sec {
    background: var(--cream, #f9f6f0)
}

.before_after_slider_col,
.before_after_slider_sec .wrap {
    position: relative
}

.before_after_slider_sec .section-head.center {
    margin-bottom: 50px
}

.before_after_slider_sec .ba-wrapper {
    padding-bottom: 8px
}

.before_after_slider_sec .ba-track {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center
}

.before_after_slider_sec .ba-item {
    flex: 0 0 calc((100% - 48px)/3);
    min-width: 0;
    margin: 0;
    box-sizing: border-box
}

.before_after_slider_sec .ba-wrapper.ba-slider-active {
    overflow: hidden;
    padding-bottom: 52px
}

.before_after_slider_sec .ba-wrapper.ba-slider-active .ba-track {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-start;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1)
}

.before_after_slider_sec .ba-wrapper.ba-slider-active .ba-item {
    flex: 0 0 calc(100%/3);
    padding: 0 10px;
    box-sizing: border-box
}

.before_after_slider_sec .ba-compare {
    position: relative;
    overflow: hidden;
    padding-bottom: 45%;
    border-radius: 10px;
    background: #1a1a1a;
    cursor: ew-resize;
    user-select: none;
    -webkit-user-select: none
}

.before_after_slider_sec .ba-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.before_after_slider_sec .ba-layer-after {
    clip-path: inset(0 0 0 50%)
}

.before_after_slider_sec .ba-lbl {
    position: absolute;
    top: 14px;
    font-family: var(--sans, 'Jost', sans-serif);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 0, 0, .45);
    padding: 4px 10px;
    border-radius: 4px;
    pointer-events: none;
    z-index: 3
}

.before_after_slider_sec .ba-lbl-l {
    left: 12px
}

.before_after_slider_sec .ba-lbl-r {
    right: 12px
}

.before_after_slider_sec .ba-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: rgba(255, 255, 255, .85);
    transform: translateX(-50%);
    z-index: 4;
    pointer-events: none
}

.before_after_slider_sec .ba-handle-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, .92);
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .3);
    pointer-events: none
}

.before_after_slider_sec .ba-cap {
    margin-top: 14px;
    text-align: center
}

.before_after_slider_sec .ba-cap b {
    display: block;
    font-family: var(--serif, 'Cormorant Garamond', serif);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--green-deep, #1a3028)
}

.before_after_slider_sec .ba-arrow {
    position: absolute;
    top: calc(50% - 26px);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--gold, #b89b5e);
    background: #fff;
    color: var(--green-deep, #1a3028);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background .2s, color .2s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12)
}

.before_after_slider_sec .ba-arrow svg {
    width: 20px;
    height: 20px
}

.before_after_slider_sec .ba-arrow:hover {
    background: var(--gold, #b89b5e);
    color: #fff
}

.before_after_slider_sec .ba-arrow:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.before_after_slider_sec .ba-prev {
    left: -8px
}

.before_after_slider_sec .ba-next {
    right: -8px
}

.before_after_slider_sec .ba-dots {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px
}

.before_after_slider_sec .ba-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background: #ccc;
    cursor: pointer;
    padding: 0;
    transition: background .2s, transform .2s
}

.before_after_slider_sec .ba-dot.active {
    background: var(--gold, #b89b5e);
    transform: scale(1.35)
}

@media (max-width:1199px) and (min-width:768px) {
    .before_after_slider_sec .ba-item {
        flex: 0 0 calc((100% - 24px)/2)
    }

    .before_after_slider_sec .ba-wrapper.ba-slider-active .ba-item {
        flex: 0 0 50%
    }
}

@media (max-width:767px) {
    .before_after_slider_sec .ba-item {
        flex: 0 0 100%
    }

    .before_after_slider_sec .ba-wrapper.ba-slider-active .ba-item {
        flex: 0 0 100%;
        padding: 0 4px
    }

    .before_after_slider_sec .ba-prev {
        left: -15px
    }

    .before_after_slider_sec .ba-next {
        right: -15px
    }

    .before_after_slider_sec .ba-arrow svg {
        width: 15px;
        height: 15px
    }

    .before_after_slider_sec .ba-arrow {
        width: 32px;
        height: 32px
    }
}

/* ===================== FAQ SECTION ===================== */
.faq-section {
    background: var(--paper)
}

.faq-section .section-head {
    margin-bottom: 48px
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 72px
}

.faq-col {
    min-width: 0
}

.faq-item {
    border-bottom: 1px solid var(--line)
}

.faq-col .faq-item:first-child {
    border-top: 1px solid var(--line)
}

.faq-btn {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    font-family: var(--sans)
}

.faq-btn h3 {
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 500;
    color: var(--ink);
    line-height: 1.45;
    margin: 0;
    transition: color .18s ease
}

.faq-btn:hover h3 {
    color: var(--gold-deep)
}

.faq-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: var(--gold);
    transition: transform .25s ease, color .18s ease
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
    color: var(--gold-deep)
}

.faq-body {
    overflow: hidden
}

.faq-body p {
    font-size: 0.9375rem;
    color: var(--ink-soft);
    line-height: 1.75;
    padding-bottom: 22px
}

@media (max-width: 860px) {
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 0
    }

    .faq-item:nth-child(2) {
        border-top: none
    }
}

/* ── Journey & Regional Grid Section Styles ── */
.journey-sec {
    background: #fff;
    
}
.journey-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 40px;
}
.journey-card {
    background: #fcf9f2;
    padding: 28px 22px;
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-1);
    transition: transform .2s ease, box-shadow .2s ease;
}
.journey-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-2);
}
.journey-card .j-step {
    font-family: var(--serif);
    font-size: 26px;
    font-weight: 600;
    color: var(--gold-deep);
    margin-bottom: 10px;
}
.journey-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
    color: var(--ink);
}
.journey-card p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--ink-soft);
}
@media (max-width: 1024px) {
    .journey-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .journey-grid {
        grid-template-columns: 1fr;
    }
}

.regional-sec {
    background: #fff;
   
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.regional-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 36px;
}
.reg-card {
    background: #fcf9f2;
    padding: 30px 24px;
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-1);
}
.reg-card .ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--cream);
    margin-bottom: 16px;
}
.reg-card .ic svg {
    width: 20px;
    height: 20px;
    stroke: var(--gold-deep);
}
.reg-card h3 {
    font-size: 21px;
    margin-bottom: 12px;
    color: var(--ink);
}
.reg-card p {
    font-size: 14px;
    line-height: 1.65;
    color: var(--ink-soft);
}
@media (max-width: 900px) {
    .regional-grid {
        grid-template-columns: 1fr;
    }
}

}