/* styles.css (FULL REPLACEMENT) — Sand/Clay + River Blues, no JS */
:root{
  /* Sand / paper base */
  --bg: #efe6d7;        /* sand */
  --bg-2: #e7dbc9;      /* deeper sand */
  --surface: rgba(15,18,16,0.06);
  --surface-2: rgba(15,18,16,0.09);
  --border: rgba(15,18,16,0.14);

  /* Ink text */
  --text: rgba(15,18,16,0.92);
  --muted: rgba(15,18,16,0.70);
  --faint: rgba(15,18,16,0.55);

  /* Accents: clay + river */
  --primary: #b8895a;   /* clay */
  --primary-2: #3f7f89; /* river blue */
  --primary-3: #6d7b5d; /* moss */

  --shadow: 0 14px 44px rgba(0,0,0,0.18);
  --shadow-soft: 0 10px 30px rgba(0,0,0,0.12);

  --radius: 18px;
  --radius-lg: 24px;

  --max: 1120px;
  --pad: clamp(18px, 3vw, 28px);
  --sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

*{ box-sizing: border-box; }
html,body{ height: 100%; }

body{
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background:
    radial-gradient(900px 520px at 10% 0%, rgba(184,137,90,0.22), transparent 60%),
    radial-gradient(820px 560px at 92% 8%, rgba(63,127,137,0.20), transparent 62%),
    radial-gradient(780px 520px at 50% 100%, rgba(109,123,93,0.16), transparent 65%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 60%, #dfd2be 100%);
  line-height: 1.55;
}

a{ color: inherit; text-decoration: none; }
a:hover{ text-decoration: underline; text-underline-offset: 3px; }

.container{
  width: min(var(--max), calc(100% - (var(--pad) * 2)));
  margin: 0 auto;
}

.skip-link{
  position: absolute;
  left: -999px;
  top: 12px;
  padding: 10px 12px;
  background: #fff;
  color: #000;
  border-radius: 10px;
}
.skip-link:focus{ left: 12px; z-index: 9999; }

/* Header */
.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(239,230,215,0.78);
  border-bottom: 1px solid rgba(15,18,16,0.08);
}

.header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
}

.brand{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 760;
  letter-spacing: 0.2px;
  min-width: 0;
}

.brand-logo{
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 999px;
  border: 1px solid rgba(15,18,16,0.18);
  background: rgba(255,255,255,0.42);
  box-shadow: 0 10px 22px rgba(0,0,0,0.10);
}

.brand-name{
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a{
  color: var(--muted);
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 10px;
}

.nav a:hover{
  color: var(--text);
  background: rgba(15,18,16,0.05);
  text-decoration: none;
}

/* Buttons */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.30);
  color: var(--text);
  font-weight: 650;
  font-size: 15px;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
}

.btn:hover{
  text-decoration: none;
  transform: translateY(-1px);
  transition: transform 120ms ease, background 120ms ease;
  background: rgba(255,255,255,0.40);
}

.btn:active{ transform: translateY(0px); }

.btn-small{
  padding: 9px 12px;
  border-radius: 12px;
  font-size: 14px;
}

.btn-wide{ width: 100%; }

.btn-primary{
  border-color: rgba(63,127,137,0.35);
  background: linear-gradient(135deg, rgba(63,127,137,0.95), rgba(184,137,90,0.75));
  color: #0b0f0c;
}

.btn-primary:hover{
  background: linear-gradient(135deg, rgba(63,127,137,0.98), rgba(184,137,90,0.84));
}

.btn-ghost{
  background: transparent;
  border-color: rgba(15,18,16,0.18);
}

.btn-dark{
  background: rgba(15,18,16,0.08);
  border-color: rgba(15,18,16,0.14);
}

.btn-light{
  background: rgba(255,255,255,0.34);
  border-color: rgba(15,18,16,0.14);
}

/* Hero */
.hero{
  padding: clamp(42px, 7vw, 86px) 0 34px;
}

.hero-grid{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(18px, 4vw, 36px);
  align-items: start;
}

.eyebrow{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-weight: 650;
  letter-spacing: 0.6px;
  font-size: 12.5px;
  text-transform: uppercase;
}

/* Hero title with logo */
.hero-title{
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 10px 0 12px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.8px;
}

.hero-mark{
  width: clamp(44px, 5vw, 64px);
  height: clamp(44px, 5vw, 64px);
  object-fit: cover;
  border-radius: 999px;
  border: 1px solid rgba(15,18,16,0.18);
  background: rgba(255,255,255,0.40);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.lead{
  margin: 0 0 18px;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 18px);
  max-width: 60ch;
}

