/*
Theme Name: VesperTek
Theme URI: https://vespertek.com
Author: VesperTek
Description: Custom lightweight WordPress theme for VesperTek.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: vespertek
*/

:root {
  --vt-ink: #111820;
  --vt-ink-soft: #2b3540;
  --vt-muted: #607080;
  --vt-teal: #0797a8;
  --vt-teal-dark: #047587;
  --vt-cyan: #13c4cf;
  --vt-cloud: #f4f8fa;
  --vt-line: #dce6ea;
  --vt-white: #ffffff;
  --vt-radius: 8px;
  --vt-shadow: 0 18px 45px rgba(17, 24, 32, 0.1);
  --vt-shadow-strong: 0 28px 70px rgba(17, 24, 32, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--vt-ink);
  background: var(--vt-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: var(--vt-teal-dark);
  text-decoration: none;
}

a:hover {
  color: var(--vt-teal);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(220, 230, 234, 0.86);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.site-header__inner,
.site-footer__inner,
.site-main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 28px;
}

.site-branding {
  display: flex;
  align-items: center;
  min-width: 210px;
}

.site-branding img {
  display: block;
  width: min(260px, 46vw);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.94rem;
  font-weight: 650;
}

.site-nav a {
  color: var(--vt-ink-soft);
}

.site-nav a:hover {
  color: var(--vt-teal-dark);
}

.site-nav a.is-active {
  color: var(--vt-teal-dark);
}

.site-nav .nav-cta {
  padding: 10px 16px;
  color: var(--vt-white);
  background: var(--vt-teal-dark);
  border-radius: var(--vt-radius);
  box-shadow: 0 10px 24px rgba(4, 117, 135, 0.18);
}

.site-nav .nav-cta:hover {
  color: var(--vt-white);
  background: var(--vt-ink);
}

.site-main {
  padding: 0;
}

.home .site-main {
  width: 100%;
}

.page-shell {
  padding: 72px 0;
}

.home .page-shell {
  padding-top: 0;
}

.page-shell > *:first-child {
  margin-top: 0;
}

.page-shell h1,
.page-shell h2,
.page-shell h3 {
  line-height: 1.12;
  letter-spacing: 0;
}

.page-shell h1 {
  max-width: 880px;
  margin: 0 0 24px;
  font-size: clamp(2.35rem, 5vw, 4.45rem);
}

.page-shell h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
}

.page-shell h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.page-shell p {
  max-width: 780px;
  margin: 0 0 18px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: 52px;
  min-height: calc(100vh - 82px);
  padding: 76px 0 96px;
}

.hero.hero-media {
  position: relative;
  width: 100%;
  min-height: min(720px, calc(100vh - 82px));
  margin-left: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--vt-white);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(4, 117, 135, 0.9), rgba(19, 196, 207, 0.72)),
    radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.18), transparent 32%),
    var(--vt-ink);
}

.hero.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.11) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.11) 1px, transparent 1px);
  background-size: 52px 52px;
}

.hero.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 24, 32, 0.42), rgba(17, 24, 32, 0.04) 45%, rgba(17, 24, 32, 0.42)),
    linear-gradient(0deg, rgba(17, 24, 32, 0.38), transparent 30%, rgba(17, 24, 32, 0.24));
}

.hero-media__content {
  position: relative;
  z-index: 2;
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding: 82px 0 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-media__content .eyebrow {
  color: var(--vt-white);
  justify-content: center;
  max-width: 760px;
  text-align: center;
}

.hero-media__content .eyebrow::before {
  display: none;
}

.hero-media__content h1 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  color: var(--vt-white);
  text-shadow: 0 16px 40px rgba(17, 24, 32, 0.25);
}

.hero-slide {
  display: none;
}

.hero-slide.is-active {
  display: block;
}

.hero-slide h1 {
  font-size: clamp(2.65rem, 5vw, 4.65rem);
}

.hero-slide p {
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
}

.hero-media__content p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9);
}

.hero-media__actions {
  justify-content: center;
}

.hero-media__actions .button.secondary {
  color: var(--vt-white);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.42);
}

