/* ==========================================================================
   PERMAS HEIGHTS — Residensi Senibong Mutiara
   Design tokens: deep teal + copper/rose-gold + warm sand
   Display: Fraunces · Body: Inter · Data/spec: Space Grotesk · Signature: Parisienne
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&family=Parisienne&display=swap');

:root{
  --teal-950:#0a1f1c;
  --teal-900:#0f2e2a;
  --teal-800:#173f38;
  --teal-700:#20544a;
  --teal-600:#2d6d5f;
  --sand-100:#faf7f0;
  --sand-200:#f3ede0;
  --sand-300:#e9dfc9;
  --ink-900:#161f1b;
  --ink-700:#3c4740;
  --ink-500:#6b746d;
  --copper-600:#a9713f;
  --copper-500:#c08552;
  --copper-400:#d29a68;
  --copper-300:#e3b98c;
  --sage-500:#8fa398;
  --line-dark: rgba(250,247,240,0.16);
  --line-light: rgba(22,31,27,0.13);
  --shadow-soft: 0 20px 50px -25px rgba(10,31,28,0.35);
  --radius-sm: 3px;
  --radius-md: 6px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important; }
}

body{
  margin:0;
  background:var(--sand-100);
  color:var(--ink-900);
  font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{ margin:0; font-family:'Fraunces',serif; font-weight:500; letter-spacing:-0.01em; }
p{ margin:0; }
button{ font-family:inherit; cursor:pointer; }

.wrap{ max-width:1200px; margin:0 auto; padding:0 32px; }
@media (max-width:640px){ .wrap{ padding:0 20px; } }

/* Anchor targets should clear the fixed header when jumped to */
#about, #location, #facilities, #layouts, #interiors, #retail, #progress, #enquire{
  scroll-margin-top:88px;
}

.script{
  font-family:'Parisienne',cursive;
  font-weight:400;
}

/* ---------- Eyebrow / numbering ---------- */
.eyebrow{
  display:flex; align-items:center; gap:12px;
  font-family:'Space Grotesk',monospace;
  font-size:12.5px; letter-spacing:0.16em; text-transform:uppercase;
  color:var(--copper-500);
  margin-bottom:18px;
}
.eyebrow .num{
  font-weight:600; color:var(--copper-600);
}
.eyebrow::after{
  content:""; flex:0 0 46px; height:1px; background:currentColor; opacity:0.5;
}

/* ---------- Dimension-line stat (signature element) ----------
   A nod to the architectural dimension lines (↔ 7650 · 9100 · 10500)
   printed on every floor-plan page in the sales kit. Used for every
   key figure on the site so the numbers read like blueprint call-outs. */
