body.theme-wylsa {
  --font-heading: "Roboto", system-ui, -apple-system, sans-serif;
  --font-body: "Roboto", system-ui, -apple-system, sans-serif;
  --bg: #ffffff;
  --card: #ffffff;
  --text: #1a1a1a;
  --muted: #6d6d6d;
  --accent: #0089ff;
  --primary: #1a1a1a;
  --secondary: #f3f3f3;
  --border: #ececec;
  --page-bg: #ffffff;
  --header-bg: rgba(255, 255, 255, 0.96);
  --footer-bg: #ffffff;
  --input-bg: #ffffff;
  --button-bg: #1a1a1a;
  --button-text: #ffffff;
  --button-shadow: none;
  --card-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  --cta-bg: #f3f3f3;
  --radius-card: 16px;
  --radius-button: 999px;
  --radius-input: 14px;
  --section-pad: 64px;
  --hero-pad: 72px;
  background: #ffffff;
  color: #1a1a1a;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.theme-wylsa .page-content {
  padding-top: 18px;
}

body.theme-wylsa .container {
  width: min(1240px, calc(100vw - 48px));
}

body.theme-wylsa .site-header {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #ececec;
  box-shadow: none;
}

body.theme-wylsa .site-header--wylsa {
  position: sticky;
  top: 0;
  z-index: 20;
}

body.theme-wylsa .wylsa-header-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 86px;
}

body.theme-wylsa .brand {
  gap: 12px;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

body.theme-wylsa .brand-logo {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: cover;
}

body.theme-wylsa .wylsa-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
}

body.theme-wylsa .site-nav--wylsa ul {
  justify-content: center;
  gap: 18px;
}

body.theme-wylsa .site-nav--wylsa a {
  color: #1a1a1a;
  font-size: 0.92rem;
  font-weight: 500;
}

body.theme-wylsa .site-nav--wylsa a[aria-current="page"] {
  color: #0089ff;
}

body.theme-wylsa .wylsa-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

body.theme-wylsa .wylsa-header-link {
  color: #6d6d6d;
  font-size: 0.92rem;
  font-weight: 500;
}

body.theme-wylsa .wylsa-header-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #1a1a1a;
  border-radius: 999px;
  background: #1a1a1a;
  color: #ffffff;
  box-shadow: none;
  font-size: 0.88rem;
  font-weight: 700;
}

body.theme-wylsa .section {
  padding-top: 48px;
  padding-bottom: 48px;
}

body.theme-wylsa .section-header {
  text-align: left;
  margin-bottom: 20px;
}

body.theme-wylsa .eyebrow {
  color: #0089ff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

body.theme-wylsa h1,
body.theme-wylsa h2,
body.theme-wylsa h3 {
  color: #1a1a1a;
  letter-spacing: -0.04em;
}

body.theme-wylsa .lead,
body.theme-wylsa .muted,
body.theme-wylsa .card p,
body.theme-wylsa .contact-row .label,
body.theme-wylsa .contact-form label {
  color: #6d6d6d;
}

body.theme-wylsa .hero {
  padding-top: 28px;
  padding-bottom: 36px;
}

body.theme-wylsa .hero-grid {
  gap: 22px;
  align-items: end;
}

body.theme-wylsa .hero-copy h1,
body.theme-wylsa .hero-copy h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.6rem, 7vw, 5rem);
  line-height: 0.92;
  text-transform: uppercase;
}

body.theme-wylsa .hero-copy .lead {
  max-width: 42rem;
  margin-top: 1rem;
  font-size: 1.1rem;
}

body.theme-wylsa .hero-copy .cta-row {
  margin-top: 1.1rem;
}

body.theme-wylsa .hero .button {
  min-height: 42px;
  padding: 0 16px;
}

body.theme-wylsa .hero .button.ghost {
  background: transparent;
  color: #1a1a1a;
  border-color: #1a1a1a;
}

body.theme-wylsa .hero-media img {
  min-height: 420px;
  border: 0;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
}

body.theme-wylsa .feature-grid,
body.theme-wylsa .services,
body.theme-wylsa .blog-list,
body.theme-wylsa .contacts,
body.theme-wylsa .cta {
  padding-top: 36px;
}

body.theme-wylsa .grid {
  gap: 16px;
}

body.theme-wylsa .grid.cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

