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

:root {
  --mahogany: #5c1b10;
  --mahogany-deep: #37110b;
  --brand-brown: #5c3a2e;
  --warm-beige: #f2e4c9;
  --beige-soft: #fbf6ed;
  --olive: #a8b37f;
  --olive-deep: #697447;
  --gold: #b17125;
  --ink: #2b211c;
  --muted: #695d55;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(55, 17, 11, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--beige-soft);
  font-family: "Work Sans", "Open Sans", Arial, sans-serif;
  line-height: 1.6;
}

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

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

section[id] {
  scroll-margin-top: 132px;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding-block: 10px;
  background: rgba(251, 246, 237, 0.96);
  color: var(--mahogany);
  box-shadow: 0 12px 40px rgba(55, 17, 11, 0.1);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  background: var(--white);
  border-radius: 6px;
  padding: 6px 10px;
  box-shadow: 0 10px 24px rgba(55, 17, 11, 0.12);
}

.brand img {
  width: 132px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  font-size: 0.94rem;
  font-weight: 600;
}

.nav a {
  opacity: 0.92;
}

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

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 6px;
  padding: 0 22px;
  font-weight: 700;
}

.header-action {
  color: var(--white);
  background: var(--gold);
}

.site-header.is-scrolled .header-action {
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--mahogany-deep);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(55, 17, 11, 0.9) 0%, rgba(92, 27, 16, 0.68) 40%, rgba(55, 17, 11, 0.15) 100%),
    linear-gradient(180deg, rgba(55, 17, 11, 0.35), rgba(55, 17, 11, 0.2));
}

.hero-content {
  position: relative;
  width: min(760px, calc(100% - 40px));
  margin-left: clamp(20px, 7vw, 92px);
  padding-top: 72px;
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Merriweather", "Cormorant Garamond", Georgia, serif;
  line-height: 1.08;
}

h1 {
  max-width: 680px;
  font-size: clamp(3.6rem, 9vw, 7.2rem);
}

h2 {
  max-width: 780px;
  color: var(--mahogany);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  color: var(--mahogany);
  font-size: 1.16rem;
}

.hero-copy {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

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

.button.primary {
  color: var(--white);
  background: var(--gold);
}

.button.secondary {
  color: var(--mahogany);
  background: var(--warm-beige);
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.intro-section,
.process-section,
.contact-section {
  padding: clamp(64px, 9vw, 110px) 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: end;
}

.intro-grid > p,
.section-copy,
.contact-section p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.split-section {
  padding: clamp(60px, 8vw, 96px) 0;
}

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

.company-band {
  background: var(--warm-beige);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
}

.split-grid.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
}

.image-panel {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.content-panel > h2 + .policy-grid,
.content-panel > .section-copy + .business-list {
  margin-top: 34px;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.policy-card,
.business-list article,
.steps article,
.contact-card {
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 45px rgba(55, 17, 11, 0.08);
}

.policy-card {
  padding: 20px;
  border-left: 5px solid var(--olive);
}

.policy-card span,
.business-list strong {
  display: block;
  color: var(--mahogany);
  font-weight: 800;
}

.policy-card p,
.business-list p,
.steps p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.business-list {
  display: grid;
  gap: 14px;
}

.business-list article {
  padding: 20px 22px;
  border-left: 5px solid var(--gold);
}

.process-section {
  background: var(--beige-soft);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.steps article {
  padding: 28px;
}

.steps span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--olive-deep);
  font-weight: 800;
}

.contact-section {
  color: var(--white);
  background: var(--mahogany);
}

.contact-section .eyebrow,
.contact-section h2 {
  color: var(--warm-beige);
}

.contact-section p {
  max-width: 690px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 28px;
  color: var(--ink);
  font-style: normal;
}

.contact-card strong {
  color: var(--mahogany);
  font-family: "Merriweather", Georgia, serif;
  font-size: 1.55rem;
}

.contact-card a {
  color: var(--brand-brown);
  font-weight: 700;
  word-break: break-word;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 26px 20px;
  color: var(--muted);
  background: var(--white);
}

.site-footer img {
  width: 92px;
}

.site-footer p {
  margin: 0;
  font-weight: 700;
}

.site-footer small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.85rem;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 88svh;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(55, 17, 11, 0.9), rgba(55, 17, 11, 0.38));
  }

  .intro-grid,
  .split-grid,
  .split-grid.reverse,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split-grid.reverse .image-panel {
    order: -1;
  }

  .image-panel img {
    aspect-ratio: 16 / 10;
  }

  .steps,
  .policy-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand img {
    width: 112px;
  }

  .header-action {
    min-height: 42px;
    padding-inline: 16px;
  }

  .hero-content {
    width: min(100% - 32px, 640px);
    margin-inline: 16px;
  }

  h1 {
    font-size: 3.35rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
    text-align: center;
  }
}