.dim{
  display:flex; flex-direction:column; align-items:flex-start; gap:6px;
  min-width:0;
}
.dim-line{
  width:100%; position:relative; height:9px;
}
.dim-line::before, .dim-line::after{
  content:""; position:absolute; top:0; width:1px; height:9px; background:currentColor; opacity:0.55;
}
.dim-line::before{ left:0; }
.dim-line::after{ right:0; }
.dim-line span{
  position:absolute; left:0; right:0; top:4px; height:1px; background:currentColor; opacity:0.55;
}
.dim-value{
  font-family:'Space Grotesk',monospace; font-weight:600;
  font-size:clamp(22px,2.4vw,30px);
  letter-spacing:-0.01em;
  white-space:nowrap;
}
.dim-label{
  font-size:11.5px; letter-spacing:0.1em; text-transform:uppercase;
  color:var(--ink-500);
}
.on-dark .dim-label{ color:rgba(250,247,240,0.62); }
.on-dark .dim-value{ color:var(--sand-100); }
.on-dark .dim-line{ color:var(--copper-300); }
.dim-line{ color:var(--copper-500); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header{
  position:fixed; top:0; left:0; right:0; z-index:100;
  background:transparent;
  transition:background .35s var(--ease), box-shadow .35s var(--ease), padding .35s var(--ease);
  padding:22px 0;
}
.site-header.scrolled{
  background:rgba(15,46,42,0.94);
  backdrop-filter:blur(10px);
  box-shadow:0 8px 30px -18px rgba(0,0,0,0.5);
  padding:14px 0;
}
.site-header .wrap{ display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand{ display:flex; align-items:center; gap:10px; color:#fff; }
.brand-text{ display:flex; flex-direction:column; line-height:1.15; }
.brand-text b{ font-family:'Fraunces',serif; font-size:16.5px; letter-spacing:0.02em; }
.brand-text small{ font-family:'Space Grotesk',monospace; font-size:10px; letter-spacing:0.14em; text-transform:uppercase; color:var(--copper-300); }

.main-nav{ display:flex; align-items:center; gap:30px; }
.main-nav a{
  color:rgba(255,255,255,0.82); font-size:14px; font-weight:500;
  position:relative; padding:4px 0;
}
.main-nav a:hover{ color:#fff; }
.main-nav a::after{
  content:""; position:absolute; left:0; bottom:0; height:1px; width:0;
  background:var(--copper-400); transition:width .3s var(--ease);
}
.main-nav a:hover::after{ width:100%; }

.header-cta{ display:flex; align-items:center; gap:14px; }
.nav-whatsapp{ display:none; }
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font-size:14px; font-weight:600; letter-spacing:0.01em;
  padding:12px 22px; border-radius:2px; border:1px solid transparent;
  transition:all .3s var(--ease); white-space:nowrap;
}
.btn-copper{ background:var(--copper-500); color:var(--teal-950); }
.btn-copper:hover{ background:var(--copper-400); transform:translateY(-1px); }
.btn-ghost-dark{ border-color:rgba(255,255,255,0.35); color:#fff; }
.btn-ghost-dark:hover{ border-color:#fff; background:rgba(255,255,255,0.08); }
.btn-outline{ border-color:var(--teal-900); color:var(--teal-900); }
.btn-outline:hover{ background:var(--teal-900); color:#fff; }
.btn-sm{ padding:9px 16px; font-size:13px; }
.btn-block{ width:100%; }

.nav-toggle{
  display:none; width:38px; height:38px; border:1px solid rgba(255,255,255,0.35);
  background:transparent; border-radius:4px; align-items:center; justify-content:center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after{
  content:""; display:block; width:16px; height:1.5px; background:#fff; position:relative; transition:.25s;
}
.nav-toggle span::before{ position:absolute; top:-5px; }
.nav-toggle span::after{ position:absolute; top:5px; }
.nav-toggle.open span{ background:transparent; }
.nav-toggle.open span::before{ top:0; transform:rotate(45deg); }
.nav-toggle.open span::after{ top:0; transform:rotate(-45deg); }

@media (max-width:900px){
  .main-nav{
    position:fixed; inset:0 0 0 auto; width:min(320px,80vw); height:100vh;
    background:var(--teal-950); flex-direction:column; align-items:flex-start;
    padding:100px 32px 32px; gap:22px; transform:translateX(100%);
    transition:transform .4s var(--ease); z-index:99;
  }
  .main-nav.open{ transform:translateX(0); }
  .main-nav a{ font-size:18px; }
  .header-cta .btn-ghost-dark{ display:none; }
  .nav-toggle{ display:flex; }
  .nav-whatsapp{ display:inline-flex; margin-top:8px; }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero{
  position:relative; min-height:100vh; min-height:100svh; display:flex; flex-direction:column; justify-content:flex-end;
  background:#0a1f1c;
  overflow:hidden;
}
.hero-bg{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  transform:scale(1.03);
}
.hero-scrim{
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(10,25,22,0.55) 0%, rgba(10,25,22,0.15) 30%, rgba(10,20,18,0.35) 62%, rgba(9,20,18,0.96) 100%);
}
.hero-content{ position:relative; z-index:2; padding-top:180px; padding-bottom:0; }
.hero-badge{
  display:inline-flex; align-items:center; gap:9px;
  font-family:'Space Grotesk',monospace; font-size:12px; letter-spacing:0.12em; text-transform:uppercase;
  color:var(--sand-100); background:rgba(250,247,240,0.1); border:1px solid rgba(250,247,240,0.28);
  padding:8px 16px 8px 12px; border-radius:100px; margin-bottom:28px;
}
.hero-badge .dot{ width:7px; height:7px; border-radius:50%; background:var(--copper-400); box-shadow:0 0 0 4px rgba(210,154,104,0.25); }

.hero-eyebrow-script{
  display:block; font-size:clamp(24px,3vw,32px); color:var(--copper-300); margin-bottom:6px;
}
.hero h1{
  font-size:clamp(52px,9vw,132px);
  color:var(--sand-100);
  line-height:0.92;
  letter-spacing:-0.01em;
  margin-bottom:26px;
}
.hero-sub{
  max-width:620px; color:rgba(250,247,240,0.86); font-size:clamp(15px,1.6vw,18px); line-height:1.65;
  margin-bottom:38px;
  font-weight:400;
}
.hero-actions{ display:flex; flex-wrap:wrap; gap:16px; margin-bottom:56px; }

.hero-stats{
  position:relative; z-index:2;
  border-top:1px solid var(--line-dark);
  padding:26px 0 30px;
  display:grid; grid-template-columns:repeat(4,1fr); gap:28px;
}
@media (max-width:900px){
  .hero-stats{ grid-template-columns:repeat(2,1fr); row-gap:26px; }
  .hero-content{ padding-top:150px; }
}
@media (max-width:520px){
  .hero-actions{ flex-direction:column; }
  .hero-actions .btn{ width:100%; }
}

/* ==========================================================================
   SECTION SCAFFOLDING
   ========================================================================== */
section{ position:relative; }
.section-pad{ padding:120px 0; }
@media (max-width:768px){ .section-pad{ padding:80px 0; } }
.section-dark{ background:var(--teal-950); color:var(--sand-100); }
.section-sand{ background:var(--sand-100); }
.section-sand-2{ background:var(--sand-200); }

.section-head{ max-width:760px; margin-bottom:56px; }
.section-head h2{ font-size:clamp(32px,4vw,50px); line-height:1.08; }
.section-dark .eyebrow{ color:var(--copper-300); }
.section-dark .section-head h2{ color:var(--sand-100); }
.section-kicker{ font-size:17px; color:var(--ink-500); max-width:520px; margin-top:18px; line-height:1.6; }
.section-dark .section-kicker{ color:rgba(250,247,240,0.7); }

.reveal{ opacity:0; transform:translateY(28px); transition:opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in{ opacity:1; transform:translateY(0); }

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about-grid{ display:grid; grid-template-columns:1.05fr 0.95fr; gap:64px; align-items:center; }
@media (max-width:900px){ .about-grid{ grid-template-columns:1fr; gap:40px; } }
.about-media{ position:relative; }
.about-media img{ border-radius:2px; width:100%; height:auto; }
.about-media-tag{
  position:absolute; left:-1px; bottom:-1px; background:var(--teal-950); color:var(--sand-100);
  padding:12px 18px; font-family:'Space Grotesk',monospace; font-size:11.5px; letter-spacing:0.08em; text-transform:uppercase;
}
.about-copy p{ color:var(--ink-700); font-size:16.5px; line-height:1.75; margin-bottom:20px; }
.about-copy p:last-of-type{ margin-bottom:0; }
.about-dims{
  margin-top:40px; display:grid; grid-template-columns:repeat(2,1fr); gap:28px 20px;
  padding-top:32px; border-top:1px solid var(--line-light);
}

.tower-table{ margin-top:56px; }
.tower-table table{ width:100%; border-collapse:collapse; }
.tower-table caption{ text-align:left; font-family:'Space Grotesk',monospace; font-size:12px; text-transform:uppercase; letter-spacing:0.1em; color:var(--ink-500); margin-bottom:14px; }
.tower-table th, .tower-table td{
  text-align:left; padding:14px 10px; font-size:14.5px; border-bottom:1px solid var(--line-light);
}
.tower-table th{ font-family:'Space Grotesk',monospace; font-size:11.5px; letter-spacing:0.08em; text-transform:uppercase; color:var(--ink-500); font-weight:500; }
.tower-table td:first-child, .tower-table th:first-child{ padding-left:0; }
.tower-table tr:last-child td{ border-bottom:none; font-weight:600; }

/* ==========================================================================
   LOCATION
   ========================================================================== */
.location-map-wrap{ position:relative; border-radius:2px; overflow:hidden; box-shadow:var(--shadow-soft); margin-bottom:64px; }
.location-map-wrap img{ width:100%; }
.gps-chip{
  position:absolute; left:20px; bottom:20px; background:rgba(10,25,22,0.85); color:var(--sand-100);
  padding:10px 16px; font-family:'Space Grotesk',monospace; font-size:12px; letter-spacing:0.04em; border-radius:2px;
  backdrop-filter:blur(4px);
}

.amenity-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:1px; background:var(--line-dark); border:1px solid var(--line-dark); }
@media (max-width:980px){ .amenity-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .amenity-grid{ grid-template-columns:1fr; } }
.amenity-col{ background:var(--teal-950); padding:30px 26px; }
.amenity-col h4{
  font-family:'Space Grotesk',monospace; font-weight:600; font-size:12.5px; letter-spacing:0.1em; text-transform:uppercase;
  color:var(--copper-300); margin-bottom:18px; padding-bottom:14px; border-bottom:1px solid var(--line-dark);
}
.amenity-col li{
  display:flex; justify-content:space-between; gap:10px; font-size:13.8px;
  color:rgba(250,247,240,0.86); padding:7px 0; border-bottom:1px dashed rgba(250,247,240,0.12);
}
.amenity-col li:last-child{ border-bottom:none; }
.amenity-col li span:last-child{ font-family:'Space Grotesk',monospace; color:var(--copper-300); font-size:12.5px; flex:0 0 auto; }

/* ==========================================================================
   SITE PLAN & FACILITIES
   ========================================================================== */
.siteplan-media{ border-radius:2px; overflow:hidden; margin-bottom:56px; box-shadow:var(--shadow-soft); }
/* ---------- Facility slideshow ---------- */
.facility-slideshow{ margin-top:8px; }
.slideshow-frame{
  position:relative; overflow:hidden; border-radius:2px; box-shadow:var(--shadow-soft);
  aspect-ratio:16/9; background:var(--teal-950);
}
.slideshow-track{
  display:flex; height:100%; transition:transform .6s var(--ease);
}
.slide{ position:relative; flex:0 0 100%; height:100%; }
.slide img{ width:100%; height:100%; object-fit:cover; }
.slide::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,0.55) 100%); }
.slide-cap{
  position:absolute; left:24px; bottom:20px; color:#fff; z-index:2;
  font-family:'Space Grotesk',monospace; font-size:13px; letter-spacing:0.1em; text-transform:uppercase;
  text-shadow:0 2px 10px rgba(0,0,0,0.5);
}
.slideshow-controls{ display:flex; align-items:center; justify-content:center; gap:22px; margin-top:20px; }
.slide-arrow{
  width:42px; height:42px; border-radius:50%; border:1px solid var(--line-light); background:transparent;
  color:var(--ink-900); font-size:16px; display:flex; align-items:center; justify-content:center;
  transition:.25s;
}
.slide-arrow:hover{ background:var(--teal-950); color:#fff; border-color:var(--teal-950); }
.slideshow-dots{ display:flex; gap:9px; }
.slide-dot{
  width:7px; height:7px; border-radius:50%; background:var(--line-light); border:none; padding:0; cursor:pointer; transition:.25s;
}
.slide-dot.active{ background:var(--copper-500); width:22px; border-radius:4px; }

/* ==========================================================================
   LAYOUTS / UNIT TYPES
   ========================================================================== */
.unit-tabs{ display:flex; gap:10px; margin-bottom:40px; flex-wrap:wrap; }
.unit-tab{
  padding:12px 22px; border:1px solid var(--line-light); border-radius:2px; font-size:14px; font-weight:600;
  color:var(--ink-700); background:transparent; transition:.25s;
}
.unit-tab.active{ background:var(--teal-950); color:var(--sand-100); border-color:var(--teal-950); }
.unit-panels{ position:relative; }
.unit-panel{ display:none; }
.unit-panel.active{ display:grid; grid-template-columns:1fr 1.15fr; gap:60px; align-items:center; }
@media (max-width:860px){ .unit-panel.active{ grid-template-columns:1fr; gap:32px; } }
.unit-panel-media{ background:var(--sand-200); padding:24px; border-radius:2px; }
.unit-panel-media img{ width:100%; }
.unit-panel-info h3{ font-size:clamp(26px,3vw,34px); margin-bottom:6px; }
.unit-panel-info .unit-code{ font-family:'Space Grotesk',monospace; color:var(--copper-500); font-size:13px; letter-spacing:0.1em; text-transform:uppercase; margin-bottom:16px; display:block; }
.unit-panel-info p.desc{ color:var(--ink-700); font-size:15.5px; line-height:1.7; margin-bottom:28px; }
.unit-specs{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-bottom:30px; }
@media (max-width:480px){ .unit-specs{ grid-template-columns:repeat(2,1fr); } }
.room-tags{ display:flex; flex-wrap:wrap; gap:10px; }
.room-tag{
  font-size:12.5px; padding:7px 14px; border:1px solid var(--line-light); border-radius:100px; color:var(--ink-700);
  font-family:'Space Grotesk',monospace; letter-spacing:0.02em;
}

/* ==========================================================================
   PRICE TABLE
   ========================================================================== */
.price-table-wrap{ overflow-x:auto; margin-top:64px; }
.price-table{ width:100%; border-collapse:collapse; min-width:560px; }
.price-table th, .price-table td{ padding:16px 18px; text-align:left; border-bottom:1px solid var(--line-light); font-size:14.5px; }
.price-table thead th{
  font-family:'Space Grotesk',monospace; font-size:11.5px; text-transform:uppercase; letter-spacing:0.08em;
  color:var(--ink-500); background:var(--sand-200); font-weight:500;
}
.price-table td:first-child{ font-family:'Fraunces',serif; font-weight:500; font-size:16px; }
.price-table tbody tr:hover{ background:var(--sand-200); }
.price-note{ margin-top:18px; font-size:13px; color:var(--ink-500); }

/* ==========================================================================
   GALLERY (interiors)
   ========================================================================== */
.gallery-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:2px; }
@media (max-width:860px){ .gallery-grid{ grid-template-columns:repeat(2,1fr); } }
.gallery-item{ position:relative; overflow:hidden; aspect-ratio:3/4; }
.gallery-item img{ width:100%; height:100%; object-fit:cover; transition:transform .6s var(--ease); }
.gallery-item:hover img{ transform:scale(1.06); }
.gallery-cap{
  position:absolute; left:14px; bottom:14px; color:#fff; font-size:12px; letter-spacing:0.06em;
  font-family:'Space Grotesk',monospace; text-transform:uppercase; text-shadow:0 2px 8px rgba(0,0,0,0.5);
}
.gallery-item::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,0.5) 100%); }
.gallery-disclaimer{ margin-top:20px; font-size:12.5px; color:var(--ink-500); font-style:italic; }
.section-dark .gallery-disclaimer{ color:rgba(250,247,240,0.55); }

/* ==========================================================================
   RETAIL MALL
   ========================================================================== */
.mall-grid{ display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
@media (max-width:900px){ .mall-grid{ grid-template-columns:1fr; gap:36px; } }
.mall-media{ position:relative; }
.mall-media img{ border-radius:2px; }
.mall-facts{ display:grid; grid-template-columns:repeat(2,1fr); gap:26px 20px; margin:36px 0 40px; padding:28px 0; border-top:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark); }
.mall-themes{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px 18px; }
@media (max-width:640px){ .mall-themes{ grid-template-columns:repeat(2,1fr); } }
.mall-theme b{ display:block; font-family:'Fraunces',serif; font-weight:500; font-size:16px; margin-bottom:5px; color:var(--sand-100); }
.mall-theme p{ font-size:13px; color:rgba(250,247,240,0.65); line-height:1.55; }

/* ==========================================================================
   VIDEO + PROGRESS
   ========================================================================== */
.split-two{ display:grid; grid-template-columns:1fr 1fr; gap:2px; }
@media (max-width:860px){ .split-two{ grid-template-columns:1fr; } }
.media-card{
  position:relative; padding:64px 48px; min-height:320px; display:flex; flex-direction:column; justify-content:flex-end;
  background:var(--teal-900); overflow:hidden;
}
@media (max-width:640px){ .media-card{ padding:40px 28px; } }
.media-card img.bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0.55; transition:opacity .4s, transform .6s var(--ease); }
.media-card:hover img.bg{ opacity:0.72; transform:scale(1.04); }
.media-card::before{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(10,31,28,0.15), rgba(10,31,28,0.92)); }
.media-card > *{ position:relative; z-index:2; }
.media-card h3{ font-size:26px; color:var(--sand-100); margin-bottom:10px; }
.media-card p{ font-size:14px; color:rgba(250,247,240,0.7); margin-bottom:22px; max-width:360px; }
.play-badge{
  width:56px; height:56px; border-radius:50%; border:1px solid rgba(250,247,240,0.4);
  display:flex; align-items:center; justify-content:center; margin-bottom:24px; color:#fff;
  transition:.3s;
}
.media-card:hover .play-badge{ background:var(--copper-500); border-color:var(--copper-500); }

