@font-face {
  font-family: "Barlow";
  src: url("/wp-content/themes/intewebsite/assets/fonts/barlow/Barlow-400.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Barlow";
  src: url("/wp-content/themes/intewebsite/assets/fonts/barlow/Barlow-600.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Barlow";
  src: url("/wp-content/themes/intewebsite/assets/fonts/barlow/Barlow-700.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Barlow";
  src: url("/wp-content/themes/intewebsite/assets/fonts/barlow/Barlow-800.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

:root {
  --demo-ink: #111b20;
  --demo-muted: #526168;
  --demo-line: #dbe2e5;
  --demo-surface: #f3f6f3;
  --demo-surface-strong: #e8eeeb;
  --demo-white: #ffffff;
  --demo-radius: 6px;
  --demo-shadow-sm: 0 10px 28px rgba(11, 30, 24, 0.08);
  --demo-shadow-lg: 0 22px 54px rgba(11, 30, 24, 0.15);
  --package-accent: #d63f3f;
  --package-dark: #9f252d;
  --package-soft: #fae8e8;
  --brand: #173f36;
  --brand-dark: #0d2823;
  --brand-accent: #f2ba3f;
  --brand-soft: #e4efea;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #eef2ef;
  color: var(--demo-ink);
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.package-medium {
  --package-accent: #35449b;
  --package-dark: #202c70;
  --package-soft: #e9ecfa;
}

body.package-large {
  --package-accent: #18864b;
  --package-dark: #0e6135;
  --package-soft: #e4f2e9;
}

body.package-shop {
  --package-accent: #c7592b;
  --package-dark: #8c371b;
  --package-soft: #f8e8df;
  --brand: #263f49;
  --brand-dark: #172a31;
  --brand-accent: #e1a92f;
  --brand-soft: #e7eef0;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 14px;
  transform: translateY(calc(-100% - 16px));
  border: 2px solid var(--package-accent);
  border-radius: var(--demo-radius);
  background: #fff;
  color: var(--demo-ink);
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--demo-shadow-sm);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-demo[id],
.site-demo [id] {
  scroll-margin-top: 82px;
}

#demo-content:focus {
  outline: none;
}

::selection {
  background: var(--brand-accent);
  color: var(--brand-dark);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--package-accent) 55%, #fff);
  outline-offset: 3px;
}

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

.checkout-form :is(input, select, textarea):disabled {
  border-color: #d4dcda;
  background: #edf1ef;
  color: #71807b;
  cursor: not-allowed;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

.demo-toolbar {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 3px solid var(--package-accent);
  background: #10191e;
  color: #fff;
  box-shadow: 0 10px 30px rgba(4, 12, 16, 0.16);
}

.demo-toolbar__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  width: min(calc(100% - 32px), var(--max));
  min-height: 74px;
  margin: 0 auto;
}

.demo-toolbar__inner--compact {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.demo-toolbar__back,
.demo-toolbar__jump,
.demo-toolbar__order {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: var(--demo-radius);
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.demo-toolbar__back {
  border: 1px solid #4a565c;
  color: #e7edef;
}

.demo-toolbar__back:hover,
.demo-toolbar__jump:hover {
  background: #243037;
}

.demo-toolbar__jump {
  color: #fff;
}

.demo-toolbar__order {
  background: var(--package-accent);
  color: #fff;
  box-shadow: 0 3px 0 var(--package-dark), 0 10px 22px rgba(0, 0, 0, 0.16);
}

.demo-toolbar__package {
  min-width: 0;
}

.demo-toolbar__package span,
.demo-toolbar__package strong {
  display: block;
}

.demo-toolbar__package span {
  margin-bottom: 2px;
  color: #aebac0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.demo-toolbar__package strong {
  overflow: hidden;
  font-size: 17px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.package-overview {
  border-bottom: 1px solid var(--demo-line);
  background: var(--demo-surface);
}

.package-overview__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 46px;
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 52px 0;
}

.package-overview__eyebrow,
.section-kicker,
.hero__kicker {
  margin: 0 0 8px;
  color: var(--package-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.package-overview h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 800;
  line-height: 0.98;
}

.package-overview__lead {
  max-width: 580px;
  margin: 18px 0 0;
  color: var(--demo-muted);
  font-size: 18px;
  line-height: 1.55;
}

.package-overview__notice {
  margin: 22px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--package-accent);
  background: #fff;
  color: #34434a;
  font-size: 14px;
}

.package-price {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-top: 24px;
}

.package-price strong {
  color: var(--package-dark);
  font-size: 36px;
  line-height: 1;
}

.package-price span {
  color: var(--demo-muted);
  font-size: 13px;
  font-weight: 600;
}

.package-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-content: start;
}

.package-facts section {
  min-width: 0;
}

.package-facts h2 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.2;
}

.package-facts__wide {
  grid-column: 1 / -1;
}

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

.check-list,
.page-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.page-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #34434a;
  font-size: 14px;
  line-height: 1.35;
}

.check-list li::before {
  content: "\2713";
  display: inline-grid;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: #dff3e8;
  color: #137440;
  font-size: 12px;
  font-weight: 800;
}

.page-list {
  counter-reset: demo-pages;
}

.page-list li {
  counter-increment: demo-pages;
}

.page-list li::before {
  content: counter(demo-pages);
  display: inline-grid;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 4px;
  background: #dfe7eb;
  color: #263840;
  font-size: 11px;
  font-weight: 800;
}

.site-preview-label {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: var(--package-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.site-preview-label::before,
.site-preview-label::after {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}

.site-demo {
  --site-gutter: max(20px, calc((100vw - var(--max)) / 2));
  overflow: clip;
  background: #fff;
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 14px var(--site-gutter);
  border-bottom: 1px solid rgba(21, 54, 46, 0.09);
  background: #fff;
  box-shadow: 0 8px 24px rgba(14, 35, 29, 0.05);
}

.site-logo {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  color: var(--brand-dark);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.site-logo__mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 4px;
  background: var(--brand);
  color: #fff;
  font-size: 19px;
  box-shadow: 0 6px 16px rgba(13, 40, 35, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.site-logo small {
  display: block;
  margin-top: 4px;
  color: #64747b;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: 26px;
  align-items: center;
}

.site-nav a {
  color: #27373e;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.site-nav a:hover {
  color: var(--brand);
}

.site-nav a[aria-current] {
  color: var(--brand);
  box-shadow: inset 0 -3px 0 var(--brand-accent);
}

.site-nav .site-nav__cta {
  min-height: 42px;
  padding: 10px 15px;
  border-radius: var(--demo-radius);
  background: var(--brand);
  color: #fff;
  box-shadow: 0 7px 16px rgba(13, 40, 35, 0.16);
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(680px, 72vh);
  align-items: end;
  isolation: isolate;
  padding: 90px var(--site-gutter);
  overflow: hidden;
  background: #1f332e;
  color: #fff;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  animation: hero-image-in 1.1s ease-out both;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 24, 20, 0.9) 0%, rgba(7, 24, 20, 0.65) 50%, rgba(7, 24, 20, 0.08) 100%);
}

.hero__content {
  max-width: 680px;
  animation: hero-content-in 620ms 120ms ease-out both;
}

.hero__kicker {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #f8ca65;
}

.hero__kicker::before {
  content: "";
  flex: 0 0 30px;
  width: 30px;
  height: 2px;
  background: currentColor;
}

.hero .hero__kicker,
.subpage-hero .hero__kicker {
  margin: 0 0 12px;
  line-height: 1.25;
}

.hero h1,
.hero h2 {
  margin: 0;
  font-size: clamp(40px, 5.2vw, 68px);
  font-weight: 800;
  line-height: 1.04;
  overflow-wrap: anywhere;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.24);
}

.hero p {
  max-width: 590px;
  margin: 20px 0 0;
  color: #ecf2ef;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.22);
}

.package-small .hero {
  min-height: min(610px, 68vh);
}

.package-small .hero h1 {
  max-width: 650px;
  font-size: clamp(38px, 4.8vw, 60px);
}

.package-medium .hero {
  min-height: min(700px, 74vh);
  align-items: center;
}

.package-medium .hero::before {
  background-position: center 58%;
}

.package-medium .hero::after {
  background: linear-gradient(90deg, rgba(8, 27, 23, 0.94) 0%, rgba(8, 27, 23, 0.72) 48%, rgba(8, 27, 23, 0.16) 100%);
}

.package-medium .hero__content {
  max-width: 730px;
  padding-left: 26px;
  border-left: 4px solid var(--brand-accent);
}

.package-large .hero {
  min-height: min(740px, 78vh);
  align-items: center;
}

.package-large .hero::before {
  background-position: center 62%;
}

.package-large .hero::after {
  background: linear-gradient(90deg, rgba(7, 24, 20, 0.94) 0%, rgba(7, 24, 20, 0.72) 44%, rgba(7, 24, 20, 0.06) 100%);
}

.package-large .hero__content {
  max-width: 780px;
}

.package-large .hero h1 {
  font-size: clamp(44px, 5.6vw, 72px);
}

.package-shop .site-header {
  background: #fffdfa;
}

.package-shop .hero::after {
  background: linear-gradient(90deg, rgba(15, 30, 35, 0.94) 0%, rgba(15, 30, 35, 0.7) 48%, rgba(15, 30, 35, 0.08) 100%);
}

.hero__actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.subpage-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 390px;
  align-items: end;
  overflow: hidden;
  background: var(--brand-dark);
  color: #fff;
}

.subpage-hero::before,
.subpage-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
}

.subpage-hero::before {
  background: var(--subpage-image) center / cover;
}

.subpage-hero::after {
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 27, 23, 0.94) 0%, rgba(8, 27, 23, 0.72) 48%, rgba(8, 27, 23, 0.18) 100%);
}

.subpage-hero__inner {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 72px 0 62px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin: 0 0 22px;
  color: #d9e5e1;
  font-size: 13px;
  font-weight: 600;
}

.breadcrumbs a {
  color: #fff;
}

.subpage-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(36px, 4.8vw, 58px);
  line-height: 1.06;
  overflow-wrap: anywhere;
}

.subpage-hero p:not(.breadcrumbs) {
  max-width: 660px;
  margin: 18px 0 0;
  color: #e3ece9;
  font-size: clamp(17px, 2vw, 21px);
}

.subpage-hero p.hero__kicker {
  margin: 0 0 12px;
  line-height: 1.25;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(270px, 0.5fr);
  gap: 54px;
  width: min(calc(100% - 32px), 1020px);
  margin: 0 auto;
}

.content-main h2,
.content-aside h2 {
  margin-top: 0;
}

.content-main > p:first-of-type {
  color: #344a52;
  font-size: 20px;
}

.content-main h3 {
  margin: 32px 0 8px;
  font-size: 24px;
}

.section .content-main h2 {
  margin: 32px 0 8px;
  font-size: 28px;
  line-height: 1.12;
}

.section .content-main h2.content-heading {
  font-size: 24px;
  line-height: 1.2;
}

.content-aside {
  align-self: start;
  padding: 24px;
  border-top: 5px solid var(--brand-accent);
  border-radius: 0 0 var(--demo-radius) var(--demo-radius);
  background: var(--demo-surface);
  box-shadow: var(--demo-shadow-sm);
}

.content-aside .site-button {
  width: 100%;
  margin-top: 14px;
}

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

.process-card {
  padding: 24px;
  border: 1px solid var(--demo-line);
  border-radius: var(--demo-radius);
  background: #fff;
  box-shadow: 0 8px 22px rgba(11, 30, 24, 0.05);
}

.process-card strong {
  display: block;
  margin-bottom: 9px;
  color: var(--package-dark);
  font-size: 13px;
  text-transform: uppercase;
}

.process-card h3 {
  margin: 0 0 8px;
}

.process-card p {
  margin: 0;
  color: var(--demo-muted);
}

.inline-link {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-top: 14px;
  color: var(--package-dark);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.inline-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.site-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--demo-radius);
  background: var(--brand-accent);
  color: #16231f;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.14);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-button--secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(14, 33, 28, 0.45);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.section {
  padding: 94px var(--site-gutter);
}

