:root{
  color-scheme: light;
  --bg: #f6f2ed;
  --bg-2: #eef1f5;
  --surface: rgba(255,255,255,.92);
  --surface-2: rgba(255,255,255,.80);
  --surface-dark: rgba(10,16,28,.96);
  --surface-dark-2: rgba(18,27,42,.92);
  --line: rgba(13,22,36,.10);
  --line-strong: rgba(13,22,36,.16);
  --text: #132033;
  --muted: #5e687b;
  --muted-2: #7a8598;
  --gold: #d8a24c;
  --gold-2: #e0b15f;
  --gold-soft: rgba(216,162,76,.14);
  --dark: #0b1322;
  --shadow: 0 24px 48px -30px rgba(18,26,42,.28);
  --shadow-strong: 0 30px 64px -42px rgba(18,26,42,.40);
  --radius: 18px;
}

html[data-theme='dark']{
  color-scheme: dark;
  --bg: #07111d;
  --bg-2: #0b1625;
  --surface: rgba(13, 22, 36, .76);
  --surface-2: rgba(17, 27, 43, .92);
  --line: rgba(255,255,255,.10);
  --line-strong: rgba(255,255,255,.16);
  --text: #f6f7fb;
  --muted: #aab3c6;
  --muted-2: #7f89a0;
  --gold: #ffbe5c;
  --gold-2: #f2c774;
  --gold-soft: rgba(255,190,92,.14);
  --shadow: 0 24px 52px -34px rgba(0,0,0,.45);
  --shadow-strong: 0 34px 72px -44px rgba(0,0,0,.62);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:'Manrope', sans-serif;
  color:var(--text);
  background:
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  transition:color .36s ease, background .36s ease;
}

body.is-curtain-active{
  overflow:hidden;
  touch-action:none;
}

body::before,
body::after{
  content:'';
  position:fixed;
  inset:-20vh -12vw;
  pointer-events:none;
  z-index:-1;
}

body::before{
  background:
    linear-gradient(115deg, transparent 0 47%, rgba(255,255,255,.04) 47% 48%, transparent 48%),
    linear-gradient(65deg, transparent 0 48%, rgba(255,255,255,.03) 48% 49%, transparent 49%);
  background-size:140px 140px, 180px 180px;
  opacity:.72;
  animation:gridDrift 34s linear infinite;
}

body::after{
  background:
    linear-gradient(125deg, transparent 0 43%, rgba(216,162,76,.06) 43% 44%, transparent 44% 100%),
    linear-gradient(55deg, transparent 0 46%, rgba(255,255,255,.04) 46% 47%, transparent 47% 100%);
  opacity:.42;
  animation:fieldPulse 12s ease-in-out infinite alternate;
}

a{ color:inherit; text-decoration:none; }
img{ display:block; max-width:100%; }
button, a.button{ border:none; font:inherit; }
h1,h2,h3,.brand-copy{ font-family:'Poppins', sans-serif; }

.button,
.icon-button,
.nav a,
.search-submit,
.fav{
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}

.curtain{
  position:fixed;
  inset:0;
  z-index:999;
  display:grid;
  grid-template-columns:1fr 1fr;
  pointer-events:none;
  will-change:opacity;
}
.curtain-panel{
  position:relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0) 34%, rgba(0,0,0,.04) 100%),
    linear-gradient(135deg, rgba(11,17,29,.98), rgba(20,31,49,.96));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
}
.curtain-panel::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255,255,255,.04) 18px 19px, transparent 19px 36px);
  opacity:.42;
  will-change:transform, opacity;
}
.curtain-panel--left{ transform-origin:left center; }
.curtain-panel--right{
  transform-origin:right center;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0) 34%, rgba(0,0,0,.04) 100%),
    linear-gradient(135deg, rgba(20,31,49,.96), rgba(11,17,29,.98));
}
html[data-theme='light'] .curtain-panel{
  background:
    linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,0) 34%, rgba(13,22,36,.05) 100%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(238,242,246,.94));
  box-shadow:inset 0 0 0 1px rgba(13,22,36,.08);
}
html[data-theme='light'] .curtain-panel--right{
  background:
    linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,0) 34%, rgba(13,22,36,.05) 100%),
    linear-gradient(135deg, rgba(238,242,246,.94), rgba(255,255,255,.96));
}
html[data-theme='light'] .curtain-panel::before{ opacity:.18; }

