/*
Theme Name: NowNXT Intelligence
Theme URI: https://nownxt.in/
Author: NowNXT
Description: A responsive, AI-first ServiceNow consulting theme for NowNXT.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: nownxt-intelligence
*/

:root {
  --navy-950: #061923;
  --navy-900: #092532;
  --navy-800: #103746;
  --green: #8fcf4a;
  --green-light: #c7f27d;
  --coral: #ff6f61;
  --sky: #70c7e8;
  --ink: #102027;
  --muted: #5d6d72;
  --line: #d9e0df;
  --paper: #f4f5f1;
  --white: #ffffff;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family:
    Inter, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

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

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: var(--white);
}

.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 34px;
}

.brand {
  width: 158px;
  margin-right: auto;
}

.brand img {
  width: 100%;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 700;
}

.desktop-nav a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--green-light);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 12px;
}

.button-light {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.button-light:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--navy-950);
}

.button-primary {
  background: var(--green);
  color: var(--navy-950);
}

.button-primary:hover {
  background: var(--green-light);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  padding: 166px 0 96px;
  background:
    linear-gradient(125deg, rgba(14, 52, 67, 0.88), rgba(6, 25, 35, 0.98) 62%),
    var(--navy-950);
  color: var(--white);
}

.hero::after {
  position: absolute;
  right: -130px;
  bottom: -260px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(143, 207, 74, 0.16);
  border-radius: 50%;
  content: "";
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero-glow-one {
  top: 170px;
  right: 11%;
  width: 390px;
  height: 390px;
  background: rgba(67, 151, 171, 0.12);
}

.hero-glow-two {
  bottom: -240px;
  left: 18%;
  width: 460px;
  height: 460px;
  background: rgba(143, 207, 74, 0.08);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  gap: 72px;
  grid-template-columns: 1.06fr 0.94fr;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--green-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 27px;
  height: 2px;
  background: var(--green);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.hero h1 em {
  color: var(--green-light);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-lede {
  max-width: 660px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-block: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
}

.hero-proof {
  display: grid;
  max-width: 640px;
  margin-top: 68px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  grid-template-columns: repeat(3, 1fr);
}

.hero-proof div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 22px 20px 0 0;
}

.hero-proof strong {
  font-size: 13px;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.53);
  font-size: 12px;
}

.hero-visual {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 11px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(2, 19, 27, 0.74);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
}

.hero-visual::before {
  position: absolute;
  top: 28%;
  left: -34px;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(143, 207, 74, 0.55);
  border-radius: 50%;
  background: rgba(143, 207, 74, 0.08);
  box-shadow: 0 0 40px rgba(143, 207, 74, 0.16);
  content: "";
}

.visual-topline,
.visual-footer {
  display: flex;
  align-items: center;
}

.visual-topline {
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border-radius: 99px;
  background: rgba(143, 207, 74, 0.1);
  color: var(--green-light);
}

.status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
}

.visual-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 155px;
  padding: 18px 8px 15px 4px;
}

.visual-score div:first-child {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.visual-score small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}

.visual-score strong {
  max-width: 200px;
  font-size: 25px;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.score-orbit {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(112, 199, 232, 0.45);
  border-radius: 50%;
  box-shadow:
    0 0 0 11px rgba(112, 199, 232, 0.05),
    0 0 0 22px rgba(112, 199, 232, 0.025);
}

.score-orbit span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--sky), var(--green));
  color: var(--navy-950);
  font-size: 17px;
  font-weight: 950;
}

.workflow-stack {
  display: grid;
  gap: 9px;
}

.workflow-row {
  display: grid;
  min-height: 68px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  grid-template-columns: auto 1fr auto;
}

.workflow-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 5px;
  color: var(--navy-950);
  font-size: 10px;
  font-weight: 950;
}

.workflow-icon.blue {
  background: var(--sky);
}

.workflow-icon.green {
  background: var(--green);
}

.workflow-icon.coral {
  background: var(--coral);
}

.workflow-row div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.workflow-row strong {
  font-size: 12px;
}

.workflow-row small,
.workflow-state {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
}

.workflow-state {
  padding: 6px 8px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.05);
}

