
.thor-pr-page {
  --bg: #fcf8f6;
  --card: #ffffff;
  --ink: #231f20;
  --muted: #6f6668;
  --line: #e8dede;
  --accent: #f41037;
  --accent-dark: #603F44;
  --soft: #f4ece8;
  --shadow: 0 12px 32px rgba(35, 31, 32, .08);
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 18px 80px;
  color: var(--ink);
  font-family: 'Sofia Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6
}
.thor-pr-page .wpb_button, .thor-pr-page .wpb_content_element, .thor-pr-page ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0 !important;
}
.thor-pr-page * {
  box-sizing: border-box;
  line-height: 1.7;
}

.thor-pr-page a {
  color: var(--accent-dark);
  text-decoration: none
}

.thor-pr-page a:hover {
  text-decoration: underline
}

.thor-wrap {
  max-width: 1140px;
  margin: 0 auto
}

.thor-card {
  margin-bottom: 32px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  width: 100%;
}

.thor-hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
  align-items: stretch
}
.thor-hero::before, 
.thor-hero::after {
    display: none;
}

.thor-hero-copy {
  padding: 44px
}

.thor-hero-side {
  padding: 28px;
  display: grid;
  gap: 16px;
  align-content: start
}

.thor-badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px
}

.thor-pr-page h1 {
  font-size: 48px;
  line-height: 1.7;
  margin: 15px 0 14px;
  letter-spacing: -.03em
}

.thor-subtitle {
  font-size: 18px;
  color: var(--muted);
  margin: 0 0 22px;
  max-width: 60ch
}

.thor-mini-bio {
  font-size: 15px;
  color: var(--muted);
  margin-top: 10px
}

.thor-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px
}

.thor-btn {
  display: inline-block;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid var(--accent)
}

.thor-btn-primary {
  background: var(--accent);
  color: #fff !important;
}

.thor-btn-secondary {
  background: #fff;
  color: var(--accent-dark) !important
} 

.thor-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.thor-stat {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #fbf7f5);
  padding: 18px
}

.thor-stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 8px
}

.thor-stat-value {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600
}

.thor-strip {
  margin-top: 24px;
  padding: 18px 22px
}

.thor-strip-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 12px !important;
}

.thor-logo-row .wpb_wrapper p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.thor-logo-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 700;
  font-size: 14px
}

.thor-section {
  margin-top: 28px;
  margin-bottom: 32px;
}

.thor-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin: 0 0 14px
}

.thor-section h2 {
  font-size: 30px;
  line-height: 1.7;
  margin: 0;
  letter-spacing: -.02em;
  margin-bottom: 18px !important;
}

.thor-section-sub {
  color: var(--muted);
  font-size: 15px;
  margin: 0
}

.thor-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}
.thor-two-col::before,
.thor-two-col::after {
    display: none;
}

.thor-card-pad {
  padding: 30px
}

.thor-link-grid p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.thor-link-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff
}

.thor-link-kicker {
  display: block;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 6px;
  font-weight: 700
}

.thor-link-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4
}

.thor-bio p {
  margin: 0 0 16px;
  color: var(--muted)
}

.thor-media-kit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px
}

.thor-media-kit-list li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff
}

.thor-topic-grid > div > .wpb_wrapper{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px
}

.thor-topic-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff
}

.thor-topic-card h3 {
  margin: 0 0 10px;
  font-size: 18px
}

.thor-topic-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted)
}

.thor-topic-card li {
  margin-bottom: 6px
}

.thor-press-list > div > .wpb_wrapper {
  display: grid;
  gap: 14px
}

.thor-press-item .wpb_wrapper{
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff
}

.thor-press-logo {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  padding: 8px
}

.thor-press-meta {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 6px
}

.thor-press-title {
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
  font-weight: 800
}

.thor-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.thor-form-grid .full {
  grid-column: 1 / -1
}

.thor-pr-page input,
.thor-pr-page textarea,
.thor-pr-page select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #d9ced0;
  border-radius: 14px;
  font: inherit;
  color: var(--ink);
  background: #fff
}

.thor-pr-page textarea {
  min-height: 150px;
  resize: vertical
}

.thor-pr-page label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .05em
}

.thor-submit {
  margin-top: 8px;
  padding: 14px 20px;
  border: none;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer
}

.thor-note {
  color: var(--muted);
  font-size: 13px;
  margin-top: 10px
}

@media(max-width:960px) {

  .thor-hero,
  .thor-two-col,
  .thor-link-grid,
  .thor-topic-grid {
    grid-template-columns: 1fr
  }

  .thor-pr-page h1 {
    font-size: 38px
  }
}

@media(max-width:640px) {
  .thor-pr-page {
    padding: 18px 12px 56px
  }

  .thor-hero-copy,
  .thor-hero-side,
  .thor-card-pad {
    padding: 22px
  }

  .thor-stat-grid,
  .thor-form-grid {
    grid-template-columns: 1fr
  }

  .thor-press-item {
    grid-template-columns: 1fr
  }

  .thor-press-logo {
    width: 74px;
    height: 74px
  }
}