:root {
  --cobalt: #155be8;
  --cobalt-strong: #0d47d8;
  --navy: #071a43;
  --navy-soft: #17305d;
  --white: #ffffff;
  --page-max: 1120px;
  --shadow: 0 18px 55px rgba(7, 26, 67, 0.12);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: #eaf4ff; }
body {
  min-height: 100%;
  margin: 0;
  color: var(--navy);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page-shell {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(247, 251, 255, .08) 0%, rgba(247, 251, 255, .02) 52%, rgba(232, 244, 255, .1) 100%),
    image-set(
      url("assets/privacy-positive-background.webp") type("image/webp"),
      url("assets/privacy-positive-background.jpg") type("image/jpeg")
    );
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.atmosphere {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 39%, rgba(255,255,255,.72) 0 18%, rgba(255,255,255,.34) 34%, transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.18) 54%, rgba(255,255,255,.02) 100%);
}

.hero {
  width: min(calc(100% - 40px), var(--page-max));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(32px, 5.2vh, 72px) 0 max(24px, env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.brand-logo {
  display: block;
  width: clamp(330px, 43vw, 590px);
  max-width: 92%;
  margin: 0 auto clamp(18px, 2.3vh, 30px);
  filter: drop-shadow(0 10px 24px rgba(7, 26, 67, .06));
}
.brand-logo img { display: block; width: 100%; height: auto; }

.copy {
  width: min(100%, 900px);
  margin-inline: auto;
}
.eyebrow {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: clamp(18px, 1.65vw, 25px);
  font-weight: 500;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 920px;
  margin: 0 auto clamp(18px, 2.3vh, 28px);
  color: var(--cobalt);
  font-size: clamp(30px, 3.35vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 800;
  text-wrap: balance;
}

.not-list { margin: 0; }
.not-list p {
  margin: 4px 0;
  font-size: clamp(19px, 1.65vw, 26px);
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.rule {
  width: 76px;
  height: 3px;
  margin: clamp(18px, 2.4vh, 30px) auto;
  border-radius: 999px;
  background: var(--cobalt);
  box-shadow: 0 0 0 1px rgba(21, 91, 232, .06);
}

.closing {
  margin: 0;
  color: var(--navy);
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.contact {
  margin-top: auto;
  padding-top: clamp(28px, 5vh, 62px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.coming-soon {
  position: relative;
  color: var(--cobalt-strong);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.coming-soon::before,
.coming-soon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34px;
  height: 1px;
  background: rgba(21, 91, 232, .45);
}
.coming-soon::before { right: calc(100% + 12px); }
.coming-soon::after { left: calc(100% + 12px); }

.contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 14px;
  color: var(--navy);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
  border-radius: 14px;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}
.contact a svg { width: 24px; height: 24px; color: var(--cobalt); flex: 0 0 auto; }
.contact a:hover { color: var(--cobalt-strong); background: rgba(255,255,255,.38); transform: translateY(-1px); }
.contact a:focus-visible { outline: 3px solid rgba(21,91,232,.35); outline-offset: 3px; }

@media (max-width: 700px) {
  .page-shell {
    background-image:
      linear-gradient(180deg, rgba(248,252,255,.08) 0%, rgba(248,252,255,.18) 48%, rgba(231,244,255,.02) 100%),
      image-set(
        url("assets/privacy-positive-background-mobile-tall.webp") type("image/webp"),
        url("assets/privacy-positive-background-mobile-tall.jpg") type("image/jpeg")
      );
    /* Tall mobile artwork is bottom-anchored so the lake remains below the copy on every screen height. */
    background-position: center bottom;
    background-size: cover;
  }
  .atmosphere {
    background: linear-gradient(180deg, rgba(255,255,255,.26), rgba(255,255,255,.08) 66%, rgba(255,255,255,0));
  }
  .hero {
    width: min(calc(100% - 28px), 560px);
    padding-top: max(24px, env(safe-area-inset-top));
    padding-bottom: max(20px, env(safe-area-inset-bottom));
  }
  .brand-logo {
    width: min(88vw, 430px);
    margin-bottom: 16px;
  }
  .eyebrow { font-size: 17px; margin-bottom: 7px; }
  h1 {
    max-width: 520px;
    font-size: clamp(29px, 8.3vw, 42px);
    line-height: 1.08;
    margin-bottom: 20px;
  }
  .not-list p { font-size: clamp(18px, 5vw, 22px); margin: 3px 0; }
  .rule { margin: 20px auto; width: 62px; }
  .closing { font-size: clamp(19px, 5.3vw, 24px); }
  .contact { padding-top: 34px; }
  .contact a { font-size: 17px; }
}

@media (max-width: 390px) {
  .brand-logo { width: 95%; }
  h1 { font-size: 28px; }
  .contact a { font-size: 15px; gap: 8px; padding-inline: 8px; }
  .contact a svg { width: 21px; height: 21px; }
}

@media (max-height: 760px) and (min-width: 701px) {
  .hero { padding-top: 22px; }
  .brand-logo { width: min(37vw, 470px); margin-bottom: 10px; }
  h1 { font-size: clamp(30px, 3vw, 44px); margin-bottom: 14px; }
  .not-list p { font-size: clamp(18px, 1.5vw, 22px); }
  .rule { margin: 15px auto; }
  .contact { padding-top: 20px; }
}

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