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

:root {
  --oxford: #0F172A;
  --oxford-2: #1E293B;
  --oxford-3: #334155;
  --sage: #84A98C;
  --sage-deep: #52796F;
  --sage-soft: #C5D5C0;
  --cream: #F5F1E8;
  --cream-warm: #FBF7EE;
  --cream-deep: #E8E1D0;
  --charcoal: #1F2937;
  --slate: #64748B;
  --slate-light: #94A3B8;
  --border: #D9D2BF;
  --border-2: #C4BBA6;
  --white: #FFFFFF;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--charcoal); background: var(--cream); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: 'Lora', Georgia, serif; font-weight: 500; color: var(--oxford); letter-spacing: -0.01em; line-height: 1.2; }

.topbar { background: var(--oxford); color: var(--cream); font-size: 0.8rem; padding: 0.55rem 1.5rem; letter-spacing: 0.2px; border-bottom: 1px solid var(--sage); }
.topbar-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.topbar-l { font-family: 'Lora', serif; font-style: italic; font-size: 0.9rem; color: var(--sage-soft); }
.topbar-r { display: flex; gap: 1.6rem; align-items: center; font-size: 0.78rem; }
.topbar a { color: var(--sage); text-decoration: none; font-weight: 500; }
.topbar a:hover { color: var(--sage-soft); }

.nav { background: var(--cream-warm); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; height: 84px; }
.nav-logo { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; }
.logo-mark { width: 48px; height: 48px; background: var(--oxford); display: flex; align-items: center; justify-content: center; color: var(--sage-soft); font-family: 'Lora', serif; font-weight: 600; font-size: 1.2rem; font-style: italic; position: relative; border-radius: 4px; }
.logo-mark::before { content: ''; position: absolute; top: 3px; left: 3px; right: 3px; bottom: 3px; border: 1px solid var(--sage); border-radius: 3px; pointer-events: none; }
.logo-text { font-family: 'Lora', serif; font-size: 1.4rem; font-weight: 500; color: var(--oxford); letter-spacing: -0.3px; line-height: 1; }
.logo-text em { color: var(--sage-deep); font-style: italic; font-weight: 400; }
.logo-sub { display: block; font-family: 'Source Sans 3', sans-serif; font-size: 0.66rem; color: var(--slate); text-transform: uppercase; letter-spacing: 2.5px; margin-top: 5px; font-weight: 500; }
.nav-links { display: flex; gap: 2.2rem; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: var(--slate); font-weight: 500; font-size: 0.88rem; transition: color 0.2s; position: relative; padding: 0.4rem 0; letter-spacing: 0.3px; }
.nav-links a:hover, .nav-links a.active { color: var(--oxford); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--sage); }
.nav-right { display: flex; align-items: center; gap: 1.3rem; }
.nav-phone { font-family: 'Lora', serif; font-style: italic; font-size: 0.95rem; font-weight: 500; color: var(--oxford); text-decoration: none; display: flex; align-items: center; gap: 0.4rem; }
.nav-phone svg { color: var(--sage-deep); }
.btn-nav { background: var(--oxford); color: var(--cream); padding: 0.7rem 1.4rem; text-decoration: none; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.6px; transition: all 0.2s; border: 1.5px solid var(--oxford); text-transform: uppercase; }
.btn-nav:hover { background: transparent; color: var(--oxford); border-color: var(--sage); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.4rem; flex-direction: column; gap: 4px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--oxford); display: block; }
.nav-mobile { display: none; background: var(--cream-deep); border-top: 1px solid var(--border); padding: 1rem 1.5rem; }
.nav-mobile.open { display: block; }
.nav-mobile ul { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.nav-mobile a { color: var(--oxford); text-decoration: none; font-size: 0.95rem; }

.hero { background: var(--cream); padding: 5.5rem 1.5rem 6rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -80px; right: -60px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(132,169,140,0.18), transparent 65%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, var(--sage-deep) 30%, var(--sage-deep) 70%, transparent); }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.8rem; font-family: 'Source Sans 3', sans-serif; font-size: 0.72rem; color: var(--sage-deep); letter-spacing: 3.2px; text-transform: uppercase; font-weight: 600; margin-bottom: 1.6rem; }
.hero-eyebrow::before { content: '\00B6'; color: var(--sage-deep); font-size: 1.1rem; font-family: 'Lora', serif; }
.hero h1 { font-size: clamp(2.4rem, 4.8vw, 4rem); margin-bottom: 1.5rem; color: var(--oxford); font-weight: 500; }
.hero h1 em { font-style: italic; color: var(--sage-deep); position: relative; font-weight: 600; }
.hero h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 4px; background: var(--sage-soft); opacity: 0.9; z-index: -1; }
.hero p.lead { font-size: 1.1rem; color: var(--slate); margin-bottom: 2.4rem; max-width: 570px; line-height: 1.75; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary, .btn-ghost { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.9rem 1.8rem; font-family: 'Source Sans 3', sans-serif; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; text-decoration: none; transition: all 0.25s; cursor: pointer; border: 1.5px solid var(--oxford); }
.btn-primary { background: var(--oxford); color: var(--cream); }
.btn-primary:hover { background: var(--oxford-3); border-color: var(--sage); }
.btn-ghost { background: transparent; color: var(--oxford); border-color: var(--border-2); }
.btn-ghost:hover { border-color: var(--sage-deep); background: var(--cream-warm); }

.hero-crest { background: var(--cream-warm); border: 1px solid var(--border); box-shadow: 0 24px 60px rgba(15,23,42,0.12); position: relative; padding: 2.4rem 2rem; border-radius: 4px; }
.hero-crest::before { content: ''; position: absolute; top: 0; left: 25px; right: 25px; height: 3px; background: var(--sage-deep); }
.hero-crest::after { content: ''; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid var(--sage-soft); pointer-events: none; }
.crest-heading { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 1.1rem; margin-bottom: 0.5rem; border-bottom: 1px solid var(--border); position: relative; }
.crest-heading .title { font-family: 'Lora', serif; font-weight: 500; font-size: 1.15rem; color: var(--oxford); font-style: italic; }
.crest-heading .meta { font-family: 'Source Sans 3', sans-serif; font-size: 0.7rem; color: var(--slate); text-transform: uppercase; letter-spacing: 2px; font-weight: 500; }
.crest-row { display: grid; grid-template-columns: 26px 1fr auto; gap: 0.9rem; align-items: center; padding: 0.9rem 0; border-bottom: 1px dotted var(--border-2); position: relative; }
.crest-row:last-child { border-bottom: 0; }
.crest-row .ch { font-family: 'Lora', serif; font-style: italic; font-size: 0.85rem; color: var(--sage-deep); font-weight: 600; }
.crest-row .role { color: var(--oxford); font-weight: 500; font-size: 0.92rem; font-family: 'Lora', serif; }
.crest-row .role small { display: block; color: var(--slate); font-weight: 400; font-size: 0.76rem; margin-top: 0.15rem; font-style: italic; font-family: 'Lora', serif; }
.crest-row .type { font-family: 'Source Sans 3', sans-serif; font-size: 0.66rem; color: var(--sage-deep); font-weight: 600; padding: 0.24rem 0.6rem; background: var(--sage-soft); white-space: nowrap; letter-spacing: 0.8px; text-transform: uppercase; }

.stats-bar { background: var(--oxford); color: var(--cream); padding: 3.2rem 1.5rem; position: relative; }
.stats-bar::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--sage); }
.stats-bar-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; text-align: center; }
.stat-item { position: relative; }
.stat-item + .stat-item::before { content: ''; position: absolute; left: -1.25rem; top: 15%; bottom: 15%; width: 1px; background: rgba(132,169,140,0.3); }
.stat-val { font-family: 'Lora', serif; font-size: 2.6rem; font-weight: 500; color: var(--sage-soft); line-height: 1; margin-bottom: 0.4rem; font-style: italic; }
.stat-lbl { font-family: 'Source Sans 3', sans-serif; font-size: 0.78rem; color: var(--cream); opacity: 0.85; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; }

