@font-face {
  font-family: "Onest";
  src: url("../../../uploads/2025/01/Onest-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Onest";
  src: url("../../../uploads/2025/01/Onest-Medium.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Onest";
  src: url("../../../uploads/2025/01/Onest-SemiBold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Onest";
  src: url("../../../uploads/2025/01/Onest-Bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

body.gwr-front-page-template,
body.gwr-editorial-site {
  --gwr-page-bg: #03070b;
  --gwr-surface: rgba(8, 15, 23, 0.76);
  --gwr-surface-strong: rgba(9, 16, 24, 0.9);
  --gwr-surface-muted: rgba(15, 25, 36, 0.72);
  --gwr-border: rgba(255, 255, 255, 0.08);
  --gwr-border-strong: rgba(255, 255, 255, 0.16);
  --gwr-text: #f7f8f3;
  --gwr-text-muted: rgba(247, 248, 243, 0.72);
  --gwr-accent: #e9bc66;
  --gwr-accent-soft: rgba(233, 188, 102, 0.14);
  --gwr-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
  background:
    radial-gradient(circle at 82% 18%, rgba(240, 186, 90, 0.1), transparent 18%),
    radial-gradient(circle at 76% 38%, rgba(49, 147, 214, 0.12), transparent 24%),
    linear-gradient(180deg, #02060a 0%, #07111a 52%, #04080d 100%);
  color: var(--gwr-text);
  font-family: "Onest", "Helvetica Neue", sans-serif;
  margin: 0;
  overflow-x: hidden;
}

.gwr-front-page-template,
.gwr-editorial-site {
  line-height: 1.5;
}

.gwr-front-page-template *,
.gwr-editorial-site * {
  box-sizing: border-box;
}

.gwr-front-page-template img,
.gwr-editorial-site img {
  display: block;
  max-width: 100%;
}

.gwr-front-page-template a,
.gwr-editorial-site a {
  color: inherit;
  text-decoration: none;
}

.gwr-front-page-template .skip-link,
.gwr-editorial-site .skip-link {
  display: none;
}

.gwr-page-shell {
  margin: 0 auto;
  max-width: none;
  padding: 0 0 64px;
  position: relative;
  z-index: 1;
}

.gwr-page-backdrop {
  background:
    radial-gradient(circle at 82% 14%, rgba(240, 186, 90, 0.1), transparent 16%),
    radial-gradient(circle at 74% 44%, rgba(46, 145, 212, 0.14), transparent 20%),
    linear-gradient(154deg, rgba(2, 5, 8, 0.62) 0%, rgba(7, 20, 30, 0.74) 36%, rgba(8, 34, 52, 0.68) 70%, rgba(4, 8, 13, 0.78) 100%);
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

.gwr-page-backdrop-video {
  height: 108%;
  inset: -4%;
  object-fit: cover;
  opacity: 0.5;
  position: absolute;
  transform: scale(1.04);
  width: 108%;
  z-index: 0;
  filter: saturate(1.08) contrast(1.12) brightness(1.02);
}

.gwr-page-backdrop::before,
.gwr-page-backdrop::after {
  content: "";
  inset: 0;
  position: absolute;
}

.gwr-page-backdrop::before {
  background:
    linear-gradient(180deg, rgba(1, 4, 8, 0.12), rgba(1, 4, 8, 0.34)),
    linear-gradient(90deg, rgba(2, 5, 8, 0.46) 0%, rgba(2, 5, 8, 0.22) 34%, rgba(2, 5, 8, 0.08) 60%, rgba(2, 5, 8, 0.28) 100%);
  z-index: 3;
}

.gwr-page-backdrop::after {
  background:
    radial-gradient(circle at 84% 18%, rgba(240, 188, 92, 0.18), transparent 18%),
    radial-gradient(circle at 78% 42%, rgba(61, 148, 216, 0.18), transparent 20%),
    radial-gradient(circle at 80% 72%, rgba(16, 94, 138, 0.14), transparent 18%);
  z-index: 2;
}

.gwr-page-backdrop-glow {
  filter: blur(56px);
  position: absolute;
  z-index: 1;
}

.gwr-page-backdrop-glow--left {
  background: radial-gradient(circle at center, rgba(70, 170, 210, 0.16), rgba(70, 170, 210, 0));
  height: 48vh;
  left: -8vw;
  top: 4vh;
  width: 40vw;
}

.gwr-page-backdrop-glow--right {
  background: radial-gradient(circle at center, rgba(237, 180, 86, 0.14), rgba(237, 180, 86, 0));
  height: 44vh;
  right: -6vw;
  top: 24vh;
  width: 34vw;
}

.gwr-page-ribbon {
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -26px 48px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: -14vw;
  transform: rotate(-13deg);
  z-index: 1;
}

.gwr-page-ribbon::before,
.gwr-page-ribbon::after {
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
}

.gwr-page-ribbon::after {
  height: 3px;
  inset: 8% 4% auto 4%;
}

.gwr-page-ribbon--top {
  height: 18vh;
  top: 14vh;
  width: 72vw;
}

.gwr-page-ribbon--top::before {
  background: linear-gradient(90deg, rgba(6, 16, 24, 0.03) 0%, rgba(7, 30, 46, 0.06) 24%, rgba(12, 88, 130, 0.16) 64%, rgba(7, 15, 23, 0.04) 100%);
}

.gwr-page-ribbon--top::after {
  background: linear-gradient(90deg, rgba(244, 190, 94, 0.04) 0%, rgba(244, 190, 94, 0.14) 54%, rgba(244, 190, 94, 0.05) 100%);
}

.gwr-page-ribbon--mid {
  height: 22vh;
  right: -10vw;
  top: 40vh;
  width: 82vw;
}

.gwr-page-ribbon--mid::before {
  background: linear-gradient(90deg, rgba(6, 15, 22, 0.03) 0%, rgba(7, 34, 52, 0.06) 22%, rgba(13, 92, 134, 0.17) 58%, rgba(7, 16, 25, 0.04) 100%);
}

.gwr-page-ribbon--mid::after {
  background: linear-gradient(90deg, rgba(243, 192, 95, 0.04) 0%, rgba(243, 192, 95, 0.16) 52%, rgba(243, 192, 95, 0.05) 100%);
}

.gwr-page-ribbon--low {
  height: 16vh;
  right: -2vw;
  top: 74vh;
  width: 62vw;
}

.gwr-page-ribbon--low::before {
  background: linear-gradient(90deg, rgba(5, 14, 21, 0.025) 0%, rgba(7, 28, 43, 0.05) 18%, rgba(10, 77, 113, 0.14) 56%, rgba(6, 15, 23, 0.035) 100%);
}

.gwr-page-ribbon--low::after {
  background: linear-gradient(90deg, rgba(239, 184, 88, 0.04) 0%, rgba(239, 184, 88, 0.12) 50%, rgba(239, 184, 88, 0.04) 100%);
}

.gwr-shell-header {
  align-items: center;
  backdrop-filter: blur(20px);
  background: rgba(252, 252, 248, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  box-shadow: 0 12px 40px rgba(17, 24, 39, 0.06);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  margin-bottom: 28px;
  padding: 14px 18px;
  position: sticky;
  top: 24px;
  z-index: 50;
}

body.admin-bar .gwr-shell-header {
  top: 56px;
}

.gwr-brand {
  align-items: center;
  display: inline-flex;
  gap: 14px;
  min-width: 0;
}

.gwr-brand-logo {
  height: 40px;
  max-width: 176px;
  width: auto;
}

.gwr-brand-logo--icon {
  border-radius: 16px;
  height: 40px;
  max-width: 40px;
}

.gwr-brand-mark {
  align-items: center;
  background: linear-gradient(135deg, #1c7c64, #214e77);
  border-radius: 14px;
  color: #fff;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  letter-spacing: 0.08em;
  width: 42px;
}

.gwr-brand-copy {
  display: grid;
  gap: 2px;
}

.gwr-brand-title {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.gwr-brand-subtitle {
  color: var(--gwr-text-muted);
  font-size: 0.78rem;
}

.gwr-primary-nav {
  justify-self: center;
}

.gwr-nav-list,
.gwr-nav-list ul,
.gwr-footer-links {
  align-items: center;
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gwr-nav-list a,
.gwr-header-link {
  border-radius: 999px;
  color: var(--gwr-text-muted);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 500;
  padding: 10px 14px;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.gwr-nav-list li.current-menu-item > a,
.gwr-nav-list a:hover,
.gwr-header-link:hover {
  background: rgba(16, 24, 18, 0.06);
  color: var(--gwr-text);
  transform: translateY(-1px);
}

.gwr-nav-list li {
  position: relative;
}

.gwr-nav-list .sub-menu {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 24, 18, 0.08);
  border-radius: 18px;
  box-shadow: var(--gwr-shadow);
  display: none;
  left: 0;
  min-width: 180px;
  padding: 8px;
  position: absolute;
  top: calc(100% + 6px);
}

.gwr-nav-list li:hover > .sub-menu,
.gwr-nav-list li:focus-within > .sub-menu {
  display: grid;
}

.gwr-header-actions {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.gwr-header-cta,
.gwr-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  min-height: 48px;
  min-width: 148px;
  padding: 0 20px;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.gwr-header-cta,
.gwr-button--primary {
  background: var(--gwr-text);
  box-shadow: 0 16px 32px rgba(16, 24, 20, 0.12);
  color: #f7f7f2 !important;
}

.gwr-header-cta:hover,
.gwr-button--primary:hover,
.gwr-button--light:hover,
.gwr-button--ghost:hover,
.gwr-button--ghost-dark:hover {
  transform: translateY(-2px);
}

.gwr-button--ghost {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(16, 24, 18, 0.14);
  color: var(--gwr-text);
}

.gwr-button--light {
  background: #f7f6ef;
  color: var(--gwr-text);
}

.gwr-button--ghost-dark {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 24, 18, 0.12);
  color: var(--gwr-text);
}

.gwr-front-content {
  display: grid;
  gap: 0;
}

.gwr-is-local-preview #moove_gdpr_cookie_info_bar,
.gwr-is-local-preview .moove-gdpr-dark-scheme {
  display: none !important;
}

.gwr-hero,
.gwr-section,
.gwr-shell-footer {
  position: relative;
}

.gwr-section::before,
.gwr-shell-footer::before {
  background:
    radial-gradient(circle at 84% 18%, rgba(240, 188, 92, 0.08), transparent 18%),
    radial-gradient(circle at 76% 44%, rgba(61, 148, 216, 0.11), transparent 22%),
    linear-gradient(152deg, rgba(4, 8, 13, 0.02) 0%, rgba(8, 35, 56, 0.03) 36%, rgba(13, 84, 121, 0.05) 70%, rgba(7, 16, 25, 0.02) 100%);
  border-radius: 40px;
  content: "";
  inset: -18px -8px;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.gwr-section > *,
.gwr-shell-footer > * {
  position: relative;
  z-index: 1;
}

.gwr-hero {
  isolation: isolate;
  min-height: 780px;
  overflow: hidden;
  padding: 20px;
}

.gwr-hero-motion {
  background: linear-gradient(132deg, #03070b 0%, #081622 40%, #0b2335 72%, #060c12 100%);
  border-radius: 52px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -36px 72px rgba(0, 0, 0, 0.2);
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.gwr-hero-motion::before,
.gwr-hero-motion::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.gwr-hero-motion::before {
  background:
    linear-gradient(90deg, rgba(4, 9, 13, 0.9) 0%, rgba(4, 10, 14, 0.78) 28%, rgba(4, 10, 14, 0.34) 56%, rgba(4, 10, 14, 0.08) 100%);
  z-index: 2;
}

.gwr-hero-motion::after {
  background:
    radial-gradient(circle at 78% 18%, rgba(247, 192, 95, 0.14), transparent 16%),
    radial-gradient(circle at 84% 44%, rgba(44, 147, 218, 0.16), transparent 18%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.22));
  z-index: 2;
}

.gwr-hero-video,
.gwr-hero-aura,
.gwr-hero-noise {
  inset: 0;
  position: absolute;
}

.gwr-hero-video {
  height: 100%;
  object-fit: cover;
  width: 100%;
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.03);
  z-index: 0;
}

.gwr-hero-aura {
  filter: blur(36px);
  opacity: 0.34;
  z-index: 1;
}

.gwr-hero-aura--left {
  background: radial-gradient(circle at center, rgba(57, 160, 214, 0.28), rgba(57, 160, 214, 0));
  left: -18%;
  top: 4%;
  width: 54%;
}

.gwr-hero-aura--right {
  background: radial-gradient(circle at center, rgba(233, 175, 86, 0.22), rgba(233, 175, 86, 0));
  left: 56%;
  top: -8%;
  width: 38%;
}

.gwr-hero-noise {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-position: center;
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), transparent 74%);
  opacity: 0.08;
  z-index: 1;
}

.gwr-hero-copy,
.gwr-hero-visuals {
  position: relative;
  z-index: 1;
}

.gwr-hero-grid {
  align-items: end;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, 460px);
  min-height: 100%;
  position: relative;
  z-index: 1;
}

.gwr-hero-copy {
  align-self: end;
  display: grid;
  gap: 0;
  max-width: 660px;
  padding: 0 0 18px 2px;
}

.gwr-hero .gwr-kicker {
  color: rgba(241, 189, 92, 0.94);
}

.gwr-hero h1,
.gwr-hero-title {
  color: #f7f8f3;
  font-size: clamp(3.3rem, 6.6vw, 6.5rem);
  max-width: 7ch;
}

.gwr-hero .gwr-lede {
  color: rgba(244, 247, 244, 0.74);
  max-width: 58ch;
}

.gwr-hero .gwr-button--primary {
  background: rgba(248, 248, 242, 0.96);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  color: #071018 !important;
}

.gwr-hero .gwr-button--ghost {
  background: rgba(8, 16, 24, 0.34);
  border-color: rgba(255, 255, 255, 0.18);
  color: #f7f8f3;
}

.gwr-kicker,
.gwr-section-label,
.gwr-card-label {
  color: #3d6e5e;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.gwr-hero h1,
.gwr-hero-title,
.gwr-section-heading h2,
.gwr-cta-panel h2,
.gwr-editorial-copy h2 {
  font-size: clamp(2.9rem, 6vw, 5.8rem);
  letter-spacing: -0.06em;
  line-height: 0.94;
  margin: 0;
  max-width: 11ch;
}

.gwr-section-heading h2,
.gwr-cta-panel h2,
.gwr-editorial-copy h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  max-width: 12ch;
}

.gwr-lede,
.gwr-section-heading > p,
.gwr-editorial-copy > p,
.gwr-footer-copy {
  color: var(--gwr-text-muted);
  font-size: 1.05rem;
  margin: 18px 0 0;
  max-width: 62ch;
}

.gwr-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.gwr-signal-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.gwr-signal-list li {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  display: grid;
  gap: 6px;
  min-height: 108px;
  padding: 16px 18px;
}

.gwr-signal-list li span {
  color: rgba(241, 189, 92, 0.94);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gwr-signal-list li strong {
  color: #f7f8f3;
  font-size: 1rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.gwr-hero-visuals,
.gwr-hero-stack,
.gwr-card-grid,
.gwr-capability-grid,
.gwr-editorial-band,
.gwr-editorial-main,
.gwr-editorial-notes,
.gwr-cta-band {
  display: grid;
  gap: 18px;
}

.gwr-hero-visuals {
  align-content: end;
  align-self: end;
  gap: 14px;
  justify-self: end;
  max-width: 460px;
  width: 100%;
}

.gwr-feature-card,
.gwr-story-card,
.gwr-capability-card,
.gwr-note-card,
.gwr-cta-panel,
.gwr-shell-footer,
.gwr-editorial-main {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(249, 251, 247, 0.7) 100%);
  border: 1px solid var(--gwr-border);
  border-radius: 32px;
  box-shadow: var(--gwr-shadow);
}

.gwr-feature-card {
  overflow: hidden;
}

.gwr-hero .gwr-feature-card {
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(8, 16, 24, 0.74) 0%, rgba(8, 16, 24, 0.48) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.gwr-feature-card--hero {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  min-height: 226px;
}

.gwr-feature-card--compact {
  align-content: start;
  min-height: 196px;
  padding: 24px;
}

.gwr-feature-card--image {
  grid-template-columns: minmax(0, 1fr);
  padding: 0;
}

.gwr-hero .gwr-feature-card--compact {
  background:
    radial-gradient(circle at 84% 18%, rgba(240, 188, 92, 0.14), transparent 18%),
    radial-gradient(circle at 76% 56%, rgba(46, 145, 212, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(8, 16, 24, 0.72) 0%, rgba(8, 16, 24, 0.48) 100%);
}

.gwr-card-copy {
  display: grid;
  gap: 14px;
  padding: 28px;
}

.gwr-hero-stack {
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gwr-hero .gwr-feature-card--image .gwr-card-media {
  min-height: 120px;
}

.gwr-hero .gwr-feature-card--image .gwr-card-copy {
  padding: 20px 22px 22px;
}

.gwr-hero .gwr-card-label {
  color: rgba(241, 189, 92, 0.92);
}

.gwr-hero .gwr-card-copy h2,
.gwr-hero .gwr-feature-card--compact h2 {
  color: #f7f8f3;
}

.gwr-hero .gwr-card-copy p:not(.gwr-card-label),
.gwr-hero .gwr-feature-card--compact p:not(.gwr-card-label) {
  color: rgba(244, 247, 244, 0.72);
}

.gwr-hero .gwr-card-copy a,
.gwr-hero .gwr-feature-card--compact a {
  color: #f7f8f3;
}

.gwr-hero .gwr-card-copy a:hover,
.gwr-hero .gwr-feature-card--compact a:hover {
  color: rgba(241, 189, 92, 0.96);
}

.gwr-hero .gwr-card-media img {
  filter: saturate(1.08) contrast(1.08);
}

.gwr-card-copy h2,
.gwr-story-copy h3,
.gwr-capability-card h3,
.gwr-note-card h3 {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
}

.gwr-card-copy p:not(.gwr-card-label),
.gwr-story-copy p:not(.gwr-card-label),
.gwr-capability-card p:not(.gwr-card-label),
.gwr-note-card p:not(.gwr-card-label),
.gwr-cta-panel p:not(.gwr-card-label) {
  color: var(--gwr-text-muted);
  margin: 0;
}

.gwr-card-copy a,
.gwr-story-copy a,
.gwr-capability-card a,
.gwr-inline-links a {
  color: var(--gwr-text);
  font-weight: 600;
}

.gwr-card-copy a:hover,
.gwr-story-copy a:hover,
.gwr-capability-card a:hover,
.gwr-inline-links a:hover {
  color: var(--gwr-accent);
}

.gwr-card-media,
.gwr-story-card img,
.gwr-editorial-media img {
  height: 100%;
}

.gwr-card-media img,
.gwr-story-card img,
.gwr-editorial-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gwr-hero .gwr-card-media img {
  filter: saturate(1.08) contrast(1.08);
}

.gwr-card-grid--three,
.gwr-capability-grid,
.gwr-editorial-notes,
.gwr-cta-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gwr-story-card {
  overflow: hidden;
}

.gwr-story-card img {
  aspect-ratio: 1.15;
}

.gwr-story-copy,
.gwr-capability-card,
.gwr-note-card,
.gwr-cta-panel {
  padding: 24px;
}

.gwr-section {
  display: grid;
  gap: 24px;
}

.gwr-section-heading {
  align-items: start;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gwr-section-heading > p {
  justify-self: end;
  margin-top: 6px;
  max-width: 34ch;
}

.gwr-capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gwr-capability-card {
  min-height: 240px;
}

.gwr-editorial-band {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.gwr-editorial-main {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.8fr);
  overflow: hidden;
  padding: 20px;
}

.gwr-editorial-media img {
  aspect-ratio: 0.98;
  border-radius: 26px;
}

.gwr-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.gwr-editorial-notes {
  grid-template-columns: 1fr;
}

.gwr-note-card {
  min-height: 0;
}

.gwr-cta-band {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gwr-cta-panel {
  align-items: end;
  background-position: center;
  background-size: cover;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 280px;
}

.gwr-cta-panel--dark {
  background:
    radial-gradient(circle at top right, rgba(62, 184, 147, 0.14), transparent 32%),
    linear-gradient(135deg, #0f1612, #152822);
  color: #f7f6f0;
}

.gwr-cta-panel--dark .gwr-card-label,
.gwr-cta-panel--dark p:not(.gwr-card-label) {
  color: rgba(247, 246, 240, 0.78);
}

.gwr-shell-footer {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  margin-top: 8px;
  padding: 22px 24px;
}

.gwr-footer-links a {
  color: var(--gwr-text-muted);
  padding: 8px 0;
}

.gwr-footer-links a:hover {
  color: var(--gwr-text);
}

.gwr-footer-meta {
  color: var(--gwr-text-muted);
  margin: 0;
}

.gwr-shell-header {
  background: rgba(8, 12, 18, 0.84);
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 44px rgba(4, 8, 13, 0.18);
}

.gwr-brand-title,
.gwr-nav-list li.current-menu-item > a,
.gwr-nav-list a:hover,
.gwr-header-link:hover {
  color: #f7f8f3;
}

.gwr-brand-subtitle,
.gwr-nav-list a,
.gwr-header-link {
  color: rgba(247, 248, 243, 0.68);
}

.gwr-nav-list li.current-menu-item > a,
.gwr-nav-list a:hover,
.gwr-header-link:hover {
  background: rgba(255, 255, 255, 0.08);
}

.gwr-header-cta,
.gwr-button--primary {
  background: #f7f8f3;
  color: #071018 !important;
}

.gwr-front-content {
  gap: 12px;
}

.gwr-section::before,
.gwr-shell-footer::before {
  content: none;
}

.gwr-opening-screen {
  isolation: isolate;
  min-height: max(680px, 100svh);
  overflow: hidden;
  padding: 28px clamp(28px, 4vw, 44px) 38px;
  position: relative;
}

.gwr-opening-screen__motion {
  -webkit-backdrop-filter: saturate(1.34) contrast(1.1) brightness(1.08);
  backdrop-filter: saturate(1.34) contrast(1.1) brightness(1.08);
  background:
    linear-gradient(138deg, rgba(8, 38, 64, 0.1) 0%, rgba(8, 38, 64, 0) 38%, rgba(4, 8, 13, 0.06) 100%);
  border-radius: 0;
  box-shadow: none;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.gwr-opening-screen__motion::before,
.gwr-opening-screen__motion::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.gwr-opening-screen__motion::before {
  background:
    linear-gradient(180deg, rgba(3, 7, 11, 0.26) 0%, rgba(3, 7, 11, 0.08) 36%, rgba(3, 7, 11, 0.22) 100%),
    linear-gradient(90deg, rgba(1, 5, 10, 0.18) 0%, rgba(1, 5, 10, 0.04) 40%, rgba(1, 5, 10, 0.2) 100%);
  z-index: 2;
}

.gwr-opening-screen__motion::after {
  background:
    radial-gradient(circle at 78% 20%, rgba(247, 192, 95, 0.28), transparent 16%),
    radial-gradient(circle at 80% 58%, rgba(44, 147, 218, 0.22), transparent 20%),
    radial-gradient(circle at 16% 48%, rgba(27, 114, 176, 0.18), transparent 22%),
    linear-gradient(140deg, rgba(19, 78, 121, 0.16) 0%, rgba(19, 78, 121, 0) 34%, rgba(234, 179, 88, 0.08) 60%, rgba(234, 179, 88, 0) 78%);
  z-index: 1;
}

.gwr-opening-screen__glow {
  inset: 0;
  position: absolute;
}

.gwr-opening-screen__glow {
  filter: blur(42px);
  opacity: 0.48;
  z-index: 1;
}

.gwr-opening-screen__glow--left {
  background: radial-gradient(circle at center, rgba(57, 160, 214, 0.3), rgba(57, 160, 214, 0));
  left: -16%;
  top: 6%;
  width: 52%;
}

.gwr-opening-screen__glow--right {
  background: radial-gradient(circle at center, rgba(233, 175, 86, 0.3), rgba(233, 175, 86, 0));
  left: 56%;
  top: -8%;
  width: 38%;
}

.gwr-opening-header,
.gwr-opening-screen__content {
  position: relative;
  z-index: 2;
}

.gwr-opening-header {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 1360px;
}

.gwr-opening-nav {
  justify-self: start;
  min-width: 0;
}

.gwr-opening-nav .gwr-nav-list {
  gap: 10px;
}

.gwr-opening-nav .gwr-nav-list a {
  background: transparent;
  color: rgba(247, 248, 243, 0.86);
  font-size: 0.96rem;
  padding: 8px 10px;
  text-transform: uppercase;
}

.gwr-opening-nav .gwr-nav-list li.current-menu-item > a,
.gwr-opening-nav .gwr-nav-list a:hover {
  background: transparent;
  color: #ffffff;
}

.gwr-opening-nav .gwr-nav-list .sub-menu {
  background: rgba(7, 14, 21, 0.92);
  border-color: rgba(255, 255, 255, 0.08);
}

.gwr-opening-brand {
  justify-self: center;
}

.gwr-opening-brand__logo {
  filter: brightness(0) invert(1) drop-shadow(0 14px 28px rgba(0, 0, 0, 0.22));
  height: 64px;
  max-width: min(25vw, 270px);
  width: auto;
}

.gwr-opening-brand__icon {
  border-radius: 16px;
  height: 56px;
  width: 56px;
}

.gwr-opening-brand__text {
  color: #f7f8f3;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gwr-opening-actions {
  justify-self: end;
}

.gwr-opening-cta,
.gwr-opening-screen__button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 14px;
  color: #f7f8f3 !important;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 500;
  justify-content: center;
  min-height: 46px;
  min-width: 182px;
  padding: 0 22px;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.gwr-opening-cta:hover,
.gwr-opening-screen__button:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
  transform: translateY(-1px);
}

.gwr-opening-screen__content {
  align-content: center;
  display: grid;
  gap: 18px;
  justify-items: center;
  margin: 0 auto;
  max-width: 1360px;
  min-height: calc(100svh - 146px);
  padding-bottom: 90px;
  padding-top: clamp(28px, 8vh, 74px);
  text-align: center;
}

.gwr-opening-screen__kicker {
  color: rgba(233, 188, 102, 0.88);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0;
  text-transform: uppercase;
}

.gwr-opening-screen__title {
  color: #f7f8f3;
  font-family: "Onest", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: clamp(2.85rem, 4.25vw, 4.15rem);
  letter-spacing: -0.06em;
  line-height: 1.02;
  margin: 0;
  max-width: 15ch;
  text-wrap: balance;
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.gwr-opening-meta {
  bottom: 30px;
  color: rgba(247, 248, 243, 0.92);
  font-size: 0.82rem;
  left: clamp(28px, 4vw, 44px);
  margin: 0;
  position: absolute;
  z-index: 2;
}

.gwr-hero {
  backdrop-filter: blur(22px);
  background: linear-gradient(180deg, rgba(8, 15, 23, 0.78) 0%, rgba(8, 14, 22, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  min-height: 0;
  margin: -36px auto 0;
  max-width: min(1360px, calc(100vw - 48px));
  overflow: hidden;
  padding: clamp(24px, 3.5vw, 36px);
  position: relative;
  z-index: 3;
}

.gwr-hero-grid {
  align-items: start;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  min-height: 0;
  padding: 0;
}

.gwr-hero-feature,
.gwr-hero-release-card,
.gwr-release-tile,
.gwr-news-card,
.gwr-channel-card {
  background: linear-gradient(180deg, rgba(11, 19, 28, 0.94) 0%, rgba(8, 15, 23, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.gwr-hero-feature-art,
.gwr-hero-release-media,
.gwr-release-media {
  background:
    radial-gradient(circle at 78% 16%, rgba(240, 188, 92, 0.12), transparent 22%),
    radial-gradient(circle at 20% 84%, rgba(56, 147, 214, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(7, 14, 21, 0.96) 0%, rgba(10, 22, 33, 0.92) 100%);
  display: grid;
  overflow: hidden;
  place-items: center;
}

.gwr-hero-copy {
  align-self: start;
  display: grid;
  gap: 0;
  justify-items: start;
  max-width: 700px;
  padding: 8px 8px 0 2px;
  text-align: left;
  width: 100%;
}

.gwr-hero h1,
.gwr-hero-title {
  color: #f7f8f3;
  font-size: clamp(2.6rem, 4.6vw, 4.5rem);
  max-width: 10ch;
}

.gwr-hero .gwr-lede {
  color: rgba(247, 248, 243, 0.72);
  max-width: 56ch;
}

.gwr-hero-caption {
  color: rgba(247, 248, 243, 0.52);
  margin: 0;
  margin-top: 18px;
  max-width: 58ch;
}

.gwr-hero .gwr-kicker {
  color: rgba(233, 188, 102, 0.86);
}

.gwr-hero .gwr-button--primary {
  background: rgba(247, 248, 243, 0.96);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
  color: #071018 !important;
}

.gwr-hero .gwr-button--ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.16);
  color: #f7f8f3;
}

.gwr-hero-feature {
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(10, 18, 27, 0.9) 0%, rgba(8, 15, 23, 0.94) 100%);
  border-radius: 28px;
  display: grid;
  gap: 18px;
  overflow: hidden;
  padding: 22px;
  width: 100%;
}

.gwr-hero-feature-art {
  border-radius: 20px;
  min-height: 310px;
  padding: 20px;
}

.gwr-hero-feature-art img {
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.gwr-hero-feature-copy {
  display: grid;
  gap: 10px;
  padding: 0 6px 4px;
}

.gwr-hero-feature-copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: -0.05em;
  line-height: 0.95;
  margin: 0;
}

.gwr-hero-feature-summary {
  color: rgba(247, 248, 243, 0.68);
  margin: 0;
}

.gwr-hero-feature-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.gwr-hero-rail {
  contain-intrinsic-size: 320px;
  content-visibility: auto;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.gwr-hero-release-card {
  border-radius: 20px;
  overflow: hidden;
}

.gwr-hero-release-link {
  display: grid;
  min-height: 100%;
}

.gwr-hero-release-media {
  padding: 12px 12px 8px;
}

.gwr-hero-release-media img {
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.gwr-hero-release-copy {
  display: grid;
  gap: 6px;
  padding: 4px 18px 18px;
}

.gwr-hero-release-copy h3 {
  font-size: 1.02rem;
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin: 0;
}

.gwr-section {
  gap: 18px;
  margin: 28px auto 0;
  max-width: min(1360px, calc(100vw - 48px));
  padding-inline: 0;
}

.gwr-section--release-wall,
.gwr-section--news,
.gwr-section--channels {
  contain-intrinsic-size: 960px;
  content-visibility: auto;
  padding-top: 4px;
}

.gwr-section-bar {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-inline: 4px;
}

.gwr-section-bar h2 {
  color: #f7f8f3;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  letter-spacing: -0.05em;
  line-height: 0.96;
  margin: 0;
  max-width: 18ch;
}

.gwr-section-link {
  align-self: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(247, 248, 243, 0.88);
  font-size: 0.92rem;
  font-weight: 600;
  min-height: 44px;
  padding: 11px 18px;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.gwr-section-link:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  transform: translateY(-1px);
}

.gwr-release-grid,
.gwr-news-grid,
.gwr-channel-grid {
  display: grid;
  gap: 16px;
}

.gwr-release-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gwr-release-tile {
  border-radius: 18px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gwr-release-tile.is-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.gwr-release-tile:hover,
.gwr-news-card:hover,
.gwr-channel-card:hover {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transform: translateY(-3px);
}

.gwr-release-link,
.gwr-news-link {
  display: grid;
  height: 100%;
}

.gwr-release-media {
  padding: 12px;
}

.gwr-release-media img {
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.gwr-release-tile.is-featured .gwr-release-media {
  padding: 16px;
}

.gwr-release-tile.is-featured .gwr-release-media img {
  aspect-ratio: 1 / 1.12;
}

.gwr-release-copy {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.gwr-release-copy h3,
.gwr-news-copy h3,
.gwr-channel-card h3 {
  font-size: clamp(1.15rem, 2.1vw, 1.7rem);
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin: 0;
}

.gwr-release-copy p,
.gwr-news-copy p,
.gwr-channel-card p {
  margin: 0;
}

.gwr-release-copy p:not(.gwr-card-label):not(.gwr-release-meta),
.gwr-news-copy p:not(.gwr-card-label),
.gwr-channel-card p:not(.gwr-card-label) {
  color: rgba(247, 248, 243, 0.68);
}

.gwr-release-meta {
  color: rgba(233, 188, 102, 0.92);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gwr-news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gwr-news-card {
  border-radius: 18px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gwr-news-link {
  grid-template-rows: 220px auto;
}

.gwr-news-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gwr-news-copy {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.gwr-news-copy span {
  color: #f7f8f3;
  font-size: 0.92rem;
  font-weight: 600;
}

.gwr-kicker,
.gwr-section-label,
.gwr-card-label {
  color: rgba(233, 188, 102, 0.88);
}

.gwr-release-copy h3,
.gwr-news-copy h3,
.gwr-channel-card h3,
.gwr-footer-copy,
.gwr-footer-meta {
  color: #f7f8f3;
}

.gwr-footer-links a {
  color: rgba(247, 248, 243, 0.78);
}

.gwr-footer-links a:hover {
  color: #ffffff;
}

.gwr-channel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gwr-channel-card {
  border-radius: 22px;
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 28px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gwr-section--channels .gwr-cta-band {
  margin-top: 4px;
}

.gwr-cta-panel {
  background: linear-gradient(180deg, rgba(10, 18, 27, 0.92) 0%, rgba(8, 15, 23, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  min-height: 240px;
  overflow: hidden;
  position: relative;
}

.gwr-cta-panel::before {
  background: linear-gradient(180deg, rgba(3, 7, 11, 0.14), rgba(3, 7, 11, 0.56));
  content: "";
  inset: 0;
  position: absolute;
}

.gwr-cta-panel > * {
  position: relative;
  z-index: 1;
}

.gwr-shell-footer {
  background: linear-gradient(180deg, rgba(9, 16, 24, 0.88) 0%, rgba(7, 13, 20, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  contain-intrinsic-size: 220px;
  content-visibility: auto;
  margin: 28px auto 0;
  max-width: min(1360px, calc(100vw - 48px));
}

@media (max-width: 1180px) {
  .gwr-shell-header {
    border-radius: 30px;
    grid-template-columns: 1fr;
    justify-items: start;
    position: static;
  }

  body.admin-bar .gwr-shell-header {
    top: auto;
  }

  .gwr-primary-nav {
    justify-self: start;
  }

  .gwr-nav-list {
    flex-wrap: wrap;
  }

  .gwr-opening-screen {
    min-height: max(620px, 100svh);
    padding: 24px 24px 30px;
  }

  .gwr-opening-header {
    grid-template-columns: 1fr auto 1fr;
  }

  .gwr-opening-brand__logo {
    height: 60px;
    max-width: 260px;
  }

  .gwr-opening-screen__title {
    max-width: 13ch;
  }

  .gwr-hero,
  .gwr-section-heading,
  .gwr-editorial-band,
  .gwr-editorial-main,
  .gwr-cta-band,
  .gwr-shell-footer {
    grid-template-columns: 1fr;
  }

  .gwr-hero {
    margin-top: -24px;
    max-width: min(1360px, calc(100vw - 40px));
    min-height: 0;
    padding: 26px;
  }

  .gwr-hero-grid {
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) 340px;
    min-height: 0;
    padding: 28px;
  }

  .gwr-release-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gwr-news-grid,
  .gwr-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gwr-news-grid .gwr-news-card:last-child,
  .gwr-channel-grid .gwr-channel-card:last-child {
    grid-column: span 2;
  }

  .gwr-cta-panel {
    grid-template-columns: 1fr;
  }

  .gwr-section-bar {
    grid-template-columns: 1fr;
  }

  .gwr-section-heading > p {
    justify-self: start;
    margin-top: 16px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .gwr-shell-header {
    top: auto;
  }

  .gwr-page-shell {
    padding: 0 0 36px;
  }

  .gwr-page-backdrop-glow--left,
  .gwr-page-backdrop-glow--right {
    width: 60vw;
  }

  .gwr-page-ribbon {
    right: -28vw;
    transform: rotate(-16deg);
  }

  .gwr-page-ribbon--top {
    height: 12vh;
    top: 16vh;
    width: 118vw;
  }

  .gwr-page-ribbon--mid {
    height: 15vh;
    right: -18vw;
    top: 36vh;
    width: 126vw;
  }

  .gwr-page-ribbon--low {
    height: 10vh;
    right: -6vw;
    top: 66vh;
    width: 96vw;
  }

  .gwr-shell-header {
    gap: 18px;
    padding: 16px;
  }

  .gwr-header-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .gwr-header-link,
  .gwr-header-cta {
    flex: 1 1 0;
    justify-content: center;
  }

  .gwr-primary-nav {
    overflow-x: auto;
    width: 100%;
  }

  .gwr-nav-list {
    flex-wrap: nowrap;
    min-width: max-content;
  }

  .gwr-brand {
    align-items: flex-start;
  }

  .gwr-brand-logo {
    height: 32px;
    max-width: 144px;
  }

  .gwr-opening-screen {
    min-height: 100svh;
    padding: 18px 18px 22px;
  }

  .gwr-opening-header {
    gap: 14px;
    grid-template-columns: 1fr auto;
  }

  .gwr-opening-nav {
    grid-column: 1 / -1;
    order: 3;
    overflow-x: auto;
    width: 100%;
  }

  .gwr-opening-brand {
    justify-self: start;
  }

  .gwr-opening-nav .gwr-nav-list {
    flex-wrap: nowrap;
    min-width: max-content;
  }

  .gwr-opening-brand__logo {
    height: 42px;
    max-width: 192px;
  }

  .gwr-opening-cta,
  .gwr-opening-screen__button {
    min-width: 0;
    padding: 0 16px;
  }

  .gwr-opening-screen__content {
    gap: 16px;
    min-height: calc(100svh - 156px);
    padding-bottom: 52px;
    padding-top: 8px;
  }

  .gwr-opening-screen__kicker {
    font-size: 0.74rem;
    letter-spacing: 0.16em;
  }

  .gwr-opening-screen__title {
    font-size: clamp(2.3rem, 8.4vw, 3.5rem);
    max-width: 11ch;
  }

  .gwr-opening-meta {
    bottom: 18px;
    font-size: 0.72rem;
    left: 18px;
  }

  .gwr-hero {
    margin-top: -16px;
    max-width: calc(100vw - 24px);
    min-height: 0;
    padding: 20px 18px;
  }

  .gwr-hero h1,
  .gwr-hero-title,
  .gwr-section-heading h2,
  .gwr-cta-panel h2,
  .gwr-editorial-copy h2 {
    max-width: none;
  }

  .gwr-hero-grid,
  .gwr-card-grid--three,
  .gwr-capability-grid,
  .gwr-cta-band,
  .gwr-release-grid,
  .gwr-news-grid,
  .gwr-channel-grid {
    grid-template-columns: 1fr;
  }

  .gwr-hero-grid {
    gap: 22px;
    padding: 26px 18px 20px;
    grid-template-columns: 1fr;
  }

  .gwr-hero-copy {
    max-width: none;
  }

  .gwr-hero-feature {
    order: -1;
  }

  .gwr-hero-rail {
    grid-template-columns: 1fr;
  }

  .gwr-hero-actions,
  .gwr-hero-feature-actions {
    width: 100%;
  }

  .gwr-hero-actions .gwr-button,
  .gwr-hero-feature-actions .gwr-button {
    flex: 1 1 0;
    justify-content: center;
  }

  .gwr-signal-list {
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .gwr-release-tile.is-featured,
  .gwr-news-grid .gwr-news-card:last-child,
  .gwr-channel-grid .gwr-channel-card:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .gwr-news-link {
    grid-template-rows: 200px auto;
  }

  .gwr-signal-list li {
    width: 100%;
  }

  .gwr-shell-footer {
    padding: 20px;
  }

  .gwr-footer-links {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gwr-front-page-template *,
  .gwr-front-page-template *::before,
  .gwr-front-page-template *::after,
  .gwr-editorial-site *,
  .gwr-editorial-site *::before,
  .gwr-editorial-site *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