body.theme-wylsa .card {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

body.theme-wylsa .card h3 {
  margin: 0;
  font-size: clamp(1.12rem, 2vw, 1.55rem);
  line-height: 1.12;
  font-weight: 800;
}

body.theme-wylsa .card--media .card-media {
  height: var(--card-media-height, 240px);
  border-bottom: 0;
}

body.theme-wylsa .card-media img,
body.theme-wylsa .hero-media img {
  transition: transform 0.35s ease;
}

body.theme-wylsa .card:hover .card-media img,
body.theme-wylsa .hero-media:hover img {
  transform: scale(1.03);
}

body.theme-wylsa .card--media .card-body {
  padding: 18px 20px 22px;
}

body.theme-wylsa .badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: #f3f3f3;
  color: #1a1a1a;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.theme-wylsa .inline-link {
  color: #0089ff;
  font-weight: 700;
}

body.theme-wylsa .blog-list .card {
  padding: 22px;
}

body.theme-wylsa .blog-list .muted {
  margin: 0.2rem 0 0;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0089ff;
}

body.theme-wylsa .cta .cta-box {
  border: 1px solid #ececec;
  background: #f3f3f3;
  border-radius: 22px;
  padding: 34px;
}

body.theme-wylsa .cta .cta-box h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  line-height: 0.98;
  text-transform: uppercase;
}

body.theme-wylsa .contacts-grid {
  gap: 16px;
}

body.theme-wylsa .contacts-grid > div:first-child,
body.theme-wylsa .contacts-grid > div:last-child {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}

body.theme-wylsa .contact-row + .contact-row {
  margin-top: 0.85rem;
}

body.theme-wylsa .contact-row .label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.theme-wylsa .contact-form {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}

body.theme-wylsa .contact-form input,
body.theme-wylsa .contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.9rem 1rem;
  border: 1px solid #dcdcdc;
  border-radius: 14px;
  background: #ffffff;
  color: #1a1a1a;
}

body.theme-wylsa .contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

body.theme-wylsa .contact-form button {
  min-height: 48px;
  border: 1px solid #1a1a1a;
  border-radius: 999px;
  background: #1a1a1a;
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

body.theme-wylsa .social-links {
  gap: 10px;
}

body.theme-wylsa .social-link {
  border-radius: 14px;
  border: 1px solid #ececec;
  background: #f9f9f9;
}

body.theme-wylsa .social-icon {
  background: #1a1a1a;
  color: #ffffff;
}

body.theme-wylsa .site-footer {
  background: #ffffff;
  border-top: 1px solid #ececec;
  padding-top: 48px;
  color: #1a1a1a;
}

body.theme-wylsa .wylsa-footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 0.85fr));
  gap: 24px;
}

body.theme-wylsa .footer-grid {
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
  gap: 24px;
}

body.theme-wylsa .footer-title {
  margin-bottom: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.theme-wylsa .footer-meta {
  color: #6d6d6d;
  border-top: 1px solid #ececec;
  margin-top: 22px;
  padding-top: 18px;
}

body.theme-wylsa .hero--wylsa {
  padding-top: 34px;
  padding-bottom: 18px;
}

body.theme-wylsa .hero--wylsa-lead {
  padding-top: 22px;
  padding-bottom: 28px;
}

body.theme-wylsa .wylsa-hero-frame {
  position: relative;
  min-height: 640px;
  border-radius: 24px;
  overflow: hidden;
  background: #0f1115;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.18);
}

body.theme-wylsa .wylsa-hero-media,
body.theme-wylsa .wylsa-hero-media-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.theme-wylsa .wylsa-hero-media {
  object-fit: cover;
}

body.theme-wylsa .wylsa-hero-media-fallback {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(0, 137, 255, 0.28), rgba(0, 0, 0, 0.3)),
    linear-gradient(180deg, #1d2b38, #0f1115 78%);
}

body.theme-wylsa .wylsa-hero-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 100%;
  padding: 34px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(7, 10, 15, 0.02) 12%, rgba(7, 10, 15, 0.84) 100%);
}

body.theme-wylsa .wylsa-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.theme-wylsa .wylsa-hero-frame .lead {
  max-width: 56rem;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
}

body.theme-wylsa .wylsa-hero-frame h1,
body.theme-wylsa .wylsa-hero-frame h2 {
  max-width: 13ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  line-height: 0.98;
  text-transform: none;
  letter-spacing: -0.05em;
}

body.theme-wylsa .wylsa-hero-shell {
  max-width: 980px;
}

body.theme-wylsa .wylsa-hero-shell h1,
body.theme-wylsa .wylsa-hero-shell h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2.8rem, 8vw, 4.7rem);
  line-height: 0.94;
  text-transform: uppercase;
  letter-spacing: -0.055em;
}

body.theme-wylsa .wylsa-hero-actions,
body.theme-wylsa .wylsa-note-body .cta-row,
body.theme-wylsa .wylsa-cta-band .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.15rem;
}

