/* ============================================================
   REHAB THEME — assets/css/main.css
   Тема реабилитации с остеопатом и ортопедом
   ============================================================ */

:root {
    --cream:  #F5F0E8;
    --deep:   #1A2332;
    --sage:   #5C7A6E;
    --gold:   #C8A96E;
    --sand:   #E8DCC8;
    --mist:   #8FA8A0;
    --text:   #2C3A2E;
    --white:  #FAFAF7;
}

*,::before,::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Raleway', sans-serif;
    background: var(--cream);
    color: var(--text);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ── TOP BAR ──────────────────────────────────────────────────────────── */
.topbar {
    background: var(--deep);
    padding: 10px 24px;
    text-align: center;
    font-size: .78rem;
    letter-spacing: .1em;
    color: var(--mist);
    position: relative;
    z-index: 100;
}
.topbar a { color: var(--gold); text-decoration: none; font-weight: 600; transition: color .3s; }
.topbar a:hover { color: #fff; }

/* ── HEADER / NAV ────────────────────────────────────────────────────── */
.site-header {
    background: var(--white);
    border-bottom: 1px solid var(--sand);
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0 2px 20px rgba(26,35,50,.06);
}
.nav-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.nav-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--deep);
    text-decoration: none;
    font-weight: 700;
}
.logo-text span,
.nav-logo span { color: var(--sage); }

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--deep); border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a {
    font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
    color: var(--text); text-decoration: none; font-weight: 500;
    transition: color .3s; position: relative;
}
.nav-links a::after {
    content: ''; position: absolute; bottom: -4px; left: 0;
    width: 0; height: 1px; background: var(--gold); transition: width .3s;
}
.nav-links a:hover { color: var(--sage); }
.nav-links a:hover::after { width: 100%; }

.nav-cta {
    background: var(--sage); color: #fff !important; padding: 10px 24px;
    border-radius: 2px; font-size: .75rem; letter-spacing: .16em;
    text-transform: uppercase; text-decoration: none; font-weight: 600;
    transition: background .3s, transform .2s; white-space: nowrap;
}
.nav-cta:hover { background: var(--deep) !important; transform: translateY(-1px); }

/* ── HERO ─────────────────────────────────────────────────────────────── */
.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 88vh;
}
.hero-left {
    background: var(--deep);
    padding: 100px 80px;
    display: flex; flex-direction: column; justify-content: center;
    position: relative; overflow: hidden;
}
.hero-left::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 30% 60%, rgba(92,122,110,.25) 0%, transparent 60%);
    pointer-events: none;
}
.hero-left > * { position: relative; }
.hero-eyebrow { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; font-weight: 600; }
.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1.15; color: var(--white); margin-bottom: 28px;
}
.hero-desc { font-size: .98rem; line-height: 1.8; color: var(--mist); max-width: 420px; margin-bottom: 40px; font-weight: 300; }
.hero-desc a { color: var(--gold); text-decoration: none; font-weight: 500; border-bottom: 1px solid transparent; transition: border-color .3s; }
.hero-desc a:hover { border-bottom-color: var(--gold); }
.hero-btn {
    display: inline-block; background: var(--gold); color: var(--deep);
    padding: 16px 40px; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
    font-weight: 700; text-decoration: none; border-radius: 2px; transition: background .3s, transform .2s; align-self: flex-start;
}
.hero-btn:hover { background: #fff; transform: translateY(-2px); }
.hero-right {
    background: var(--sage); position: relative; overflow: hidden;
    min-height: 400px;
}
.hero-right::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 70% 30%, rgba(200,169,110,.3) 0%, transparent 50%),
                radial-gradient(ellipse at 20% 80%, rgba(26,35,50,.4) 0%, transparent 50%);
}
.hero-visual {
    position: absolute; inset: 0; display: flex; align-items: center;
    justify-content: center; flex-direction: column; gap: 20px; padding: 60px;
}
.hero-stat-card {
    background: rgba(250,250,247,.12); backdrop-filter: blur(12px);
    border: 1px solid rgba(250,250,247,.2); border-radius: 4px;
    padding: 24px 32px; width: 100%; max-width: 320px;
    animation: floatUp .8s ease both;
}
.hero-stat-card:nth-child(2) { animation-delay: .15s; margin-left: 40px; }
.hero-stat-card:nth-child(3) { animation-delay: .3s; }
@keyframes floatUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.8rem; color: var(--gold); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.75); font-weight: 500; }

