:root {
  --green-950: #071f18;
  --green-900: #0b2d22;
  --green-800: #123f30;
  --green-700: #1b5a43;
  --green-100: #e3eee9;
  --red-700: #a91f25;
  --red-600: #c52b32;
  --cream: #f5f0e6;
  --sand: #e8ddca;
  --white: #ffffff;
  --ink: #17201c;
  --muted: #5f6b65;
  --line: rgba(13, 49, 37, 0.13);
  --shadow: 0 18px 50px rgba(5, 31, 23, 0.14);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: var(--white);
  color: var(--green-950);
  padding: .8rem 1rem;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 31, 24, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.nav-wrap {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: var(--white);
  text-decoration: none;
  min-width: 0;
}
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: .95rem; letter-spacing: .075em; }
.brand-copy span { font-size: .7rem; color: #c9dbd3; letter-spacing: .16em; margin-top: .25rem; }
.nav-links { display: flex; align-items: center; gap: 1.35rem; }
.nav-links a {
  color: #eef6f2;
  text-decoration: none;
  font-weight: 750;
  font-size: .93rem;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #ffccce; }
.nav-cta {
  background: var(--red-600);
  border-radius: 999px;
  padding: .72rem 1rem;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.18);
}
.menu-toggle {
  display: none;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 12px;
  background: transparent;
  color: var(--white);
  width: 46px;
  height: 42px;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 740px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 83% 22%, rgba(197,43,50,.34), transparent 23%),
    linear-gradient(120deg, rgba(7,31,24,.98) 0%, rgba(11,45,34,.97) 52%, rgba(18,63,48,.88) 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(255,255,255,.13) calc(50% - 1px), rgba(255,255,255,.13) calc(50% + 1px), transparent calc(50% + 1px)),
    radial-gradient(circle at 50% 50%, transparent 0 102px, rgba(255,255,255,.1) 103px 105px, transparent 106px),
    linear-gradient(0deg, transparent calc(50% - 2px), rgba(197,43,50,.35) calc(50% - 2px), rgba(197,43,50,.35) calc(50% + 2px), transparent calc(50% + 2px));
  opacity: .65;
}
.hero::after {
  content: "";
  position: absolute;
  right: -85px;
  bottom: -20px;
  width: min(47vw, 620px);
  height: 640px;
  opacity: .85;
  background:
    radial-gradient(ellipse at 50% 100%, #061a14 0 27%, transparent 27.5%),
    conic-gradient(from 210deg at 50% 100%, transparent 0 16%, #0a251c 16% 18%, transparent 18% 25%, #0a251c 25% 27%, transparent 27% 35%, #0a251c 35% 37%, transparent 37% 63%, #0a251c 63% 65%, transparent 65% 72%, #0a251c 72% 74%, transparent 74% 82%, #0a251c 82% 84%, transparent 84%);
  clip-path: polygon(50% 0, 64% 26%, 75% 20%, 71% 39%, 88% 37%, 75% 54%, 94% 58%, 70% 68%, 76% 83%, 58% 78%, 55% 100%, 45% 100%, 42% 78%, 24% 83%, 30% 68%, 6% 58%, 25% 54%, 12% 37%, 29% 39%, 25% 20%, 36% 26%);
}
.hero-grid {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 3rem;
  align-items: center;
  padding: 6rem 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1rem;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red-600);
}
.eyebrow::before { content: ""; width: 32px; height: 3px; background: currentColor; border-radius: 99px; }
.hero .eyebrow { color: #ff9ea2; }
.hero h1 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.hero h1 span { color: #ff6d73; }
.hero-lead { max-width: 690px; font-size: clamp(1.05rem, 2vw, 1.28rem); color: #d8e8e0; margin: 1.45rem 0 2rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 50px;
  padding: .85rem 1.25rem;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--red-600); box-shadow: 0 12px 26px rgba(197,43,50,.26); }
.btn-primary:hover { background: var(--red-700); }
.btn-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); }
.btn-dark { color: var(--white); background: var(--green-900); }

