*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --gold: #F5B800;
    --gold-deep: #B87400;
    --cream: #0D0D0D;
    --surface: #111111;
    --surface2: #171717;
    --ink: #F4F1EC;
    --ink-soft: rgba(244,241,236,0.55);
    --charcoal: #17140F;
    --gray: #8A8577;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Barlow', sans-serif; background: var(--cream); color: var(--ink); overflow-x: hidden; }
  a { color: var(--gold); }
  a:hover { color: var(--gold); }

  /* SCROLL PROGRESS */
  .scroll-progress { position: fixed; top: 0; left: 0; height: 3px; background: var(--gold); z-index: 200; width: 0; box-shadow: 0 0 12px rgba(245,184,0,0.6); }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    padding: 22px 60px; display: flex; align-items: center; justify-content: space-between;
    background: rgba(247,244,237,0); backdrop-filter: blur(0px);
    transition: padding .35s, background .35s, box-shadow .35s, backdrop-filter .35s;
  }
  nav.scrolled {
    background: rgba(13,13,13,0.96); backdrop-filter: blur(14px);
    padding: 13px 60px; border-bottom: 1px solid rgba(245,184,0,0.12); box-shadow: 0 8px 30px rgba(0,0,0,0.4);
  }
  .nav-logo img { height: 42px; filter: brightness(0) invert(1); transition: filter .35s; }
  nav.scrolled .nav-logo img { filter: brightness(0) invert(1); }
  .nav-links { display: flex; gap: 34px; list-style: none; }
  .nav-links a {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 13px;
    letter-spacing: 2px; text-transform: uppercase; text-decoration: none;
    color: rgba(255,255,255,0.85); transition: color .2s;
  }
  nav.scrolled .nav-links a { color: rgba(244,241,236,0.7); }
  .nav-links a:hover, .nav-links a.active { color: var(--gold); }
  nav.scrolled .nav-links a.active { color: var(--gold); }
  .nav-cta {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px;
    letter-spacing: 2px; text-transform: uppercase; text-decoration: none;
    background: var(--gold); color: var(--charcoal); border: none; padding: 12px 26px;
    transition: background .2s, transform .2s;
  }
  .nav-cta:hover { background: #ffd233; transform: translateY(-1px); }

  /* ── CIRCLE REVEAL HERO ── */
  #reveal-wrapper { height: 320vh; position: relative; }
  #reveal-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: center; justify-content: center; }
  #reveal-backdrop { position: absolute; inset: 0; background: var(--charcoal); display: flex; align-items: center; justify-content: center; }
  .backdrop-mark {
    text-align: center; user-select: none; pointer-events: none;
  }
  .backdrop-eyebrow {
    font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700;
    letter-spacing: 6px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px;
  }
  .backdrop-title {
    font-family: 'Barlow Condensed', sans-serif; font-size: clamp(40px, 6vw, 90px);
    font-weight: 900; text-transform: uppercase; color: rgba(255,255,255,0.06);
    line-height: 0.95; letter-spacing: 4px;
  }
  #reveal-image-wrap { position: absolute; inset: 0; clip-path: circle(0px at 50% 50%); }
  #reveal-image { position: absolute; inset: 0; }
  #reveal-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .reveal-vignette { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,12,8,0.85) 0%, rgba(15,12,8,0.1) 45%, rgba(15,12,8,0.5) 100%); }
  .reveal-caption {
    position: absolute; left: 60px; bottom: 64px; right: 60px; z-index: 3;
    pointer-events: none;
  }
  .reveal-cat {
    font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700;
    letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
    display: flex; align-items: center; gap: 12px;
  }
  .reveal-cat::before { content: ''; width: 32px; height: 1px; background: var(--gold); }
  .reveal-title {
    font-family: 'Barlow Condensed', sans-serif; font-size: clamp(38px, 6.5vw, 104px);
    font-weight: 900; text-transform: uppercase; line-height: 0.9; color: #fff;
    text-shadow: 0 4px 40px rgba(0,0,0,0.5); max-width: 1000px;
  }
  .reveal-loc {
    margin-top: 18px; font-size: 16px; color: rgba(255,255,255,0.7);
    display: flex; align-items: center; gap: 8px;
  }
  .reveal-loc svg { width: 16px; height: 16px; stroke: var(--gold); fill: none; stroke-width: 1.8; }

  #reveal-ring { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 120px; height: 120px; pointer-events: none; transition: opacity .3s; }
  #reveal-hint {
    position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
    font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: 4px;
    text-transform: uppercase; color: rgba(255,255,255,0.4);
    display: flex; flex-direction: column; align-items: center; gap: 10px; transition: opacity .4s; z-index: 4;
  }
  .hint-arrow { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold), transparent); animation: hintA 1.5s ease-in-out infinite; }
  @keyframes hintA { 0%,100% { opacity:.4; transform: scaleY(1); } 50% { opacity:1; transform: scaleY(1.25); } }

  /* ── OVERVIEW ── */
  .overview { padding: 110px 60px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px; align-items: start; }
  .section-tag {
    font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700;
    letter-spacing: 4px; text-transform: uppercase; color: var(--gold);
    display: flex; align-items: center; gap: 10px; margin-bottom: 18px;
  }
  .section-tag::before { content: ''; width: 24px; height: 1px; background: var(--gold-deep); }
  .overview-title {
    font-family: 'Barlow Condensed', sans-serif; font-size: clamp(32px, 4vw, 54px);
    font-weight: 900; text-transform: uppercase; line-height: 1;
  }
  .overview-title .gold { color: var(--gold); }
  .overview-body { margin-top: 26px; font-size: 17px; line-height: 1.9; color: var(--ink-soft); font-weight: 300; }
  .overview-body p + p { margin-top: 16px; }
  .highlights { margin-top: 36px; display: flex; flex-direction: column; gap: 12px; }
  .highlight { display: flex; gap: 14px; align-items: flex-start; font-size: 15px; color: rgba(244,241,236,0.7); }
  .highlight-check { width: 22px; height: 22px; border-radius: 50%; background: var(--gold); flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
  .highlight-check svg { width: 12px; height: 12px; stroke: var(--charcoal); fill: none; stroke-width: 3; }

  /* Spec card */
  .spec-card { background: #17140F; border: 1px solid rgba(245,184,0,0.12); padding: 44px 40px; position: sticky; top: 100px; }
  .spec-card-title { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .spec-row { display: flex; justify-content: space-between; align-items: baseline; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .spec-row:last-of-type { border-bottom: none; }
  .spec-label { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.4); }
  .spec-value { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 700; color: #fff; }
  .spec-value.gold { color: var(--gold); }
  .spec-cta { display: block; text-align: center; margin-top: 28px; background: var(--gold); color: var(--charcoal); text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 13px; letter-spacing: 2.5px; text-transform: uppercase; padding: 18px; transition: background .2s; }
  .spec-cta:hover { background: #ffd233; color: var(--charcoal); }

  /* ── GALLERY ── */
  .gallery { padding: 0 60px 110px; }
  .gallery-head { margin-bottom: 40px; }
  .gallery-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 260px 260px; gap: 6px; }
  .gallery-cell { overflow: hidden; position: relative; cursor: pointer; }
  .gallery-cell:first-child { grid-row: span 2; }
  .gallery-cell img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
  .gallery-cell:hover img { transform: scale(1.06); }
  .gallery-cell::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,12,8,0.35), transparent 50%); opacity: 0; transition: opacity .3s; }
  .gallery-cell:hover::after { opacity: 1; }

  /* ── STATS BAND ── */
  .stats-band { background: var(--gold); padding: 64px 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
  .sb-item { text-align: center; padding: 0 16px; }
  .sb-item + .sb-item { border-left: 1px solid rgba(23,20,15,0.15); }
  .sb-num { font-family: 'Barlow Condensed', sans-serif; font-size: 60px; font-weight: 900; color: var(--charcoal); line-height: 1; }
  .sb-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(23,20,15,0.6); margin-top: 6px; }

  /* ── PREV / NEXT ── */
  .pn-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--cream); }
  .pn-card { position: relative; overflow: hidden; min-height: 280px; display: flex; align-items: center; text-decoration: none; padding: 48px 60px; }
  .pn-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.4); transition: transform .6s ease, filter .3s; }
  .pn-card:hover img { transform: scale(1.05); filter: brightness(0.5); }
  .pn-card .pn-inner { position: relative; z-index: 1; width: 100%; }
  .pn-card.next { text-align: right; justify-content: flex-end; }
  .pn-dir { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
  .pn-title { font-family: 'Barlow Condensed', sans-serif; font-size: 26px; font-weight: 800; text-transform: uppercase; color: #fff; line-height: 1; }

  /* ── CTA ── */
  .cta-banner { margin: 90px 60px; background: var(--charcoal); padding: 70px 72px; display: flex; justify-content: space-between; align-items: center; gap: 40px; position: relative; overflow: hidden; }
  .cta-banner::after { content: ''; position: absolute; right: -60px; top: 50%; transform: translateY(-50%); width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(245,184,0,0.12), transparent 70%); }
  .cta-title { font-family: 'Barlow Condensed', sans-serif; font-size: 44px; font-weight: 900; text-transform: uppercase; color: #fff; line-height: 1; position: relative; z-index: 1; }
  .cta-title .gold { color: var(--gold); }
  .cta-sub { font-size: 15px; color: rgba(255,255,255,0.5); margin-top: 10px; position: relative; z-index: 1; }
  .btn-gold { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 13px; letter-spacing: 2.5px; text-transform: uppercase; background: var(--gold); color: var(--charcoal); border: none; padding: 20px 44px; text-decoration: none; white-space: nowrap; position: relative; z-index: 1; transition: background .2s; }
  .btn-gold:hover { background: #ffd233; color: var(--charcoal); }

  /* FOOTER */
  footer { background: var(--charcoal); padding: 44px 60px; display: flex; justify-content: space-between; align-items: center; }
  footer img { height: 32px; filter: brightness(0) invert(1); opacity: 0.55; }
  .footer-copy { font-size: 12px; color: rgba(255,255,255,0.35); }
  .footer-back { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); text-decoration: none; display: flex; align-items: center; gap: 8px; }
  .footer-back svg { width: 14px; height: 14px; stroke: var(--gold); fill: none; stroke-width: 2; }

  /* FADE */
  .fade-up { opacity: 0; transform: translateY(36px); transition: opacity .8s ease, transform .8s ease; }
  .fade-up.visible { opacity: 1; transform: translateY(0); }

  @media (max-width: 900px) {
    nav { padding: 16px 20px; }
    nav.scrolled { padding: 12px 20px; }
    .nav-links, .nav-cta { display: none; }
    .reveal-caption { left: 20px; right: 20px; bottom: 44px; }
    #reveal-wrapper { height: 240vh; }
    .overview { grid-template-columns: 1fr; gap: 40px; padding: 72px 20px; }
    .spec-card { position: relative; top: 0; padding: 36px 24px; }
    .gallery { padding: 0 20px 72px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .gallery-cell:first-child { grid-row: span 1; grid-column: span 2; height: 240px; }
    .gallery-cell { height: 160px; }
    .stats-band { grid-template-columns: 1fr 1fr; padding: 40px 20px; gap: 24px 0; }
    .sb-item:nth-child(3), .sb-item:nth-child(4) { border-top: 1px solid rgba(23,20,15,0.15); padding-top: 24px; }
    .sb-num { font-size: 44px; }
    .pn-nav { grid-template-columns: 1fr; }
    .pn-card { padding: 36px 24px; min-height: 180px; }
    .cta-banner { margin: 56px 20px; padding: 40px 24px; flex-direction: column; text-align: center; gap: 24px; }
    .cta-title { font-size: 30px; }
    footer { padding: 32px 20px; flex-direction: column; gap: 14px; text-align: center; }
  }

  .site-footer { background: #0A0A0A; border-top: 1px solid rgba(245,184,0,0.1); padding: 64px 60px 0; }
  .sf-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.3fr; gap: 48px; padding-bottom: 44px; border-bottom: 1px solid rgba(244,241,236,0.07); }
  .sf-brand img { height: 44px; filter: brightness(0) invert(1); margin-bottom: 20px; }
  .sf-about { font-size: 14px; line-height: 1.8; color: rgba(244,241,236,0.45); max-width: 340px; font-weight: 300; }
  .sf-social { display: flex; gap: 10px; margin-top: 22px; }
  .sf-social a { width: 38px; height: 38px; border: 1px solid rgba(244,241,236,0.14); display: flex; align-items: center; justify-content: center; transition: all .2s; }
  .sf-social a:hover { border-color: #F5B800; background: rgba(245,184,0,0.08); }
  .sf-social svg { width: 16px; height: 16px; stroke: rgba(244,241,236,0.6); fill: none; stroke-width: 1.6; }
  .sf-social a:hover svg { stroke: #F5B800; }
  .sf-col-title { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #F5B800; margin-bottom: 20px; }
  .sf-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .sf-links a { font-size: 14px; color: rgba(244,241,236,0.55); text-decoration: none; transition: color .2s; }
  .sf-links a:hover { color: #F5B800; }
  .sf-contact-item { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; color: rgba(244,241,236,0.55); margin-bottom: 15px; }
  .sf-contact-item svg { width: 15px; height: 15px; stroke: #F5B800; fill: none; stroke-width: 1.6; flex-shrink: 0; margin-top: 3px; }
  .sf-bottom { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; flex-wrap: wrap; gap: 16px; }
  .sf-copy { font-size: 12px; color: rgba(244,241,236,0.3); }
  .sf-bottom-right { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
  .sf-legal { font-size: 12px; color: rgba(244,241,236,0.3); text-decoration: none; }
  .sf-legal:hover { color: #F5B800; }
  .sf-admin { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(244,241,236,0.4); text-decoration: none; border: 1px solid rgba(244,241,236,0.15); padding: 8px 15px; display: inline-flex; align-items: center; gap: 8px; transition: all .2s; }
  .sf-admin:hover { border-color: #F5B800; color: #F5B800; }
  .sf-admin svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.8; }
  @media (max-width: 900px) { .site-footer { padding: 48px 20px 0; } .sf-top { grid-template-columns: 1fr 1fr; gap: 32px; } .sf-brand { grid-column: 1 / -1; } .sf-bottom { flex-direction: column; text-align: center; } }