/* =========================================================
   VEDASURYA AYURVEDA
   SERVICE PAGES - SHARED STYLES
   ========================================================= */

:root {
    --ivory: #f7f1e5;
    --ivory-light: #fbf8f1;
    --cream: #efe5d2;
    --forest: #172216;
    --forest-soft: #283325;
    --gold: #a9823b;
    --gold-light: #c5a467;
    --text: #332d24;
    --muted: #6f675b;
    --line: rgba(113, 91, 54, 0.25);
    --white: #fffdf8;
    --shadow: 0 18px 45px rgba(42, 34, 23, 0.09);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    /* font-family: "Inter", Arial, sans-serif; */
    color: var(--text);
    background: var(--ivory);
    line-height: 1.75;
}

img {
    width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1180px, 90%);
    margin: 0 auto;
}

/* =========================
   HEADER
   ========================= */
/* 
.site-header {
    background: rgba(251, 248, 241, 0.98);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.brand-mark {
    width: 44px;
    height: 44px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 21px;
}

.brand-text strong {
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
}

.brand-text span {
    display: block;
    font-size: 9px;
    letter-spacing: 2px;
    color: var(--muted);
    margin-top: -2px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 25px;
}

.nav-links a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--text);
    transition: 0.25s ease;
}

.nav-links a:hover {
    color: var(--gold);
}

.nav-cta {
    background: var(--gold);
    color: white !important;
    padding: 13px 19px;
}

.menu-toggle {
    display: none;
} */

/* =========================
   HERO
   ========================= */

.service-hero {
    min-height: 430px;
    position: relative;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            90deg,
            rgba(17, 25, 16, 0.76),
            rgba(17, 25, 16, 0.28),
            rgba(17, 25, 16, 0.1)
        ),
        var(--hero-image) center center / cover no-repeat;
}

.hero-content {
    color: white;
    max-width: 720px;
    padding: 80px 0;
}

.breadcrumbs {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.78);
}

.hero-content h1 {
    font-size: clamp(44px, 6vw, 76px);
    font-weight: 400;
    line-height: 1.05;
    margin-bottom: 22px;
}

.hero-content p {
    max-width: 650px;
    font-size: 17px;
    color: rgba(255,255,255,.88);
}

/* =========================
   INTRO SECTION
   ========================= */

.section {
    padding: 90px 0;
}

.section-light {
    background: var(--ivory-light);
}

.section-cream {
    background: var(--cream);
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}

.eyebrow {
    color: var(--gold);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-bottom: 15px;
}

.serif-title {
    font-weight: 400;
    color: var(--text);
    font-size: clamp(38px, 4vw, 57px);
    line-height: 1.12;
    margin-bottom: 23px;
}

.intro-copy p {
    color: var(--muted);
    margin-bottom: 18px;
}

.divider {
    width: 58px;
    height: 1px;
    background: var(--gold);
    margin: 25px 0;
}

.editorial-image {
    border: 1px solid var(--line);
    padding: 8px;
    background: var(--white);
}

.editorial-image img {
    height: 520px;
    object-fit: cover;
}

/* =========================
   HIGHLIGHTS
   ========================= */

.highlights {
    background: var(--forest);
    color: white;
    padding: 65px 0;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.highlight {
    padding: 30px 24px;
    border-right: 1px solid rgba(255,255,255,.15);
}

.highlight:last-child {
    border-right: none;
}

.highlight-number {
    color: var(--gold-light);
    font-size: 25px;
    margin-bottom: 8px;
}

.highlight h3 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 8px;
}

.highlight p {
    font-size: 13px;
    color: rgba(255,255,255,.72);
}

/* =========================
   CONTENT BLOCKS
   ========================= */

.content-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 50px;
}

.content-heading p {
    color: var(--muted);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.feature-card {
    background: var(--white);
    border: 1px solid var(--line);
    padding: 32px 28px;
    min-height: 215px;
    transition: .25s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.feature-card .icon {
    color: var(--gold);
    font-size: 25px;
    margin-bottom: 16px;
}

.feature-card h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

.feature-card p {
    color: var(--muted);
    font-size: 14px;
}

/* =========================
   PROCESS
   ========================= */

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid var(--line);
}

.process-step {
    padding: 35px 30px;
    border-right: 1px solid var(--line);
}

.process-step:last-child {
    border-right: none;
}

.process-step span {
    color: var(--gold);
    font-size: 28px;
}

.process-step h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 12px 0 8px;
}

.process-step p {
    font-size: 14px;
    color: var(--muted);
}

/* =========================
   QUOTE / PHILOSOPHY
   ========================= */

.quote-section {
    background: #e7ddca;
    text-align: center;
    padding: 80px 20px;
}

.quote-section blockquote {
    max-width: 800px;
    margin: auto;
    font-size: clamp(25px, 3vw, 39px);
    line-height: 1.4;
    font-style: italic;
    color: var(--forest);
}

.quote-section p {
    margin-top: 20px;
    color: var(--gold);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* =========================
   CTA
   ========================= */

.cta {
    background: var(--forest);
    color: white;
    padding: 70px 0;
}

.cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.cta h2 {
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 400;
    line-height: 1.15;
    max-width: 650px;
}

.cta p {
    color: rgba(255,255,255,.72);
    margin-top: 12px;
}

.button {
    display: inline-block;
    background: var(--gold);
    color: white;
    padding: 14px 24px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

/* =========================
   FOOTER
   ========================= */
/* 
.footer {
    background: #10170f;
    color: white;
    padding: 60px 0 25px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr 1fr;
    gap: 45px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,.13);
}

.footer h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 18px;
}

.footer p,
.footer a {
    color: rgba(255,255,255,.65);
    font-size: 13px;
}

.footer a {
    display: block;
    margin-bottom: 8px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    color: rgba(255,255,255,.48);
    font-size: 11px;
} */

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1000px) {
    .nav-links {
        display: none;
    }

    .menu-toggle {
        display: block;
        border: 1px solid var(--line);
        background: transparent;
        padding: 9px 12px;
        cursor: pointer;
    }

    .intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .editorial-image img {
        height: 400px;
    }

    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .highlight:nth-child(2) {
        border-right: none;
    }

    .highlight:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.15);
    }

    .feature-grid {
        grid-template-columns: 1fr 1fr;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .process-step {
        border-right: none;
        border-bottom: 1px solid var(--line);
    }

    .process-step:last-child {
        border-bottom: none;
    }

    .cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    /* .footer-grid {
        grid-template-columns: 1fr 1fr;
    } */
}

@media (max-width: 650px) {
    .navbar {
        min-height: 72px;
    }

    .service-hero {
        min-height: 360px;
    }

    .hero-content {
        padding: 55px 0;
    }

    .section {
        padding: 65px 0;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
    }

    .highlight {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.15);
    }

    .highlight:last-child {
        border-bottom: none;
    }

    /* .footer-grid {
        grid-template-columns: 1fr;
    } */

    /* .footer-bottom {
        flex-direction: column;
    } */
}

/* Larger desktop displays only */
@media (min-width: 1200px) {
    .service-hero {
        height: 620px;
        min-height: 620px;

        background-size: cover;
        background-position: center;
    }
}