:root {
  color-scheme: light;
  --ink: #141414;
  --muted: #5f6254;
  --paper: #f5f5f0;
  --stone: #e7e5dc;
  --olive: #8c9628;
  --olive-light: #c3d95b;
  --olive-dark: #454b1b;
  --orange: #ff8700;
  --orange-dark: #c96a00;
  --sun: #e2c720;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(20, 20, 20, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 92% 12%, rgba(226, 199, 32, 0.2), transparent 24rem),
    linear-gradient(180deg, var(--paper), #ffffff 42%, var(--paper));
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

img {
  display: block;
  width: 100%;
}

[data-availability="rented"] .cta-open,
[data-availability="open"] .cta-rented {
  display: none !important;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 16px;
  left: 50%;
  display: flex;
  width: min(calc(100% - 32px), var(--max));
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(245, 245, 240, 0.86);
  box-shadow: 0 16px 45px rgba(20, 20, 20, 0.1);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-logo {
  width: 56px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

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

.brand strong {
  font-size: 16px;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 26px);
  color: #3f4943;
  font-size: 14px;
}

.main-nav a,
footer a {
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.main-nav a:hover,
footer a:hover {
  color: var(--orange-dark);
}

.language-switch {
  display: inline-flex;
  overflow: hidden;
  min-width: max-content;
  border: 1px solid rgba(140, 150, 40, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

.language-switch a {
  display: grid;
  min-width: 38px;
  min-height: 34px;
  place-items: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.language-switch a.active {
  background: var(--olive-dark);
  color: var(--white);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.header-cta {
  padding: 0 18px;
  background: var(--ink);
  color: var(--white);
  font-size: 13px;
}

.button {
  padding: 0 22px;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.primary {
  background: var(--orange);
  color: var(--white);
}

.primary.dark {
  background: var(--olive-dark);
  color: var(--white);
}

.secondary {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 20, 20, 0.82), rgba(69, 75, 27, 0.42) 52%, rgba(255, 135, 0, 0.22)),
    url("assets/garden-view.jpeg")
      center / cover;
  transform: scale(1.02);
}

.brand-pattern {
  position: absolute;
  right: max(-90px, -4vw);
  bottom: -80px;
  width: min(42vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 135, 0, 0.42) 0 12%, transparent 13%) 0 0 / 44px 44px,
    radial-gradient(circle at 50% 50%, rgba(226, 199, 32, 0.42), rgba(255, 135, 0, 0.14) 56%, transparent 58%);
  opacity: 0.7;
  pointer-events: none;
}

.hero-overlay {
  position: relative;
  display: flex;
  width: min(calc(100% - 40px), var(--max));
  min-height: 92vh;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 130px 0 80px;
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--sun);
}

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

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 94px);
  line-height: 0.95;
}

h2 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
}

.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.proof-list span {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
}

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

.band,
.features,
.audience,
.know,
.waitlist,
.contact,
footer {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.intro {
  padding: 92px 0 60px;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(30px, 6vw, 86px);
  align-items: end;
}

.intro p,
.content-narrow p,
.contact p,
.host p {
  color: var(--muted);
  font-size: 18px;
}

.highlight-panel {
  padding: 32px;
  border: 1px solid rgba(140, 150, 40, 0.2);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.highlight-panel span,
.distance-grid span {
  color: var(--muted);
  font-size: 14px;
}

.distance-grid small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
}

.highlight-panel strong {
  display: block;
  margin: 8px 0 12px;
  color: var(--olive-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
}

.highlight-panel p {
  margin-bottom: 0;
  color: var(--muted);
}

.photo-strip {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr 0.8fr 0.95fr;
  gap: 10px;
  width: min(calc(100% - 40px), 1360px);
  margin: 12px auto 0;
}

.photo-strip img {
  height: clamp(240px, 34vw, 520px);
  object-fit: cover;
}

.photo-strip img:first-child {
  border-radius: 8px 0 0 8px;
}

.photo-strip img:last-child {
  border-radius: 0 8px 8px 0;
}

.neighborhood {
  padding: 92px 0;
}

.content-narrow {
  max-width: 850px;
}

.distance-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 36px;
}

.map-panel {
  margin: 18px 0 0;
}

.map-panel img {
  height: clamp(360px, 56vw, 620px);
  border-radius: 8px;
  background: #eef3f5;
  box-shadow: 0 16px 46px rgba(20, 20, 20, 0.08);
  object-fit: contain;
}

.map-panel figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.distance-grid article,
.feature-grid article,
.audience-grid article,
.know-grid article {
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 46px rgba(20, 20, 20, 0.08);
}

.distance-grid article {
  padding: 20px;
}

.distance-grid strong {
  display: block;
  color: var(--olive);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
}

.audience {
  padding: 12px 0 74px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.audience-grid article {
  min-height: 190px;
  padding: 28px;
  border-top: 4px solid var(--orange);
}

.audience-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.features {
  padding: 18px 0 92px;
}

.section-heading {
  max-width: 760px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.feature-grid article {
  min-height: 210px;
  padding: 20px;
}

.feature-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.feature-grid h3 {
  font-size: 18px;
}

.feature-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(226, 199, 32, 0.25);
  color: var(--orange-dark);
  font-size: 22px;
}

.feature-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.host {
  padding: 80px 0;
  border-top: 1px solid rgba(140, 150, 40, 0.18);
  border-bottom: 1px solid rgba(140, 150, 40, 0.18);
}

.host-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  max-width: 820px;
}

.host-photo {
  display: block;
  width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 16px 46px rgba(20, 20, 20, 0.14);
}

.know {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  padding: 84px 0;
  border-top: 1px solid rgba(140, 150, 40, 0.18);
}

.know p {
  color: var(--muted);
  font-size: 18px;
}

.know-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.know-grid article {
  padding: 26px;
}

.constraint-card {
  min-height: 210px;
}

.constraint-card p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.45;
}

.constraint-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(226, 199, 32, 0.25);
  color: var(--orange-dark);
}

.constraint-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.know-grid .pro-note {
  grid-column: 1 / -1;
  background: var(--olive-dark);
  color: var(--white);
}

.know-grid .pro-note p {
  color: rgba(255, 255, 255, 0.78);
}

ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

li + li {
  margin-top: 8px;
}

.waitlist {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  padding: 86px 0;
  border-top: 1px solid rgba(140, 150, 40, 0.18);
}

.waitlist p {
  color: var(--muted);
  font-size: 18px;
}

form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: #3f4943;
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(140, 150, 40, 0.28);
  border-radius: 8px;
  background: #fffef8;
  color: var(--ink);
  font: inherit;
  padding: 10px 12px;
}