.hero-media__hint {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.hero-media__hint button {
  width: 9px;
  height: 9px;
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.hero-media__hint button.is-active {
  background: var(--vt-white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--vt-teal-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--vt-teal);
}

.hero p {
  max-width: 680px;
  color: var(--vt-ink-soft);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
}

.hero-media .hero-media__content p {
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.button,
.wp-block-button__link,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--vt-teal-dark);
  border-radius: var(--vt-radius);
  color: var(--vt-white);
  background: var(--vt-teal-dark);
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
}

.button.secondary {
  color: var(--vt-ink);
  background: var(--vt-white);
  border-color: var(--vt-line);
}

.button:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
  color: var(--vt-white);
  background: var(--vt-ink);
  border-color: var(--vt-ink);
}

.hero-panel {
  position: relative;
  padding: 34px;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background:
    linear-gradient(135deg, rgba(7, 151, 168, 0.12), rgba(255, 255, 255, 0) 52%),
    var(--vt-white);
  box-shadow: var(--vt-shadow);
}

.hero-panel img {
  display: block;
  width: 100%;
  margin: 0 auto 28px;
}

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

.signal-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--vt-ink-soft);
  font-weight: 650;
}

.signal-list li::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--vt-teal);
}

.section {
  padding: 86px 0;
  border-top: 1px solid var(--vt-line);
}

.section.feature-band {
  width: 100%;
  margin-left: 0;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  background: linear-gradient(180deg, #f7fbfc, #ffffff);
  border-top: 0;
}

.section.tint {
  width: 100%;
  margin-left: 0;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  background: var(--vt-cloud);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 30px;
}

.section-header.center {
  display: block;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-header.center .eyebrow {
  justify-content: center;
}

.section-header p {
  margin-bottom: 0;
  color: var(--vt-muted);
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.cards-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: var(--vt-white);
}

.feature-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  padding: 0;
  box-shadow: var(--vt-shadow);
}

.feature-card__media,
.image-placeholder {
  min-height: 150px;
  background:
    linear-gradient(135deg, rgba(4, 117, 135, 0.82), rgba(19, 196, 207, 0.4)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.14) 0 1px, transparent 1px 14px),
    var(--vt-ink);
}

.feature-card__body {
  padding: 24px;
}

.feature-card__body h3 {
  font-size: 1.08rem;
  line-height: 1.28;
}

.feature-card__body p:last-child {
  margin-bottom: 0;
}

.image-placeholder {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 28px;
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: var(--vt-radius);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
}

.image-placeholder.light {
  color: var(--vt-teal-dark);
  background:
    linear-gradient(135deg, rgba(7, 151, 168, 0.12), rgba(255, 255, 255, 0.86)),
    repeating-linear-gradient(45deg, rgba(7,151,168,0.08) 0 1px, transparent 1px 14px),
    var(--vt-cloud);
  box-shadow: inset 0 0 0 1px var(--vt-line);
}

.card h3 {
  color: var(--vt-ink);
}

.card p {
  margin-bottom: 0;
  color: var(--vt-muted);
}

.card .meta {
  margin: 0 0 12px;
  color: var(--vt-teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag {
  padding: 5px 8px;
  border: 1px solid rgba(7, 151, 168, 0.24);
  border-radius: 999px;
  color: var(--vt-teal-dark);
  background: rgba(7, 151, 168, 0.08);
  font-size: 0.76rem;
  font-weight: 750;
}

.statement {
  padding: 58px;
  color: var(--vt-white);
  background:
    linear-gradient(135deg, rgba(19, 196, 207, 0.2), rgba(255, 255, 255, 0) 42%),
    var(--vt-ink);
  border-radius: var(--vt-radius);
}

.statement.center {
  text-align: center;
}

.statement.center p {
  margin-left: auto;
  margin-right: auto;
}

.statement h2,
.statement p {
  color: var(--vt-white);
}

.statement p {
  color: rgba(255, 255, 255, 0.82);
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 26px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--vt-ink-soft);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--vt-teal);
}

.service-list {
  display: grid;
  gap: 20px;
}

.solution-stack {
  display: grid;
  gap: 26px;
}

.service-bubble-intro {
  max-width: 980px;
  margin: 0 auto 52px;
  text-align: center;
}

