/*
Theme Name: Praxis Academy Blog
Theme URI: https://praxisdigitalacademy.com
Author: Praxis Digital Academy
Description: WordPress blog theme matched to the Praxis Digital Academy website header, footer, buttons, cards, colors, and editorial layout.
Version: 1.0.0
Text Domain: praxis-academy-blog
*/

:root {
  --ink: #111827;
  --ink-soft: #344055;
  --muted: #667085;
  --line: rgba(17, 24, 39, .08);
  --paper: #ffffff;
  --wash: #f7fbff;
  --blue: #0072ce;
  --blue-deep: #005fb8;
  --blue-soft: #e9f5ff;
  --tomorrow: #002b57;
  --night: #001e3f;
  --radius: 24px;
  --shadow: 0 28px 80px rgba(17, 24, 39, .1);
  --shell: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  letter-spacing: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.site {
  min-height: 100vh;
  overflow-x: hidden;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, backdrop-filter .22s ease;
}

.site-header.is-scrolled,
body:not(.home) .site-header {
  background: rgba(255, 255, 255, .94);
  border-bottom-color: var(--line);
  box-shadow: 0 16px 44px rgba(17, 24, 39, .06);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(calc(100% - 48px), var(--shell));
  min-height: 84px;
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
}

.brand,
.footer-logo,
.mobile-menu-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  width: clamp(42px, 2.7vw, 48px);
  height: clamp(42px, 2.7vw, 48px);
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-name {
  display: grid;
  gap: 3px;
  color: var(--ink);
  line-height: .82;
  font-weight: 900;
  white-space: nowrap;
}

.brand-main {
  display: block;
  font-size: clamp(17px, 1.24vw, 21px);
  font-weight: 900;
  letter-spacing: -0.045em;
  transform: scaleX(.82);
  transform-origin: left center;
}

.brand-sub {
  display: flex;
  justify-content: space-between;
  width: 82%;
  font-size: clamp(10px, .72vw, 12px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  color: var(--blue);
}

.brand-sub span,
.footer-logo em span,
.mobile-menu-logo em span {
  display: block;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.primary-menu,
.mobile-primary-menu,
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.8vw, 28px);
  font-size: clamp(13px, .9vw, 15px);
  font-weight: 800;
  color: #111827;
}

.primary-menu a {
  position: relative;
  white-space: nowrap;
}

.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
  color: var(--blue);
}

.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  border-radius: 999px;
  background: var(--blue);
}

.nav-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.btn {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.nav-actions .btn {
  min-height: 42px;
  padding: 0 16px;
  font-size: 14px;
}

.btn-ghost {
  color: var(--blue);
  background: #fff;
  border: 1.5px solid var(--blue);
}

.btn-blue {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  box-shadow: 0 16px 34px rgba(0, 114, 206, .22);
}

.mobile-menu-toggle,
.mobile-menu,
.mobile-menu-backdrop {
  display: none;
}

.blog-hero {
  position: relative;
  overflow: hidden;
  padding: 158px 0 82px;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, .9) 0%, rgba(243, 253, 249, .86) 31%, rgba(223, 247, 255, .9) 55%, rgba(57, 170, 255, .92) 100%),
    radial-gradient(circle at 84% 70%, rgba(0, 114, 206, .3), transparent 43%),
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, .95), transparent 36%),
    #e9fbff;
}

.blog-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .48) .75px, transparent .75px);
  background-size: 14px 14px;
  opacity: .22;
  pointer-events: none;
}

.compact-hero {
  padding-bottom: 62px;
}

.blog-hero-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 980px);
  margin-inline: auto;
  text-align: center;
}

