@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700&family=Lora:ital,wght@0,500;0,600;1,500&display=swap');

:root {
  --green-950: #092e28;
  --green-900: #0e4037;
  --green-800: #16564a;
  --green-700: #247060;
  --green-100: #e4eee8;
  --cream: #f3eee2;
  --cream-2: #fbf8f1;
  --gold: #c99954;
  --gold-light: #e7c997;
  --ink: #163c34;
  --text: #51655e;
  --white: #fff;
  --line: rgba(14, 64, 55, .14);
  --shadow: 0 24px 70px rgba(9, 46, 40, .13);
  --serif: 'Lora', Georgia, serif;
  --sans: 'Be Vietnam Pro', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream-2); font-family: var(--sans); font-size: 15px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 105px 0; }
.section-sm { padding: 74px 0; }
.surface { background: var(--white); }
.cream { background: var(--cream); }
.dark { color: var(--white); background: var(--green-950); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 9px 15px; color: white; background: var(--green-900); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.topbar { color: #d6e4df; background: var(--green-950); font-size: 11px; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar-list { display: flex; align-items: center; gap: 23px; }
.topbar a:hover { color: var(--gold-light); }
.topbar .dot { width: 4px; height: 4px; display: inline-block; margin-right: 7px; border-radius: 50%; background: var(--gold); vertical-align: middle; }
[data-site-header] { position: sticky; z-index: 100; top: 0; }
.site-header { position: relative; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 8px 35px rgba(9,46,40,.08); backdrop-filter: blur(15px); }
.nav-inner { height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-logo { width: 53px; height: 53px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.24; }
.brand-copy strong { font-family: var(--serif); font-size: 17px; letter-spacing: .035em; }
.brand-copy small { color: var(--text); font-size: 9px; font-weight: 600; letter-spacing: .04em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.nav-link, .dropdown-toggle { min-height: 84px; display: inline-flex; align-items: center; gap: 6px; border: 0; color: #38574f; background: none; font-size: 12px; font-weight: 600; cursor: pointer; }
.nav-link { position: relative; }
.nav-link::after { content: ''; position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .25s; }
.nav-link:hover, .nav-link.active, .dropdown-toggle:hover, .dropdown-toggle.active { color: var(--green-800); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-dropdown { position: relative; }
.dropdown-toggle::after { content: ''; width: 6px; height: 6px; margin-top: -3px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); }
.dropdown-menu { position: absolute; top: calc(100% - 8px); left: -24px; width: 280px; padding: 12px; visibility: hidden; opacity: 0; background: white; border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(9,46,40,.14); transform: translateY(8px); transition: .22s; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { visibility: visible; opacity: 1; transform: none; }
.dropdown-menu a { padding: 11px 12px; display: block; border-radius: 3px; color: #38574f; font-size: 12px; }
.dropdown-menu a:hover, .dropdown-menu a.active { color: var(--green-800); background: var(--green-100); }
.button { min-height: 50px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--green-800); border-radius: 3px; color: white; background: var(--green-800); font-size: 12px; font-weight: 700; letter-spacing: .02em; cursor: pointer; transition: .25s; }
.button:hover { color: white; background: var(--green-700); border-color: var(--green-700); box-shadow: 0 12px 30px rgba(14,64,55,.18); transform: translateY(-2px); }
.button-gold { color: var(--green-950); background: var(--gold); border-color: var(--gold); }
.button-gold:hover { color: var(--green-950); background: var(--gold-light); border-color: var(--gold-light); }
.button-outline { color: var(--green-800); background: transparent; }
.button-outline:hover { color: white; }
.nav-cta { min-height: 42px; padding-inline: 17px; }
.menu-button { display: none; width: 44px; height: 44px; margin-left: auto; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.menu-button i { height: 1px; margin: 6px 0; display: block; background: var(--green-900); transition: .25s; }
.mobile-panel { display: none; position: fixed; z-index: 90; inset: 122px 0 0; overflow-y: auto; padding: 22px 24px 40px; color: var(--ink); background: var(--cream-2); }
.mobile-panel.open { display: block; }
.mobile-panel a { padding: 12px 0; display: block; border-bottom: 1px solid var(--line); font-weight: 600; }
.mobile-panel small { padding: 15px 0 4px; display: block; color: var(--gold); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.mobile-panel .mobile-child { padding-left: 16px; color: var(--text); font-size: 13px; }

.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--green-700); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 29px; height: 1px; background: var(--gold); }
.eyebrow.light { color: #bfcec8; }
h1, h2, h3 { font-family: var(--serif); }
h1, h2 { margin: 0; font-weight: 500; line-height: 1.13; letter-spacing: -.025em; }
h1 { font-size: clamp(45px, 5.9vw, 75px); }
h2 { font-size: clamp(34px, 4.2vw, 53px); }
h1 em, h2 em { color: var(--green-700); font-weight: 500; }
.dark h1 em, .dark h2 em { color: var(--gold-light); }
.lead { font-family: var(--serif); font-size: 19px; line-height: 1.7; }
.section-title { max-width: 760px; margin-bottom: 50px; }
.section-title.center { margin-inline: auto; text-align: center; }
.section-title.center .eyebrow { justify-content: center; }
.section-title > p:not(.eyebrow) { max-width: 650px; margin: 20px 0 0; color: var(--text); }

.hero { position: relative; min-height: 710px; overflow: hidden; background: linear-gradient(120deg, #f8f4e9, #e8e0ce); }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 45%, rgba(201,153,84,.2), transparent 25%); }
.hero-inner { position: relative; z-index: 2; min-height: 710px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 75px; }
.hero-copy { padding: 60px 0; }
.hero-copy p:not(.eyebrow) { max-width: 620px; margin: 28px 0 31px; color: var(--text); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero-media { position: relative; align-self: stretch; }
.hero-photo { width: calc(100% + ((100vw - min(1180px, calc(100vw - 48px))) / 2)); height: 100%; object-fit: cover; object-position: 50% center; filter: saturate(.84); }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #ece4d3 0%, transparent 30%), linear-gradient(0deg, rgba(9,46,40,.25), transparent 45%); }
.hero-badge { position: absolute; z-index: 2; bottom: 40px; left: -45px; width: 210px; padding: 22px; color: white; background: rgba(9,46,40,.93); box-shadow: var(--shadow); }
.hero-badge strong { display: block; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.hero-badge span { color: #bacbc4; font-size: 11px; }
.trust-strip { position: relative; z-index: 3; margin-top: -1px; color: white; background: var(--green-900); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 115px; padding: 25px 28px; display: flex; align-items: center; gap: 14px; }
.trust-item + .trust-item { border-left: 1px solid rgba(255,255,255,.13); }
.trust-icon { width: 41px; height: 41px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(231,201,151,.55); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 17px; }
.trust-item strong { display: block; font-family: var(--serif); font-size: 16px; font-weight: 500; }
.trust-item span { color: #a9beb5; font-size: 10px; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.about-media { position: relative; padding: 0 0 50px 48px; }
.about-media img { width: 100%; height: 550px; object-fit: cover; object-position: center 45%; box-shadow: var(--shadow); }
.about-media::before { content: ''; position: absolute; z-index: -1; top: 45px; bottom: 0; left: 0; width: 72%; background: var(--cream); }
.about-seal { position: absolute; right: -35px; bottom: 0; width: 155px; height: 155px; padding: 24px; display: grid; place-items: center; border: 8px solid var(--cream-2); border-radius: 50%; color: white; background: var(--green-800); text-align: center; }
.about-seal strong { font-family: var(--serif); font-size: 20px; font-weight: 500; line-height: 1.35; }
.about-copy p { color: var(--text); }
.about-copy .lead { color: var(--ink); }
.signature { margin: 28px 0; padding: 18px 0; display: flex; gap: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signature div { display: flex; flex-direction: column; }
.signature strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.signature span { color: var(--text); font-size: 10px; }

.care-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.care-card { min-height: 330px; padding: 36px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; color: white; background: var(--green-900); transition: transform .3s, box-shadow .3s; }
.care-card::before { content: attr(data-no); position: absolute; top: -35px; right: 14px; color: rgba(255,255,255,.05); font-family: var(--serif); font-size: 150px; line-height: 1; }
.care-card:nth-child(2), .care-card:nth-child(3) { background: var(--green-800); }
.care-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.care-card .tag { color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.care-card h3 { max-width: 410px; margin: 8px 0 11px; font-size: 30px; font-weight: 500; line-height: 1.25; }
.care-card p { max-width: 470px; margin: 0; color: #bfd0c8; font-size: 13px; }
.card-arrow { position: absolute; top: 32px; left: 35px; width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; transition: .25s; }
.care-card:hover .card-arrow { color: var(--green-950); background: var(--gold); border-color: var(--gold); transform: rotate(45deg); }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature { min-height: 280px; padding: 37px 28px; }
.feature + .feature { border-left: 1px solid var(--line); }
.feature-no { color: var(--gold); font-family: var(--serif); font-size: 13px; }
.feature h3 { margin: 43px 0 10px; font-size: 20px; font-weight: 500; }
.feature p { margin: 0; color: var(--text); font-size: 12px; }

.media-band { overflow: hidden; }
.media-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.media-photo { position: relative; }
.media-photo img { width: 100%; height: 470px; object-fit: cover; }
.play-button { position: absolute; inset: 50% auto auto 50%; width: 76px; height: 76px; display: grid; place-items: center; border: 8px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--green-950); background: var(--gold-light); transform: translate(-50%,-50%); }
.press-list { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.press-list span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.2); color: #d4e1dc; font-family: var(--serif); font-size: 14px; }

.reviews-grid, .post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { padding: 31px; background: white; border: 1px solid var(--line); }
.quote-mark { color: var(--gold); font-family: var(--serif); font-size: 50px; line-height: .8; }
.review-card blockquote { margin: 22px 0 25px; color: var(--text); font-family: var(--serif); font-size: 16px; line-height: 1.75; }
.review-person { padding-top: 17px; display: flex; gap: 12px; border-top: 1px solid var(--line); }
.review-person span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-700); font-family: var(--serif); }
.review-person strong { display: block; font-size: 11px; }
.review-person small { color: var(--text); }
.post-card { overflow: hidden; background: white; border: 1px solid var(--line); transition: .3s; }
.post-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.post-image { height: 210px; overflow: hidden; background: var(--green-100); }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.post-card:hover .post-image img { transform: scale(1.04); }
.post-body { padding: 24px; }
.post-meta { color: var(--green-700); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.post-card h3 { margin: 8px 0 12px; font-size: 18px; font-weight: 500; line-height: 1.45; }
.post-card p { margin: 0 0 15px; color: var(--text); font-size: 12px; }
.read-link { color: var(--green-700); font-size: 11px; font-weight: 700; }

.cta-panel { padding: 68px; display: grid; grid-template-columns: 1fr .9fr; gap: 80px; color: white; background: var(--green-900); box-shadow: var(--shadow); }
.cta-panel h2 { font-size: clamp(35px, 4vw, 50px); }
.cta-panel h2 em { color: var(--gold-light); }
.cta-panel p { color: #b7cbc2; }
.contact-pills { margin-top: 30px; display: flex; gap: 10px; flex-wrap: wrap; }
.contact-pills a { padding: 10px 14px; border: 1px solid rgba(255,255,255,.2); color: #e2ebe7; font-size: 11px; }
.consult-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.consult-form label { display: flex; flex-direction: column; gap: 6px; color: #dbe6e1; font-size: 10px; font-weight: 600; }
.consult-form label.full, .consult-form button, .form-status { grid-column: 1 / -1; }
.consult-form input, .consult-form select, .consult-form textarea { width: 100%; padding: 12px 13px; border: 1px solid rgba(255,255,255,.2); outline: 0; color: white; background: rgba(255,255,255,.06); }
.consult-form input::placeholder, .consult-form textarea::placeholder { color: #8da89d; }
.consult-form input:focus, .consult-form select:focus, .consult-form textarea:focus { border-color: var(--gold); }
.consult-form select { color-scheme: dark; }
.consult-form textarea { min-height: 84px; resize: vertical; }
.form-status { min-height: 20px; margin: -4px 0 0; color: #cfddd7; font-size: 11px; }

.page-hero { position: relative; min-height: 470px; overflow: hidden; color: white; background: var(--green-950); }
.page-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35; filter: saturate(.75); }
.page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,46,40,.97) 15%, rgba(9,46,40,.58) 70%, rgba(9,46,40,.4)); }
.page-hero-inner { position: relative; z-index: 2; min-height: 470px; padding: 75px 0; display: flex; flex-direction: column; justify-content: center; }
.breadcrumbs { margin-bottom: 20px; display: flex; gap: 8px; align-items: center; color: #b9cbc4; font-size: 10px; }
.breadcrumbs a:hover { color: var(--gold-light); }
.page-hero h1 { max-width: 820px; font-size: clamp(42px, 5vw, 64px); }
.page-hero p { max-width: 700px; margin: 23px 0 0; color: #c6d4cf; font-size: 16px; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 65px; align-items: start; }
.article-content { color: var(--text); }
.article-content > p:first-child { color: var(--ink); font-family: var(--serif); font-size: 20px; }
.article-content h2 { margin: 44px 0 18px; color: var(--ink); font-size: 30px; }
.article-content h3 { margin: 30px 0 12px; color: var(--ink); font-size: 21px; }
.article-content ul { margin: 16px 0 24px; padding: 0; display: grid; gap: 10px; list-style: none; }
.article-content li { position: relative; padding-left: 23px; }
.article-content li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); font-size: 10px; }
.article-image { width: 100%; margin: 30px 0; border-radius: 3px; }
.info-box, .warning-box { margin: 30px 0; padding: 24px 26px; border-left: 3px solid var(--gold); background: var(--cream); }
.warning-box { border-left-color: #b87445; background: #f7ede4; }
.info-box strong, .warning-box strong { display: block; margin-bottom: 5px; color: var(--ink); }
.sidebar { position: sticky; top: 110px; display: grid; gap: 20px; }
.side-card { padding: 27px; background: white; border: 1px solid var(--line); }
.side-card.green { color: white; background: var(--green-900); border-color: var(--green-900); }
.side-card h3 { margin: 0 0 13px; font-size: 20px; font-weight: 500; }
.side-card p { margin: 0 0 18px; color: var(--text); font-size: 12px; }
.side-card.green p { color: #b9ccc4; }
.side-card .button { width: 100%; }
.side-links { display: grid; }
.side-links a { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--text); font-size: 12px; }
.side-links a:hover, .side-links a.active { color: var(--green-700); }
.quick-facts { margin: 35px 0; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.quick-fact { padding: 22px; }
.quick-fact + .quick-fact { border-left: 1px solid var(--line); }
.quick-fact span { display: block; color: var(--gold); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.quick-fact strong { display: block; margin-top: 5px; color: var(--ink); font-family: var(--serif); font-size: 15px; font-weight: 500; }

.archive-hero { padding: 74px 0 63px; background: var(--cream); }
.archive-hero h1 { max-width: 760px; font-size: clamp(40px, 5vw, 61px); }
.archive-hero p { max-width: 650px; color: var(--text); }
.filter-bar { margin-bottom: 38px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.filter-group { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-button { padding: 9px 14px; border: 1px solid var(--line); border-radius: 30px; color: var(--text); background: white; font-size: 10px; cursor: pointer; }
.filter-button.active, .filter-button:hover { color: white; background: var(--green-700); border-color: var(--green-700); }
.search-box { min-width: 260px; padding: 10px 14px; border: 1px solid var(--line); outline: none; background: white; }
.no-results { grid-column: 1 / -1; padding: 35px; display: none; color: var(--text); background: white; text-align: center; }
.review-story { overflow: hidden; background: white; border: 1px solid var(--line); }
.review-story img { width: 100%; height: 240px; object-fit: cover; }
.review-story .post-body { min-height: 210px; }
.press-card { padding: 27px; display: flex; flex-direction: column; border: 1px solid var(--line); background: white; }
.press-source { margin-bottom: 30px; color: var(--green-700); font-family: var(--serif); font-size: 24px; font-weight: 600; }
.press-card h3 { margin: 0 0 13px; font-size: 19px; line-height: 1.45; }
.press-card p { margin: 0 0 20px; color: var(--text); font-size: 12px; }
.press-card .read-link { margin-top: auto; }

.article-page { background: white; }
.article-header { max-width: 870px; margin: 0 auto 45px; text-align: center; }
.article-header .post-meta { margin-bottom: 15px; }
.article-header h1 { font-size: clamp(38px, 5vw, 59px); }
.article-header p { color: var(--text); }
.article-main { max-width: 810px; margin-inline: auto; }
.article-main .article-image { max-height: 470px; object-fit: cover; }

.medical-note { padding: 22px 0; color: #66766e; background: #ece7dc; font-size: 10px; }
.medical-note strong { color: var(--green-900); }
.site-footer { padding: 68px 0 24px; color: #a7bbb3; background: #082721; }
.footer-grid { padding-bottom: 55px; display: grid; grid-template-columns: 1.4fr .65fr .75fr 1fr; gap: 55px; }
.footer-brand .brand-copy strong { color: white; }
.footer-brand .brand-copy small { color: #98ada4; }
.footer-about { max-width: 410px; margin: 18px 0 0; font-family: var(--serif); font-size: 15px; }
.footer-col { display: flex; flex-direction: column; gap: 9px; font-size: 11px; }
.footer-col strong { margin-bottom: 8px; color: white; font-family: var(--serif); font-size: 16px; font-weight: 500; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { padding-top: 21px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; }
.floating-contact { position: fixed; z-index: 50; right: 18px; bottom: 20px; display: grid; gap: 9px; }
.floating-contact a { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-700); box-shadow: 0 10px 25px rgba(9,46,40,.25); font-size: 10px; font-weight: 700; }
.floating-contact a:first-child { background: #1778f2; }
.floating-contact a:last-child { background: #d56a42; }
.back-to-top { position: fixed; z-index: 49; right: 24px; bottom: 188px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: white; background: var(--green-950); opacity: 0; pointer-events: none; transition: .25s; cursor: pointer; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s, transform .7s; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .brand-copy small { display: none; }
  .desktop-nav { gap: 16px; }
  .nav-link, .dropdown-toggle { font-size: 11px; }
  .nav-cta { display: none; }
  .hero-inner { gap: 40px; }
  .about-grid { gap: 65px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .feature:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .feature:nth-child(4) { border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.3fr .7fr .8fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .topbar-inner > span { display: none; }
  .topbar-list { width: 100%; justify-content: space-between; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 0 25px; }
  .hero-media { height: 480px; }
  .hero-photo { width: 100vw; margin-left: calc((min(1180px, calc(100vw - 48px)) - 100vw)/2); }
  .hero-media::after { background: linear-gradient(0deg, rgba(9,46,40,.35), transparent 55%); }
  .hero-badge { left: 0; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(3) { border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
  .trust-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.13); }
  .about-grid, .media-grid, .cta-panel { grid-template-columns: 1fr; gap: 45px; }
  .about-media { max-width: 650px; }
  .reviews-grid, .post-grid { grid-template-columns: repeat(2,1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid > :last-child { grid-column: auto; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 540px); }
  .section { padding: 75px 0; }
  .section-sm { padding: 58px 0; }
  .topbar { display: none; }
  .nav-inner { height: 72px; }
  .brand-logo { width: 43px; height: 43px; }
  .brand-copy strong { font-size: 14px; }
  .mobile-panel { inset: 72px 0 0; }
  h1 { font-size: clamp(41px, 13vw, 58px); }
  h2 { font-size: clamp(32px, 10vw, 43px); }
  .hero-copy p:not(.eyebrow) { font-size: 15px; }
  .hero-media { height: 400px; }
  .hero-badge { bottom: 20px; width: 180px; padding: 17px; }
  .trust-item { min-height: 95px; padding: 19px 12px; }
  .trust-icon { display: none; }
  .about-grid { gap: 45px; }
  .about-media { padding: 0 0 35px 22px; }
  .about-media img { height: 420px; }
  .about-seal { right: -4px; width: 125px; height: 125px; border-width: 6px; }
  .about-seal strong { font-size: 16px; }
  .signature { flex-direction: column; gap: 12px; }
  .care-grid, .reviews-grid, .post-grid { grid-template-columns: 1fr; }
  .care-card { min-height: 300px; padding: 29px; }
  .care-card h3 { font-size: 25px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: auto; }
  .feature + .feature { border-top: 1px solid var(--line); border-left: 0; }
  .feature h3 { margin-top: 28px; }
  .media-photo img { height: 350px; }
  .cta-panel { width: 100%; padding: 48px 24px; }
  .consult-form { grid-template-columns: 1fr; }
  .consult-form label { grid-column: 1; }
  .page-hero, .page-hero-inner { min-height: 420px; }
  .page-hero-inner { padding: 55px 0; }
  .quick-facts { grid-template-columns: 1fr; }
  .quick-fact + .quick-fact { border-top: 1px solid var(--line); border-left: 0; }
  .sidebar { grid-template-columns: 1fr; }
  .filter-bar { align-items: stretch; flex-direction: column; }
  .search-box { min-width: 0; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .floating-contact { right: 12px; }
  .floating-contact a { width: 44px; height: 44px; }
  .back-to-top { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