.services-heading {
  max-width: 980px !important;
  margin: 0 auto 24px !important;
  color: var(--vt-teal-dark);
  text-align: center;
  font-size: clamp(2.6rem, 5vw, 4.4rem) !important;
}

.service-bubble-intro p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  color: var(--vt-ink-soft);
  font-size: clamp(1.12rem, 2vw, 1.7rem);
  line-height: 1.55;
}

.service-bubbles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.service-bubble {
  min-height: 390px;
  padding: 38px 30px;
  border: 2px solid rgba(7, 151, 168, 0.42);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 250, 0.68)),
    var(--vt-white);
  box-shadow: 0 18px 42px rgba(17, 24, 32, 0.08);
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.service-bubble:hover {
  transform: translateY(-4px);
  border-color: var(--vt-teal);
  box-shadow: var(--vt-shadow-strong);
}

.service-bubble__icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin: 0 auto 28px;
  color: var(--vt-white);
  background:
    linear-gradient(135deg, var(--vt-teal-dark), var(--vt-teal)),
    var(--vt-teal-dark);
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(4, 117, 135, 0.24);
  font-size: 1.16rem;
  font-weight: 900;
  letter-spacing: 0;
}

.service-bubble h3 {
  margin-bottom: 18px;
  color: var(--vt-teal-dark);
  font-size: 1.45rem;
  font-weight: 650;
}

.service-bubble p {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  color: var(--vt-ink);
  font-size: 1.05rem;
  line-height: 1.65;
}

.service-bubble a {
  display: inline-flex;
  margin-top: 14px;
  font-weight: 800;
}

.solution-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 36px;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: var(--vt-white);
  box-shadow: var(--vt-shadow);
}

.solution-card.featured {
  color: var(--vt-white);
  background:
    linear-gradient(135deg, rgba(19, 196, 207, 0.16), transparent 46%),
    var(--vt-ink);
  border-color: rgba(255, 255, 255, 0.12);
}

.solution-card.featured h3,
.solution-card.featured p,
.solution-card.featured a {
  color: var(--vt-white);
}

.solution-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: var(--vt-white);
  background: var(--vt-teal-dark);
  border-radius: var(--vt-radius);
  font-size: 1.4rem;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(4, 117, 135, 0.24);
}

.solution-card.featured .solution-icon {
  background: rgba(255, 255, 255, 0.16);
}

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

.proof-panel {
  padding: 32px;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: var(--vt-white);
  box-shadow: var(--vt-shadow);
}

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

.field {
  display: grid;
  gap: 7px;
  color: var(--vt-ink-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

.field.full {
  grid-column: 1 / -1;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  color: var(--vt-ink);
  background: var(--vt-white);
  font: inherit;
}

.field textarea {
  min-height: 124px;
  resize: vertical;
}

.service-row {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 26px;
  padding: 24px 0;
  border-top: 1px solid var(--vt-line);
}

.service-row h2,
.service-row h3 {
  margin: 0;
}

.service-row p {
  color: var(--vt-muted);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 36px;
  padding: 36px;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: var(--vt-cloud);
}

.contact-methods {
  display: grid;
  gap: 14px;
  align-content: start;
}

.blog-index .section-header {
  align-items: end;
}

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

.blog-card {
  overflow: hidden;
  padding: 0;
}

.blog-card > :not(.blog-card__media) {
  margin-right: 28px;
  margin-left: 28px;
}

.blog-card > :last-child {
  margin-bottom: 28px;
}

.blog-card__media {
  display: block;
  width: 100%;
  min-height: 190px;
  margin-bottom: 28px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(4, 117, 135, 0.82), rgba(19, 196, 207, 0.36)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 14px),
    var(--vt-teal-dark);
}

.blog-card__media img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-card h2 {
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.post-shell {
  max-width: 900px;
}

.post-header {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--vt-line);
}

.post-meta {
  color: var(--vt-muted);
  font-size: 0.94rem;
}

.post-meta span {
  margin: 0 8px;
  color: var(--vt-line);
}

.post-dek {
  color: var(--vt-ink-soft);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}

.post-featured-image {
  margin: 36px 0;
}

.post-featured-image img {
  display: block;
  width: 100%;
  border-radius: var(--vt-radius);
  box-shadow: var(--vt-shadow);
}

.post-content {
  padding: 34px 0 18px;
}

.post-content h2,
.post-content h3 {
  margin-top: 42px;
}

.post-content ul,
.post-content ol {
  max-width: 760px;
}

.post-footer,
.post-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid var(--vt-line);
}

