@media (max-width: 1536px) {
  :root {
    --container: calc(100vw - 104px);
  }

  .desktop-nav {
    gap: 48px;
  }

  .header-inner {
    grid-template-columns: 185px 1fr auto;
  }

  .feature-banner {
    min-height: 520px;
  }

  .feature-copy {
    padding: 80px 58px 54px 0;
  }

  .feature-copy h2 {
    font-size: clamp(52px, 4vw, 64px);
    line-height: 1.08;
  }
}

@media (max-width: 1366px) {
  :root {
    --container: calc(100vw - 96px);
  }

  .desktop-nav {
    gap: 30px;
  }

  .header-actions {
    gap: 12px;
  }

  .feature-banner {
    min-height: 520px;
  }

  .feature-copy {
    max-width: 46%;
    padding: 72px 58px 50px 0;
  }

  .feature-copy h2 {
    font-size: clamp(50px, 4vw, 58px);
    line-height: 1.08;
  }
}

@media (max-width: 1199px) {
  :root {
    --container: calc(100vw - 72px);
  }

  .header-inner {
    grid-template-columns: 160px 1fr auto;
  }

  .brand img {
    width: 150px;
  }

  .desktop-nav {
    gap: 20px;
  }

  .hero-section {
    aspect-ratio: 1355 / 580;
  }

  .hero-content {
    padding: 130px 28px 58px;
  }

  .feature-banner {
    aspect-ratio: 1355 / 520;
    min-height: 470px;
  }

  .feature-copy {
    width: 48%;
    max-width: 48%;
    padding: 58px 42px 42px 0;
  }

  .feature-copy h2 {
    font-size: clamp(46px, 4.5vw, 54px);
    line-height: 1.08;
  }

  .section-heading {
    grid-template-columns: 1fr 420px;
  }

  .newsletter-inner {
    grid-template-columns: 360px 1fr;
    gap: 48px;
  }

  .newsletter-form {
    grid-template-columns: 1fr 180px;
  }

  .footer-main {
    grid-template-columns: 340px 1fr 1fr;
    gap: 44px;
  }
}