/* ==========================================================================
   ENQUIRE / FORM
   ========================================================================== */
.enquire-grid{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:70px; }
@media (max-width:900px){ .enquire-grid{ grid-template-columns:1fr; gap:44px; } }
.enquire-points{ margin-top:32px; display:flex; flex-direction:column; gap:18px; }
.enquire-point{ display:flex; gap:14px; align-items:flex-start; font-size:14.5px; color:rgba(250,247,240,0.82); }
.enquire-point .ico{
  flex:0 0 auto; width:26px; height:26px; border-radius:50%; border:1px solid var(--copper-400); color:var(--copper-300);
  display:flex; align-items:center; justify-content:center; font-size:12px; font-family:'Space Grotesk',monospace;
}
.form-card{ background:var(--sand-100); color:var(--ink-900); padding:44px; border-radius:2px; }
@media (max-width:520px){ .form-card{ padding:28px; } }
.form-card h3{ font-size:24px; margin-bottom:6px; }
.form-card .sub{ font-size:13.5px; color:var(--ink-500); margin-bottom:28px; }
.field{ margin-bottom:20px; }
.field label{ display:block; font-size:12px; letter-spacing:0.06em; text-transform:uppercase; color:var(--ink-500); margin-bottom:8px; font-family:'Space Grotesk',monospace; }
.field input, .field select{
  width:100%; padding:13px 14px; border:1px solid var(--line-light); background:#fff; border-radius:2px;
  font-family:'Inter',sans-serif; font-size:14.5px; color:var(--ink-900);
}
.field input:focus, .field select:focus{ outline:2px solid var(--copper-500); outline-offset:1px; border-color:var(--copper-500); }
.hp-field{ position:absolute; left:-9999px; opacity:0; }
.form-foot{ font-size:12px; color:var(--ink-500); margin-top:14px; line-height:1.6; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer{ background:var(--teal-950); color:rgba(250,247,240,0.7); padding:80px 0 30px; }
.footer-top{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:50px; padding-bottom:50px; border-bottom:1px solid var(--line-dark); }
@media (max-width:768px){ .footer-top{ grid-template-columns:1fr; gap:36px; } }
.footer-brand p{ margin-top:16px; font-size:14px; line-height:1.7; max-width:340px; color:rgba(250,247,240,0.62); }
.footer-col h5{ font-family:'Space Grotesk',monospace; font-size:11.5px; letter-spacing:0.1em; text-transform:uppercase; color:var(--copper-300); margin-bottom:18px; }
.footer-col li{ margin-bottom:11px; font-size:14px; }
.footer-col a:hover{ color:#fff; }
.footer-legal{ padding-top:30px; font-size:11.5px; line-height:1.8; color:rgba(250,247,240,0.42); }
.footer-legal p{ margin-bottom:12px; }
.footer-bottom{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; padding-top:24px; font-size:12px; color:rgba(250,247,240,0.4); }

/* ---------- Floating WhatsApp ---------- */
.wa-float{
  position:fixed; right:22px; bottom:22px; z-index:90;
  width:56px; height:56px; border-radius:50%; background:#25D366; color:#fff;
  display:flex; align-items:center; justify-content:center; box-shadow:0 10px 30px -8px rgba(0,0,0,0.5);
  transition:transform .25s var(--ease);
}
.wa-float:hover{ transform:scale(1.08); }

/* ---------- misc utility ---------- */
.mt-0{ margin-top:0 !important; }
.center{ text-align:center; }
.tag-approved{
  display:inline-block; font-family:'Space Grotesk',monospace; font-size:10.5px; letter-spacing:0.08em;
  color:var(--ink-500); border:1px solid var(--line-light); padding:3px 8px; border-radius:2px; margin-right:6px;
}
