@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&family=Nunito:wght@300;400;500;600;700;800&display=swap');

:root {
  --highland: #14532D;
  --highland-2: #1B6B3A;
  --highland-3: #0E3D21;
  --whisky: #D97706;
  --whisky-deep: #B45309;
  --whisky-soft: #FDD48F;
  --cream: #FAF6EA;
  --cream-warm: #FBF8EF;
  --cream-deep: #F0E9D4;
  --charcoal: #1E2E22;
  --slate: #4A5D50;
  --slate-light: #7A8B82;
  --border: #DDD3B8;
  --border-2: #C7B996;
  --white: #FFFFFF;
  --tartan: rgba(20,83,45,0.055);
  --tartan-2: rgba(217,119,6,0.045);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Nunito', -apple-system, 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: 'Alegreya', Georgia, serif; font-weight: 700; color: var(--highland); letter-spacing: -0.015em; line-height: 1.18; }

.topbar { background: var(--highland); color: var(--cream); font-size: 0.8rem; padding: 0.55rem 1.5rem; letter-spacing: 0.2px; border-bottom: 2px solid var(--whisky); }
.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: 'Alegreya', serif; font-style: italic; font-size: 0.92rem; color: var(--whisky-soft); font-weight: 500; }
.topbar-r { display: flex; gap: 1.6rem; align-items: center; font-size: 0.78rem; }
.topbar a { color: var(--whisky-soft); text-decoration: none; font-weight: 600; }
.topbar a:hover { color: var(--cream); }

.nav { background: var(--cream); 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.8rem; text-decoration: none; }
.logo-mark { width: 48px; height: 48px; background: var(--highland); border: 1.5px solid var(--whisky); display: flex; align-items: center; justify-content: center; color: var(--whisky-soft); font-family: 'Alegreya', serif; font-weight: 700; font-size: 1.15rem; position: relative; }
.logo-mark::after { content: ''; position: absolute; top: 2px; right: 2px; width: 6px; height: 6px; background: var(--whisky); }
.logo-text { font-family: 'Alegreya', serif; font-size: 1.35rem; font-weight: 700; color: var(--highland); letter-spacing: -0.3px; line-height: 1; }
.logo-text em { color: var(--whisky-deep); font-style: italic; font-weight: 500; }
.logo-sub { display: block; font-family: 'Nunito', sans-serif; font-size: 0.66rem; color: var(--slate); text-transform: uppercase; letter-spacing: 2.5px; margin-top: 4px; font-weight: 600; }
.nav-links { display: flex; gap: 2.2rem; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: var(--slate); font-weight: 600; font-size: 0.9rem; transition: color 0.2s; position: relative; padding: 0.4rem 0; letter-spacing: 0.2px; }
.nav-links a:hover, .nav-links a.active { color: var(--highland); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; background: var(--whisky); }
.nav-right { display: flex; align-items: center; gap: 1.4rem; }
.nav-phone { font-family: 'Alegreya', serif; font-style: italic; font-size: 1rem; font-weight: 500; color: var(--highland); text-decoration: none; display: flex; align-items: center; gap: 0.4rem; }
.nav-phone svg { color: var(--whisky-deep); }
.btn-nav { background: var(--whisky); color: var(--white); padding: 0.7rem 1.4rem; text-decoration: none; font-family: 'Nunito', sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.6px; transition: all 0.2s; border: 1.5px solid var(--whisky); text-transform: uppercase; }
.btn-nav:hover { background: var(--whisky-deep); border-color: var(--whisky-deep); }
.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(--highland); 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(--highland); text-decoration: none; font-size: 0.95rem; font-weight: 600; }

