:root {
  --ink: #13232c;
  --ink-soft: #43515a;
  --paper: #f7f5f0;
  --white: #fff;
  --gold: #cba76a;
  --line: rgba(19, 35, 44, .16);
  --radius: 22px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--sans); }
img { display: block; width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 1rem; padding: .7rem 1rem; background: white; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem clamp(1.25rem, 4vw, 4rem); color: white; }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 700; text-decoration: none; letter-spacing: .02em; }
.brand-mark { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border: 1px solid currentColor; border-radius: 50%; font: 600 .72rem var(--serif); }
nav { display: flex; align-items: center; gap: 1.75rem; }
nav a { text-decoration: none; font-size: .92rem; }
nav a:not(.nav-cta) { text-shadow: 0 1px 8px rgba(0,0,0,.4); }
.nav-cta { padding: .75rem 1rem; color: var(--ink); background: white; border-radius: 999px; font-weight: 700; }
.menu-button { display: none; width: 2.8rem; height: 2.8rem; padding: .8rem; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(0,0,0,.15); }
.menu-button span { display: block; height: 1px; margin: .3rem 0; background: white; }
.hero { position: relative; min-height: min(880px, 94vh); display: grid; align-items: end; overflow: hidden; color: white; background: var(--ink); }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,20,27,.78) 0%, rgba(7,20,27,.34) 53%, rgba(7,20,27,.08) 75%), linear-gradient(0deg, rgba(7,20,27,.45), transparent 45%); }
.hero-content { position: relative; z-index: 1; width: min(780px, 90%); padding: 9rem clamp(1.25rem, 7vw, 7rem) 7rem; }
.eyebrow { margin: 0 0 1rem; color: #f1d39d; font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: #9b7132; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 720px; margin: 0; font-size: clamp(3.2rem, 7vw, 6.8rem); }
.hero-content > p:not(.eyebrow) { max-width: 620px; margin: 1.5rem 0 2rem; color: rgba(255,255,255,.9); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 3.4rem; padding: .85rem 1.35rem; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: white; }
.button-light:hover { background: #f3eadc; }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: #27414e; }
.hero-note { position: absolute; z-index: 1; right: clamp(1.25rem, 5vw, 5rem); bottom: 4rem; display: flex; align-items: center; gap: .8rem; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.34); border-radius: 12px; background: rgba(12,27,35,.62); backdrop-filter: blur(12px); }
.hero-note small, .hero-note strong { display: block; }
.hero-note small { color: rgba(255,255,255,.7); }
.superhost-badge { color: var(--gold); }
.intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; max-width: 1240px; margin: auto; padding: 8rem clamp(1.25rem, 5vw, 4rem); align-items: end; }
.intro h2, .property-copy h2, .location h2, .host h2, .final-cta h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.intro > p { max-width: 530px; margin: 0; color: var(--ink-soft); font-size: 1.08rem; }
.property { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); min-height: 820px; }
.property-studio { grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr); background: #e9e4dc; }
.property-studio .gallery { order: 2; }
.property-studio .property-copy { order: 1; }
.gallery { display: grid; grid-template-columns: 1.4fr .8fr; grid-template-rows: 1fr 1fr; gap: 7px; min-height: 720px; padding: 7px; background: var(--paper); }
.property-studio .gallery { background: #e9e4dc; }
.gallery-photo { min-width: 0; padding: 0; overflow: hidden; border: 0; background: #d8d8d8; cursor: zoom-in; }
.gallery-photo img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-photo:hover img { transform: scale(1.025); }
.gallery-primary { grid-row: 1 / 3; }
.gallery-wide { display: none; }
.property-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 6rem clamp(2rem, 6vw, 6rem); }
.property-number { position: absolute; top: 2rem; right: 2.5rem; margin: 0; color: rgba(19,35,44,.16); font: 500 4rem/1 var(--serif); }
.property-copy h2 { max-width: 650px; font-size: clamp(2.7rem, 4.4vw, 4.7rem); }
.facts { margin: 1.2rem 0 .35rem; color: var(--ink-soft); }
.facts span { margin: 0 .35rem; color: #a98752; }
.rating { display: flex; gap: .4rem; align-items: center; margin-bottom: 1.5rem; }
.rating > span:first-child { color: #b98738; }
.rating > span:last-child { color: var(--ink-soft); }
.new-listing { align-self: flex-start; margin: .5rem 0 1.5rem; padding: .35rem .7rem; border: 1px solid var(--line); border-radius: 999px; font-size: .82rem; font-weight: 700; }
.description { max-width: 600px; color: var(--ink-soft); }
.highlights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem 1rem; margin: 1.35rem 0 2rem; padding: 1.35rem 0; border-block: 1px solid var(--line); list-style: none; }
.highlights li::before { content: "—"; margin-right: .5rem; color: #a67c3c; }
.property-copy .button { align-self: flex-start; }
.location { position: relative; min-height: 730px; display: grid; grid-template-columns: 1.05fr .95fr; padding: 7rem clamp(1.25rem, 6vw, 6rem); color: white; background: var(--ink); overflow: hidden; }
.location::after { content: "DC"; position: absolute; left: -1rem; bottom: -6rem; color: rgba(255,255,255,.025); font: 600 23rem/1 var(--serif); }
.location-card { position: relative; z-index: 1; align-self: center; max-width: 650px; padding-right: 5rem; }
.location-card > p:not(.eyebrow):not(.location-note) { max-width: 540px; color: rgba(255,255,255,.72); }
.place-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 2.3rem 0; }
.place-grid div { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.22); }
.place-grid strong, .place-grid span { display: block; }
.place-grid span { color: rgba(255,255,255,.62); font-size: .88rem; }
.location-note { color: #f1d39d; font-size: .85rem; }
.location > img { align-self: center; height: 540px; object-fit: cover; border-radius: var(--radius); }
.host { max-width: 1180px; margin: auto; display: grid; grid-template-columns: auto 1fr 1fr; gap: 2.5rem; align-items: center; padding: 8rem clamp(1.25rem, 5vw, 4rem); }
.host-mark { display: grid; place-items: center; width: 7rem; height: 7rem; border-radius: 50%; color: white; background: var(--ink); font: 500 3rem var(--serif); box-shadow: 0 10px 35px rgba(19,35,44,.2); }
.host h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.host > div:nth-child(2) > p:last-child { max-width: 530px; color: var(--ink-soft); }
.host-stats { display: grid; gap: 1rem; padding-left: 2rem; border-left: 1px solid var(--line); }
.host-stats div { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.host-stats span { color: var(--ink-soft); font-size: .9rem; text-align: right; }
.final-cta { padding: 8rem 1.5rem; text-align: center; color: white; background: #9c7040; }
.final-cta h2 { max-width: 850px; margin: 0 auto 2rem; }
footer { display: grid; grid-template-columns: auto 1fr; gap: 1rem 3rem; align-items: center; padding: 3rem clamp(1.25rem, 5vw, 4rem); color: rgba(255,255,255,.72); background: #0c1920; }
.footer-brand { color: white; }
footer p { margin: 0; }
.legal { grid-column: 2; font-size: .78rem; color: rgba(255,255,255,.45); }
.lightbox { width: min(94vw, 1300px); height: min(92vh, 900px); padding: 0; border: 0; border-radius: 16px; background: #0a1115; color: white; }
.lightbox::backdrop { background: rgba(3,9,12,.9); backdrop-filter: blur(6px); }
.lightbox figure { width: 100%; height: 100%; margin: 0; display: grid; place-items: center; }
.lightbox figure img { max-width: 100%; max-height: calc(100% - 3rem); object-fit: contain; }
.lightbox figcaption { min-height: 3rem; padding: .65rem; color: rgba(255,255,255,.72); font-size: .85rem; }
.lightbox-close, .lightbox-nav { position: absolute; z-index: 2; display: grid; place-items: center; border: 0; border-radius: 50%; color: white; background: rgba(0,0,0,.62); cursor: pointer; }
.lightbox-close { top: 1rem; right: 1rem; width: 2.8rem; height: 2.8rem; font-size: 1.8rem; }
.lightbox-nav { top: 50%; width: 3rem; height: 3rem; font-size: 2.2rem; transform: translateY(-50%); }
.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }

@media (max-width: 920px) {
  .menu-button { display: block; }
  nav { position: absolute; top: 5rem; right: 1.25rem; display: none; width: min(320px, calc(100vw - 2.5rem)); flex-direction: column; align-items: stretch; gap: 0; padding: .7rem; border-radius: 14px; color: var(--ink); background: white; box-shadow: 0 18px 50px rgba(0,0,0,.2); }
  nav.open { display: flex; }
  nav a, .nav-cta { padding: .85rem 1rem; }
  nav a:not(.nav-cta) { text-shadow: none; }
  .intro { grid-template-columns: 1fr; gap: 1.5rem; padding-block: 6rem; }
  .property, .property-studio { grid-template-columns: 1fr; }
  .property-studio .gallery { order: 1; }
  .property-studio .property-copy { order: 2; }
  .gallery { min-height: 650px; }
  .property-copy { padding-block: 5rem; }
  .location { grid-template-columns: 1fr; gap: 3rem; padding-block: 6rem; }
  .location-card { padding-right: 0; }
  .location > img { height: 380px; }
  .host { grid-template-columns: auto 1fr; }
  .host-stats { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
}

@media (max-width: 620px) {
  .hero { min-height: 820px; }
  .hero-content { padding-bottom: 10rem; }
  .hero-note { left: 1.25rem; right: auto; bottom: 2rem; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 2fr 1fr; min-height: 540px; }
  .gallery-primary { grid-column: 1 / -1; grid-row: auto; }
  .property-copy { padding: 4.5rem 1.35rem; }
  .property-number { top: 1.3rem; right: 1.35rem; }
  .highlights { grid-template-columns: 1fr; }
  .place-grid { grid-template-columns: 1fr; }
  .location > img { height: 300px; }
  .host { grid-template-columns: 1fr; padding-block: 6rem; }
  .host-mark { width: 5rem; height: 5rem; font-size: 2.2rem; }
  footer { grid-template-columns: 1fr; }
  .legal { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