.section--soft {
  background-color: #f2f5f2;
  background-image: linear-gradient(rgba(23, 63, 54, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 63, 54, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
}

.section--dark {
  background: var(--brand-dark);
  color: #fff;
}

.section__head {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  max-width: var(--max);
  margin: 0 auto 38px;
}

.section__head > div {
  max-width: 690px;
}

.section__head .section-kicker,
.split__copy > .section-kicker,
.contact-layout .section-kicker {
  display: flex;
  gap: 9px;
  align-items: center;
}

.section__head .section-kicker::before,
.split__copy > .section-kicker::before,
.contact-layout .section-kicker::before {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 2px;
  background: currentColor;
}

.scope-badge {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  margin-bottom: 13px;
  padding: 5px 9px;
  border: 1px solid color-mix(in srgb, var(--package-accent) 40%, #d6dfe2);
  border-radius: 4px;
  background: color-mix(in srgb, var(--package-accent) 9%, #fff);
  color: var(--package-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.section h2 {
  margin: 0;
  font-size: clamp(29px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.1;
}

.section .content-aside h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.12;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.section .process-card h2 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.12;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.section__head p,
.split__copy > p {
  margin: 14px 0 0;
  color: var(--demo-muted);
  font-size: 18px;
}

.services-grid,
.project-grid,
.testimonial-grid,
.article-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
}

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

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 30px 26px 26px;
  overflow: hidden;
  border: 1px solid var(--demo-line);
  border-radius: var(--demo-radius);
  background: #fff;
  box-shadow: var(--demo-shadow-sm);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--brand-accent);
}

.service-card h2 {
  margin: 0 0 10px;
  color: var(--brand-dark);
  font-size: 29px;
  line-height: 1.12;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.service-card__number {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

.service-card h3 {
  margin: 0;
  color: var(--brand-dark);
  font-size: 23px;
  line-height: 1.15;
}

.service-card p {
  margin: 12px 0 0;
  color: var(--demo-muted);
}

.service-card .inline-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 18px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--brand);
  color: #fff;
}

.proof-strip div {
  position: relative;
  min-height: 128px;
  padding: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}

.proof-strip div::after {
  content: "";
  position: absolute;
  right: 36%;
  bottom: 18px;
  left: 36%;
  height: 2px;
  background: color-mix(in srgb, var(--brand-accent) 70%, transparent);
}

.proof-strip div:first-child {
  border-left: 0;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--brand-accent);
  font-size: 29px;
  line-height: 1;
}

.proof-strip span {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 58px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.split--reverse .split__media {
  order: 2;
}

.split__media {
  position: relative;
  min-height: 440px;
  border-radius: var(--demo-radius);
  box-shadow: var(--demo-shadow-lg);
}

.split__media img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  border-radius: inherit;
  object-fit: cover;
}

.split__media-note {
  position: absolute;
  right: -18px;
  bottom: 22px;
  max-width: 230px;
  padding: 16px;
  border-radius: 4px;
  background: var(--brand-accent);
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(13, 40, 35, 0.18);
}

.split__copy > .section-kicker {
  margin-bottom: 8px;
}

.split__copy h2 {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.1;
}

.split__copy .check-list {
  gap: 12px;
  margin-top: 24px;
}

.project-card,
.article-card,
.product-card {
  overflow: hidden;
  border: 1px solid var(--demo-line);
  border-radius: var(--demo-radius);
  background: #fff;
  box-shadow: var(--demo-shadow-sm);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.project-card,
.article-card {
  display: flex;
  flex-direction: column;
}

.project-card img,
.article-card img,
.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 420ms ease;
}

.project-card__body,
.article-card__body,
.product-card__body {
  padding: 24px;
}

.project-card__body,
.article-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.project-card__body .inline-link,
.article-card__body .inline-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 16px;
}

.project-card h2,
.project-card h3,
.article-card h2,
.article-card h3,
.product-card h2,
.product-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.16;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.project-card p,
.article-card p,
.product-card p {
  margin: 8px 0 0;
  color: var(--demo-muted);
}

.project-card .section-kicker,
.article-card .section-kicker,
.product-card .section-kicker {
  margin: 0 0 8px;
  line-height: 1.25;
}

.testimonial {
  padding: 30px 28px 28px;
  border: 1px solid #dce4e0;
  border-top: 3px solid var(--brand-accent);
  border-radius: var(--demo-radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(11, 30, 24, 0.06);
}

.testimonial blockquote {
  margin: 0;
  font-size: 18px;
}

.testimonial blockquote::before {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 3px;
  background: var(--brand-accent);
}

.testimonial footer {
  margin-top: 18px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin: 0 auto;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--demo-line);
  border-radius: var(--demo-radius);
  background: #fff;
  box-shadow: 0 7px 20px rgba(11, 30, 24, 0.045);
}

.faq-list summary {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 18px 20px;
  color: var(--brand-dark);
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--package-dark);
  font-size: 22px;
  line-height: 1;
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--demo-muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 60px;
  max-width: var(--max);
  margin: 0 auto;
}

.contact-layout h2 {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.1;
}

.contact-details {
  display: grid;
  gap: 7px;
  margin-top: 24px;
}

.contact-details a {
  color: var(--brand-accent);
  font-weight: 700;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--demo-radius);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 20px 44px rgba(4, 16, 13, 0.18);
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: #dce8e3;
  font-size: 13px;
  font-weight: 700;
}