textarea {
  resize: vertical;
}

.full,
form button {
  grid-column: 1 / -1;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 92px 0;
}

.contact h2 {
  max-width: 720px;
}

.contact p {
  max-width: 680px;
  margin-bottom: 0;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 46px;
  color: var(--muted);
  font-size: 14px;
}

footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 900px) {
  .site-header {
    top: 10px;
    width: min(calc(100% - 20px), var(--max));
    border-radius: 24px;
  }

  .main-nav {
    display: none;
  }

  .language-switch {
    margin-left: auto;
  }

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

  .photo-strip,
  .audience-grid,
  .know,
  .know-grid,
  .waitlist,
  form {
    grid-template-columns: 1fr;
  }

  .photo-strip img,
  .photo-strip img:first-child,
  .photo-strip img:last-child {
    height: 300px;
    border-radius: 8px;
  }

  .host-card {
    grid-template-columns: 1fr;
  }

  .host-photo {
    width: 150px;
  }
}

@media (max-width: 760px) {
  .distance-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

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

  .header-cta {
    display: none;
  }

  .language-switch a {
    min-width: 36px;
    min-height: 32px;
  }

  .hero-overlay {
    width: min(calc(100% - 28px), var(--max));
  }

  .band,
  .features,
  .audience,
  .know,
  .waitlist,
  .contact,
  footer,
  .photo-strip {
    width: min(calc(100% - 28px), var(--max));
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  .button {
    width: 100%;
  }

  .intro,
  .neighborhood,
  .contact {
    padding: 68px 0;
  }

  .features,
  .audience,
  .know,
  .waitlist {
    padding-bottom: 68px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