.theme-wash{
  position:fixed;
  inset:0;
  z-index:998;
  pointer-events:none;
  opacity:0;
  background:rgba(246,242,237,0);
  backdrop-filter:saturate(1.02) blur(0);
  -webkit-backdrop-filter:saturate(1.02) blur(0);
}
html[data-theme='dark'] .theme-wash{
  background:rgba(7,17,29,0);
}

.site-shell{
  width:min(1200px, calc(100% - 28px));
  margin:0 auto;
  padding:16px 0 40px;
}

.hero{
  position:relative;
  min-height:100vh;
  border-radius:26px;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(8,13,24,.97) 0%, rgba(8,13,24,.92) 28%, rgba(8,13,24,.55) 54%, rgba(8,13,24,.22) 72%, rgba(8,13,24,.14) 100%),
    url('https://storables.com/wp-content/uploads/2023/08/17-contemporary-style-homes-with-modern-curb-appeal-1693402961.jpg') 76% center/cover no-repeat;
  box-shadow:var(--shadow-strong);
  transition:box-shadow .35s ease;
}

.hero-sky{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 72% 18%, rgba(255,186,110,.24), transparent 14%),
    radial-gradient(circle at 80% 26%, rgba(255,255,255,.18), transparent 18%),
    linear-gradient(180deg, rgba(7,11,20,.08), rgba(7,11,20,.44));
  pointer-events:none;
}

.hero-inner{
  position:relative;
  z-index:1;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  padding:22px 22px 28px;
}

.topbar{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  color:#fff;
}

.brand-mark{
  width:54px;
  height:54px;
  color:var(--gold);
  flex:0 0 auto;
}
.brand-mark svg{ width:100%; height:100%; }

.brand-copy{
  display:flex;
  flex-direction:column;
  line-height:1;
}
.brand-copy strong{
  font-size:22px;
  letter-spacing:.5px;
}
.brand-copy span{
  font-size:11px;
  letter-spacing:5px;
  margin-top:5px;
  color:var(--gold);
}

.nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  color:#fff;
  font-size:14px;
  font-weight:700;
}
.nav a{
  position:relative;
  opacity:.88;
  padding-bottom:10px;
}
.nav a.active{
  opacity:1;
  color:var(--gold);
}
.nav a.active::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:var(--gold);
}

.topbar-actions{
  display:flex;
  align-items:center;
  gap:14px;
}

