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

:root {
  --chestnut: #78350F;
  --chestnut-deep: #5C2807;
  --chestnut-soft: #E7B492;
  --sage: #4D7C0F;
  --sage-deep: #365C08;
  --sage-soft: #C9E4A5;
  --cream: #FEF9E7;
  --cream-warm: #FDF5D8;
  --cream-deep: #F4EBC8;
  --charcoal: #2A241C;
  --slate: #5C534A;
  --slate-light: #8A8177;
  --border: #E4D8B8;
  --border-2: #CDBE94;
  --white: #FFFFFF;
}

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

/* Rope-braid divider */
.rope { height: 4px; background-image: repeating-linear-gradient(45deg, var(--chestnut) 0, var(--chestnut) 6px, var(--chestnut-soft) 6px, var(--chestnut-soft) 12px); opacity: 0.75; }

/* Paddock-fence horizontal */
.fence { position: relative; height: 8px; margin: 0.5rem 0; }
.fence::before, .fence::after { content: ''; position: absolute; left: 0; right: 0; height: 2px; background: var(--chestnut); }
.fence::before { top: 0; }
.fence::after { bottom: 0; }

/* ---- TOPBAR ---- */
.topbar { background: var(--chestnut-deep); color: var(--cream); font-size: 0.82rem; padding: 0.55rem 1.5rem; }
.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: 'Cardo', serif; font-style: italic; font-size: 0.92rem; color: var(--cream-warm); }
.topbar-r { display: flex; gap: 1.6rem; align-items: center; font-size: 0.78rem; }
.topbar a { color: var(--chestnut-soft); text-decoration: none; font-weight: 500; }
.topbar a:hover { color: var(--cream); }

/* ---- NAV ---- */
.nav { background: var(--cream); border-bottom: 3px double var(--chestnut); 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: 88px; }
.nav-logo { display: flex; align-items: center; gap: 0.85rem; text-decoration: none; }
.logo-mark { width: 52px; height: 52px; background: var(--chestnut); display: flex; align-items: center; justify-content: center; color: var(--cream); border-radius: 50%; position: relative; border: 2px solid var(--chestnut); }
.logo-mark svg { width: 30px; height: 30px; fill: var(--cream); }
.logo-mark::before { content: ''; position: absolute; top: -4px; left: -4px; right: -4px; bottom: -4px; border: 1px solid var(--chestnut-soft); border-radius: 50%; pointer-events: none; }
.logo-text { font-family: 'Cardo', serif; font-size: 1.5rem; font-weight: 700; color: var(--chestnut-deep); 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: 'Barlow', sans-serif; font-size: 0.66rem; color: var(--slate); text-transform: uppercase; letter-spacing: 3px; 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.4px; text-transform: uppercase; }
.nav-links a:hover, .nav-links a.active { color: var(--chestnut); }
.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.4rem; }
.nav-phone { font-family: 'Cardo', serif; font-style: italic; font-size: 1rem; font-weight: 400; color: var(--chestnut-deep); text-decoration: none; display: flex; align-items: center; gap: 0.4rem; }
.nav-phone svg { color: var(--sage-deep); }
.btn-nav { background: var(--sage-deep); color: var(--cream); padding: 0.75rem 1.5rem; text-decoration: none; font-family: 'Barlow', sans-serif; font-size: 0.8rem; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; transition: all 0.25s; border: 2px solid var(--sage-deep); border-radius: 3px; }
.btn-nav:hover { background: var(--sage); 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(--chestnut); 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(--chestnut-deep); text-decoration: none; font-size: 0.95rem; }

/* ---- HERO ---- */
.hero { background: var(--cream); padding: 5rem 1.5rem 5.5rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; right: -80px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(77,124,15,0.14), transparent 65%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: 0; left: -60px; width: 340px; height: 340px; background: radial-gradient(circle, rgba(120,53,15,0.12), 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: 'Barlow', sans-serif; font-size: 0.72rem; color: var(--sage-deep); letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 1.6rem; }
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; width: 24px; height: 1px; background: var(--sage); }
.hero h1 { font-size: clamp(2.4rem, 4.8vw, 4rem); margin-bottom: 1.5rem; color: var(--chestnut-deep); font-weight: 700; }
.hero h1 em { font-style: italic; color: var(--sage-deep); position: relative; font-weight: 700; }
.hero h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 6px; height: 4px; background: var(--sage-soft); z-index: -1; opacity: 0.7; }
.hero p.lead { font-size: 1.1rem; color: var(--slate); margin-bottom: 2.2rem; max-width: 560px; 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.6rem; padding: 0.95rem 1.9rem; border-radius: 3px; font-family: 'Barlow', sans-serif; font-size: 0.82rem; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; text-decoration: none; transition: all 0.25s; cursor: pointer; border: 2px solid var(--sage-deep); }
.btn-primary { background: var(--sage-deep); color: var(--cream); }
.btn-primary:hover { background: var(--sage); border-color: var(--sage); }
.btn-ghost { background: transparent; color: var(--chestnut-deep); border-color: var(--chestnut); }
.btn-ghost:hover { border-color: var(--sage-deep); color: var(--sage-deep); }

