:root {
      --ink: #1f2420;
      --paper: #f3efe7;
      --cream: #faf8f3;
      --sage: #7f897b;
      --clay: #b65f3d;
      --line: rgba(31, 36, 32, .16);
      --white: #fff;
      --max: 1380px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
    body.modal-open { overflow: hidden; }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    button, input, textarea { font: inherit; }
    button, a { -webkit-tap-highlight-color: transparent; }
    :focus-visible { outline: 2px solid var(--clay); outline-offset: 4px; }
    .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
    .wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
    .eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
    .eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
    .display { margin: 0; font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 400; letter-spacing: -.035em; line-height: .93; }
    .btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 600; letter-spacing: .04em; transition: .25s ease; }
    .btn:hover { background: var(--ink); color: var(--cream); transform: translateY(-2px); }
    .btn-dark { background: var(--ink); color: var(--cream); }
    .btn-dark:hover { background: var(--clay); border-color: var(--clay); }
    .btn-light { border-color: var(--cream); color: var(--cream); }
    .btn-light:hover { background: var(--cream); color: var(--ink); }
    .icon { width: 18px; height: 18px; flex: none; }

    .announcement { padding: 9px 20px; background: var(--ink); color: var(--cream); text-align: center; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
    /* Navbar */
    .nav { position: absolute; inset: 34px 0 auto; z-index: 20; color: var(--white); }
    .nav-inner { height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.35); }
    .brand { font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 31px; letter-spacing: -.02em; }
    .brand span { font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 8px; font-weight: 600; letter-spacing: .21em; text-transform: uppercase; vertical-align: super; margin-left: 4px; }
    .nav-links { display: flex; gap: 34px; font-size: 12px; font-weight: 500; }
    .nav-links a { transition: opacity .2s ease; }
    .nav-links a:hover { opacity: .65; }
    .nav-action { justify-self: end; display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; }

    /* Hero Section */
    .hero { min-height: 820px; position: relative; display: flex; align-items: end; overflow: hidden; background: #43483f; color: var(--white); }
    .hero-media { position: absolute; inset: 0; }
    .hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,20,16,.82) 0%, rgba(16,20,16,.5) 43%, rgba(16,20,16,.07) 76%), linear-gradient(0deg, rgba(16,20,16,.62) 0%, transparent 50%); }
    .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
    .hero-content { position: relative; z-index: 2; padding-bottom: 74px; display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: end; }
    .hero-copy { max-width: 790px; }
    .hero h1 { max-width: 760px; font-size: clamp(64px, 7vw, 108px); }
    .hero h1 em { font-weight: 400; color: #d5b29e; }
    .hero-lead { max-width: 520px; margin: 28px 0 34px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.65; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .price-card { padding: 28px 30px; border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(12px); background: rgba(255,255,255,.08); }
    .price-card small { display: block; margin-bottom: 8px; color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
    .price { font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 42px; line-height: 1; }
    .price-meta { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.25); display: flex; justify-content: space-between; color: rgba(255,255,255,.72); font-size: 11px; }
    .scroll-hint { position: absolute; z-index: 3; right: 24px; top: 50%; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; opacity: .7; }

    .facts { background: var(--cream); border-bottom: 1px solid var(--line); }
    .facts-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
    .fact { min-height: 136px; padding: 30px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); }
    .fact:first-child { border-left: 1px solid var(--line); }
    .fact svg { width: 24px; color: var(--sage); }
    .fact strong { display: block; margin-bottom: 4px; font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 30px; font-weight: 400; line-height: 1; }
    .fact span { font-size: 10px; color: rgba(31,36,32,.62); letter-spacing: .1em; text-transform: uppercase; }

    .intro { padding: 140px 0 120px; }
    .intro-grid { display: grid; grid-template-columns: 4fr 7fr; gap: 12%; align-items: start; }
    .intro h2 { max-width: 760px; font-size: clamp(54px, 5.7vw, 84px); }
    .intro h2 em { color: var(--clay); font-weight: 400; }
    .intro-side { padding-top: 88px; }
    .intro-side p { max-width: 560px; margin: 0 0 28px; color: rgba(31,36,32,.72); font-size: 16px; line-height: 1.75; }
    .signature { display: inline-flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
    .signature::before { content: ""; width: 46px; height: 1px; background: var(--clay); }

    .gallery { padding-bottom: 140px; }
    .gallery-head { margin-bottom: 32px; display: flex; align-items: end; justify-content: space-between; }
    .gallery-head h2 { font-size: 58px; }
    .gallery-count { color: rgba(31,36,32,.55); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
    .gallery-grid { height: 740px; display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; }
    .gallery-item { position: relative; overflow: hidden; cursor: zoom-in; background: #d8d4ca; margin: 0; }
    .gallery-item:first-child { grid-row: 1 / span 2; }
    .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16,1,.3,1); }
    .gallery-item:hover img { transform: scale(1.025); }
    .gallery-item button { position: absolute; inset: 0; width: 100%; border: 0; background: transparent; cursor: zoom-in; }
    .gallery-label { position: absolute; left: 18px; bottom: 18px; padding: 9px 12px; background: rgba(250,248,243,.92); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; pointer-events: none; }

    /* Features Section */
    .details { padding: 140px 0; background: var(--ink); color: var(--cream); }
    .details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: start; }
    .details h2 { max-width: 550px; font-size: clamp(58px, 5.7vw, 84px); }
    .details h2 em { color: #d5b29e; font-weight: 400; }
    .details-copy { padding-top: 30px; }
    .detail-row { padding: 24px 0; display: grid; grid-template-columns: 50px 1fr auto; gap: 18px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); }
    .detail-row:first-child { border-top: 1px solid rgba(255,255,255,.16); }
    .detail-num { color: rgba(255,255,255,.38); font-size: 10px; }
    .detail-row h3 { margin: 0; font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 28px; font-weight: 400; }
    .detail-row p { margin: 4px 0 0; color: rgba(255,255,255,.55); font-size: 12px; }
    .check { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 12px; }

    .editorial { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--cream); }
    .editorial-media { min-height: 680px; }
    .editorial-media img { width: 100%; height: 100%; object-fit: cover; }
    .editorial-copy { padding: 9vw; display: flex; flex-direction: column; justify-content: center; }
    .editorial-copy h2 { font-size: clamp(52px, 5vw, 76px); }
    .editorial-copy p { margin: 28px 0 36px; color: rgba(31,36,32,.68); line-height: 1.75; }

    /* Amenities */
    .location { padding: 140px 0; }
    .location-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7%; align-items: center; }
    .location-map { border-radius: 20px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 22px 70px rgba(0,0,0,.07); }
    .location-map iframe { width: 100%; height: 500px; display: block; border: 0; }
    .location-copy h2 { font-size: clamp(56px, 5vw, 78px); }
    .location-copy p { margin: 28px 0 34px; color: rgba(31,36,32,.68); line-height: 1.75; }
    .location-points { margin-bottom: 36px; padding: 0; list-style: none; }
    .location-points li { padding: 14px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 12px; }
    .location-points span:last-child { color: rgba(31,36,32,.55); }

    /* CTA / Contact Section */
    .contact { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; color: var(--white); }
    .contact-bg { position: absolute; inset: 0; }
    .contact-bg::after { content: ""; position: absolute; inset: 0; background: rgba(22,26,21,.7); }
    .contact-bg img { width: 100%; height: 100%; object-fit: cover; }
    .contact-grid { position: relative; z-index: 2; padding: 100px 0; display: grid; grid-template-columns: 1fr 440px; gap: 12%; align-items: center; }
    .contact h2 { max-width: 650px; font-size: clamp(64px, 6.5vw, 98px); }
    .contact h2 em { color: #d5b29e; font-weight: 400; }
    .contact-copy > p { max-width: 500px; margin: 28px 0 0; color: rgba(255,255,255,.72); line-height: 1.7; }
    .form { padding: 36px; background: var(--cream); color: var(--ink); }
    .form-head { margin-bottom: 26px; }
    .form h3 { margin: 0 0 7px; font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 36px; font-weight: 400; }
    .form p { margin: 0; color: rgba(31,36,32,.55); font-size: 11px; line-height: 1.5; }
    .field { width: 100%; margin-bottom: 12px; padding: 15px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--ink); }
    .field:focus { border-color: var(--clay); }
    .field::placeholder { color: rgba(31,36,32,.42); }
    textarea.field { min-height: 74px; resize: vertical; }
    .form .btn { width: 100%; margin-top: 18px; }
    .privacy { margin-top: 14px !important; text-align: center; font-size: 9px !important; }

    /* Footer */
    footer { padding: 58px 0 95px; background: var(--ink); color: var(--cream); border-top: 1px solid rgba(255,255,255,.12); }
    .footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
    .footer-brand { font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 44px; }
    .footer-meta { margin-top: 10px; color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
    .footer-links { display: flex; gap: 28px; color: rgba(255,255,255,.62); font-size: 11px; }

    .modal { position: fixed; z-index: 100; inset: 0; display: none; align-items: center; justify-content: center; padding: 30px; background: rgba(12,14,12,.94); }
    .modal.active { display: flex; }
    .modal img { max-width: min(1100px, 90vw); max-height: 85vh; object-fit: contain; }
    .modal-close { position: absolute; top: 24px; right: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: transparent; color: white; cursor: pointer; font-size: 20px; }
    .mobile-cta { position: fixed; z-index: 50; left: 12px; right: 12px; bottom: 12px; display: none; }
    .mobile-cta .btn { width: 100%; box-shadow: 0 12px 35px rgba(15,18,15,.28); }
    .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.16,1,.3,1); }
    .reveal.visible { opacity: 1; transform: none; }

    @media (max-width: 1000px) {
      .wrap { width: min(calc(100% - 32px), var(--max)); }
      .nav-links { display: none; }
      .nav-inner { grid-template-columns: 1fr auto; }
      .nav-action { grid-column: 2; }
      .hero { min-height: 760px; }
      .hero-content { grid-template-columns: 1fr; gap: 36px; }
      .price-card { max-width: 360px; }
      .facts-grid { grid-template-columns: repeat(3, 1fr); }
      .fact:nth-child(4) { border-left: 1px solid var(--line); }
      .intro-grid, .details-grid, .location-grid, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
      .intro-side { padding-top: 0; }
      .gallery-grid { height: 600px; }
      .editorial-copy { padding: 8vw 6vw; }
      .contact-grid { max-width: 700px; }
    }
    @media (max-width: 700px) {
      .wrap { width: min(calc(100% - 24px), var(--max)); }
      .announcement { padding: 8px 12px; font-size: 8px; }
      .nav { top: 30px; }
      .nav-inner { height: 70px; }
      .brand { font-size: 26px; }
      .nav-action span { display: none; }
      .hero { min-height: 790px; }
      .hero-media::after { background: linear-gradient(0deg, rgba(16,20,16,.88) 0%, rgba(16,20,16,.35) 70%, rgba(16,20,16,.2) 100%); }
      .hero-media img { object-position: 58% center; }
      .hero-content { padding-bottom: 38px; gap: 24px; }
      .hero h1 { font-size: 58px; }
      .hero-lead { margin: 20px 0 26px; font-size: 14px; }
      .hero-actions .btn { flex: 1; min-width: 155px; padding-inline: 14px; }
      .price-card { padding: 20px; }
      .price { font-size: 36px; }
      .scroll-hint { display: none; }
      .facts-grid { grid-template-columns: 1fr 1fr; }
      .fact { min-height: 112px; padding: 20px 16px; }
      .fact:nth-child(odd) { border-left: 1px solid var(--line); }
      .fact strong { font-size: 25px; }
      .intro, .details, .location { padding: 90px 0; }
      .intro-grid { gap: 44px; }
      .intro h2, .details h2, .location-copy h2 { font-size: 54px; }
      .gallery { padding-bottom: 90px; }
      .gallery-head h2 { font-size: 44px; }
      .gallery-grid { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 420px 210px; }
      .gallery-item:first-child { grid-column: 1 / span 2; grid-row: auto; }
      .detail-row { grid-template-columns: 34px 1fr auto; }
      .editorial { grid-template-columns: 1fr; }
      .editorial-media { min-height: 500px; }
      .editorial-copy { padding: 80px 24px; }
      .location-map iframe { height: 420px; }
      .contact { min-height: auto; }
      .contact-grid { padding: 90px 0 110px; }
      .contact h2 { font-size: 60px; }
      .form { padding: 28px 22px; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-links { flex-wrap: wrap; gap: 16px 24px; }
      .mobile-cta { display: block; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
      .reveal { opacity: 1; transform: none; }
    }