.hero-card {
  justify-self: end;
  max-width: 390px;
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: rgba(255,255,255,.09);
  box-shadow: 0 26px 60px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
}
.hero-card h2 { margin: 0 0 1rem; font-size: 1.1rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .8rem; }
.hero-card li { display: grid; grid-template-columns: 34px 1fr; gap: .7rem; align-items: start; color: #e4efe9; }
.hero-card li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(197,43,50,.88);
  font-weight: 900;
}
.service-strip { position: relative; z-index: 3; margin-top: -46px; }
.service-strip-inner {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.strip-item { padding: 1.2rem 1.3rem; border-right: 1px solid var(--line); }
.strip-item:last-child { border-right: 0; }
.strip-item strong { display: block; color: var(--green-900); }
.strip-item span { color: var(--muted); font-size: .9rem; }

.section { padding: 6.5rem 0; }
.section-sm { padding: 4rem 0; }
.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.section-head { max-width: 760px; margin-bottom: 2.3rem; }
.section-head h2, .page-hero h1 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(2.25rem, 5vw, 4.3rem);
  line-height: 1;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.section-head p { color: var(--muted); font-size: 1.08rem; margin: 1rem 0 0; }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.service-card {
  position: relative;
  min-height: 290px;
  padding: 1.6rem;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 28px rgba(7,31,24,.08);
  border: 1px solid rgba(11,45,34,.08);
}
.service-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -70px;
  bottom: -70px;
  border: 24px solid rgba(197,43,50,.07);
  border-radius: 50%;
}
.icon-badge {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--green-100);
  color: var(--green-800);
  font-size: 1.5rem;
}
.service-card h3 { margin: 1.15rem 0 .55rem; color: var(--green-950); font-size: 1.35rem; }
.service-card p { margin: 0; color: var(--muted); }
.service-card a { display: inline-flex; margin-top: 1rem; color: var(--red-700); font-weight: 850; text-decoration: none; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.image-frame {
  position: relative;
  min-height: 500px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  box-shadow: var(--shadow);
}
.image-frame img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
  border-radius: inherit;
  pointer-events: none;
}
.stat-card {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  max-width: 250px;
  padding: 1.1rem;
  color: var(--white);
  background: rgba(7,31,24,.9);
  border-radius: 18px;
  backdrop-filter: blur(10px);
}
.stat-card strong { display: block; font-size: 1.45rem; }
.check-list { display: grid; gap: .75rem; margin: 1.4rem 0 2rem; }
.check-list div { display: flex; gap: .65rem; align-items: flex-start; }
.check-list div::before { content: "●"; color: var(--red-600); font-size: .8rem; margin-top: .32rem; }

