:root {
  --cream: #efe7d8;
  --charcoal: #171717;
  --gold: #9a7528;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: Arial, Helvetica, sans-serif;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(15, 15, 15, 0.08) 0%,
      rgba(15, 15, 15, 0.04) 42%,
      rgba(239, 231, 216, 0.88) 62%,
      rgba(239, 231, 216, 0.96) 100%
    ),
    url("/franklin-street-hero.png");

  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 60px 7vw 70px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.03),
    rgba(0, 0, 0, 0.08)
  );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(660px, 48vw);
  text-align: center;
  margin-right: 2vw;
}

.eyebrow {
  margin: 0 0 24px;
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 7vw, 7.7rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.045em;
}

.hero h1 span {
  color: var(--gold);
}

.hero-copy {
  max-width: 520px;
  margin: 26px auto 0;
  font-size: clamp(1rem, 1.45vw, 1.45rem);
  line-height: 1.55;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-divider {
  width: 100px;
  height: 3px;
  margin: 28px auto;
  background: var(--gold);
}

.hero-statement {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.55;
  letter-spacing: 0.22em;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding: 17px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #b18a38, #8e6c24);
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.hero-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.17);
}
.hero-disclosure {
  position: absolute;
  right: 28px;
  bottom: 10px;
  z-index: 3;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.78);
}

.hero-location,
.hero-tagline {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  font-size: 0.78rem;
  line-height: 1.5;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.92);
}

.hero-location {
  left: 32px;
}

.hero-tagline {
  right: 32px;
  text-align: right;
}
.intro {
  background: #f3ede2;
  padding: 110px 8vw;
}

.intro-inner {
  max-width: 980px;
  margin: 0 auto;
}

.section-label {
  margin: 0 0 24px;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}

.intro h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.intro-copy {
  max-width: 760px;
  margin: 34px 0 0;
  font-size: 1.2rem;
  line-height: 1.7;
  color: rgba(23, 23, 23, 0.82);
}

.services {
  background: #e9dfcf;
  padding: 110px 8vw 120px;
}

.services-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.services h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.5vw, 5rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 60px;
}

.service-card {
  border-top: 1px solid rgba(23, 23, 23, 0.25);
  padding-top: 24px;
}

.service-card h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
}

.service-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(23, 23, 23, 0.78);
}

.pricing {
  background: #f3ede2;
  padding: 110px 8vw 120px;
}

.pricing-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.pricing h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.5vw, 5rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 60px;
}

.pricing-card {
  border-top: 1px solid rgba(23, 23, 23, 0.25);
  padding-top: 24px;
}

.pricing-kicker {
  margin: 0 0 14px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.pricing-card h3 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
}

.pricing-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(23, 23, 23, 0.78);
}

.included {
  background: #e9dfcf;
  padding: 110px 8vw 120px;
}

.included-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.included h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.5vw, 5rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 60px;
}

.included-column {
  border-top: 1px solid rgba(23, 23, 23, 0.25);
  padding-top: 24px;
}

.included-column h3 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
}

.included-column p {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid rgba(23, 23, 23, 0.12);
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(23, 23, 23, 0.82);
}
@media (max-width: 900px) {
  .hero {
    min-height: 100svh;
    justify-content: center;
    padding: 60px 24px 110px;
    background:
      linear-gradient(
        rgba(239, 231, 216, 0.78),
        rgba(239, 231, 216, 0.9)
      ),
      url("/franklin-street-hero.png");
    background-size: cover;
    background-position: center;
  }

  .hero-content {
    width: min(680px, 100%);
    margin: 0;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 14vw, 6rem);
  }

  .hero-copy {
    font-size: 0.95rem;
    letter-spacing: 0.12em;
  }

  .hero-statement {
    font-size: 0.95rem;
    letter-spacing: 0.16em;
  }

  .hero-location,
  .hero-tagline {
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    bottom: 20px;
  }

  .hero-location {
    left: 20px;
  }

  .hero-tagline {
    right: 20px;
  }
}