/* Hero yard card */
.hero-yard { background: var(--cream-warm); border: 2px solid var(--chestnut); box-shadow: 0 20px 50px rgba(120,53,15,0.14); padding: 2rem 1.8rem; border-radius: 4px; position: relative; }
.hero-yard::before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; height: 6px; background: repeating-linear-gradient(45deg, var(--chestnut) 0, var(--chestnut) 6px, var(--chestnut-soft) 6px, var(--chestnut-soft) 12px); }
.yard-heading { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 1rem; margin-bottom: 0.4rem; border-bottom: 1px solid var(--border); }
.yard-heading .title { font-family: 'Cardo', serif; font-style: italic; font-weight: 700; font-size: 1.15rem; color: var(--chestnut-deep); }
.yard-heading .meta { font-family: 'Barlow', sans-serif; font-size: 0.72rem; color: var(--slate); text-transform: uppercase; letter-spacing: 1.6px; }
.yard-row { display: grid; grid-template-columns: 30px 1fr auto; gap: 0.8rem; align-items: center; padding: 0.9rem 0; border-bottom: 1px dotted var(--border-2); }
.yard-row:last-child { border-bottom: 0; }
.yard-row .idx { font-family: 'Cardo', serif; font-style: italic; font-size: 0.85rem; color: var(--sage-deep); font-weight: 700; }
.yard-row .role { color: var(--chestnut-deep); font-weight: 600; font-size: 0.92rem; }
.yard-row .role small { display: block; color: var(--slate); font-weight: 400; font-size: 0.78rem; margin-top: 0.15rem; font-style: italic; font-family: 'Cardo', serif; }
.yard-row .status { font-size: 0.7rem; color: var(--sage-deep); font-weight: 700; padding: 0.28rem 0.7rem; background: var(--sage-soft); border-radius: 2px; white-space: nowrap; letter-spacing: 0.5px; text-transform: uppercase; }

/* ---- STATS BAR ---- */
.stats-bar { background: var(--chestnut-deep); color: var(--cream); padding: 3rem 1.5rem; position: relative; }
.stats-bar::before, .stats-bar::after { content: ''; position: absolute; left: 0; right: 0; height: 4px; background: repeating-linear-gradient(45deg, var(--sage-deep) 0, var(--sage-deep) 6px, var(--chestnut) 6px, var(--chestnut) 12px); }
.stats-bar::before { top: 0; }
.stats-bar::after { bottom: 0; }
.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: 20%; bottom: 20%; width: 1px; background: rgba(254,249,231,0.2); }
.stat-val { font-family: 'Cardo', serif; font-size: 2.6rem; font-weight: 700; color: var(--sage-soft); line-height: 1; margin-bottom: 0.4rem; }
.stat-lbl { font-size: 0.8rem; color: var(--cream-warm); opacity: 0.9; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 500; }

/* ---- SECTIONS ---- */
.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: 3px; background: repeating-linear-gradient(45deg, var(--chestnut) 0, var(--chestnut) 6px, var(--chestnut-soft) 6px, var(--chestnut-soft) 12px); opacity: 0.6; }
.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.8rem; font-family: 'Barlow', sans-serif; font-size: 0.72rem; color: var(--sage-deep); letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 1.1rem; }
.eyebrow::before, .eyebrow::after { content: ''; width: 22px; height: 1px; background: var(--sage); }
.section-header h2 { font-size: clamp(1.9rem, 3.5vw, 2.6rem); margin-bottom: 1.1rem; color: var(--chestnut-deep); }
.section-header h2 em { font-style: italic; color: var(--sage-deep); position: relative; }
.section-header h2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 4px; background: var(--sage-soft); opacity: 0.7; z-index: -1; }
.section-header p.lead { color: var(--slate); font-family: 'Cardo', serif; font-style: italic; font-size: 1.15rem; line-height: 1.65; }

