@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

:root {
  --ink: #111111;
  --green-950: #05070a;
  --green-900: #0d1117;
  --green-800: #191d23;
  --green-700: #4b5563;
  --mint: #f2f7e8;
  --cream: #f7f8f6;
  --white: #ffffff;
  --accent: #9bd61d;
  --accent-dark: #7fb317;
  --accent-mid: #b4d85a;
  --accent-light: #d8f28f;
  --accent-pale: #eef8d2;
  --muted: #4b5563;
  --line: rgba(17, 17, 17, .12);
  --shadow: 0 18px 48px rgba(0, 0, 0, .16);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, .button { cursor: pointer; }

.skip-link { position: fixed; left: 12px; top: -60px; background: var(--accent); color: var(--green-950); padding: 10px 14px; z-index: 1000; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-tight { padding: 60px 0; }
.eyebrow { color: var(--accent-dark); font-size: .76rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; margin: 0 0 12px; }
.eyebrow.accent { color: var(--accent); }
h1, h2, h3 { line-height: 1.08; margin: 0; letter-spacing: -.025em; font-weight: 800; }
h1 { font-size: clamp(2.75rem, 7vw, 5.6rem); max-width: 850px; }
h2 { font-size: clamp(2.15rem, 4.7vw, 4rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1rem; }
.lead { font-size: clamp(1.05rem, 2vw, 1.28rem); color: var(--muted); max-width: 720px; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.center { text-align: center; }

.topbar { background: #05070a; color: #eef2f7; font-size: .88rem; }
.topbar .container { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.topbar p { margin: 0; }
.topbar a { color: var(--accent-light); font-weight: 800; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .96); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(17,17,17,.08); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.logo { display: inline-flex; width: min(315px, 52vw); text-decoration: none; }
.nav { display: flex; align-items: center; gap: 25px; }
.nav a { font-weight: 700; text-decoration: none; font-size: .94rem; position: relative; }
.nav a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 3px; background: var(--accent); transition: right .2s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: var(--green-900); color: white; border-radius: 13px; font-size: 1.4rem; box-shadow: 0 10px 25px rgba(0,0,0,.18); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 21px; border-radius: 12px; border: 2px solid transparent; background: var(--accent); color: var(--green-950); font-weight: 800; text-decoration: none; box-shadow: 0 10px 24px rgba(155, 214, 29, .22); transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 0, 0, .24); background: var(--accent-dark); color: var(--green-950); }
.button.secondary { background: transparent; border-color: var(--green-900); color: var(--green-900); box-shadow: none; }
.button.secondary:hover { background: var(--green-900); color: white; }
.button.light { background: var(--white); color: var(--green-900); }
.button.small-button { min-height: 44px; padding: 0 17px; font-size: .9rem; }
.button.full { width: 100%; }

.hero { overflow: hidden; position: relative; padding: 80px 0 76px; background: radial-gradient(circle at 82% 18%, rgba(155, 214, 29, .16), transparent 28%), linear-gradient(135deg, #05070a 0%, #111417 55%, #1a1f16 100%); color: var(--white); }
.hero::after { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; border: 80px solid rgba(255, 255, 255, .035); left: -290px; bottom: -310px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 60px; }
.hero h1 span { color: var(--accent-light); }
.hero .lead { margin: 24px 0 28px; color: #e7ebf0; }
.cta-row { display: flex; flex-wrap: wrap; gap: 13px; }
.trust-row { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 16px 28px; color: #f5f7fa; font-weight: 700; }
.trust-row span::before { content: "✓"; display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 8px; border-radius: 7px; background: var(--accent); color: var(--green-950); }
.hero-art { position: relative; }
.hero-art img { filter: drop-shadow(0 25px 32px rgba(0, 0, 0, .28)); border-radius: 24px; }
.quote-badge { position: absolute; left: -15px; bottom: 18px; padding: 18px 20px; background: white; color: var(--green-950); border-left: 5px solid var(--accent); border-radius: 14px; box-shadow: var(--shadow); font-weight: 800; transform: rotate(-1deg); }
.quote-badge small { display: block; color: var(--muted); font-weight: 700; }

.stats { margin-top: -24px; position: relative; z-index: 3; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); color: var(--ink); border: 1px solid var(--line); border-top: 5px solid var(--accent); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.stat { padding: 26px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: 1.35rem; color: var(--green-900); }
.stat span { font-size: .91rem; color: var(--muted); }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 42px; }
.section-heading > * { max-width: 740px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-card { background: white; border: 1px solid var(--line); border-top: 4px solid var(--accent); border-radius: var(--radius); padding: 27px; min-height: 260px; position: relative; overflow: hidden; box-shadow: 0 10px 30px rgba(7, 26, 47, .06); }
.process-card .number { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 12px; background: var(--accent); color: var(--green-950); font-weight: 800; font-size: 1.05rem; margin-bottom: 45px; box-shadow: 0 10px 20px rgba(155,214,29,.24); }
.process-card h3 { margin-bottom: 11px; }
.process-card p { color: var(--muted); margin: 0; }
.process-card::after { content: attr(data-step); position: absolute; right: -4px; top: -35px; font-weight: 900; font-size: 8rem; color: rgba(155,214,29,.08); }

.dark-section { background: linear-gradient(145deg, #05070a, #171b20); color: white; position: relative; overflow: hidden; }
.dark-section::before { content: ""; position: absolute; right: -170px; top: -180px; width: 460px; height: 460px; border-radius: 50%; border: 70px solid rgba(255,255,255,.035); }
.dark-section .lead, .dark-section .muted { color: #d7dee7; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 30px; border-radius: var(--radius); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-top: 3px solid var(--accent); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.11); }
.icon-box { width: 53px; height: 53px; display: grid; place-items: center; border-radius: 12px; background: var(--accent); color: var(--green-950); font-size: 1.45rem; font-weight: 800; margin-bottom: 28px; }
.service-card h3 { margin-bottom: 11px; }
.service-card p { color: #d6dde5; margin: 0; }
.service-card a { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 900; margin-top: 17px; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.visual-card { min-height: 500px; padding: 35px; border-radius: 24px; background: linear-gradient(155deg, #f4f7ee, #ffffff); border: 1px solid var(--line); border-top: 5px solid var(--accent); position: relative; display: flex; flex-direction: column; justify-content: end; overflow: hidden; box-shadow: var(--shadow); }
.visual-card::before { content: "★"; position: absolute; right: 35px; top: 24px; color: var(--accent); font-size: 5rem; opacity: .7; }
.visual-card .mini-card { background: var(--green-900); color: white; padding: 25px; border-radius: 19px; position: relative; z-index: 2; border: 1px solid rgba(155,214,29,.3); }
.visual-card .mini-card strong { color: var(--accent-light); display: block; font-size: 1.35rem; }
.visual-card.photo-card { padding: 0; background: var(--green-950); border-top-color: var(--accent); }
.visual-card.photo-card::before { display: none; }
.photo-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,7,10,.72), rgba(5,7,10,.02) 58%); }
.photo-card .mini-card { margin: 24px; max-width: calc(100% - 48px); }
.check-list { padding: 0; margin: 28px 0; list-style: none; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 38px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 7px; background: var(--accent); color: var(--green-950); font-weight: 900; }

.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 1fr); gap: 18px; }
.gallery-item { min-height: 245px; border-radius: var(--radius); overflow: hidden; background: white; position: relative; border: 1px solid var(--line); }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-label { position: absolute; left: 18px; bottom: 18px; background: rgba(5,7,10,.94); color: white; border-left: 4px solid var(--accent); border-radius: 10px; padding: 9px 14px; font-weight: 750; }

.quote-section { background: linear-gradient(135deg, #f1f5e8 0%, #f7f8f6 100%); border-top: 1px solid var(--line); }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: start; }
.quote-section h2 { color: var(--green-950); }
.quote-note { padding: 20px; border-left: 5px solid var(--accent); border-radius: 12px; background: var(--white); margin-top: 25px; font-weight: 650; box-shadow: 0 8px 24px rgba(7, 26, 47, .07); }
.quote-form { background: white; border-radius: 20px; padding: 34px; border: 1px solid var(--line); border-top: 5px solid var(--accent); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-size: .9rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #c8d2df; background: #fbfcfe; border-radius: 10px; padding: 13px 14px; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 4px rgba(155,214,29,.16); }
textarea { min-height: 120px; resize: vertical; }
.form-help { color: var(--muted); font-size: .82rem; margin: 10px 0 0; }
.input-help { color: var(--muted); font-size: .82rem; margin: 8px 0 0; }
.photo-consent { margin: 10px 0 0; padding: 11px 13px; border-left: 4px solid var(--accent); background: rgba(155,214,29,.09); border-radius: 8px; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.photo-consent strong { color: var(--ink); }
input[type="file"] { padding: 12px; background: var(--white); }
input[type="file"]::file-selector-button { margin-right: 12px; border: 0; border-radius: 10px; padding: 10px 14px; background: var(--green-900); color: var(--white); font-weight: 700; cursor: pointer; }

.form-status { min-height: 26px; margin: 12px 0 0; font-weight: 800; color: var(--accent-dark); }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { background: white; border-radius: var(--radius); padding: 29px; border: 1px solid var(--line); }
.stars { color: var(--accent); letter-spacing: .12em; font-size: 1.15rem; }
.testimonial blockquote { margin: 18px 0; font-size: 1.03rem; }
.testimonial cite { font-style: normal; font-weight: 900; color: var(--accent-dark); }

.faq-list { display: grid; gap: 12px; max-width: 900px; margin: 40px auto 0; }
details { background: white; border: 1px solid var(--line); border-radius: 15px; padding: 0 20px; }
summary { cursor: pointer; font-weight: 900; padding: 18px 35px 18px 0; position: relative; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; font-size: 1.5rem; top: 10px; color: var(--accent-dark); }
details[open] summary::after { content: "–"; }
details p { color: var(--muted); padding-bottom: 18px; }

.page-hero { padding: 80px 0; background: radial-gradient(circle at 85% 15%, rgba(155,214,29,.16), transparent 25%), linear-gradient(145deg, var(--green-950), var(--green-800)); color: white; position: relative; overflow: hidden; }
.page-hero::after { content:""; width: 420px; height: 420px; position:absolute; right:-120px; bottom:-280px; border-radius:50%; border:70px solid rgba(255,255,255,.06); }
.page-hero .lead { color: #e7ebf0; margin-top: 20px; }
.page-hero .eyebrow.accent, .dark-section .eyebrow.accent, .contact-card .eyebrow.accent { color: var(--accent-light); }
.breadcrumbs { display: flex; gap: 8px; align-items: center; margin-bottom: 25px; font-weight: 700; color: #d6dde5; }
.breadcrumbs a { color: var(--accent-light); text-decoration: none; }
.content-grid { display: grid; grid-template-columns: 1fr .35fr; gap: 55px; align-items: start; }
.prose { background: white; padding: 40px; border-radius: var(--radius); border: 1px solid var(--line); }
.prose h2 { font-size: 2rem; margin: 35px 0 12px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 25px 0 8px; }
.prose li { margin-bottom: 8px; }
.sidebar-card { position: sticky; top: 115px; padding: 28px; border-radius: var(--radius); background: linear-gradient(145deg, var(--green-900), var(--green-800)); color: white; border-top: 5px solid var(--accent); }
.sidebar-card h3 { margin-bottom: 12px; }
.sidebar-card p { color: #c9dbd6; }
.sidebar-card .button { width: 100%; margin-top: 12px; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-detail { background: white; border-radius: var(--radius); padding: 32px; border: 1px solid var(--line); }
.service-detail .icon-box { margin-bottom: 21px; }
.service-detail ul { padding-left: 20px; color: var(--muted); }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.pill { padding: 8px 13px; border-radius: 9px; background: var(--mint); color: var(--green-900); border: 1px solid rgba(155,214,29,.24); font-weight: 700; font-size: .88rem; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 35px; align-items: start; }
.contact-card { border-radius: var(--radius); padding: 31px; background: linear-gradient(145deg, var(--green-950), var(--green-800)); color: white; border-top: 5px solid var(--accent); }
.contact-card a { color: var(--accent-light); font-weight: 900; text-decoration: none; }
.contact-item { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-item:last-child { border-bottom: 0; }
.contact-form-wrap { background: white; border-radius: var(--radius); padding: 35px; border: 1px solid var(--line); }
.notice { padding: 20px; background: #f5f8ed; border: 1px solid #d9e6b6; border-left: 5px solid var(--accent); border-radius: 10px; }

.cta-banner { margin-bottom: -80px; position: relative; z-index: 3; }
.cta-banner-inner { padding: 43px; border-radius: 20px; background: linear-gradient(120deg, var(--accent-light), var(--accent-mid)); display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: var(--shadow); border: 1px solid rgba(155,214,29,.22); }
.cta-banner-inner h2 { font-size: clamp(1.9rem, 4vw, 3.2rem); color: var(--green-950); }
.cta-banner-inner p { color: #1f2937; }
.cta-banner-inner .button:not(.secondary) { background: var(--green-950); color: var(--white); }
.cta-banner-inner .button:not(.secondary):hover { background: var(--green-800); }
.site-footer { background: #05070a; color: white; padding: 145px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .75fr .9fr; gap: 60px; }
.footer-logo { width: 300px; margin-bottom: 20px; background: #ffffff; padding: 10px 12px; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.site-footer p, .site-footer li { color: #d6dde5; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--accent-light); }
.site-footer h3 { margin-bottom: 18px; color: var(--accent-light); font-size: 1.05rem; letter-spacing: .02em; }
.footer-bottom { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 20px; font-size: .88rem; color: #b7c3d1; }
.footer-bottom a { color: #d3deea; }
.mobile-quote { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav { position: fixed; inset: 126px 18px auto; background: var(--white); padding: 20px; border-radius: 16px; box-shadow: var(--shadow); border: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav a { padding: 8px; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .hero-grid, .split, .quote-grid, .contact-layout { grid-template-columns: 1fr; }
  .hero-art { max-width: 690px; margin-inline: auto; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar-card { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .topbar .container { justify-content: center; text-align: center; }
  .topbar p:last-child { display: none; }
  .nav-wrap { min-height: 72px; }
  .logo { width: 245px; }
  .nav { top: 112px; }
  .hero { padding-top: 50px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.1rem); }
  .quote-badge { left: 8px; font-size: .9rem; }
  .stats { margin-top: 0; padding-top: 12px; }
  .stats-grid, .process-grid, .services-grid, .testimonial-grid, .service-detail-grid, .form-grid, .gallery-grid, .footer-grid { grid-template-columns: 1fr; }
  .stats-grid .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats-grid .stat:last-child { border-bottom: 0; }
  .section { padding: 68px 0; }
  .section-heading { display: block; }
  .section-heading .button { margin-top: 20px; }
  .process-card { min-height: 220px; }
  .gallery-grid { grid-template-rows: auto; }
  .gallery-item:first-child { grid-row: auto; }
  .gallery-item { min-height: 230px; }
  .field.full { grid-column: auto; }
  .quote-form, .contact-form-wrap, .prose { padding: 24px; }
  .cta-banner-inner { display: block; padding: 30px; }
  .cta-banner-inner .cta-row { margin-top: 20px; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-quote { display: flex; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90; background: var(--accent); color: var(--green-950); min-height: 54px; border-radius: 12px; align-items: center; justify-content: center; text-decoration: none; font-weight: 800; box-shadow: 0 12px 35px rgba(0,0,0,.32); }
  body { padding-bottom: 74px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}


/* Brand-system refinements */
.hero .eyebrow { color: var(--accent-light); }
.hero .button:not(.secondary) { background: var(--accent-light); color: var(--green-950); box-shadow: 0 10px 28px rgba(0,0,0,.22); }
.hero .button:not(.secondary):hover { background: var(--accent-pale); color: var(--green-950); }
.hero .button.secondary { border-color: rgba(255,255,255,.78); color: var(--white); }
.hero .button.secondary:hover { background: var(--white); color: var(--green-950); }
.cta-banner-inner .button.secondary { border-color: var(--green-950); color: var(--green-950); }
.cta-banner-inner .button.secondary:hover { background: var(--green-950); color: var(--white); }
.dark-section .button.light { border-color: var(--white); }
.service-detail { box-shadow: 0 10px 30px rgba(7,26,47,.05); border-top: 4px solid var(--accent); }
.contact-form-wrap { border-top: 5px solid var(--accent); box-shadow: 0 12px 36px rgba(7,26,47,.08); }
.prose { box-shadow: 0 12px 36px rgba(7,26,47,.06); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--accent-light);
  outline-offset: 3px;
}
