/* Approved campaign composition. The real Home mark and font sit over
   text-free artwork; no text or controls are baked into the picture. */
.home-page { background: #02050c; }
.home-page::before { background: radial-gradient(ellipse at 50% 0, #08152d, #02050c 72%); }
.home-page::after { display: none; }
.landing {
  margin: 12px;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: clip;
  background: #02050c;
}
.landing-scene {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  height: calc(100svh - 88px);
  max-height: 1100px;
}
.landing-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.landing-brand {
  position: absolute;
  top: 7.5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  gap: 14px;
}
.landing-brand img { width: clamp(108px, 10vw, 165px); height: auto; }
/* Same Space Grotesk weight and relative tracking as FONT_HOME_WORDMARK. */
.landing-brand span { font: 600 clamp(36px, 3.8vw, 64px)/1 'Space Grotesk', sans-serif; letter-spacing: .025em; }
.landing-copy { position: absolute; left: 2.7%; bottom: 24px; width: min(37%, 570px); }
.landing-tagline { margin: 0 0 10px; color: #c17cff; font-size: clamp(14px, 1.3vw, 21px); font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.landing-copy h1 { margin: 0; color: #fff; font: 700 clamp(54px, 5.55vw, 96px)/.98 'Space Grotesk', sans-serif; letter-spacing: -.035em; }
.landing-copy h1 span { color: #54b5ff; background: linear-gradient(105deg, #49c0ff, #2f8dff 38%, #fe932a 77%, #ffad3d); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.landing-rule { position: relative; width: 91%; height: 1px; margin: 18px 0 22px; background: #ac5eff; }
.landing-rule::before, .landing-rule::after { content: ''; position: absolute; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: #b27cff; }
.landing-rule::before { left: 0; }
.landing-rule::after { right: 0; }
.landing .store-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.landing .store-badge { min-width: 0; min-height: 62px; padding: 11px 16px; gap: 12px; border-color: #aa7bc7; border-radius: 12px; background: rgba(2, 5, 12, .86); box-shadow: 0 0 16px #985ad32b, inset 0 0 8px #985ad317; }
.landing .store-badge svg { width: 32px; height: 32px; }
.landing .store-badge small { color: #bcb6ce; font-size: clamp(9px, .7vw, 12px); letter-spacing: .03em; white-space: nowrap; }
.landing .store-badge strong { color: #f3f0fa; font-size: clamp(17px, 1.5vw, 25px); font-weight: 500; line-height: 1.2; white-space: nowrap; }
.landing .store-status { margin-top: 14px; color: #aaa6ba; font: 400 12px/1.6 'IBM Plex Sans', sans-serif; }
.landing .store-status a { margin-left: 8px; color: #d0b0ff; white-space: nowrap; }
.landing .store-status a:hover { color: #fff; }
.landing-nav { position: relative; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0 24px; min-height: 62px; padding: 8px 20px; border-top: 1px solid #67517b40; background: #02050ce8; }
.landing-nav a { display: inline-flex; align-items: center; gap: 24px; min-height: 44px; color: #b4abbe; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.landing-nav a + a::before { content: ''; width: 4px; height: 4px; flex: none; border-radius: 50%; background: #b27cff; }
.landing-nav a:hover { color: #fff; }
.home-page .section { border: 0; }
.home-page .section + .section { border-top: 1px solid var(--line); }
.home-page .section-kicker { display: none; }
.home-page .section-copy { max-width: 65ch; }
.home-page .fact { border: 0; border-top: 1px solid var(--line-strong); border-radius: 0; padding: 24px 0 0; background: none; }
.home-page .care-card { background: #07101d; }

@media (min-width: 1900px) { .landing { max-width: 1900px; margin-inline: auto; } }
@media (min-width: 761px) and (max-height: 780px) {
  .landing-scene { min-height: 620px; }
  .landing-brand { top: 6%; }
  .landing-brand img { width: 110px; }
  .landing-brand span { font-size: 42px; }
  .landing-copy h1 { font-size: clamp(48px, 5.3vw, 78px); }
}
@media (min-width: 761px) and (max-width: 1100px) {
  .landing-copy { width: 46%; }
  .landing-copy h1 { font-size: clamp(54px, 6.5vw, 72px); }
  .landing .store-row { gap: 10px; }
  .landing .store-badge { padding-inline: 12px; gap: 8px; }
}
@media (max-width: 760px) {
  .landing { margin: 8px; border-radius: 16px; }
  .landing-scene { display: flex; flex-direction: column; min-height: 0; height: auto; max-height: none; padding: 34px 24px 24px; }
  .landing-art { top: 104px; height: 360px; object-fit: cover; object-position: 52% center; mask-image: linear-gradient(transparent, #000 12%, #000 70%, transparent); }
  .landing-brand { position: relative; inset: auto; transform: none; align-self: center; gap: 12px; }
  .landing-brand img { width: 88px; }
  .landing-brand span { font-size: 36px; }
  .landing-copy { position: relative; inset: auto; width: 100%; margin-top: 220px; }
  .landing-tagline { font-size: 12px; margin-bottom: 10px; }
  .landing-copy h1 { font-size: clamp(43px, 11.1vw, 80px); }
  .landing-rule { width: 100%; margin: 20px 0; }
  .landing .store-row { gap: 10px; }
  .landing .store-badge { min-height: 60px; padding: 10px; gap: 8px; }
  .landing .store-badge svg { width: 24px; height: 28px; }
  .landing .store-badge small { font-size: 8px; }
  .landing .store-badge strong { font-size: 16px; }
  .landing .store-status { max-width: 30ch; line-height: 1.7; }
  .landing .store-status a { margin-left: 0; display: inline-block; }
  .landing-nav { gap: 0 14px; padding: 10px 18px; }
  .landing-nav a { min-height: 44px; font-size: 11px; gap: 14px; }
  .landing-nav a + a::before { display: none; }
  .home-page .section { padding: 64px 0; }
  .home-page .section-title { font-size: clamp(30px, 7.5vw, 48px); }
}
@media (max-width: 360px) {
  .landing-scene { padding-inline: 18px; }
  .landing .store-badge { padding-inline: 7px; gap: 6px; }
  .landing .store-badge strong { font-size: 14px; }
  .landing .store-badge small { font-size: 7px; }
}
@media (prefers-reduced-motion: no-preference) {
  .landing-brand { animation: brand-settle .8s cubic-bezier(.16, 1, .3, 1); }
  @keyframes brand-settle { from { filter: blur(3px); opacity: .65; } to { filter: blur(0); opacity: 1; } }
}