/* ── HERO ANIM ────────────────────────────────────────────────────────── */
@keyframes fadeInLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
.hero-left > *:nth-child(1) { animation: fadeInLeft .8s .1s ease both; }
.hero-left > *:nth-child(2) { animation: fadeInLeft .8s .2s ease both; }
.hero-left > *:nth-child(3) { animation: fadeInLeft .8s .35s ease both; }
.hero-left > *:nth-child(4) { animation: fadeInLeft .8s .5s ease both; }

/* ── CLINIC BLOCK ─────────────────────────────────────────────────────── */
.clinic-block {
    background: var(--deep); padding: 50px 80px;
    display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px;
}
.clinic-icon { width: 56px; height: 56px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.clinic-text { color: var(--mist); font-size: .95rem; line-height: 1.75; }
.clinic-text strong { color: var(--white); }
.clinic-text a { color: var(--gold); text-decoration: none; font-weight: 600; transition: color .3s; }
.clinic-text a:hover { color: #fff; }
.clinic-cta {
    display: inline-block; border: 1px solid var(--gold); color: var(--gold);
    padding: 14px 32px; font-size: .76rem; letter-spacing: .16em; text-transform: uppercase;
    font-weight: 600; text-decoration: none; border-radius: 2px; transition: background .3s, color .3s; white-space: nowrap;
}
.clinic-cta:hover { background: var(--gold); color: var(--deep); }

/* ── SECTION EYEBROW ──────────────────────────────────────────────────── */
.section-eyebrow {
    font-size: .7rem; letter-spacing: .24em; text-transform: uppercase;
    color: var(--sage); font-weight: 700; margin-bottom: 14px;
    display: flex; align-items: center; gap: 12px;
}
.section-eyebrow::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }

/* ── SERVICES ─────────────────────────────────────────────────────────── */
.services { padding: 100px 80px; background: var(--white); }
.services-header { margin-bottom: 60px; max-width: 600px; }
.services-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.5vw, 2.8rem); color: var(--deep); line-height: 1.2; margin-bottom: 20px; }
.services-subtitle { color: #6B7A72; font-size: .95rem; line-height: 1.75; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.service-card { background: var(--cream); padding: 40px 36px; position: relative; overflow: hidden; transition: background .4s; }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--gold); transition: width .4s; }
.service-card:hover { background: var(--sand); }
.service-card:hover::after { width: 100%; }
.service-num { font-family: 'Playfair Display', serif; font-size: 4rem; color: rgba(92,122,110,.12); line-height: 1; margin-bottom: -10px; font-weight: 700; }
.service-icon { font-size: 1.8rem; margin-bottom: 16px; }
.service-name { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--deep); margin-bottom: 12px; line-height: 1.3; }
.service-desc { font-size: .87rem; line-height: 1.75; color: #6B7A72; }

/* ── ABOUT ────────────────────────────────────────────────────────────── */
.about-section { padding: 100px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; background: var(--cream); }
.about-left { position: sticky; top: 100px; }
.about-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--deep); line-height: 1.2; margin-bottom: 24px; }
.about-title em { font-style: italic; color: var(--sage); }
.about-lead { font-size: 1.05rem; line-height: 1.8; color: #5A6A5E; margin-bottom: 32px; }
.about-tag { display: inline-block; background: var(--sage); color: #fff; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; padding: 8px 18px; border-radius: 2px; font-weight: 600; margin-right: 8px; margin-bottom: 8px; text-decoration: none; transition: background .3s; }
.about-tag:hover { background: var(--deep); }
.about-block { padding: 32px 0; border-bottom: 1px solid var(--sand); }
.about-block:first-child { padding-top: 0; }
.about-block-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--deep); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.about-block-title .dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.about-block p { font-size: .9rem; line-height: 1.8; color: #5A6A5E; }
.about-block a { color: var(--sage); text-decoration: none; font-weight: 600; border-bottom: 1px solid rgba(92,122,110,.3); transition: border-color .3s, color .3s; }
.about-block a:hover { color: var(--deep); border-color: var(--deep); }

/* ── CLINIC FEATURE ───────────────────────────────────────────────────── */
.clinic-feature { padding: 100px 80px; background: var(--sage); position: relative; overflow: hidden; }
.clinic-feature::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; border-radius: 50%; background: rgba(200,169,110,.12); }
.clinic-feature::after  { content: ''; position: absolute; bottom: -80px; left: 20%; width: 300px; height: 300px; border-radius: 50%; background: rgba(26,35,50,.15); }
.clinic-feature-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; text-align: center; }
.clinic-feature .section-eyebrow { color: var(--gold); justify-content: center; }
.clinic-feature .section-eyebrow::before { background: rgba(200,169,110,.5); }
.clinic-feature-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); color: #fff; margin-bottom: 28px; line-height: 1.2; }
.clinic-feature-text { font-size: 1rem; line-height: 1.85; color: rgba(255,255,255,.82); margin-bottom: 20px; }
.clinic-feature-text a { color: var(--gold); text-decoration: none; font-weight: 600; border-bottom: 1px solid rgba(200,169,110,.4); transition: border-color .3s; }
.clinic-feature-text a:hover { border-color: var(--gold); }
.clinic-links-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 44px; }
.clinic-link-btn { display: inline-block; background: rgba(250,250,247,.12); border: 1px solid rgba(250,250,247,.3); color: #fff; padding: 14px 28px; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; text-decoration: none; border-radius: 2px; transition: background .3s, border-color .3s, color .3s; backdrop-filter: blur(8px); }
.clinic-link-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--deep); }
.clinic-link-btn.primary { background: var(--gold); border-color: var(--gold); color: var(--deep); }
.clinic-link-btn.primary:hover { background: #fff; border-color: #fff; }

/* ── METHODS ──────────────────────────────────────────────────────────── */
.methods { padding: 100px 80px; background: var(--deep); }
.methods-header { text-align: center; margin-bottom: 70px; }
.methods-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--white); margin-bottom: 16px; }
.methods-subtitle { color: var(--mist); font-size: .93rem; line-height: 1.7; }
.methods .section-eyebrow { justify-content: center; }
.methods-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.method-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 4px; padding: 36px 40px; display: flex; gap: 24px; align-items: flex-start; transition: background .3s, border-color .3s; }
.method-card:hover { background: rgba(92,122,110,.15); border-color: rgba(92,122,110,.3); }
.method-icon { width: 48px; height: 48px; background: rgba(200,169,110,.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; border: 1px solid rgba(200,169,110,.25); }
.method-name { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--white); margin-bottom: 10px; }
.method-desc { font-size: .86rem; line-height: 1.75; color: var(--mist); }