.cta-row{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.trust-row{
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
}

.trust-row li{
  padding: 8px 10px;
  border: 1px solid rgba(15,18,16,0.14);
  background: rgba(255,255,255,0.28);
  border-radius: 999px;
  color: var(--faint);
  font-size: 13px;
}

/* Hero card */
.hero-card .card{
  background: rgba(255,255,255,0.28);
  border: 1px solid rgba(15,18,16,0.14);
  border-radius: var(--radius-lg);
  padding: 18px;
  box-shadow: var(--shadow);
}

.card-title{
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.2px;
}

.card-text{
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
}

.card-actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.divider{
  height: 1px;
  background: rgba(15,18,16,0.10);
  margin: 16px 0;
}

.mini-stats{
  display: grid;
  gap: 10px;
  margin: 0;
}

.mini-stats div{
  padding: 12px 12px;
  border: 1px solid rgba(15,18,16,0.12);
  background: rgba(255,255,255,0.26);
  border-radius: 16px;
}

.mini-stats dt{
  font-size: 12px;
  color: var(--faint);
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.mini-stats dd{
  margin: 0;
  font-size: 14px;
  color: var(--text);
  font-weight: 650;
}

.micro{
  margin: 14px 0 0;
  color: var(--faint);
  font-size: 12.5px;
}

/* Strip */
.strip{
  padding: 16px 0;
  border-top: 1px solid rgba(15,18,16,0.08);
  border-bottom: 1px solid rgba(15,18,16,0.08);
  background: rgba(255,255,255,0.22);
}

.strip-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.strip-text{
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.strip-badges{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.badge{
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15,18,16,0.12);
  color: var(--faint);
  font-size: 12.5px;
  background: rgba(255,255,255,0.24);
}

/* Sections */
.section{
  padding: clamp(44px, 6vw, 72px) 0;
}

.section-muted{
  background: rgba(255,255,255,0.18);
  border-top: 1px solid rgba(15,18,16,0.08);
  border-bottom: 1px solid rgba(15,18,16,0.08);
}

.section-head{ max-width: 82ch; }

.section h2{
  margin: 0 0 10px;
  font-size: clamp(24px, 2.4vw, 34px);
  letter-spacing: -0.4px;
}

.section p{
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

/* Cards grid */
.cards-grid{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.info-card{
  border: 1px solid rgba(15,18,16,0.12);
  background: rgba(255,255,255,0.22);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow-soft);
}

.info-card h3{
  margin: 0 0 8px;
  font-size: 16px;
  letter-spacing: -0.2px;
}

.info-card p{
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

/* Split */
.split{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(16px, 4vw, 32px);
  align-items: start;
}

.checklist{
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.checklist li{ margin: 8px 0; }

/* Visual card */
.visual-card{
  border-radius: var(--radius-lg);
  border: 1px solid rgba(15,18,16,0.12);
  background:
    radial-gradient(760px 340px at 20% 0%, rgba(184,137,90,0.22), transparent 60%),
    radial-gradient(680px 380px at 85% 10%, rgba(63,127,137,0.18), transparent 62%),
    rgba(255,255,255,0.22);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.visual-top{
  display: flex;
  gap: 10px;
  padding: 14px 14px 0;
}

.pill{
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(184,137,90,0.22);
  border: 1px solid rgba(184,137,90,0.24);
  color: rgba(15,18,16,0.85);
  font-size: 12.5px;
  font-weight: 750;
}

.pill-ghost{
  background: rgba(255,255,255,0.22);
  border-color: rgba(15,18,16,0.12);
  font-weight: 650;
  color: var(--faint);
}

.visual-body{ padding: 18px 16px 10px; }

.visual-title{
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: -0.4px;
}

.visual-text{ margin: 0; color: var(--muted); }

.visual-bottom{
  padding: 14px 16px 18px;
  display: flex;
  gap: 8px;
}

.dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(15,18,16,0.14);
  border: 1px solid rgba(15,18,16,0.10);
}

/* Two columns */
.two-col{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.list-card{
  border: 1px solid rgba(15,18,16,0.12);
  background: rgba(255,255,255,0.22);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow-soft);
}

.list-card h3{ margin: 0 0 10px; font-size: 16px; }

.bullets{
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.bullets li{ margin: 9px 0; }

/* CTA */
.cta{
  padding: clamp(46px, 6vw, 74px) 0;
  background:
    radial-gradient(980px 440px at 20% 10%, rgba(63,127,137,0.18), transparent 62%),
    radial-gradient(880px 460px at 85% 0%, rgba(184,137,90,0.20), transparent 64%),
    rgba(255,255,255,0.16);
  border-top: 1px solid rgba(15,18,16,0.08);
  border-bottom: 1px solid rgba(15,18,16,0.08);
}

.cta-inner{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
  align-items: start;
}

.cta-box{
  border-radius: var(--radius-lg);
  border: 1px solid rgba(15,18,16,0.12);
  background: rgba(255,255,255,0.24);
  padding: 16px;
  box-shadow: var(--shadow);
}

.cta-buttons{
  display: grid;
  gap: 10px;
}

/* Contact */
.contact{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
  align-items: start;
}

.contact-card{
  border-radius: var(--radius);
  border: 1px solid rgba(15,18,16,0.12);
  background: rgba(255,255,255,0.22);
  padding: 18px;
  box-shadow: var(--shadow-soft);
}

.link-list{
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.link-list li{ margin: 10px 0; }

.link-list a{ color: var(--muted); }
.link-list a:hover{ color: var(--text); text-decoration: none; }

/* Footer */
.site-footer{
  padding: 26px 0;
  border-top: 1px solid rgba(15,18,16,0.08);
  background: rgba(255,255,255,0.14);
}

.footer-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-brand{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.footer-logo{
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 999px;
  opacity: 0.92;
}

.footer-text{
  margin: 0;
  color: var(--faint);
  font-size: 13px;
}

.sep{ margin: 0 8px; color: rgba(15,18,16,0.30); }

/* Responsive */
@media (max-width: 980px){
  .hero-grid,
  .split,
  .two-col,
  .cta-inner,
  .contact{
    grid-template-columns: 1fr;
  }
  .cards-grid{ grid-template-columns: repeat(2, 1fr); }

  .hero-title{ align-items: flex-start; }
}

@media (max-width: 520px){
  .cards-grid{ grid-template-columns: 1fr; }
  .card-actions{ grid-template-columns: 1fr; }
  .hero-title{
    gap: 12px;
  }
}