.band { background: var(--green-950); color: var(--white); }
.band .section-head h2 { color: var(--white); }
.band .section-head p { color: #c3d5cd; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: steps; }
.process-step { counter-increment: steps; padding: 1.35rem; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.055); }
.process-step::before { content: "0" counter(steps); color: #ff8c91; font-weight: 900; letter-spacing: .1em; }
.process-step h3 { margin: 1rem 0 .4rem; }
.process-step p { margin: 0; color: #5f6b65; font-size: .94rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.gallery-card { position: relative; min-height: 270px; overflow: hidden; border-radius: 20px; background: var(--green-900); }
.gallery-card:nth-child(1), .gallery-card:nth-child(4) { grid-column: span 7; }
.gallery-card:nth-child(2), .gallery-card:nth-child(3) { grid-column: span 5; }
.gallery-card:nth-child(5), .gallery-card:nth-child(6) { grid-column: span 6; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card span { position: absolute; left: 1rem; bottom: 1rem; padding: .5rem .75rem; border-radius: 999px; color: var(--white); background: rgba(7,31,24,.84); font-weight: 800; font-size: .85rem; }

.cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 4.2rem);
  border-radius: 30px;
  color: var(--white);
  background: linear-gradient(120deg, var(--green-900), var(--green-700));
  box-shadow: var(--shadow);
}
.cta-panel::after { content: ""; position: absolute; width: 260px; height: 260px; right: -90px; top: -110px; border: 40px solid rgba(197,43,50,.5); border-radius: 50%; }
.cta-panel h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; text-transform: uppercase; letter-spacing: -.035em; }
.cta-panel p { color: #d8e7e0; }
.cta-panel .button-row { justify-content: flex-end; position: relative; z-index: 2; }

.page-hero {
  padding: 7rem 0 5rem;
  color: var(--white);
  background: linear-gradient(120deg, var(--green-950), var(--green-800));
}
.page-hero h1 { color: var(--white); max-width: 900px; }
.page-hero p { max-width: 700px; margin: 1rem 0 0; color: #cfe0d8; font-size: 1.1rem; }

.faq { display: grid; gap: .8rem; }
details { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 1rem 1.15rem; }
summary { cursor: pointer; font-weight: 850; color: var(--green-950); }
details p { color: var(--muted); margin-bottom: .2rem; }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 2rem; align-items: start; }
.contact-card, .form-card { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 1.5rem; box-shadow: 0 8px 28px rgba(7,31,24,.06); }
.contact-card h2, .form-card h2 { margin-top: 0; color: var(--green-950); }
.contact-list { display: grid; gap: 1rem; }
.contact-item { padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.contact-item:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-item strong { display: block; color: var(--green-900); }
.contact-item a { color: var(--red-700); font-weight: 750; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .35rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; color: var(--green-950); }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid #cdd7d2;
  border-radius: 12px;
  padding: .82rem .9rem;
  background: #fbfcfb;
  color: var(--ink);
}
.field textarea { min-height: 140px; resize: vertical; }
.form-note { color: var(--muted); font-size: .85rem; margin: .8rem 0 0; }
.form-status { display: none; margin-top: 1rem; padding: .9rem 1rem; border-radius: 12px; background: var(--green-100); color: var(--green-900); font-weight: 750; }

.site-footer { background: #051712; color: #d6e4dd; padding: 4rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .75fr; gap: 2.5rem; }
.footer-brand { max-width: 430px; }
.footer-brand .brand { margin-bottom: 1rem; }
.footer-col h3 { color: var(--white); font-size: 1rem; margin-top: 0; }
.footer-col a { display: block; width: fit-content; margin: .4rem 0; color: #d6e4dd; text-decoration: none; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 1rem; color: #95aaa0; font-size: .87rem; }

.notice {
  background: #fff7da;
  color: #574713;
  padding: .85rem 1rem;
  border: 1px solid #ead27f;
  border-radius: 14px;
  font-size: .92rem;
}

@media (max-width: 900px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav-links {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    padding: 1rem;
    background: var(--green-950);
    border-bottom: 1px solid rgba(255,255,255,.12);
    flex-direction: column;
    align-items: stretch;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .8rem 1rem; border-radius: 12px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 5rem 0 7rem; }
  .hero-card { justify-self: start; }
  .hero::after { opacity: .25; width: 70vw; }
  .service-strip-inner { grid-template-columns: 1fr 1fr; }
  .strip-item:nth-child(2) { border-right: 0; }
  .strip-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cards-3, .process { grid-template-columns: 1fr 1fr; }
  .split, .contact-grid, .cta-panel { grid-template-columns: 1fr; }
  .cta-panel .button-row { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .brand-copy strong { font-size: .8rem; }
  .brand-copy span { font-size: .58rem; }
  .brand img { width: 48px; height: 48px; }
  .nav-wrap { min-height: 70px; }
  .nav-links { top: 70px; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.4rem); }
  .hero-grid { padding-top: 4rem; }
  .service-strip { margin-top: -35px; }
  .service-strip-inner, .cards-3, .process, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .strip-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .strip-item:last-child { border-bottom: 0; }
  .section { padding: 5rem 0; }
  .gallery-card { grid-column: 1 / -1 !important; min-height: 240px; }
  .image-frame, .image-frame img { min-height: 380px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