.section { padding: 5.5rem 1.5rem; background: var(--cream); }
.section-alt { background: var(--cream-warm); position: relative; }
.section-alt::before, .section-alt::after { content: ''; position: absolute; left: 0; right: 0; height: 1px; background: var(--sage-deep); opacity: 0.3; }
.section-alt::before { top: 0; }
.section-alt::after { bottom: 0; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-header { max-width: 760px; margin: 0 auto 3.5rem; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.9rem; font-family: 'Source Sans 3', sans-serif; font-size: 0.7rem; color: var(--sage-deep); letter-spacing: 3.2px; text-transform: uppercase; font-weight: 600; margin-bottom: 1.1rem; }
.eyebrow::before, .eyebrow::after { content: ''; width: 22px; height: 1px; background: var(--sage-deep); }
.section-header h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); margin-bottom: 1.1rem; color: var(--oxford); font-weight: 500; }
.section-header h2 em { font-style: italic; color: var(--sage-deep); position: relative; font-weight: 600; }
.section-header h2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 4px; background: var(--sage-soft); opacity: 0.9; z-index: -1; }
.section-header p.lead { color: var(--slate); font-family: 'Lora', serif; font-style: italic; font-size: 1.1rem; line-height: 1.7; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.service-card { background: var(--cream-warm); border: 1px solid var(--border); padding: 2rem 1.7rem 1.8rem; position: relative; transition: all 0.25s; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 40px; height: 2px; background: var(--sage-deep); transition: width 0.3s; }
.service-card:hover { border-color: var(--sage); background: var(--white); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(15,23,42,0.09); }
.service-card:hover::before { width: 100%; }
.service-card .num { font-family: 'Lora', serif; font-style: italic; font-size: 0.9rem; color: var(--sage-deep); margin-bottom: 0.6rem; letter-spacing: 0.8px; font-weight: 500; }
.service-card .num::before { content: '\00A7 '; opacity: 0.6; }
.service-card h4 { font-family: 'Lora', serif; font-size: 1.2rem; font-weight: 600; color: var(--oxford); margin-bottom: 0.65rem; }
.service-card p { font-size: 0.9rem; color: var(--slate); line-height: 1.7; }

.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center; }
.why-content .eyebrow { margin-bottom: 1.2rem; }
.why-content h2 { font-size: clamp(1.75rem, 3.2vw, 2.3rem); margin-bottom: 1.4rem; color: var(--oxford); font-weight: 500; }
.why-content h2 em { font-style: italic; color: var(--sage-deep); position: relative; font-weight: 600; }
.why-content h2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 4px; background: var(--sage-soft); opacity: 0.9; z-index: -1; }
.why-content > p.intro { color: var(--slate); font-family: 'Lora', serif; font-style: italic; font-size: 1.1rem; line-height: 1.7; margin-bottom: 2rem; }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 1.6rem; }
.why-list li { display: flex; align-items: flex-start; gap: 1.2rem; padding-bottom: 1.6rem; border-bottom: 1px dashed var(--border); }
.why-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-list .ch { flex-shrink: 0; font-family: 'Lora', serif; font-style: italic; font-size: 1.8rem; color: var(--sage-deep); font-weight: 600; width: 44px; text-align: right; padding-top: 2px; line-height: 1; }
.why-list .body strong { color: var(--oxford); display: block; margin-bottom: 0.35rem; font-family: 'Lora', serif; font-size: 1.15rem; font-weight: 600; }
.why-list .body span { color: var(--slate); font-size: 0.95rem; line-height: 1.7; }

