:root {
  --paper: #fdf8f1;
  --ink: #122018;
  --forest: #1f4f3c;
  --teal: #2f6b62;
  --sand: #f1d5a7;
  --amber: #e08f46;
  --line: #d8ccb9;
  --white: #ffffff;
  --shadow: 0 20px 45px -30px rgba(24, 39, 31, 0.45);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Sora", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 92% 3%, #f7e7ca 0, transparent 25%),
    radial-gradient(circle at 6% 30%, #f2ebe1 0, transparent 32%),
    linear-gradient(160deg, #fefaf4 0%, #f8f4ec 100%);
  line-height: 1.6;
}

.page-shell {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.eyebrow {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 600;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid transparent;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  background: color-mix(in srgb, var(--paper), white 22%);
  border-color: var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(5px);
}

.brand-wrap {
  display: grid;
  gap: 0.2rem;
}

.brand {
  font-family: "Bodoni Moda", serif;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  color: var(--ink);
  text-decoration: none;
  line-height: 1;
}

.main-nav {
  display: flex;
  gap: 1.15rem;
}

.main-nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--forest);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  width: 44px;
  height: 38px;
  padding: 6px;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

main {
  padding: 1.1rem 0 2rem;
}

.hero {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1rem;
}

.hero-copy,
.hero-panel,
.value-strip article,
.property-card,
.host-benefits,
.host-form,
.contact {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: color-mix(in srgb, var(--white), var(--paper) 55%);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: clamp(1.4rem, 2.4vw, 2.4rem);
}

.hero-kicker {
  margin: 0 0 0.65rem;
  color: var(--forest);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
}

.hero h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.15;
}

.hero h1,
.section-head h2,
.contact h2 {
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
}

.hero h1 {
  font-size: clamp(2rem, 4.3vw, 3.6rem);
  margin-bottom: 1rem;
}

.hero p {
  margin-bottom: 1.25rem;
  max-width: 62ch;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-panel {
  padding: 1.3rem 1.35rem;
  background: linear-gradient(162deg, #f4e7d2 0%, #f8f1e6 45%, #ffffff 100%);
}

.hero-panel h2 {
  font-size: 1.32rem;
  margin-bottom: 0.65rem;
}

.hero-panel ul,
.host-benefits ul {
  margin: 0;
  padding-left: 1.1rem;
}

.hero-panel-note {
  margin: 1rem 0 0;
  padding: 0.8rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(31, 79, 60, 0.2);
  font-size: 0.92rem;
}

.value-strip {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.value-strip article {
  padding: 1rem;
}

.value-strip h3,
.host-benefits h3,
.host-form h3,
.property-card h3 {
  font-family: "Bodoni Moda", serif;
  font-size: 1.35rem;
  margin-bottom: 0.4rem;
}

.section-head {
  margin-top: 2.9rem;
  margin-bottom: 1rem;
}

.section-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin: 0.4rem 0 0.6rem;
}

.section-head p {
  margin: 0;
  max-width: 70ch;
}

.properties {
  margin-top: 1rem;
}

.property-card {
  padding: 1rem;
  margin-bottom: 0.9rem;
}

.property-title-row {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  align-items: center;
}

.property-tag {
  background: rgba(31, 79, 60, 0.09);
  color: var(--forest);
  border: 1px solid rgba(31, 79, 60, 0.2);
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.property-summary {
  margin-top: 0.2rem;
  margin-bottom: 0.75rem;
}

.property-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.property-meta li {
  padding: 0.35rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  font-size: 0.83rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.45rem;
}

.gallery button {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #ece8df;
  aspect-ratio: 4 / 3;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.gallery button:hover img,
.gallery button:focus-visible img {
  transform: scale(1.05);
}

.property-actions {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.hosts {
  margin-top: 2.8rem;
}

.host-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0.85rem;
}

.host-benefits,
.host-form {
  padding: 1.05rem;
}

.host-form {
  background: linear-gradient(180deg, #ffffff 0%, #fdf6eb 100%);
}

.host-form label {
  font-size: 0.84rem;
  font-weight: 600;
  display: block;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}

.host-form input,
.host-form select,
.host-form textarea {
  width: 100%;
  border: 1px solid #cabda9;
  border-radius: 12px;
  padding: 0.7rem 0.75rem;
  font: inherit;
  background: var(--white);
}

.host-form textarea {
  resize: vertical;
}

.host-form input:focus,
.host-form select:focus,
.host-form textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--teal), white 45%);
  outline-offset: 1px;
  border-color: var(--teal);
}

.form-status {
  min-height: 1.3rem;
  margin: 0.75rem 0 0;
  font-size: 0.88rem;
}

.contact {
  margin-top: 2.5rem;
  padding: 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  background: linear-gradient(120deg, #f8f0e3 0%, #fffefb 55%, #f6e2cb 100%);
}

.contact h2 {
  font-size: clamp(1.65rem, 2.6vw, 2.4rem);
  margin-bottom: 0.5rem;
}

.contact p {
  margin: 0;
  max-width: 62ch;
}

.contact-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 2.5rem;
  padding: 1.1rem 0 2rem;
  font-size: 0.92rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.65rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(145deg, var(--forest), var(--teal));
  color: var(--white);
  border-color: rgba(15, 42, 32, 0.35);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: linear-gradient(145deg, #1b4636, #24574f);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.6);
  color: var(--forest);
  border-color: color-mix(in srgb, var(--forest), white 62%);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(14, 21, 17, 0.9);
  display: grid;
  place-items: center;
  padding: 1.2rem;
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(1200px, 100%);
  max-height: 85vh;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.lightbox-close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .value-strip {
    grid-template-columns: 1fr;
  }

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

  .contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

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

  .menu-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .main-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    padding-top: 0.3rem;
  }

  .main-nav.open {
    display: flex;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer {
    padding-bottom: 1.4rem;
  }
}
