:root {
  --bg: #f4f1e8;
  --surface: rgba(255, 252, 245, 0.82);
  --surface-strong: #fffaf0;
  --card: #fcf8ef;
  --text: #172419;
  --muted: #5f6d5f;
  --line: rgba(23, 36, 25, 0.1);
  --accent: #2d6a3f;
  --accent-deep: #183f24;
  --accent-soft: #d9e9cf;
  --gold: #c9a96b;
  --shadow: 0 24px 60px rgba(24, 63, 36, 0.14);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(45, 106, 63, 0.2), transparent 28%),
    radial-gradient(circle at right 20%, rgba(201, 169, 107, 0.18), transparent 22%),
    linear-gradient(180deg, #eef4e8 0%, var(--bg) 52%, #efe7d6 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding: 24px 0 40px;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  color: #f7f3e8;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.brand-copy {
  display: grid;
  gap: 3px;
  font-size: 0.9rem;
  color: var(--muted);
}

.brand-copy strong {
  color: var(--text);
  font-size: 1rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav a {
  color: var(--muted);
  transition: color 0.2s ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--text);
}

.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--accent-deep);
  color: #f7f3e8 !important;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-card,
.service-card,
.feature-panel,
.showcase-card,
.process-grid article,
.contact-section,
.footer {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 54px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.88), rgba(250, 245, 234, 0.94));
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero h1,
.section-heading h2,
.quote-card h2,
.contact-copy h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.06;
}

.hero h1 {
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  max-width: 12ch;
}

.hero-text,
.section-heading p,
.feature-item p,
.service-card p,
.showcase-card h3,
.process-grid p,
.contact-copy p,
.form-note,
.footer p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 58ch;
  margin: 22px 0 0;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
}

.button-primary {
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  color: #f7f3e8;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.52);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-stats li {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(217, 233, 207, 0.45);
}

.hero-stats strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top left, rgba(255, 243, 211, 0.28), transparent 30%),
    radial-gradient(circle at bottom right, rgba(201, 169, 107, 0.22), transparent 28%),
    linear-gradient(160deg, #173722 0%, #275433 52%, #45663d 100%);
  min-height: 100%;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -80px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(201, 169, 107, 0.2);
  filter: blur(3px);
}

.hero-visual {
  position: absolute;
  inset: 0;
  padding: 28px;
}

.hero-badge {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.18);
  color: #f7f3e8;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 226, 165, 0.68), rgba(255, 226, 165, 0));
}

.hero-orb-large {
  right: -30px;
  bottom: 115px;
  width: 240px;
  height: 240px;
}

.hero-orb-small {
  left: 42px;
  top: 96px;
  width: 120px;
  height: 120px;
  opacity: 0.6;
}

.hero-stripes {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 178px;
  display: grid;
  gap: 14px;
}

.hero-stripes span {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 250, 240, 0), rgba(255, 250, 240, 0.42), rgba(255, 250, 240, 0));
}

.hero-visual-copy {
  position: absolute;
  right: 28px;
  top: 96px;
  display: grid;
  gap: 10px;
  text-align: right;
}

.hero-visual-copy p {
  margin: 0;
  color: rgba(247, 243, 232, 0.82);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.quote-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 240, 0.88);
  backdrop-filter: blur(12px);
}

.quote-label {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quote-card h2 {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.quote-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.quote-list span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(217, 233, 207, 0.75);
  font-size: 0.92rem;
}

.quote-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--accent-deep);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 18px 0 0;
}

.trust-strip div {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 252, 245, 0.7);
  text-align: center;
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: 90px 0 0;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 28px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  margin-bottom: 14px;
}

.service-grid,
.showcase-grid,
.process-grid {
  display: grid;
  gap: 20px;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 240, 0.76);
}

.service-number,
.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-weight: 800;
}

.service-card h3,
.feature-item h3,
.showcase-card h3,
.process-grid h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.feature-panel {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(234, 242, 228, 0.82));
}

.feature-item {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.feature-item:last-child {
  border-bottom: 0;
}

.showcase-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.showcase-card {
  position: relative;
  min-height: 260px;
  padding: 26px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  color: #f8f4ea;
  background:
    linear-gradient(180deg, rgba(13, 25, 16, 0.1), rgba(13, 25, 16, 0.72)),
    linear-gradient(135deg, #456b4e, #213b27);
}

.showcase-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(13, 25, 16, 0.1), rgba(13, 25, 16, 0.72)),
    linear-gradient(135deg, #b38d52, #5c4527);
}

.showcase-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(13, 25, 16, 0.1), rgba(13, 25, 16, 0.72)),
    linear-gradient(135deg, #708765, #31412f);
}

.showcase-tall {
  min-height: 360px;
}

.showcase-tag {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: rgba(255, 248, 230, 0.18);
  font-size: 0.85rem;
  font-weight: 700;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-grid article {
  padding: 26px;
  border-radius: var(--radius-lg);
  background: rgba(255, 252, 245, 0.74);
}

.contact-section {
  display: block;
  padding: 34px;
  margin-top: 28px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(24, 63, 36, 0.96), rgba(45, 106, 63, 0.9));
  color: #f7f3e8;
}

.contact-section .eyebrow,
.contact-section p,
.contact-section h2 {
  color: inherit;
}

.contact-banner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.contact-intro {
  max-width: 620px;
}

.contact-intro h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.contact-intro p:last-child {
  margin-bottom: 0;
}

.contact-methods {
  display: grid;
  gap: 14px;
  min-width: 320px;
}

.contact-method {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid rgba(247, 243, 232, 0.18);
  border-radius: 18px;
  background: rgba(255, 252, 245, 0.12);
  transition: transform 0.2s ease, background 0.2s ease;
}

.contact-method:hover,
.contact-method:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 252, 245, 0.18);
}

.contact-label {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247, 243, 232, 0.74);
}

.contact-method strong {
  color: #f7f3e8;
  font-size: 1.05rem;
}

.reviews-panel {
  display: grid;
  gap: 18px;
  width: 100%;
  padding: 8px 4px 2px;
  overflow: hidden;
}

.reviews-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reviews-marquee {
  overflow: hidden;
  padding: 10px 0 6px;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.reviews-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: review-scroll 34s linear infinite;
}

.review-card {
  width: 320px;
  min-height: 210px;
  padding: 24px;
  border-radius: 20px;
  background: rgba(255, 252, 245, 0.92);
  color: var(--text);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.review-card p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.7;
}

.review-card strong {
  font-size: 0.96rem;
  color: var(--accent-deep);
}

@keyframes review-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 8px));
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding: 20px 24px;
  border-radius: 22px;
  background: rgba(255, 251, 244, 0.7);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero,
  .split-section,
  .contact-banner,
  .service-grid,
  .showcase-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip,
  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-card {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .topbar {
    border-radius: 28px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
  }

  .nav.is-open {
    display: flex;
  }

  .hero-copy,
  .contact-section,
  .service-card,
  .process-grid article {
    padding: 22px;
  }

  .contact-methods {
    min-width: 0;
  }

  .hero h1 {
    max-width: 100%;
  }

  .hero-stats,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .quote-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .review-card {
    width: 260px;
  }

  .footer {
    flex-direction: column;
  }
}
