:root {
  color-scheme: light;
  --ink: #27231f;
  --muted: #6a625a;
  --paper: #fbfaf7;
  --surface: #ffffff;
  --line: #ded7ce;
  --clay: #a65e46;
  --clay-dark: #7b3f2f;
  --sage: #6b7d63;
  --gold: #c49b52;
  --shadow: 0 18px 50px rgba(38, 31, 25, 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;
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 54px);
  background: rgba(251, 250, 247, 0.9);
  border-bottom: 1px solid rgba(222, 215, 206, 0.72);
  backdrop-filter: blur(14px);
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  gap: clamp(14px, 3vw, 32px);
  color: var(--muted);
  font-size: 0.94rem;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--clay-dark);
}

.hero {
  position: relative;
  min-height: 91vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 126px clamp(18px, 5vw, 78px) 70px;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.96) 0%, rgba(251, 250, 247, 0.82) 38%, rgba(251, 250, 247, 0.1) 72%),
    linear-gradient(0deg, rgba(39, 35, 31, 0.18), rgba(39, 35, 31, 0));
}

.hero-content {
  position: relative;
  max-width: 660px;
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.06;
}

h1 {
  max-width: 10ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 9vw, 7.4rem);
  font-weight: 700;
}

h2 {
  max-width: 13ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 5vw, 4rem);
  font-weight: 700;
}

h3 {
  font-size: 1.18rem;
}

.hero p:not(.eyebrow),
.section-copy p,
.contact p {
  max-width: 58ch;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--ink);
  color: #fff;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.72);
}

.intro {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.intro > div {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px clamp(18px, 4vw, 54px);
  background: var(--surface);
}

.metric {
  color: var(--clay-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  font-weight: 700;
  line-height: 1;
}

.metric-label {
  margin-top: 8px;
  color: var(--muted);
}

.section {
  padding: clamp(68px, 9vw, 118px) clamp(18px, 5vw, 78px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
}

.services {
  display: grid;
  gap: 14px;
}

.services article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: clamp(20px, 3vw, 28px);
  box-shadow: 0 10px 28px rgba(38, 31, 25, 0.06);
}

.services p {
  margin: 10px 0 0;
  color: var(--muted);
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1.15fr);
  gap: clamp(28px, 6vw, 76px);
  background: #eef0ea;
}

.quotes {
  display: grid;
  gap: 16px;
}

blockquote {
  margin: 0;
  border-left: 5px solid var(--gold);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, 0.72);
  padding: 22px 24px;
}

blockquote p {
  margin: 0;
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.2;
}

cite {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-style: normal;
}

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

.contact-panel {
  display: grid;
  gap: 8px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: var(--shadow);
  font-style: normal;
}

.contact-panel strong {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.contact-panel span {
  color: rgba(255, 255, 255, 0.78);
}

.contact-panel a {
  width: fit-content;
  color: #fff;
  font-weight: 800;
  text-decoration-color: rgba(255, 255, 255, 0.42);
  text-underline-offset: 4px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 78px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.94rem;
}

.site-footer a {
  text-decoration: none;
}

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

  .nav {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding-top: 120px;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(251, 250, 247, 0.97) 0%, rgba(251, 250, 247, 0.86) 56%, rgba(251, 250, 247, 0.22) 100%),
      linear-gradient(90deg, rgba(251, 250, 247, 0.82), rgba(251, 250, 247, 0.12));
  }

  .hero-content {
    align-self: end;
  }

  h1 {
    max-width: 9ch;
  }

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

  .intro > div {
    min-height: 112px;
  }

  .site-footer {
    flex-direction: column;
  }
}
