:root {
    --tp-cream: #fff9f4;
    --tp-sand: #f4e5d7;
    --tp-rose: #f3d6d8;
    --tp-blush: #eab8b3;
    --tp-brown: #6a4738;
    --tp-ink: #2f241f;
    --tp-muted: #725d52;
    --tp-white: #ffffff;
    --tp-shadow: 0 24px 60px rgba(70, 39, 21, 0.14);
    --tp-radius-lg: 1.75rem;
    --tp-radius-md: 1.1rem;
}

html {
    scroll-behavior: smooth;
}

body.site-body {
    min-height: 100vh;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    color: var(--tp-ink);
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 35%),
        linear-gradient(180deg, #fff7f2 0%, #f8ebe3 42%, #fdf8f2 100%);
}

h1,
h2,
h3,
h4,
h5,
.display-font {
    font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.04em;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--tp-brown);
}

.site-navbar {
    background: rgba(255, 249, 244, 0.86);
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 35px rgba(88, 56, 38, 0.08);
}

.site-navbar .navbar-brand img {
    height: 54px;
    width: auto;
}

.site-navbar .nav-link {
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--tp-ink);
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active {
    color: var(--tp-brown);
}

.page-shell {
    padding-top: 92px;
}

.parallax-hero,
.parallax-band {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.parallax-hero::before,
.parallax-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(49, 30, 20, 0.2), rgba(49, 30, 20, 0.45));
}

.parallax-hero > *,
.parallax-band > * {
    position: relative;
    z-index: 1;
}

.parallax-hero {
    min-height: 78vh;
    display: flex;
    align-items: center;
}

.parallax-band {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-home {
    background-image: url("../images/bg1.JPG");
}

.hero-about {
    background-image: url("../images/bg1.JPG");
}

.hero-services {
    background-image: url("../images/bg1.JPG");
}

.hero-policies {
    background-image: url("../images/bg1.JPG");
}

.hero-contact {
    background-image: url("../images/bg1.JPG");
}

.hero-appointment {
    background-image: url("../images/bg1.JPG");
}

.hero-logo {
    max-width: min(520px, 82vw);
    border-radius: 50%;
    box-shadow: 0 20px 60px rgba(25, 13, 8, 0.3);
}

.floating-card,
.content-card {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: var(--tp-radius-lg);
    box-shadow: var(--tp-shadow);
}

.floating-card {
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.content-card {
    padding: clamp(1.5rem, 2.4vw, 2.25rem);
}

.eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--tp-brown);
}

.lead-soft {
    color: var(--tp-muted);
    font-size: 1.06rem;
    line-height: 1.8;
}

.section-space {
    padding: clamp(4rem, 6vw, 6rem) 0;
}

.section-title {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
}

.info-strip {
    display: grid;
    gap: 1rem;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.info-item i {
    margin-top: 0.2rem;
    color: var(--tp-brown);
}

.gallery-card {
    overflow: hidden;
    border-radius: var(--tp-radius-md);
    box-shadow: 0 18px 38px rgba(70, 39, 21, 0.12);
}

.gallery-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.45s ease, opacity 0.45s ease;
    cursor: pointer;
}

.gallery-card img:hover {
    opacity: 0.94;
    transform: scale(1.05);
}

.service-image,
.feature-image {
    width: 100%;
    border-radius: var(--tp-radius-lg);
    box-shadow: var(--tp-shadow);
}

.faq-trigger {
    border-radius: 999px;
    padding: 0.9rem 1.4rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.policy-list,
.detail-list {
    display: grid;
    gap: 0.85rem;
    padding-left: 0;
    list-style: none;
}

.policy-list li,
.detail-list li {
    display: flex;
    gap: 0.8rem;
    line-height: 1.75;
    color: var(--tp-muted);
}

.policy-list i,
.detail-list i {
    margin-top: 0.35rem;
    color: var(--tp-brown);
}

.contact-card,
.form-card {
    height: 100%;
}

.form-control,
.form-select {
    min-height: 52px;
    border: 1px solid rgba(106, 71, 56, 0.15);
    border-radius: 0.95rem;
    padding: 0.85rem 1rem;
    background-color: rgba(255, 255, 255, 0.92);
}

textarea.form-control {
    min-height: 150px;
}

.btn-brand {
    border: 0;
    border-radius: 999px;
    padding: 0.95rem 1.45rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tp-white);
    background: linear-gradient(135deg, #86604e, #c48d84);
    box-shadow: 0 14px 30px rgba(134, 96, 78, 0.22);
}

.btn-brand:hover,
.btn-brand:focus {
    color: var(--tp-white);
    background: linear-gradient(135deg, #745141, #b07a71);
}

.btn-outline-brand {
    border: 1px solid rgba(106, 71, 56, 0.2);
    border-radius: 999px;
    padding: 0.95rem 1.45rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tp-brown);
    background: rgba(255, 255, 255, 0.75);
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
    color: var(--tp-white);
    background: var(--tp-brown);
}

.site-footer {
    background: #f2e2d4;
    border-top: 1px solid rgba(106, 71, 56, 0.08);
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 0.25rem;
    border-radius: 50%;
    color: var(--tp-brown);
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 10px 24px rgba(70, 39, 21, 0.08);
}

.social-links a:hover {
    color: var(--tp-white);
    background: var(--tp-brown);
}

.video-frame {
    width: 100%;
    border-radius: var(--tp-radius-lg);
    box-shadow: var(--tp-shadow);
    background: #000;
}

.modal-content {
    border: 0;
    border-radius: 1.5rem;
    overflow: hidden;
}

.modal-backdrop.show {
    opacity: 0.72;
}

@media (max-width: 991.98px) {
    .site-navbar .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 1.1rem;
        background: rgba(255, 249, 244, 0.96);
    }
}

@media (max-width: 767.98px) {
    .page-shell {
        padding-top: 84px;
    }

    .parallax-hero,
    .parallax-band {
        background-attachment: scroll;
    }

    .parallax-hero {
        min-height: 66vh;
    }

    .gallery-card img {
        height: 270px;
    }
}
