@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700;9..144,800&family=Public+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --teal: #0F3D3E;
  --teal-2: #164C4D;
  --teal-3: #1E5E60;
  --teal-soft: #B5CFCE;
  --terracotta: #D97757;
  --terracotta-deep: #B85D3E;
  --terracotta-soft: #F5D4C2;
  --ecru: #F4EFE0;
  --ecru-warm: #FBF6E7;
  --ecru-deep: #E8DFC5;
  --charcoal: #1F2937;
  --slate: #52606D;
  --slate-light: #8290A0;
  --border: #E0D7BF;
  --border-2: #CCC2A5;
  --white: #FFFFFF;
  --dot-grid: rgba(15,61,62,0.08);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--charcoal); background: var(--ecru); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: 'Fraunces', Georgia, serif; font-weight: 700; color: var(--teal); letter-spacing: -0.015em; line-height: 1.15; font-optical-sizing: auto; }

/* ---- TOPBAR ---- */
.topbar { background: var(--teal); color: var(--ecru-warm); font-size: 0.8rem; padding: 0.55rem 1.5rem; letter-spacing: 0.2px; }
.topbar-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.topbar-l { display: flex; align-items: center; gap: 0.55rem; font-weight: 500; }
.topbar-l::before { content: ''; display: inline-block; width: 8px; height: 8px; background: var(--terracotta); border-radius: 50%; }
.topbar-r { display: flex; gap: 1.5rem; align-items: center; font-size: 0.78rem; }
.topbar a { color: var(--terracotta-soft); text-decoration: none; font-weight: 500; }
.topbar a:hover { color: var(--white); }

