:root {
  --ink: #16110f;
  --muted: #6f635b;
  --cream: #fff6e7;
  --paper: #fbf8ef;
  --red: #a70910;
  --red-dark: #62070a;
  --green: #0d4a38;
  --gold: #e6bd58;
  --gold-soft: #fff0bd;
  --line: rgba(22, 17, 15, 0.14);
  --shadow: 0 24px 70px rgba(19, 15, 12, 0.18);
}

* {
  box-sizing: border-box;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

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

.topbar {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 246, 231, 0.9);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  padding: 12px clamp(18px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 5;
}

.brand {
  align-items: center;
  color: var(--red-dark);
  display: flex;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-weight: 900;
  gap: 12px;
}

.brand img {
  height: 54px;
  object-fit: contain;
  width: 88px;
}

.topbar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.topbar a {
  font-weight: 900;
}

.hero {
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.94), rgba(7, 9, 13, 0.66), rgba(7, 9, 13, 0.42)),
    var(--hero-image) center / cover;
  color: white;
  display: grid;
  min-height: 78vh;
  padding: clamp(74px, 10vw, 128px) clamp(18px, 6vw, 82px);
  position: relative;
}

.hero::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(230, 189, 88, 0.22), transparent 30%),
    linear-gradient(180deg, transparent, rgba(7, 9, 13, 0.28));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-inner {
  max-width: 820px;
}

.hero {
  align-items: end;
  gap: clamp(26px, 5vw, 58px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
}

.kicker {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Fraunces, Georgia, serif;
  line-height: 0.98;
  margin: 0;
}

h1 {
  font-size: clamp(3.1rem, 8vw, 7rem);
  margin: 16px 0;
}

h2 {
  font-size: clamp(2.15rem, 4vw, 4rem);
}

h3 {
  font-size: 1.45rem;
}

p,
li {
  line-height: 1.7;
}

.hero p {
  color: rgba(255, 246, 231, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  max-width: 720px;
}

.quote-card {
  align-self: end;
  background: rgba(255, 246, 231, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  padding: clamp(22px, 4vw, 34px);
}

.quote-card h2 {
  color: var(--red-dark);
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.quote-card p {
  color: var(--muted);
  font-size: 1rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-row span {
  background: rgba(255, 246, 231, 0.14);
  border: 1px solid rgba(255, 246, 231, 0.24);
  border-radius: 999px;
  color: var(--gold-soft);
  font-size: 0.86rem;
  font-weight: 900;
  padding: 9px 12px;
}

.actions,
.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 15px 22px;
}

.button.primary {
  background: var(--red);
  color: white;
  box-shadow: 0 18px 36px rgba(167, 9, 16, 0.32);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: white;
}

.section,
.split,
.footer {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 6vw, 82px);
}

.split {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
}

.copy p {
  color: var(--muted);
  font-size: 1.06rem;
}

.card-grid,
.photo-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(47, 31, 19, 0.1);
  padding: 26px;
}

.green-band .card {
  background: rgba(255, 246, 231, 0.08);
  border-color: rgba(255, 246, 231, 0.18);
}

.green-band .card p {
  color: rgba(255, 246, 231, 0.82);
}

.card p {
  color: var(--muted);
}

.photo {
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 270px;
  overflow: hidden;
  position: relative;
}

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

.photo span {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), transparent);
  bottom: 0;
  color: white;
  font-weight: 900;
  left: 0;
  padding: 42px 16px 14px;
  position: absolute;
  right: 0;
}

.green-band {
  background: var(--green);
  color: white;
}

.green-band p,
.green-band li {
  color: rgba(255, 246, 231, 0.86);
}

.faq {
  background: #fff;
}

.faq details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 14px;
  padding: 18px 20px;
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
}

.footer {
  background: var(--red-dark);
  color: white;
  display: grid;
  gap: 24px;
}

.mobile-cta-bar {
  display: none;
}

.footer p {
  color: rgba(255, 246, 231, 0.78);
  margin: 0;
}

.service-links a {
  color: var(--gold);
  font-weight: 900;
}

@media (max-width: 860px) {
  body {
    padding-bottom: 82px;
  }

  .topbar {
    align-items: flex-start;
    display: grid;
  }

  .split,
  .card-grid,
  .photo-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: end;
    grid-template-columns: 1fr;
    min-height: 72vh;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 4.25rem);
  }

  .quote-card {
    align-self: stretch;
  }

  .mobile-cta-bar {
    background: rgba(255, 246, 231, 0.96);
    border-top: 1px solid var(--line);
    bottom: 0;
    box-shadow: 0 -14px 30px rgba(19, 15, 12, 0.14);
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    z-index: 10;
  }

  .mobile-cta-bar a {
    align-items: center;
    background: white;
    border: 1px solid var(--line);
    border-radius: 999px;
    display: flex;
    font-weight: 900;
    justify-content: center;
    min-height: 48px;
  }

  .mobile-cta-bar .mobile-cta-primary {
    background: var(--red);
    border-color: var(--red);
    color: white;
  }
}
