* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: #ffffff;
  color: #07111d;
}

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

.site-header {
  height: 88px;
  padding: 0 3.4rem;
  background: #06101d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 0.9;
}

.brand-main {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.3rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.brand-sub {
  color: #d49a22;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: 0.88rem;
  font-weight: 600;
  padding-left: 0.25rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 2.7rem;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav a:first-child {
  color: #d49a22;
  border-bottom: 2px solid #d49a22;
  padding-bottom: 6px;
}

.hero {
  position: relative;
  min-height: 530px;
  background-image:
    linear-gradient(90deg, rgba(4, 12, 24, 0.86) 0%, rgba(4, 12, 24, 0.45) 42%, rgba(4, 12, 24, 0.05) 100%),
    url("hero.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.hero-content {
  max-width: 780px;
  padding: 3.2rem 0 4rem 3.4rem;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.7;
  font-size: 0.84rem;
  font-weight: 700;
}

.gold-line {
  width: 68px;
  height: 2px;
  background: #d49a22;
  margin: 1.35rem 0 1.35rem;
}

h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: clamp(4.8rem, 6.4vw, 6.4rem);
  line-height: 0.86;
  letter-spacing: -0.04em;
  margin: 0;
}

.hero-copy {
  max-width: 500px;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 1.7rem 0 0;
}

.markets {
  background: #ffffff;
  padding: 1.45rem 3.35rem 1.2rem;
}

.section-title-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.3rem;
  align-items: center;
  margin-bottom: 0.5rem;
}

.section-title-row span {
  height: 1px;
  background: #d49a22;
}

.section-title-row h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 1.45rem;
  font-weight: 700;
  color: #07111d;
}

.markets-intro {
  max-width: 1000px;
  margin: 0 auto 1rem;
  text-align: center;
  font-size: 1.02rem;
  line-height: 1.55;
}

.market-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1360px;
  margin: 0 auto;
}

.market-card {
  border: 1px solid rgba(212, 154, 34, 0.28);
  background: #ffffff;
}

.card-image {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.chicago-south {
  background-image: url("chicago-south-side.png");
}

.south-suburbs {
  background-image: url("south-suburbs.png");
}

.greater-chicagoland {
  background-image: url("greater-chicagoland.png");
}

.card-body {
  padding: 1rem 1.35rem 1.35rem;
}

.card-body h3 {
  margin: 0 0 0.6rem;
  color: #d49a22;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 1.05rem;
  font-weight: 700;
}

.card-body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.market-note {
  max-width: 1360px;
  margin: 0 auto;
  border: 1px solid rgba(212, 154, 34, 0.35);
  border-top: 0;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  padding: 0.85rem 1.2rem;
}

.note-icon {
  color: #d49a22;
  font-size: 2.4rem;
}

.market-note p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.focus-strip {
  background: #06101d;
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 3.75rem 3.75rem 3.5rem;
}

.focus-strip article {
  padding: 0 2.15rem;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.focus-strip article:first-child {
  padding-left: 0;
}

.focus-strip article:last-child {
  border-right: 0;
}

.icon {
  color: #d49a22;
  font-size: 2.2rem;
  margin-bottom: 1.45rem;
}

.focus-strip h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 500;
}

.focus-strip p {
  margin: 1.1rem 0 0;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
}

.cta {
  margin: 0;
  min-height: 168px;
  background: linear-gradient(90deg, rgba(5, 15, 28, 0.96), rgba(5, 15, 28, 0.88));
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 2.4rem 3.75rem;
}

.cta h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 4vw, 4.4rem);
  line-height: 0.95;
  margin: 0;
}

.cta h2 span {
  color: #d49a22;
}

.cta p {
  max-width: 460px;
  line-height: 1.65;
  margin: 0 0 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.55rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.75rem;
  font-weight: 700;
}

.button::after {
  content: "→";
  margin-left: 0.75rem;
}

.outline-gold {
  border: 1px solid #d49a22;
  color: #ffffff;
}

.footer {
  background: #06101d;
  color: #ffffff;
  padding: 3.2rem 3.75rem;
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr 1fr;
  gap: 3rem;
}

.footer-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  line-height: 0.8;
}

.footer-sub {
  margin: 0.55rem 0 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.8rem;
}

.footer p,
.footer a {
  display: block;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  margin: 0.2rem 0;
  font-size: 0.95rem;
}

.footer h5 {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
}

.copyright {
  background: #06101d;
  color: rgba(255, 255, 255, 0.58);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1rem 3.75rem;
  font-size: 0.85rem;
  text-align: center;
}

@media (max-width: 900px) {
  .site-header {
    height: auto;
    padding: 1.25rem;
    flex-direction: column;
    gap: 1.25rem;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .hero-content {
    padding: 3rem 1.4rem;
  }

  .markets {
    padding: 2rem 1.2rem;
  }

  .market-cards,
  .focus-strip,
  .cta,
  .footer {
    grid-template-columns: 1fr;
  }

  .focus-strip {
    padding: 3rem 1.5rem;
  }

  .focus-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 1.8rem 0;
  }

  .market-note {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}


/* Separate Contact Page */
.contact-hero {
  position: relative;
  min-height: 430px;
  background-image:
    linear-gradient(90deg, rgba(4, 12, 24, 0.9) 0%, rgba(4, 12, 24, 0.55) 42%, rgba(4, 12, 24, 0.2) 100%),
    url("hero.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.contact-hero-content {
  max-width: 680px;
  padding: 4.5rem 0 4.5rem 3.75rem;
}

.contact-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: clamp(4.5rem, 6vw, 6.2rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
  margin: 0;
}

.contact-page {
  background: #ffffff;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 4rem;
  padding: 5rem 3.75rem;
}

.contact-page h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 4vw, 4.4rem);
  line-height: 0.96;
  margin: 0 0 1.5rem;
}

.contact-info p {
  max-width: 540px;
  line-height: 1.75;
  font-size: 1rem;
}

.contact-detail {
  margin-top: 2rem;
  border-left: 3px solid #d49a22;
  padding-left: 1.2rem;
}

.contact-detail h5 {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #07111d;
}

.contact-detail p {
  margin: 0;
}

.contact-form {
  display: grid;
  gap: 1rem;
  background: #06101d;
  padding: 2rem;
  border: 1px solid rgba(212, 154, 34, 0.35);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 154, 34, 0.55);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  padding: 0.95rem 1rem;
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.contact-form select {
  background-color: #06101d;
  color: rgba(255, 255, 255, 0.85);
}

.contact-form textarea {
  resize: vertical;
  min-height: 160px;
}

.form-submit {
  background: transparent;
  cursor: pointer;
  width: fit-content;
  margin-top: 0.35rem;
}

.hidden-field {
  display: none;
}

@media (max-width: 900px) {
  .contact-hero-content,
  .contact-page {
    padding: 3rem 1.4rem;
  }

  .contact-page,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-submit {
    width: 100%;
  }
}
