:root {
  --bg: #121310;
  --ink: #f3efe5;
  --muted: rgba(243,239,229,.7);
  --rule: rgba(243,239,229,.2);
  --serif: "Iowan Old Style", Baskerville, Charter, Georgia, serif;
  --sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--bg); color: var(--ink); }
body { min-width: 320px; min-height: 100vh; margin: 0; overflow-x: clip; background: var(--bg); color: var(--ink); font-family: var(--sans); }
a { color: inherit; }
:focus-visible { outline: 2px solid #c6a464; outline-offset: 4px; }
.villa-header { position: fixed; z-index: 20; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 70px; padding: 0 clamp(1.1rem,4vw,3.75rem); background: linear-gradient(to bottom,rgba(10,11,9,.88),transparent); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.villa-header a { text-decoration: none; }
.villa-header nav { display: flex; align-items: center; gap: clamp(.9rem,2.2vw,2rem); }
.villa-header nav a { color: var(--muted); }
.villa-header nav a:first-child { color: var(--ink); }
.villa-hero { position: relative; display: grid; align-items: end; min-height: 100svh; }
.villa-hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #1c211c; }
.villa-intro { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 2.25rem; padding: clamp(7.5rem,18vh,12.5rem) clamp(1.25rem,6vw,6rem) clamp(2rem,6vw,4.5rem); pointer-events: none; background: linear-gradient(to top,rgba(10,11,9,.88),transparent 72%); }
.eyebrow,.duration,.note { font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow,.duration { color: var(--muted); }
.eyebrow { margin: 0; }
.duration { margin: 0 0 .5rem; white-space: nowrap; }
.villa-intro h1 { max-width: 10ch; margin: .75rem 0 0; font-family: var(--serif); font-size: clamp(3.2rem,8vw,8rem); font-weight: 400; letter-spacing: -.06em; line-height: .9; }
.villa-context { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(260px,.7fr); gap: clamp(2.5rem,10vw,8.75rem); padding: clamp(4.5rem,11vw,8.75rem) clamp(1.25rem,6vw,6rem); }
.villa-context h2 { max-width: 13ch; margin: 0; font-family: var(--serif); font-size: clamp(2.7rem,6vw,6rem); font-weight: 400; letter-spacing: -.05em; line-height: .96; }
.villa-context__copy { max-width: 39ch; color: var(--muted); line-height: 1.68; }
.villa-context__copy p { margin: 0; }
.note { margin-top: 1.9rem !important; color: rgba(243,239,229,.48); line-height: 1.6; }
.villa-actions { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 2.25rem; }
.villa-actions a { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-underline-offset: .4rem; text-transform: uppercase; }
@media (max-width: 700px) {
  .villa-header { position: sticky; background: rgba(13,15,12,.96); }
  .villa-header { align-items: flex-start; flex-direction: column; justify-content: center; gap: .45rem; padding-top: .65rem; padding-bottom: .65rem; }
  .villa-header nav { width: 100%; flex-wrap: wrap; justify-content: flex-start; gap: .65rem 1rem; }
  .villa-hero { display: block; min-height: 0; }
  .villa-hero video { position: relative; display: block; height: auto; aspect-ratio: 16/9; object-fit: cover; }
  .villa-intro { min-height: 0; flex-direction: column; align-items: flex-start; gap: 1.1rem; padding: 2.25rem 1.4rem 2.1rem; background: #0d0f0c; }
  .villa-intro h1 { font-size: clamp(3.1rem,16vw,5.4rem); }
  .villa-context { grid-template-columns: 1fr; }
}
