  :root{
    --navy:#0a0f1c;
    --navy-2:#0e1526;
    --navy-3:#121b30;
    --panel:#0f1830;
    --copper:#d9853a;
    --copper-light:#f0a75c;
    --copper-dark:#a85f22;
    --cream:#f3ead9;
    --cream-dim:#cfc4ac;
    --line:rgba(217,133,58,0.35);
    --line-soft:rgba(243,234,217,0.14);
    --maxw:1240px;
    --serif:'Playfair Display', 'Georgia', serif;
    --sans:'Poppins', 'Helvetica Neue', Arial, sans-serif;
  }
  *,*::before,*::after{ box-sizing:border-box; }
  html{ scroll-behavior:smooth; }
  @media (prefers-reduced-motion: reduce){
    html{ scroll-behavior:auto; }
    *{ animation-duration:.01ms !important; transition-duration:.01ms !important; }
  }
  body{
    margin:0; background:var(--navy); color:var(--cream);
    font-family:var(--sans); line-height:1.6; -webkit-font-smoothing:antialiased;
    background-image:
      radial-gradient(ellipse at 10% 0%, rgba(217,133,58,0.06), transparent 45%),
      radial-gradient(ellipse at 90% 30%, rgba(217,133,58,0.05), transparent 40%);
  }
  img{ max-width:100%; display:block; }
  a{ color:inherit; text-decoration:none; }
  button{ font-family:inherit; cursor:pointer; }
  .wrap{ max-width:var(--maxw); margin:0 auto; padding:0 32px; position:relative; }
  @media (max-width:640px){ .wrap{ padding:0 20px; } }

  h1,h2,h3,h4{ margin:0; font-family:var(--serif); font-weight:700; }
  .eyebrow{ font-family:var(--sans); font-size:13px; font-weight:600; color:var(--copper-light); letter-spacing:0.03em; margin:0 0 12px; }
  .diamond-rule{ display:flex; align-items:center; gap:14px; margin:20px 0; }
  .diamond-rule::before, .diamond-rule::after{ content:""; flex:1; height:1px; background:var(--line); }
  .diamond-rule span{ width:7px; height:7px; background:var(--copper); transform:rotate(45deg); flex:none; }
  .rule{ width:64px; height:2px; background:var(--copper); margin:14px 0 0; }

  .btn{ display:inline-flex; align-items:center; gap:10px; padding:14px 28px; font-weight:600; font-size:14.5px; border:1.5px solid transparent; transition:all .2s ease; }
  .btn-copper{ background:linear-gradient(135deg, var(--copper-light), var(--copper-dark)); color:#1a1002; }
  .btn-copper:hover{ filter:brightness(1.08); transform:translateY(-1px); }
  .btn-line{ border-color:var(--line-soft); color:var(--cream); }
  .btn-line:hover{ border-color:var(--copper); background:rgba(217,133,58,0.08); }
  .btn-full{ width:100%; justify-content:center; }
  :focus-visible{ outline:2px solid var(--copper-light); outline-offset:3px; }

  /* dotted grid decoration */
  .dots{ position:absolute; width:70px; height:56px; background-image:radial-gradient(var(--line) 1.4px, transparent 1.4px); background-size:10px 10px; opacity:.9; }

  /* chamfered frame — cut corners like the brochure photo frames */
  .chamfer{ clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px); position:relative; }
  .chamfer-border{ position:relative; padding:6px; overflow:hidden; background:linear-gradient(135deg, var(--copper-light), var(--copper-dark)); clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px); }
  .chamfer-border > div{ width:100%; height:100%; min-width:0; min-height:0; background:var(--navy); clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px); overflow:hidden; }
  .chamfer-border img{ width:100%; height:100%; min-width:100%; min-height:100%; object-fit:cover; object-position:center; display:block; }

  /* Contemporary Residence — bold, asymmetric single-diagonal cut, cool copper-to-navy edge */
  .residence-spread.contemporary .chamfer-border{
    clip-path: polygon(34px 0, 100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%, 0 34px);
    background:linear-gradient(135deg, var(--copper-light), var(--navy-3) 55%, var(--copper-dark));
  }
  .residence-spread.contemporary .chamfer-border > div{
    clip-path: polygon(29px 0, 100% 0, 100% calc(100% - 29px), calc(100% - 29px) 100%, 0 100%, 0 29px);
  }

  /* Classic Residence — symmetric octagonal cut on all four corners, warm ornamental frame */
  .residence-spread.classic .chamfer-border{
    padding:8px;
    clip-path: polygon(22px 0, calc(100% - 22px) 0, 100% 22px, 100% calc(100% - 22px), calc(100% - 22px) 100%, 22px 100%, 0 calc(100% - 22px), 0 22px);
    background:linear-gradient(135deg, #e8c98a, var(--copper-dark) 55%, #e8c98a);
  }
  .residence-spread.classic .chamfer-border > div{
    clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
  }
  @media (max-width:900px){
    .residence-spread.contemporary .chamfer-border{ clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px); }
    .residence-spread.contemporary .chamfer-border > div{ clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px); }
    .residence-spread.classic .chamfer-border{ clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px); }
    .residence-spread.classic .chamfer-border > div{ clip-path: polygon(11px 0, calc(100% - 11px) 0, 100% 11px, 100% calc(100% - 11px), calc(100% - 11px) 100%, 11px 100%, 0 calc(100% - 11px), 0 11px); }
  }

  /* Floor plans: identical canvas for Ground / First / Second floor, uniform light card
     so plan drawings of any aspect ratio sit consistently inside the chamfer frame */
  .floor-plan{ min-width:0; }
  .floor-plan .chamfer-border{ width:100%; aspect-ratio:4 / 3; height:auto; }
  .floor-plan .chamfer-border > div{
    width:100%; height:100%;
    background:linear-gradient(160deg, #f6f1e4, #e9e0cb);
    display:flex; align-items:center; justify-content:center;
    padding:16px;
  }
  .floor-plan .chamfer-border img{
    width:100%;
    height:100%;
    min-width:0;
    min-height:0;
    object-fit:contain;
    object-position:center;
    display:block;
  }

  /* ============ HEADER ============ */
  header{ position:sticky; top:0; z-index:1000; background:rgba(10,15,28,0.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--line); }
  .nav-row{ display:flex; align-items:center; justify-content:space-between; height:82px; }
  .logo{ display:flex; align-items:center; gap:14px; }
  .logo-mark-img{ height:48px; width:auto; flex:none; }
  .logo-divider{ width:1px; height:32px; background:var(--line); flex:none; }
  .logo-tagline{ font-family:var(--serif); font-style:italic; font-size:13px; color:#cbb98a; line-height:1.3; white-space:nowrap; }
  .logo-tagline em{ color:var(--copper-light); font-style:italic; }
  footer .logo-mark-img{ height:40px; }
  @media (max-width:560px){ .logo-divider, .logo-tagline{ display:none; } }

  nav.primary-nav{ display:flex; align-items:center; gap:30px; }
  nav.primary-nav a{ font-size:14px; font-weight:500; color:var(--cream-dim); padding:6px 2px; border-bottom:1.5px solid transparent; transition:.15s; }
  nav.primary-nav a:hover{ color:var(--copper-light); border-color:var(--copper); }
  .header-actions{ display:flex; align-items:center; gap:18px; }
  .header-phone{ display:flex; align-items:center; gap:8px; font-size:14px; font-weight:600; color:var(--cream); }
  .header-phone svg{ width:15px; height:15px; color:var(--copper-light); }
  .menu-toggle{ display:none; align-items:center; justify-content:center; width:44px; height:44px; background:none; border:1px solid transparent; color:var(--cream); padding:8px; flex:none; }
  .menu-toggle svg{ width:24px; height:24px; }

  @media (max-width:960px){
    header{ backdrop-filter:none; }
    .nav-row{ height:74px; }
    .logo-mark-img{ max-height:44px; max-width:min(220px, 52vw); object-fit:contain; }
    nav.primary-nav{
      position:fixed; top:74px; left:0; right:0; bottom:0; z-index:999;
      display:flex; flex-direction:column; align-items:center; justify-content:flex-start;
      width:100%; height:calc(100dvh - 74px); padding:10px 22px 28px; gap:0;
      background:rgba(14,21,38,.99); border-top:1px solid var(--line);
      opacity:0; visibility:hidden; pointer-events:none; transform:translateY(-10px);
      transition:opacity .2s ease, transform .2s ease, visibility .2s; overflow-y:auto; overscroll-behavior:contain;
    }
    nav.primary-nav.open{ opacity:1; visibility:visible; pointer-events:auto; transform:translateY(0); }
    nav.primary-nav a{ width:min(360px, 100%); padding:17px 4px; border-bottom:1px solid var(--line-soft); font-size:16px; text-align:center; }
    .header-phone{ display:none; }
    .header-actions{ margin-left:auto; gap:8px; }
    .header-actions .btn{ padding:10px 14px !important; font-size:12.5px; white-space:nowrap; }
    .menu-toggle{ display:inline-flex; position:relative; z-index:1001; }
  }
  @media (max-width:560px){
    .nav-row{ height:68px; }
    nav.primary-nav{ top:68px; height:calc(100dvh - 68px); padding-left:20px; padding-right:20px; }
    .logo-mark-img{ max-height:40px; max-width:48vw; }
    .header-actions .btn{ display:none; }
  }

  /* ============ HERO ============ */
  .hero{ position:relative; padding:74px 0 90px; overflow:hidden; }
  .hero .dots{ top:20px; right:6%; }
  .hero-grid{ display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center; }
  .hero-copy h1{ font-size:clamp(38px,5vw,60px); line-height:1.06; }
  .hero-copy .grad{ background:linear-gradient(135deg,var(--copper-light),var(--copper-dark)); -webkit-background-clip:text; background-clip:text; color:transparent; display:block; }
  .hero-tagline{ font-family:var(--serif); font-style:italic; font-size:22px; color:var(--cream); margin-top:10px; }
  .hero-tagline em{ color:var(--copper-light); font-style:italic; }
  .hero-sub{ font-size:14.5px; letter-spacing:0.14em; color:var(--cream-dim); margin-top:18px; font-weight:500; }
  .hero-copy p.lead{ margin-top:20px; font-size:16px; color:var(--cream-dim); max-width:46ch; line-height:1.7; }
  .hero-ctas{ display:flex; gap:14px; margin-top:32px; flex-wrap:wrap; }
  .hero-stats{ display:flex; gap:0; margin-top:46px; padding-top:24px; border-top:1px solid var(--line); }
  .hero-stats div{ padding-right:26px; margin-right:26px; border-right:1px solid var(--line); }
  .hero-stats div:last-child{ border:none; margin:0; padding:0; }
  .hero-stats strong{ display:block; font-family:var(--serif); font-size:26px; color:var(--copper-light); }
  .hero-stats span{ display:block; font-size:11.5px; color:var(--cream-dim); margin-top:4px; max-width:14ch; }

  .hero-media{ position:relative; }
  .hero-media-frame{ position:relative; }
  .hero-media img{ width:100%; height:520px; object-fit:cover; }
  .hero-badge{
    position:absolute; left:50%; bottom:-38px; transform:translateX(-50%);
    width:150px; height:150px; background:linear-gradient(160deg,#16233f,#0a0f1c);
    border:1.5px solid var(--copper); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; z-index:5;
  }
  .hero-badge span{ font-size:10.5px; letter-spacing:.05em; color:var(--cream-dim); }
  .hero-badge strong{ font-family:var(--serif); font-size:15px; color:var(--copper-light); line-height:1.35; }
  @media (max-width:900px){
    .hero-grid{ grid-template-columns:1fr; }
    .hero-media img{ height:360px; }
    .hero-stats{ flex-wrap:wrap; row-gap:18px; }
    .hero-stats div{ flex:1 1 45%; border:none; margin:0; padding:0; }
  }

  /* ============ SECTION HEADS ============ */
  section{ position:relative; padding:110px 0; }
  section+section{ border-top:1px solid var(--line-soft); }
  .section-head{ max-width:680px; margin:0 auto 52px; text-align:center; }
  .section-head.left{ text-align:left; margin:0 0 48px; }
  .section-head h2{ font-size:clamp(30px,3.6vw,44px); line-height:1.1; }
  .section-head p{ margin-top:16px; font-size:16px; color:var(--cream-dim); line-height:1.7; }
  .section-head .diamond-rule{ max-width:180px; }
  .section-head.left .diamond-rule{ margin-left:0; }
  @media (max-width:760px){ section{ padding:76px 0; } }

  /* ============ ABOUT ============ */
  .about-grid{ display:grid; grid-template-columns:1fr 0.86fr; gap:64px; align-items:center; }
  .about-copy .eyebrow{ margin-bottom:6px; }
  .about-copy h2{ font-size:clamp(28px,3.2vw,38px); margin-bottom:8px; }
  .about-copy h3.serif-sub{ font-family:var(--serif); font-weight:600; font-style:italic; color:var(--copper-light); font-size:19px; margin-top:10px; }
  .about-copy p{ margin:18px 0 0; font-size:15.5px; color:var(--cream-dim); line-height:1.8; max-width:52ch; }
  .about-founders{ display:flex; gap:30px; margin-top:30px; padding-top:24px; border-top:1px solid var(--line); }
  .about-founders strong{ display:block; font-family:var(--serif); font-size:16px; color:var(--cream); }
  .about-founders span{ display:block; font-size:12.5px; color:var(--cream-dim); margin-top:2px; }
  .about-media{
    display:grid; grid-template-columns:minmax(0,1.35fr) minmax(150px,.65fr);
    gap:16px; align-items:end; position:relative; min-width:0;
  }
  .about-media > .chamfer-border:first-child{ height:500px; }
  .about-inset{ position:relative; width:100%; min-width:0; align-self:end; margin:0; z-index:1; }
  .about-inset.chamfer-border{ height:320px; }
  @media (max-width:1100px){
    .about-grid{ gap:42px; }
    .about-media{ grid-template-columns:minmax(0,1.15fr) minmax(140px,.85fr); gap:12px; }
    .about-media > .chamfer-border:first-child{ height:430px; }
    .about-inset.chamfer-border{ height:270px; }
  }
  @media (max-width:900px){
    .about-grid{ grid-template-columns:1fr; gap:46px; }
    .about-media{ grid-template-columns:1.25fr .75fr; gap:14px; }
    .about-media > .chamfer-border:first-child{ height:390px; }
    .about-inset.chamfer-border{ height:260px; }
  }
  @media (max-width:600px){
    .about-media{ grid-template-columns:1fr; gap:14px; }
    .about-media > .chamfer-border:first-child,
    .about-inset.chamfer-border{ height:auto; aspect-ratio:4 / 3; }
  }

  /* ============ WHY US ============ */
  .why-bg{ background:var(--navy-2); }
  .why-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
  .why-item{ background:var(--navy-2); padding:38px 30px; text-align:center; }
  .why-icon{ width:56px; height:56px; margin:0 auto 20px; border-radius:50%; border:1.5px solid var(--copper); display:flex; align-items:center; justify-content:center; }
  .why-icon svg{ width:26px; height:26px; color:var(--copper-light); }
  .why-item h3{ font-size:17px; color:var(--cream); margin-bottom:10px; }
  .why-item p{ font-size:13.5px; color:var(--cream-dim); line-height:1.6; margin:0; }
  @media (max-width:760px){ .why-grid{ grid-template-columns:1fr; } }

  /* ============ SERVICES ============ */
  .services-banner{ position:relative; height:230px; overflow:hidden; margin-bottom:-60px; }
  .services-banner img{ width:100%; height:100%; object-fit:cover; opacity:.90; }
  .services-banner::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(10,15,28,0.08), rgba(10,15,28,.82) 92%); }
  .services-head{ position:relative; z-index:2; padding-top:60px; }
  .services-list{ display:grid; grid-template-columns:1fr 1fr; column-gap:60px; row-gap:0; margin-top:20px; }
  .service-row{ display:grid; grid-template-columns:52px 1fr; gap:18px; padding:22px 0; border-top:1px solid var(--line-soft); }
  .service-icon{ width:48px; height:48px; border-radius:50%; border:1.5px solid var(--copper); display:flex; align-items:center; justify-content:center; }
  .service-icon svg{ width:22px; height:22px; color:var(--copper-light); }
  .service-row h3{ font-family:var(--sans); font-weight:600; font-size:15px; color:var(--cream); letter-spacing:0.01em; }
  .service-row p{ font-size:13px; color:var(--cream-dim); margin:5px 0 0; line-height:1.55; }
  @media (max-width:760px){ .services-list{ grid-template-columns:1fr; } }

  .highlight-strip{ margin-top:50px; border:1px solid var(--copper); border-radius:40px; padding:30px 20px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:24px; }
  .highlight{ flex:1 1 150px; text-align:center; }
  .highlight-icon{ width:48px; height:48px; margin:0 auto 12px; border-radius:50%; background:linear-gradient(135deg,var(--copper-light),var(--copper-dark)); display:flex; align-items:center; justify-content:center; }
  .highlight-icon svg{ width:22px; height:22px; color:#1a1002; }
  .highlight span{ font-size:12.5px; font-weight:600; color:var(--cream); display:block; line-height:1.4; }

  /* ============ RESIDENCE SPREADS ============ */
  .residence-spread{ padding:0; }
  .residence-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:20px; margin-bottom:36px; flex-wrap:wrap; }
  .residence-head h2{ font-size:clamp(28px,3.4vw,42px); line-height:1.05; }
  .residence-head h2 .accent{ color:var(--copper-light); display:block; }
  .floor-plans{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-bottom:40px; }
  .floor-plan-label{ text-align:center; margin-top:12px; font-size:12px; letter-spacing:0.12em; color:var(--copper-light); font-weight:600; }
  .residence-body{ display:grid; grid-template-columns:1.3fr 1fr; gap:50px; align-items:center; }
  .residence-body .chamfer-border{ height:420px; }
  .residence-copy p{ font-size:15px; color:var(--cream-dim); line-height:1.8; margin:0 0 20px; }
  .residence-copy p:last-child{ margin-bottom:0; }
  .residence-tag{ display:inline-block; margin-top:18px; font-size:11.5px; letter-spacing:.1em; color:var(--cream-dim); border:1px solid var(--line); padding:8px 16px; }
  .reverse .residence-body{ grid-template-columns:1fr 1.3fr; }
  .reverse .residence-body .chamfer-border{ order:2; }
  @media (max-width:900px){
    .floor-plans{ grid-template-columns:1fr; }
    .residence-body, .reverse .residence-body{ grid-template-columns:1fr; }
    .reverse .residence-body .chamfer-border{ order:0; }
    .residence-body .chamfer-border{ height:300px; }
  }
  .residence-spread + .residence-spread{ margin-top:110px; padding-top:110px; border-top:1px solid var(--line-soft); }

  /* ============ FEATURED SPOTLIGHT ============ */
  .spotlight-row{ display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:20px; }
  .spotlight .chamfer-border{ height:340px; }
  .spotlight-cap{ margin-top:14px; display:flex; justify-content:space-between; align-items:baseline; }
  .spotlight-cap h4{ font-family:var(--serif); font-size:16px; color:var(--cream); }
  .spotlight-cap span{ font-size:11.5px; color:var(--copper-light); letter-spacing:.06em; }
  @media (max-width:760px){ .spotlight-row{ grid-template-columns:1fr; } }

  /* ============ GALLERY ============ */
  .gallery-bg{ background:var(--navy-2); }
  .gallery-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
  .gallery-item{ cursor:zoom-in; }
  .gallery-item .chamfer-border{ height:220px; }
  .gallery-item .chamfer-border img{ transition:transform .5s ease; }
  .gallery-item:hover .chamfer-border img{ transform:scale(1.08); }
  @media (max-width:900px){ .gallery-grid{ grid-template-columns:repeat(2,1fr); } }

  .lightbox{ position:fixed; inset:0; background:rgba(6,9,16,0.94); z-index:2000; display:flex; align-items:center; justify-content:center; padding:40px; opacity:0; visibility:hidden; transition:.2s; }
  .lightbox.open{ opacity:1; visibility:visible; }
  .lightbox img{ max-width:100%; max-height:84vh; border:1px solid var(--copper); }
  .lightbox-close{ position:absolute; top:24px; right:28px; background:none; border:none; color:var(--cream); }
  .lightbox-close svg{ width:28px; height:28px; }

  /* ============ INTERIOR ============ */
  .interior-intro{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start; margin-bottom:44px; }
  .interior-intro p{ font-size:15.5px; color:var(--cream-dim); line-height:1.8; }
  .interior-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
  .interior-grid .chamfer-border{ height:230px; }
  .interior-grid > div:nth-child(4),.interior-grid > div:nth-child(5),.interior-grid > div:nth-child(6),.interior-grid > div:nth-child(7){ }
  .interior-row2{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:14px; }
  .interior-row2 .chamfer-border{ height:190px; }
  @media (max-width:900px){
    .interior-intro{ grid-template-columns:1fr; gap:20px; }
    .interior-grid, .interior-row2{ grid-template-columns:repeat(2,1fr); }
  }

  /* ============ LAYOUT DEV ============ */
  .layout-bg{ background:var(--navy-2); }
  .layout-head{ display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:end; margin-bottom:30px; }
  .layout-head h2{ font-size:clamp(26px,3vw,36px); line-height:1.1; }
  .layout-head .script{ font-family:var(--serif); font-style:italic; font-size:clamp(26px,3.4vw,40px); color:var(--copper-light); display:block; margin-top:4px; }
  .layout-head p{ font-size:15px; color:var(--cream-dim); line-height:1.75; }
  .layout-aerial .chamfer-border{ height:auto; margin-bottom:16px; padding: 2%;}
  .layout-small{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
  .layout-small .chamfer-border{ height:auto; margin-top:5px; }
  @media (max-width:900px){ .layout-head{ grid-template-columns:1fr; } .layout-small{ grid-template-columns:1fr 1fr; } }

  /* ============ TESTIMONIALS ============ */
  .reviews-track-outer{ overflow:hidden; margin-top:10px; }
  .reviews-nav{ display:flex; justify-content:center; gap:10px; margin-top:36px; }
  .rnav-btn{ width:42px; height:42px; border:1.5px solid var(--copper); background:none; color:var(--copper-light); display:flex; align-items:center; justify-content:center; border-radius:50%; transition:.15s; }
  .rnav-btn:hover{ background:var(--copper); color:#1a1002; }
  .rnav-btn svg{ width:17px; height:17px; }
  .review-track{ display:flex; gap:28px; transition:transform .45s cubic-bezier(.65,0,.35,1); }
  .review-card{ flex:0 0 calc(33.333% - 19px); border:1px solid var(--line); padding:32px 28px; background:var(--navy-2); }
  .review-quote{ font-family:var(--serif); font-style:italic; font-size:16px; line-height:1.65; color:var(--cream); min-height:140px; }
  .review-stars{ color:var(--copper-light); font-size:14px; letter-spacing:2px; margin-bottom:14px; }
  .review-person{ display:flex; align-items:center; gap:14px; margin-top:20px; padding-top:16px; border-top:1px solid var(--line-soft); }
  .review-person-text{ min-width:0; }
  .review-person-text strong{ display:block; font-family:var(--serif); font-size:15px; color:var(--cream); }
  .review-person-text span{ display:block; font-size:12px; color:var(--cream-dim); margin-top:2px; }
  .review-avatar{ flex:none; position:relative; z-index:1; }
  .review-avatar img{
    width:54px; height:54px; border-radius:50%; object-fit:cover; cursor:pointer;
    transition:transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s ease;
  }
  .review-avatar:hover img,
  .review-avatar img:focus-visible{
    transform:scale(1.9);
    box-shadow:0 12px 28px rgba(0,0,0,.5);
    z-index:5; position:relative;
  }
  @media (max-width:900px){ .review-card{ flex:0 0 calc(50% - 14px); } }
  @media (max-width:640px){
    .review-card{ flex:0 0 100%; }
    /* On touch devices the hover-scale is swapped for a tap-to-enlarge affordance (lightbox) */
    .review-avatar:hover img{ transform:none; box-shadow:none; }
    .review-avatar img{ width:48px; height:48px; }
  }

  /* ============ CONTACT ============ */
  .contact-grid{ display:flex; flex-direction:column; gap:0; width:100%; }
  .contact-media{ position:relative; width:100%; min-width:0; }
  .contact-media .chamfer-border{ width:100%; height:auto; aspect-ratio:16 / 8; min-height:0; }
  .contact-media .chamfer-border > div{ width:100%; height:100%; }
  .contact-media .chamfer-border img{ width:100%; height:100%; object-fit:cover; object-position:center; display:block; }
  .contact-media-strip{ margin-top:12px; text-align:center; font-size:11px; letter-spacing:.14em; color:var(--copper-light); }
  .contact-estimate-wrap{ display:flex; justify-content:flex-start; margin:22px 0 34px; }
  .contact-estimate-wrap .btn{ min-width:190px; text-align:center; }
  .contact-info{ width:100%; margin-top:0; display:flex; flex-direction:column; gap:0; }
  .info-row{ display:grid; grid-template-columns:44px minmax(0,1fr); gap:14px; padding:16px 0; border-top:1px solid var(--line-soft); align-items:flex-start; }
  .info-row:last-child{ border-bottom:1px solid var(--line-soft); }
  .info-icon{ width:40px; height:40px; border-radius:50%; border:1.5px solid var(--copper); display:flex; align-items:center; justify-content:center; }
  .info-icon svg{ width:19px; height:19px; color:var(--copper-light); }
  .info-row h4{ font-family:var(--sans); font-size:11px; letter-spacing:.08em; color:var(--copper-light); font-weight:600; margin:0 0 4px; }
  .info-row p, .info-row a{ font-size:14.5px; color:var(--cream); line-height:1.5; display:block; overflow-wrap:anywhere; }
  .info-qr{ display:flex; align-items:center; gap:14px; min-width:0; }
  .info-qr > div{ min-width:0; }
  .info-qr img{ width:64px; height:64px; border-radius:6px; flex:none; }

  @media (max-width:640px){
    .contact-media .chamfer-border{ aspect-ratio:16 / 9; }
    .contact-media-strip{ margin-top:10px; font-size:10px; letter-spacing:.12em; }
    .contact-estimate-wrap{ justify-content:center; margin:18px 0 26px; }
    .contact-estimate-wrap .btn{ width:100%; max-width:280px; min-height:48px; }
    .contact-info{ margin-top:0; }
    .info-row{ grid-template-columns:38px minmax(0,1fr); gap:12px; padding:14px 0; }
    .info-icon{ width:36px; height:36px; }
    .info-icon svg{ width:17px; height:17px; }
    .info-row h4{ font-size:10.5px; margin-bottom:3px; }
    .info-row p, .info-row a{ font-size:14px; line-height:1.45; }
    .info-qr{ gap:10px; }
    .info-qr img{ width:58px; height:58px; }
  }

  @media (min-width:641px){
    .contact-estimate-wrap{ padding-left:0; }
  }

  /* Estimate modal */
  .estimate-modal{ position:fixed; inset:0; z-index:3000; display:flex; align-items:center; justify-content:center; padding:24px; background:rgba(3,7,16,.68); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); opacity:0; visibility:hidden; pointer-events:none; transition:opacity .22s ease, visibility .22s ease; }
  .estimate-modal.open{ opacity:1; visibility:visible; pointer-events:auto; }
  .estimate-dialog{ position:relative; width:min(680px,100%); max-height:calc(100dvh - 48px); overflow:auto; padding:34px; border:1px solid rgba(240,167,92,.38); border-radius:22px; background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.055)); box-shadow:0 28px 80px rgba(0,0,0,.48); backdrop-filter:blur(24px) saturate(125%); -webkit-backdrop-filter:blur(24px) saturate(125%); }
  .estimate-dialog::before{ content:""; position:absolute; inset:0; pointer-events:none; border-radius:inherit; background:linear-gradient(135deg,rgba(240,167,92,.13),transparent 42%,rgba(255,255,255,.04)); }
  .estimate-dialog > *{ position:relative; z-index:1; }
  .estimate-modal-close{ position:absolute; top:16px; right:16px; z-index:2; width:42px; height:42px; border-radius:50%; border:1px solid rgba(243,234,217,.18); background:rgba(10,15,28,.48); color:var(--cream); display:flex; align-items:center; justify-content:center; }
  .estimate-modal-close:hover{ border-color:var(--copper); background:rgba(217,133,58,.15); }
  .estimate-modal-close svg{ width:20px; height:20px; }
  .estimate-modal-head{ padding-right:48px; margin-bottom:26px; }
  .estimate-modal-head h2{ font-size:clamp(28px,4vw,38px); line-height:1.12; }
  .estimate-modal-head p{ margin:10px 0 0; color:var(--cream-dim); font-size:14px; }
  form.estimate{ display:grid; gap:18px; margin:0; }
  .form-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
  .field{ display:flex; flex-direction:column; gap:7px; }
  .field label{ font-size:12px; font-weight:500; color:var(--cream-dim); }
  .field input, .field select, .field textarea{ width:100%; background:rgba(255,255,255,.075); border:1px solid rgba(243,234,217,.15); border-radius:12px; color:var(--cream); font-family:inherit; font-size:14.5px; padding:12px 14px; transition:border-color .18s ease, background .18s ease, box-shadow .18s ease; }
  .field select option{ color:#111; }
  .field input::placeholder, .field textarea::placeholder{ color:rgba(243,234,217,.42); }
  .field input:focus, .field select:focus, .field textarea:focus{ outline:none; border-color:var(--copper-light); background:rgba(255,255,255,.1); box-shadow:0 0 0 3px rgba(217,133,58,.12); }
  .field textarea{ resize:vertical; min-height:100px; }
  .form-success{ display:none; border-radius:12px; background:linear-gradient(135deg,var(--copper-light),var(--copper-dark)); color:#1a1002; font-weight:600; font-size:13.5px; padding:14px 16px; }
  .form-success.show{ display:block; }
  .form-error{ display:none; border-radius:12px; background:rgba(217,80,58,0.15); border:1px solid rgba(217,80,58,0.5); color:#f3ead9; font-weight:600; font-size:13.5px; padding:14px 16px; margin-top:6px; }
  .form-error.show{ display:block; }
  .field-honeypot{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
  .btn-copper[disabled]{ opacity:.6; cursor:not-allowed; filter:none; transform:none; }
  @media (max-width:600px){
    .estimate-modal{ padding:14px; align-items:flex-end; }
    .estimate-dialog{ width:100%; max-height:92dvh; padding:28px 20px 22px; border-radius:20px 20px 14px 14px; }
    .form-row{ grid-template-columns:1fr; }
  }

  /* ============ FOOTER ============ */
  .footer-strip{ background:var(--navy-2); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:20px 0; }
  .footer-strip .wrap{ display:flex; justify-content:center; gap:14px; flex-wrap:wrap; font-size:12.5px; letter-spacing:.14em; color:var(--copper-light); font-weight:600; text-align:center; }
  .footer-strip .sep{ color:var(--line); }
  footer{ background:var(--navy); padding:64px 0 28px; }
  .footer-top{ display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr; gap:40px; padding-bottom:44px; border-bottom:1px solid var(--line-soft); }
  .footer-brand p{ font-size:14px; color:var(--cream-dim); margin-top:16px; max-width:32ch; line-height:1.7; }
  .footer-social{ display:flex; gap:12px; margin-top:22px; }
  .footer-social a{ width:36px; height:36px; border:1px solid var(--line); display:flex; align-items:center; justify-content:center; border-radius:50%; }
  .footer-social a:hover{ background:var(--copper); border-color:var(--copper); color:#1a1002; }
  .footer-social svg{ width:15px; height:15px; }

  /* ============ FLOATING SOCIAL DOCK ============ */
  .social-float{
    position:fixed; right:22px; bottom:28px; z-index:1200;
    display:flex; flex-direction:column; gap:14px;
    opacity:0; transform:translateY(18px) scale(.94);
    pointer-events:none; transition:opacity .45s ease, transform .45s ease;
  }
  .social-float.show{ opacity:1; transform:translateY(0) scale(1); pointer-events:auto; }
  .social-float a{
    position:relative; width:52px; height:52px; border-radius:50%; flex:none;
    display:flex; align-items:center; justify-content:center; color:#fff;
    box-shadow:0 10px 24px rgba(0,0,0,.4); border:1px solid rgba(255,255,255,.14);
    transition:transform .25s ease, box-shadow .25s ease;
  }
  .social-float a:hover{ transform:translateY(-4px) scale(1.07); box-shadow:0 14px 30px rgba(0,0,0,.5); }
  .social-float a svg{ width:24px; height:24px; }
  .social-float .sf-whatsapp{ background:linear-gradient(135deg,#2be07f,#128c7e); }
  .social-float .sf-instagram{ background:linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7); }
  .social-float .sf-facebook{ background:linear-gradient(135deg,#3b82f6,#1456c9); }
  .social-float .sf-whatsapp::after{
    content:""; position:absolute; inset:-5px; border-radius:50%;
    border:2px solid #2be07f; opacity:.65; animation:sfPulse 2.4s ease-out infinite;
  }
  @keyframes sfPulse{
    0%{ transform:scale(.88); opacity:.6; }
    75%{ transform:scale(1.4); opacity:0; }
    100%{ opacity:0; }
  }
  .social-float .sf-label{
    position:absolute; right:64px; top:50%; transform:translateY(-50%) translateX(6px);
    background:var(--navy-3); color:var(--cream); font-size:12.5px; font-weight:600;
    padding:7px 13px; white-space:nowrap; border:1px solid var(--line-soft);
    opacity:0; visibility:hidden; transition:opacity .2s ease, transform .2s ease;
  }
  .social-float a:hover .sf-label{ opacity:1; visibility:visible; transform:translateY(-50%) translateX(0); }
  @media (prefers-reduced-motion: reduce){ .social-float .sf-whatsapp::after{ animation:none; } .social-float{ transition:none; } }
  @media (max-width:560px){
    .social-float{ right:14px; bottom:16px; gap:10px; }
    .social-float a{ width:46px; height:46px; }
    .social-float a svg{ width:20px; height:20px; }
    .social-float .sf-label{ display:none; }
  }
  .footer-col h4{ font-family:var(--serif); font-size:14.5px; color:var(--cream); margin-bottom:18px; }
  .footer-col a, .footer-col p{ display:block; font-size:13.5px; color:var(--cream-dim); margin-bottom:12px; }
  .footer-col a:hover{ color:var(--copper-light); }
  .footer-bottom{ display:flex; justify-content:space-between; padding-top:24px; flex-wrap:wrap; gap:10px; }
  .footer-bottom p{ font-size:12.5px; color:rgba(243,234,217,0.5); margin:0; }
  .share-page{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
  .share-page span{ font-size:12px; color:var(--cream-dim); letter-spacing:.04em; }
  .share-page a, .share-page button{
    width:30px; height:30px; border-radius:50%; border:1px solid var(--line);
    background:none; color:var(--cream-dim); display:flex; align-items:center; justify-content:center;
    transition:.15s; padding:0;
  }
  .share-page a:hover, .share-page button:hover{ background:var(--copper); border-color:var(--copper); color:#1a1002; }
  .share-page svg{ width:14px; height:14px; }
  .share-page .share-copied{
    font-size:11.5px; color:var(--copper-light); margin-left:2px; opacity:0; transition:opacity .2s ease;
  }
  .share-page .share-copied.show{ opacity:1; }
  @media (max-width:520px){ .share-page span{ display:none; } }
  @media (max-width:800px){ .footer-top{ grid-template-columns:1fr 1fr; row-gap:36px; } }
  @media (max-width:520px){ .footer-top{ grid-template-columns:1fr; } .contact-grid{ gap:0; }
    .contact-media .chamfer-border{ min-height:0; aspect-ratio:4 / 3; }
    .contact-estimate-wrap{ margin:20px 0 42px; } }


  /* Responsive media sizing */
  @media (max-width:640px){
    .hero-media img{ height:100%; }
    .hero-media-frame{ height:auto; aspect-ratio:4 / 3; }
    .gallery-item .chamfer-border,
    .interior-grid .chamfer-border,
    .interior-row2 .chamfer-border,
    .layout-small .chamfer-border{ height:auto; aspect-ratio:4 / 3; }
    .residence-body .chamfer-border,
    .spotlight .chamfer-border,
    .layout-aerial .chamfer-border,
    .contact-media .chamfer-border{ height:auto; aspect-ratio:16 / 10; }
    .gallery-grid, .interior-grid, .interior-row2, .layout-small{ grid-template-columns:1fr; }
  }

