body.gwr-shared-backdrop-page {
  --gwr-surface: rgba(7, 15, 23, 0.8);
  --gwr-surface-strong: rgba(9, 18, 28, 0.92);
  --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.7);
  --gwr-accent: #e9bc66;
  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: #f7f8f3;
  font-family: "Onest", "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

body.gwr-shared-backdrop-page #page,
body.gwr-shared-backdrop-page .site,
body.gwr-shared-backdrop-page .site-main,
body.gwr-shared-backdrop-page .site-content,
body.gwr-shared-backdrop-page .elementor-location-header,
body.gwr-shared-backdrop-page .elementor-location-footer,
body.gwr-shared-backdrop-page .elementor-location-single,
body.gwr-shared-backdrop-page .elementor-location-archive {
  position: relative;
  z-index: 1;
}

body.gwr-shared-backdrop-page #page,
body.gwr-shared-backdrop-page .site,
body.gwr-shared-backdrop-page .site-content,
body.gwr-shared-backdrop-page .site-main {
  background: transparent;
}

body.gwr-custom-editorial-page .elementor-location-header,
body.gwr-custom-editorial-page .site-header,
body.gwr-custom-editorial-page header#site-header,
body.gwr-custom-editorial-page .site-footer,
body.gwr-custom-editorial-page .elementor-location-footer {
  display: none;
}

body.gwr-shared-backdrop-page .site-main {
  position: relative;
  z-index: 1;
}

.gwr-custom-editorial-page .gwr-shell-header {
  margin: 24px auto 0;
  max-width: 1280px;
  width: min(1280px, calc(100vw - 44px));
}

.gwr-section-main {
  display: grid;
  gap: 24px;
  margin: 0 auto;
  max-width: 1280px;
  padding: clamp(112px, 14vw, 164px) clamp(22px, 4vw, 44px) 96px;
  position: relative;
  z-index: 1;
}

.gwr-custom-editorial-page .gwr-section-main {
  padding-top: clamp(32px, 6vw, 60px);
}

body.gwr-shared-backdrop-page .elementor-location-header,
body.gwr-shared-backdrop-page .elementor-location-header .header-styl {
  position: relative;
  z-index: 60 !important;
}

.gwr-section-hero {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
}

.gwr-surface-card {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background:
    radial-gradient(circle at 82% 14%, rgba(233, 188, 102, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(8, 16, 24, 0.88) 0%, rgba(7, 14, 21, 0.78) 100%);
  border: 1px solid var(--gwr-border);
  border-radius: 30px;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22);
}

.gwr-section-hero__copy,
.gwr-section-hero__aside,
.gwr-story-card,
.gwr-feature-split__copy,
.gwr-empty-card,
.gwr-embed-card {
  padding: clamp(24px, 4vw, 38px);
}

.gwr-section-hero__copy {
  align-content: center;
  display: grid;
  gap: 16px;
  min-height: 280px;
}

.gwr-section-eyebrow,
.gwr-card-label {
  color: var(--gwr-accent);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin: 0;
  text-transform: uppercase;
}

.gwr-section-title {
  color: var(--gwr-text);
  font-size: clamp(2.7rem, 5vw, 5.1rem);
  letter-spacing: -0.06em;
  line-height: 0.92;
  margin: 0;
  max-width: 10ch;
  text-wrap: balance;
}