.icon-button{
  width:46px;
  height:46px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.10);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  cursor:pointer;
  box-shadow:0 16px 28px -22px rgba(0,0,0,.45);
  transition:transform .2s ease, background-color .35s ease, border-color .35s ease, color .35s ease, box-shadow .35s ease;
}
.icon-button .icon-moon{ display:none; }
html[data-theme='light'] .icon-button .icon-sun{ display:none; }
html[data-theme='light'] .icon-button .icon-moon{ display:block; }

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:0 18px;
  border-radius:12px;
  font-weight:800;
  letter-spacing:.2px;
  white-space:nowrap;
  transition:transform .2s ease, filter .2s ease, background-color .35s ease, border-color .35s ease, color .35s ease, box-shadow .35s ease;
}
.button:hover{ transform:translateY(-1px); }
.button--login{
  min-height:42px;
  padding:0 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#fff;
  gap:8px;
  font-size:13px;
  font-weight:800;
  box-shadow:0 14px 22px -20px rgba(0,0,0,.35);
}
.button--login:hover{
  background:rgba(255,255,255,.14);
}
.button--cta{
  background:linear-gradient(135deg, #f1c15c, #dca34e);
  color:#24190b;
  box-shadow:0 18px 28px -18px rgba(224,177,95,.55);
}
.whats-mark{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
}
.button--hero{
  background:linear-gradient(135deg, #f1c15c, #dca34e);
  color:#22170b;
  box-shadow:0 18px 28px -18px rgba(224,177,95,.55);
  padding-inline:24px;
}
.button--hero svg{ transition:transform .2s ease; }
.button--hero:hover svg{ transform:translateX(4px); }
.button--secondary,
.button--ghost{
  background:rgba(255,255,255,.80);
  color:var(--text);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.button--ghost{ background:rgba(255,255,255,.88); }

.hero-grid{
  flex:1;
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(0, 1.05fr);
  align-items:center;
  gap:24px;
  padding:40px 4px 0;
}

.hero-copy{
  max-width:540px;
  color:#fff;
  padding:24px 0 0 8px;
}
.hero-copy h1{
  margin:0;
  font-size:clamp(46px, 6vw, 66px);
  line-height:1.02;
  letter-spacing:-1px;
  text-transform:uppercase;
}
.hero-copy h1 span{ color:var(--gold); }
.hero-copy p{
  margin:24px 0 0;
  max-width:28ch;
  font-size:19px;
  line-height:1.5;
  color:rgba(255,255,255,.88);
}
.hero-copy .button{
  margin-top:28px;
}

.hero-visual{
  display:none;
}

.content{
  background:linear-gradient(180deg, #f4f0eb 0%, #f7f7f5 100%);
  padding-bottom:24px;
}

.search-strip{
  width:min(1100px, calc(100% - 40px));
  margin:-46px auto 24px;
  padding:10px;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 42px -22px rgba(18,26,42,.42);
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr)) 74px;
  gap:0;
  transition:background-color .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.search-field{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:14px;
  padding:18px 18px 18px 20px;
  min-width:0;
}
.search-field + .search-field{ border-left:1px solid rgba(13,22,36,.08); }
.search-field__icon{
  width:40px;
  height:40px;
  border-radius:50%;
  border:2px solid var(--gold);
  color:var(--gold);
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
.search-field__copy{
  min-width:0;
}
.search-field__copy span{
  display:block;
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  color:var(--muted);
}
.search-field__copy strong{
  display:block;
  font-size:16px;
  margin-top:3px;
  font-weight:700;
}
.search-field__chev{
  color:#aab1bf;
}

.search-submit{
  margin-left:10px;
  border-radius:12px;
  background:#11141b;
  color:#d7a64f;
  display:grid;
  place-items:center;
  box-shadow:0 14px 22px -16px rgba(0,0,0,.45);
}

.services,
.featured{
  width:min(1100px, calc(100% - 40px));
  margin:0 auto;
}
.about{
  width:min(1100px, calc(100% - 40px));
  margin:0 auto;
  padding:16px 0 8px;
}
.about-card{
  display:grid;
  grid-template-columns:minmax(240px, 320px) minmax(0, 1fr);
  gap:24px;
  align-items:stretch;
  padding:24px;
  border-radius:22px;
  border:1px solid rgba(13,22,36,.08);
  background:var(--surface);
  box-shadow:var(--shadow);
}
.about-card__visual{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:18px;
  padding:18px;
  border-radius:18px;
  background:
    radial-gradient(circle at 30% 18%, rgba(216,162,76,.16), transparent 34%),
    linear-gradient(180deg, rgba(11,17,29,.98), rgba(18,27,42,.95));
  color:#fff;
}
.about-avatar{
  width:120px;
  height:120px;
  border-radius:24px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  box-shadow:0 22px 34px -24px rgba(0,0,0,.45);
}
.about-avatar span{
  font-family:'Poppins', sans-serif;
  font-size:38px;
  font-weight:800;
  color:var(--gold);
  letter-spacing:1px;
}
.about-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.about-card__content{
  padding:8px 4px 8px 0;
}
.about-lead{
  margin:18px 0 0;
  font-size:18px;
  line-height:1.55;
  color:var(--muted);
  max-width:60ch;
}
.about-details{
  margin-top:22px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}
.about-details > div{
  border-radius:18px;
  border:1px solid rgba(13,22,36,.08);
  background:rgba(255,255,255,.62);
  padding:16px;
}
.about-details span{
  display:block;
  font-size:12px;
  font-weight:800;
  letter-spacing:1px;
  color:var(--muted);
  text-transform:uppercase;
}
.about-details strong{
  display:block;
  margin-top:8px;
  font-size:17px;
  line-height:1.35;
  color:var(--dark);
}
.services{
  padding:42px 0 30px;
  margin-bottom:14px;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:0;
  border-top:1px solid rgba(13,22,36,.08);
  border-bottom:1px solid rgba(13,22,36,.08);
}

.service-card{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:18px;
  padding:30px 18px 28px;
  transition:background-color .35s ease, border-color .35s ease, color .35s ease;
}
.service-card + .service-card{
  border-left:1px solid rgba(13,22,36,.08);
  padding-left:32px;
}
.service-icon{
  width:70px;
  height:70px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:2px solid rgba(216,162,76,.42);
  color:var(--gold);
  background:rgba(255,255,255,.92);
  box-shadow:0 10px 20px -16px rgba(18,26,42,.18);
  flex:0 0 auto;
  transition:background-color .35s ease, border-color .35s ease, color .35s ease, box-shadow .35s ease;
}
.service-copy h3{
  margin:0 0 8px;
  font-size:22px;
  line-height:1.05;
  color:var(--dark);
}
.service-copy p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.45;
  max-width:16ch;
}

.featured{
  padding:42px 0 32px;
  margin-top:10px;
}
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:20px;
}
.eyebrow{
  margin:0 0 8px;
  color:var(--gold);
  font-size:13px;
  font-weight:800;
  letter-spacing:1.6px;
}
.section-head h2{
  margin:0;
  font-size:34px;
  line-height:1.08;
  letter-spacing:-.8px;
  color:var(--dark);
  text-transform:uppercase;
}
.view-all{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--dark);
  font-weight:700;
  font-size:14px;
}

.listings-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.listing-card{
  position:relative;
  border-radius:14px;
  background:#fff;
  box-shadow:var(--shadow);
  overflow:hidden;
  border:1px solid rgba(13,22,36,.08);
  --rx: 0deg;
  --ry: 0deg;
  --lift: 0px;
  --shine-x: 50%;
  --shine-y: 50%;
  transform:perspective(1200px) translateY(var(--lift)) rotateX(var(--rx)) rotateY(var(--ry));
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .35s ease;
}
.listing-card::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(130deg, transparent 34%, rgba(255,255,255,.14) 50%, transparent 66%);
  background-size:200% 200%;
  background-position:var(--shine-x) var(--shine-y);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
  z-index:1;
}
.listing-card:hover{
  box-shadow:0 24px 48px -30px rgba(18,26,42,.42);
  border-color:rgba(216,162,76,.22);
}
.listing-card:hover::before{ opacity:1; }

