:root {
  color-scheme: light;
  --ink: #1d1d1f;
  --muted: #65656c;
  --blue: #0071e3;
  --line: #e8e8ed;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
a:hover { color: var(--blue); }
a:focus-visible { outline: 2px solid var(--blue); outline-offset: 6px; border-radius: 3px; }
.shell { width: min(100% - 112px, 1280px); margin-inline: auto; min-height: 100svh; display: flex; flex-direction: column; }
.header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 36px; }
.brand { display: inline-flex; align-items: baseline; gap: 3px; font-size: 27px; line-height: 1.2; font-weight: 600; letter-spacing: -1.05px; text-decoration: none; }
.status { margin: 0; color: #767676; font-size: 12px; font-weight: 400; line-height: 1.5; white-space: nowrap; }
.home { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-block: 72px 104px; }
.eyebrow { margin: 0 0 25px; color: var(--muted); font-size: 14px; line-height: 1.5; font-weight: 500; letter-spacing: .015em; }
h1 { margin: 0; font-size: clamp(2.75rem, 5.2vw, 4.625rem); font-weight: 600; line-height: 1.08; letter-spacing: -.052em; }
.home h1 { font-weight: 550; max-width: 920px; font-size: clamp(2.75rem, 5vw, 4.375rem); }
.home h1 span { display: block; }
.hero-resolution { color: #6b6b72; }
.supporting { max-width: 460px; margin: 24px 0 0; color: #727279; font-weight: 400; font-size: 18px; line-height: 1.55; letter-spacing: -.018em; text-wrap: balance; }
.email-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; margin-top: 32px; padding: 9px 16px; border: 1px solid transparent; border-radius: 17px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 500; line-height: 1.4; text-decoration: none; }
.email-cta svg { width: 16px; height: 16px; flex: none; }
.email-cta:hover { background: #0065cc; color: #fff; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 22px; border-top: 1px solid #eeeef2; color: var(--muted); font-size: 13px; line-height: 1.5; }
.footer p { margin: 0; }
.footer-brand { color: inherit; font-weight: 400; }
.footer nav { display: flex; gap: 26px; }
.footer a { display: inline-flex; min-height: 36px; align-items: center; text-decoration: none; }
.footer a:hover, .footer a[aria-current="page"] { text-decoration: underline; }
.legal { flex: 1; width: 100%; max-width: 680px; margin-inline: auto; padding-block: 64px 96px; }
.legal h1 { font-size: clamp(2.75rem, 4vw, 3.5rem); margin-bottom: 24px; }
.legal h2 { font-size: 18px; font-weight: 600; letter-spacing: -.025em; margin: 32px 0 10px; }
.legal p { font-size: 16px; line-height: 1.7; margin: 0 0 18px; }
.legal .draft { color: var(--muted); font-size: 14px; padding-bottom: 24px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.back { display: inline-flex; align-items: center; min-height: 44px; margin-top: 20px; font-size: 14px; }
.skip { position: absolute; top: 12px; left: 24px; padding: 12px; background: #fff; transform: translateY(-180%); }
.skip:focus { transform: none; z-index: 1; }
@media (max-width: 1000px) {
  .shell { width: calc(100% - 64px); }
}
@media (max-width: 600px) {
  .shell { width: calc(100% - 48px); }
  .header { padding-block: 28px; gap: 16px; }
  .brand { font-size: 25px; }
  .status { font-size: 12px; }
  .home { padding-block: 70px 82px; }
  .eyebrow { max-width: 260px; margin-bottom: 23px; font-size: 13px; text-wrap: balance; }
  h1 { font-size: clamp(2.5rem, 8.7vw, 3.2rem); line-height: 1.1; letter-spacing: -.045em; }
  .home h1 { max-width: 400px; font-size: clamp(2.5rem, 8.7vw, 3.2rem); text-wrap: balance; }
  .home h1 span { display: inline; }
  .home h1 .hero-resolution { display: block; margin-top: 5px; }
  .supporting { font-size: 16px; max-width: 320px; margin-top: 21px; line-height: 1.6; }
  .email-cta { margin-top: 28px; }
  .footer { flex-wrap: wrap; gap: 8px 24px; padding-block: 20px; }
  .footer nav { margin-left: auto; gap: 18px; }
  .legal { padding-block: 44px 64px; }
}
@media (max-width: 360px) {
  .shell { width: calc(100% - 40px); }
  .home { padding-block: 50px 64px; }
  h1, .home h1 { font-size: 2.3rem; }
}

/* Release completion: touch targets and a two-row mobile footer. */
.brand { min-height: 44px; align-items: center; }
.header { padding-block: 30px; }
.footer { padding-block: 18px; }
.footer-details { display: flex; align-items: center; gap: 28px; }
.footer a { min-width: 44px; min-height: 44px; justify-content: center; }
.country { white-space: nowrap; }
.owner-note { padding-left: 16px; border-left: 2px solid var(--line); color: var(--muted); }
.legal { overflow-wrap: anywhere; }
@media (max-width: 600px) {
  .header { padding-block: 21px; }
  .footer { display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; padding-block: 20px; }
  .footer-details { display: contents; }
  .footer-brand { grid-column: 1; grid-row: 1; }
  .country { grid-column: 2; grid-row: 1; }
  .footer nav { grid-column: 1 / -1; grid-row: 2; margin: 0; justify-content: flex-start; gap: 18px; }
}