.section-pill {
  margin-bottom: 16px;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(0, 114, 206, .16);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  background: rgba(255, 255, 255, .64);
  box-shadow: 0 14px 34px rgba(0, 114, 206, .08);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.blog-hero h1,
.single-hero h1 {
  margin: 0 auto 22px;
  max-width: 860px;
  color: #061126;
  font-family: "Plus Jakarta Sans", "Nunito Sans", system-ui, sans-serif;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.blog-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.52;
  font-weight: 800;
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.blog-index-section,
.single-content-section {
  background: #f6fbff;
}

.blog-index-shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
  padding: 72px 0 88px;
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.blog-card {
  min-width: 0;
  border: 1px solid rgba(0, 114, 206, .13);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 54px rgba(0, 46, 91, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 114, 206, .22);
  box-shadow: 0 34px 90px rgba(0, 46, 91, .14);
}

.blog-card-link {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card-media {
  aspect-ratio: 1.52 / 1;
  position: relative;
  overflow: hidden;
  background: #dceefa;
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.blog-card:hover img {
  transform: scale(1.045);
}

.blog-card-chip {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 16px;
  top: 16px;
  color: #fff;
  background: rgba(0, 30, 63, .78);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.blog-card-body {
  padding: 22px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.blog-card-meta {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.blog-card h2 {
  margin: 0 0 12px;
  color: #101828;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 900;
}

.blog-card-excerpt {
  margin: 0 0 18px;
  color: rgba(17, 24, 39, .68);
  font-size: 15.5px;
  line-height: 1.5;
  font-weight: 800;
}

.blog-card strong {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
}

.blog-sidebar {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 108px;
}

.sidebar-card,
.empty-state {
  padding: 24px;
  border: 1px solid rgba(0, 114, 206, .13);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(0, 46, 91, .06);
}

.sidebar-card h2,
.empty-state h2 {
  margin: 0 0 14px;
  color: #101828;
  font-size: 21px;
  font-weight: 900;
}

.sidebar-card p,
.empty-state p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
}

.search-form {
  display: grid;
  gap: 10px;
}

.search-form label {
  display: block;
}

.search-field {
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid rgba(0, 114, 206, .18);
  border-radius: 12px;
  color: var(--ink);
  background: #f9fcff;
  font: inherit;
  font-weight: 800;
}

.search-form button {
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--blue);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.topic-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.topic-list a,
.topic-list span {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 13px;
  font-weight: 900;
}

.sidebar-cta {
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(67, 170, 255, .24), transparent 34%),
    linear-gradient(135deg, var(--night), var(--tomorrow));
}

.sidebar-cta h2,
.sidebar-cta p {
  color: #fff;
}

.aside-label {
  margin-bottom: 12px;
  display: inline-flex;
  color: #7fe3ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blog-pagination {
  grid-column: 1 / -1;
}

.nav-links .page-numbers,
.blog-pagination .page-numbers {
  min-width: 42px;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid rgba(0, 114, 206, .18);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ink-soft);
  font-weight: 900;
}

.blog-pagination .current {
  color: #fff;
  background: var(--blue);
}

.single-hero {
  padding: 138px 0 72px;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, .9) 0%, rgba(243, 253, 249, .86) 31%, rgba(223, 247, 255, .9) 55%, rgba(57, 170, 255, .92) 100%),
    radial-gradient(circle at 84% 70%, rgba(0, 114, 206, .3), transparent 43%),
    #e9fbff;
}

.single-hero-shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  gap: 48px;
  align-items: center;
}

.single-hero h1 {
  margin-left: 0;
}

.single-hero-copy p {
  max-width: 690px;
  margin: 0 0 24px;
  color: rgba(17, 24, 39, .72);
  font-size: 19px;
  line-height: 1.55;
  font-weight: 800;
}

.single-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.single-meta span {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(0, 114, 206, .14);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-weight: 900;
}

.single-hero-media {
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0, 46, 91, .16);
}

.single-hero-media img {
  width: 100%;
  height: 420px;
  display: block;
  object-fit: cover;
}

.single-content-shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
  padding: 72px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 1fr);
  gap: 34px;
  align-items: start;
}

.page-content-shell {
  display: block;
  max-width: 920px;
}

.post-content {
  padding: 34px;
  border: 1px solid rgba(0, 114, 206, .13);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(0, 46, 91, .06);
}

.post-content > *:first-child {
  margin-top: 0;
}

.post-content h2,
.post-content h3 {
  color: #101828;
  font-weight: 900;
  line-height: 1.15;
}

.post-content h2 {
  margin: 34px 0 14px;
  font-size: 32px;
}

.post-content h3 {
  margin: 26px 0 12px;
  font-size: 24px;
}

.post-content p,
.post-content li {
  color: rgba(17, 24, 39, .74);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
}

.post-content a {
  color: var(--blue);
  font-weight: 900;
}

.post-content img {
  border-radius: 18px;
}

.post-content blockquote {
  margin: 30px 0;
  padding: 24px;
  border-left: 5px solid var(--blue);
  border-radius: 16px;
  color: #101828;
  background: var(--blue-soft);
  font-size: 22px;
  line-height: 1.45;
  font-weight: 900;
}

.single-aside {
  position: sticky;
  top: 108px;
}

.aside-card {
  padding: 28px;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(67, 170, 255, .24), transparent 34%),
    linear-gradient(135deg, var(--night), var(--tomorrow));
  box-shadow: 0 24px 70px rgba(0, 46, 91, .15);
}

.aside-card h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 900;
}

.aside-card p {
  margin: 0 0 22px;
  color: rgba(239, 244, 255, .78);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 800;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer {
  color: #fff;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 8%, rgba(0, 114, 206, .34), transparent 35%),
    radial-gradient(circle at 92% 18%, rgba(67, 170, 255, .16), transparent 30%),
    linear-gradient(180deg, #002b57 0%, #001e3f 52%, #071426 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .12) .75px, transparent .75px);
  background-size: 16px 16px;
  opacity: .22;
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(calc(100% - 48px), var(--shell));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(67, 170, 255, .62), transparent);
}

.footer-shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
  padding: 82px 0 56px;
  display: grid;
  grid-template-columns: minmax(310px, .82fr) minmax(0, 1.55fr);
  gap: 74px;
  position: relative;
  z-index: 1;
}