.card-media{
  position:relative;
  aspect-ratio: 4 / 3;
  overflow:hidden;
}
.card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.02);
  transition:transform .5s ease;
}
.listing-card:hover .card-media img{ transform:scale(1.06); }

.badge,
.fav{
  position:absolute;
  top:14px;
  z-index:2;
}
.badge{
  left:14px;
  background:#111316;
  color:#fff;
  border-radius:9px;
  font-size:10px;
  font-weight:800;
  letter-spacing:1px;
  padding:8px 10px;
}
.fav{
  right:14px;
  width:24px;
  height:24px;
  color:#fff;
  display:grid;
  place-items:center;
  opacity:.92;
}

.card-body{
  padding:18px 16px 16px;
}
.card-body h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.2;
  color:var(--dark);
}
.location{
  display:flex;
  align-items:center;
  gap:7px;
  color:var(--muted);
  font-size:13px;
  line-height:1.4;
}
.meta-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px 14px;
  align-items:center;
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid rgba(13,22,36,.08);
  color:var(--dark);
  font-size:13px;
}
.meta{
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.meta svg{ color:var(--gold); }
.property-price{
  margin-top:12px;
  color:var(--gold);
  font-size:21px;
  font-weight:800;
}

.contact-bar{
  width:min(1100px, calc(100% - 40px));
  margin:18px auto 0;
  border-radius:16px;
  background:#121418;
  color:#fff;
  box-shadow:0 22px 42px -26px rgba(0,0,0,.42);
  transition:background-color .35s ease, color .35s ease, box-shadow .35s ease;
}
.contact-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:22px 28px;
}
.contact-spot,
.contact-license{
  display:flex;
  align-items:center;
  gap:18px;
}
.contact-icon{
  width:82px;
  height:82px;
  border-radius:12px;
  background:linear-gradient(135deg, #e2b15d, #c68d3f);
  color:#fff;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  transition:background-color .35s ease, color .35s ease;
}
.contact-spot p,
.contact-license p{
  margin:0 0 5px;
  color:var(--gold);
  font-size:13px;
  letter-spacing:1px;
  font-weight:800;
}
.contact-spot strong{
  display:block;
  font-size:30px;
  line-height:1.05;
  font-weight:800;
}
.contact-divider{
  width:1px;
  height:58px;
  background:rgba(255,255,255,.16);
}
.contact-license strong{
  display:block;
  color:var(--gold);
  font-size:28px;
  line-height:1;
  font-weight:800;
}
.contact-license__icon{
  color:var(--gold);
}

.site-footer{
  width:min(1100px, calc(100% - 40px));
  margin:18px auto 0;
  padding:0 0 6px;
}
.site-footer__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 22px;
  border-top:1px solid rgba(13,22,36,.08);
  color:var(--muted);
}
.site-footer__brand{
  display:flex;
  align-items:baseline;
  gap:10px;
}
.site-footer__brand p{
  margin:0;
  font-size:12px;
  font-weight:800;
  letter-spacing:1px;
  color:var(--gold);
}
.site-footer__brand strong{
  font-size:20px;
  line-height:1;
  color:var(--dark);
}
.site-footer__whatsapp{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:15px;
  font-weight:800;
  color:var(--dark);
  white-space:nowrap;
}
.site-footer__whatsapp-icon{
  width:36px;
  height:36px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, #e2b15d, #c68d3f);
  color:#fff;
  flex:0 0 auto;
}

