:root {
    --bg: #F8F4EA;
    --bg-card: #FFFFFF;
    --ink: #2C2926;
    --ink-soft: #5A554E;
    --ink-muted: #8A8278;
    --gold: #B68F4E;
    --gold-soft: #D8C397;
    --gold-pale: #ECE0C6;
    --rule: #E8DEC8;
    --measure: 760px;
    --measure-wide: 1180px;
  }

  *, *::before, *::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    background: var(--bg);
    color: var(--ink);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    -webkit-font-smoothing: antialiased;
  }
  body::before {
    content: "";
    position: fixed;
    inset: 16px;
    border: 1px solid var(--gold-soft);
    pointer-events: none;
    z-index: 999;
  }

  h1, h2, h3, h4 {
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-weight: 400;
    color: var(--ink);
    margin: 0;
  }
  p { margin: 0 0 1.1em; }
  a { color: inherit; text-decoration: none; transition: color 0.2s ease; }

  /* ===== Top contact strip ===== */
  .top-bar {
    background: var(--bg);
    padding: 14px 40px;
    display: flex;
    gap: 26px;
    font-size: 12px;
    color: var(--ink-soft);
    border-bottom: 1px solid var(--rule);
  }
  .top-bar .item { display: inline-flex; align-items: center; gap: 8px; }
  .top-bar .icon {
    width: 14px; height: 14px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--gold-soft); border-radius: 50%;
    font-size: 9px; color: var(--gold);
  }

  /* ===== Site header ===== */
  .site-header {
    padding: 22px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bg);
  }
  .logo {
    text-align: left;
    line-height: 1;
  }
  .logo-main {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: var(--ink);
  }
  .logo-sub {
    font-family: "Inter", sans-serif;
    font-size: 9px;
    letter-spacing: 0.4em;
    color: var(--ink-muted);
    margin-top: 4px;
    text-align: center;
  }
  .main-nav {
    display: flex;
    gap: 32px;
    align-items: center;
  }
  .main-nav a {
    font-size: 13px;
    color: var(--ink-soft);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
    position: relative;
  }
  .main-nav a:hover { color: var(--ink); }
  .main-nav a.active {
    color: var(--gold);
  }
  .main-nav a.active::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -4px;
    height: 1px;
    background: var(--gold);
  }
  .main-nav .ext {
    font-size: 10px;
    opacity: 0.6;
  }

  /* ===== Hero ===== */
  .hero-wrap {
    padding: 0 40px;
  }
  .hero {
    position: relative;
    height: clamp(420px, 60vh, 580px);
    overflow: hidden;
    border: 1px solid var(--gold-soft);
  }
  .hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-image: url('https://www.puravillas.com/vacation/fotos/2/170644636050ec8c866029c4ffcb0478d618aa8b15/big1767220706b39b65b1ed0770115268cb8236d38807.jpg');
  }
  .hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(248,244,234,0.15) 0%, rgba(248,244,234,0.35) 100%);
  }
  .hero-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px;
    color: var(--ink);
  }
  .hero-eyebrow {
    font-size: 10px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 22px;
    font-weight: 500;
  }
  .hero h1 {
    font-size: clamp(40px, 6.5vw, 84px);
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.05;
    text-transform: uppercase;
    margin-bottom: 18px;
  }
  .hero-divider {
    color: var(--gold);
    font-size: 14px;
    margin: 4px 0 22px;
    letter-spacing: 0.4em;
  }
  .hero-subtitle {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: var(--ink-soft);
    max-width: 460px;
    margin: 0 auto 30px;
    line-height: 1.7;
  }
  .hero-cta {
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    padding-bottom: 4px;
    border-bottom: 1px solid var(--gold);
  }
  .hero-cta:hover { color: var(--ink); border-color: var(--ink); }

  /* ===== Welcome (two-column intro) ===== */
  .welcome {
    padding: 90px 40px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: var(--measure-wide);
    margin: 0 auto;
  }
  .welcome-eyebrow {
    font-size: 10px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
  }
  .welcome h2 {
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.2;
    font-weight: 400;
    color: var(--ink);
  }
  .welcome-right p {
    font-size: 15px;
    color: var(--ink-soft);
    line-height: 1.85;
  }

  /* ===== Horizontal rule ===== */
  .gold-rule {
    max-width: var(--measure-wide);
    margin: 30px auto;
    padding: 0 40px;
  }
  .gold-rule hr {
    border: none;
    border-top: 1px solid var(--rule);
    margin: 0;
  }

  /* ===== Content sections ===== */
  .container {
    max-width: var(--measure);
    margin: 0 auto;
    padding: 0 40px;
  }
  .container-wide {
    max-width: var(--measure-wide);
    margin: 0 auto;
    padding: 0 40px;
  }
  .section { padding: 36px 0; }
  .section h2 {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.25;
    margin-bottom: 0.4em;
    color: var(--ink);
    font-style: italic;
    font-weight: 400;
  }
  .section h2 + p { margin-top: 12px; }
  .section p {
    font-size: 15.5px;
    line-height: 1.85;
    color: var(--ink-soft);
  }

  /* ===== Pull-quote ===== */
  .pullquote {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-style: italic;
    font-size: 22px;
    line-height: 1.5;
    color: var(--ink);
    border-left: 1px solid var(--gold);
    padding: 8px 0 8px 24px;
    margin: 32px 0;
    max-width: 600px;
  }
  .pullquote-source {
    display: block;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-muted);
    margin-top: 14px;
  }

  /* ===== Gallery ===== */
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
    margin: 30px 0;
  }
  .gallery img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
  }

  /* ===== Floor-plan placeholder ===== */
  .floor-plan-block {
    background: var(--bg-card);
    border: 1px solid var(--rule);
    padding: 32px;
    margin: 32px 0;
    text-align: center;
    color: var(--ink-muted);
  }
  .floor-plan-block .label {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 10px;
    color: var(--gold);
    margin-bottom: 12px;
  }

  /* ===== Practical details ===== */
  .details-list {
    background: var(--bg-card);
    border: 1px solid var(--rule);
    padding: 32px 38px;
    margin: 26px 0;
  }
  .details-list dl { margin: 0; }
  .details-list dt {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: var(--ink);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-top: 18px;
  }
  .details-list dt:first-child { margin-top: 0; }
  .details-list dd {
    margin: 5px 0 0;
    color: var(--ink-soft);
    font-size: 14.5px;
    line-height: 1.7;
  }

  /* ===== FAQ ===== */
  .faq { margin: 24px 0; }
  .faq-item {
    border-top: 1px solid var(--rule);
    padding: 22px 0;
  }
  .faq-item:last-child { border-bottom: 1px solid var(--rule); }
  .faq-q {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 21px;
    font-weight: 500;
    color: var(--ink);
    margin: 0 0 10px;
    line-height: 1.3;
  }
  .faq-a {
    color: var(--ink-soft);
    margin: 0;
    font-size: 14.5px;
    line-height: 1.75;
  }

  /* ===== How to Inquire ===== */
  .inquire-wrap { padding: 0 40px; }
  .inquire-block {
    background: var(--bg-card);
    border: 1px solid var(--gold-soft);
    padding: 52px 44px;
    max-width: var(--measure-wide);
    margin: 80px auto 40px;
  }
  .inquire-eyebrow {
    font-size: 10px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
  }
  .inquire-block h2 {
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 20px;
  }
  .inquire-block .lede {
    font-size: 15px;
    color: var(--ink-soft);
    margin-bottom: 28px;
    max-width: 720px;
    line-height: 1.85;
  }
  .inquire-pathways {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin: 20px 0 18px;
  }
  .inquire-pathway {
    border: 1px solid var(--rule);
    padding: 18px 20px;
    display: block;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  .inquire-pathway:hover { border-color: var(--gold); background: var(--bg); }
  .inquire-pathway .label {
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 0.28em;
    color: var(--gold);
    display: block;
    margin-bottom: 8px;
  }
  .inquire-pathway .value {
    font-size: 14.5px;
    color: var(--ink);
    font-family: "Inter", sans-serif;
  }
  .inquire-note {
    font-size: 12px;
    color: var(--ink-muted);
    margin-top: 22px;
    line-height: 1.7;
  }

  /* ===== Related pillars row ===== */
  .related-pillars {
    padding: 70px 40px 40px;
    max-width: var(--measure-wide);
    margin: 0 auto;
    text-align: center;
  }
  .related-pillars-eyebrow {
    font-size: 10px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 36px;
  }
  .pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .pillar-tile {
    display: block;
    padding: 18px 12px;
    border-right: 1px solid var(--rule);
    text-align: center;
  }
  .pillar-tile:last-child { border-right: none; }
  .pillar-tile .pillar-icon {
    font-size: 28px;
    color: var(--gold);
    margin-bottom: 12px;
    display: block;
  }
  .pillar-tile .pillar-num {
    font-size: 11px;
    letter-spacing: 0.16em;
    color: var(--ink-muted);
    margin: 8px 0 6px;
  }
  .pillar-tile .pillar-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    color: var(--ink);
    line-height: 1.25;
  }
  .pillar-tile .pillar-underline {
    width: 22px;
    height: 1px;
    background: var(--gold);
    margin: 12px auto 0;
  }

  /* ===== Footer ===== */
  .site-footer {
    padding: 70px 40px 50px;
    border-top: 1px solid var(--rule);
    margin-top: 30px;
    background: var(--bg);
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    max-width: var(--measure-wide);
    margin: 0 auto 30px;
  }
  .footer-col h4 {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: var(--gold);
    font-weight: 500;
    margin-bottom: 18px;
  }
  .footer-col p, .footer-col a {
    color: var(--ink-soft);
    font-size: 13.5px;
    line-height: 1.85;
    display: block;
    margin-bottom: 6px;
  }
  .footer-col .footer-logo {
    margin-bottom: 18px;
  }
  .footer-col .footer-logo .logo-main {
    font-size: 20px;
    letter-spacing: 0.18em;
    color: var(--ink);
  }
  .footer-col .footer-logo .logo-sub {
    font-size: 8px;
    letter-spacing: 0.4em;
    color: var(--ink-muted);
    margin-top: 4px;
    text-align: center;
  }
  .footer-col .ext {
    font-size: 10px;
    color: var(--gold);
    margin-left: 6px;
  }
  .footer-rule {
    max-width: var(--measure-wide);
    margin: 30px auto 20px;
    border-top: 1px solid var(--rule);
  }
  .footer-copyright {
    text-align: center;
    font-size: 12px;
    color: var(--ink-muted);
    letter-spacing: 0.04em;
  }

  /* ===== Responsive ===== */
  @media (max-width: 760px) {
    body::before { inset: 8px; }
    .top-bar { padding: 10px 16px; flex-wrap: wrap; gap: 14px; }
    .site-header { padding: 18px 16px; flex-direction: column; gap: 20px; }
    .main-nav { gap: 16px; flex-wrap: wrap; justify-content: center; }
    .hero-wrap, .inquire-wrap { padding: 0 16px; }
    .welcome { padding: 50px 16px 30px; grid-template-columns: 1fr; gap: 30px; }
    .container, .container-wide { padding: 0 16px; }
    .pillars-grid { grid-template-columns: repeat(2, 1fr); }
    .pillar-tile { border-right: none; border-bottom: 1px solid var(--rule); }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .inquire-block { padding: 32px 24px; }
  }