.why-visual { background: var(--oxford); color: var(--cream); padding: 2.4rem 2rem; position: relative; }
.why-visual::before { content: ''; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(132,169,140,0.3); pointer-events: none; }
.why-visual h4 { font-family: 'Lora', serif; font-size: 1.35rem; color: var(--sage-soft); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(132,169,140,0.25); font-weight: 500; font-style: italic; position: relative; }
.why-visual h4::before { content: '\00A7 '; color: var(--sage); font-style: normal; }
.why-visual .list { list-style: none; display: flex; flex-direction: column; gap: 1rem; position: relative; }
.why-visual .list li { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: 0.6rem 0; align-items: baseline; border-bottom: 1px dashed rgba(132,169,140,0.18); }
.why-visual .list li:last-child { border-bottom: 0; }
.why-visual .list .k { font-family: 'Lora', serif; font-style: italic; font-size: 0.92rem; color: var(--sage); font-weight: 500; }
.why-visual .list .v { color: var(--cream); font-size: 0.9rem; line-height: 1.55; font-family: 'Source Sans 3', sans-serif; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.process-step { background: var(--cream-warm); border: 1px solid var(--border); padding: 2.4rem 1.9rem 1.8rem; position: relative; }
.process-step::before { content: ''; position: absolute; top: 0; left: 22px; right: 22px; height: 2px; background: var(--sage-deep); }
.process-step .step-num { font-family: 'Lora', serif; font-style: italic; font-size: 2.6rem; color: var(--sage-deep); line-height: 1; margin-bottom: 0.9rem; font-weight: 500; }
.process-step h4 { font-family: 'Lora', serif; font-size: 1.25rem; color: var(--oxford); margin-bottom: 0.75rem; font-weight: 600; }
.process-step p { color: var(--slate); font-size: 0.9rem; line-height: 1.7; }

.cta-banner { background: var(--oxford); color: var(--cream); padding: 5rem 1.5rem; text-align: center; position: relative; overflow: hidden; border-top: 1px solid var(--sage); border-bottom: 1px solid var(--sage); }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(132,169,140,0.14), transparent 60%); pointer-events: none; }
.cta-banner-inner { max-width: 740px; margin: 0 auto; position: relative; }
.cta-banner .eyebrow { color: var(--sage); margin-bottom: 1.3rem; }
.cta-banner .eyebrow::before, .cta-banner .eyebrow::after { background: var(--sage); }
.cta-banner h2 { font-size: clamp(1.9rem, 3.4vw, 2.5rem); margin-bottom: 1.2rem; color: var(--cream); font-weight: 500; }
.cta-banner h2 em { font-style: italic; color: var(--sage-soft); font-weight: 600; }
.cta-banner p { color: rgba(245,241,232,0.85); margin: 0 auto 2.2rem; max-width: 560px; font-family: 'Lora', serif; font-style: italic; font-size: 1.1rem; }
.cta-banner .btn-primary { background: var(--sage); color: var(--oxford); border-color: var(--sage); }
.cta-banner .btn-primary:hover { background: var(--sage-deep); border-color: var(--sage-deep); color: var(--cream); }