/* ── RECENT POSTS ─────────────────────────────────────────────────────── */
.recent-posts-section { padding: 100px 80px; background: var(--white); }
.recent-posts-header { margin-bottom: 56px; }
.recent-posts-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--deep); margin-bottom: 0; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: var(--cream); border-radius: 4px; overflow: hidden; transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(26,35,50,.12); }
.post-card-thumb img { width: 100%; height: 200px; object-fit: cover; transition: transform .4s; }
.post-card:hover .post-card-thumb img { transform: scale(1.04); }
.post-card-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.post-card-meta { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--mist); margin-bottom: 10px; }
.post-card-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; line-height: 1.35; margin-bottom: 12px; }
.post-card-title a { color: var(--deep); text-decoration: none; transition: color .3s; }
.post-card-title a:hover { color: var(--sage); }
.post-card-excerpt { font-size: .86rem; line-height: 1.7; color: #6B7A72; margin-bottom: 20px; flex: 1; }
.post-card-link { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--sage); text-decoration: none; transition: color .3s; }
.post-card-link:hover { color: var(--deep); }
.posts-more { text-align: center; margin-top: 50px; }
.posts-more-btn { display: inline-block; border: 1px solid var(--sage); color: var(--sage); padding: 14px 40px; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; text-decoration: none; border-radius: 2px; transition: background .3s, color .3s; }
.posts-more-btn:hover { background: var(--sage); color: #fff; }

/* ── CTA SECTION ──────────────────────────────────────────────────────── */
.cta-section { padding: 100px 80px; background: var(--gold); text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -60px; left: -60px; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,.1); }
.cta-section::after  { content: ''; position: absolute; bottom: -80px; right: 10%; width: 400px; height: 400px; border-radius: 50%; background: rgba(26,35,50,.08); }
.cta-inner { position: relative; z-index: 1; }
.cta-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: var(--deep); margin-bottom: 20px; }
.cta-text { font-size: 1rem; color: rgba(26,35,50,.75); margin-bottom: 40px; max-width: 500px; margin-left: auto; margin-right: auto; line-height: 1.75; }
.cta-btn { display: inline-block; background: var(--deep); color: #fff; padding: 18px 50px; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; text-decoration: none; border-radius: 2px; transition: background .3s, transform .2s; }
.cta-btn:hover { background: var(--sage); transform: translateY(-2px); }

/* ── FOOTER ───────────────────────────────────────────────────────────── */
.site-footer { background: var(--deep); border-top: 1px solid rgba(255,255,255,.06); }
.footer-grid { max-width: 1300px; margin: 0 auto; padding: 60px 80px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.footer-brand { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--white); margin-bottom: 16px; text-decoration: none; display: block; }
.footer-brand span { color: var(--sage); }
.footer-about { font-size: .85rem; line-height: 1.75; color: var(--mist); }
.footer-about a { color: var(--gold); text-decoration: none; font-weight: 500; }
.footer-col-title { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 20px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: .85rem; color: var(--mist); text-decoration: none; transition: color .3s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { background: rgba(0,0,0,.3); padding: 16px 80px; font-size: .75rem; color: rgba(255,255,255,.3); letter-spacing: .06em; text-align: center; }
.footer-bottom a { color: rgba(200,169,110,.6); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold); }

/* ── BLOG / ARCHIVE ───────────────────────────────────────────────────── */
.blog-main { padding: 60px 80px; }
.blog-container { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 320px; gap: 60px; align-items: start; }
.blog-content { min-width: 0; }
.page-header { margin-bottom: 48px; }
.page-title { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--deep); }

