:root {
  --ink: #111315;
  --ink-soft: #1b1f22;
  --paper: #ffffff;
  --muted: #b9bec3;
  --line: rgba(255, 255, 255, 0.1);
  --orange: #f05b2a;
  --orange-deep: #c83e16;
  --rain-navy: #071f5a;
  --rain-blue: #2d72b8;
  --rain-coral: #f06f61;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.coming-page {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(115deg, rgba(17, 19, 21, 0.92), rgba(17, 19, 21, 0.72)),
    url("assets/footer-bg.jpg") center / cover;
  background-size: 76px 76px, 76px 76px, auto, cover;
}

.coming-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, var(--orange) 0 7px, transparent 7px) 76px 18% / 210px 1px no-repeat,
    linear-gradient(90deg, rgba(240, 91, 42, 0.65), transparent) 0 18% / 286px 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(240, 91, 42, 0.35)) 100% 72% / 330px 1px no-repeat,
    linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

.coming-header,
.coming-hero,
.coming-footer {
  width: min(1440px, calc(100% - 96px));
  margin-inline: auto;
}

.coming-header {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}

.coming-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.coming-brand img {
  width: 182px;
  height: auto;
}

.coming-brand span {
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.26);
  color: var(--orange);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.coming-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.coming-nav > a:not(.petra-global-link) {
  transition: color 180ms ease;
}

.coming-nav > a:not(.petra-global-link):hover {
  color: var(--paper);
}

.petra-global-link {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border-radius: 7px;
  color: var(--paper);
  background: var(--orange);
  transition: background 180ms ease, transform 180ms ease;
}

.petra-global-link:hover {
  background: var(--orange-deep);
  transform: translateY(-2px);
}

.petra-global-link svg,
.rain-promo svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.coming-hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  grid-template-rows: 1fr auto;
  gap: 18px 52px;
  align-items: center;
  position: relative;
  padding: 52px 0 26px;
}

.coming-copy {
  position: relative;
  z-index: 3;
  max-width: 790px;
}

.coming-eyebrow {
  margin: 0 0 25px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--orange);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.coming-eyebrow span {
  width: 36px;
  height: 3px;
  background: var(--orange);
}

.coming-copy h1 {
  margin: 0;
  max-width: 820px;
  font-size: 112px;
  line-height: 0.82;
  font-weight: 820;
}

.coming-copy h1 strong {
  display: block;
  color: var(--orange);
  font-weight: inherit;
}

.coming-intro {
  max-width: 620px;
  margin: 35px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.72;
}

.coming-mantra {
  margin: 23px 0 0;
  color: var(--paper);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
  text-transform: uppercase;
}

.coming-visual {
  min-height: 520px;
  height: 100%;
  margin: 0;
  position: relative;
  align-self: end;
}

.coming-visual img {
  width: min(640px, 100%);
  max-height: 620px;
  position: absolute;
  z-index: 2;
  right: -10px;
  bottom: -26px;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 28px 35px rgba(0, 0, 0, 0.42));
}

.portrait-frame {
  width: 66%;
  aspect-ratio: 1;
  position: absolute;
  right: 2%;
  bottom: 8%;
  border: 1px solid rgba(240, 91, 42, 0.62);
  transform: rotate(45deg);
}

.portrait-frame::before,
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.portrait-frame::after {
  inset: 26%;
  background: rgba(240, 91, 42, 0.09);
  border-color: rgba(240, 91, 42, 0.25);
}

.accent-plane {
  position: absolute;
  z-index: 1;
  display: block;
  border: 1px solid rgba(240, 91, 42, 0.72);
  background: linear-gradient(135deg, rgba(240, 91, 42, 0.34), rgba(240, 91, 42, 0.06));
  transform: rotate(45deg);
}

.accent-plane-one {
  width: 74px;
  height: 74px;
  top: 15%;
  right: 3%;
}

.accent-plane-two {
  width: 42px;
  height: 42px;
  left: 4%;
  bottom: 29%;
}

.coming-visual figcaption {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 22px;
  padding: 12px 0 12px 18px;
  border-left: 3px solid var(--orange);
  display: grid;
  gap: 2px;
  text-align: right;
}

.coming-visual figcaption span {
  color: var(--orange);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.coming-visual figcaption strong {
  font-size: 13px;
  line-height: 1.3;
}

.rain-promo {
  grid-column: 1 / -1;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
}

.rain-promo p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  line-height: 1.4;
}

.rain-promo p::before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 13px;
  background: var(--orange);
  transform: rotate(45deg);
}

.rain-promo p::after {
  content: "\2192";
  display: inline-block;
  margin-left: 14px;
  color: var(--rain-coral);
  font-size: 1.25em;
  line-height: 1;
}

