:root {
  --pink: #d85f91;
  --pink-soft: #ffe8f1;
  --pink-light: #fff5f9;
  --berry: #8d2f5f;
  --rose: #b94b78;
  --cream: #fffaf6;
  --white: #ffffff;
  --ink: #2e2630;
  --muted: #6f626b;
  --line: rgba(216, 95, 145, 0.22);
  --shadow: 0 22px 55px rgba(141, 47, 95, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 232, 241, 0.95), transparent 34%),
    linear-gradient(135deg, #fff8fb 0%, #fffaf6 58%, #ffe8f1 100%);
  color: var(--ink);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.page {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

/* Shared header and menu */
.site-header {
  padding: 28px 0 18px;
}

.brand {
  display: block !important;
  width: 100% !important;
  max-width: none;
  font-family: 'Great Vibes', cursive;
  font-size: 2.15rem;
  line-height: 1;
  color: #000000;
  margin: 0 0 18px 0;
  padding: 0;
  text-align: left !important;
}

.site-header .brand {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.nav {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 18px;
  box-shadow: 0 12px 35px rgba(141, 47, 95, 0.08);
  backdrop-filter: blur(14px);
}

.nav-links {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  font-size: 0.95rem;
  line-height: 1;
  color: var(--muted);
}

.nav-links a {
  text-decoration: none;
  font-weight: 600;
}

.nav-left {
  display: flex;
  gap: 18px;
  align-items: center;
}

.menu-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.menu-button {
  margin-left: auto;
  padding: 9px 18px;
  min-height: 42px;
  background: linear-gradient(135deg, var(--pink), var(--berry));
  color: var(--white) !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 20px rgba(216, 95, 145, 0.2);
}

.menu-button:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(216, 95, 145, 0.28);
}

/* Shared hero elements */
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--berry);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

h1,
.section-heading h2,
.contact-box h2,
.listing-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  letter-spacing: 0.015em;
}

/* Home page */
.home-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
  padding: 52px 0 38px;
}

.home-hero h1 {
  margin: 20px 0 18px;
  max-width: 720px;
  font-size: clamp(3.1rem, 8vw, 6.2rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
}

.home-hero h1 span {
  display: block;
  font-family: 'Great Vibes', cursive;
  font-size: 0.9em;
  line-height: 1.05;
  letter-spacing: normal;
  color: var(--pink);
  font-weight: 400;
}

.hero-copy {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.08rem;
  margin: 0 0 28px;
}

.actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button-primary {
  padding: 14px 22px;
  background: linear-gradient(135deg, var(--pink), var(--berry));
  color: var(--white);
  box-shadow: 0 16px 30px rgba(216, 95, 145, 0.24);
}

.button-secondary {
  padding: 14px 22px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--berry);
  border: 1px solid var(--line);
}

.hero-card {
  position: relative;
  padding: 18px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 26px;
}

.stat-card {
  position: absolute;
  left: -18px;
  bottom: 32px;
  width: min(255px, 80%);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 17px;
  box-shadow: 0 18px 38px rgba(141, 47, 95, 0.16);
}

.stat-card strong {
  display: block;
  color: var(--berry);
  font-size: 1.45rem;
  line-height: 1.1;
}

.stat-card span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.92rem;
}

section {
  padding: 40px 0;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 22px;
}

.section-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  line-height: 0.95;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 15px 34px rgba(141, 47, 95, 0.08);
}

.icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--pink-soft);
  margin-bottom: 16px;
  font-size: 1.35rem;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.about-panel {
  position: relative;
  gap: 24px;
  align-items: flex-start;
  background: var(--berry);
  color: var(--white);
  border-radius: 30px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.about-panel .script {
  font-family: 'Great Vibes', cursive;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 12px;
  color: #ffd6e6;
}

.headshot-placeholder {
  float: right;
  margin: 0 0 14px 20px;
  width: 135px;
  height: 135px;
  min-width: 135px;
  border-radius: 50%;
  background-image: url('/hs/jtr-hs.jpg');
  background-size: cover;
  background-position: center;
  border: 4px solid rgba(255,255,255,0.35);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

.about-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.about-list {
  display: grid;
  gap: 12px;
}

.list-item {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px 20px;
  color: var(--muted);
}

.list-item strong {
  color: var(--ink);
}

/* Featured listings page */
.listings-hero {
  padding: 54px 0 34px;
  text-align: center;
}

.listings-hero h1 {
  margin: 18px auto 16px;
  max-width: 820px;
  font-size: clamp(3rem, 7vw, 5.7rem);
  line-height: 0.95;
}

.listings-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.06rem;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 34px 0 46px;
}

.listing-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.listing-image {
  width: 100%;
  height: 310px;
  object-fit: cover;
  background: var(--pink-soft);
}

.listing-content {
  padding: 26px;
}

.listing-content h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
  color: var(--ink);
}

.location {
  margin: 0 0 16px;
  color: var(--berry);
  font-weight: 800;
}

.listing-content p {
  margin: 0 0 20px;
  color: var(--muted);
}

.note {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--pink-light);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.93rem;
}

/* Shared contact box and footer */
.contact-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  background: linear-gradient(135deg, var(--berry), var(--pink));
  color: var(--white);
  border-radius: 34px;
  padding: 32px;
  box-shadow: var(--shadow);
  margin-bottom: 38px;
}

.contact-box h2 {
  margin: 0 0 8px;
  font-size: clamp(2.5rem, 4vw, 3.9rem);
  line-height: 0.95;
}

.contact-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  max-width: 680px;
}

.contact-box .button {
  background: var(--white);
  color: var(--berry);
  padding: 14px 22px;
  white-space: nowrap;
}

footer {
  padding: 28px 0 40px;
  color: var(--muted);
  text-align: center;
  font-size: 0.92rem;
}

@media (max-width: 860px) {
  .nav {
    align-items: flex-start;
    border-radius: 24px;
  }

  .nav-links,
  .contact-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    display: flex;
  }

  .nav-left {
    flex-wrap: wrap;
  }

  .home-hero,
  .about,
  .listing-grid,
  .contact-box {
    grid-template-columns: 1fr;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .listing-image {
    height: 260px;
  }

  .stat-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
  }
}
