:root{
    --navy-deep:#0b1729;
    --navy:#122340;
    --gold:#c6a26b;
    --gold-light:#e3caa0;
    --stone:#9a958c;
    --paper:#fbfaf8;
    --ink:#0c1626;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0; background:var(--paper); color:var(--ink);
    font-family:'Inter', sans-serif; -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  body::after{
    content:'';
    position:fixed; inset:0; z-index:999; pointer-events:none;
    opacity:0.025; mix-blend-mode:multiply;
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  }
  h1,h2{ font-family:'Space Grotesk', sans-serif; margin:0; letter-spacing:-0.01em; }
  .mono{ font-family:'IBM Plex Mono', monospace; letter-spacing:0.16em; text-transform:uppercase; }
  a{ color:inherit; }
  img,svg{ display:block; max-width:100%; }
  .wrap{ max-width:1080px; margin:0 auto; padding:0 28px; }

  /* Visible by default — JS only ever ADDS a pre-reveal state, so content
     never depends on script execution to be seen. */
  .reveal.pre{ opacity:0; transform:translateY(16px); transition:opacity .7s ease, transform .7s ease; }
  .reveal.pre.in{ opacity:1; transform:translateY(0); }

  /* ============ HERO (white, like the card front) ============ */
  .hero{
    display:flex; flex-direction:column;
  }
  .topbar{
    display:flex; justify-content:space-between; align-items:center;
    padding:20px 28px 0; max-width:1080px; margin:0 auto; width:100%;
    font-size:11px; color:var(--stone);
  }
  .topbar a{ text-decoration:none; }
  .topbar a:hover{ color:var(--navy); }
  .topbar-phone{ display:flex; flex-direction:column; line-height:1.35; }
  .topbar-phone-main{ font-family:'IBM Plex Mono', monospace; font-weight:600; font-size:12.5px; letter-spacing:0.04em; color:var(--navy); }
  .topbar-phone-sub{ font-size:10px; color:var(--stone); letter-spacing:0.03em; }

  .hero-body{
    display:flex; flex-direction:column; align-items:center;
    text-align:center; padding:18px 24px 56px;
    position:relative;
  }
  .hero-glow{
    position:absolute; top:46%; left:50%; transform:translate(-50%,-50%);
    width:min(900px, 140vw); height:min(900px,140vw);
    background:radial-gradient(circle, rgba(198,162,107,0.16) 0%, rgba(198,162,107,0.05) 45%, rgba(198,162,107,0) 70%);
    pointer-events:none; z-index:0;
  }
  .hero-body > *:not(.hero-glow){ position:relative; z-index:1; }

  /* ---- wordmark (real text, not an image) ---- */
  .logo-block{ display:flex; flex-direction:column; align-items:center; }
  .logo-main{
    font-family:'Archivo Black', sans-serif;
    font-size:clamp(2.9rem, 10.5vw, 6.4rem);
    color:var(--navy);
    line-height:0.92;
    letter-spacing:0.01em;
    transform:scaleY(1.05);
  }
  .logo-sub{
    margin-top:14px;
    display:flex; align-items:center; gap:18px; justify-content:center;
    font-family:'Space Grotesk', sans-serif; font-weight:600;
    letter-spacing:0.42em;
    font-size:clamp(0.85rem, 2.4vw, 1.3rem);
    color:var(--stone);
  }
  .logo-sub::before, .logo-sub::after{ content:''; width:clamp(24px,6vw,54px); height:1px; background:var(--stone); }
  .logo-rule{ width:min(70%, 380px); height:1px; background:linear-gradient(90deg, transparent, rgba(198,162,107,0.6), transparent); margin:22px auto 0; }
  .logo-tag{
    margin-top:16px;
    font-family:'IBM Plex Mono', monospace;
    letter-spacing:0.34em;
    font-size:clamp(0.68rem, 1.7vw, 0.85rem);
    color:var(--navy);
  }

  .eyebrow{
    margin-top:28px;
    font-family:'Space Grotesk', sans-serif;
    font-weight:700;
    font-size:clamp(2rem, 7vw, 4rem);
    letter-spacing:0.08em;
    text-transform:uppercase;
    display:flex; align-items:center; gap:16px; justify-content:center;
    color:var(--gold);
    background:linear-gradient(100deg, #a9834f 0%, #f0dba8 22%, #c6a26b 45%, #f0dba8 68%, #a9834f 100%);
    background-size:220% auto;
    -webkit-background-clip:text; background-clip:text;
    -webkit-text-fill-color:transparent; color:transparent;
    animation:shimmer 7s linear infinite;
  }
  @keyframes shimmer{
    0%{ background-position:0% 0%; }
    100%{ background-position:220% 0%; }
  }
  .eyebrow::before, .eyebrow::after{ content:''; width:clamp(20px,4vw,44px); height:2px; background:linear-gradient(90deg, transparent, var(--gold)); }
  .eyebrow::after{ background:linear-gradient(90deg, var(--gold), transparent); }

  .hero h1{
    margin-top:18px;
    font-size:clamp(1.15rem, 2.6vw, 1.6rem);
    font-weight:500; color:var(--stone);
    line-height:1.35; max-width:26ch;
  }
  .locations{
    margin-top:22px; font-size:12px; color:var(--stone); letter-spacing:0.18em;
  }
  .hero-cta{ margin-top:32px; display:flex; flex-wrap:wrap; gap:12px; justify-content:center; }
  .btn{
    font-family:'IBM Plex Mono', monospace; font-size:12px; letter-spacing:0.08em; text-transform:uppercase;
    padding:15px 26px; border-radius:2px; text-decoration:none;
    display:inline-flex; align-items:center; gap:8px;
    transition:transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  }
  .btn-primary{
    background:linear-gradient(135deg, #a9834f, #e3caa0 45%, #b8925f);
    background-size:180% auto; background-position:0% 0%;
    color:var(--navy-deep); border:1px solid var(--gold); font-weight:700;
    box-shadow:0 10px 26px -10px rgba(198,162,107,0.55);
  }
  .btn-primary:hover{ background-position:100% 0%; transform:translateY(-2px); box-shadow:0 14px 32px -10px rgba(198,162,107,0.7); }
  .btn-phone{
    flex-direction:column; gap:2px; padding:16px 34px;
  }
  .btn-phone-num{ font-size:1.25em; font-weight:800; letter-spacing:0.02em; }
  .btn-phone-cap{ font-size:0.78em; letter-spacing:0.03em; opacity:0.9; font-weight:600; }
  .btn-ghost{ background:transparent; color:var(--navy); border:1px solid rgba(12,22,38,0.25); }
  .btn-ghost:hover{ border-color:var(--gold); color:var(--gold); transform:translateY(-2px); }

  /* ============ SKYLINE (transition strip) ============ */
  .skyline-wrap{ width:100%; line-height:0; }
  .skyline-wrap svg{ width:100%; height:auto; display:block; }

  /* ============ SERVICES (navy, like the card back) ============ */
  .navy-zone{ background:var(--navy); color:var(--paper); }
  .services-band{ padding:64px 0 56px; }
  .services-band .mono{ color:var(--gold-light); font-size:11px; text-align:center; display:block; }
  .chips{
    margin-top:26px; display:flex; flex-wrap:wrap; gap:12px; justify-content:center;
  }
  .chip{
    border:1px solid rgba(246,243,238,0.28);
    padding:11px 20px; border-radius:2px;
    font-size:13px; letter-spacing:0.02em;
    color:#e7e9ee;
  }
  .chip-more{ border-style:dashed; color:var(--gold-light); }
  .chip-luxe{ background:linear-gradient(135deg, rgba(198,162,107,0.22), rgba(198,162,107,0.08)); border-color:var(--gold); color:var(--gold-light); }

  /* ============ CONTACT (navy, mirrors card back layout) ============ */
  .contact{ padding:20px 0 90px; }
  .contact-grid{ display:grid; grid-template-columns:1fr 1.1fr; gap:60px; }
  .info-list{ margin-top:8px; }
  .info-row{
    display:flex; align-items:center; gap:16px;
    padding:20px 0; border-bottom:1px solid rgba(246,243,238,0.15);
    text-decoration:none; color:var(--paper);
  }
  .info-row:first-child{ padding-top:0; }
  .info-row .ic{
    width:38px; height:38px; flex:none; border:1px solid var(--gold);
    border-radius:50%; display:flex; align-items:center; justify-content:center;
    color:var(--gold-light);
  }
  .info-row .ic svg{ width:16px; height:16px; }
  .info-row .txt{ font-size:15.5px; }
  .info-row .txt small{ display:block; font-size:11px; color:#9aa3b3; margin-top:2px; letter-spacing:.06em; }

  form{ display:grid; gap:14px; }
  .row2{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
  label{
    font-family:'IBM Plex Mono', monospace; font-size:10px; letter-spacing:.1em;
    text-transform:uppercase; color:#9aa3b3; display:block; margin-bottom:7px;
  }
  input, select, textarea{
    width:100%; background:#182c4d; border:1px solid rgba(246,243,238,0.2);
    padding:12px 13px; font-family:'Inter',sans-serif; font-size:14px; color:#fff;
    border-radius:2px; outline:none;
    transition:border-color .2s ease;
  }
  input::placeholder, textarea::placeholder{ color:#7c869a; }
  input:focus, select:focus, textarea:focus{ border-color:var(--gold); }
  select option{ background:#182c4d; }
  textarea{ resize:vertical; min-height:80px; }
  .submit-row{ display:flex; align-items:center; gap:16px; margin-top:4px; flex-wrap:wrap; }
  .submit-row button{ border:none; cursor:pointer; }
  .form-status{ font-size:12px; color:var(--gold-light); display:none; }
  .form-status.show{ display:block; }

  footer{ background:var(--navy-deep); padding:26px 0; }
  .foot-bottom{
    display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;
    font-size:11px; color:#5f6675;
  }

  @media (max-width: 820px){
    .contact-grid{ grid-template-columns:1fr; gap:40px; }
    .row2{ grid-template-columns:1fr; }
  }
  @media (prefers-reduced-motion: reduce){
    .reveal{ transition:none; opacity:1; transform:none; }
    .eyebrow{ animation:none; background-position:40% 0%; }
  }
  :focus-visible{ outline:2px solid var(--gold); outline-offset:2px; }