.footer-brand {
  max-width: 430px;
}

.footer-logo {
  margin-bottom: 26px;
}

.footer-logo img {
  width: 54px;
  height: 54px;
  display: block;
}

.footer-logo strong,
.footer-logo em,
.mobile-menu-logo strong,
.mobile-menu-logo em {
  display: block;
  line-height: 1;
  font-style: normal;
}

.footer-logo strong {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.045em;
  transform: scaleX(.82);
  transform-origin: left center;
}

.footer-logo em {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  width: 82%;
  color: #43aaff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-brand p {
  margin: 0 0 26px;
  color: rgba(239, 244, 255, .78);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 800;
}

.footer-social {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .075);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
  border-color: rgba(67, 170, 255, .68);
  background: rgba(0, 114, 206, .95);
}

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

.footer-links h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links span {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(239, 244, 255, .72);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  transition: color .2s ease, transform .2s ease;
}

.footer-menu li {
  margin: 0;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-contact-links a,
.footer-contact-links span {
  align-items: flex-start;
  line-height: 1.4;
}

.footer-icon {
  width: 38px;
  height: 30px;
  margin-top: -4px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  color: #43aaff;
  background: rgba(255, 255, 255, .07);
  font-size: 10px;
  font-weight: 900;
}

.footer-bottom {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
  padding: 24px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(239, 244, 255, .58);
  font-size: 14px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.footer-bottom div {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-bottom a {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: rgba(239, 244, 255, .76);
  background: rgba(255, 255, 255, .06);
  font-size: 13px;
  font-weight: 900;
}

.back-to-top {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  box-shadow: 0 20px 42px rgba(0, 114, 206, .24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .mobile-menu-toggle {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(0, 114, 206, .16);
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(3, 4px);
    grid-auto-rows: 4px;
    place-content: center;
    gap: 4px;
    background: #fff;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: var(--blue);
  }

  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 80;
    width: min(340px, calc(100vw - 34px));
    height: 100dvh;
    background: #fff;
    box-shadow: -28px 0 70px rgba(17, 24, 39, .18);
    transform: translateX(110%);
    transition: transform .28s ease;
  }

  .menu-open .mobile-menu {
    transform: translateX(0);
  }

  .mobile-menu-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 70;
    background: rgba(17, 24, 39, .45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
  }

  .menu-open .mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-panel {
    min-height: 100%;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
  }

  .mobile-menu-close {
    width: 42px;
    height: 42px;
    margin-left: auto;
    border: 0;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--blue);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
  }

  .mobile-menu-logo {
    margin: 12px 0 30px;
    color: var(--ink);
  }

  .mobile-menu-logo img {
    width: 46px;
    height: 46px;
    display: block;
  }

  .mobile-menu-logo strong {
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -0.045em;
    transform: scaleX(.82);
    transform-origin: left center;
  }

  .mobile-menu-logo em {
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
    width: 82%;
    color: var(--blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .mobile-menu-links,
  .mobile-primary-menu {
    display: grid;
  }

  .mobile-primary-menu {
    border-top: 1px solid var(--line);
  }

  .mobile-primary-menu a {
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
    display: block;
    color: var(--ink);
    font-size: 19px;
    font-weight: 900;
  }

  .mobile-menu-bottom {
    margin-top: auto;
    display: grid;
    gap: 12px;
  }

  .mobile-menu-bottom .btn {
    min-height: 48px;
    width: 100%;
    padding: 0 16px;
    font-size: 15px;
  }

  .mobile-contact {
    margin-top: 8px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
    text-align: center;
  }

  .blog-layout,
  .single-hero-shell,
  .single-content-shell {
    grid-template-columns: 1fr;
  }

  .blog-sidebar,
  .single-aside {
    position: static;
  }
}

@media (max-width: 720px) {
  .shell,
  .nav,
  .blog-hero-shell,
  .blog-index-shell,
  .single-hero-shell,
  .single-content-shell,
  .footer-shell,
  .footer-bottom {
    width: min(calc(100% - 28px), var(--shell));
  }

  .nav {
    min-height: 76px;
  }

  .brand-main {
    font-size: 17px;
  }

  .blog-hero {
    padding: 126px 0 58px;
  }

  .blog-hero h1,
  .single-hero h1 {
    font-size: clamp(36px, 10vw, 46px);
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .blog-index-shell,
  .single-content-shell {
    padding: 54px 0 68px;
  }

  .single-hero {
    padding: 124px 0 54px;
  }

  .single-hero-copy p,
  .post-content p,
  .post-content li {
    font-size: 16px;
  }

  .single-hero-media,
  .single-hero-media img {
    min-height: 300px;
    height: 300px;
  }

  .post-content,
  .aside-card {
    padding: 24px;
  }

  .footer-shell {
    padding: 54px 0 36px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .back-to-top {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