.contact-form label:last-of-type {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #62736c;
  border-radius: 5px;
  outline: 0;
  background: #fff;
  color: #14231e;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form input {
  min-height: 48px;
  padding: 10px 12px;
}

.contact-form textarea {
  min-height: 118px;
  padding: 12px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--brand-accent);
  box-shadow: 0 0 0 3px rgba(242, 186, 63, 0.24);
}

.contact-form button {
  grid-column: 1 / -1;
  min-height: 50px;
  border: 0;
  border-radius: 5px;
  background: var(--brand-accent);
  color: var(--brand-dark);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(4, 16, 13, 0.18);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.form-note {
  grid-column: 1 / -1;
  margin: -3px 0 0;
  color: #adbbb5;
  font-size: 12px;
}

.demo-form-status {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: #f9cd6e;
  font-size: 13px;
  font-weight: 700;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
  padding: 46px var(--site-gutter);
  border-top: 1px solid #dbe3df;
  background: #fbfcfb;
}

.site-footer p {
  margin: 8px 0 0;
  color: var(--demo-muted);
  font-size: 13px;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer__links a {
  color: #34463e;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.demo-bottom-cta {
  position: relative;
  padding: 50px 20px;
  border-top: 3px solid var(--package-accent);
  background: #10191e;
  color: #fff;
  text-align: center;
}

.demo-bottom-cta h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 36px);
  line-height: 1.1;
}