@media (max-width: 991px) {
  :root {
    --container: calc(100vw - 48px);
  }

  .header-inner {
    min-height: 82px;
    grid-template-columns: auto 1fr auto;
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .mobile-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 40px rgba(13, 7, 34, .08);
    transition: max-height .25s ease;
  }

  .site-header.menu-open .mobile-panel {
    max-height: 440px;
  }

  .mobile-panel nav {
    width: var(--container);
    margin: 0 auto;
    padding: 22px 0 8px;
    display: grid;
    gap: 18px;
  }

  .mobile-socials {
    width: var(--container);
    margin: 0 auto;
    padding: 18px 0 24px;
    display: flex;
    gap: 20px;
  }

  .hero-section {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
    min-height: 0;
  }

  .hero-content {
    padding: 84px 28px 58px;
  }

  .hero-media {
    aspect-ratio: 782 / 520;
  }

  .feature-banner {
    aspect-ratio: auto;
    min-height: 0;
    display: grid;
    padding: 0;
  }

  .feature-image {
    grid-area: 1 / 1;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 420px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .feature-banner::after {
    background: linear-gradient(0deg, rgba(13, 7, 34, .98) 0%, rgba(13, 7, 34, .78) 43%, rgba(13, 7, 34, 0) 78%);
  }

  .feature-copy {
    grid-area: 1 / 1;
    align-self: end;
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    padding: 130px 32px 34px;
  }

  .feature-copy h2 {
    max-width: 520px;
    margin-left: auto;
  }

  .feature-copy p {
    max-width: 520px;
    margin-left: auto;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 34px;
  }

  .section-heading > p {
    max-width: 620px;
  }

  .article-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 22px;
  }

  .newsletter-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 58px 0 64px;
  }

  .newsletter-form {
    grid-template-columns: 1fr 180px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 34px 54px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .about-intro-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-intro h1,
  .page-heading {
    font-size: 46px;
    line-height: 54px;
    font-weight: 400;
  }

  .about-intro-copy {
    max-width: 620px;
  }

  .about-intro-copy p,
  .section-heading.compact > p {
    height: auto;
    overflow: visible;
  }

  .about-hero-img {
    height: auto;
    aspect-ratio: 1355 / 473;
  }

  .impact-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .impact-section .page-heading {
    line-height: 54px;
  }

  .impact-card {
    height: auto;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card > p {
    width: auto;
    max-width: none;
  }

  .newsletter-page {
    padding-bottom: 92px;
  }

  .newsletter-page h1 {
    margin-top: 42px;
  }

  .podcast-page {
    padding-bottom: 92px;
  }

  .podcast-player {
    margin-bottom: 0;
  }

  .post-hero {
    max-width: 100%;
  }

  .post-hero h1 {
    font-size: 52px;
    line-height: 60px;
    font-weight: 400;
  }

  .post-layout {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 52px;
  }

  .post-sidebar-column {
    position: static;
    display: grid;
    gap: 24px;
  }

  .post-share {
    margin-top: 0;
    align-self: end;
  }

  .not-found-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 52px;
  }

  .not-found-copy h1 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 400;
  }

  .contact-page {
    padding-bottom: 80px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .contact-info h1,
  .contact-copy,
  .contact-list,
  .contact-form-panel {
    width: 100%;
  }

  .contact-copy {
    height: auto;
    overflow: visible;
  }

  .contact-form-panel {
    height: auto;
    min-height: 0;
  }

  .contact-form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  :root {
    --container: calc(100vw - 32px);
  }

  .brand img {
    width: 132px;
  }

  .hero-content {
    padding: 62px 18px 44px;
  }

  .hero-content h1 {
    font-size: 50px;
    line-height: 49px;
    font-weight: 400;
  }

  .hero-content p {
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
  }

  .hero-media {
    aspect-ratio: 1.12;
  }

  .feature-banner {
    display: block;
    margin-top: 24px;
  }

  .feature-image {
    grid-area: auto;
    height: auto;
    min-height: 0;
    aspect-ratio: 1;
  }

  .feature-banner::after {
    display: none;
  }

  .feature-copy {
    grid-area: auto;
    position: relative;
    padding: 28px 20px 30px;
    background: var(--color-ink);
  }

  .feature-copy h2 {
    font-size: 54px;
    line-height: 60px;
    font-weight: 400;
  }

  .feature-copy h2,
  .feature-copy p {
    max-width: 100%;
  }

  .feature-copy p {
    margin: 18px 0 18px auto;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
  }

  .articles-section {
    padding: 46px 0 58px;
  }

  .section-heading h2,
  .newsletter-inner h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 400;
  }

  .article-grid {
    grid-template-columns: 1fr;
    row-gap: 38px;
  }

  .article-card img {
    margin-bottom: 20px;
  }

  .article-card p {
    max-width: none;
  }

  .posts-action {
    padding-top: 42px;
  }

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

  .search-overlay {
    padding: 100px 16px 20px;
  }

  .search-box {
    padding: 18px;
  }

  .search-box form {
    grid-template-columns: 1fr 44px;
  }

  .search-box input {
    grid-column: 1 / -1;
  }

  .newsletter-form input,
  .newsletter-form button {
    height: 58px;
  }

  .form-message {
    position: static;
    min-height: 18px;
    margin-top: 2px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding: 44px 0 34px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .about-intro {
    padding-bottom: 56px;
  }

  .about-intro-grid {
    padding-top: 36px;
  }

  .about-intro h1,
  .page-heading {
    font-size: 44px;
    line-height: 52px;
    font-weight: 400;
  }

  .impact-section .page-heading {
    line-height: 52px;
  }

  .about-hero-img {
    height: auto;
    aspect-ratio: 1355 / 473;
    margin-top: 34px;
  }

  .impact-section,
  .testimonials-section {
    padding: 56px 0;
  }

  .impact-card h3 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 400;
  }

  .testimonial-card {
    padding: 24px;
  }

  .testimonial-head {
    gap: 22px;
  }

  .article-list-page {
    padding-bottom: 58px;
  }

  .category-line {
    margin: 34px 0 34px;
  }

  .category-filter {
    margin: 34px 0 34px;
  }

  .newsletter-page {
    padding-bottom: 64px;
  }

  .legal-page {
    padding-bottom: 64px;
  }

  .thank-you-page {
    padding-bottom: 64px;
  }

  .thank-you-panel {
    margin-top: 48px;
  }

  .thank-you-next {
    grid-template-columns: 1fr;
  }

  .newsletter-page h1 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 400;
  }

  .legal-page h1 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 400;
  }

  .legal-page-content {
    gap: 28px;
    margin-top: 34px;
  }

  .thank-you-page h1 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 400;
  }

  .signup-card {
    width: 100%;
    margin-top: 34px;
    margin-bottom: 0;
  }

  .signup-card > img {
    height: min(315px, calc((100vw - 32px) * 315 / 479));
    aspect-ratio: 479 / 315;
  }

  .podcast-page {
    padding-bottom: 64px;
  }

  .podcast-page h1 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 400;
  }

  .single-post-page,
  .related-posts,
  .not-found-page {
    padding-bottom: 58px;
  }

  .post-hero {
    padding-top: 34px;
  }

  .post-hero .category-line {
    margin-bottom: 14px;
  }

  .post-hero h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 400;
  }

  .post-meta {
    gap: 12px;
    margin-top: 16px;
  }

  .post-meta span::before {
    margin-right: 12px;
  }

  .post-featured-image {
    margin-top: 34px;
  }

  .post-featured-image img {
    height: clamp(180px, 52vw, 300px);
  }

  .post-sidebar-column .post-featured-image img {
    width: auto;
    max-width: 100%;
    height: clamp(150px, 56vw, 220px);
  }

  .post-layout {
    gap: 34px;
    padding-top: 42px;
  }

  .post-sidebar {
    padding: 24px 20px;
  }

  .post-share {
    margin-top: 8px;
  }

  .post-content {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
  }

  .post-lead {
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
  }

  .post-content h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
  }

  .post-content blockquote {
    padding: 24px 22px;
  }

  .post-content blockquote p {
    font-size: 23px;
    line-height: 34px;
    font-weight: 400;
  }

  .post-inline-image img {
    aspect-ratio: 1.18;
  }

  .post-gallery {
    margin-top: 38px;
  }

  .post-gallery-grid {
    column-count: 1;
    column-gap: 0;
  }

  .post-gallery-item img,
  .post-gallery-item:first-child img {
    height: 180px;
  }

  .post-gallery-item:nth-child(3n + 1) img,
  .post-gallery-item:nth-child(3n + 2) img {
    height: 210px;
  }

  .lightbox-modal {
    padding: 22px;
  }

  .lightbox-modal img {
    max-height: calc(100vh - 110px);
  }

  .lightbox-close {
    top: 14px;
    right: 14px;
  }

  .lightbox-prev,
  .lightbox-next {
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .lightbox-prev {
    left: calc(50% - 58px);
  }

  .lightbox-next {
    right: calc(50% - 58px);
  }

  .not-found-grid {
    padding-top: 42px;
  }

  .not-found-copy h1 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 400;
  }

  .not-found-media img {
    aspect-ratio: 1.12;
  }

  .not-found-media figcaption {
    left: 22px;
    bottom: 16px;
    font-size: 110px;
    line-height: 96px;
    font-weight: 400;
  }

  .podcast-player {
    width: 100%;
    height: auto;
  }

  .player-top {
    height: auto;
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 26px 20px 24px;
  }

  .player-art {
    display: grid;
    justify-items: center;
  }

  .player-logo {
    width: 116px;
  }

  .episode-thumb {
    width: 121px;
  }

  .player-main h2 {
    width: auto;
    text-align: center;
  }

  .player-row {
    width: auto;
    grid-template-columns: 50px 1fr;
  }

  .player-time,
  .player-actions {
    width: auto;
  }

  .player-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .episode-list {
    max-height: 324px;
  }

  .episode-item {
    padding-right: 18px;
  }

  .contact-page {
    padding-bottom: 58px;
  }

  .contact-info h1 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 400;
  }

  .contact-form-panel {
    padding: 30px 22px;
  }

  .contact-form-panel h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .form-field.half {
    grid-column: 1 / -1;
  }

  .form-field.no-label {
    padding-top: 0;
  }

  .contact-form-panel .form-message {
    position: static;
    margin-top: 12px;
  }
}

