:root {
  --green-950: #0b2420;
  --green-900: #12382f;
  --green-800: #1a4b40;
  --charcoal: #191d1c;
  --text: #202725;
  --muted: #6a7470;
  --line: #dbe2de;
  --white: #ffffff;
  --surface: #f4f6f3;
  --accent: #e5a400;
  --accent-dark: #bc8500;
  --max-width: 1180px;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(8, 24, 20, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; padding: 10px 14px; background: var(--accent); color: var(--charcoal); border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(11, 36, 32, 0.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.10); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: baseline; gap: 10px; text-decoration: none; color: var(--white); font-weight: 800; letter-spacing: -.03em; }
.brand-mark { font-size: 1.6rem; }
.brand-subtitle { font-size: .72rem; font-weight: 600; color: rgba(255,255,255,.68); letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { text-decoration: none; color: rgba(255,255,255,.84); padding: 10px 13px; border-radius: 10px; font-size: .95rem; }
.site-nav a:hover, .site-nav a.active { color: var(--white); background: rgba(255,255,255,.08); }
.site-nav .nav-cta { background: var(--accent); color: var(--charcoal); font-weight: 800; margin-left: 6px; }
.site-nav .nav-cta:hover { background: #f0b324; color: var(--charcoal); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--white); border-radius: 99px; }

.hero { background: linear-gradient(135deg, var(--green-950), var(--green-900)); color: var(--white); padding: 78px 0 86px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.eyebrow { margin: 0 0 10px; color: var(--accent-dark); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: var(--accent-dark); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.02; letter-spacing: -.045em; margin-bottom: 22px; max-width: 800px; }
h2 { font-size: clamp(1.9rem, 3vw, 3rem); line-height: 1.08; letter-spacing: -.035em; margin-bottom: 16px; }
h3 { line-height: 1.2; }
.lead { max-width: 680px; color: rgba(255,255,255,.80); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 18px; }
.hero-actions.centered { justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 12px; font-weight: 800; text-decoration: none; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: var(--charcoal); }
.button-primary:hover { background: #f0b324; }
.button-secondary { background: transparent; color: var(--white); border-color: rgba(255,255,255,.28); }
.button-secondary:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.button-dark { background: var(--charcoal); color: var(--white); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.36); background: transparent; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; color: rgba(255,255,255,.70); font-size: .94rem; }
.hero-meta a { color: var(--white); text-decoration: none; }

.hero-visual { position: relative; min-height: 460px; }
.hero-sign { min-height: 460px; border-radius: 28px; border: 1px solid rgba(255,255,255,.22); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 30px; background: radial-gradient(circle at 70% 20%, rgba(229,164,0,.16), transparent 42%), linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.02)); }
.hero-sign span { font-size: clamp(4.5rem, 12vw, 9rem); line-height: 1; font-weight: 900; letter-spacing: -.09em; }
.hero-sign small { color: #ffcf57; font-size: .85rem; font-weight: 800; letter-spacing: .2em; }
.photo-placeholder { min-height: 460px; border-radius: 28px; border: 1px dashed rgba(255,255,255,.28); display: grid; place-items: center; align-content: center; gap: 12px; text-align: center; padding: 30px; background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.02)); }
.photo-placeholder span { font-weight: 900; letter-spacing: .08em; }
.photo-placeholder small { max-width: 280px; color: rgba(255,255,255,.56); }
.floating-card { position: absolute; left: 24px; bottom: -18px; background: var(--white); color: var(--text); padding: 18px 20px; border-radius: 16px; box-shadow: var(--shadow); display: grid; gap: 2px; }
.floating-card strong { font-size: 1.15rem; }
.floating-card span { color: var(--muted); font-size: .86rem; }

.section { padding: 86px 0; }
.section-light { background: var(--surface); }
.section-dark, .section-accent { background: var(--surface); color: var(--text); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 0; }
.section-text { color: var(--muted); max-width: 620px; }
.text-link { color: var(--green-800); text-decoration: none; font-weight: 800; }
.section-dark .text-link { color: var(--green-800); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-grid-full { grid-template-columns: repeat(3, 1fr); }
.service-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 8px 30px rgba(8,24,20,.04); transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card .icon { width: 48px; height: 48px; display: grid; place-items: center; background: #edf0ec; border-radius: 14px; margin-bottom: 18px; font-weight: 900; color: var(--green-900); }
.service-card h2, .service-card h3 { margin-bottom: 10px; }
.service-card p { color: var(--muted); margin-bottom: 0; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.value-list { display: grid; gap: 18px; }
.value-item { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.value-item > span { color: var(--accent-dark); font-size: .84rem; font-weight: 900; }
.value-item strong { display: block; margin-bottom: 4px; }
.value-item p { margin: 0; color: var(--muted); }

.review-summary { display: grid; grid-template-columns: 220px 1fr; gap: 30px; align-items: center; margin-bottom: 24px; }
.review-score { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 18px; display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 8px; }
.review-score strong { font-size: 2.7rem; line-height: 1; }
.review-score span { color: var(--accent-dark); font-size: 1.7rem; }
.review-score small { grid-column: 1 / -1; color: var(--muted); }
.review-note { color: var(--muted); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; min-height: 180px; }
.review-card p { color: var(--muted); }
.review-card strong { display: block; }
.demo-label, .review-status { display: inline-flex; align-items: center; min-height: 28px; padding: 0 9px; border-radius: 999px; background: #fff5d5; color: #7a5700; font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.center-action { text-align: center; margin-top: 26px; }
.review-status { background: #edf0ec; color: var(--green-900); }

.cta-strip { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.cta-strip h2 { margin-bottom: 0; max-width: 720px; }

.page-hero { padding: 76px 0 64px; background: linear-gradient(135deg, var(--green-950), var(--green-900)); color: var(--white); }
.page-hero p:last-child { color: rgba(255,255,255,.72); max-width: 740px; font-size: 1.05rem; margin-bottom: 0; }

.hours-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.hours-card > div { padding: 20px 22px; display: grid; gap: 6px; border-bottom: 1px solid var(--line); }
.hours-card > div:last-child { border-bottom: 0; }
.hours-card span { color: var(--muted); }
.note { color: var(--muted); font-size: .9rem; margin-top: 14px; }
.gallery-placeholder { min-height: 360px; }
.gallery-placeholder .photo-placeholder { min-height: 360px; background: linear-gradient(135deg, #eef0ed, #d9e0dc); border-color: #c6d0ca; color: var(--green-900); }
.gallery-placeholder .photo-placeholder small { color: var(--muted); }
.work-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.work-placeholder { aspect-ratio: 1/1; border: 1px dashed var(--line); border-radius: 18px; display: grid; place-items: center; color: var(--muted); font-weight: 800; background: var(--white); }
.section-center { text-align: center; }
.section-center .section-text { margin: 0 auto; }

.two-column-text { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: center; }
.quote-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.quote-card > span { font-size: 4rem; line-height: .7; color: var(--accent); }
.quote-card p { font-size: 1.25rem; font-weight: 900; margin: 12px 0; }
.quote-card small { color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.contact-list { display: grid; gap: 18px; margin: 26px 0; }
.contact-list > div { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.contact-list span { display: block; color: var(--muted); font-size: .84rem; margin-bottom: 4px; }
.contact-list strong { font-size: 1.02rem; }
.contact-list a { color: var(--green-800); text-decoration: none; }
.contact-list small { font-weight: 500; color: var(--muted); }
.map-placeholder { min-height: 100%; min-height: 420px; background: linear-gradient(135deg, #dfe6e2, #bdc9c3); border-radius: 24px; display: grid; place-items: center; padding: 30px; }
.map-placeholder-inner { text-align: center; display: grid; gap: 10px; }
.map-placeholder-inner span { font-size: 1.7rem; font-weight: 900; color: var(--green-900); letter-spacing: .08em; }
.map-placeholder-inner small { color: #52625b; }
.map-placeholder-inner a { font-weight: 800; color: var(--green-900); }

.map-embed-wrap {
  min-height: 420px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: #dfe6e2;
}
.map-embed {
  width: 100%;
  height: 540px;
  border: 0;
  display: block;
}
.map-fallback {
  position: absolute;
  inset: auto 16px 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 25px rgba(8,24,20,.10);
  font-size: .85rem;
}
.map-fallback span { color: var(--muted); }
.map-fallback a { color: var(--green-900); font-weight: 800; text-decoration: none; white-space: nowrap; }
.form-heading { max-width: 720px; margin-bottom: 30px; }
.form-heading p:last-child { color: var(--muted); }
.contact-form { display: grid; gap: 16px; max-width: 900px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--text); font: inherit; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 3px rgba(229,164,0,.16); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #7b8581; }
.input-error { border-color: #ff8f8f !important; }
.form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.form-status { margin: 0; color: var(--muted); }
.form-status.error { color: #a32121; }
.form-status.success { color: #1e6b3a; }

.section-dark .button-outline-light,
.section-accent .button-outline-light,
.section-light .button-secondary {
  color: var(--green-900);
  border-color: var(--green-800);
  background: transparent;
}

.section-dark .button-outline-light:hover,
.section-accent .button-outline-light:hover,
.section-light .button-secondary:hover {
  color: var(--green-900);
  border-color: var(--green-900);
  background: rgba(18,56,47,.06);
}
.section-dark .eyebrow-light,
.section-accent .eyebrow-light { color: var(--accent-dark); }


.site-footer { background: var(--green-950); color: var(--white); padding: 60px 0 18px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 40px; padding-bottom: 38px; }
.footer-brand { font-weight: 900; font-size: 1.2rem; margin-bottom: 10px; }
.site-footer p { color: rgba(255,255,255,.62); }
.site-footer a { display: block; text-decoration: none; color: rgba(255,255,255,.72); margin: 6px 0; }
.site-footer a:hover { color: var(--white); }
.site-footer h3 { font-size: .92rem; letter-spacing: .08em; text-transform: uppercase; color: #ffcf57; }
.footer-bottom { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.10); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.44); font-size: .8rem; }

@media (max-width: 980px) {
  .hero-grid, .split-section, .two-column-text, .contact-grid { grid-template-columns: 1fr; }
  .service-grid, .service-grid-full { grid-template-columns: repeat(2, 1fr); }
  .review-grid, .work-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-visual { min-height: 380px; }
  .hero-sign { min-height: 380px; }
  .photo-placeholder { min-height: 380px; }
  .cta-strip { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max-width)); }
  .header-inner { min-height: 70px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; inset: 70px 0 auto 0; display: none; padding: 14px; background: var(--green-950); border-bottom: 1px solid rgba(255,255,255,.10); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav a { width: 100%; }
  .site-nav .nav-cta { text-align: center; margin-left: 0; }
  .brand { gap: 7px; }
  .brand-subtitle { display: none; }
  .hero { padding: 58px 0 70px; }
  h1 { font-size: clamp(2.35rem, 13vw, 4rem); }
  .section { padding: 68px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .service-grid, .service-grid-full, .review-grid, .work-grid { grid-template-columns: 1fr; }
  .review-summary { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { flex-direction: column; }
  .hero-visual, .photo-placeholder { min-height: 320px; }
  .hero-sign { min-height: 320px; }
  .map-placeholder { min-height: 320px; }
  .map-embed-wrap, .map-embed { min-height: 320px; height: 320px; }
  .map-fallback { flex-direction: column; align-items: flex-start; }
}
