:root {
  --green-950: #08251b;
  --green-900: #103929;
  --green-700: #1e6a48;
  --green-100: #e7f2ec;
  --gold: #f6b84b;
  --ink: #18211c;
  --muted: #5f6d65;
  --line: #dce4df;
  --paper: #fbfcf9;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(8, 37, 27, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--paper);
  line-height: 1.55;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--green-950);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 150px;
  padding: 0.75rem clamp(1rem, 3vw, 2rem);
  color: var(--white);
  background: rgba(8, 37, 27, 0.86);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-width: 240px;
}

.brand-logo {
  width: 240px;
  height: 240px;
  max-width: clamp(132px, 16vw, 240px);
  max-height: clamp(132px, 16vw, 240px);
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.58);
  background: #000;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
}

nav a,
.header-call {
  text-decoration: none;
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0 0.95rem;
  background: var(--gold);
  color: var(--green-950);
  font-weight: 800;
}

.header-call svg,
.btn svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 92vh;
  padding: 12rem clamp(1rem, 5vw, 4rem) 3rem;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 37, 27, 0.95) 0%, rgba(8, 37, 27, 0.74) 42%, rgba(8, 37, 27, 0.18) 100%),
    linear-gradient(0deg, rgba(8, 37, 27, 0.72), rgba(8, 37, 27, 0));
}

.hero-content {
  position: relative;
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0 1.1rem;
  border: 0;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

.btn-primary {
  background: var(--gold);
  color: var(--green-950);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.quote-strip {
  display: grid;
  gap: 0.2rem;
  width: min(620px, 100%);
  margin-top: 1.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.12);
  border-left: 5px solid var(--gold);
  color: rgba(255, 255, 255, 0.86);
}

.quote-strip strong {
  color: var(--white);
}

.section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 4rem);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 2rem;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.services-section {
  background: var(--white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.services-grid article {
  min-height: 210px;
  padding: 1.3rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.services-grid span {
  display: block;
  margin-bottom: 2.4rem;
  color: var(--green-700);
  font-weight: 800;
}

.services-grid p,
.price-card p,
.why-list p {
  color: var(--muted);
}

.pricing-section {
  background: linear-gradient(180deg, var(--green-100), var(--paper));
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.price-card {
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 36px rgba(16, 57, 41, 0.08);
}

.price-card.featured {
  border-color: var(--green-700);
  box-shadow: var(--shadow);
}

.price {
  margin-bottom: 1rem;
  color: var(--green-900);
}

.price strong {
  font-size: 2.25rem;
}

.why-section {
  background: var(--green-950);
  color: var(--white);
}

.why-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.why-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.why-list div {
  padding: 1.25rem;
  background: var(--green-950);
}

.why-list p {
  color: rgba(255, 255, 255, 0.75);
}

.gallery-section {
  background: var(--paper);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

figure {
  margin: 0;
}

.placeholder {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  min-height: 180px;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(8, 37, 27, 0.75), rgba(30, 106, 72, 0.72)),
    repeating-linear-gradient(45deg, #cfd9d3 0 14px, #e7eee9 14px 28px);
}

.placeholder.after {
  background:
    linear-gradient(135deg, rgba(246, 184, 75, 0.82), rgba(30, 106, 72, 0.68)),
    repeating-linear-gradient(45deg, #dce4df 0 14px, #f5f7f3 14px 28px);
}

figcaption {
  padding-top: 0.65rem;
  color: var(--muted);
  font-weight: 700;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 5rem);
  background: var(--white);
}

.contact-copy a {
  color: var(--green-700);
  font-weight: 800;
}

.contact-points {
  display: grid;
  gap: 0.65rem;
  padding-left: 1.2rem;
  color: var(--muted);
}

.quote-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 0.4rem;
  color: var(--green-900);
  font-weight: 800;
}

.hidden-field {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid #c9d6ce;
  padding: 0.85rem 0.9rem;
  background: var(--white);
  color: var(--ink);
}

.quote-form input:focus,
.quote-form textarea:focus {
  outline: 3px solid rgba(246, 184, 75, 0.45);
  border-color: var(--green-700);
}

.file-input span {
  display: block;
  padding: 0.85rem 0.9rem;
  background: var(--white);
  border: 1px dashed #9fb2a7;
  color: var(--muted);
  font-weight: 600;
}

.form-note {
  min-height: 1.4rem;
  margin: 0;
  color: var(--green-700);
  font-weight: 800;
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  max-width: 920px;
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
  background: transparent;
}

summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  font-weight: 800;
  cursor: pointer;
}

summary::after {
  content: "+";
  color: var(--green-700);
  font-size: 1.35rem;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

details p {
  max-width: 760px;
  margin-bottom: 1.1rem;
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 2rem clamp(1rem, 5vw, 4rem);
  background: var(--green-950);
  color: var(--white);
}

.site-footer p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.site-footer a {
  color: var(--white);
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.9rem;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: var(--green-950);
}

.thanks-panel {
  width: min(680px, 100%);
  padding: clamp(1.5rem, 5vw, 3rem);
  background: var(--white);
  box-shadow: var(--shadow);
}

.thanks-logo {
  width: 112px;
  height: 112px;
  object-fit: cover;
  margin-bottom: 1.25rem;
  background: #000;
}

.thanks-panel h1 {
  color: var(--green-950);
  font-size: clamp(2.4rem, 8vw, 4.5rem);
}

.thanks-panel p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.thanks-panel a:not(.btn) {
  color: var(--green-700);
  font-weight: 800;
}

@media (max-width: 980px) {
  nav {
    display: none;
  }

  .services-grid,
  .pricing-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-panel,
  .contact-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 104px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 96px;
    height: 96px;
  }

  .brand small {
    display: none;
  }

  .header-call {
    width: 44px;
    padding: 0;
    justify-content: center;
    overflow: hidden;
    color: transparent;
  }

  .header-call svg {
    color: var(--green-950);
  }

  .hero {
    min-height: 86vh;
    padding-top: 9rem;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 37, 27, 0.96), rgba(8, 37, 27, 0.66)),
      linear-gradient(0deg, rgba(8, 37, 27, 0.82), rgba(8, 37, 27, 0.05));
  }

  .btn {
    width: 100%;
  }

  .services-grid,
  .pricing-grid,
  .gallery-grid,
  .why-list,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .services-grid article {
    min-height: 170px;
  }
}
