/*
Theme Name: Hydraé Standard
Theme URI: https://hydrae.us
Author: Hydraé Studio
Description: Minimal, architectural 2-page marketing theme for Hydraé™. Home + For Property Leaders. Connect lives in footer; WPForms embed on Property Leaders page.
Version: 1.0.0
License: GPLv2 or later
Text Domain: hydrae-standard
*/

:root{
  --bg:#ffffff;
  --ink:#111827;
  --muted:#6B7280;
  --line:#E5E7EB;
  --soft:#F6F7F9;
  --aqua:#2BB7C4; /* mineral blue accent */
  --charcoal:#0B1220;
  --max:1120px;
  --radius:18px;
  --shadow: 0 14px 34px rgba(17,24,39,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--bg);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  line-height:1.55;
  font-size:16px;
}
a{color:inherit}
img{max-width:100%; height:auto; display:block}
.wrap{max-width:var(--max); margin:0 auto; padding:0 22px}
.section{padding:80px 0}
@media (max-width: 900px){ .section{padding:56px 0} }

.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(229,231,235,.7);
}
.header__bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:76px;
  gap:16px;
}
.brand{
  display:flex;
  align-items:flex-end;
  gap:10px;
  text-decoration:none;
}
.brand__wordmark{
  font-weight:300;
  letter-spacing:.2px;
  font-size:22px;
}
.brand__tm{font-size:12px; color:var(--muted); transform:translateY(-4px)}
.nav{
  display:flex;
  align-items:center;
  gap:10px;
}
.nav a{
  text-decoration:none;
  color:var(--muted);
  font-size:14px;
  padding:10px 12px;
  border-radius:999px;
}
.nav a:hover{ background:rgba(17,24,39,.04); color:var(--ink) }

.btn{
  appearance:none;
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:12px 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:14px;
  text-decoration:none;
  cursor:pointer;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background .12s ease;
  user-select:none;
}
.btn:hover{ transform:translateY(-1px); box-shadow:var(--shadow); border-color:#D1D5DB }
.btn--primary{
  background:var(--aqua);
  border-color:var(--aqua);
  color:#fff;
}
.btn--primary:hover{ background:#24AAB3; border-color:#24AAB3 }
.btn--ghost{
  background:transparent;
}
.btn--full{ width:auto }
@media (max-width: 900px){
  .btn--full{ width:100% }
}

.hero{
  position:relative;
  min-height: 90vh;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.hero__bg{
  position:absolute;
  inset:0;
  background: #0B1220;
  background-image:
    linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.15) 40%, rgba(0,0,0,.25)),
    var(--hero-image, none);
  background-size: cover;
  background-position: center;
  transform: translate3d(0,0,0) scale(1.02);
  will-change: transform;
}
.hero__content{
  position:relative;
  padding: 90px 0;
  width:100%;
  color:#fff;
  text-align:center;
}
.hero h1{
  margin:0 0 14px;
  font-weight:400;
  letter-spacing:-.6px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height:1.05;
}
.hero .lead{
  margin:0 0 18px;
  font-size: clamp(18px, 2.1vw, 22px);
  color: rgba(255,255,255,.92);
}
.hero .lock{
  margin-top:22px;
  font-size:18px;
  color:rgba(255,255,255,.92);
}
.hero .lock b{
  display:block;
  font-weight:500;
  margin-top:6px;
}
.hero .support{
  margin-top:12px;
  color:rgba(255,255,255,.85);
  font-size:15px;
}
.hero .cta{
  margin-top:26px;
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}
.hero .micro{
  margin-top:16px;
  font-size:13px;
  color:rgba(255,255,255,.82);
}

.typography{
  max-width: 820px;
  margin:0 auto;
}
.h2{
  font-size: clamp(22px, 2.4vw, 36px);
  letter-spacing:-.4px;
  margin:0 0 12px;
  font-weight:420;
}
.stack p{
  margin:0 0 10px;
  color:var(--ink);
  font-size:18px;
}
.stack .muted{ color:var(--muted) }
.stack .gap{ margin-top:16px }

.split{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:34px;
  align-items:center;
}
@media (max-width: 900px){
  .split{ grid-template-columns: 1fr; gap:18px }
}

.card{
  border:1px solid var(--line);
  border-radius: var(--radius);
  overflow:hidden;
  background:#fff;
}
.card__media{
  aspect-ratio: 4 / 3;
  background:#E9EEF2;
}
.card__media img{ width:100%; height:100%; object-fit:cover }
.center{ text-align:center }
.dark{
  background: var(--charcoal);
  color:#fff;
}
.dark .h2{ color:#fff }
.dark p{ color:rgba(255,255,255,.88) }
.small-links{
  margin-top:18px;
  font-size:12px;
  color:rgba(255,255,255,.72);
}
.small-links a{ color:rgba(255,255,255,.72); text-decoration:none; border-bottom:1px solid rgba(255,255,255,.25) }
.small-links a:hover{ color:#fff; border-bottom-color:rgba(255,255,255,.6) }

.cards3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
@media (max-width: 900px){
  .cards3{ grid-template-columns: 1fr; }
}
.mini{
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  background:#fff;
}
.mini h3{ margin:0 0 8px; font-size:16px }
.mini p{ margin:0; color:var(--muted); font-size:14px }

.form-wrap{
  max-width: 860px;
  margin: 0 auto;
}
.form-intro{
  color:var(--muted);
  margin:0 0 18px;
  font-size:15px;
}
.address{
  margin-top:18px;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}

.footer{
  background: var(--charcoal);
  color:#fff;
  padding: 56px 0 26px;
}
.footer a{ color:rgba(255,255,255,.82); text-decoration:none }
.footer a:hover{ color:#fff }
.footer__grid{
  display:grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap:18px;
  border-bottom:1px solid rgba(255,255,255,.12);
  padding-bottom:24px;
}
@media (max-width: 980px){
  .footer__grid{ grid-template-columns: 1fr 1fr; }
}
.footer__title{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:rgba(255,255,255,.68);
  margin:0 0 12px;
}
.footer__brand{
  font-size:18px;
  font-weight:300;
  margin:0 0 8px;
}
.footer__tag{
  margin:0 0 14px;
  color:rgba(255,255,255,.82);
}
.footer__desc{
  margin:0 0 16px;
  color:rgba(255,255,255,.78);
  font-size:14px;
}
.footer__addr{
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.5;
}
.footer__list{ list-style:none; padding:0; margin:0 }
.footer__list li{ margin:0 0 8px }
.footer__bottom{
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  padding-top:18px;
  font-size:13px;
  color:rgba(255,255,255,.70);
}
.footer__bottom a{ color:rgba(255,255,255,.70) }

.reveal{ opacity:0; transform: translateY(10px); transition: opacity .6s ease, transform .6s ease }
.reveal.is-in{ opacity:1; transform: translateY(0) }