/* ---- SECTORS ---- */
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.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: 4px; }
.sector-card::before { content: ''; position: absolute; top: 0; left: 20px; width: 40px; height: 3px; background: var(--sage-deep); transition: width 0.3s; }
.sector-card:hover { border-color: var(--sage); background: var(--white); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(120,53,15,0.1); }
.sector-card:hover::before { width: calc(100% - 40px); }
.sector-card .num { font-family: 'Cardo', serif; font-style: italic; font-size: 0.9rem; color: var(--sage-deep); margin-bottom: 0.6rem; letter-spacing: 0.5px; font-weight: 700; }
.sector-card h4 { font-family: 'Cardo', serif; font-size: 1.25rem; font-weight: 700; color: var(--chestnut-deep); margin-bottom: 0.6rem; }
.sector-card p { font-size: 0.9rem; color: var(--slate); line-height: 1.7; }

/* ---- WHY ---- */
.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.3rem; color: var(--chestnut-deep); }
.why-content h2 em { font-style: italic; color: var(--sage-deep); position: relative; }
.why-content h2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 4px; background: var(--sage-soft); opacity: 0.7; z-index: -1; }
.why-content > p.intro { color: var(--slate); font-family: 'Cardo', serif; font-style: italic; font-size: 1.15rem; 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-2); }
.why-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-list .marker { flex-shrink: 0; width: 36px; height: 36px; background: var(--sage-soft); border: 2px solid var(--sage-deep); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--sage-deep); font-family: 'Cardo', serif; font-style: italic; font-weight: 700; font-size: 1rem; }
.why-list .body strong { color: var(--chestnut-deep); display: block; margin-bottom: 0.35rem; font-family: 'Cardo', serif; font-size: 1.2rem; font-weight: 700; }
.why-list .body span { color: var(--slate); font-size: 0.95rem; line-height: 1.7; }

.why-visual { background: var(--chestnut-deep); color: var(--cream); padding: 2.4rem 2rem; border-radius: 4px; position: relative; overflow: hidden; border: 2px solid var(--chestnut); }
.why-visual::before { content: ''; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(199,228,165,0.25); pointer-events: none; }
.why-visual h4 { font-family: 'Cardo', serif; font-style: italic; font-size: 1.4rem; color: var(--sage-soft); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(254,249,231,0.15); font-weight: 700; position: relative; }
.why-visual .list { list-style: none; display: flex; flex-direction: column; gap: 1.1rem; position: relative; }
.why-visual .list li { display: flex; align-items: flex-start; gap: 0.8rem; font-size: 0.94rem; color: var(--cream-warm); padding-bottom: 0.9rem; border-bottom: 1px dashed rgba(254,249,231,0.15); }
.why-visual .list li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-visual .list .h { font-family: 'Cardo', serif; font-style: italic; font-weight: 700; color: var(--sage-soft); font-size: 1.15rem; line-height: 1; margin-top: 2px; flex-shrink: 0; }

/* ---- PROCESS ---- */
.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.3rem 1.8rem 1.8rem; position: relative; border-radius: 4px; }
.process-step::before { content: ''; position: absolute; top: 0; left: 22px; right: 22px; height: 3px; background: repeating-linear-gradient(45deg, var(--sage-deep) 0, var(--sage-deep) 6px, var(--sage-soft) 6px, var(--sage-soft) 12px); }
.process-step .num { font-family: 'Cardo', serif; font-style: italic; font-size: 3rem; color: var(--sage-deep); line-height: 1; margin-bottom: 0.9rem; font-weight: 700; }
.process-step h4 { font-family: 'Cardo', serif; font-size: 1.3rem; color: var(--chestnut-deep); margin-bottom: 0.7rem; font-weight: 700; }
.process-step p { color: var(--slate); font-size: 0.94rem; line-height: 1.7; }