.post-pagination {
  margin-top: 36px;
}

.site-footer {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--vt-ink);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 40px;
  padding: 48px 0;
}

.site-footer img {
  width: min(260px, 72vw);
  filter: brightness(0) invert(1);
}

.site-footer h2,
.site-footer h3,
.site-footer a {
  color: var(--vt-white);
}

.site-footer p {
  max-width: 560px;
}

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

.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;
}

@media (max-width: 1200px) {
  .hero-slide h1,
  .page-shell h1 {
    max-width: min(100%, 360px);
    font-size: clamp(1.85rem, 4vw, 2.25rem) !important;
    overflow-wrap: break-word;
  }

  .page-shell p,
  .hero-slide p,
  .hero-media__content p {
    max-width: min(100%, 360px);
    overflow-wrap: break-word;
  }
}

@media (max-width: 900px) {
  .site-header__inner,
  .site-nav,
  .hero,
  .section-header,
  .contact-panel,
  .site-footer__inner,
  .service-row,
  .proof-grid {
    display: block;
  }

  .site-header__inner {
    padding: 16px 0;
  }

  .site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin-top: 16px;
  }

  .site-nav a {
    display: inline-flex;
    margin: 0;
  }

  .hero {
    min-height: auto;
    padding: 56px 0 72px;
  }

  .hero.hero-media {
    min-height: auto;
  }

  .hero-media__content {
    padding: 62px 0 78px;
  }

  .hero-slide h1 {
    max-width: min(100%, 420px);
    font-size: clamp(2rem, 5vw, 2.65rem) !important;
    overflow-wrap: break-word;
  }

  .page-shell h1 {
    max-width: min(100%, 520px);
    font-size: clamp(2rem, 5vw, 2.85rem) !important;
    overflow-wrap: break-word;
  }

  .hero-panel {
    margin-top: 34px;
  }

  .grid.cards-2,
  .grid.cards-3,
  .grid.cards-4,
  .check-list,
  .form-grid,
  .solution-card,
  .service-bubbles,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    display: block;
  }

  .solution-icon {
    margin-bottom: 18px;
  }

  .statement,
  .contact-panel {
    padding: 28px;
  }

  .site-nav .nav-cta,
  .site-nav .nav-cta.is-active {
    color: var(--vt-white);
  }
}

@media (max-width: 560px) {
  .site-header__inner,
  .site-footer__inner,
  .site-main {
    width: min(1180px, calc(100% - 28px));
  }

  body {
    font-size: 16px;
  }

  .site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 14px;
    font-size: 0.9rem;
  }

  .site-nav a {
    margin: 0;
  }

  .site-nav .nav-cta {
    padding: 10px 14px;
  }

  .page-shell {
    padding: 50px 0;
  }

  .section {
    padding: 62px 0;
  }

  .page-shell h1,
  .hero-slide h1 {
    max-width: min(100%, calc(100vw - 40px));
    font-size: clamp(1.85rem, 7.5vw, 2.25rem) !important;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .page-shell p,
  .hero-slide p,
  .hero-media__content p {
    max-width: calc(100vw - 40px);
    overflow-wrap: break-word;
  }

  .hero-media__content {
    width: min(100%, calc(100vw - 28px));
    padding: 54px 0 72px;
  }

  .hero-media__content .eyebrow {
    font-size: 0.78rem;
  }

  .hero-media__actions,
  .button-row {
    width: min(100%, 290px);
    margin-right: auto;
    margin-left: auto;
    align-items: stretch;
    flex-direction: column;
  }

  .hero-media__actions .button,
  .button-row .button {
    width: 100%;
  }

  .statement,
  .contact-panel {
    padding: 22px;
  }

  .blog-card > :not(.blog-card__media) {
    margin-right: 22px;
    margin-left: 22px;
  }

  .post-footer,
  .post-pagination {
    align-items: stretch;
    flex-direction: column;
  }

  .post-footer .button,
  .post-pagination a {
    width: 100%;
  }
}