/* ---- NAV ---- */
.nav { background: var(--ecru-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: 80px; }
.nav-logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.logo-mark { width: 46px; height: 46px; background: var(--teal); display: flex; align-items: center; justify-content: center; color: var(--terracotta-soft); font-family: 'Fraunces', serif; font-weight: 700; font-size: 1rem; letter-spacing: 1px; position: relative; border-radius: 4px; }
.logo-mark::after { content: ''; position: absolute; bottom: -3px; right: -3px; width: 12px; height: 12px; background: var(--terracotta); border-radius: 50%; }
.logo-text { font-family: 'Fraunces', serif; font-size: 1.4rem; font-weight: 700; color: var(--teal); letter-spacing: 1.5px; line-height: 1; }
.logo-sub { display: block; font-family: 'Public Sans', sans-serif; font-size: 0.66rem; color: var(--slate); text-transform: uppercase; letter-spacing: 2.5px; margin-top: 4px; font-weight: 500; font-style: italic; }
.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.9rem; transition: color 0.2s; position: relative; padding: 0.4rem 0; }
.nav-links a:hover, .nav-links a.active { color: var(--teal); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--terracotta); }
.nav-right { display: flex; align-items: center; gap: 1.25rem; }
.nav-phone { font-size: 0.88rem; font-weight: 500; color: var(--teal); text-decoration: none; display: flex; align-items: center; gap: 0.4rem; }
.nav-phone svg { color: var(--terracotta); }
.btn-nav { background: var(--terracotta); color: var(--white); padding: 0.65rem 1.4rem; border-radius: 4px; text-decoration: none; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.4px; transition: all 0.2s; border: 1.5px solid var(--terracotta); }
.btn-nav:hover { background: var(--terracotta-deep); border-color: var(--terracotta-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(--teal); display: block; }
.nav-mobile { display: none; background: var(--ecru-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(--teal); text-decoration: none; font-size: 0.95rem; }

/* ---- HERO ---- */
.hero { background: var(--ecru); padding: 5rem 1.5rem 6rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(var(--dot-grid) 1.2px, transparent 1.2px); background-size: 22px 22px; mask-image: radial-gradient(ellipse at top right, black 20%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at top right, black 20%, transparent 70%); pointer-events: none; }
.hero::after { content: ''; position: absolute; top: -80px; left: -60px; width: 340px; height: 340px; background: radial-gradient(circle, rgba(217,119,87,0.15), 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.6rem; font-family: 'Public Sans', sans-serif; font-size: 0.72rem; color: var(--terracotta-deep); letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 1.5rem; padding: 0.35rem 0.9rem; background: var(--terracotta-soft); border-radius: 2px; }
.hero-eyebrow::before { content: ''; width: 12px; height: 2px; background: var(--terracotta-deep); }
.hero h1 { font-size: clamp(2.3rem, 4.6vw, 3.8rem); margin-bottom: 1.4rem; color: var(--teal); }
.hero h1 em { font-style: italic; color: var(--terracotta-deep); position: relative; font-weight: 600; }
.hero h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 6px; background: var(--terracotta-soft); z-index: -1; opacity: 0.75; }
.hero p.lead { font-size: 1.1rem; color: var(--slate); margin-bottom: 2.2rem; max-width: 560px; line-height: 1.7; }
.hero-strapline { display: inline-block; font-family: 'Fraunces', serif; font-style: italic; font-size: 1.1rem; color: var(--teal-2); margin-bottom: 1.4rem; padding-left: 1rem; border-left: 3px solid var(--terracotta); }
.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.7rem; border-radius: 4px; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.4px; text-decoration: none; transition: all 0.25s; cursor: pointer; border: 1.5px solid var(--teal); }
.btn-primary { background: var(--teal); color: var(--ecru-warm); }
.btn-primary:hover { background: var(--teal-3); }
.btn-ghost { background: transparent; color: var(--teal); border-color: var(--border-2); }
.btn-ghost:hover { border-color: var(--teal); background: var(--ecru-warm); }

/* Vacancy ledger */
.hero-ledger { background: var(--ecru-warm); border: 1px solid var(--border); box-shadow: 0 24px 60px rgba(15,61,62,0.12); position: relative; padding: 1.8rem 1.6rem; border-radius: 4px; }
.hero-ledger::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(to right, var(--terracotta) 0%, var(--terracotta) 33%, var(--teal) 33%, var(--teal) 100%); }
.ledger-heading { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 1rem; margin-bottom: 0.4rem; border-bottom: 2px solid var(--border); }
.ledger-heading .title { font-family: 'Fraunces', serif; font-weight: 700; font-size: 1.05rem; color: var(--teal); letter-spacing: 0.5px; text-transform: uppercase; }
.ledger-heading .meta { font-family: 'Fraunces', serif; font-style: italic; font-size: 0.75rem; color: var(--slate); }
.ledger-row { display: grid; grid-template-columns: 20px 1fr auto; gap: 0.8rem; align-items: center; padding: 0.9rem 0; border-bottom: 1px dotted var(--border-2); }
.ledger-row:last-child { border-bottom: 0; }
.ledger-row .idx { font-family: 'Fraunces', serif; font-style: italic; font-size: 0.72rem; color: var(--terracotta-deep); font-weight: 600; }
.ledger-row .role { color: var(--teal); font-weight: 600; font-size: 0.9rem; letter-spacing: -0.1px; }
.ledger-row .role small { display: block; color: var(--slate); font-weight: 400; font-size: 0.76rem; margin-top: 0.15rem; font-style: italic; font-family: 'Fraunces', serif; }
.ledger-row .status { font-size: 0.7rem; color: var(--terracotta-deep); font-weight: 600; padding: 0.22rem 0.6rem; background: var(--terracotta-soft); border-radius: 2px; white-space: nowrap; letter-spacing: 0.4px; text-transform: uppercase; }