.visual-footer {
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.visual-footer i {
  width: 16px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.capability-strip {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.strip-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 32px;
}

.strip-label {
  padding-right: 32px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.ticker span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 750;
}

.ticker i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
}

.section {
  padding: 112px 0;
}

.services-section,
.approach-section {
  background: var(--paper);
}

.section-heading {
  display: grid;
  align-items: end;
  gap: 90px;
  margin-bottom: 58px;
  grid-template-columns: 1.25fr 0.75fr;
}

.eyebrow-dark {
  color: #50742d;
}

.section-heading h2,
.capability-copy h2,
.why-copy h2,
.cta-inner h2 {
  margin: 0;
  font-size: clamp(38px, 4.3vw, 58px);
  font-weight: 720;
  letter-spacing: -0.052em;
  line-height: 1.03;
}

.section-heading > p,
.capability-copy > p,
.why-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.service-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(2, 1fr);
}

.service-card {
  position: relative;
  min-height: 370px;
  padding: 38px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.service-card:hover {
  z-index: 2;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(10, 37, 50, 0.08);
}

.service-number {
  margin-bottom: 48px;
  color: #6b993c;
  font-size: 11px;
  font-weight: 900;
}

.service-card h3 {
  margin: 0 0 15px;
  font-size: 26px;
  letter-spacing: -0.035em;
}

.service-card p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 26px;
}

.tag-list span {
  padding: 7px 10px;
  border: 1px solid #d8dfd8;
  border-radius: 99px;
  color: #57713d;
  font-size: 10px;
  font-weight: 800;
}

.service-card > a {
  position: absolute;
  right: 38px;
  bottom: 35px;
  left: 38px;
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 800;
}

.capability-section {
  background: var(--navy-900);
  color: var(--white);
}

.capability-grid {
  display: grid;
  gap: 110px;
  grid-template-columns: 0.78fr 1.22fr;
}

.capability-copy {
  align-self: start;
  position: sticky;
  top: 32px;
}

.capability-copy > p {
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.6);
}

.capability-list {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.capability-item {
  display: grid;
  min-height: 88px;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  grid-template-columns: 42px 1fr auto;
  transition: color 160ms ease;
}

.capability-item:hover {
  color: var(--green-light);
}

.capability-item span {
  color: rgba(255, 255, 255, 0.36);
  font-size: 10px;
}

.capability-item strong {
  font-size: 19px;
  font-weight: 620;
  letter-spacing: -0.025em;
}

.capability-item i {
  font-style: normal;
}

.process {
  display: grid;
  border-top: 1px solid #cfd8d4;
  grid-template-columns: repeat(4, 1fr);
}

.process article {
  min-height: 285px;
  padding: 28px 28px 28px 0;
  border-right: 1px solid #cfd8d4;
}

.process article:not(:first-child) {
  padding-left: 28px;
}

.process article:last-child {
  border-right: 0;
}

.process span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--green-light);
  font-size: 11px;
  font-weight: 900;
}

.process h3 {
  margin: 50px 0 13px;
  font-size: 21px;
  letter-spacing: -0.025em;
}

.process p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.why-section {
  background: var(--white);
}

.why-grid {
  display: grid;
  align-items: stretch;
  gap: 90px;
  grid-template-columns: 0.9fr 1.1fr;
}

.why-panel {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  padding: 48px;
  background:
    linear-gradient(160deg, rgba(112, 199, 232, 0.1), transparent 50%),
    var(--navy-950);
  color: var(--white);
}

.why-panel::after {
  position: absolute;
  right: -150px;
  bottom: -150px;
  width: 360px;
  height: 360px;
  border: 52px solid rgba(143, 207, 74, 0.08);
  border-radius: 50%;
  content: "";
}

.mini-label {
  color: var(--green-light);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.why-panel blockquote {
  max-width: 470px;
  margin: 90px 0 32px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 54px);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.why-panel p {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.75;
}

.why-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-copy ul {
  margin: 48px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.why-copy li {
  display: grid;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 42px 1fr;
}

.why-copy li > span {
  color: #6b993c;
  font-size: 10px;
  font-weight: 900;
}

.why-copy li strong {
  font-size: 16px;
}

.why-copy li p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.cta-section {
  padding: 86px 0;
  background: var(--navy-900);
  color: var(--white);
}

.cta-inner {
  display: grid;
  align-items: end;
  gap: 80px;
  grid-template-columns: 1.25fr 0.75fr;
}

.cta-inner h2 {
  max-width: 700px;
}

.cta-action p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.6;
}

.cta-action .button {
  width: 100%;
}

footer {
  padding: 64px 0 28px;
  background: var(--navy-950);
  color: var(--white);
}

.footer-grid {
  display: grid;
  gap: 80px;
  grid-template-columns: 1.6fr 0.6fr 0.8fr;
}

.footer-grid img {
  width: 158px;
  margin-bottom: 20px;
}

.footer-grid p {
  max-width: 340px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.6;
}

.footer-grid nav,
.footer-grid > div:last-child {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  font-size: 12px;
}

.footer-grid strong {
  margin-bottom: 8px;
  color: var(--green-light);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.63);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.32);
  font-size: 10px;
}