.demo-bottom-cta p {
  max-width: 620px;
  margin: 12px auto 22px;
  color: #b8c4c9;
}

.demo-bottom-cta .demo-toolbar__order {
  min-width: 230px;
}

.shop-tools {
  display: flex;
  gap: 12px;
  align-items: center;
}

.shop-tools a {
  position: relative;
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #dce3e6;
  border-radius: 50%;
  color: var(--brand-dark);
  font-size: 0;
  text-decoration: none;
}

.shop-tools a::before,
.shop-tools a::after {
  content: "";
  position: absolute;
}

.shop-tools a:first-child::before {
  top: 11px;
  left: 12px;
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.shop-tools a:first-child::after {
  top: 25px;
  left: 25px;
  width: 7px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.shop-tools a:last-child::before {
  top: 12px;
  left: 11px;
  width: 18px;
  height: 13px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  transform: skewX(-8deg);
}

.shop-tools a:last-child::after {
  top: 29px;
  left: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 13px 0 currentColor;
}

.cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--package-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
}

.category-tile {
  position: relative;
  display: grid;
  min-height: 250px;
  align-items: end;
  isolation: isolate;
  padding: 24px;
  overflow: hidden;
  border-radius: var(--demo-radius);
  background: #263f49;
  color: #fff;
  text-decoration: none;
  box-shadow: var(--demo-shadow-sm);
}

.category-tile::before,
.category-tile::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
}