/* ---- STATS BAR ---- */
.stats-bar { background: var(--teal); color: var(--ecru-warm); padding: 3rem 1.5rem; position: relative; overflow: hidden; }
.stats-bar::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.06) 1.2px, transparent 1.2px); background-size: 22px 22px; pointer-events: none; }
.stats-bar::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--terracotta); }
.stats-bar-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; position: relative; }
.stat-item { position: relative; }
.stat-item + .stat-item::before { content: ''; position: absolute; left: -1rem; top: 20%; bottom: 20%; width: 1px; background: rgba(255,255,255,0.15); }
.stat-val { font-family: 'Fraunces', serif; font-size: 2.6rem; font-weight: 700; color: var(--terracotta-soft); line-height: 1; margin-bottom: 0.4rem; }
.stat-lbl { font-size: 0.8rem; color: var(--ecru-warm); opacity: 0.85; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 500; }

/* ---- SECTIONS ---- */
.section { padding: 5.5rem 1.5rem; background: var(--ecru); }
.section-alt { background: var(--ecru-warm); }
.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.7rem; font-family: 'Public Sans', sans-serif; font-size: 0.72rem; color: var(--terracotta-deep); letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 1rem; }
.eyebrow::before, .eyebrow::after { content: ''; width: 20px; height: 2px; background: var(--terracotta); }
.section-header h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin-bottom: 1rem; color: var(--teal); }
.section-header h2 em { font-style: italic; color: var(--terracotta-deep); position: relative; font-weight: 600; }
.section-header h2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 6px; background: var(--terracotta-soft); opacity: 0.75; z-index: -1; }
.section-header p.lead { color: var(--slate); font-size: 1.05rem; line-height: 1.7; font-family: 'Fraunces', serif; font-style: italic; }

/* ---- SECTORS ---- */
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.sector-card { background: var(--ecru-warm); border: 1px solid var(--border); padding: 1.9rem 1.6rem 1.7rem; position: relative; transition: all 0.25s; border-radius: 4px; }
.sector-card::before { content: ''; position: absolute; top: 0; left: 20px; width: 40px; height: 3px; background: var(--terracotta); transition: width 0.3s; }
.sector-card:hover { border-color: var(--terracotta); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(15,61,62,0.08); }
.sector-card:hover::before { width: calc(100% - 40px); }
.sector-card .num { font-family: 'Fraunces', serif; font-style: italic; font-size: 0.82rem; color: var(--terracotta-deep); margin-bottom: 0.5rem; letter-spacing: 1px; font-weight: 500; }
.sector-card h4 { font-family: 'Fraunces', serif; font-size: 1.15rem; font-weight: 700; color: var(--teal); margin-bottom: 0.55rem; }
.sector-card p { font-size: 0.9rem; color: var(--slate); line-height: 1.65; }