.hero { background: var(--cream); padding: 5rem 1.5rem 6rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, var(--tartan) 0 1px, transparent 1px 20px), repeating-linear-gradient(-45deg, var(--tartan-2) 0 1px, transparent 1px 20px); pointer-events: none; }
.hero::after { content: ''; position: absolute; top: -80px; right: -60px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(217,119,6,0.16), transparent 65%); pointer-events: none; }
.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.7rem; font-family: 'Nunito', sans-serif; font-size: 0.72rem; color: var(--whisky-deep); letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 1.5rem; padding: 0.4rem 1rem; background: var(--whisky-soft); border-radius: 2px; }
.hero-eyebrow::before { content: ''; width: 12px; height: 2px; background: var(--whisky-deep); }
.hero h1 { font-size: clamp(2.4rem, 4.8vw, 4rem); margin-bottom: 1.5rem; color: var(--highland); font-weight: 800; }
.hero h1 em { font-style: italic; color: var(--whisky-deep); position: relative; font-weight: 700; }
.hero h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 6px; background: var(--whisky-soft); z-index: -1; opacity: 0.85; }
.hero p.lead { font-size: 1.1rem; color: var(--slate); margin-bottom: 2.4rem; max-width: 560px; line-height: 1.7; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary, .btn-ghost { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.95rem 1.9rem; font-size: 0.84rem; font-weight: 700; letter-spacing: 0.6px; text-decoration: none; transition: all 0.25s; cursor: pointer; border: 1.5px solid var(--highland); text-transform: uppercase; font-family: 'Nunito', sans-serif; }
.btn-primary { background: var(--highland); color: var(--cream); }
.btn-primary:hover { background: var(--highland-3); }
.btn-ghost { background: transparent; color: var(--highland); border-color: var(--border-2); }
.btn-ghost:hover { border-color: var(--highland); background: var(--cream-warm); }

.hero-panel { background: var(--cream-warm); border: 1px solid var(--border); box-shadow: 0 24px 60px rgba(20,83,45,0.12); position: relative; padding: 1.8rem 1.6rem; border-radius: 3px; }
.hero-panel::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: repeating-linear-gradient(90deg, var(--highland) 0 20%, var(--whisky) 20% 40%, var(--highland) 40% 60%, var(--whisky) 60% 80%, var(--highland) 80% 100%); }
.panel-heading { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 1rem; margin-bottom: 0.4rem; border-bottom: 1px solid var(--border); }
.panel-heading .title { font-family: 'Alegreya', serif; font-weight: 700; font-size: 1.1rem; color: var(--highland); letter-spacing: -0.2px; }
.panel-heading .meta { font-family: 'Alegreya', serif; font-style: italic; font-size: 0.78rem; color: var(--slate); }
.panel-row { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 0.9rem 0; border-bottom: 1px dotted var(--border-2); }
.panel-row:last-child { border-bottom: 0; }
.panel-row .role { color: var(--highland); font-weight: 700; font-size: 0.92rem; }
.panel-row .role small { display: block; color: var(--slate); font-weight: 400; font-size: 0.76rem; margin-top: 0.15rem; font-style: italic; font-family: 'Alegreya', serif; }
.panel-row .mode { font-family: 'Nunito', sans-serif; font-size: 0.7rem; color: var(--whisky-deep); font-weight: 700; padding: 0.28rem 0.7rem; background: var(--whisky-soft); white-space: nowrap; letter-spacing: 0.5px; text-transform: uppercase; }

.stats-bar { background: var(--highland); color: var(--cream); padding: 3rem 1.5rem; position: relative; }
.stats-bar::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--whisky); }
.stats-bar-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; text-align: center; }
.stat-item { position: relative; padding: 0.4rem 0; }
.stat-item + .stat-item::before { content: ''; position: absolute; left: -1.5rem; top: 15%; bottom: 15%; width: 1px; background: rgba(217,119,6,0.3); }
.stat-val { font-family: 'Alegreya', serif; font-size: 2.6rem; font-weight: 700; color: var(--whisky-soft); line-height: 1; margin-bottom: 0.35rem; }
.stat-lbl { font-size: 0.78rem; color: var(--cream); opacity: 0.9; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 600; }