.category-tile::before {
  background: var(--category-image) center / cover;
  transition: transform 0.3s ease;
}

.category-tile::after {
  z-index: -1;
  background: linear-gradient(180deg, transparent 20%, rgba(12, 27, 32, 0.88) 100%);
}

.category-tile:hover::before {
  transform: scale(1.035);
}

.category-tile strong,
.category-tile span {
  display: block;
}

.category-tile strong {
  font-size: 25px;
  line-height: 1.05;
}

.category-tile span {
  margin-top: 5px;
  color: #d9e3e5;
  font-size: 13px;
}

.cart-status {
  min-height: 24px;
  max-width: var(--max);
  margin: 16px auto 0;
  color: var(--package-dark);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.product-search {
  display: grid;
  flex: 0 0 min(330px, 100%);
  gap: 6px;
  width: min(330px, 100%);
}

.product-search > label {
  color: var(--package-dark);
  font-size: 13px;
  font-weight: 800;
}

.product-search__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 44px;
}

.product-search input {
  min-width: 0;
  height: 44px;
  padding: 0 13px;
  border: 1px solid #aebbb7;
  border-radius: 5px 0 0 5px;
  background: #fff;
  color: var(--brand-dark);
  font: inherit;
}

.product-search button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 0 5px 5px 0;
  background: var(--brand);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.product-search__clear {
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 22px;
  line-height: 1;
}

