/* Homepage award banner and platform download actions. */
html { scroll-padding-top: 100px; }
body { background: #fbf9f6; }
.award-banner {
  position: relative; isolation: isolate; overflow: hidden;
  width: min(1160px, calc(100% - 64px)); margin: 110px auto 0;
  padding: 28px 36px; min-height: 176px; border-radius: 24px;
  display: grid; grid-template-columns: 134px 1fr auto; align-items: center; gap: 28px;
  color: #fff8eb; background: linear-gradient(115deg, #292039, #443058 65%, #342741);
  border: 1px solid #66516d; box-shadow: 0 16px 40px #35234017;
}
.award-banner::before { content: ''; position: absolute; z-index: -1; width: 370px; height: 370px; right: -160px; top: -150px; border: 1px solid #ead4a329; border-radius: 50%; box-shadow: 0 0 0 40px #ead4a309, 0 0 0 80px #ead4a305; }
.award-emblem { width: 124px; height: 112px; color: #edcf96; }
.award-kicker { margin: 0 0 9px; color: #e4c895; font-size: 11px; letter-spacing: 3px; font-weight: 650; }
.award-event { margin: 0; font-size: 22px; line-height: 1.5; font-weight: 650; letter-spacing: .5px; }
.award-copy { min-width: 0; container-type: inline-size; }
.award-banner .award-event { white-space: nowrap; font-size: clamp(12px, 4.8cqw, 22px); letter-spacing: 0; }
.award-caption { margin: 9px 0 0; font-size: 13px; color: #d2c6da; line-height: 1.6; }
.award-result { border-left: 1px solid #d9c39b38; padding-left: 38px; text-align: center; }
.award-result strong { display: block; color: #f6dca9; font-size: 56px; letter-spacing: 5px; line-height: 1.2; font-weight: 850; }
.award-link { display: inline-flex; gap: 20px; align-items: center; margin-top: 13px; min-height: 30px; border-bottom: 1px solid #dac29765; color: #f0dec0; font-size: 12px; }
.award-link:hover { color: white; border-color: white; }
.award-link:focus-visible { outline: 2px solid #f6dca9; outline-offset: 6px; border-radius: 2px; }
.hero.hero-story { min-height: 510px; padding-top: 50px; padding-bottom: 56px; background: radial-gradient(ellipse at 70% 25%, #eae1ff99, transparent 65%); }
.hero-scene { min-height: 390px; }
.hero h1 { font-size: clamp(38px, 3.7vw, 54px); }
.hero-copy > p { font-size: 16px; }
.hero-copy > .hero-eyebrow { margin-top: 18px; }
.hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 450px; gap: 14px; margin: 48px 0 12px; }
.hero-actions .button { width: 100%; min-height: 54px; padding: 15px 12px; font-family: inherit; font-size: 16px; white-space: nowrap; }
.mac-download-wrap { position: relative; }
.mac-download { border: 0; cursor: default; opacity: 1; }
.mac-download:hover { transform: none; }
.coming-soon-bubble { position: absolute; z-index: 4; right: -4px; top: -30px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; color: #6c3a3e; background: #ffe6a8; border: 2px solid #61414d; border-radius: 16px 16px 16px 5px; box-shadow: 2px 3px 0 #61414d; font-size: 12px; font-weight: 800; line-height: 1.2; transform: rotate(5deg); pointer-events: none; white-space: nowrap; }
.coming-soon-bubble::after { content: ''; position: absolute; bottom: -6px; left: 17px; width: 8px; height: 8px; background: #ffe6a8; border-right: 2px solid #61414d; border-bottom: 2px solid #61414d; transform: rotate(45deg); }
.bubble-face { font-size: 17px; letter-spacing: 1px; }
.download-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 450px; gap: 14px; text-align: center; font-size: 12px; line-height: 1.6; color: #746b7d; }
.download-details a { color: #6846c2; }
.download-details a:hover { text-decoration: underline; }
.hero-story .note-one { top: 5%; }
.hero-story .note-two { bottom: 5%; }
@media (max-width: 880px) {
  .hero-actions, .download-details { margin-left: auto; margin-right: auto; }
  .award-banner { grid-template-columns: 1fr auto; gap: 20px; padding: 26px; }
  .award-emblem { display: none; }
  .award-event { font-size: 19px; }
  .award-result { padding-left: 24px; }
  .award-result strong { font-size: 43px; }
  .hero.hero-story { padding-top: 38px; }
}
@media (max-width: 560px) {
  .hero-actions { gap: 10px; }
  .hero-actions .button { font-size: 14px; padding: 15px 8px; }
  .download-details { gap: 10px; font-size: 11px; }
  .award-banner { width: calc(100% - 32px); margin-top: 88px; grid-template-columns: 1fr; gap: 18px; padding: 24px; border-radius: 20px; }
  .award-kicker { font-size: 10px; letter-spacing: 2px; }
  .award-event { font-size: clamp(15px, 4.6vw, 18px); letter-spacing: 0; }
  .award-caption { font-size: 12px; }
  .award-result { padding: 16px 0 0; border-left: 0; border-top: 1px solid #d9c39b38; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .award-result strong { font-size: 40px; letter-spacing: 3px; }
  .award-link { margin: 0; gap: 10px; flex-shrink: 0; }
  .hero.hero-story { padding-top: 30px; padding-bottom: 30px; }
  .hero h1 { font-size: 36px; }
  .hero-copy > p { font-size: 15px; }
  .hero-scene { min-height: 330px; }
}