.footer { background: var(--oxford-2); color: var(--cream); padding: 4rem 1.5rem 1.8rem; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 2.6rem; border-bottom: 1px solid rgba(132,169,140,0.2); }
.footer-brand-mark { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 1.1rem; }
.footer-brand p { color: rgba(245,241,232,0.7); font-size: 0.94rem; line-height: 1.7; max-width: 340px; font-family: 'Lora', serif; font-style: italic; }
.footer-col h5 { font-family: 'Lora', serif; font-size: 1rem; color: var(--sage); margin-bottom: 1.1rem; font-weight: 500; font-style: italic; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col a, .footer-col li { color: rgba(245,241,232,0.7); text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--sage); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 1.6rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; color: rgba(245,241,232,0.5); flex-wrap: wrap; gap: 1rem; }
.footer-bottom em { color: var(--sage-soft); font-family: 'Lora', serif; }

.page-header { background: var(--cream); padding: 5rem 1.5rem 4rem; text-align: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.page-header::before { content: ''; position: absolute; top: -60px; right: -40px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(132,169,140,0.15), transparent 65%); pointer-events: none; }
.page-header::after { content: ''; position: absolute; bottom: 0; left: 22%; right: 22%; height: 1px; background: linear-gradient(to right, transparent, var(--sage-deep), transparent); }
.page-header-inner { max-width: 900px; margin: 0 auto; position: relative; }
.page-header .eyebrow { margin-bottom: 1.3rem; }
.page-header h1 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 1.3rem; color: var(--oxford); font-weight: 500; }
.page-header h1 em { font-style: italic; color: var(--sage-deep); position: relative; font-weight: 600; }
.page-header h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 4px; background: var(--sage-soft); opacity: 0.9; z-index: -1; }
.page-header p { color: var(--slate); max-width: 640px; margin: 0 auto; font-family: 'Lora', serif; font-style: italic; font-size: 1.15rem; line-height: 1.7; }
.crumbs { display: flex; justify-content: center; gap: 0.6rem; font-family: 'Source Sans 3', sans-serif; font-size: 0.75rem; color: var(--slate); margin-top: 1.6rem; text-transform: uppercase; letter-spacing: 1.8px; font-weight: 500; }
.crumbs a { color: var(--sage-deep); text-decoration: none; }