body.theme-wylsa .wylsa-hero-actions--overlay .button {
  min-height: 42px;
  padding: 0 16px;
}

body.theme-wylsa .wylsa-hero-actions--overlay .button.ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

body.theme-wylsa .wylsa-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

body.theme-wylsa .wylsa-hero-note {
  max-width: 42rem;
  margin: 16px 0 0;
  color: #6d6d6d;
}

body.theme-wylsa .section-header--wylsa {
  text-align: left;
  margin-bottom: 22px;
}

body.theme-wylsa .section-header--wylsa h2,
body.theme-wylsa .wylsa-section-head h2 {
  margin: 0;
}

body.theme-wylsa .wylsa-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

body.theme-wylsa .wylsa-section-link {
  color: #0089ff;
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

body.theme-wylsa .blog-list--wylsa {
  padding-top: 24px;
  padding-bottom: 24px;
}

body.theme-wylsa .page-home .blog-list--wylsa {
  padding-top: 20px;
}

body.theme-wylsa .wylsa-posts-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

body.theme-wylsa .wylsa-post-card {
  position: relative;
  min-height: 360px;
  border-radius: 12px;
  overflow: hidden;
  background: #121212;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18);
}

body.theme-wylsa .wylsa-post-card img,
body.theme-wylsa .wylsa-post-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.theme-wylsa .wylsa-post-card img {
  object-fit: cover;
  transition: transform 0.35s ease;
}

body.theme-wylsa .wylsa-post-card:hover img {
  transform: scale(1.03);
}

body.theme-wylsa .wylsa-post-fallback {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(0, 137, 255, 0.28), rgba(0, 0, 0, 0.3)),
    linear-gradient(180deg, #1d2b38, #0f1115 78%);
}

body.theme-wylsa .wylsa-post-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  width: 100%;
  min-height: 100%;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 22%, rgba(0, 0, 0, 0.68) 100%);
}

body.theme-wylsa .wylsa-post-content {
  width: 100%;
  padding: 0 24px 28px;
}

body.theme-wylsa .wylsa-post-content.large {
  padding: 0 60px 48px;
}

body.theme-wylsa .wylsa-post-content h1,
body.theme-wylsa .wylsa-post-content h2,
body.theme-wylsa .wylsa-post-content h3 {
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.03em;
}

body.theme-wylsa .wylsa-post-content.large h1,
body.theme-wylsa .wylsa-post-content.large h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.02;
}

body.theme-wylsa .wylsa-post-content.medium h2,
body.theme-wylsa .wylsa-post-content.medium h3 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.12;
}

body.theme-wylsa .wylsa-post-content.small h2,
body.theme-wylsa .wylsa-post-content.small h3 {
  font-size: clamp(1.18rem, 2vw, 1.5rem);
  line-height: 1.16;
}

body.theme-wylsa .wylsa-post-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.theme-wylsa .wylsa-post-meta span:last-child {
  opacity: 0.88;
}

body.theme-wylsa .span-6 {
  grid-column: span 6;
  min-height: 468px;
}

body.theme-wylsa .span-3 {
  grid-column: span 3;
  min-height: 360px;
}

body.theme-wylsa .span-2 {
  grid-column: span 2;
  min-height: 468px;
}

body.theme-wylsa .wylsa-lead-grid,
body.theme-wylsa .wylsa-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.theme-wylsa .wylsa-story-card {
  position: relative;
  min-height: 340px;
  border-radius: 18px;
  overflow: hidden;
  background: #111111;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18);
}

body.theme-wylsa .wylsa-story-card.is-lead {
  grid-column: 1 / -1;
  min-height: 440px;
}

body.theme-wylsa .wylsa-story-card img,
body.theme-wylsa .wylsa-story-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.theme-wylsa .wylsa-story-card img {
  object-fit: cover;
  transition: transform 0.35s ease;
}

body.theme-wylsa .wylsa-story-card:hover img {
  transform: scale(1.03);
}

body.theme-wylsa .wylsa-story-fallback {
  background:
    linear-gradient(135deg, rgba(0, 137, 255, 0.26), rgba(0, 0, 0, 0.22)),
    linear-gradient(180deg, #1a1a1a, #4a4a4a);
}

body.theme-wylsa .wylsa-story-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  width: 100%;
  min-height: 100%;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 18%, rgba(0, 0, 0, 0.72) 100%);
}

body.theme-wylsa .wylsa-story-content {
  width: 100%;
  padding: 24px;
}

body.theme-wylsa .wylsa-story-content.is-feature,
body.theme-wylsa .wylsa-story-content.is-lead {
  padding: 28px;
}