@media (max-width: 420px) {
  :root {
    --container: calc(100vw - 24px);
  }

  .header-inner {
    min-height: 76px;
  }

  .brand img {
    width: 124px;
  }

  .date-badge {
    min-width: 158px;
    font-size: 11px;
    font-weight: 500;
  }

  .hero-content {
    padding: 48px 14px 38px;
  }

  .hero-content h1 {
    font-size: 48px;
    line-height: 49px;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .feature-copy {
    text-align: left;
  }

  .feature-copy h2 {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 1px;
  }

  .feature-copy h2,
  .feature-copy p {
    margin-left: 0;
  }

  .section-heading > p,
  .feature-copy p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }

  .article-card h3 {
    white-space: normal;
  }

  .footer-links {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
  }

  .footer-subcol {
    padding-top: 0;
  }

  .copyright {
    padding: 0 16px;
    text-align: center;
  }

  .about-intro h1,
  .page-heading {
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
  }

  .impact-section .page-heading {
    line-height: 40px;
  }

  .about-intro-copy p,
  .impact-card span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }

  .impact-card h3 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 400;
  }

  .testimonial-head {
    align-items: flex-start;
    gap: 16px;
  }

  .testimonial-head > img {
    width: 64px;
    height: 64px;
  }

  .testimonial-card h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }

  .newsletter-page h1 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
  }

  .newsletter-page-copy p,
  .signup-form input,
  .podcast-intro {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }

  .signup-card-body {
    padding: 21px 12px 28px;
  }

  .signup-card h2 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 400;
  }

  .podcast-page h1 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
  }

  .post-hero h1,
  .not-found-copy h1 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
  }

  .post-meta {
    display: grid;
    gap: 6px;
  }

  .post-meta span::before {
    display: none;
  }

  .post-content {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }

  .post-lead {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }

  .post-content h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
  }

  .post-content blockquote p {
    font-size: 21px;
    line-height: 31px;
    font-weight: 400;
  }

  .not-found-copy > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }

  .not-found-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .not-found-media figcaption {
    font-size: 86px;
    line-height: 78px;
    font-weight: 400;
  }

  .podcast-intro {
    margin-bottom: 34px;
  }

  .player-top {
    padding: 24px 14px 22px;
  }

  .player-main h2 {
    font-size: 23px;
    line-height: 31px;
    font-weight: 400;
  }

  .player-row {
    grid-template-columns: 44px 1fr;
    gap: 10px;
  }

  .play-toggle,
  .play-toggle img {
    width: 44px;
    height: 44px;
  }

  .player-actions {
    gap: 14px;
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
  }

  .episode-item {
    height: 52px;
    padding-left: 14px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
  }

  .episode-item time {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
  }

  .contact-info h1 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
  }

  .contact-copy {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }

  .contact-card h2,
  .form-field label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }

  .contact-card {
    height: auto;
    min-height: 88px;
  }

  .contact-card p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
}

@media (max-width: 360px) {
  :root {
    --container: calc(100vw - 20px);
  }

  .hero-content h1 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 400;
  }

  .feature-copy h2 {
    font-size: 38px;
    line-height: 44px;
    font-weight: 400;
  }

  .section-heading h2,
  .newsletter-inner h2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
  }

  .about-intro h1,
  .page-heading,
  .newsletter-page h1,
  .podcast-page h1,
  .contact-info h1,
  .post-hero h1,
  .not-found-copy h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
  }

  .impact-section .page-heading {
    line-height: 38px;
  }

  .episode-item {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .episode-item time {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}