/* ── SINGLE POST ──────────────────────────────────────────────────────── */
.single-post-header { margin-bottom: 36px; }
.single-post-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--deep); line-height: 1.2; margin-top: 12px; }
.single-post-thumb { margin-bottom: 40px; border-radius: 4px; overflow: hidden; }
.single-post-thumb img { width: 100%; max-height: 480px; object-fit: cover; }
.entry-content { font-size: 1rem; line-height: 1.85; color: var(--text); }
.entry-content h2,.entry-content h3 { font-family: 'Playfair Display', serif; color: var(--deep); margin: 2em 0 .75em; }
.entry-content p { margin-bottom: 1.5em; }
.entry-content a { color: var(--sage); text-decoration: underline; }
.entry-content ul,.entry-content ol { padding-left: 1.5em; margin-bottom: 1.5em; }
.entry-content li { margin-bottom: .5em; }
.single-post-footer { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--sand); }
.post-tags a { display: inline-block; background: var(--sand); color: var(--text); padding: 4px 12px; margin: 0 4px 8px 0; font-size: .8rem; border-radius: 2px; text-decoration: none; transition: background .3s; }
.post-tags a:hover { background: var(--sage); color: #fff; }
.post-navigation { margin-top: 24px; display: flex; justify-content: space-between; gap: 20px; }
.post-navigation .nav-previous,.post-navigation .nav-next { font-size: .85rem; color: var(--sage); text-decoration: none; font-weight: 600; }

/* ── SIDEBAR ──────────────────────────────────────────────────────────── */
.blog-sidebar { position: sticky; top: 100px; }
.sidebar-clinic-card { background: var(--deep); border-radius: 4px; padding: 36px 28px; text-align: center; }
.sidebar-clinic-icon { font-size: 2.5rem; margin-bottom: 16px; }
.sidebar-clinic-card h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--white); margin-bottom: 12px; }
.sidebar-clinic-card p { font-size: .88rem; line-height: 1.7; color: var(--mist); margin-bottom: 24px; }
.sidebar-clinic-btn { display: block; background: var(--gold); color: var(--deep); padding: 14px; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; text-decoration: none; border-radius: 2px; transition: background .3s; }
.sidebar-clinic-btn:hover { background: var(--sage); color: #fff; }
.widget { margin-bottom: 40px; }
.widget__title { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--deep); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--gold); }

