:root {
  --ink: #101512;
  --charcoal: #18211c;
  --green: #355c2d;
  --leaf: #6f8d4a;
  --orange: #ef7f32;
  --ice: #eaf2f5;
  --stone: #f4f1ea;
  --line: #d9ddd6;
  --muted: #5f675f;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(16, 21, 18, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 99;
  padding: 10px 14px;
  background: var(--orange);
  color: var(--ink);
  font-weight: 700;
  transform: translate(-50%, -140%);
  transition: transform 120ms ease;
}

.skip-link:focus {
  transform: translate(-50%, 16px);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.menu-active {
  background: rgba(16, 21, 18, 0.96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: auto;
  height: 66px;
  max-width: 146px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  color: var(--white);
  font-size: 0.94rem;
  font-weight: 700;
  height: 48px;
}

.site-nav a {
  display: inline-flex;
  height: 48px;
  align-items: center;
  opacity: 0.9;
  line-height: 1;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-current {
  opacity: 1;
  color: var(--orange);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 48px;
  color: var(--white);
}

.phone-link {
  display: inline-flex;
  height: 48px;
  align-items: center;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  height: 820px;
  min-height: 720px;
  max-height: 88vh;
  display: grid;
  align-items: start;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(16, 21, 18, 0.88) 0%, rgba(16, 21, 18, 0.58) 46%, rgba(16, 21, 18, 0.2) 100%),
    url("assets/about-crew-equipment.jpg") center / cover no-repeat;
  color: var(--white);
}

.hero-overlay {
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(0deg, rgba(16, 21, 18, 0.82), rgba(16, 21, 18, 0));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 176px 0 46px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--green);
}

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

h1 {
  max-width: 900px;
  margin-bottom: 16px;
  font-size: clamp(4.15rem, 5.35vw, 5.35rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 1080px;
  min-height: calc(1.02em * 4);
  font-size: clamp(3.55rem, 4.25vw, 4.55rem);
  line-height: 1.02;
}

.hero h1 span {
  display: block;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  font-size: 1.22rem;
  line-height: 1.18;
}

.hero-lead {
  max-width: 680px;
  height: calc(1.45em * 3);
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.45;
}

.hero-actions,
.header-actions,
.winter-list,
.trust-row {
  flex-wrap: wrap;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 34px;
}

.btn {
  display: inline-flex;
  width: 190px;
  min-height: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 2px solid var(--orange);
  border-radius: 8px;
  background: var(--orange);
  color: var(--ink);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  background: #ff934c;
  border-color: #ff934c;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.7);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

.btn-light {
  width: auto;
  min-width: 190px;
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
}

.btn-small {
  width: 190px;
  min-height: 48px;
  height: 48px;
  padding: 0 20px;
  font-size: 0.88rem;
}

.trust-row {
  display: flex;
  gap: 18px;
  max-width: 720px;
}

.trust-row span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 800;
}

.trust-row span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  flex: 0 0 auto;
}

.scroll-cue {
  position: absolute;
  right: 24px;
  bottom: 18px;
  z-index: 3;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.intro-section {
  padding: 58px 0;
  background: var(--stone);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.intro-grid h2,
.section-heading h2,
.proof-grid h2,
.contact-copy h2 {
  margin-bottom: 0;
}

.intro-grid .section-title h2 {
  max-width: 650px;
  font-size: clamp(2.1rem, 3.25vw, 3.2rem);
  line-height: 1.06;
}

.intro-copy,
.detail-copy {
  display: grid;
  gap: 22px;
  margin-top: 0;
  padding-top: 31px;
}

.intro-copy p,
.detail-copy p {
  max-width: 620px;
  margin: 0;
  color: #3f463f;
  font-size: 1.08rem;
}

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

.detail-points span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 13px 14px;
  border-left: 4px solid var(--orange);
  background: rgba(255, 255, 255, 0.56);
  color: #263026;
  font-weight: 900;
}

.services-section,
.clients-section,
.process-section {
  padding: 86px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(16, 21, 18, 0.06);
}

.service-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.service-body {
  padding: 24px;
}

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

.service-body ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-body li {
  position: relative;
  padding-left: 20px;
  color: #354036;
  font-weight: 700;
}

.service-body li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.text-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--green);
  font-weight: 900;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--orange);
}

.winter-section {
  padding: 76px 0;
  background: var(--charcoal);
  color: var(--white);
}