.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-family: 'Lora', serif; font-size: 1.6rem; margin: 2.5rem 0 1rem; color: var(--oxford); font-weight: 600; font-style: italic; position: relative; padding-left: 1.2rem; }
.prose h2::before { content: '\00B6'; position: absolute; left: 0; top: 6px; color: var(--sage-deep); font-size: 1.4rem; opacity: 0.7; }
.prose h3 { font-family: 'Lora', serif; font-size: 1.25rem; margin: 1.9rem 0 0.8rem; color: var(--sage-deep); font-style: italic; font-weight: 600; }
.prose p { font-size: 1rem; margin-bottom: 1.2rem; color: var(--charcoal); line-height: 1.8; }
.prose p:first-of-type { font-size: 1.1rem; color: var(--oxford); font-family: 'Lora', serif; font-style: italic; }
.prose ul { padding-left: 0; margin-bottom: 1.1rem; color: var(--charcoal); list-style: none; }
.prose ul li { padding-left: 1.8rem; position: relative; margin-bottom: 0.6rem; line-height: 1.75; }
.prose ul li::before { content: '\00A7'; position: absolute; left: 0.4rem; color: var(--sage-deep); font-weight: 500; font-style: italic; font-family: 'Lora', serif; }
.prose strong { color: var(--oxford); font-weight: 600; }
.prose a { color: var(--oxford); text-decoration: underline; text-decoration-color: var(--sage); text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.prose a:hover { color: var(--sage-deep); }

.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: start; }
.contact-info { background: var(--cream-warm); border: 1px solid var(--border); padding: 2.2rem; position: relative; }
.contact-info::before { content: ''; position: absolute; top: 0; left: 22px; right: 22px; height: 2px; background: var(--sage-deep); }
.contact-info h3 { font-family: 'Lora', serif; font-size: 1.4rem; margin-bottom: 1.5rem; color: var(--oxford); font-weight: 600; font-style: italic; }
.contact-row { display: flex; gap: 1.1rem; padding: 1.1rem 0; border-bottom: 1px dashed var(--border-2); align-items: flex-start; }
.contact-row:last-of-type { border-bottom: 0; }
.contact-row .ci { width: 40px; height: 40px; background: var(--oxford); display: flex; align-items: center; justify-content: center; color: var(--sage); flex-shrink: 0; border-radius: 3px; }
.contact-row .ci svg { width: 17px; height: 17px; }
.contact-row .lbl { font-family: 'Source Sans 3', sans-serif; font-size: 0.68rem; color: var(--sage-deep); text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 0.3rem; font-weight: 600; }
.contact-row .val { color: var(--oxford); font-size: 0.94rem; font-weight: 500; line-height: 1.5; }
.form-frame { background: var(--cream-warm); border: 1px solid var(--border); padding: 0.5rem; box-shadow: 0 16px 40px rgba(15,23,42,0.08); }
.form-frame iframe { width: 100%; height: 800px; border: 0; display: block; }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .stat-item + .stat-item::before { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 3rem; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav-links, .nav-phone, .logo-sub { display: none; }
  .nav-toggle { display: flex; }
  .nav-inner { height: 70px; }
  .service-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .stats-bar-inner { grid-template-columns: 1fr; gap: 1.6rem; }
  .section { padding: 3.5rem 1.5rem; }
  .hero { padding: 3rem 1.5rem 4rem; }
  .why-visual .list li { grid-template-columns: 1fr; gap: 0.3rem; }
}