.auth-shell{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:24px 16px;
}
.auth-card{
  width:min(960px, 100%);
  border-radius:26px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.82));
  border:1px solid rgba(13,22,36,.08);
  box-shadow:var(--shadow-strong);
}
html[data-theme='dark'] .auth-card{
  background:linear-gradient(180deg, rgba(13,22,36,.96), rgba(17,27,43,.92));
}
.auth-grid{
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(360px, .85fr);
  min-height:640px;
}
.auth-aside{
  position:relative;
  padding:32px;
  color:#fff;
  background:
    linear-gradient(180deg, rgba(8,13,24,.54), rgba(8,13,24,.90)),
    url('https://storables.com/wp-content/uploads/2023/08/17-contemporary-style-homes-with-modern-curb-appeal-1693402961.jpg') center/cover no-repeat;
}
.auth-aside::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(8,13,24,.18), rgba(8,13,24,.52));
  pointer-events:none;
}
.auth-aside > *{
  position:relative;
  z-index:1;
}
.auth-copy{
  max-width:24ch;
  margin-top:120px;
}
.auth-copy h1{
  margin:0;
  font-size:clamp(38px, 4vw, 54px);
  line-height:1.02;
  text-transform:uppercase;
}
.auth-copy p{
  margin:18px 0 0;
  font-size:17px;
  line-height:1.5;
  color:rgba(255,255,255,.88);
}
.auth-panel{
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.auth-panel__head{
  margin-bottom:24px;
}
.auth-kicker{
  margin:0 0 10px;
  color:var(--gold);
  font-size:13px;
  font-weight:800;
  letter-spacing:1.5px;
}
.auth-panel h2{
  margin:0;
  font-size:30px;
  line-height:1.08;
  color:var(--dark);
}
.auth-panel p{
  margin:12px 0 0;
  color:var(--muted);
  line-height:1.5;
}
.auth-form{
  display:grid;
  gap:14px;
}
.auth-field label{
  display:block;
  margin:0 0 8px;
  font-size:13px;
  font-weight:800;
  color:var(--dark);
}
.auth-field input{
  width:100%;
  min-height:52px;
  border-radius:14px;
  border:1px solid rgba(13,22,36,.12);
  background:rgba(255,255,255,.92);
  color:var(--text);
  padding:0 16px;
  font:inherit;
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease, background-color .35s ease;
}
.auth-field input:focus{
  border-color:rgba(216,162,76,.55);
  box-shadow:0 0 0 4px rgba(216,162,76,.14);
}
.auth-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:4px;
}
.auth-status{
  min-height:20px;
  margin:4px 0 0;
  font-size:14px;
  color:var(--muted);
}
.auth-status.is-error{ color:#b84d4d; }
.auth-status.is-success{ color:#2f7d4d; }
.auth-meta{
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:var(--muted-2);
  font-size:13px;
}
.auth-back{
  color:var(--dark);
  font-weight:800;
}
.auth-panel .button{
  width:auto;
}
.auth-panel .button--login{
  justify-self:start;
  background:linear-gradient(135deg, #f1c15c, #dca34e);
  color:#24190b;
  border:none;
}
.auth-panel .button--login:hover{
  background:linear-gradient(135deg, #f3c86c, #e1ad57);
}
.auth-dashboard{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:32px 16px;
}
.auth-dashboard__card{
  width:min(720px, 100%);
  border-radius:22px;
  background:var(--surface);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  padding:28px;
}
.auth-dashboard__actions{
  display:flex;
  gap:12px;
  margin-top:20px;
  flex-wrap:wrap;
}

.panel-shell{
  min-height:100vh;
  padding:18px;
}
.panel-layout{
  min-height:calc(100vh - 36px);
  display:grid;
  grid-template-columns:minmax(280px, 360px) minmax(0, 1fr);
  gap:18px;
}
.panel-sidebar,
.panel-main{
  border-radius:24px;
  border:1px solid rgba(13,22,36,.08);
  background:var(--surface);
  box-shadow:var(--shadow);
}
.panel-sidebar{
  padding:28px;
  display:flex;
  flex-direction:column;
  gap:22px;
}
.panel-intro h1{
  margin:0;
  font-size:32px;
  line-height:1.05;
  color:var(--dark);
}
.panel-intro p{
  margin:14px 0 0;
  color:var(--muted);
  line-height:1.5;
}
.panel-summary{
  display:grid;
  gap:12px;
}
.panel-summary > div{
  border-radius:18px;
  border:1px solid rgba(13,22,36,.08);
  background:rgba(255,255,255,.55);
  padding:16px;
}
.panel-summary span{
  display:block;
  font-size:12px;
  font-weight:800;
  letter-spacing:1px;
  color:var(--muted);
  text-transform:uppercase;
}
.panel-summary strong{
  display:block;
  margin-top:8px;
  font-size:20px;
  color:var(--dark);
}
.panel-main{
  padding:28px;
  display:flex;
  flex-direction:column;
  gap:20px;
}
.panel-header,
.panel-table-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
.panel-header h2,
.panel-table-head h2{
  margin:0;
  font-size:28px;
  line-height:1.08;
  color:var(--dark);
}
.panel-header p,
.panel-table-head p{
  margin:10px 0 0;
  color:var(--muted);
}
.admin-form{
  padding:20px;
  border-radius:20px;
  border:1px solid rgba(13,22,36,.08);
  background:rgba(255,255,255,.52);
}
.admin-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}
.auth-field--full{
  grid-column:1 / -1;
}
.auth-field textarea{
  width:100%;
  resize:vertical;
  min-height:110px;
  border-radius:14px;
  border:1px solid rgba(13,22,36,.12);
  background:rgba(255,255,255,.92);
  color:var(--text);
  padding:14px 16px;
  font:inherit;
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease, background-color .35s ease;
}
.auth-field textarea:focus{
  border-color:rgba(216,162,76,.55);
  box-shadow:0 0 0 4px rgba(216,162,76,.14);
}
.panel-table-wrap{
  padding:20px;
  border-radius:20px;
  border:1px solid rgba(13,22,36,.08);
  background:rgba(255,255,255,.52);
  display:flex;
  flex-direction:column;
  gap:16px;
  min-height:0;
}
.panel-table-scroll{
  overflow:auto;
  border-radius:16px;
  border:1px solid rgba(13,22,36,.08);
  background:rgba(255,255,255,.84);
}
.panel-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}
.panel-table th,
.panel-table td{
  padding:14px 16px;
  text-align:left;
  border-bottom:1px solid rgba(13,22,36,.08);
  font-size:14px;
  color:var(--text);
}
.panel-table th{
  font-size:12px;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--muted);
  background:rgba(246,242,237,.72);
}
.panel-empty{
  padding:20px;
  color:var(--muted);
}
.panel-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:var(--gold-soft);
  color:var(--gold);
  font-size:12px;
  font-weight:800;
}

