:root {
    --ink: #1d251f;
    --green: #24372d;
    --sage: #7d8f7f;
    --cream: #f2efe7;
    --sand: #d9c9ae;
    --orange: #bd5b35;
    --white: #fff;
    --border: rgba(29, 37, 31, 0.15);
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}
body {
    color: var(--ink);
    background: #fbfaf7;
    font-family:
        Inter,
        ui-sans-serif,
        system-ui,
        -apple-system,
        "Segoe UI",
        sans-serif;
    -webkit-font-smoothing: antialiased;
}
.skip-link {
    position: fixed;
    top: -100px;
    left: 1rem;
    z-index: 1100;
    background: #fff;
    color: #000;
    padding: 0.75rem 1rem;
}
.skip-link:focus {
    top: 1rem;
}
.site-header {
    background: rgba(251, 250, 247, 0.94);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid var(--border);
}
.navbar-brand {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    color: var(--ink) !important;
    line-height: 1;
}
.navbar-brand > span:last-child {
    display: flex;
    flex-direction: column;
}
.navbar-brand strong {
    font-family: Georgia, serif;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
}
.navbar-brand small {
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-top: 0.24rem;
}
.brand-mark {
    width: 42px;
    height: 42px;
    background: var(--green);
    color: #fff;
    display: grid;
    place-items: center;
    border-radius: 50% 50% 12% 50%;
    font-family: Georgia, serif;
    font-size: 1.5rem;
}
.nav-link {
    font-weight: 650;
    color: var(--ink);
    padding: 0.75rem 1rem !important;
}
.btn {
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 0.72rem 1.25rem;
}
.btn-brand {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
}
.btn-brand:hover,
.btn-brand:focus {
    background: #974525;
    border-color: #974525;
    color: #fff;
}
.btn-outline-brand {
    border-color: var(--green);
    color: var(--green);
}
.btn-outline-brand:hover {
    background: var(--green);
    color: #fff;
}
.hero {
    background: linear-gradient(135deg, #f7f2e9 0%, #f7f2e9 58%, #d8dfd7 58%, #d8dfd7 100%);
}
.min-vh-hero {
    min-height: 760px;
}
.eyebrow {
    color: var(--orange);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.74rem;
}
.hero h1,
.section-space h2,
.legal-hero h1 {
    font-family: Georgia, serif;
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.04em;
}
.hero h1 {
    font-size: clamp(3.4rem, 8vw, 6.9rem);
    max-width: 900px;
}
.hero h1 em {
    font-weight: 400;
    color: var(--orange);
}
.hero .lead {
    max-width: 710px;
    font-size: 1.25rem;
    line-height: 1.7;
}
.hero-visual {
    height: 520px;
    position: relative;
}
.fabric {
    position: absolute;
    inset: 0 7% 4% 12%;
    border-radius: 50% 50% 2rem 2rem;
    box-shadow: 0 30px 70px rgba(31, 44, 36, 0.2);
}
.fabric-one {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.25), transparent 45%),
        repeating-linear-gradient(92deg, #546d5d 0, #546d5d 8px, #607b68 8px, #607b68 16px);
    transform: rotate(5deg);
}
.fabric-two {
    inset: 12% 20% 0 0;
    background: linear-gradient(160deg, #dfcbb2, #bca083);
    transform: rotate(-8deg);
    mix-blend-mode: multiply;
}
.hero-card {
    position: absolute;
    right: -1rem;
    bottom: 3rem;
    width: 210px;
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
}
.hero-card span,
.hero-card small {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.68rem;
}
.hero-card strong {
    font:
        4rem/1 Georgia,
        serif;
    color: var(--orange);
    margin: 0.2rem 0;
}
.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    border-top: 1px solid var(--border);
    padding-top: 1.2rem;
    font-size: 0.85rem;
}
.trust-row span {
    display: flex;
    flex-direction: column;
}
.trust-row strong {
    font-size: 1rem;
}
.section-space {
    padding: 7rem 0;
}
.bg-cream {
    background: var(--cream);
}
.section-space h2 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
}
.section-lead {
    line-height: 1.7;
    color: #5d665f;
}
.service-card {
    height: 100%;
    min-height: 300px;
    padding: 2rem;
    background: #fff;
    border: 1px solid var(--border);
    position: relative;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(32, 41, 35, 0.08);
}
.service-no {
    font:
        2.8rem Georgia,
        serif;
    color: var(--sand);
}
.service-card h3 {
    font:
        1.7rem Georgia,
        serif;
    margin: 2.5rem 0 1rem;
}
.service-card p {
    color: #606960;
    line-height: 1.65;
}
.service-cta {
    background: var(--green);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.service-cta h3 {
    margin: 0.5rem 0 2rem;
    font-size: 2rem;
}
.service-cta a {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 1rem;
}
.history-visual {
    min-height: 530px;
    background: linear-gradient(145deg, #cab89e, #f0e6d6);
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.history-visual:before {
    content: "";
    position: absolute;
    width: 70%;
    height: 115%;
    border: 1px solid rgba(36, 55, 45, 0.3);
    transform: rotate(15deg);
}
.history-visual img {
    width: 62%;
    height: auto;
    filter: sepia(0.35);
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
.history-year {
    position: absolute;
    right: 1rem;
    bottom: -0.5rem;
    font:
        7rem Georgia,
        serif;
    color: rgba(255, 255, 255, 0.8);
}
.tradition-section blockquote {
    font:
        italic 1.65rem/1.5 Georgia,
        serif;
    border-left: 4px solid var(--orange);
    padding-left: 1.5rem;
    margin: 2rem 0;
}
.tradition-section p:not(.eyebrow):not(.small) {
    font-size: 1.08rem;
    line-height: 1.8;
    color: #555f57;
}
.sleep-section {
    background: var(--green);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.sleep-section:after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    right: -120px;
    top: -130px;
}
.sleep-section p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.1rem;
    line-height: 1.7;
}
.sleep-note {
    background: #fff;
    color: var(--ink);
    padding: 3rem;
    position: relative;
    z-index: 1;
}
.sleep-note span {
    color: var(--orange);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 800;
}
.sleep-note strong {
    display: block;
    font:
        2.1rem/1.2 Georgia,
        serif;
    margin: 1.2rem 0;
}
.sleep-note p {
    color: #626a64;
    font-size: 1rem;
}
.contact-section {
    background: #fbfaf7;
}
.contact-panel {
    border: 1px solid var(--border);
    padding: clamp(2rem, 5vw, 5rem);
    background: #fff;
    box-shadow: 20px 20px 0 var(--sand);
}
.contact-details {
    background: var(--cream);
    padding: 2rem;
}
.contact-details h3 {
    font:
        1.6rem Georgia,
        serif;
}
.contact-details a {
    color: var(--ink);
    font-weight: 700;
}
.hours-row {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 1rem;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}
.site-footer {
    background: #BD5B35;
    color: rgba(255, 255, 255, 0.72);
}
.site-footer a {
    color: #fff;
}
.footer-brand {
    font:
        3rem Georgia,
        serif;
    color: #fff;
}

.footer-bottom {
    width: 100%;
    background-color: #007D2F;
    color: #ffffff;
}

.footer-bottom__inner {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
}

.footer-bottom a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
    color: #ffffff;
    text-decoration-thickness: 2px;
}

.footer-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (max-width: 991.98px) {
    .footer-links {
        justify-content: flex-start;
        margin-top: 1rem;
    }
}


@media (max-width: 575.98px) {
    .footer-bottom__inner {
        flex-direction: column;
        gap: 0.2rem;
    }

    .footer-bottom__separator {
        display: none;
    }
}


.legal-hero {
    background: var(--cream);
    border-bottom: 1px solid var(--border);
}
.legal-hero h1 {
    font-size: clamp(3rem, 7vw, 5.5rem);
}
.legal-hero .lead {
    max-width: 720px;
}
.legal-content section {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--border);
}
.legal-content h2 {
    font:
        2rem Georgia,
        serif;
    margin-bottom: 1rem;
}
.legal-content h3 {
    font-size: 1.15rem;
    margin-top: 1.5rem;
}
.legal-content p,
.legal-content li {
    line-height: 1.8;
    color: #4f5851;
}
.legal-content a {
    color: var(--orange);
}
@media (max-width: 991.98px) {
    .min-vh-hero {
        min-height: auto;
    }
    .hero {
        background: linear-gradient(180deg, #f7f2e9 0%, #f7f2e9 68%, #d8dfd7 68%);
    }
    .hero-visual {
        height: 390px;
        max-width: 520px;
        margin: auto;
    }
    .section-space {
        padding: 5rem 0;
    }
    .navbar-collapse {
        padding: 1rem 0;
    }
    .nav-link {
        padding-left: 0 !important;
    }
    .contact-panel {
        box-shadow: 10px 10px 0 var(--sand);
    }
}
@media (max-width: 575.98px) {
    .hero h1 {
        font-size: 3.35rem;
    }
    .hero .lead {
        font-size: 1.05rem;
    }
    .trust-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .hero-visual {
        height: 310px;
    }
    .hero-card {
        right: 0;
        width: 180px;
    }
    .service-card {
        min-height: 250px;
    }
    .history-visual {
        min-height: 390px;
    }
    .history-year {
        font-size: 4.6rem;
    }
    .hours-row {
        grid-template-columns: 1fr;
    }
    .contact-actions {
        display: grid;
        gap: 0.75rem;
    }
    .contact-panel {
        padding: 1.4rem;
    }
    .section-space h2 {
        font-size: 2.55rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *:before,
    *:after {
        transition: none !important;
    }
}
