/* riversidemoving.us — generated theme */
:root {
  --bg: #ecfdf5;
  --surface: #ffffff;
  --text: #064e3b;
  --muted: #6b7280;
  --accent: #059669;
  --accent2: #047857;
  --radius: 999px;
  --shadow: 0 14px 36px rgba(5,150,105,0.14);
  --font-h: 'Outfit';
  --font-b: 'Plus Jakarta Sans', system-ui, sans-serif;
  --hero-h: min(88vh,820px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-b);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: var(--font-h), var(--font-b); line-height: 1.15; font-weight: 600; }
a { color: var(--accent2); text-decoration: none; }
a:hover { text-decoration: underline; }
.site-wrap { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
header.site-head {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 22px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.brand {
  display: flex; align-items: center; gap: 12px; font-weight: 700; color: var(--text); text-decoration: none;
}
.brand:hover { text-decoration: none; opacity: 0.9; }
.brand img { width: 44px; height: 44px; border-radius: 12px; }
nav ul {
  list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 14px; align-items: center;
}
nav a {
  display: inline-block; padding: 8px 10px;
  border-radius: 0;
  color: var(--text); text-decoration: none; font-weight: 500; font-size: 0.9rem;
  border: 1px solid transparent;
}
nav a:hover { background: rgba(0,0,0,0.05); text-decoration: none; }
nav a.active { background: var(--accent); color: #fff; border-color: transparent; }
#menu-btn {
  display: none; background: var(--accent); color: #fff;
  border: 0; padding: 10px 16px; border-radius: var(--radius); font-weight: 600; cursor: pointer;
}
.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px; align-items: center;
  min-height: var(--hero-h);
  padding: 48px 22px 36px;
}
.hero-card {
  background: var(--surface);
  padding: 28px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: none;
}
.hero-card .eyebrow {
  text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.75rem; color: var(--accent2); font-weight: 700;
}
.hero h1 { font-size: clamp(1.85rem, 4vw, 2.85rem); margin: 12px 0; }
.hero-lead { font-size: 1.05rem; color: var(--muted); margin: 0 0 8px; line-height: 1.5; }
.hero-media img {
  width: 100%; height: min(420px, 50vh); object-fit: cover; border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.btn {
  display: inline-block; margin-top: 18px; padding: 12px 22px; background: var(--accent); color: #fff;
  border-radius: var(--radius); font-weight: 600; border: none; cursor: pointer; text-decoration: none;
}
.btn:hover { filter: brightness(1.05); text-decoration: none; }
.btn-ghost {
  background: transparent; color: var(--text); border: 2px solid rgba(0,0,0,0.15);
}
main section { margin: 48px 0; }
section h2 { font-size: 1.65rem; margin-bottom: 18px; }
.grid-3 { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: none;
}
.card img { width: 100%; height: 160px; object-fit: cover; border-radius: calc(var(--radius) - 4px); margin-top: 12px; }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px,1fr)); gap: 14px; }
.stat { text-align: center; padding: 16px; background: var(--surface); border-radius: var(--radius); border: 1px solid rgba(0,0,0,0.06); }
.stat strong { display: block; font-size: 1.75rem; color: var(--accent2); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.feature-strip { border-top: 1px solid rgba(0,0,0,0.06); border-bottom: 1px solid rgba(0,0,0,0.06); padding: 22px 0; margin: 8px 0 32px; }
.strip-inner { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.strip-item { font-size: 0.88rem; font-weight: 600; padding: 10px 16px; background: rgba(0,0,0,0.04); border-radius: 999px; border: 1px solid rgba(0,0,0,0.06); }
.quote-callout { padding: 28px; border-radius: var(--radius); background: var(--surface); border: 1px solid rgba(0,0,0,0.06); font-size: 1.1rem; line-height: 1.5; margin: 24px 0; }
@media (max-width: 720px) {
  .split { grid-template-columns: 1fr; }
  #menu-btn { display: block; }
  nav { display: none; width: 100%; }
  nav.open { display: block; }
  nav ul { flex-direction: column; align-items: stretch; }
  header.site-head { flex-wrap: wrap; }
}
footer {
  margin-top: 64px;
  padding: 36px 22px 48px;
  background: var(--surface);
  color: var(--text);
  border-top: 1px solid rgba(0,0,0,0.08);
}
footer a { color: var(--accent2); }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; max-width: 1180px; margin: 0 auto; }
.foot-links { display: grid; gap: 8px; }
.legal { max-width: 820px; margin: 0 auto; padding: 32px 22px 80px; }
.legal h2 { margin-top: 1.8em; }
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 100;
  max-width: 520px; margin: 0 auto;
  background: var(--surface);
  color: var(--text);
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  display: none;
}
.cookie-banner.show { display: block; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.reveal { opacity: 0; transform: translateY(16px); transition: 0.55s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* layout variant 12 */
.v-12 .hero{position:relative;isolation:isolate}.v-12 .hero::before{content:'';position:absolute;inset:-2px -8vw 40% -8vw;background:linear-gradient(135deg,var(--accent) 0%,transparent 55%);opacity:0.18;z-index:-1;transform:skewY(-3deg)}