[data-reveal]{
  opacity:1;
  transform:translateY(0);
  transition:opacity .45s ease, transform .45s ease;
}
[data-reveal][data-hidden='true']{
  opacity:0;
  transform:translateY(18px);
}
[data-reveal].is-visible{
  opacity:1;
  transform:translateY(0);
}

@keyframes gridDrift{
  from{ transform:translate3d(0,0,0); }
  to{ transform:translate3d(56px, 34px, 0); }
}
@keyframes fieldPulse{
  from{ transform:translate3d(-2%, -1%, 0); }
  to{ transform:translate3d(2%, 1%, 0); }
}

@media (max-width: 1080px){
  .hero{
    min-height:auto;
    border-radius:22px;
  }
  .hero-inner{
    min-height:auto;
  }
  .topbar{
    grid-template-columns:1fr;
    justify-items:start;
  }
  .nav{
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:22px;
  }
  .topbar-actions{
    width:100%;
    justify-content:flex-start;
  }
  .hero-grid{
    grid-template-columns:1fr;
    padding-top:28px;
  }
  .hero-copy{
    max-width:none;
  }
  .hero-visual{
    justify-self:stretch;
    width:100%;
    max-width:760px;
  }
  .about-card{
    grid-template-columns:1fr;
  }
  .about-card__visual{
    min-height:220px;
  }
  .search-strip{
    grid-template-columns:1fr;
  }
  .search-field + .search-field{
    border-left:none;
    border-top:1px solid rgba(13,22,36,.08);
  }
  .search-submit{
    margin-left:0;
    min-height:56px;
  }
  .service-grid,
  .listings-grid{
    grid-template-columns:1fr;
  }
  .service-card + .service-card{
    border-left:none;
    border-top:1px solid rgba(13,22,36,.08);
    padding-left:18px;
  }
  .contact-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .contact-divider{
    width:100%;
    height:1px;
  }
  .site-footer{
    width:100%;
  }
  .site-footer__inner{
    flex-direction:column;
    align-items:flex-start;
    padding:18px 20px 4px;
  }
  .panel-layout{
    grid-template-columns:1fr;
  }
  .panel-sidebar{
    min-height:auto;
  }
  .admin-grid{
    grid-template-columns:1fr;
  }
  .panel-header,
  .panel-table-head{
    flex-direction:column;
  }
}

