/* Apex Cosmos - Produktseite. Farben aus der App (ui/CosmosTheme.kt, Stil Nachtsicht). */
@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope.ttf") format("truetype");
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("fonts/spectral-medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --space: #070415;
  --deep: #0E0A1E;
  --raise: #171130;
  --raise-2: #1D1638;
  --line: #241C3F;
  --line-2: #2C2552;
  --ink: #EDE8F5;
  --muted: #A79EC8;
  --amber: #F0A868;
  --copper: #C97B3E;
  --on-amber: #1A0E04;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --top-h: 3.75rem;
  --rail-h: 2.25rem;
  --gutter: clamp(1rem, 4vw, 3rem);
  --serif: "Spectral", Georgia, serif;
  --sans: "Manrope", "Segoe UI", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--top-h) + var(--rail-h) + 1rem); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--space);
  color: var(--ink);
  font: 400 1.0625rem/1.6 var(--sans);
  overflow-x: clip;
  scrollbar-color: var(--line-2) var(--space);
}
main { overflow-x: clip; }
img, video { display: block; max-width: 100%; height: auto; }
::selection { background: var(--amber); color: var(--on-amber); }
a { color: var(--amber); text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3 { text-wrap: balance; margin: 0; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.skip {
  position: absolute; left: 1rem; top: -4rem; z-index: 20;
  background: var(--amber); color: var(--on-amber); padding: .6rem 1rem; border-radius: .5rem; font-weight: 700;
}
.skip:focus { top: 1rem; }

/* ---------- Kopf und Tagesleiste ---------- */
.top {
  position: sticky; top: 0; z-index: 10;
  background: var(--space);
  border-bottom: 1px solid var(--line);
}
.top__bar {
  height: var(--top-h);
  display: flex; align-items: center; gap: 1.5rem;
  padding: 0 var(--gutter);
  max-width: 88rem; margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: .6rem; color: var(--ink); text-decoration: none; font-weight: 700; letter-spacing: -0.01em; }
.brand img { width: 2rem; height: 2rem; border-radius: .55rem; }
.top__nav { margin-left: auto; }
.top__nav ul { display: flex; gap: 1.4rem; }
.top__nav a { color: var(--muted); text-decoration: none; font-size: .9rem; font-weight: 600; }
.top__nav a:hover { color: var(--ink); }
.lang {
  font-size: .85rem; font-weight: 700; color: var(--ink); text-decoration: none;
  border: 1px solid var(--line-2); border-radius: 999px; padding: .3rem .8rem;
}
.lang:hover { border-color: var(--amber); }

.rail { height: var(--rail-h); padding: 0 var(--gutter); max-width: 88rem; margin: 0 auto; }
.rail__track { position: relative; height: 100%; margin: 0 1rem; }
.rail__track::before {
  content: ""; position: absolute; left: 0; right: 0; top: 60%; height: 1px; background: var(--line-2);
}
.rail__day {
  position: absolute; left: 0; right: 0; top: 60%; height: 1px;
  background: linear-gradient(90deg, var(--copper), var(--amber));
  transform-origin: 0 50%; transform: scaleX(0.2083);
}
.rail__tick {
  position: absolute; top: .15rem; left: calc(var(--at) * 100%);
  transform: translateX(-50%);
  font-size: .68rem; line-height: 1; color: var(--muted); font-variant-numeric: tabular-nums;
}
.rail__sun {
  position: absolute; left: 0; top: 60%; width: 0; height: 0; z-index: 1;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.rail__sun::before {
  content: ""; position: absolute; left: -6px; top: -6px; width: 12px; height: 12px; border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #FFE3C2, var(--amber) 60%, var(--copper));
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.rail__clock {
  position: absolute; left: 12px; top: -.95rem;
  font: 600 .72rem/1 var(--sans); color: var(--amber); font-variant-numeric: tabular-nums; white-space: nowrap;
  background: #070415; padding: .2rem .4rem; border-radius: .3rem; box-shadow: 0 0 0 2px #070415;
}
.rail__sun.is-late .rail__clock { left: auto; right: 12px; }
.rail__tick { transition: opacity 150ms ease; }
.rail__tick.is-covered { opacity: 0; }

/* ---------- Hero ---------- */
.hero {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center; gap: clamp(2rem, 5vw, 5rem);
  max-width: 88rem; margin: 0 auto;
  padding: clamp(2.5rem, 7vh, 5rem) var(--gutter) clamp(3rem, 8vh, 6rem);
  min-height: calc(100svh - var(--top-h) - var(--rail-h));
  background: radial-gradient(60rem 30rem at 85% 110%, rgba(201, 123, 62, 0.13), transparent 70%);
}
.hero h1 {
  font: 500 clamp(3.2rem, 8.5vw, 6rem)/0.95 var(--serif);
  letter-spacing: -0.03em;
}
.hero__lead { margin-top: 1.5rem; font-size: clamp(1.15rem, 1.8vw, 1.4rem); line-height: 1.5; max-width: 32ch; }
.hero__facts { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .4rem 1.25rem; color: var(--muted); font-size: .92rem; }
.hero__facts li { position: relative; padding-left: .9rem; }
.hero__facts li::before { content: ""; position: absolute; left: 0; top: .62em; width: 4px; height: 4px; border-radius: 50%; background: var(--copper); }
.hero__media { margin: 0; display: grid; justify-items: center; gap: 1rem; }
.hero__media figcaption { max-width: 24rem; text-align: center; }

.store { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1rem; }
.store__label {
  display: inline-flex; align-items: center; gap: .6rem;
  border: 1.5px solid var(--amber); color: var(--amber);
  padding: .8rem 1.3rem; border-radius: 999px; font-weight: 700; font-size: 1rem;
}
.store__label::before {
  content: ""; width: .55rem; height: .55rem; border-radius: 50%; background: var(--amber);
}
.store__note { color: var(--muted); font-size: .88rem; }
/* Offizielles Badge: nicht veraendern, Mindesthoehe 28 px, Freiraum ein Viertel der Hoehe. */
.store__badge { display: inline-block; padding: .9rem; margin: -.9rem; }
.store__badge img { height: 3.6rem; width: auto; }

/* ---------- Telefon ---------- */
.phone {
  width: min(100%, 19rem);
  border: 9px solid var(--raise-2);
  border-radius: 2.6rem;
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 0 1px var(--line-2), 0 32px 60px -24px rgba(0, 0, 0, 0.85);
}
.phone img, .phone video { width: 100%; }
.phone--hero { width: min(100%, 22rem, calc((100svh - 15rem) * 0.45)); min-width: 12rem; }
@media (prefers-reduced-motion: no-preference) {
  .phone--hero { animation: rise 700ms var(--ease-out) both; }
  @keyframes rise { from { opacity: 0; transform: translateY(24px) scale(.97); } }
}
.motion-toggle {
  font: 600 .82rem var(--sans); color: var(--ink); background: var(--raise); border: 1px solid var(--line-2);
  border-radius: 999px; padding: .4rem .9rem; cursor: pointer;
}
.motion-toggle:hover { border-color: var(--amber); }
.clip { display: grid; justify-items: center; gap: .75rem; }
.clip__controls { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .5rem; }
.clip__views { display: inline-flex; padding: 3px; border: 1px solid var(--line-2); border-radius: 999px; }
.clip__view {
  font: 600 .82rem var(--sans); color: var(--muted); background: none; border: 0; border-radius: 999px;
  padding: .4rem .95rem; cursor: pointer; transition: background-color 150ms ease, color 150ms ease;
}
.clip__view[aria-pressed="true"] { background: var(--raise-2); color: var(--ink); }
@media (hover: hover) and (pointer: fine) { .clip__view:hover { color: var(--ink); } }
.clip__caption { font-size: .85rem; color: var(--muted); line-height: 1.45; max-width: 24rem; text-align: center; }
.plate.plate--wide { width: min(100%, 19rem); }
.plate.plate--wide figcaption { max-width: none; text-align: center; }

figcaption { font-size: .85rem; color: var(--muted); line-height: 1.45; }
.credit { display: block; margin-top: .35rem; font-size: .76rem; color: var(--muted); line-height: 1.45; }
.credit a { color: var(--muted); }
.hour__media--row figure, .hour__media > * { min-width: 0; }

/* ---------- Einleitung ---------- */
.intro { max-width: 88rem; margin: 0 auto; padding: clamp(3rem, 8vh, 5rem) var(--gutter) 1rem; display: grid; grid-template-columns: 7rem minmax(0, 40rem); gap: 0 clamp(1.5rem, 3vw, 3rem); }
.intro h2 { grid-column: 2; font: 500 clamp(2rem, 4vw, 3rem)/1.1 var(--serif); letter-spacing: -0.02em; }
.intro p { grid-column: 2; margin-top: 1rem; color: var(--muted); font-size: 1.1rem; max-width: 55ch; }

/* ---------- Stunden ---------- */
.hour {
  --glow: transparent;
  position: relative;
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 2rem clamp(1.5rem, 3vw, 3rem);
  max-width: 88rem; margin: 0 auto;
  padding: clamp(4rem, 10vh, 7rem) var(--gutter);
}
/* Der Farbschleier der Tageszeit laeuft ueber die volle Breite und blendet
   oben und unten weich aus - keine Kante am Abschnittsbeginn. */
.hour::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: calc(50% - 50vw); right: calc(50% - 50vw); z-index: -1;
  background: radial-gradient(60rem 34rem at 22% 45%, var(--glow), transparent 72%);
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
  pointer-events: none;
}
/* Die Zeitachse: eine Haarlinie am linken Rand der Stundenspalte, die durch
   den ganzen Tag bis 24:00 laeuft. Die Stunde haengt rechts daran, mit
   einem kurzen Strich wie eine Marke auf der Ephemeride. */
.hour::before, .promise::before, .plans::before {
  content: ""; position: absolute; top: 0; bottom: 0;
  left: var(--gutter); width: 1px; background: var(--line);
}
.hour--dawn { --glow: rgba(201, 123, 62, 0.14); }
.hour--noon { --glow: rgba(240, 168, 104, 0.12); }
.hour--afternoon { --glow: rgba(110, 150, 220, 0.10); }
.hour--evening { --glow: rgba(201, 123, 62, 0.09); }
.hour--dusk { --glow: rgba(139, 123, 240, 0.12); }
.hour--night { --glow: rgba(60, 50, 120, 0.12); }
.hour--mars { --glow: rgba(190, 95, 60, 0.10); }

.hour__time {
  position: sticky; top: calc(var(--top-h) + var(--rail-h) + 1.5rem);
  align-self: start; justify-self: start;
  z-index: 1;
  font: 500 1.7rem/1 var(--serif); color: var(--amber); font-variant-numeric: tabular-nums;
  padding: .35rem 0 .35rem 1.1rem;
}
.hour__time::before {
  content: ""; position: absolute; left: 0; top: 50%; width: .7rem; height: 1px; background: var(--amber);
}
.hour__text { max-width: 40rem; }
.hour h2 { font: 500 clamp(1.9rem, 3.4vw, 2.75rem)/1.12 var(--serif); letter-spacing: -0.02em; }
.lead { margin-top: 1.1rem; font-size: 1.12rem; line-height: 1.6; max-width: 58ch; }

.tag {
  display: inline-block; vertical-align: .35em;
  font: 700 .8rem/1 var(--sans); letter-spacing: .02em;
  padding: .35em .7em; border-radius: 999px; white-space: nowrap;
}
.tag--pro { background: var(--amber); color: var(--on-amber); }
.tag--free { border: 1px solid var(--muted); color: var(--ink); }
h3 .tag, .split .tag { vertical-align: middle; }

.groups { margin-top: 2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1.75rem 2rem; }
.group h3 { font: 700 .95rem/1.3 var(--sans); color: var(--amber); margin-bottom: .5rem; }
.group li { padding: .5rem 0; border-top: 1px solid var(--line); font-size: .95rem; line-height: 1.45; }
.split { margin-top: 1.75rem; display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; color: var(--muted); font-size: .95rem; }
.caveat { margin-top: 1.75rem; padding-top: 1rem; border-top: 1px solid var(--line-2); color: var(--muted); font-size: .95rem; max-width: 58ch; }

.hour__media { margin: 0; display: grid; justify-items: center; align-content: start; gap: 1rem; }
.hour__media > figcaption, .hour__media > .credit { max-width: 22rem; text-align: center; }

/* Mein Planet: Telefon mit zwei Aufnahmen daneben */
.hour__media--planet { position: relative; padding-bottom: 1rem; }
.plate { margin: 0; width: 10.5rem; }
.plate img { border-radius: 1.1rem; box-shadow: 0 0 0 1px var(--line-2), 0 18px 40px -16px rgba(0, 0, 0, 0.9); }
.plate figcaption { margin-top: .5rem; font-size: .78rem; max-width: 7.5rem; }
.plate--b figcaption { margin-left: auto; text-align: right; }
.plate--a { position: absolute; left: 0; top: 16%; }
.plate--b { position: absolute; right: 0; top: 50%; }

/* Reihen mit mehreren Telefonen */
.hour__media--row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: stretch; align-items: start; gap: 1.5rem;
}
.hour__media--row figure { margin: 0; display: grid; gap: .75rem; justify-items: center; }
.hour__media--row .phone { width: 100%; max-width: 15rem; }
.hour__media--row figcaption { text-align: center; max-width: 16rem; }
.pair { grid-column: 1 / -1; }
.pair__phones { display: flex; justify-content: center; align-items: flex-start; width: 100%; }
.pair__phones .phone { max-width: 13rem; }
.pair__phones .phone + .phone { margin-left: -2.5rem; margin-top: 2.5rem; }

/* Sonne: fuenf Kanaele */
.sun { border: 0; margin: 0; padding: 0; min-width: 0; display: grid; justify-items: center; gap: 1.5rem; width: 100%; position: relative; }
.sun legend { font-weight: 700; color: var(--amber); font-size: .95rem; margin: 0 auto .5rem; }
.sun__radio { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; }
.sun__disc { position: relative; width: min(100%, 18rem); aspect-ratio: 1; }
/* Mittag und Nachmittag: das Bild nicht hoeher als noetig, sonst steht der Text neben 700 px Luft. */
#earth .phone { width: min(100%, 15rem); }
.sun__img { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 200ms ease, visibility 0s linear 200ms; border-radius: 50%; visibility: hidden; }
.sun__img[data-ch="sun-ch2"] { opacity: 1; visibility: visible; }
.sun:has(input:checked) .sun__img { visibility: hidden; }
.sun:has(input:checked) .sun__img { opacity: 0; }
.sun:has(input[value="sun-ch1"]:checked) .sun__img[data-ch="sun-ch1"],
.sun:has(input[value="sun-ch2"]:checked) .sun__img[data-ch="sun-ch2"],
.sun:has(input[value="sun-ch3"]:checked) .sun__img[data-ch="sun-ch3"],
.sun:has(input[value="sun-ch4"]:checked) .sun__img[data-ch="sun-ch4"],
.sun:has(input[value="sun-ch5"]:checked) .sun__img[data-ch="sun-ch5"] { opacity: 1; visibility: visible; transition: opacity 200ms ease, visibility 0s; }
.sun__pick { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .5rem; width: min(100%, 30rem); }
.sun__pick label {
  display: grid; justify-items: center; gap: .4rem; cursor: pointer;
  padding: .5rem .25rem; border-radius: .9rem; border: 1px solid transparent;
  font-size: .8rem; color: var(--muted); text-align: center; line-height: 1.25;
  hyphens: manual; min-width: 0;
}
.sun__pick label img { width: 2.9rem; height: 2.9rem; border-radius: 50%; }
.sun__pick b { display: block; color: var(--ink); font-weight: 700; font-variant-numeric: tabular-nums; }
@media (hover: hover) and (pointer: fine) {
  .sun__pick label:hover { border-color: var(--line-2); }
}
.sun:has(input[value="sun-ch1"]:checked) label[for$="sun-ch1"],
.sun:has(input[value="sun-ch2"]:checked) label[for$="sun-ch2"],
.sun:has(input[value="sun-ch3"]:checked) label[for$="sun-ch3"],
.sun:has(input[value="sun-ch4"]:checked) label[for$="sun-ch4"],
.sun:has(input[value="sun-ch5"]:checked) label[for$="sun-ch5"] { border-color: var(--amber); background: var(--raise); }
.sun:has(input[value="sun-ch1"]:focus-visible) label[for$="sun-ch1"],
.sun:has(input[value="sun-ch2"]:focus-visible) label[for$="sun-ch2"],
.sun:has(input[value="sun-ch3"]:focus-visible) label[for$="sun-ch3"],
.sun:has(input[value="sun-ch4"]:focus-visible) label[for$="sun-ch4"],
.sun:has(input[value="sun-ch5"]:focus-visible) label[for$="sun-ch5"] { outline: 2px solid var(--amber); outline-offset: 2px; }

/* ---------- Mitternacht ---------- */
.midnight { background: var(--deep); border-top: 1px solid var(--line); }
.promise, .plans, .close { max-width: 88rem; margin: 0 auto; padding: clamp(4rem, 10vh, 6.5rem) var(--gutter) 0; }
.promise, .plans { position: relative; }
.promise { display: grid; grid-template-columns: 7rem minmax(0, 1fr); gap: 1.5rem clamp(1.5rem, 3vw, 3rem); padding-bottom: clamp(1rem, 3vh, 2rem); }
.promise > * { grid-column: 2; }
.promise .hour__time { grid-column: 1; grid-row: 1; position: relative; top: auto; }
.promise h2, .plans h2 { font: 500 clamp(1.9rem, 3.4vw, 2.75rem)/1.12 var(--serif); letter-spacing: -0.02em; }
/* Wie die Listen darueber: Zeilen an Haarlinien, Behauptung links, Satz rechts. */
.promise dl { margin: 0; max-width: 60rem; border-bottom: 1px solid var(--line); }
.promise dl > div { display: grid; grid-template-columns: minmax(12rem, 18rem) minmax(0, 1fr); gap: 2rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.promise dt { font: 500 1.25rem/1.3 var(--serif); color: var(--amber); }
.promise dd { margin: 0; max-width: 52ch; }

.plans { display: grid; grid-template-columns: 7rem minmax(0, 1fr); gap: 1rem clamp(1.5rem, 3vw, 3rem); }
.plans > * { grid-column: 2; }
.plans__note { color: var(--muted); max-width: 62ch; }
.plans__cols { margin-top: 1.5rem; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-2); }
.plan { padding: 1.75rem 2rem 0 0; }
.plan + .plan { padding: 1.75rem 0 0 2rem; border-left: 1px solid var(--line-2); }
.plan h3 { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; font: 600 .95rem var(--sans); color: var(--muted); margin-bottom: 1rem; }
.plan h3 .tag { font-size: 1rem; }
.plan li { padding: .6rem 0; border-top: 1px solid var(--line); }

.close { text-align: center; display: grid; justify-items: center; gap: 1rem; padding-bottom: clamp(4rem, 10vh, 6.5rem); }
.close img { width: 4.5rem; height: 4.5rem; border-radius: 1.1rem; }
.close h2 { font: 500 clamp(2rem, 4.5vw, 3.2rem)/1.08 var(--serif); letter-spacing: -0.02em; max-width: 18ch; }
.close p { color: var(--muted); }
.close .store { margin-top: .5rem; justify-content: center; }
.updates { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line-2); max-width: 36rem; }
.updates strong { color: var(--ink); font-weight: 700; }

/* ---------- Rechtsseiten ---------- */
.legal { max-width: 44rem; margin: 0 auto; padding: clamp(2.5rem, 7vh, 4.5rem) var(--gutter) 5rem; }
.legal h1 { font: 500 clamp(2rem, 5vw, 3rem)/1.1 var(--serif); letter-spacing: -0.02em; }
.legal h2 { font: 500 1.4rem/1.25 var(--serif); color: var(--amber); margin: 2.5rem 0 .75rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.legal p { margin: .75rem 0 0; max-width: 68ch; }
.legal a { overflow-wrap: anywhere; }
.legal__date { color: var(--muted); margin-top: 1rem; }
.legal__back { margin-top: 3rem !important; }

/* ---------- Fuss ---------- */
.foot { border-top: 1px solid var(--line); padding: 2.5rem var(--gutter) 3rem; max-width: 88rem; margin: 0 auto; font-size: .85rem; color: var(--muted); display: grid; gap: 1rem; }
.foot ul { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.foot a { color: var(--ink); }
.foot__independent { max-width: 70ch; }
.foot__credits summary { cursor: pointer; color: var(--ink); font-weight: 700; }
.foot__credits p { margin-top: .75rem; }
.foot__credits ul { display: grid; gap: .45rem; margin-top: .75rem; max-width: 80ch; }
.foot__credits a { color: var(--muted); }

/* ---------- Kleinere Bildschirme ---------- */
@media (max-width: 1080px) {
  .top__nav ul { gap: 1rem; }
  .top__nav a { font-size: .82rem; }
  .hour { grid-template-columns: 4.5rem minmax(0, 1fr); }
  .hour__media { grid-column: 2; }
  .intro, .promise, .plans { grid-template-columns: 4.5rem minmax(0, 1fr); }
  .hour__media--planet { max-width: 34rem; width: 100%; justify-self: center; }
}
@media (max-width: 860px) {
  .top__nav { display: none; }
  .lang { margin-left: auto; }
}
@media (max-width: 760px) {
  :root { --rail-h: 2.1rem; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  /* Auch auf dem Handy bleibt die Stunde an der Zeitachse haengen, hochkant
     in einer schmalen Spalte links - nicht als Etikett ueber der Ueberschrift. */
  .hour, .promise, .plans { grid-template-columns: 1.9rem minmax(0, 1fr); column-gap: .9rem; }
  .intro { grid-template-columns: minmax(0, 1fr); }
  .intro h2, .intro p { grid-column: 1; }
  .hour > :not(.hour__time), .promise > :not(.hour__time), .plans > * { grid-column: 2; }
  .hour__time, .promise .hour__time {
    grid-column: 1; grid-row: 1 / span 2;
    position: relative; top: auto;
    writing-mode: vertical-rl; transform: rotate(180deg);
    font-size: 1.25rem; padding: 0 0 .9rem 0; margin-left: .45rem;
  }
  .hour__time::before { display: none; }
  .promise dl > div { grid-template-columns: minmax(0, 1fr); gap: .35rem; }
  .hour__media--planet { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .hour__media--planet > .phone, .hour__media--planet > .credit { grid-column: 1 / -1; }
  .plate--a, .plate--b { position: static; width: 100%; }
  .hour__media--row { gap: 1rem; }
  .pair__phones .phone { max-width: 45%; }
  .plans__cols { grid-template-columns: 1fr; }
  .plan + .plan { border-left: 0; padding-left: 0; border-top: 1px solid var(--line-2); margin-top: 1.5rem; }
  .plan { padding-right: 0; }
  .sun__pick label { font-size: .72rem; }
  .sun__pick { gap: .25rem; }
  .sun__pick label img { width: 2.3rem; height: 2.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sun__img { transition: none; }
}