/* ---- WHY GRID ---- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.why-content .eyebrow { margin-bottom: 1rem; }
.why-content h2 { font-size: clamp(1.75rem, 3.2vw, 2.2rem); margin-bottom: 1.2rem; color: var(--teal); }
.why-content h2 em { font-style: italic; color: var(--terracotta-deep); position: relative; font-weight: 600; }
.why-content h2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 6px; background: var(--terracotta-soft); opacity: 0.75; z-index: -1; }
.why-content > p.intro { color: var(--slate); font-size: 1.05rem; line-height: 1.7; margin-bottom: 2rem; font-family: 'Fraunces', serif; font-style: italic; }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 1.4rem; }
.why-list li { display: flex; align-items: flex-start; gap: 1rem; padding-bottom: 1.4rem; border-bottom: 1px dashed var(--border); }
.why-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-list .arrow { flex-shrink: 0; width: 30px; height: 30px; background: var(--terracotta); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.why-list .arrow svg { width: 14px; height: 14px; }
.why-list .body strong { color: var(--teal); display: block; margin-bottom: 0.3rem; font-family: 'Fraunces', serif; font-size: 1.1rem; font-weight: 700; }
.why-list .body span { color: var(--slate); font-size: 0.95rem; line-height: 1.65; }

.why-visual { background: var(--teal); color: var(--ecru-warm); padding: 2rem 1.8rem; border-radius: 4px; position: relative; overflow: hidden; }
.why-visual::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.06) 1.2px, transparent 1.2px); background-size: 22px 22px; pointer-events: none; }
.why-visual h4 { font-family: 'Fraunces', serif; font-size: 1rem; color: var(--terracotta-soft); text-transform: uppercase; letter-spacing: 2px; font-weight: 600; margin-bottom: 1.4rem; padding-bottom: 0.9rem; border-bottom: 1px solid rgba(255,255,255,0.15); position: relative; }
.why-visual .checklist { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; position: relative; }
.why-visual .checklist li { display: flex; align-items: center; gap: 0.8rem; font-size: 0.9rem; color: var(--ecru-warm); padding: 0.55rem 0.75rem; background: rgba(255,255,255,0.04); border-left: 2px solid var(--terracotta); border-radius: 2px; }
.why-visual .checklist li strong { color: var(--terracotta); font-family: 'Fraunces', serif; font-style: italic; margin-right: 0.25rem; font-size: 1.1rem; font-weight: 700; }

/* ---- PROCESS (MACBI letters) ---- */
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.2rem; }
.process-step { background: var(--ecru-warm); border: 1px solid var(--border); padding: 2.2rem 1.4rem 1.6rem; text-align: center; position: relative; border-radius: 4px; }
.process-step::before { content: ''; position: absolute; top: 0; left: 15px; right: 15px; height: 3px; background: var(--terracotta); }
.process-step .macbi-letter { font-family: 'Fraunces', serif; font-size: 3.2rem; color: var(--terracotta); line-height: 1; margin-bottom: 0.6rem; font-weight: 800; letter-spacing: -2px; }
.process-step h4 { font-family: 'Fraunces', serif; font-size: 1.15rem; color: var(--teal); margin-bottom: 0.7rem; font-weight: 700; }
.process-step p { color: var(--slate); font-size: 0.86rem; line-height: 1.6; }

/* ---- CTA BANNER ---- */
.cta-banner { background: var(--teal); color: var(--ecru-warm); padding: 5rem 1.5rem; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(217,119,87,0.15), transparent 60%); pointer-events: none; }
.cta-banner::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--terracotta); }
.cta-banner-inner { max-width: 720px; margin: 0 auto; position: relative; }
.cta-banner .eyebrow { color: var(--terracotta-soft); margin-bottom: 1.2rem; }
.cta-banner .eyebrow::before, .cta-banner .eyebrow::after { background: var(--terracotta); }
.cta-banner h2 { font-size: clamp(1.9rem, 3.4vw, 2.5rem); margin-bottom: 1.2rem; color: var(--ecru-warm); }
.cta-banner h2 em { font-style: italic; color: var(--terracotta-soft); font-weight: 600; }
.cta-banner p { color: rgba(244,239,224,0.85); margin: 0 auto 2.2rem; max-width: 560px; font-size: 1rem; font-family: 'Fraunces', serif; font-style: italic; font-size: 1.05rem; }
.cta-banner .btn-primary { background: var(--terracotta); color: var(--white); border-color: var(--terracotta); }
.cta-banner .btn-primary:hover { background: var(--terracotta-deep); border-color: var(--terracotta-deep); }

/* ---- FOOTER ---- */
.footer { background: var(--charcoal); color: var(--ecru-warm); 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,87,0.2); }
.footer-brand-mark { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1rem; }
.footer-brand p { color: rgba(244,239,224,0.7); font-size: 0.92rem; line-height: 1.7; max-width: 340px; font-family: 'Fraunces', serif; font-style: italic; }
.footer-col h5 { font-family: 'Fraunces', serif; font-size: 0.95rem; color: var(--terracotta); margin-bottom: 1.1rem; font-weight: 700; letter-spacing: 0.4px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col a, .footer-col li { color: rgba(244,239,224,0.7); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--terracotta); }
.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(244,239,224,0.5); flex-wrap: wrap; gap: 1rem; }
.footer-bottom em { color: var(--terracotta-soft); font-family: 'Fraunces', serif; }