@media (max-width: 760px){
  .site-shell{
    width:min(100% - 16px, 1200px);
    padding-top:8px;
  }
  .hero-inner{
    padding:16px 14px 20px;
  }
  .brand-mark{
    width:46px;
    height:46px;
  }
  .brand-copy strong{
    font-size:18px;
  }
  .nav{
    gap:18px;
    font-size:13px;
  }
  .hero-copy h1{
    font-size:clamp(38px, 11vw, 52px);
  }
  .hero-copy p{
    font-size:17px;
  }
  .hero-copy .button{
    margin-bottom:12px;
  }
  .about,
  .search-strip,
  .services,
  .featured,
  .contact-bar{
    width:100%;
  }
  .search-strip{
    margin:-14px auto 20px;
    padding:8px;
  }
  .search-field{
    padding:16px;
  }
  .about{
    padding-top:10px;
  }
  .about-card{
    padding:18px;
    gap:18px;
  }
  .about-avatar{
    width:96px;
    height:96px;
    border-radius:20px;
  }
  .about-avatar span{
    font-size:30px;
  }
  .about-lead{
    font-size:17px;
  }
  .about-details{
    grid-template-columns:1fr;
  }
  .service-card{
    padding:22px 14px 20px;
  }
  .service-icon{
    width:60px;
    height:60px;
  }
  .service-copy h3{
    font-size:20px;
  }
  .section-head{
    flex-direction:column;
    align-items:flex-start;
  }
  .section-head h2{
    font-size:28px;
  }
  .view-all{
    font-size:13px;
  }
  .contact-inner{
    padding:20px;
  }
  .contact-icon{
    width:64px;
    height:64px;
  }
  .contact-spot strong{
    font-size:24px;
  }
  .contact-license strong{
    font-size:24px;
  }
  .site-footer__whatsapp{
    font-size:14px;
  }
  .about-card__content{
    padding-right:0;
  }
  .auth-panel{
    padding:24px 18px;
  }
  .auth-aside{
    padding:22px 18px;
  }
  .auth-copy{
    margin-top:60px;
  }
  .auth-actions{
    flex-direction:column;
    align-items:flex-start;
  }
  .auth-panel h2{
    font-size:26px;
  }
}

@media (max-width: 520px){
  .hero-grid{
    padding-top:22px;
  }
  .hero-copy{
    padding-left:0;
  }
  .button{
    width:100%;
  }
  .button--cta{
    width:auto;
  }
  .topbar-actions .button{
    width:auto;
  }
  .topbar-actions{
    flex-wrap:wrap;
  }
  .icon-button{
    width:42px;
    height:42px;
  }
  .contact-spot,
  .contact-license{
    width:100%;
  }
  .contact-spot strong{
    font-size:22px;
  }
  .panel-shell{
    padding:10px;
  }
  .panel-main,
  .panel-sidebar{
    padding:20px;
    border-radius:20px;
  }
  .panel-intro h1{
    font-size:28px;
  }
  .panel-header h2,
  .panel-table-head h2{
    font-size:24px;
  }
}

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,
  *::before,
  *::after{
    animation:none !important;
    transition:none !important;
  }
}
