:root {
  --ink: #171717;
  --muted: #59534d;
  --paper: #fbfaf7;
  --white: #ffffff;
  --warm: #f2eee7;
  --accent: #9a4f23;
  --accent-dark: #623116;
  --line: #ded7cd;
  --shadow: 0 24px 60px rgba(28, 22, 16, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.site-header {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.1rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 247, 0.94);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  object-fit: contain;
}

.header-contact,
.cta-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.7rem;
  color: var(--accent-dark);
  font-weight: 800;
}

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

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

.narrow {
  width: min(820px, 100%);
}

.hero {
  padding-top: clamp(2rem, 5vw, 5rem);
}

.hero-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.hero-media {
  margin: 0;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.eyebrow,
.kicker {
  margin: 0 0 0.8rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.15rem, 12vw, 7.2rem);
}

h2 {
  max-width: 14ch;
  font-size: clamp(2.15rem, 8vw, 4.6rem);
}

p {
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.18rem);
}

.hero-copy > p:not(.eyebrow):not(.pull-line) {
  color: #2b2926;
}

.pull-line {
  margin-top: clamp(1.45rem, 3vw, 2rem);
  padding-left: 1rem;
  border-left: 3px solid var(--accent);
  color: var(--accent-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
}

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

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

.proof {
  background: var(--ink);
  color: var(--white);
}

.proof h2 {
  color: var(--white);
}

.quote-wrap {
  width: min(960px, 100%);
}

blockquote {
  margin: clamp(1.5rem, 4vw, 2.5rem) 0 0;
  padding: 0;
}

.testimonial-quote {
  margin: 0;
  color: #efe8df;
  font-size: 0.92rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.65;
}

cite {
  display: block;
  margin-top: 1rem;
  color: #d9d0c5;
  font-size: 0.96rem;
  font-style: normal;
  font-weight: 700;
}

.closing {
  padding-top: clamp(2.2rem, 5vw, 4rem);
  padding-bottom: clamp(2.2rem, 5vw, 4rem);
}

.closing .pull-line {
  margin-top: 0;
}

.cta {
  background: var(--accent-dark);
  color: var(--white);
}

.cta p,
.cta a,
.cta-contact {
  color: var(--white);
}

.cta-inner {
  width: min(880px, 100%);
}

.cta h2 {
  max-width: 12ch;
}

.cta-contact {
  margin-top: 1.3rem;
  font-size: clamp(1rem, 2.6vw, 1.35rem);
}

.site-footer {
  padding: 1.5rem clamp(1rem, 4vw, 3rem);
  background: var(--ink);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer p {
  width: min(1000px, 100%);
  margin: 0 auto;
  color: #d9d0c5;
  font-size: 0.95rem;
}

@media (min-width: 760px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(12px);
  }

  .header-contact {
    justify-content: flex-end;
  }

  .hero-grid {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 520px) {
  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .header-contact,
  .cta-contact {
    flex-direction: column;
  }

  .header-contact span,
  .cta-contact span {
    display: none;
  }
}