.winter-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}

.winter-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.winter-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.winter-list {
  display: flex;
  gap: 10px;
  margin: 24px 0 28px;
}

.winter-list span {
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.client-item,
.process-step {
  min-height: 178px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.client-item strong,
.client-item span,
.proof-list strong,
.proof-list span,
.footer-grid strong,
.footer-grid span,
.footer-grid a {
  display: block;
}

.client-item strong {
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.client-item span,
.proof-list span,
.process-step p {
  color: var(--muted);
}

.proof-section {
  padding: 70px 0;
  background: var(--ice);
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  gap: 48px;
  align-items: start;
}

.proof-list {
  display: grid;
  gap: 14px;
}

.proof-list div {
  padding: 20px 22px;
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  background: var(--white);
}

.proof-list strong {
  margin-bottom: 5px;
}

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

.process-step span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 900;
}

.contact-section {
  padding: 90px 0;
  background: linear-gradient(135deg, var(--green), var(--charcoal));
  color: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 52px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 110px;
}

.contact-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.06rem;
}

.direct-contact {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.direct-contact a {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.direct-contact span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.direct-contact strong {
  display: block;
  margin-top: 3px;
  font-size: 1.08rem;
}

.quote-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 7px;
}

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

label,
legend {
  color: #303830;
  font-size: 0.88rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #ccd3cc;
  border-radius: 8px;
  padding: 11px 12px;
  background: #fbfcfb;
  color: var(--ink);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(239, 127, 50, 0.26);
  border-color: var(--orange);
}

.service-checks {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 16px;
  border: 1px solid #ccd3cc;
  border-radius: 8px;
}

.service-checks label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #394139;
  font-weight: 700;
}

.service-checks input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

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

.form-submit {
  width: 100%;
  border: 0;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.form-note a {
  color: var(--green);
  font-weight: 900;
}

.site-footer {
  background: #0d120f;
  color: rgba(255, 255, 255, 0.76);
}

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

.footer-logo {
  width: 150px;
  margin-bottom: 14px;
}

.footer-grid strong {
  margin-bottom: 12px;
  color: var(--white);
}

.footer-grid a,
.footer-grid span {
  margin-bottom: 8px;
}

.footer-bottom {
  padding: 18px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.9rem;
}

.mobile-action-bar {
  display: none;
}

.page-hero {
  position: relative;
  height: 820px;
  min-height: 720px;
  max-height: 88vh;
  display: grid;
  align-items: start;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(16, 21, 18, 0.9) 0%, rgba(16, 21, 18, 0.62) 52%, rgba(16, 21, 18, 0.22) 100%),
    var(--page-image) center / cover no-repeat;
  color: var(--white);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 176px 0 46px;
}

.page-hero h1 {
  max-width: 1080px;
  min-height: calc(1.02em * 4);
  margin-bottom: 16px;
  font-size: clamp(3.55rem, 4.25vw, 4.55rem);
  line-height: 1.02;
}

.page-hero p:not(.eyebrow) {
  max-width: 680px;
  height: calc(1.45em * 3);
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.45;
}

.content-section {
  padding: 58px 0;
  background: var(--stone);
}

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

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.detail-list {
  display: grid;
  gap: 14px;
}

.detail-item {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.detail-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.detail-item span {
  display: block;
  color: var(--muted);
}

.seo-copy {
  color: #3f463f;
  font-size: 1.06rem;
}

.cta-band {
  padding: 0;
  background: var(--charcoal);
  color: var(--white);
}

.cta-band-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  min-height: 214px;
}

.cta-band h2 {
  margin-bottom: 8px;
  max-width: 760px;
  font-size: clamp(2.45rem, 4vw, 3.35rem);
  line-height: 1.05;
}

.cta-band p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.cta-band .btn {
  flex: 0 0 190px;
}

.mini-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.mini-nav a {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--green);
  font-weight: 900;
}

.contact-copy .mini-nav a {
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.simple-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 16px;
  background: var(--stone);
}

.simple-box {
  width: min(720px, 100%);
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.simple-box img {
  width: 160px;
  margin-bottom: 18px;
}

.simple-box h1 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(2.1rem, 7vw, 3.4rem);
  line-height: 1;
}

.simple-box p {
  color: var(--muted);
}

.simple-box p a {
  color: var(--green);
  font-weight: 900;
}