/* ---- PAGE HEADER ---- */
.page-header { background: var(--ecru); 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: radial-gradient(var(--dot-grid) 1.2px, transparent 1.2px); background-size: 22px 22px; mask-image: radial-gradient(ellipse at center top, black 20%, transparent 60%); -webkit-mask-image: radial-gradient(ellipse at center top, black 20%, transparent 60%); pointer-events: none; }
.page-header::after { content: ''; position: absolute; top: -60px; right: -40px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(217,119,87,0.15), transparent 65%); pointer-events: none; }
.page-header-inner { max-width: 900px; 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(--teal); }
.page-header h1 em { font-style: italic; color: var(--terracotta-deep); position: relative; font-weight: 600; }
.page-header h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 6px; background: var(--terracotta-soft); opacity: 0.75; z-index: -1; }
.page-header p { color: var(--slate); max-width: 640px; margin: 0 auto; font-size: 1.05rem; line-height: 1.7; font-family: 'Fraunces', serif; font-style: italic; }
.crumbs { display: flex; justify-content: center; gap: 0.6rem; font-size: 0.78rem; color: var(--slate); margin-top: 1.6rem; text-transform: uppercase; letter-spacing: 1.6px; font-weight: 500; }
.crumbs a { color: var(--terracotta-deep); text-decoration: none; }

/* ---- PROSE ---- */
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-family: 'Fraunces', serif; font-size: 1.55rem; margin: 2.4rem 0 1rem; color: var(--teal); font-weight: 700; position: relative; padding-left: 1rem; }
.prose h2::before { content: ''; position: absolute; left: 0; top: 6px; bottom: 8px; width: 4px; background: var(--terracotta); }
.prose h3 { font-family: 'Fraunces', serif; font-size: 1.2rem; margin: 1.8rem 0 0.8rem; color: var(--terracotta-deep); font-style: italic; font-weight: 600; }
.prose p { font-size: 1rem; margin-bottom: 1.15rem; color: var(--charcoal); line-height: 1.8; }
.prose p:first-of-type { font-size: 1.08rem; color: var(--teal); font-family: 'Fraunces', 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.6rem; position: relative; margin-bottom: 0.6rem; line-height: 1.7; }
.prose ul li::before { content: ''; position: absolute; left: 0.4rem; top: 0.75rem; width: 8px; height: 2px; background: var(--terracotta); }
.prose strong { color: var(--teal); font-weight: 700; }
.prose a { color: var(--teal); text-decoration: underline; text-decoration-color: var(--terracotta); text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.prose a:hover { color: var(--terracotta-deep); }

/* ---- CONTACT ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: start; }
.contact-info { background: var(--ecru-warm); border: 1px solid var(--border); padding: 2.2rem; position: relative; border-radius: 4px; }
.contact-info::before { content: ''; position: absolute; top: 0; left: 20px; right: 20px; height: 3px; background: var(--terracotta); }
.contact-info h3 { font-family: 'Fraunces', serif; font-size: 1.35rem; margin-bottom: 1.5rem; color: var(--teal); font-weight: 700; }
.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(--teal); display: flex; align-items: center; justify-content: center; color: var(--terracotta); flex-shrink: 0; border-radius: 4px; }
.contact-row .ci svg { width: 17px; height: 17px; }
.contact-row .lbl { font-size: 0.68rem; color: var(--terracotta-deep); text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 0.25rem; font-weight: 700; }
.contact-row .val { color: var(--teal); font-size: 0.94rem; font-weight: 500; line-height: 1.5; }
.form-frame { background: var(--ecru-warm); border: 1px solid var(--border); padding: 0.5rem; box-shadow: 0 16px 40px rgba(15,61,62,0.08); border-radius: 4px; }
.form-frame iframe { width: 100%; height: 800px; border: 0; display: block; }

/* ---- RESPONSIVE ---- */
@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: repeat(2, 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, .process-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; }
}