@media (max-width: 1040px) {
  .desktop-nav,
  .header-inner > .button {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu nav {
    position: absolute;
    top: 34px;
    right: 0;
    display: grid;
    width: 230px;
    padding: 14px;
    border-radius: 5px;
    background: var(--white);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    color: var(--ink);
  }

  .mobile-menu nav a {
    padding: 12px 10px;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
    font-weight: 700;
  }

  .mobile-menu nav a:last-child {
    border: 0;
    color: #50742d;
  }

  .hero-grid {
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(44px, 6vw, 62px);
  }

  .capability-grid,
  .why-grid {
    gap: 58px;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: 0;
    padding-bottom: 74px;
  }

  .hero-grid,
  .section-heading,
  .capability-grid,
  .why-grid,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 590px;
  }

  .hero-proof {
    margin-top: 50px;
  }

  .ticker span:nth-child(n + 3) {
    display: none;
  }

  .section {
    padding: 84px 0;
  }

  .section-heading,
  .cta-inner {
    gap: 28px;
  }

  .capability-copy {
    position: static;
  }

  .process {
    grid-template-columns: repeat(2, 1fr);
  }

  .process article:nth-child(2) {
    border-right: 0;
  }

  .process article:nth-child(3),
  .process article:nth-child(4) {
    border-top: 1px solid #cfd8d4;
  }

  .process article:nth-child(3) {
    padding-left: 0;
  }

  .why-panel {
    min-height: 440px;
  }

  .why-panel blockquote {
    margin-top: 70px;
  }

  .footer-grid {
    gap: 42px;
    grid-template-columns: 1.4fr 0.6fr;
  }

  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

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

  .brand {
    width: 128px;
  }

  .hero {
    padding: 126px 0 62px;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1.01;
  }

  .hero-lede {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.62;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .text-link {
    align-self: center;
  }

  .hero-proof {
    gap: 14px;
    margin-top: 42px;
    grid-template-columns: 1fr;
  }

  .hero-proof div {
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
  }

  .hero-visual {
    margin-top: 12px;
    padding: 16px;
  }

  .hero-visual::before {
    display: none;
  }

  .visual-score {
    min-height: 130px;
  }

  .visual-score strong {
    font-size: 20px;
  }

  .score-orbit {
    width: 74px;
    height: 74px;
  }

  .workflow-state {
    display: none;
  }

  .workflow-row {
    grid-template-columns: auto 1fr;
  }

  .visual-footer {
    flex-wrap: wrap;
  }

  .strip-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding-block: 22px;
  }

  .strip-label {
    padding-right: 0;
    border: 0;
  }

  .ticker {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .section {
    padding: 70px 0;
  }

  .section-heading h2,
  .capability-copy h2,
  .why-copy h2,
  .cta-inner h2 {
    font-size: 37px;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .service-grid,
  .process {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 380px;
    padding: 28px;
  }

  .service-card > a {
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .service-number {
    margin-bottom: 32px;
  }

  .process article,
  .process article:not(:first-child),
  .process article:nth-child(3) {
    min-height: auto;
    padding: 28px 0 34px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cfd8d4;
  }

  .process h3 {
    margin-top: 24px;
  }

  .why-panel {
    min-height: 430px;
    padding: 30px;
  }

  .why-panel blockquote {
    margin-top: 64px;
    font-size: 40px;
  }

  .cta-section {
    padding: 68px 0;
  }

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

  .footer-grid > div:last-child {
    grid-column: auto;
  }

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

.generic-header {
  position: relative;
  background: var(--navy-950);
}

.content-shell {
  min-height: 65vh;
  padding: 86px 0 110px;
  background: var(--paper);
}

.content-shell article {
  max-width: 860px;
  margin-inline: auto;
  padding: 52px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(10, 37, 50, 0.07);
}

.content-shell h1 {
  margin: 0 0 28px;
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -0.05em;
  line-height: 1.03;
}

.content-shell h2,
.content-shell h3,
.content-shell h4 {
  margin-top: 1.8em;
  letter-spacing: -0.025em;
}

.content-shell p,
.content-shell li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.content-shell a {
  color: #50742d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.content-shell img {
  height: auto;
  margin-block: 28px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .content-shell {
    padding: 52px 0 72px;
  }

  .content-shell article {
    padding: 28px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
