/* ============================================================
   WADR Law — Public landing page
   ============================================================ */

:root {
  --lp-bg: #faf8f4;
  --lp-black: #0b0b0b;
  --lp-yellow: #eec200;
  --lp-blue: #5bb4de;
  --lp-serif: 'Playfair Display', Georgia, serif;
  --lp-sans: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body { font-family: var(--lp-sans); background: var(--lp-bg); color: var(--lp-black); line-height: 1.5; }
img { display: block; max-width: 100%; }

/* ---- NAV ---- */
.lp-nav {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 20px 40px; background: var(--lp-bg);
  border-bottom: 2px solid var(--lp-black);
  position: sticky; top: 0; z-index: 100;
}
.lp-nav-left { display: flex; gap: 32px; }
.lp-nav-left a { color: var(--lp-black); text-decoration: none; font-size: 0.95rem; font-weight: 500; }
.lp-nav-left a:hover { opacity: 0.55; }
.lp-logo { justify-self: center; display: flex; }
.lp-logo img { height: 30px; width: auto; }
.lp-nav-right { justify-self: end; display: flex; align-items: center; gap: 18px; }
.lp-lang { font-size: 0.9rem; color: var(--lp-black); white-space: nowrap; }

.lp-btn-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 22px; border: 1.5px solid var(--lp-black); border-radius: 999px;
  color: var(--lp-black); text-decoration: none; font-size: 0.9rem; font-weight: 500;
  background: transparent; cursor: pointer; transition: all 0.18s;
}
.lp-btn-outline:hover { background: var(--lp-black); color: #fff; }

.lp-btn-dark {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 26px; border-radius: 999px; background: var(--lp-black); color: #fff;
  text-decoration: none; font-size: 0.9rem; font-weight: 600;
  border: 1.5px solid var(--lp-black); transition: all 0.18s;
}
.lp-btn-dark:hover { background: #fff; color: var(--lp-black); }

/* ---- HERO ---- */
.lp-hero { text-align: center; padding: 90px 24px 110px; }
.lp-hero h1 {
  font-family: var(--lp-serif); font-weight: 400;
  font-size: clamp(3.2rem, 13vw, 12rem); line-height: 0.92; letter-spacing: -0.01em;
}
.lp-cta {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 60px;
  padding: 18px 54px; border: 1.5px solid var(--lp-black); border-radius: 999px;
  text-decoration: none; color: var(--lp-black); font-size: 1rem; font-weight: 500;
  background: transparent; transition: all 0.18s;
}
.lp-cta:hover { background: var(--lp-black); color: #fff; }

/* ---- EMPOWER (black) ---- */
.lp-empower { background: var(--lp-black); color: var(--lp-yellow); padding: 120px 40px; }
.lp-empower h2 {
  font-family: var(--lp-serif); font-weight: 700; text-transform: uppercase;
  font-size: clamp(1.9rem, 5vw, 4rem); line-height: 1.08; max-width: 1120px;
}
.lp-empower h2 em { font-style: italic; font-weight: 600; }
.lp-empower p {
  margin-left: auto; max-width: 540px; margin-top: 56px; text-align: justify;
  font-size: 1.1rem; line-height: 1.75;
}

/* ---- WHO WE ARE (black) ---- */
.lp-who { background: var(--lp-black); color: var(--lp-yellow); padding: 100px 40px; text-align: center; }
.lp-who-lede {
  font-family: var(--lp-serif); text-transform: uppercase; font-weight: 500;
  font-size: clamp(1.05rem, 2.4vw, 1.85rem); line-height: 1.45;
  max-width: 1120px; margin: 0 auto 22px;
}

/* ---- TEAM (light) ---- */
.lp-team { background: var(--lp-bg); padding: 110px 40px; }
.lp-team-title {
  font-family: var(--lp-serif); text-align: center; font-weight: 500;
  font-size: clamp(2.8rem, 7vw, 6rem); margin-bottom: 70px;
}
.lp-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px 40px; max-width: 1100px; margin: 0 auto; }
.lp-team-member { text-align: center; }
.lp-tm-name { font-family: var(--lp-serif); font-size: 1.15rem; letter-spacing: 0.04em; }
.lp-tm-role { font-size: 0.85rem; color: #565656; margin: 4px 0 16px; }
.lp-tm-btn { font-size: 0.8rem; padding: 8px 22px; }

/* ---- STORY (black) ---- */
.lp-story { background: var(--lp-black); color: var(--lp-yellow); padding: 100px 40px; }
.lp-story p { max-width: 1120px; margin: 0 auto 22px; font-size: 1.05rem; line-height: 1.75; }
.lp-story em { font-style: italic; }

/* ---- SERVICES (light) ---- */
.lp-services { padding: 110px 40px; }
.lp-services-title {
  font-family: var(--lp-serif); font-style: italic; font-weight: 600;
  font-size: clamp(3rem, 9vw, 8rem); line-height: 0.95; margin-bottom: 50px;
}
.lp-services-body { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.lp-services-img {
  height: 440px; border-radius: 2px; overflow: hidden;
  background:
    linear-gradient(115deg, rgba(120,170,210,0.35), rgba(10,16,22,0) 45%),
    linear-gradient(200deg, #24323f, #0c1117 55%, #1c2935);
  position: relative;
}
.lp-services-img::after {
  content: ''; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 26px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.04) 0 2px, transparent 2px 34px);
  mask: radial-gradient(120% 90% at 50% 8%, #000 30%, transparent 75%);
}
.lp-services-text p { font-size: 1.18rem; line-height: 1.7; }
.lp-services-text .lp-btn-outline { margin-top: 40px; }

/* ---- FOOTER (black) ---- */
.lp-footer {
  background: var(--lp-black); color: #fff; padding: 80px 40px 50px;
  display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; align-items: start;
}
.lp-footer h3 { font-family: var(--lp-serif); font-size: 2.1rem; font-weight: 600; margin-bottom: 16px; }
.lp-footer p { font-size: 0.92rem; color: #d6d6d6; margin-bottom: 6px; }
.lp-signup { display: flex; flex-direction: column; gap: 10px; margin: 18px 0 10px; max-width: 480px; }
.lp-signup-names, .lp-signup-row { display: flex; gap: 10px; }
.lp-signup input {
  flex: 1; min-width: 0; max-width: 100%; padding: 14px 16px; border: none; background: #fff; color: #111;
  font-family: var(--lp-sans); font-size: 0.9rem; outline: none;
}
.lp-signup button {
  padding: 0 24px; border: 1.5px solid var(--lp-yellow); background: transparent; color: #fff;
  border-radius: 999px; font-family: var(--lp-sans); font-weight: 600; cursor: pointer; transition: all 0.18s;
}
.lp-signup button:hover { background: var(--lp-yellow); color: #111; }
.lp-fineprint { font-size: 0.72rem; font-style: italic; color: #8f8f8f; margin-top: 4px; }

.lp-footer-badge { justify-self: center; }
.lp-badge {
  width: 170px; text-align: center; padding: 24px 10px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.35); color: #fff;
}
.lp-badge .lp-badge-name { font-family: var(--lp-serif); font-size: 1.2rem; font-weight: 600; }
.lp-badge .lp-badge-sub { font-size: 0.62rem; letter-spacing: 0.25em; margin-top: 2px; }
.lp-badge .lp-badge-state { font-size: 0.95rem; font-weight: 700; margin: 10px 0 2px; }
.lp-badge .lp-badge-year { font-size: 0.85rem; font-weight: 600; }
.lp-badge .lp-badge-firm { font-size: 0.7rem; letter-spacing: 0.12em; margin-top: 8px; color: #cfcfcf; }

.lp-footer-links { justify-self: end; text-align: right; display: flex; flex-direction: column; gap: 12px; }
.lp-social { display: flex; gap: 16px; justify-content: flex-end; margin-bottom: 8px; }
.lp-social a { color: #fff; text-decoration: none; font-size: 0.95rem; }
.lp-footer-links a.lp-link { color: var(--lp-yellow); text-decoration: underline; font-size: 0.9rem; }

.lp-adviserly {
  grid-column: 1 / -1; text-align: right; color: var(--lp-blue);
  font-size: 2.6rem; font-weight: 700; letter-spacing: -0.03em; margin-top: 24px;
}

/* ---- Responsive ---- */
@media (max-width: 860px) {
  .lp-nav { grid-template-columns: auto 1fr; padding: 16px 20px; gap: 12px; }
  .lp-nav-left { display: none; }
  .lp-logo { justify-self: start; }
  .lp-lang { display: none; }
  .lp-services-body { grid-template-columns: 1fr; gap: 30px; }
  .lp-services-img { height: 280px; }
  .lp-empower { padding: 80px 20px; }
  .lp-empower p { margin-top: 36px; }
  .lp-services { padding: 70px 20px; }
  .lp-footer { grid-template-columns: 1fr; padding: 60px 20px 40px; }
  .lp-footer-badge, .lp-footer-links { justify-self: start; text-align: left; }
  .lp-social, .lp-footer-links { align-items: flex-start; }
  .lp-adviserly { text-align: left; }
  .lp-team-grid { grid-template-columns: 1fr; gap: 36px; }
  .lp-team { padding: 64px 20px; }
  .lp-who, .lp-story { padding: 64px 20px; }
}

@media (max-width: 1100px) and (min-width: 861px) {
  .lp-team-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Phones */
@media (max-width: 480px) {
  body { overflow-x: hidden; }
  .lp-nav { padding: 14px 16px; }
  .lp-nav-right { gap: 10px; }
  .lp-btn-outline, .lp-btn-dark { padding: 9px 16px; font-size: 0.82rem; }
  .lp-nav-right .lp-btn-outline { display: none; } /* keep Sign In prominent; Contact lives in the footer */
  .lp-hero { padding: 60px 18px 80px; }
  .lp-hero h1 { font-size: clamp(2.6rem, 15vw, 4rem); }
  .lp-cta { padding: 15px 36px; margin-top: 44px; }
  .lp-empower h2, .lp-services-title, .lp-team-title { line-height: 1.05; }
  .lp-signup { flex-wrap: wrap; }
  .lp-signup input { max-width: none; }
  .lp-footer h3 { font-size: 1.7rem; }
}
/* ============ LENIS SMOOTH SCROLL ============ */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-smooth iframe { pointer-events: none; }