.product-search__clear:disabled {
  cursor: default;
  opacity: 0.45;
}

.section__head .product-search__status {
  min-height: 18px;
  margin: 0;
  color: var(--demo-muted);
  font-size: 12px;
  font-weight: 700;
}

.product-card[hidden] {
  display: none;
}

.checkout-demo {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 34px;
  max-width: 940px;
  margin: 0 auto;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 54px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.product-detail__media {
  overflow: hidden;
  background: #edf1ef;
}

.product-detail__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.breadcrumbs--dark {
  color: var(--demo-muted);
}

.breadcrumbs--dark a {
  color: var(--brand);
}

.product-detail__copy h1 {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.05;
}

.product-detail__copy > p {
  color: var(--demo-muted);
  font-size: 18px;
}

.product-detail__price {
  margin: 20px 0;
  color: var(--brand-dark);
  font-size: 29px;
  font-weight: 800;
}

.product-options {
  display: grid;
  gap: 14px;
  max-width: 430px;
}

.product-options label {
  display: grid;
  gap: 6px;
  color: #405158;
  font-size: 13px;
  font-weight: 700;
}

.product-options select {
  min-height: 46px;
  padding: 9px 11px;
  border: 1px solid #cbd6da;
  background: #fff;
}

.product-options .site-button {
  border: 0;
  cursor: pointer;
}

.cart-state[hidden] {
  display: none;
}

.cart-state p {
  color: var(--demo-muted);
}

.cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
}