.section { padding: 5.5rem 1.5rem; }
.section-alt { background: var(--cream-deep); position: relative; }
.section-alt::before, .section-alt::after { content: ''; position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, var(--whisky), transparent); }
.section-alt::before { top: 0; }
.section-alt::after { bottom: 0; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-header { max-width: 740px; margin: 0 auto 3.5rem; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.8rem; font-family: 'Nunito', sans-serif; font-size: 0.72rem; color: var(--whisky-deep); letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 1rem; }
.eyebrow::before, .eyebrow::after { content: ''; width: 22px; height: 1px; background: var(--whisky); }
.section-header h2 { font-size: clamp(1.9rem, 3.4vw, 2.5rem); margin-bottom: 1rem; color: var(--highland); }
.section-header h2 em { font-style: italic; color: var(--whisky-deep); position: relative; font-weight: 700; }
.section-header h2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 6px; background: var(--whisky-soft); opacity: 0.85; z-index: -1; }
.section-header p.lead { color: var(--slate); font-size: 1.05rem; line-height: 1.7; font-family: 'Alegreya', serif; font-style: italic; }

.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.sector-card { background: var(--cream-warm); border: 1px solid var(--border); padding: 2rem 1.7rem 1.8rem; position: relative; transition: all 0.25s; border-radius: 3px; }
.sector-card::before { content: ''; position: absolute; top: 0; left: 0; width: 40px; height: 3px; background: var(--whisky); transition: width 0.3s; }
.sector-card:hover { border-color: var(--whisky); box-shadow: 0 12px 32px rgba(20,83,45,0.1); transform: translateY(-2px); }
.sector-card:hover::before { width: 100%; }
.sector-card .num { font-family: 'Alegreya', serif; font-style: italic; font-size: 0.9rem; color: var(--whisky-deep); margin-bottom: 0.5rem; font-weight: 600; }
.sector-card h4 { font-family: 'Alegreya', serif; font-size: 1.2rem; font-weight: 700; color: var(--highland); margin-bottom: 0.55rem; }
.sector-card p { font-size: 0.9rem; color: var(--slate); line-height: 1.65; font-family: 'Nunito', sans-serif; }

