:root {
  --ink: #1f1f1d;
  --muted: #6d6861;
  --paper: #fbf8f1;
  --surface: #ffffff;
  --stone: #e7dfd3;
  --line: #d8d0c4;
  --accent: #b36b43;
  --accent-dark: #8f4f31;
  --soft-accent: #f0d7c4;
  --panel: rgba(255, 255, 255, 0.26);
  --shadow: 0 22px 58px rgba(66, 51, 41, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    "Avenir Next", "Helvetica Neue", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::selection {
  background: rgba(154, 98, 72, 0.22);
}

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

p,
h1,
h2,
h3 {
  margin: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  height: 74px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(20px, 4vw, 56px);
  color: var(--ink);
  border-bottom: 1px solid rgba(216, 208, 196, 0.72);
  background: rgba(251, 248, 241, 0.82);
  backdrop-filter: blur(18px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  line-height: 0;
}

.wordmark img {
  width: 188px;
  height: auto;
  display: block;
}

nav {
  display: flex;
  gap: clamp(18px, 3vw, 38px);
  color: rgba(31, 31, 29, 0.68);
  font-size: 13px;
  font-weight: 560;
}

nav a,
.nav-contact {
  transition:
    color 160ms ease,
    border-color 160ms ease;
}

nav a:hover,
.nav-contact:hover {
  color: var(--ink);
}

.nav-contact {
  justify-self: end;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(31, 31, 29, 0.36);
  color: rgba(31, 31, 29, 0.72);
  font-size: 13px;
  font-weight: 560;
}

.hero {
  position: relative;
  min-height: 90svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
}

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

.hero-image {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.01);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(251, 248, 241, 0.54) 0%, rgba(251, 248, 241, 0.28) 36%, rgba(251, 248, 241, 0.04) 72%),
    linear-gradient(0deg, rgba(251, 248, 241, 0.36) 0%, rgba(251, 248, 241, 0.02) 52%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(740px, calc(100% - 40px));
  margin-left: max(20px, calc((100vw - 1180px) / 2));
  margin-right: auto;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(3px) saturate(1.03);
}

.kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1 {
  max-width: 660px;
  margin-top: 20px;
  font-size: clamp(42px, 5.7vw, 70px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.hero-bottom {
  max-width: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 30px;
}

.hero-bottom p {
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 390;
  line-height: 1.55;
}

.button-primary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 10px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #ffffff;
  font-size: 14px;
  font-weight: 520;
  white-space: nowrap;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

.button-primary:hover {
  transform: translateY(-1px);
  border-color: var(--accent-dark);
  background: var(--accent-dark);
}

.button-primary:focus-visible,
nav a:focus-visible,
.nav-contact:focus-visible,
.wordmark:focus-visible {
  outline: 3px solid rgba(217, 192, 169, 0.9);
  outline-offset: 4px;
}

.intro,
.service-line,
.questions,
.investment,
.contact {
  padding-inline: clamp(20px, 4vw, 56px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 130px);
  padding-block: clamp(72px, 10vw, 138px);
  background: var(--paper);
}

.intro-label {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 560;
}

.intro-copy {
  max-width: 940px;
}

h2 {
  font-size: clamp(34px, 4.1vw, 58px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.024em;
  text-wrap: balance;
}

.intro-copy p {
  max-width: 690px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.service-line {
  padding-block: clamp(76px, 9vw, 126px);
  background: var(--stone);
}

.section-title {
  max-width: 1180px;
  margin: 0 auto clamp(42px, 6vw, 72px);
}

.section-title h2 {
  max-width: 900px;
  margin-top: 16px;
}

.service-list {
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid rgba(31, 31, 29, 0.2);
}

.service-list article {
  display: grid;
  grid-template-columns: 72px minmax(220px, 0.48fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 64px);
  padding: 34px 0;
  border-bottom: 1px solid rgba(31, 31, 29, 0.16);
}

.service-list span {
  color: var(--accent);
  font-size: 26px;
  font-weight: 520;
  letter-spacing: -0.02em;
}

.service-list h3,
.pricing-table h3 {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 520;
  line-height: 1.12;
  letter-spacing: -0.018em;
}

.service-list p {
  max-width: 610px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.questions {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(46px, 7vw, 110px);
  padding-block: clamp(76px, 9vw, 132px);
  background: var(--surface);
  color: var(--ink);
}

.questions h2 {
  margin-top: 16px;
  max-width: 620px;
}

.questions ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.questions li {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: clamp(20px, 2.4vw, 31px);
  font-weight: 420;
  line-height: 1.22;
}

.investment {
  padding-block: clamp(76px, 9vw, 128px);
  background: var(--paper);
}

.pricing-table {
  max-width: 1180px;
  margin: 0 auto;
  border-top: 2px solid var(--ink);
}

.pricing-table article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px minmax(220px, 0.62fr);
  gap: clamp(18px, 4vw, 54px);
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}

.pricing-table p,
.pricing-table span {
  color: var(--muted);
  line-height: 1.55;
}

.pricing-table p {
  margin-top: 10px;
  font-size: 17px;
}

.pricing-table strong {
  color: var(--accent-dark);
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 560;
  line-height: 1;
  letter-spacing: -0.025em;
}

.pricing-table span {
  font-size: 16px;
}

.contact {
  min-height: 76svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(84px, 12vw, 170px);
  background: var(--soft-accent);
}

.contact h2 {
  max-width: 980px;
  margin-top: 18px;
}

.contact .button-primary {
  align-self: flex-start;
  margin-top: 38px;
}

.button-primary.dark {
  border-color: var(--ink);
  background: var(--ink);
  color: #ffffff;
}

.button-primary.dark:hover {
  background: var(--accent-dark);
}

@media (max-width: 900px) {
  .site-header {
    height: 66px;
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .nav-contact {
    font-size: 12px;
  }

  .wordmark {
    max-width: 178px;
  }

  .wordmark img {
    width: 178px;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(251, 248, 241, 0.7) 0%, rgba(251, 248, 241, 0.42) 58%, rgba(251, 248, 241, 0.08) 100%);
  }

  .hero-image {
    object-position: 63% center;
  }

  .hero-content {
    width: min(100% - 32px, 640px);
    margin: 78px auto 24px;
    padding: 26px;
  }

  h1 {
    font-size: clamp(40px, 11vw, 56px);
  }

  .hero-bottom {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 36px;
  }

  .button-primary {
    width: fit-content;
  }

  .intro,
  .questions {
    grid-template-columns: 1fr;
  }

  .intro-copy p {
    font-size: 18px;
  }

  .service-list article,
  .pricing-table article {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-list article {
    padding: 30px 0;
  }

  .pricing-table article {
    padding: 28px 0;
  }

  .questions li {
    font-size: 22px;
  }
}

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

  .nav-contact {
    display: none;
  }

  .hero-content {
    width: calc(100% - 32px);
  }

  .button-primary {
    width: 100%;
  }

  .intro,
  .service-line,
  .questions,
  .investment,
  .contact {
    padding-inline: 16px;
  }
}