body.theme-wylsa .wylsa-story-content h2,
body.theme-wylsa .wylsa-story-content h3 {
  margin: 0;
  color: #ffffff;
  letter-spacing: -0.03em;
}

body.theme-wylsa .wylsa-story-content h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.02;
}

body.theme-wylsa .wylsa-story-content h3 {
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.08;
}

body.theme-wylsa .wylsa-story-content p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.86);
}

body.theme-wylsa .wylsa-story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.theme-wylsa .wylsa-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.theme-wylsa .wylsa-topic-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

body.theme-wylsa .wylsa-topic-card h3 {
  margin: 0;
  font-size: clamp(1.12rem, 2vw, 1.5rem);
  line-height: 1.1;
}

body.theme-wylsa .wylsa-topic-card p {
  margin: 0;
  color: #6d6d6d;
}

body.theme-wylsa .wylsa-note-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  padding: 28px;
  border: 1px solid #ececec;
  border-radius: 22px;
  background: #f7f7f7;
}

body.theme-wylsa .wylsa-note-head h2 {
  margin: 0;
}

body.theme-wylsa .wylsa-note-body .prose > *:first-child {
  margin-top: 0;
}

body.theme-wylsa .wylsa-note-body .prose > *:last-child {
  margin-bottom: 0;
}

body.theme-wylsa .wylsa-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 16px;
}

body.theme-wylsa .wylsa-contact-card,
body.theme-wylsa .wylsa-contact-form-shell {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}

body.theme-wylsa .wylsa-contact-card .contact-row + .contact-row {
  margin-top: 0.9rem;
}

body.theme-wylsa .wylsa-cta-band {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border: 1px solid #ececec;
  border-radius: 22px;
  background: #f3f3f3;
}

body.theme-wylsa .wylsa-cta-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  line-height: 0.98;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  body.theme-wylsa .wylsa-header-shell {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
    padding: 14px 0 18px;
  }

  body.theme-wylsa .site-nav--wylsa ul {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  body.theme-wylsa .wylsa-posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-wylsa .span-6,
  body.theme-wylsa .span-3,
  body.theme-wylsa .span-2 {
    grid-column: span 2;
    min-height: 320px;
  }

  body.theme-wylsa .wylsa-post-content.large {
    padding: 0 28px 32px;
  }

  body.theme-wylsa .wylsa-lead-grid,
  body.theme-wylsa .wylsa-topic-grid,
  body.theme-wylsa .wylsa-note-shell,
  body.theme-wylsa .wylsa-contact-shell,
  body.theme-wylsa .wylsa-cta-band,
  body.theme-wylsa .wylsa-section-head {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  body.theme-wylsa .footer-grid,
  body.theme-wylsa .wylsa-footer-shell,
  body.theme-wylsa .contacts-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body.theme-wylsa .container {
    width: min(1240px, calc(100vw - 32px));
  }

  body.theme-wylsa .hero-copy h1,
  body.theme-wylsa .hero-copy h2 {
    font-size: clamp(2.15rem, 12vw, 3.4rem);
  }

  body.theme-wylsa .wylsa-hero-shell h1,
  body.theme-wylsa .wylsa-hero-shell h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
  }

  body.theme-wylsa .wylsa-hero-frame {
    min-height: 500px;
  }

  body.theme-wylsa .wylsa-hero-overlay {
    padding: 24px;
  }

  body.theme-wylsa .wylsa-hero-frame h1,
  body.theme-wylsa .wylsa-hero-frame h2 {
    max-width: 9ch;
    font-size: clamp(2.15rem, 11vw, 3.5rem);
  }

  body.theme-wylsa .hero-media img {
    min-height: 280px;
  }

  body.theme-wylsa .wylsa-posts-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.theme-wylsa .span-6,
  body.theme-wylsa .span-3,
  body.theme-wylsa .span-2 {
    grid-column: span 1;
    min-height: 280px;
  }

  body.theme-wylsa .wylsa-post-content,
  body.theme-wylsa .wylsa-post-content.large {
    padding: 0 18px 22px;
  }

  body.theme-wylsa .wylsa-story-grid,
  body.theme-wylsa .wylsa-lead-grid {
    grid-template-columns: 1fr;
  }

  body.theme-wylsa .wylsa-story-card.is-lead {
    min-height: 360px;
  }

  body.theme-wylsa .cta .cta-box {
    padding: 26px;
  }

  body.theme-wylsa .wylsa-cta-band,
  body.theme-wylsa .wylsa-note-shell,
  body.theme-wylsa .wylsa-contact-card,
  body.theme-wylsa .wylsa-contact-form-shell {
    padding: 24px;
  }
}