.cart-actions .inline-link {
  min-height: 44px;
  margin: 0;
  padding: 8px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.checkout-panel,
.checkout-summary {
  padding: 28px;
  border: 1px solid var(--demo-line);
  border-radius: var(--demo-radius);
  background: #fff;
  box-shadow: var(--demo-shadow-sm);
}

.checkout-summary {
  align-self: start;
}

.checkout-empty-state {
  padding: 18px;
  border: 1px dashed #cbd6da;
  border-radius: 5px;
  background: var(--demo-surface);
  text-align: center;
}

.checkout-empty-state p {
  margin: 0;
  color: var(--demo-muted);
}

.checkout-empty-state .site-button {
  width: 100%;
  margin-top: 14px;
}

.checkout-panel h2,
.checkout-panel h3,
.checkout-summary h2,
.checkout-summary h3 {
  margin: 0 0 20px;
  font-size: 25px;
  line-height: 1.15;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.checkout-disclaimer {
  margin: -4px 0 20px;
  padding: 12px 14px;
  border-left: 4px solid var(--package-accent);
  background: var(--package-soft);
  color: #3f5057;
  font-size: 13px;
  line-height: 1.5;
}

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

.checkout-form label {
  display: grid;
  gap: 5px;
  color: #3f5057;
  font-size: 12px;
  font-weight: 700;
}

.checkout-form label:first-child,
.checkout-form label:nth-child(4) {
  grid-column: 1 / -1;
}

.checkout-form input,
.checkout-form select {
  width: 100%;
  min-height: 44px;
  padding: 9px 10px;
  border: 1px solid #cdd7db;
  border-radius: 5px;
  background: #fff;
}

.checkout-form button {
  grid-column: 1 / -1;
  min-height: 48px;
  border: 0;
  border-radius: 5px;
  background: var(--brand);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(23, 42, 49, 0.14);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.checkout-form button:disabled {
  background: #9ba7a3;
  box-shadow: none;
  cursor: not-allowed;
}

.checkout-form .demo-form-status {
  color: var(--package-dark);
}

.order-row,
.order-total {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}

.order-row {
  padding: 13px 0;
  border-top: 1px solid #e7ecee;
  color: #4a5a61;
  font-size: 14px;
}

.order-row:first-of-type {
  border-top: 0;
}

.order-total {
  margin-top: 8px;
  padding-top: 18px;
  border-top: 2px solid #263f49;
  color: #182b32;
  font-size: 19px;
  font-weight: 800;
}

.checkout-security {
  position: relative;
  margin: 20px 0 0;
  padding: 12px 12px 12px 38px;
  background: #edf4f2;
  color: #2d4f45;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.security-icon {
  position: absolute;
  top: 15px;
  left: 14px;
  width: 13px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.security-icon::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 2px;
  width: 5px;
  height: 7px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.product-card__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  color: var(--brand-dark);
  font-size: 18px;
  font-weight: 800;
}

.product-card__price button {
  min-height: 44px;
  padding: 8px 12px;
  border: 0;
  border-radius: 5px;
  background: var(--brand);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-card {
  display: flex;
  flex-direction: column;
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-card__price {
  margin-top: auto;
  padding-top: 18px;
}

@media (hover: hover) {
  .demo-toolbar__back:hover,
  .demo-toolbar__jump:hover {
    border-color: #718087;
    background: #243037;
  }

  .demo-toolbar__order:hover,
  .site-button:hover,
  .contact-form button:hover,
  .checkout-form button:not(:disabled):hover,
  .product-card__price button:hover {
    box-shadow: 0 12px 26px rgba(4, 16, 13, 0.2);
    transform: translateY(-2px);
  }

  .site-nav a:not(.site-nav__cta):hover {
    box-shadow: inset 0 -2px 0 var(--brand-accent);
  }

  .site-nav .site-nav__cta:hover {
    color: #fff;
    transform: translateY(-1px);
  }

  .inline-link:hover::after {
    transform: translateX(4px) rotate(45deg);
  }

  .service-card:hover,
  .project-card:hover,
  .article-card:hover,
  .product-card:hover {
    border-color: color-mix(in srgb, var(--brand) 24%, var(--demo-line));
    box-shadow: var(--demo-shadow-lg);
    transform: translateY(-4px);
  }

  .project-card:hover img,
  .article-card:hover img,
  .product-card:hover img {
    transform: scale(1.025);
  }
}

@keyframes hero-image-in {
  from {
    opacity: 0.88;
    transform: scale(1.025);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes hero-content-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .demo-toolbar__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .demo-toolbar__jump {
    display: none;
  }

  .package-overview__inner,
  .split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .package-facts {
    margin-top: 4px;
  }

  .site-nav {
    display: none;
  }

  .hero h1,
  .hero h2,
  .package-small .hero h1,
  .package-large .hero h1 {
    font-size: clamp(36px, 5vw, 42px);
    line-height: 1.07;
  }

  .subpage-hero h1 {
    font-size: clamp(36px, 5vw, 42px);
    line-height: 1.07;
  }

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

  .mobile-nav summary {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid #dce3e1;
    border-radius: 4px;
    cursor: pointer;
    font-size: 22px;
    list-style: none;
  }

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

  .mobile-nav nav {
    position: absolute;
    top: 52px;
    right: 0;
    display: grid;
    width: min(280px, calc(100vw - 40px));
    border: 1px solid #dce3e1;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 35, 29, 0.16);
  }

  .mobile-nav nav a {
    padding: 13px 16px;
    border-top: 1px solid #edf1ef;
    color: var(--brand-dark);
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-nav nav a:first-child {
    border-top: 0;
  }

  .services-grid,
  .project-grid,
  .testimonial-grid,
  .article-grid,
  .product-grid,
  .services-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .checkout-demo {
    grid-template-columns: 1fr;
  }

  .product-detail {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

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

  .split--reverse .split__media {
    order: initial;
  }

  .split__media-note {
    right: 16px;
  }
}

@media (max-width: 768px) {
  .hero h1,
  .hero h2,
  .package-small .hero h1,
  .package-large .hero h1,
  .subpage-hero h1 {
    font-size: 40px;
  }
}

@media (max-width: 900px) and (max-height: 520px) {
  .mobile-nav nav {
    max-height: calc(100vh - 158px);
    max-height: calc(100dvh - 158px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .package-shop .mobile-nav nav a {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding-block: 10px;
  }
}

@media (max-width: 620px) {
  .demo-toolbar__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    width: min(calc(100% - 20px), var(--max));
    min-height: 68px;
  }

  .demo-toolbar__back {
    display: none;
  }

  .demo-toolbar__package strong {
    overflow: visible;
    font-size: 15px;
    line-height: 1.15;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }

  .demo-toolbar__order {
    min-height: 44px;
    padding: 9px 11px;
    font-size: 13px;
  }

  .package-overview__inner {
    gap: 32px;
    padding: 38px 0;
  }

  .package-overview h1 {
    font-size: 39px;
  }

  .package-overview__lead {
    font-size: 16px;
  }

  .package-facts {
    grid-template-columns: 1fr;
  }

  .package-facts__wide {
    grid-column: 1;
  }

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

  .site-header {
    min-height: 72px;
  }

  .package-shop .site-header {
    gap: 16px;
  }

  .site-logo {
    font-size: 18px;
  }

  .site-logo__mark {
    width: 34px;
    height: 34px;
  }

  .package-shop .shop-tools a:first-child {
    display: none;
  }

  .package-shop .mobile-nav nav {
    right: -60px;
  }

  .hero {
    min-height: 620px;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .package-small .hero,
  .package-medium .hero,
  .package-large .hero {
    min-height: 620px;
    align-items: end;
  }

  .package-medium .hero__content {
    padding-left: 0;
    border-left: 0;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(7, 24, 20, 0.18) 0%, rgba(7, 24, 20, 0.9) 70%);
  }

  .package-medium .hero::after,
  .package-large .hero::after {
    background: linear-gradient(180deg, rgba(7, 24, 20, 0.16) 0%, rgba(7, 24, 20, 0.92) 72%);
  }

  .package-shop .hero::after {
    background: linear-gradient(180deg, rgba(15, 30, 35, 0.14) 0%, rgba(15, 30, 35, 0.93) 72%);
  }

  .hero h1,
  .hero h2,
  .package-small .hero h1,
  .package-large .hero h1 {
    font-size: clamp(34px, 9.5vw, 40px);
    line-height: 1.08;
  }

  .hero__actions .site-button {
    width: 100%;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section__head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .services-grid,
  .project-grid,
  .testimonial-grid,
  .article-grid,
  .product-grid,
  .services-grid--four {
    grid-template-columns: 1fr;
  }

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

  .checkout-panel,
  .checkout-summary {
    padding: 20px;
  }

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

  .checkout-form label,
  .checkout-form label:first-child,
  .checkout-form label:nth-child(4),
  .checkout-form button {
    grid-column: 1;
  }

  .subpage-hero {
    min-height: 330px;
  }

  .subpage-hero h1 {
    font-size: clamp(32px, 9vw, 38px);
    line-height: 1.08;
  }

  .subpage-hero::after {
    background: linear-gradient(90deg, rgba(8, 27, 23, 0.94), rgba(8, 27, 23, 0.62));
  }

  .subpage-hero__inner {
    padding: 52px 0 44px;
  }

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

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

  .proof-strip div {
    padding-right: 18px;
    padding-left: 18px;
  }

  .proof-strip strong {
    font-size: 26px;
  }

  .proof-strip div:nth-child(3) {
    border-left: 0;
  }

  .split {
    gap: 34px;
  }

  .split__media,
  .split__media img {
    min-height: 310px;
  }

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

  .contact-form label,
  .contact-form label:last-of-type,
  .contact-form button,
  .form-note {
    grid-column: 1;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

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

  .hero::before,
  .hero__content {
    animation: none;
  }

  .demo-toolbar__back,
  .demo-toolbar__jump,
  .demo-toolbar__order,
  .site-nav a,
  .site-button,
  .inline-link::after,
  .service-card,
  .project-card,
  .article-card,
  .product-card,
  .project-card img,
  .article-card img,
  .product-card img,
  .faq-list summary::after,
  .contact-form button,
  .checkout-form button,
  .product-card__price button {
    transition: none;
  }
}