.gwr-section-lede,
.gwr-section-copy,
.gwr-story-card__body,
.gwr-entry-card__copy p,
.gwr-empty-card p {
  color: var(--gwr-text-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.gwr-section-lede,
.gwr-section-copy {
  margin: 0;
  max-width: 58ch;
}

.gwr-section-hero__aside {
  align-content: start;
  display: grid;
  gap: 22px;
}

.gwr-detail-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gwr-detail-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 4px;
  padding-top: 14px;
}

.gwr-detail-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.gwr-detail-list span {
  color: var(--gwr-text-muted);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gwr-detail-list strong {
  color: var(--gwr-text);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

.gwr-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gwr-anchor-nav a {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: var(--gwr-text);
  font-size: 0.9rem;
  padding: 10px 14px;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.gwr-anchor-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

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

.gwr-story-card {
  display: grid;
  gap: 20px;
}

.gwr-story-card__heading {
  display: grid;
  gap: 8px;
}

.gwr-story-card h2,
.gwr-feature-split__copy h2,
.gwr-empty-card h2 {
  color: var(--gwr-text);
  font-size: clamp(1.85rem, 3vw, 3rem);
  letter-spacing: -0.05em;
  line-height: 0.96;
  margin: 0;
}

.gwr-story-card__body > *:first-child {
  margin-top: 0;
}

.gwr-story-card__body > *:last-child {
  margin-bottom: 0;
}

.gwr-feature-split {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
}

.gwr-feature-split__media {
  background: rgba(255, 255, 255, 0.02);
  min-height: 100%;
}

.gwr-feature-split__media img,
.gwr-entry-card__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gwr-feature-split__media img {
  aspect-ratio: 16 / 12;
}

.gwr-feature-split__copy {
  align-content: center;
  display: grid;
  gap: 14px;
}

.gwr-entry-meta {
  color: var(--gwr-text-muted);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.gwr-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

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

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

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

.gwr-entry-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.gwr-entry-card__image {
  background: rgba(255, 255, 255, 0.02);
  display: block;
}

.gwr-entry-card__image img {
  aspect-ratio: 16 / 11;
}

.gwr-entry-card__copy {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.gwr-entry-card__copy h3 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin: 0;
}

.gwr-entry-card__copy h3 a,
.gwr-feature-split__copy h2 a {
  color: var(--gwr-text);
}

.gwr-empty-card,
.gwr-embed-card {
  display: grid;
  gap: 16px;
}

.gwr-link-row,
.gwr-link-row p {
  color: var(--gwr-text);
  margin: 0;
}

.gwr-link-row a {
  color: var(--gwr-text);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.gwr-embed-card__frame {
  overflow: hidden;
}

.gwr-embed-card__frame iframe {
  border: 0;
  border-radius: 18px;
  display: block;
  min-height: 352px;
  width: 100%;
}

body.gwr-shared-backdrop-page .site-footer,
body.gwr-shared-backdrop-page .elementor-location-footer {
  display: none;
}

@media (max-width: 1100px) {
  .gwr-section-hero,
  .gwr-feature-split,
  .gwr-card-grid--three {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 767px) {
  .gwr-section-main {
    gap: 18px;
    padding: 104px 16px 72px;
  }

  .gwr-custom-editorial-page .gwr-shell-header {
    margin-top: 16px;
    width: min(1280px, calc(100vw - 32px));
  }

  .gwr-custom-editorial-page .gwr-section-main {
    padding: 28px 16px 72px;
  }

  .gwr-surface-card {
    border-radius: 24px;
  }

  .gwr-section-hero__copy,
  .gwr-section-hero__aside,
  .gwr-story-card,
  .gwr-feature-split__copy,
  .gwr-empty-card,
  .gwr-embed-card {
    padding: 20px;
  }

  .gwr-card-grid--two,
  .gwr-card-grid--three {
    grid-template-columns: 1fr;
  }

  .gwr-feature-split__media img,
  .gwr-entry-card__image img {
    aspect-ratio: 1 / 1;
  }

  .gwr-entry-card__copy {
    padding: 18px;
  }
}

body.gwr-editorial-site .gwr-editorial-main {
  gap: 30px;
}

body.gwr-editorial-site .gwr-editorial-card {
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(250, 251, 246, 0.94) 0%, rgba(245, 247, 242, 0.9) 100%);
  border-radius: 28px;
  box-shadow: 0 14px 32px rgba(15, 20, 27, 0.08);
}

body.gwr-editorial-site .gwr-editorial-hero {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px);
}

body.gwr-editorial-site .gwr-editorial-hero--compact {
  grid-template-columns: minmax(0, 1fr);
}

body.gwr-editorial-site .gwr-editorial-hero__copy,
body.gwr-editorial-site .gwr-editorial-hero__media,
body.gwr-editorial-site .gwr-editorial-article,
body.gwr-editorial-site .gwr-editorial-note,
body.gwr-editorial-site .gwr-editorial-comments,
body.gwr-editorial-site .gwr-entry-card,
body.gwr-editorial-site .gwr-editorial-empty {
  overflow: hidden;
}

body.gwr-editorial-site .gwr-editorial-hero__copy {
  align-content: start;
  display: grid;
  gap: 0;
  min-height: 0;
  padding: clamp(28px, 4vw, 42px);
}

body.gwr-editorial-site .gwr-editorial-title {
  font-size: clamp(2.6rem, 5.2vw, 5rem);
  letter-spacing: -0.06em;
  line-height: 0.94;
  margin: 0;
  max-width: 11ch;
}

body.gwr-editorial-site .gwr-editorial-meta {
  color: var(--gwr-accent);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin: 16px 0 0;
  text-transform: uppercase;
}

body.gwr-editorial-site .gwr-editorial-hero__copy .gwr-lede {
  max-width: 58ch;
}

body.gwr-editorial-site .gwr-editorial-hero__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;
  min-height: 320px;
  padding: 22px;
  place-items: center;
}

body.gwr-editorial-site .gwr-editorial-hero__media img {
  aspect-ratio: 1 / 1;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
  width: 100%;
}

body.gwr-editorial-site .gwr-editorial-body {
  gap: 20px;
}

body.gwr-editorial-site .gwr-editorial-layout {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) 320px;
}

body.gwr-editorial-site .gwr-editorial-article {
  min-width: 0;
  padding: clamp(26px, 3vw, 40px);
}

body.gwr-editorial-site .gwr-editorial-inline-header {
  border-bottom: 1px solid rgba(16, 24, 18, 0.08);
  display: grid;
  gap: 0;
  margin-bottom: 26px;
  padding-bottom: 26px;
}

body.gwr-editorial-site .gwr-editorial-inline-header .gwr-lede {
  max-width: 58ch;
}

body.gwr-editorial-site .gwr-editorial-content {
  color: var(--gwr-text);
  font-size: 1rem;
  line-height: 1.78;
}

body.gwr-editorial-site .gwr-editorial-content > *:first-child {
  margin-top: 0;
}

body.gwr-editorial-site .gwr-editorial-content > *:last-child {
  margin-bottom: 0;
}

body.gwr-editorial-site .gwr-editorial-content h1,
body.gwr-editorial-site .gwr-editorial-content h2,
body.gwr-editorial-site .gwr-editorial-content h3,
body.gwr-editorial-site .gwr-editorial-content h4 {
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin: 1.6em 0 0.65em;
}

body.gwr-editorial-site .gwr-editorial-content h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

body.gwr-editorial-site .gwr-editorial-content h3 {
  font-size: clamp(1.3rem, 2vw, 1.85rem);
}

body.gwr-editorial-site .gwr-editorial-content p,
body.gwr-editorial-site .gwr-editorial-content ul,
body.gwr-editorial-site .gwr-editorial-content ol,
body.gwr-editorial-site .gwr-editorial-content blockquote,
body.gwr-editorial-site .gwr-editorial-content figure {
  margin: 0 0 1.2em;
}

body.gwr-editorial-site .gwr-editorial-content a {
  color: var(--gwr-accent);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

body.gwr-editorial-site .gwr-editorial-content img,
body.gwr-editorial-site .gwr-editorial-content .wp-caption,
body.gwr-editorial-site .gwr-editorial-content .wp-block-image img {
  border-radius: 18px;
}

body.gwr-editorial-site .gwr-editorial-content blockquote {
  border-left: 3px solid rgba(28, 124, 100, 0.24);
  color: rgba(16, 24, 18, 0.82);
  font-size: 1.08rem;
  padding-left: 18px;
}

body.gwr-editorial-site .gwr-editorial-content table {
  border-collapse: collapse;
  width: 100%;
}

body.gwr-editorial-site .gwr-editorial-content th,
body.gwr-editorial-site .gwr-editorial-content td {
  border-bottom: 1px solid rgba(16, 24, 18, 0.08);
  padding: 12px 10px;
  text-align: left;
}

body.gwr-editorial-site .gwr-editorial-content .elementor {
  margin: -6px;
}

body.gwr-editorial-site .gwr-editorial-sidebar {
  display: grid;
  gap: 20px;
}

body.gwr-editorial-site .gwr-editorial-note {
  align-content: start;
  display: grid;
  gap: 16px;
  padding: 24px;
}

body.gwr-editorial-site .gwr-editorial-detail-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.gwr-editorial-site .gwr-editorial-detail-list li {
  border-top: 1px solid rgba(16, 24, 18, 0.08);
  display: grid;
  gap: 2px;
  padding-top: 14px;
}

body.gwr-editorial-site .gwr-editorial-detail-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

body.gwr-editorial-site .gwr-editorial-detail-list span {
  color: var(--gwr-text-muted);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.gwr-editorial-site .gwr-editorial-detail-list strong {
  font-size: 1rem;
  font-weight: 600;
}

body.gwr-editorial-site .gwr-editorial-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.gwr-editorial-site .gwr-editorial-tag-list a {
  background: rgba(16, 24, 18, 0.05);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 600;
  padding: 9px 12px;
}

body.gwr-editorial-site .gwr-editorial-link-stack {
  display: grid;
  gap: 10px;
}

body.gwr-editorial-site .gwr-editorial-link-stack a {
  color: var(--gwr-accent);
  font-weight: 600;
}

body.gwr-editorial-site .gwr-editorial-comments {
  padding: 28px;
}

body.gwr-editorial-site .gwr-editorial-comments .comments-area {
  margin: 0;
}

body.gwr-editorial-site .gwr-editorial-comments .title-comments,
body.gwr-editorial-site .gwr-editorial-comments .comment-reply-title {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 20px;
}

body.gwr-editorial-site .gwr-editorial-comments .comment-list {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

body.gwr-editorial-site .gwr-editorial-comments .comment {
  background: rgba(16, 24, 18, 0.03);
  border-radius: 18px;
  padding: 18px;
}

body.gwr-editorial-site .gwr-editorial-comments .comment-metadata,
body.gwr-editorial-site .gwr-editorial-comments .logged-in-as,
body.gwr-editorial-site .gwr-editorial-comments .comment-notes {
  color: var(--gwr-text-muted);
  font-size: 0.92rem;
}

body.gwr-editorial-site .gwr-editorial-comments .comment-form {
  display: grid;
  gap: 14px;
}

body.gwr-editorial-site .gwr-editorial-comments .comment-form input,
body.gwr-editorial-site .gwr-editorial-comments .comment-form textarea {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(16, 24, 18, 0.1);
  border-radius: 16px;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

body.gwr-editorial-site .gwr-editorial-comments .form-submit .submit {
  background: #101812;
  border: 0;
  border-radius: 999px;
  color: #f8faf4;
  cursor: pointer;
  font-weight: 600;
  min-height: 46px;
  padding: 0 20px;
}

body.gwr-editorial-site .gwr-entry-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.gwr-editorial-site .gwr-editorial-section-bar {
  align-items: end;
}

body.gwr-editorial-site .gwr-editorial-section-summary {
  color: var(--gwr-text-muted);
  margin: 14px 0 0;
  max-width: 52ch;
}

body.gwr-editorial-site .gwr-editorial-section-count {
  align-self: center;
  background: rgba(250, 251, 246, 0.88);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(15, 20, 27, 0.06);
  font-size: 0.88rem;
  font-weight: 600;
  min-height: 44px;
  padding: 12px 18px;
}

body.gwr-editorial-site .gwr-entry-card {
  min-width: 0;
}

body.gwr-editorial-site .gwr-entry-card__link {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
}

body.gwr-editorial-site .gwr-entry-card__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%);
  overflow: hidden;
}

body.gwr-editorial-site .gwr-entry-card__media img {
  aspect-ratio: 1.12 / 1;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

body.gwr-editorial-site .gwr-entry-card__copy {
  align-content: start;
  display: grid;
  gap: 8px;
  padding: 18px 20px 20px;
}

body.gwr-editorial-site .gwr-entry-card__copy h2 {
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
}

body.gwr-editorial-site .gwr-entry-card__copy p {
  margin: 0;
}

body.gwr-editorial-site .gwr-entry-card__copy p:not(.gwr-card-label):not(.gwr-entry-card__meta) {
  color: var(--gwr-text-muted);
}

body.gwr-editorial-site .gwr-entry-card__meta {
  color: var(--gwr-accent);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.gwr-editorial-site .gwr-entry-card__cta {
  color: var(--gwr-accent);
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 8px;
}

body.gwr-editorial-site .gwr-editorial-empty {
  padding: 32px;
}

body.gwr-editorial-site .pagination,
body.gwr-editorial-site .nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 6px;
}

body.gwr-editorial-site .page-numbers {
  align-items: center;
  background: rgba(250, 251, 246, 0.88);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(15, 20, 27, 0.06);
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  min-width: 42px;
  padding: 0 16px;
}

body.gwr-editorial-site .page-numbers.current {
  background: #101812;
  color: #f8faf4;
}

body.gwr-editorial-site .gwr-shell-footer {
  margin-top: 8px;
}

@media (max-width: 1180px) {
  body.gwr-editorial-site .gwr-editorial-hero,
  body.gwr-editorial-site .gwr-editorial-layout {
    grid-template-columns: 1fr;
  }

  body.gwr-editorial-site .gwr-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  body.gwr-editorial-site .gwr-editorial-main {
    gap: 24px;
  }

  body.gwr-editorial-site .gwr-editorial-hero__copy,
  body.gwr-editorial-site .gwr-editorial-article,
  body.gwr-editorial-site .gwr-editorial-note,
  body.gwr-editorial-site .gwr-editorial-comments,
  body.gwr-editorial-site .gwr-editorial-empty {
    padding: 22px;
  }

  body.gwr-editorial-site .gwr-editorial-title {
    max-width: none;
  }

  body.gwr-editorial-site .gwr-entry-grid {
    grid-template-columns: 1fr;
  }

  body.gwr-editorial-site .gwr-entry-card__copy {
    padding: 16px 18px 18px;
  }
}