.rain-promo a {
  min-width: 154px;
  min-height: 50px;
  position: relative;
  overflow: hidden;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--paper);
  background: linear-gradient(125deg, var(--rain-navy) 0%, var(--rain-blue) 52%, var(--rain-coral) 100%);
  box-shadow: 0 14px 34px rgba(7, 31, 90, 0.36);
  font-size: 13px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.rain-promo a::before {
  content: "";
  position: absolute;
  inset: -100% 0 0;
  opacity: 0;
  background:
    radial-gradient(ellipse, rgba(255, 255, 255, 0.88) 0 8%, transparent 14%) 7px 3px / 34px 43px,
    radial-gradient(ellipse, rgba(172, 222, 244, 0.72) 0 7%, transparent 13%) 19px 13px / 51px 49px;
  background-repeat: repeat;
  pointer-events: none;
}

.rain-promo a::after {
  content: "";
  position: absolute;
  inset: -100% 0 0;
  opacity: 0;
  background:
    radial-gradient(ellipse, rgba(255, 255, 255, 0.64) 0 7%, transparent 13%) 5px 6px / 43px 57px,
    radial-gradient(ellipse, rgba(255, 189, 180, 0.7) 0 6%, transparent 12%) 27px 21px / 63px 61px;
  background-repeat: repeat;
  pointer-events: none;
}

.rain-promo a span,
.rain-promo a svg {
  position: relative;
  z-index: 1;
}

.rain-promo a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(45, 114, 184, 0.42);
}

.rain-promo a:hover::before {
  opacity: 0.72;
  animation: button-rain 900ms linear infinite;
}

.rain-promo a:hover::after {
  opacity: 0.5;
  animation: button-rain 1350ms linear infinite;
}

@keyframes button-rain {
  to {
    transform: translateY(50%);
  }
}

.coming-footer {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
}

a:focus-visible {
  outline: 3px solid var(--paper);
  outline-offset: 4px;
}

@media (max-width: 1040px) {
  .coming-header,
  .coming-hero,
  .coming-footer {
    width: min(100% - 52px, 1440px);
  }

  .coming-nav > a:not(.petra-global-link) {
    display: none;
  }

  .coming-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    gap: 18px 24px;
  }

  .coming-copy h1 {
    font-size: 86px;
  }

  .coming-visual {
    min-height: 480px;
  }
}

@media (max-width: 760px) {
  .coming-page {
    background-size: 52px 52px, 52px 52px, auto, cover;
  }

  .coming-header,
  .coming-hero,
  .coming-footer {
    width: min(100% - 34px, 1440px);
  }

  .coming-header {
    min-height: 82px;
    padding: 14px 0;
    flex-wrap: wrap;
  }

  .coming-brand img {
    width: 148px;
  }

  .coming-brand span {
    font-size: 11px;
  }

  .petra-global-link {
    width: 46px;
    padding: 0;
    justify-content: center;
  }

  .petra-global-link span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .coming-nav {
    margin-left: auto;
    gap: 16px;
    font-size: 11px;
  }

  .coming-nav > a:not(.petra-global-link) {
    display: inline-flex;
  }

  .coming-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 54px 0 24px;
  }

  .coming-copy h1 {
    font-size: 70px;
  }

  .coming-intro {
    margin-top: 28px;
    font-size: 16px;
  }

  .coming-visual {
    min-height: 430px;
    height: 430px;
    margin-top: -18px;
  }

  .coming-visual img {
    width: min(550px, 108%);
    right: -8%;
    bottom: 0;
  }

  .portrait-frame {
    width: 70%;
    right: 9%;
    bottom: 12%;
  }

  .accent-plane-two {
    left: 2%;
    bottom: 19%;
  }

  .coming-visual figcaption {
    right: 0;
    bottom: 14px;
  }

  .rain-promo {
    grid-column: auto;
    min-height: 112px;
  }
}

@media (max-width: 520px) {
  .coming-header,
  .coming-hero,
  .coming-footer {
    width: min(100% - 28px, 1440px);
  }

  .coming-brand {
    gap: 10px;
  }

  .coming-brand img {
    width: 126px;
  }

  .coming-brand span {
    padding-left: 10px;
  }

  .coming-nav {
    width: 100%;
    margin-left: 0;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    justify-content: flex-end;
  }

  .coming-copy h1 {
    font-size: 56px;
    line-height: 0.88;
  }

  .coming-eyebrow {
    max-width: 290px;
    font-size: 11px;
  }

  .coming-mantra {
    font-size: 12px;
  }

  .coming-visual {
    min-height: 350px;
    height: 350px;
  }

  .coming-visual img {
    width: 108%;
    max-width: none;
    right: -12%;
  }

  .coming-visual figcaption {
    right: 0;
    bottom: 8px;
    display: grid;
    padding: 10px 0 10px 14px;
    background: rgba(17, 19, 21, 0.48);
  }

  .coming-visual figcaption strong {
    font-size: 11px;
  }

  .accent-plane-one {
    width: 54px;
    height: 54px;
  }

  .rain-promo {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 22px 0;
  }

  .rain-promo p::after {
    content: "\2193";
  }

  .rain-promo a {
    width: 100%;
  }

  .coming-footer {
    min-height: 76px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }
}

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