.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.why-content h2 { font-size: clamp(1.8rem, 3.2vw, 2.3rem); margin-bottom: 1.2rem; color: var(--highland); }
.why-content h2 em { font-style: italic; color: var(--whisky-deep); position: relative; font-weight: 700; }
.why-content h2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 6px; background: var(--whisky-soft); opacity: 0.85; z-index: -1; }
.why-content > p.intro { color: var(--slate); font-family: 'Alegreya', 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.1rem; padding-bottom: 1.6rem; border-bottom: 1px dashed var(--border); }
.why-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-list .marker { flex-shrink: 0; width: 34px; height: 34px; background: var(--whisky-soft); border: 1.5px solid var(--whisky); color: var(--whisky-deep); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Alegreya', serif; font-weight: 700; font-size: 1rem; }
.why-list .body strong { color: var(--highland); display: block; margin-bottom: 0.3rem; font-family: 'Alegreya', serif; font-size: 1.15rem; font-weight: 700; }
.why-list .body span { color: var(--slate); font-size: 0.94rem; line-height: 1.7; }
.why-visual { background: var(--highland); color: var(--cream); padding: 2.4rem 2rem; border-radius: 3px; position: relative; overflow: hidden; }
.why-visual::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, rgba(217,119,6,0.06) 0 1px, transparent 1px 20px), repeating-linear-gradient(-45deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 20px); pointer-events: none; }
.why-visual h4 { font-family: 'Alegreya', serif; font-size: 1.35rem; color: var(--whisky-soft); margin-bottom: 1.4rem; padding-bottom: 0.9rem; border-bottom: 1px solid rgba(217,119,6,0.3); font-weight: 700; font-style: italic; position: relative; }
.why-visual .list { list-style: none; display: flex; flex-direction: column; gap: 1rem; position: relative; }
.why-visual .list li { display: flex; align-items: baseline; gap: 0.9rem; font-size: 0.94rem; color: var(--cream); padding-bottom: 0.9rem; border-bottom: 1px dashed rgba(217,119,6,0.2); }
.why-visual .list li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-visual .list li::before { content: ''; width: 16px; height: 2px; background: var(--whisky); flex-shrink: 0; margin-right: 0.4rem; }
.why-visual .list li strong { color: var(--whisky-soft); font-family: 'Alegreya', serif; font-style: italic; font-weight: 600; margin-right: 0.35rem; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.process-step { background: var(--cream-warm); border: 1px solid var(--border); padding: 2.2rem 1.8rem 1.8rem; position: relative; border-radius: 3px; }
.process-step::before { content: ''; position: absolute; top: 0; left: 20px; right: 20px; height: 2px; background: var(--whisky); }
.process-step .step-num { font-family: 'Alegreya', serif; font-style: italic; font-size: 2.4rem; color: var(--whisky-deep); line-height: 1; margin-bottom: 1rem; font-weight: 700; }
.process-step h4 { font-family: 'Alegreya', serif; font-size: 1.25rem; color: var(--highland); margin-bottom: 0.7rem; font-weight: 700; }
.process-step p { color: var(--slate); font-size: 0.94rem; line-height: 1.7; font-family: 'Nunito', sans-serif; }

.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; margin-top: 1rem; }
.location-pill { padding: 0.85rem 1.1rem; background: var(--cream-warm); border: 1px solid var(--border); font-family: 'Nunito', sans-serif; font-size: 0.92rem; color: var(--highland); font-weight: 600; display: flex; align-items: center; gap: 0.5rem; transition: all 0.2s; }
.location-pill::before { content: ''; width: 8px; height: 2px; background: var(--whisky); flex-shrink: 0; }
.location-pill:hover { background: var(--cream); border-color: var(--whisky-soft); }

.cta-banner { background: var(--highland); color: var(--cream); padding: 5rem 1.5rem; text-align: center; position: relative; overflow: hidden; border-top: 2px solid var(--whisky); border-bottom: 2px solid var(--whisky); }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(217,119,6,0.14), transparent 60%); pointer-events: none; }
.cta-banner-inner { max-width: 720px; margin: 0 auto; position: relative; }
.cta-banner .eyebrow { color: var(--whisky-soft); margin-bottom: 1.2rem; }
.cta-banner .eyebrow::before, .cta-banner .eyebrow::after { background: var(--whisky); }
.cta-banner h2 { font-size: clamp(1.9rem, 3.4vw, 2.5rem); margin-bottom: 1.2rem; color: var(--cream); }
.cta-banner h2 em { font-style: italic; color: var(--whisky-soft); font-weight: 700; }
.cta-banner p { color: rgba(250,246,234,0.85); margin: 0 auto 2.2rem; max-width: 560px; font-family: 'Alegreya', serif; font-style: italic; font-size: 1.08rem; line-height: 1.65; }
.cta-banner .btn-primary { background: var(--whisky); color: var(--charcoal); border-color: var(--whisky); }
.cta-banner .btn-primary:hover { background: var(--whisky-deep); border-color: var(--whisky-deep); color: var(--cream); }

.footer { background: var(--charcoal); 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(217,119,6,0.2); }
.footer-brand-mark { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1rem; }
.footer-brand p { color: rgba(250,246,234,0.7); font-size: 0.92rem; line-height: 1.7; max-width: 340px; font-family: 'Alegreya', serif; font-style: italic; }
.footer-col h5 { font-family: 'Alegreya', serif; font-size: 1rem; color: var(--whisky-soft); margin-bottom: 1.1rem; font-weight: 700; font-style: italic; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col a, .footer-col li { color: rgba(250,246,234,0.7); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--whisky-soft); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 1.6rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: rgba(250,246,234,0.5); flex-wrap: wrap; gap: 1rem; }
.footer-bottom em { color: var(--whisky-soft); font-family: 'Alegreya', serif; }