@media (max-width: 1020px) {
  .header-actions .phone-link {
    display: none;
  }

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

  .contact-grid,
  .winter-grid,
  .proof-grid,
  .intro-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .intro-copy,
  .detail-copy {
    padding-top: 0;
  }

  .contact-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 68px;
  }

  .header-inner {
    width: calc(100% - 24px);
    min-height: 68px;
  }

  .skip-link {
    left: 50%;
  }

  .brand img {
    width: auto;
    height: 54px;
    max-width: 118px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 76px;
    left: auto;
    right: 12px;
    width: min(320px, calc(100vw - 24px));
    display: none;
    margin: 0;
    height: auto;
    padding: 10px;
    background: rgba(16, 21, 18, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
    z-index: 80;
  }

  .site-nav.is-open {
    display: grid;
    gap: 6px;
  }

  .site-nav a {
    height: auto;
    padding: 13px 12px;
    border-radius: 6px;
    font-size: 1.04rem;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a.is-current {
    background: rgba(255, 255, 255, 0.08);
  }

  .header-actions {
    display: none;
  }

  .hero {
    min-height: 86vh;
    background:
      linear-gradient(180deg, rgba(16, 21, 18, 0.82) 0%, rgba(16, 21, 18, 0.62) 58%, rgba(16, 21, 18, 0.84) 100%),
      url("assets/about-crew-equipment.jpg") center / cover no-repeat;
  }

  .hero-content {
    width: calc(100% - 28px);
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    padding: 112px 0 66px;
  }

  .hero h1 {
    min-height: auto;
    font-size: clamp(2.2rem, 9.2vw, 2.7rem);
    line-height: 1;
  }

  .hero h1 span {
    display: inline;
  }

  .hero h1 span + span::before {
    content: " ";
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.34rem, 9.2vw, 3rem);
    overflow-wrap: normal;
  }

  h2 {
    font-size: clamp(2rem, 11vw, 2.72rem);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: none;
  }

  .hero-lead {
    height: auto;
    margin-bottom: 22px;
  }

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

  .trust-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .trust-row span {
    font-size: 0.82rem;
  }

  .detail-points {
    grid-template-columns: 1fr;
  }

  .scroll-cue {
    display: none;
  }

  .section-inner {
    width: calc(100% - 28px);
  }

  .intro-section,
  .services-section,
  .clients-section,
  .process-section,
  .proof-section,
  .winter-section,
  .contact-section,
  .content-section {
    padding: 58px 0;
  }

  .page-hero {
    height: 86vh;
    min-height: 760px;
    max-height: none;
  }

  .page-hero-content {
    width: calc(100% - 28px);
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    padding: 112px 0 54px;
  }

  .page-hero h1 {
    max-width: 100%;
    min-height: auto;
    font-size: clamp(2.24rem, 8.4vw, 2.86rem);
    overflow-wrap: normal;
  }

  .page-hero p:not(.eyebrow) {
    height: auto;
  }

  .service-grid,
  .client-grid,
  .process-grid,
  .footer-grid,
  .form-two {
    grid-template-columns: 1fr;
  }

  .service-card img {
    height: 210px;
  }

  .client-item,
  .process-step {
    min-height: auto;
  }

  .winter-grid {
    gap: 28px;
  }

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

  .contact-grid {
    gap: 30px;
  }

  .cta-band-inner {
    display: grid;
    min-height: 214px;
  }

  .cta-band .btn {
    width: 190px;
  }

  .quote-form {
    padding: 20px;
  }

  .mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 62px;
    background: var(--charcoal);
    box-shadow: 0 -12px 28px rgba(0, 0, 0, 0.24);
  }

  .mobile-action-bar a {
    display: grid;
    place-items: center;
    color: var(--white);
    min-width: 0;
    padding: 0 8px;
    font-size: clamp(0.9rem, 4vw, 1rem);
    font-weight: 900;
    white-space: nowrap;
    text-align: center;
  }

  .mobile-action-bar a:last-child {
    background: var(--orange);
    color: var(--ink);
    place-items: center;
    padding: 0 8px;
  }
}

@media (max-width: 500px) {
  .header-inner,
  .hero-content,
  .page-hero-content,
  .section-inner {
    width: calc(100% - 28px);
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 430px) {
  .trust-row,
  .winter-list {
    grid-template-columns: 1fr;
  }

  .hero-lead {
    font-size: 1.03rem;
  }
}
