
:root {
  --ink: #14211d;
  --muted: #5d6b66;
  --line: #dce5df;
  --paper: #ffffff;
  --soft: #f3f7f2;
  --accent: #1f7a5a;
  --accent-dark: #14382f;
  --gold: #d69a2d;
  --dark: #101816;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; letter-spacing: 0; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.site-header { position: fixed; z-index: 50; top: 18px; left: 0; width: 100%; pointer-events: none; }
.nav-frame { display: flex; justify-content: center; padding: 0 20px; }
.nav-pill { pointer-events: auto; display: inline-flex; align-items: center; gap: 28px; width: fit-content; margin: 0 auto; padding: 10px 14px 10px 12px; border: 1px solid rgba(20,56,47,.14); border-radius: 999px; background: rgba(255,255,255,.9); box-shadow: 0 16px 50px rgba(20,33,29,.12); backdrop-filter: blur(16px); }
.brand img { width: 170px; height: auto; border-radius: 12px; }
.nav-links { display: flex; gap: 8px; margin: 0; }
.nav-link { text-decoration: none; padding: 12px 14px; border-radius: 999px; color: #31413b; font-weight: 700; font-size: 14px; }
.nav-link.active, .nav-link:hover { background: #eaf4ee; color: var(--accent-dark); }
.nav-call { text-decoration: none; background: var(--accent-dark); color: #fff; padding: 12px 18px; border-radius: 999px; font-weight: 800; }
.mobile-menu-toggle { display: none; border: 0; background: var(--accent-dark); border-radius: 999px; width: 46px; height: 46px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.mobile-menu-toggle span { width: 18px; height: 2px; background: #fff; display: block; }
.mobile-menu { display: none; }
.hero { min-height: 92vh; display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); gap: 42px; align-items: stretch; padding: 118px 5vw 54px; }
.hero-copy { align-self: center; padding: 24px 0; max-width: 720px; }
.eyebrow { margin: 0 0 14px; color: var(--accent); text-transform: uppercase; font-weight: 900; font-size: 13px; letter-spacing: .08em; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(3rem, 8vw, 7.6rem); line-height: .9; letter-spacing: 0; max-width: 9ch; }
.page h1 { font-size: clamp(2.5rem, 7vw, 5.6rem); max-width: 11ch; }
h2 { margin: 0 0 18px; font-size: clamp(1.8rem, 4vw, 3.3rem); line-height: 1.02; letter-spacing: 0; }
h3 { margin: 18px 0 10px; font-size: 1.2rem; }
.lead { font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.45; color: var(--muted); max-width: 620px; }
.hero-actions, .fcb-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 28px 0; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 22px; text-decoration: none; font-weight: 900; border: 1px solid transparent; cursor: pointer; font-size: 16px; }
.btn.primary { background: var(--accent); color: #fff; box-shadow: 0 12px 28px rgba(31,122,90,.22); }
.btn.secondary { background: #fff; color: var(--ink); border-color: var(--line); }
.fact-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 32px 0 0; }
.fact-row div { padding: 16px; background: var(--soft); border: 1px solid var(--line); border-radius: 8px; }
dt { color: var(--muted); font-size: 12px; text-transform: uppercase; font-weight: 900; }
dd { margin: 5px 0 0; font-weight: 900; }
.hero-media { min-height: 620px; border-radius: 8px; overflow: hidden; position: relative; background: var(--soft); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.service-band { background: var(--soft); padding: 88px 5vw; }
.section-head { max-width: 840px; margin-bottom: 36px; }
.section-head p:not(.eyebrow), .page-hero p, .split p, .detail-grid p, .service-story p, .site-footer p { color: var(--muted); line-height: 1.65; font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-grid article { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; padding: 0 0 22px; }
.service-grid img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.service-grid h3, .service-grid p { padding: 0 22px; }
.split, .detail-grid, .service-story, .contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; padding: 92px 5vw; }
.split img, .detail-grid img, .image-pair img { border-radius: 8px; aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.text-link { color: var(--accent-dark); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.contact-strip { padding: 78px 5vw 96px; background: var(--accent-dark); color: #fff; display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: start; }
.contact-strip .eyebrow { color: #bfe9d2; }
.contact-form { display: grid; gap: 14px; padding: 24px; background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 8px; }
.contact-form.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-form.compact label:nth-of-type(4), .contact-form.compact button { grid-column: 1 / -1; }
label { display: grid; gap: 8px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 13px 14px; font: inherit; background: #fbfdfb; color: var(--ink); }
textarea { resize: vertical; }
.page { padding-top: 116px; }
.page-hero { padding: 82px 5vw 58px; background: linear-gradient(180deg, #f7faf7 0%, #fff 100%); }
.page-hero h1 { margin-bottom: 22px; }
.detail-grid article, .service-story > div:first-child, .contact-card { border: 1px solid var(--line); border-radius: 8px; padding: 34px; background: #fff; }
ul { padding-left: 20px; line-height: 1.8; color: var(--muted); }
.qa-panel { padding: 74px 5vw; background: var(--soft); }
.qa-panel.wide { background: #fff; max-width: 980px; margin: 0 auto; }
details { border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; background: #fff; margin: 12px 0; }
summary { cursor: pointer; font-weight: 900; }
details p { color: var(--muted); line-height: 1.65; }
.image-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-layout { align-items: start; }
.big-phone { display: inline-block; font-size: clamp(1.8rem, 4vw, 3.2rem); font-weight: 900; color: var(--accent-dark); text-decoration: none; margin: 16px 0; }
.site-footer { background: var(--dark); color: #e8f2ec; padding: 0 5vw 34px; }
.footer-cta { transform: translateY(-28px); display: flex; justify-content: space-between; gap: 20px; align-items: center; background: var(--gold); color: #111; border-radius: 8px; padding: 24px 28px; font-weight: 900; }
.footer-cta p { margin: 0; color: #111; font-size: 1.3rem; }
.footer-cta a { background: #111; color: #fff; padding: 12px 18px; border-radius: 999px; text-decoration: none; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr; gap: 28px; padding: 34px 0; }
.footer-grid h2 { font-size: 1rem; margin-bottom: 14px; }
.footer-grid a { display: block; color: #e8f2ec; margin: 9px 0; }
.footer-grid img { border-radius: 12px; margin-bottom: 18px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: #b8c8c0; font-size: 14px; }
.footer-credit a { color: #fff; }
.sticky-cta { display: none; }
.not-found .page-hero { min-height: 62vh; }
@media (min-width: 1024px) {
  .mobile-menu-toggle { display: none !important; }
}
@media (max-width: 1023px) {
  .site-header { top: 10px; }
  .nav-pill { width: calc(100vw - 24px); justify-content: space-between; gap: 10px; }
  .nav-links, .nav-call { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .mobile-menu.open { pointer-events: auto; display: grid; position: fixed; top: 78px; left: 12px; right: 12px; padding: 18px; border-radius: 8px; background: #fff; border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(0,0,0,.18); }
  .mobile-menu a { padding: 14px; text-decoration: none; font-weight: 900; border-bottom: 1px solid var(--line); }
  .brand img { width: 154px; }
  .hero, .split, .detail-grid, .service-story, .contact-layout, .contact-strip { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 106px; }
  .hero-media { min-height: 360px; order: -1; }
  h1 { font-size: clamp(3rem, 18vw, 5.6rem); }
  .service-grid, .footer-grid, .fact-row { grid-template-columns: 1fr; }
  .contact-form.compact { grid-template-columns: 1fr; }
  .image-pair { grid-template-columns: 1fr; }
  .footer-cta, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .sticky-cta { display: grid; grid-template-columns: 1fr 1fr; position: fixed; bottom: 0; left: 0; right: 0; z-index: 80; min-height: 58px; box-shadow: 0 -10px 30px rgba(0,0,0,.18); }
  .sticky-cta a { display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; font-weight: 900; }
  .sticky-call { background: var(--accent); }
  .sticky-message { background: #0a0a0a; }
  body { padding-bottom: 58px; }
}
@media (max-width: 520px) {
  .hero, .service-band, .split, .detail-grid, .service-story, .contact-layout, .contact-strip, .qa-panel, .page-hero { padding-left: 20px; padding-right: 20px; }
  .hero-copy { padding-top: 0; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .contact-form { padding: 18px; }
}