.page-header { background: var(--cream); padding: 4.5rem 1.5rem 3.8rem; text-align: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.page-header::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, var(--tartan) 0 1px, transparent 1px 20px), repeating-linear-gradient(-45deg, var(--tartan-2) 0 1px, transparent 1px 20px); pointer-events: none; }
.page-header::after { content: ''; position: absolute; top: -60px; right: -40px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(217,119,6,0.14), transparent 65%); pointer-events: none; }
.page-header-inner { max-width: 880px; margin: 0 auto; position: relative; }
.page-header .eyebrow { margin-bottom: 1.2rem; }
.page-header h1 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 1.2rem; color: var(--highland); }
.page-header h1 em { font-style: italic; color: var(--whisky-deep); position: relative; font-weight: 700; }
.page-header h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 6px; height: 6px; background: var(--whisky-soft); opacity: 0.85; z-index: -1; }
.page-header p { color: var(--slate); max-width: 620px; margin: 0 auto; font-family: 'Alegreya', serif; font-style: italic; font-size: 1.1rem; line-height: 1.7; }
.crumbs { display: flex; justify-content: center; gap: 0.6rem; font-family: 'Nunito', sans-serif; font-size: 0.78rem; color: var(--slate); margin-top: 1.6rem; text-transform: uppercase; letter-spacing: 1.6px; font-weight: 600; }
.crumbs a { color: var(--whisky-deep); text-decoration: none; }

.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-family: 'Alegreya', serif; font-size: 1.6rem; margin: 2.4rem 0 1rem; color: var(--highland); font-weight: 700; position: relative; padding-left: 1.2rem; }
.prose h2::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 4px; background: var(--whisky); }
.prose h3 { font-family: 'Alegreya', serif; font-size: 1.25rem; margin: 1.8rem 0 0.8rem; color: var(--whisky-deep); font-style: italic; font-weight: 700; }
.prose p { font-size: 1rem; margin-bottom: 1.15rem; color: var(--charcoal); line-height: 1.8; }
.prose p:first-of-type { font-size: 1.1rem; color: var(--highland); font-family: 'Alegreya', 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.65rem; line-height: 1.75; }
.prose ul li::before { content: ''; position: absolute; left: 0.4rem; top: 0.8rem; width: 12px; height: 2px; background: var(--whisky-deep); }
.prose strong { color: var(--highland); font-weight: 700; }
.prose a { color: var(--highland); text-decoration: underline; text-decoration-color: var(--whisky); text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.prose a:hover { color: var(--whisky-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; border-radius: 3px; }
.contact-info::before { content: ''; position: absolute; top: 0; left: 20px; right: 20px; height: 3px; background: var(--whisky); }
.contact-info h3 { font-family: 'Alegreya', serif; font-size: 1.35rem; margin-bottom: 1.5rem; color: var(--highland); font-weight: 700; 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(--highland); display: flex; align-items: center; justify-content: center; color: var(--whisky-soft); flex-shrink: 0; border-radius: 3px; }
.contact-row .ci svg { width: 17px; height: 17px; }
.contact-row .lbl { font-family: 'Nunito', sans-serif; font-size: 0.68rem; color: var(--whisky-deep); text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 0.25rem; font-weight: 700; }
.contact-row .val { color: var(--highland); font-size: 0.94rem; font-weight: 600; line-height: 1.5; }
.form-frame { background: var(--cream-warm); border: 1px solid var(--border); padding: 0.5rem; box-shadow: 0 16px 40px rgba(20,83,45,0.08); }
.form-frame iframe { width: 100%; height: 780px; 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; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 3rem; }
  .process-grid { grid-template-columns: 1fr; }
  .location-grid { grid-template-columns: repeat(3, 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: 68px; }
  .sector-grid, .location-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; }
}