/* ── PAGINATION ───────────────────────────────────────────────────────── */
.pagination { margin-top: 60px; }
.page-numbers { display: inline-flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.page-numbers a,.page-numbers span { display: inline-block; padding: 10px 16px; font-size: .84rem; font-weight: 600; border: 1px solid var(--sand); border-radius: 2px; text-decoration: none; color: var(--text); transition: background .3s, color .3s, border-color .3s; }
.page-numbers a:hover { background: var(--sage); color: #fff; border-color: var(--sage); }
.page-numbers .current { background: var(--deep); color: #fff; border-color: var(--deep); }

/* ── SEARCH FORM ──────────────────────────────────────────────────────── */
.search-form { display: flex; gap: 8px; }
.search-field { flex: 1; padding: 12px 16px; border: 1px solid var(--sand); border-radius: 2px; font-family: 'Raleway', sans-serif; font-size: .9rem; background: var(--white); outline: none; }
.search-field:focus { border-color: var(--sage); }
.search-submit { background: var(--sage); color: #fff; border: none; padding: 12px 24px; font-size: .8rem; font-weight: 600; cursor: pointer; border-radius: 2px; transition: background .3s; }
.search-submit:hover { background: var(--deep); }

/* ── RESPONSIVE ───────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
    .nav-inner { padding: 18px 30px; }
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-left { padding: 80px 40px; }
    .hero-right { min-height: 360px; }
    .clinic-block { grid-template-columns: 1fr; text-align: center; padding: 50px 40px; gap: 24px; }
    .services { padding: 70px 40px; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .about-section { grid-template-columns: 1fr; padding: 70px 40px; gap: 40px; }
    .about-left { position: static; }
    .clinic-feature { padding: 70px 40px; }
    .methods { padding: 70px 40px; }
    .methods-grid { grid-template-columns: 1fr; }
    .cta-section { padding: 70px 40px; }
    .footer-grid { padding: 50px 40px; grid-template-columns: 1fr 1fr; }
    .footer-bottom { padding: 16px 40px; }
    .blog-main { padding: 60px 40px; }
    .blog-container { grid-template-columns: 1fr; }
    .blog-sidebar { position: static; }
    .recent-posts-section { padding: 70px 40px; }
    .posts-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
    .nav-inner { padding: 16px 20px; }
    .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); padding: 20px; border-top: 1px solid var(--sand); box-shadow: 0 8px 30px rgba(0,0,0,.1); }
    .nav-links.is-open { display: flex; }
    .nav-toggle { display: flex; }
    .nav-cta { display: none; }
    .hero-left { padding: 60px 24px; }
    .hero-visual { padding: 30px 20px; }
    .hero-stat-card:nth-child(2) { margin-left: 0; }
    .services { padding: 60px 24px; }
    .services-grid { grid-template-columns: 1fr; }
    .about-section { padding: 60px 24px; }
    .clinic-feature { padding: 60px 24px; }
    .methods { padding: 60px 24px; }
    .cta-section { padding: 60px 24px; }
    .footer-grid { grid-template-columns: 1fr; padding: 40px 24px; }
    .footer-bottom { padding: 16px 24px; }
    .blog-main { padding: 40px 24px; }
    .recent-posts-section { padding: 60px 24px; }
    .posts-grid { grid-template-columns: 1fr; }
}