/* ---- CTA BANNER ---- */
.cta-banner { background: var(--chestnut-deep); color: var(--cream); padding: 5rem 1.5rem; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before, .cta-banner::after { content: ''; position: absolute; left: 0; right: 0; height: 4px; background: repeating-linear-gradient(45deg, var(--sage-deep) 0, var(--sage-deep) 6px, var(--chestnut) 6px, var(--chestnut) 12px); }
.cta-banner::before { top: 0; }
.cta-banner::after { bottom: 0; }
.cta-banner-inner { max-width: 720px; margin: 0 auto; position: relative; }
.cta-banner .eyebrow { color: var(--sage-soft); margin-bottom: 1.2rem; }
.cta-banner .eyebrow::before, .cta-banner .eyebrow::after { background: var(--sage-soft); }
.cta-banner h2 { font-size: clamp(2rem, 3.6vw, 2.6rem); margin-bottom: 1.2rem; color: var(--cream); }
.cta-banner h2 em { font-style: italic; color: var(--sage-soft); }
.cta-banner p { color: rgba(254,249,231,0.85); margin: 0 auto 2.2rem; max-width: 560px; font-family: 'Cardo', serif; font-style: italic; font-size: 1.1rem; }
.cta-banner .btn-primary { background: var(--sage-soft); color: var(--chestnut-deep); border-color: var(--sage-soft); }
.cta-banner .btn-primary:hover { background: var(--cream); border-color: var(--cream); }

/* ---- FOOTER ---- */
.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(199,228,165,0.15); }
.footer-brand-mark { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1rem; }
.footer-brand p { color: rgba(254,249,231,0.7); font-family: 'Cardo', serif; font-style: italic; font-size: 0.96rem; line-height: 1.7; max-width: 340px; }
.footer-col h5 { font-family: 'Cardo', serif; font-size: 1rem; color: var(--sage-soft); margin-bottom: 1.1rem; font-weight: 700; font-style: italic; letter-spacing: 0.4px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col a, .footer-col li { color: rgba(254,249,231,0.7); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--sage-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(254,249,231,0.5); flex-wrap: wrap; gap: 1rem; }
.footer-bottom em { color: var(--sage-soft); font-family: 'Cardo', serif; }

/* ---- PAGE HEADER ---- */
.page-header { background: var(--cream); padding: 4.5rem 1.5rem 3.8rem; text-align: center; position: relative; overflow: hidden; border-bottom: 3px double var(--chestnut); }
.page-header::before { content: ''; position: absolute; top: -40px; right: -60px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(77,124,15,0.14), 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(2.1rem, 4vw, 3.2rem); margin-bottom: 1.2rem; color: var(--chestnut-deep); }
.page-header h1 em { font-style: italic; color: var(--sage-deep); position: relative; }
.page-header h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 5px; height: 4px; background: var(--sage-soft); opacity: 0.7; z-index: -1; }
.page-header p { color: var(--slate); max-width: 640px; margin: 0 auto; font-family: 'Cardo', serif; font-style: italic; font-size: 1.15rem; line-height: 1.7; }
.crumbs { display: flex; justify-content: center; gap: 0.6rem; font-family: 'Barlow', sans-serif; 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(--sage-deep); text-decoration: none; }

/* ---- PROSE ---- */
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-family: 'Cardo', serif; font-size: 1.7rem; margin: 2.5rem 0 1rem; color: var(--chestnut-deep); font-weight: 700; position: relative; padding-left: 1.2rem; }
.prose h2::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 10px; width: 4px; background: repeating-linear-gradient(0deg, var(--sage-deep) 0, var(--sage-deep) 5px, var(--sage-soft) 5px, var(--sage-soft) 10px); }
.prose h3 { font-family: 'Cardo', serif; font-size: 1.3rem; margin: 1.9rem 0 0.8rem; color: var(--sage-deep); font-style: italic; font-weight: 700; }
.prose p { font-size: 1rem; margin-bottom: 1.2rem; color: var(--charcoal); line-height: 1.85; }
.prose p:first-of-type { font-size: 1.12rem; color: var(--chestnut-deep); font-family: 'Cardo', serif; font-style: italic; }
.prose ul { padding-left: 0; margin-bottom: 1.2rem; color: var(--charcoal); list-style: none; }
.prose ul li { padding-left: 1.8rem; position: relative; margin-bottom: 0.7rem; line-height: 1.8; }
.prose ul li::before { content: ''; position: absolute; left: 0.5rem; top: 0.8rem; width: 10px; height: 2px; background: var(--sage-deep); }
.prose strong { color: var(--chestnut-deep); font-weight: 700; }
.prose a { color: var(--sage-deep); text-decoration: underline; text-decoration-color: var(--sage); text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.prose a:hover { color: var(--chestnut-deep); }

/* ---- CONTACT ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: start; }
.contact-info { background: var(--cream-warm); border: 2px solid var(--chestnut); padding: 2.2rem; position: relative; border-radius: 4px; }
.contact-info::before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; height: 5px; background: repeating-linear-gradient(45deg, var(--chestnut) 0, var(--chestnut) 6px, var(--chestnut-soft) 6px, var(--chestnut-soft) 12px); }
.contact-info h3 { font-family: 'Cardo', serif; font-size: 1.4rem; margin-bottom: 1.5rem; color: var(--chestnut-deep); 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: 42px; height: 42px; background: var(--chestnut-deep); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--sage-soft); flex-shrink: 0; }
.contact-row .ci svg { width: 17px; height: 17px; }
.contact-row .lbl { font-family: 'Barlow', sans-serif; font-size: 0.7rem; color: var(--sage-deep); text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 0.25rem; font-weight: 700; }
.contact-row .val { color: var(--chestnut-deep); font-size: 0.95rem; font-weight: 500; line-height: 1.55; }
.form-frame { background: var(--cream-warm); border: 1px solid var(--border); padding: 0.5rem; box-shadow: 0 16px 40px rgba(120,53,15,0.1); 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: 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: 72px; }
  .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; }
}
