:root {
  --ink: #eaeaea;
  --paper: #eaeaea;
  --night: #2b2b2b;
  --night-2: #2b2b2b;
  --night-3: #696e7b;
  --steel: #bbbbbb;
  --muted: #696e7b;
  --line: rgba(234, 234, 234, .12);
  --line-strong: rgba(234, 234, 234, .2);
  --blue: #3272b1;
  --blue-2: #3272b1;
  --cyan: #3272b1;
  --warm: #bbbbbb;
  --dark-shadow: 0 24px 70px rgba(43, 43, 43, .36);
  --soft-shadow: 0 18px 48px rgba(43, 43, 43, .22);
  --content: 1160px;
  --radius: 8px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  min-width: 0;
  margin: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(50, 114, 177, .16), transparent 26rem),
    linear-gradient(180deg, #2b2b2b 0%, #2b2b2b 48%, #2b2b2b 100%);
  color: var(--ink);
}

body.is-mobile-menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

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

p {
  color: rgba(234, 234, 234, .72);
  line-height: 1.72;
}

em {
  color: var(--blue);
  font-style: normal;
}

#leistungen,
#projekte,
#ueber-uns,
#referenzen,
#pakete,
#ablauf,
#bewertungen,
#kontakt {
  scroll-margin-top: 86px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

[hidden] {
  display: none !important;
}

.section-inner,
.hero-inner,
.footer-inner,
.footer-bottom {
  width: min(var(--content), calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 78px;
  padding: 0 clamp(22px, 4.2vw, 66px);
  border-bottom: 1px solid rgba(234, 234, 234, .08);
  background: rgba(43, 43, 43, .78);
  box-shadow: 0 16px 46px rgba(43, 43, 43, .24);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand-logo {
  --brand-name-size: 24px;
  --tagline-scale: 1.036;
  display: inline-grid;
  width: max-content;
  grid-template-columns: max-content;
  justify-self: start;
  gap: 1px;
  min-width: 0;
  color: #eaeaea;
  font-size: var(--brand-name-size);
  text-decoration: none;
}

.brand-logo img {
  width: 218px;
  height: auto;
}

.brand-name {
  display: inline-flex;
  width: max-content;
  justify-self: start;
  color: #eaeaea;
  font-size: 24px;
  font-weight: 950;
  line-height: .95;
  text-transform: uppercase;
}

.brand-name span:first-child {
  color: #eaeaea;
}

.brand-name span:last-child {
  color: var(--blue);
}

.brand-tagline {
  display: inline-block;
  width: max-content;
  justify-self: start;
  color: rgba(234, 234, 234, .68);
  font-size: calc(var(--brand-name-size) * .4524);
  font-weight: 850;
  letter-spacing: calc(var(--brand-name-size) * .0452);
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  transform: scaleX(var(--tagline-scale));
  transform-origin: left center;
}

.brand-logo .brand-name span {
  font-size: inherit;
  line-height: inherit;
}

.brand-logo .brand-name {
  font-size: var(--brand-name-size);
  line-height: .95;
}

.brand-logo .brand-tagline {
  font-size: calc(var(--brand-name-size) * .4524);
  line-height: 1.2;
}

.menu-toggle {
  display: none;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 42px);
}

.site-nav a {
  position: relative;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  color: rgba(234, 234, 234, .78);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .7px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--blue);
  opacity: 0;
  transform: scaleX(.5);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #eaeaea;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 4px;
  font-weight: 900;
  letter-spacing: .4px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-cta {
  gap: 12px;
  padding: 0 21px;
  background: linear-gradient(135deg, #3272b1, #3272b1);
  box-shadow: 0 16px 42px rgba(50, 114, 177, .28);
  color: #eaeaea;
  font-size: 12px;
}

.header-cta::after {
  content: "\2192";
  font-size: 18px;
  font-weight: 400;
}

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

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 1.45;
  text-transform: uppercase;
}

.section-kicker::after {
  content: "";
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), rgba(50, 114, 177, 0));
}

.hero-section {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: clamp(640px, 86svh, 820px);
  align-items: stretch;
  overflow: hidden;
  border-bottom: 1px solid rgba(234, 234, 234, .08);
  background: var(--night);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  z-index: -3;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  filter: brightness(.82) saturate(.98) contrast(1.04);
  transform: scale(1.055);
  transform-origin: 54% 44%;
  will-change: transform, filter;
}

.hero-overlay {
  z-index: -2;
  background:
    radial-gradient(circle at 72% 24%, rgba(50, 114, 177, .16), transparent 24rem),
    linear-gradient(90deg, rgba(43, 43, 43, .97) 0%, rgba(43, 43, 43, .82) 34%, rgba(43, 43, 43, .36) 72%, rgba(43, 43, 43, .64) 100%),
    linear-gradient(180deg, rgba(43, 43, 43, .12), rgba(43, 43, 43, .68));
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  background: linear-gradient(180deg, rgba(43, 43, 43, 0), #2b2b2b);
  pointer-events: none;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--hero-glow-x, 68%) var(--hero-glow-y, 28%), rgba(50, 114, 177, .2), transparent 24rem),
    linear-gradient(115deg, rgba(234, 234, 234, .06), transparent 42%);
  opacity: .54;
  mix-blend-mode: screen;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}

.hero-inner {
  display: grid;
  grid-template-rows: 1fr auto;
  padding: clamp(86px, 9vw, 128px) 0 42px;
}

.hero-content {
  max-width: 650px;
  align-self: center;
}

.hero-content h1 {
  display: grid;
  gap: 4px;
  margin: 0 0 24px;
  color: #eaeaea;
  font-size: clamp(44px, 6.1vw, 82px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: .98;
  text-transform: uppercase;
}

.hero-content h1 span {
  display: block;
}

.hero-content p {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(234, 234, 234, .82);
  font-size: clamp(16px, 1.35vw, 19px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.button {
  gap: 16px;
  min-height: 52px;
  padding: 0 21px;
  border: 1px solid transparent;
  font-size: 12px;
}

.button-primary {
  background: linear-gradient(135deg, #3272b1, #3272b1);
  box-shadow: 0 18px 44px rgba(50, 114, 177, .32);
  color: #eaeaea;
}

.button-secondary,
.button-outline {
  border-color: rgba(234, 234, 234, .24);
  background: rgba(234, 234, 234, .035);
  color: #eaeaea;
}

.button-secondary:hover,
.button-outline:hover {
  border-color: rgba(50, 114, 177, .72);
  background: rgba(50, 114, 177, .08);
}

.button-icon {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(234, 234, 234, .12);
}

.hero-proof article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 18px 28px 18px 0;
  border-right: 1px solid rgba(234, 234, 234, .12);
}

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

.proof-icon {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.hero-proof h2 {
  margin: 0 0 4px;
  color: #eaeaea;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.hero-proof p {
  margin: 0;
  color: rgba(234, 234, 234, .62);
  font-size: 11px;
  line-height: 1.45;
}

.services-section,
.projects-section,
.story-section,
.references-section,
.contact-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 108px) 0;
}

.services-section {
  background:
    radial-gradient(circle at 18% 0%, rgba(50, 114, 177, .12), transparent 28rem),
    linear-gradient(180deg, #2b2b2b 0%, #2b2b2b 100%);
}

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

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, .75fr);
  gap: clamp(36px, 8vw, 96px);
  align-items: end;
}

.section-heading h2,
.projects-intro h2,
.story-copy h2,
.reference-copy h2,
.contact-intro h2 {
  margin: 0;
  color: #eaeaea;
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: uppercase;
}

.split-heading p {
  margin: 0 0 4px;
  color: rgba(234, 234, 234, .68);
  font-size: 15px;
}

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

.service-card {
  position: relative;
  display: grid;
  min-height: 206px;
  align-content: start;
  padding: 30px 26px 26px;
  border: 1px solid rgba(234, 234, 234, .11);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(234, 234, 234, .075), rgba(234, 234, 234, .035)),
    rgba(43, 43, 43, .76);
  box-shadow: 0 18px 48px rgba(43, 43, 43, .16);
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(50, 114, 177, .18), transparent 44%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.service-card:hover::before {
  opacity: 1;
}

.service-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
  object-fit: contain;
  opacity: 1;
  filter: none;
  transition: transform 260ms cubic-bezier(.2, .8, .2, 1), opacity 260ms ease, filter 260ms ease;
}

.service-card:hover .service-icon {
  transform: translateY(-1px);
  opacity: 1;
  filter: none;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #eaeaea;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(234, 234, 234, .68);
  font-size: 14px;
  line-height: 1.68;
}

.service-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  color: rgba(234, 234, 234, .82);
  font-size: 22px;
  text-decoration: none;
}

.projects-section {
  background:
    linear-gradient(180deg, #2b2b2b 0%, #2b2b2b 100%);
}

.projects-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 34px;
  align-items: end;
}

.projects-intro {
  padding-bottom: 3px;
}

.projects-intro h2 {
  margin-bottom: 34px;
  font-size: clamp(26px, 2.6vw, 38px);
}

.button-outline {
  min-width: 220px;
}

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

.project-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid rgba(234, 234, 234, .09);
  border-radius: 7px;
  background: #2b2b2b;
  box-shadow: var(--soft-shadow);
}

.project-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  filter: brightness(.68) saturate(.82);
  transition: transform 420ms ease, filter 220ms ease;
}

.project-card:nth-child(2) img,
.project-card:nth-child(4) img {
  object-position: 70% center;
}

.project-card:hover img {
  transform: scale(1.05);
  filter: brightness(.84) saturate(.95);
}

.project-card div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 58px 18px 16px;
  background: linear-gradient(180deg, rgba(43, 43, 43, 0), rgba(43, 43, 43, .92));
}

.project-card h3 {
  margin: 0 0 4px;
  color: #eaeaea;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.project-card p {
  margin: 0;
  color: rgba(234, 234, 234, .76);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.3;
  text-transform: uppercase;
}

.story-section {
  background:
    radial-gradient(circle at 84% 8%, rgba(187, 187, 187, .12), transparent 23rem),
    linear-gradient(180deg, #2b2b2b 0%, #2b2b2b 100%);
}

.story-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr);
  gap: clamp(42px, 7vw, 86px);
  align-items: center;
}

.story-media {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid rgba(234, 234, 234, .12);
  border-radius: var(--radius);
  box-shadow: var(--dark-shadow);
}

.story-media::after {
  content: "GK";
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: rgba(234, 234, 234, .22);
  font-size: 68px;
  font-weight: 950;
  line-height: 1;
}

.story-media img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: 58% center;
  filter: brightness(.72) saturate(.88);
}

.story-copy p,
.contact-intro p,
.reference-copy p {
  max-width: 580px;
  margin: 22px 0 30px;
  color: rgba(234, 234, 234, .7);
}

.timeline {
  position: relative;
  display: grid;
  gap: 26px;
  margin-top: 34px;
}

.timeline::before,
.timeline::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 36px;
  width: 1px;
}

.timeline::before {
  height: var(--timeline-line-height, calc(100% - 186px));
  background: rgba(234, 234, 234, .14);
}

.timeline::after {
  height: 0;
  background: var(--blue);
  transition: height 2.1s cubic-bezier(.22, 1, .36, 1);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 24px;
  align-items: start;
}

.timeline-item > span {
  position: relative;
  z-index: 1;
  display: flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(234, 234, 234, .14);
  border-radius: 50%;
  background: #2b2b2b;
  color: var(--blue);
  box-shadow: 0 14px 34px rgba(43, 43, 43, .24);
  font-size: 13px;
  font-weight: 950;
  transition: background-color 420ms ease, border-color 420ms ease, color 420ms ease, transform 420ms ease;
}

.story-section.timeline-active .timeline::after {
  height: var(--timeline-line-height, calc(100% - 186px));
}

.story-section.timeline-active .timeline-item > span {
  border-color: var(--blue);
  background: var(--blue);
  color: #2b2b2b;
  transform: scale(1.03);
}

.timeline-item h3 {
  margin: 0 0 8px;
  color: #eaeaea;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.timeline-item p {
  margin: 0;
  color: rgba(234, 234, 234, .68);
  font-size: 14px;
}

.timeline-summary {
  position: relative;
  margin-left: 74px;
  padding: 22px 24px;
  border: 1px solid rgba(50, 114, 177, .25);
  border-radius: var(--radius);
  background: rgba(50, 114, 177, .08);
  color: rgba(234, 234, 234, .84);
  line-height: 1.7;
}

.timeline-summary::before {
  content: "";
  position: absolute;
  top: var(--timeline-summary-connector-top, 24px);
  left: calc(var(--timeline-connector-width, 38px) * -1);
  width: var(--timeline-connector-width, 38px);
  height: 1px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 520ms cubic-bezier(.22, 1, .36, 1) 1.9s;
}

.story-section.timeline-active .timeline-summary::before {
  transform: scaleX(1);
}

.references-section {
  background:
    linear-gradient(180deg, #2b2b2b 0%, #2b2b2b 100%);
}

.references-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(234, 234, 234, .15);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 66% 22%, rgba(50, 114, 177, .18), transparent 24rem),
    rgba(234, 234, 234, .045);
  box-shadow: var(--dark-shadow);
}

.reference-copy {
  padding: clamp(28px, 5vw, 58px);
}

.reference-image {
  height: 100%;
  min-height: 300px;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.reference-image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: 56% center;
  filter: brightness(.7) saturate(.88);
}

.client-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
  margin-top: 34px;
  padding: 0 6px;
  color: rgba(234, 234, 234, .54);
  font-size: clamp(13px, 1.2vw, 18px);
  font-weight: 850;
  letter-spacing: .8px;
  text-align: center;
  text-transform: uppercase;
}

.contact-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(50, 114, 177, .13), transparent 25rem),
    linear-gradient(180deg, #2b2b2b 0%, #2b2b2b 100%);
}

.contact-layout {
  align-items: start;
}

.contact-intro {
  padding-top: 20px;
}

.contact-stack {
  display: grid;
  gap: 18px;
}

.contact-card {
  border-radius: var(--radius);
  padding: 32px 36px;
  box-shadow: var(--dark-shadow);
}

.contact-card-dark {
  border: 1px solid rgba(234, 234, 234, .14);
  background:
    radial-gradient(circle at 15% 0%, rgba(50, 114, 177, .18), transparent 18rem),
    rgba(234, 234, 234, .055);
  color: #eaeaea;
}

.pill {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 12px;
  border: 1px solid rgba(50, 114, 177, .32);
  border-radius: 999px;
  background: rgba(50, 114, 177, .1);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card h3 {
  margin: 0 0 22px;
  color: #eaeaea;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

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

.contact-list div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(234, 234, 234, .12);
}

.contact-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-list span {
  color: rgba(234, 234, 234, .54);
  font-weight: 850;
}

.contact-list a {
  color: #eaeaea;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-list a:hover {
  color: var(--cyan);
}

.form-shell {
  margin-top: 44px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(234, 234, 234, .14);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(50, 114, 177, .16), transparent 24rem),
    linear-gradient(135deg, rgba(105, 110, 123, .96), rgba(43, 43, 43, .96));
  box-shadow: var(--dark-shadow);
}

.form-heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.form-heading h3 {
  margin: 0 0 10px;
  color: #eaeaea;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.form-heading p {
  margin: 0;
  color: rgba(234, 234, 234, .68);
}

.project-form {
  display: grid;
  gap: 17px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
}

.wizard-status {
  display: grid;
  gap: 8px;
}

.wizard-count {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.wizard-progress {
  overflow: hidden;
  height: 6px;
  border-radius: 999px;
  background: rgba(234, 234, 234, .13);
}

.wizard-progress span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  transition: width 320ms ease;
}

.wizard-step {
  display: none;
  min-height: 236px;
  margin: 0;
  border: 0;
  padding: 0;
}

.wizard-step.is-active {
  display: block;
  animation: wizardStepIn 360ms cubic-bezier(.22, 1, .36, 1);
}

.wizard-step legend {
  max-width: 760px;
  margin-bottom: 17px;
  color: #eaeaea;
  font-size: clamp(22px, 2.3vw, 32px);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

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

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

.project-form .form-checkbox {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(234, 234, 234, .12);
  border-radius: 6px;
  background: rgba(234, 234, 234, .07);
}

.project-form label span {
  color: rgba(234, 234, 234, .84);
  font-size: 13px;
  font-weight: 850;
}

.project-form input,
.project-form select,
.project-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(234, 234, 234, .16);
  border-radius: 5px;
  padding: 0 13px;
  background: rgba(234, 234, 234, .95);
  color: #2b2b2b;
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.project-form input:focus,
.project-form select:focus,
.project-form textarea:focus {
  border-color: rgba(50, 114, 177, .8);
  box-shadow: 0 0 0 4px rgba(50, 114, 177, .16);
}

.project-form input[type="file"] {
  padding: 10px 13px;
}

.project-form input[type="checkbox"] {
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  accent-color: #3272b1;
}

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

.form-wide {
  grid-column: 1 / -1;
}

.wizard-actions {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.wizard-actions button {
  border: 0;
  cursor: pointer;
}

.project-calculator-cta {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding-top: 2px;
}

.project-calculator-cta p {
  margin: 0;
  color: rgba(234, 234, 234, .78);
  font-weight: 750;
  line-height: 1.45;
}

.project-calculator-cta .button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.wizard-prev {
  box-shadow: none;
}

.wizard-submit {
  display: none;
}

.project-wizard.is-last-step .wizard-next {
  display: none;
}

.project-wizard.is-last-step .wizard-submit {
  display: inline-flex;
}

.project-wizard.is-first-step .wizard-prev {
  opacity: .45;
  pointer-events: none;
}

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

.wizard-summary div {
  padding: 12px 13px;
  border: 1px solid rgba(234, 234, 234, .12);
  border-radius: 6px;
  background: rgba(234, 234, 234, .07);
}

.wizard-summary strong {
  display: block;
  margin-bottom: 4px;
  color: #eaeaea;
  font-size: 13px;
}

.wizard-summary span {
  color: rgba(234, 234, 234, .74);
  font-size: 14px;
}

@keyframes wizardStepIn {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

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

.site-footer {
  border-top: 1px solid rgba(234, 234, 234, .1);
  background: #2b2b2b;
  color: rgba(234, 234, 234, .7);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.35fr .78fr .72fr .88fr;
  gap: clamp(22px, 4vw, 48px);
  padding: 54px 0 38px;
}

.footer-brand p {
  max-width: 310px;
  margin: 18px 0 0;
  color: rgba(234, 234, 234, .62);
  font-size: 13px;
  line-height: 1.5;
}

.footer-logo {
  width: max-content;
  min-width: 0;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: #eaeaea;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-footer nav,
.site-footer address {
  display: grid;
  gap: 8px;
  align-content: start;
  font-style: normal;
}

.site-footer a,
.site-footer span {
  color: rgba(234, 234, 234, .66);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--cyan);
}

.footer-bottom {
  display: flex;
  gap: 26px;
  align-items: center;
  padding: 18px 0 26px;
  border-top: 1px solid rgba(234, 234, 234, .1);
}

.footer-bottom span:first-child {
  margin-right: auto;
}

.legal-page {
  min-height: 100vh;
  background: var(--night);
}

.legal-hero {
  padding: 92px 0 48px;
  background:
    radial-gradient(circle at 14% 0%, rgba(50, 114, 177, .16), transparent 24rem),
    linear-gradient(180deg, #2b2b2b 0%, #2b2b2b 100%);
}

.legal-hero h1,
.legal-hero .legal-page-title {
  max-width: 780px;
  margin: 0;
  color: #eaeaea;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 950;
  line-height: 1.04;
  text-transform: uppercase;
}

.legal-section {
  padding: 48px 0 96px;
  background: #eaeaea;
  color: #2b2b2b;
  overflow-x: hidden;
  overflow-wrap: anywhere;
}

.legal-section .section-inner {
  color: #2b2b2b;
}

.legal-section p {
  color: #696e7b;
}

.legal-section .itrk-legaltext {
  min-height: 420px;
  max-width: 100%;
  overflow-wrap: anywhere;
}

[data-animate] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 760ms cubic-bezier(.22, 1, .36, 1) var(--delay, 0ms),
    transform 760ms cubic-bezier(.22, 1, .36, 1) var(--delay, 0ms);
}

body.is-loaded [data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroAtmosphereImage {
  0% {
    transform: scale(1.055) translate3d(0, 0, 0);
    filter: brightness(.82) saturate(.98) contrast(1.04);
  }

  50% {
    transform: scale(1.105) translate3d(-1.4%, .8%, 0);
    filter: brightness(.88) saturate(1.03) contrast(1.06);
  }

  100% {
    transform: scale(1.055) translate3d(0, 0, 0);
    filter: brightness(.82) saturate(.98) contrast(1.04);
  }
}

@keyframes heroAtmosphereGlow {
  0% {
    transform: translate3d(-1.2%, -.8%, 0) scale(1);
    opacity: .46;
  }

  50% {
    transform: translate3d(1.4%, .9%, 0) scale(1.04);
    opacity: .62;
  }

  100% {
    transform: translate3d(-1.2%, -.8%, 0) scale(1);
    opacity: .46;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-image img {
    animation: heroAtmosphereImage 24s ease-in-out infinite;
  }

  .hero-section::before {
    animation: heroAtmosphereGlow 18s ease-in-out infinite;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-animate] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .projects-layout,
  .story-layout,
  .contact-layout,
  .references-panel {
    grid-template-columns: 1fr;
  }

  .projects-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
  }

  .projects-intro h2 {
    margin-bottom: 0;
  }

  .reference-image {
    clip-path: none;
    order: -1;
  }

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

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

@media (max-width: 980px) {
  .section-inner,
  .hero-inner,
  .footer-inner,
  .footer-bottom {
    width: min(100% - 34px, var(--content));
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: auto;
    padding: 13px 16px;
  }

  .brand-logo {
    min-width: 0;
  }

  .brand-name {
    font-size: 21px;
  }

  .menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(234, 234, 234, .16);
    border-radius: 50%;
    background: rgba(234, 234, 234, .06);
    color: #eaeaea;
    cursor: pointer;
  }

  .menu-toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .menu-toggle-icon,
  .menu-toggle-icon::before,
  .menu-toggle-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 220ms ease, opacity 180ms ease;
  }

  .menu-toggle-icon {
    position: relative;
  }

  .menu-toggle-icon::before,
  .menu-toggle-icon::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .menu-toggle-icon::before {
    transform: translateY(-6px);
  }

  .menu-toggle-icon::after {
    transform: translateY(6px);
  }

  .site-header.is-menu-open .menu-toggle-icon {
    transform: rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle-icon::before {
    opacity: 0;
    transform: translateY(0);
  }

  .site-header.is-menu-open .menu-toggle-icon::after {
    transform: translateY(0) rotate(90deg);
  }

  .site-nav {
    grid-column: 1 / -1;
    display: grid;
    width: 100%;
    max-height: 0;
    gap: 4px;
    overflow: hidden;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    background: rgba(43, 43, 43, .98);
    opacity: 0;
    box-shadow: none;
    transition: max-height 260ms ease, opacity 180ms ease, padding 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  }

  .site-nav a {
    min-height: 44px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 12px;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a:hover,
  .site-nav a[aria-current="page"] {
    background: rgba(50, 114, 177, .12);
  }

  .header-cta {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    min-height: 42px;
    font-size: 12px;
  }

  .site-header.is-menu-open .site-nav {
    max-height: 340px;
    padding: 10px;
    border-color: rgba(234, 234, 234, .12);
    opacity: 1;
    box-shadow: 0 18px 40px rgba(43, 43, 43, .24);
  }

  .site-header.is-menu-open .header-cta {
    display: inline-flex;
  }

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

  .hero-image img {
    object-position: 67% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(43, 43, 43, .9) 0%, rgba(43, 43, 43, .64) 56%, rgba(43, 43, 43, .49) 100%),
      linear-gradient(180deg, rgba(43, 43, 43, .16), rgba(43, 43, 43, .66));
  }

  .hero-inner {
    padding: 92px 0 34px;
  }

  .hero-content h1 {
    font-size: clamp(36px, 10vw, 52px);
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 54px;
  }

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

  .hero-proof article:nth-child(n + 3) {
    border-top: 1px solid rgba(234, 234, 234, .12);
  }

  .split-heading,
  .projects-intro {
    grid-template-columns: 1fr;
  }

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

  .story-media,
  .story-media img {
    min-height: 340px;
  }

  .form-grid,
  .wizard-summary {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  #leistungen,
  #projekte,
  #ueber-uns,
  #referenzen,
  #ablauf,
  #kontakt {
    scroll-margin-top: 76px;
  }

  .section-inner,
  .hero-inner,
  .footer-inner,
  .footer-bottom {
    width: min(100% - 28px, var(--content));
  }

  .section-kicker {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .section-kicker::after {
    width: 32px;
  }

  .hero-content p,
  .story-copy p,
  .contact-intro p,
  .reference-copy p {
    font-size: 15px;
  }

  .hero-actions,
  .wizard-actions {
    flex-direction: column;
  }

  .button,
  .wizard-actions .button,
  .wizard-submit {
    width: 100%;
  }

  .hero-proof,
  .services-grid,
  .project-row,
  .client-strip {
    grid-template-columns: 1fr;
  }

  .hero-proof article {
    border-right: 0;
    border-top: 1px solid rgba(234, 234, 234, .12);
    padding-right: 0;
  }

  .hero-proof article:first-child {
    border-top: 0;
  }

  .service-card {
    min-height: auto;
  }

  .project-card,
  .project-card img {
    min-height: 230px;
  }

  .timeline {
    gap: 24px;
  }

  .timeline::before,
  .timeline::after {
    left: 25px;
  }

  .timeline::before {
    height: var(--timeline-line-height, calc(100% - 168px));
  }

  .timeline-item {
    grid-template-columns: 52px 1fr;
    gap: 17px;
  }

  .timeline-item > span {
    width: 52px;
    height: 52px;
  }

  .timeline-summary {
    margin-left: 0;
  }

  .timeline-summary::before {
    left: 25px;
    top: -28px;
    width: 1px;
    height: 28px;
    transform: scaleY(0);
    transform-origin: top center;
  }

  .story-section.timeline-active .timeline-summary::before {
    transform: scaleY(1);
  }

  .references-panel {
    margin-right: -1px;
    margin-left: -1px;
  }

  .contact-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .form-shell,
  .contact-card {
    padding: 22px;
  }

  .wizard-actions {
    flex-direction: column-reverse;
  }

  .wizard-step {
    min-height: auto;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 44px 0 34px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .footer-bottom span:first-child {
    order: 2;
    width: 100%;
    margin-top: 12px;
    margin-right: 0;
    color: rgba(234, 234, 234, .5);
    font-size: 13px;
  }

  .footer-bottom a {
    order: 1;
  }
}

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

.service-card--large {
  min-height: 390px;
  padding: clamp(28px, 4vw, 44px);
}

.service-card--large p {
  max-width: 560px;
  margin-bottom: 22px;
}

.check-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 25px;
  color: rgba(234, 234, 234, .76);
  font-size: 14px;
  line-height: 1.55;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
  transform: rotate(-45deg);
}

.center-heading {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.center-heading .section-kicker {
  justify-content: center;
}

.center-heading .section-kicker::before {
  content: "";
  width: 48px;
  height: 1px;
  background: linear-gradient(270deg, var(--blue), rgba(50, 114, 177, 0));
}

.center-heading p {
  margin: 20px auto 0;
  max-width: 690px;
}

.packages-section,
.about-section,
.merch-preview-section,
.reviews-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 108px) 0;
}

.packages-section {
  background:
    radial-gradient(circle at 78% 0%, rgba(50, 114, 177, .13), transparent 27rem),
    linear-gradient(180deg, #2b2b2b 0%, #2b2b2b 100%);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.pricing-card,
.review-card,
.benefit-tile {
  border: 1px solid rgba(234, 234, 234, .12);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(234, 234, 234, .075), rgba(234, 234, 234, .035)),
    rgba(43, 43, 43, .78);
  box-shadow: 0 18px 48px rgba(43, 43, 43, .18);
}

.pricing-card {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 30px;
}

.pricing-card.is-featured {
  border-color: rgba(50, 114, 177, .42);
  background:
    radial-gradient(circle at 22% 0%, rgba(50, 114, 177, .2), transparent 19rem),
    linear-gradient(145deg, rgba(234, 234, 234, .09), rgba(234, 234, 234, .04));
}

.pricing-label {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(50, 114, 177, .32);
  border-radius: 999px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pricing-card h3,
.review-card h3,
.benefit-tile h3 {
  margin: 0;
  color: #eaeaea;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.price {
  margin: -4px 0 0;
  color: #eaeaea;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 950;
  line-height: 1.1;
}

.pricing-card .button {
  margin-top: 8px;
}

.about-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(187, 187, 187, .12), transparent 24rem),
    linear-gradient(180deg, #2b2b2b 0%, #2b2b2b 100%);
}

.about-panel {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(234, 234, 234, .14);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 80% 0%, rgba(50, 114, 177, .16), transparent 21rem),
    rgba(234, 234, 234, .045);
  box-shadow: var(--dark-shadow);
}

.about-panel h2 {
  margin: 0;
  color: #eaeaea;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 950;
  line-height: 1.08;
  text-transform: uppercase;
}

.about-panel p {
  margin: 0;
  color: rgba(234, 234, 234, .74);
  font-size: clamp(16px, 1.35vw, 18px);
}

.merch-preview-section {
  background:
    radial-gradient(circle at 84% 8%, rgba(50, 114, 177, .14), transparent 26rem),
    linear-gradient(180deg, #2b2b2b 0%, #2b2b2b 100%);
}

.merch-preview {
  margin: 0 auto;
}

.reviews-section {
  background:
    radial-gradient(circle at 20% 0%, rgba(50, 114, 177, .1), transparent 24rem),
    linear-gradient(180deg, #2b2b2b 0%, #2b2b2b 100%);
}

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

.review-card {
  padding: 28px;
}

.review-card > span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 15px;
  letter-spacing: 3px;
}

.review-card p,
.benefit-tile p {
  margin: 14px 0 0;
  color: rgba(234, 234, 234, .68);
  font-size: 14.5px;
}

.merch-page .hero-section {
  min-height: clamp(640px, 82svh, 800px);
}

.merch-problem {
  padding-bottom: clamp(58px, 7vw, 88px);
}

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

.benefit-tile {
  min-height: 190px;
  padding: 28px;
}

@media (max-width: 1120px) {
  .pricing-grid,
  .reviews-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .services-grid--focus,
  .pricing-grid,
  .reviews-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .service-card--large {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .pricing-card,
  .review-card,
  .benefit-tile,
  .about-panel {
    padding: 22px;
  }
}

.button-secondary--dark {
  border-color: rgba(43, 43, 43, .22);
  background: rgba(43, 43, 43, .04);
  color: var(--night);
}

.button-secondary--dark:hover {
  border-color: var(--blue);
  background: rgba(50, 114, 177, .08);
}

.merch-page {
  background: var(--paper);
  color: var(--night);
}

.merch-page p {
  color: rgba(43, 43, 43, .74);
}

.merch-store-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 8vw, 118px) 0 clamp(58px, 7vw, 92px);
  background:
    linear-gradient(135deg, rgba(234, 234, 234, .98) 0%, rgba(187, 187, 187, .76) 100%);
  color: var(--night);
}

.merch-store-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(43, 43, 43, .08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(43, 43, 43, .08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, rgba(43, 43, 43, .5), transparent 72%);
  pointer-events: none;
}

.merch-store-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
}

.merch-store-hero__copy h1 {
  display: grid;
  gap: 4px;
  margin: 20px 0 24px;
  color: var(--night);
  font-size: clamp(44px, 6.2vw, 82px);
  font-weight: 950;
  line-height: .96;
  text-transform: uppercase;
}

.merch-store-hero__copy p {
  max-width: 620px;
  margin: 0 0 28px;
  font-size: clamp(16px, 1.45vw, 19px);
}

.merch-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.merch-label::after {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--blue);
}

.merch-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.merch-trust span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(43, 43, 43, .14);
  border-radius: 999px;
  background: rgba(234, 234, 234, .5);
  color: var(--night);
  font-size: 12px;
  font-weight: 850;
}

.merch-showcase {
  min-width: 0;
}

.shop-window {
  overflow: hidden;
  border: 1px solid rgba(43, 43, 43, .22);
  border-radius: 10px;
  background: var(--night);
  box-shadow: 0 28px 70px rgba(43, 43, 43, .32);
}

.shop-window__bar,
.shop-window__footer {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  color: var(--paper);
}

.shop-window__bar {
  border-bottom: 1px solid rgba(234, 234, 234, .13);
}

.shop-window__bar span,
.shop-window__footer span {
  color: var(--steel);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.shop-window__bar strong,
.shop-window__footer strong {
  color: var(--paper);
  font-size: 13px;
  text-transform: uppercase;
}

.shop-window__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(234, 234, 234, .12);
}

.product-card {
  min-width: 0;
  padding: 22px;
  background: #2b2b2b;
}

.product-card h2 {
  margin: 18px 0 4px;
  color: var(--paper);
  font-size: 17px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-card p {
  margin: 0;
  color: var(--steel);
  font-size: 13px;
}

.product-visual {
  position: relative;
  display: grid;
  height: 150px;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(234, 234, 234, .16), rgba(105, 110, 123, .18)),
    var(--muted);
}

.product-visual::before,
.product-visual::after {
  content: "";
  position: absolute;
}

.product-visual span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid rgba(234, 234, 234, .86);
  border-radius: 50%;
  color: var(--paper);
  font-weight: 950;
}

.product-card--shirt .product-visual::before,
.product-card--hoodie .product-visual::before {
  width: 88px;
  height: 104px;
  border-radius: 18px 18px 10px 10px;
  background: var(--night);
}

.product-card--shirt .product-visual::after,
.product-card--hoodie .product-visual::after {
  top: 38px;
  width: 140px;
  height: 44px;
  border-radius: 18px;
  background: var(--night);
}

.product-card--hoodie .product-visual::before {
  border-top: 18px solid #3272b1;
}

.product-card--cap .product-visual::before {
  width: 112px;
  height: 54px;
  border-radius: 60px 60px 18px 18px;
  background: var(--night);
}

.product-card--cap .product-visual::after {
  top: 86px;
  left: calc(50% + 16px);
  width: 58px;
  height: 14px;
  border-radius: 999px;
  background: var(--blue);
}

.product-card--mug .product-visual::before {
  width: 82px;
  height: 86px;
  border-radius: 10px 10px 18px 18px;
  background: var(--night);
}

.product-card--mug .product-visual::after {
  left: calc(50% + 30px);
  width: 34px;
  height: 44px;
  border: 8px solid var(--night);
  border-left: 0;
  border-radius: 0 28px 28px 0;
}

.merch-products-section,
.merch-steps-section,
.merch-contact-section {
  padding: clamp(70px, 8vw, 106px) 0;
  background: var(--paper);
  color: var(--night);
}

.merch-section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.merch-section-head h2,
.merch-problem-layout h2,
.merch-benefits-layout h2,
.merch-contact-panel h2 {
  margin: 16px 0 0;
  color: var(--night);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.merch-section-head p {
  max-width: 680px;
  margin: 18px 0 0;
}

.merch-product-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.merch-product-strip article,
.pain-grid article,
.merch-steps article {
  border: 1px solid rgba(43, 43, 43, .13);
  border-radius: 8px;
  background: rgba(187, 187, 187, .28);
}

.merch-product-strip article {
  padding: 24px;
}

.merch-product-strip h3,
.pain-grid strong,
.merch-steps h3 {
  display: block;
  margin: 18px 0 8px;
  color: var(--night);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.18;
  text-transform: uppercase;
}

.merch-product-strip p,
.pain-grid span,
.merch-steps p {
  margin: 0;
  color: rgba(43, 43, 43, .72);
  font-size: 14px;
  line-height: 1.58;
}

.mini-product {
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 8px;
  background: var(--night);
  box-shadow: inset 0 0 0 8px rgba(50, 114, 177, .28);
}

.mini-product--shirt {
  clip-path: polygon(26% 12%, 39% 0, 61% 0, 74% 12%, 100% 26%, 84% 48%, 74% 42%, 74% 100%, 26% 100%, 26% 42%, 16% 48%, 0 26%);
}

.mini-product--hoodie {
  border-radius: 32px 32px 12px 12px;
}

.mini-product--cap {
  height: 54px;
  margin-top: 14px;
  border-radius: 60px 60px 18px 18px;
}

.mini-product--mug {
  position: relative;
  width: 70px;
  border-radius: 8px 8px 18px 18px;
}

.mini-product--mug::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 62px;
  width: 26px;
  height: 34px;
  border: 7px solid var(--night);
  border-left: 0;
  border-radius: 0 22px 22px 0;
}

.merch-problem-section,
.merch-benefits-section {
  padding: clamp(70px, 8vw, 106px) 0;
  background: var(--night);
  color: var(--paper);
}

.merch-problem-layout,
.merch-benefits-layout,
.merch-contact-panel {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}

.merch-problem-layout h2,
.merch-benefits-layout h2 {
  color: var(--paper);
}

.merch-problem-layout p {
  margin: 20px 0 0;
  color: rgba(234, 234, 234, .72);
}

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

.pain-grid article {
  padding: 22px;
  background: rgba(105, 110, 123, .16);
  border-color: rgba(234, 234, 234, .12);
}

.pain-grid strong {
  margin-top: 0;
  color: var(--paper);
}

.pain-grid span {
  color: rgba(234, 234, 234, .68);
}

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

.merch-steps article {
  position: relative;
  min-height: 270px;
  padding: 30px;
  overflow: hidden;
}

.merch-steps article > span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--paper);
  font-size: 13px;
  font-weight: 950;
}

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

.merch-benefit-list li {
  position: relative;
  padding: 18px 18px 18px 48px;
  border: 1px solid rgba(234, 234, 234, .12);
  border-radius: 8px;
  background: rgba(105, 110, 123, .14);
  color: rgba(234, 234, 234, .78);
}

.merch-benefit-list li::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 19px;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
  transform: rotate(-45deg);
}

.merch-contact-section {
  background: linear-gradient(180deg, var(--paper), var(--steel));
}

.merch-contact-panel {
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(43, 43, 43, .14);
  border-radius: 10px;
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(43, 43, 43, .16);
}

.merch-contact-panel p {
  margin: 20px 0 0;
}

.merch-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .merch-store-hero {
    padding-top: 58px;
  }

  .merch-store-hero__layout,
  .merch-problem-layout,
  .merch-benefits-layout,
  .merch-contact-panel {
    grid-template-columns: 1fr;
  }

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

  .merch-contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .merch-store-hero__copy h1 {
    font-size: clamp(36px, 13vw, 48px);
  }

  .shop-window__grid,
  .merch-product-strip,
  .pain-grid,
  .merch-steps {
    grid-template-columns: 1fr;
  }

  .product-visual {
    height: 128px;
  }

  .merch-contact-actions .button {
    width: 100%;
  }
}

:root {
  --glass-bg: rgba(234, 234, 234, .08);
  --glass-bg-strong: rgba(234, 234, 234, .12);
  --glass-bg-soft: rgba(234, 234, 234, .05);
  --glass-border: rgba(234, 234, 234, .17);
  --glass-border-strong: rgba(234, 234, 234, .24);
  --glass-blue: rgba(50, 114, 177, .24);
  --glass-blue-soft: rgba(50, 114, 177, .12);
  --glass-blur: blur(28px) saturate(1.18);
}

body {
  background:
    linear-gradient(135deg, rgba(43, 43, 43, 1) 0%, rgba(43, 43, 43, 1) 54%, rgba(105, 110, 123, .52) 142%),
    #2b2b2b;
}

.site-header {
  border-bottom-color: rgba(234, 234, 234, .1);
  background:
    linear-gradient(180deg, rgba(43, 43, 43, .86), rgba(43, 43, 43, .68));
  box-shadow: 0 18px 58px rgba(43, 43, 43, .32);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.button,
.header-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(234, 234, 234, .14);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(43, 43, 43, .2);
  transition:
    transform 240ms cubic-bezier(.2, .8, .2, 1),
    border-color 240ms ease,
    background-color 240ms ease,
    box-shadow 240ms ease,
    color 240ms ease;
}

.button::before,
.header-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0%, rgba(234, 234, 234, .34) 46%, transparent 72%);
  opacity: .6;
  transform: translateX(-120%);
  transition: transform 700ms cubic-bezier(.22, 1, .36, 1);
}

.button > *,
.header-cta > * {
  position: relative;
  z-index: 1;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-3px);
  border-color: rgba(234, 234, 234, .28);
  box-shadow: 0 22px 52px rgba(43, 43, 43, .3);
}

.button:hover::before,
.header-cta:hover::before {
  transform: translateX(120%);
}

.button-primary,
.header-cta {
  background:
    linear-gradient(180deg, rgba(234, 234, 234, .16), rgba(234, 234, 234, 0)),
    #3272b1;
  color: #eaeaea;
}

.button-secondary,
.button-secondary--dark {
  background: rgba(234, 234, 234, .06);
  color: #eaeaea;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(43, 43, 43, .96) 0%, rgba(43, 43, 43, .84) 36%, rgba(43, 43, 43, .38) 72%, rgba(43, 43, 43, .68) 100%),
    linear-gradient(180deg, rgba(43, 43, 43, .16), rgba(43, 43, 43, .72));
}

.hero-proof,
.service-card,
.pricing-card,
.review-card,
.about-panel,
.references-panel,
.contact-card,
.form-shell,
.story-media,
.timeline-summary,
.wizard-summary div,
.merch-contact-panel,
.merch-product-strip article,
.pain-grid article,
.merch-steps article,
.merch-benefit-list li,
.shop-window {
  border: 1px solid var(--glass-border);
  background:
    linear-gradient(145deg, rgba(234, 234, 234, .12), rgba(234, 234, 234, .045)),
    rgba(43, 43, 43, .66);
  box-shadow:
    inset 0 1px 0 rgba(234, 234, 234, .12),
    0 24px 70px rgba(43, 43, 43, .28);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.service-card:hover,
.pricing-card:hover,
.merch-product-strip article:hover,
.merch-steps article:hover {
  transform: translateY(-5px);
  border-color: var(--glass-border-strong);
  box-shadow:
    inset 0 1px 0 rgba(234, 234, 234, .15),
    0 30px 80px rgba(43, 43, 43, .34);
}

.service-card,
.pricing-card,
.review-card,
.merch-product-strip article,
.merch-steps article {
  transition:
    transform 280ms cubic-bezier(.2, .8, .2, 1),
    border-color 280ms ease,
    box-shadow 280ms ease;
}

.contact-section {
  background:
    linear-gradient(180deg, rgba(43, 43, 43, 1) 0%, rgba(43, 43, 43, .98) 48%, rgba(105, 110, 123, .28) 138%),
    #2b2b2b;
}

.contact-card-dark,
.form-shell {
  position: relative;
  overflow: hidden;
}

.contact-card-dark::before,
.form-shell::before,
.merch-contact-panel::before,
.shop-window::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(115deg, rgba(234, 234, 234, .17) 0%, rgba(234, 234, 234, 0) 34%),
    linear-gradient(270deg, rgba(50, 114, 177, .16), rgba(50, 114, 177, 0) 46%);
  pointer-events: none;
}

.form-heading,
.project-form,
.contact-card > *,
.merch-contact-panel > *,
.shop-window > * {
  position: relative;
  z-index: 1;
}

.form-shell {
  margin-top: 52px;
  padding: clamp(24px, 4vw, 46px);
  border-color: rgba(234, 234, 234, .18);
  background:
    linear-gradient(145deg, rgba(234, 234, 234, .13), rgba(234, 234, 234, .045)),
    linear-gradient(180deg, rgba(43, 43, 43, .86), rgba(43, 43, 43, .72));
}

.form-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, auto);
  gap: 24px;
  align-items: end;
  max-width: none;
  margin-bottom: 28px;
}

.form-heading .section-kicker {
  grid-column: 1 / -1;
}

.form-heading h3 {
  margin: 0;
  max-width: 620px;
}

.form-heading p {
  max-width: 420px;
  justify-self: end;
  color: rgba(234, 234, 234, .72);
  font-size: 14px;
}

.wizard-status {
  grid-template-columns: auto minmax(180px, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(234, 234, 234, .12);
  border-radius: 8px;
  background: rgba(234, 234, 234, .055);
}

.wizard-count {
  color: #3272b1;
}

.wizard-progress {
  height: 8px;
  background: rgba(234, 234, 234, .12);
}

.wizard-progress span {
  background:
    linear-gradient(90deg, #3272b1, rgba(234, 234, 234, .58));
  box-shadow: 0 0 24px rgba(50, 114, 177, .34);
}

.project-form input,
.project-form select,
.project-form textarea {
  min-height: 52px;
  border-color: rgba(234, 234, 234, .15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(234, 234, 234, .13), rgba(234, 234, 234, .08));
  color: #eaeaea;
  box-shadow:
    inset 0 1px 0 rgba(234, 234, 234, .1),
    0 14px 28px rgba(43, 43, 43, .14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    background-color 200ms ease,
    transform 200ms ease;
}

.project-form input::placeholder,
.project-form textarea::placeholder {
  color: rgba(234, 234, 234, .46);
}

.project-form select option {
  color: #2b2b2b;
  background: #eaeaea;
}

.project-form input:focus,
.project-form select:focus,
.project-form textarea:focus {
  border-color: rgba(50, 114, 177, .92);
  background: rgba(234, 234, 234, .12);
  box-shadow:
    0 0 0 4px rgba(50, 114, 177, .18),
    0 20px 44px rgba(43, 43, 43, .28);
  transform: translateY(-1px);
}

.wizard-step {
  min-height: 254px;
}

.wizard-step.is-active {
  animation: wizardStepIn 620ms cubic-bezier(.16, 1, .3, 1);
}

.wizard-actions {
  align-items: center;
  padding-top: 8px;
}

.wizard-summary div {
  background: rgba(234, 234, 234, .07);
}

[data-animate] {
  opacity: 0;
  filter: blur(12px);
  transform: translate3d(0, 34px, 0) scale(.985);
  transition:
    opacity 940ms cubic-bezier(.16, 1, .3, 1) var(--delay, 0ms),
    filter 940ms cubic-bezier(.16, 1, .3, 1) var(--delay, 0ms),
    transform 940ms cubic-bezier(.16, 1, .3, 1) var(--delay, 0ms);
  will-change: opacity, filter, transform;
}

body.is-loaded [data-animate].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.hero-content[data-animate],
.merch-store-hero__copy[data-animate] {
  transform: translate3d(0, 44px, 0) scale(.975);
}

.merch-page {
  background: #2b2b2b;
  color: #eaeaea;
}

.merch-page p {
  color: rgba(234, 234, 234, .72);
}

.merch-store-hero {
  background:
    linear-gradient(135deg, rgba(43, 43, 43, .98) 0%, rgba(43, 43, 43, .94) 55%, rgba(105, 110, 123, .42) 132%),
    #2b2b2b;
  color: #eaeaea;
}

.merch-store-hero::before {
  background:
    linear-gradient(90deg, rgba(234, 234, 234, .055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(234, 234, 234, .055) 1px, transparent 1px);
  mask-image: linear-gradient(180deg, rgba(43, 43, 43, .9), transparent 82%);
}

.merch-store-hero__copy h1,
.merch-section-head h2,
.merch-contact-panel h2,
.merch-product-strip h3,
.pain-grid strong,
.merch-steps h3 {
  color: #eaeaea;
}

.merch-store-hero__copy p,
.merch-section-head p,
.merch-contact-panel p,
.merch-product-strip p,
.pain-grid span,
.merch-steps p {
  color: rgba(234, 234, 234, .7);
}

.merch-label {
  color: #3272b1;
}

.merch-label::after {
  background: #3272b1;
}

.merch-trust span {
  border-color: rgba(234, 234, 234, .16);
  background: rgba(234, 234, 234, .08);
  color: #eaeaea;
  box-shadow: inset 0 1px 0 rgba(234, 234, 234, .1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.shop-window {
  background:
    linear-gradient(145deg, rgba(234, 234, 234, .11), rgba(234, 234, 234, .04)),
    rgba(43, 43, 43, .78);
}

.shop-window__grid {
  background: rgba(234, 234, 234, .1);
}

.product-card {
  background:
    linear-gradient(180deg, rgba(234, 234, 234, .06), rgba(234, 234, 234, .025)),
    rgba(43, 43, 43, .72);
}

.product-visual {
  border: 1px solid rgba(234, 234, 234, .1);
  background:
    linear-gradient(145deg, rgba(234, 234, 234, .16), rgba(50, 114, 177, .18)),
    #696e7b;
  box-shadow: inset 0 1px 0 rgba(234, 234, 234, .14);
}

.merch-products-section,
.merch-steps-section,
.merch-contact-section {
  background:
    linear-gradient(180deg, rgba(43, 43, 43, 1), rgba(43, 43, 43, .96)),
    #2b2b2b;
  color: #eaeaea;
}

.merch-problem-section,
.merch-benefits-section {
  background:
    linear-gradient(180deg, rgba(43, 43, 43, .98), rgba(105, 110, 123, .22)),
    #2b2b2b;
}

.merch-product-strip article,
.pain-grid article,
.merch-steps article,
.merch-benefit-list li {
  background:
    linear-gradient(145deg, rgba(234, 234, 234, .1), rgba(234, 234, 234, .04)),
    rgba(43, 43, 43, .68);
  border-color: rgba(234, 234, 234, .14);
}

.mini-product {
  background: #2b2b2b;
  box-shadow:
    inset 0 0 0 8px rgba(50, 114, 177, .3),
    0 18px 38px rgba(43, 43, 43, .28);
}

.merch-contact-section {
  background:
    linear-gradient(180deg, rgba(43, 43, 43, .98), rgba(105, 110, 123, .32)),
    #2b2b2b;
}

.merch-contact-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(234, 234, 234, .12), rgba(234, 234, 234, .045)),
    rgba(43, 43, 43, .76);
}

@keyframes wizardStepIn {
  from {
    opacity: 0;
    filter: blur(12px);
    transform: translate3d(24px, 0, 0) scale(.985);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (max-width: 980px) {
  .form-heading {
    grid-template-columns: 1fr;
  }

  .form-heading p {
    justify-self: start;
  }

  .wizard-status {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 760px) and (max-width: 980px) {
  .merch-store-hero {
    padding-top: 54px;
    padding-bottom: 56px;
  }

  .merch-store-hero__layout {
    grid-template-columns: minmax(0, .9fr) minmax(310px, 1fr);
    gap: 26px;
    align-items: center;
  }

  .merch-store-hero__copy h1 {
    font-size: clamp(38px, 5.8vw, 54px);
  }

  .merch-store-hero__copy p {
    font-size: 15px;
  }

  .merch-store-hero .merch-label {
    gap: 10px;
    font-size: 10px;
    letter-spacing: 1.8px;
  }

  .merch-store-hero .merch-label::after {
    width: 34px;
  }

  .merch-trust {
    gap: 8px;
  }

  .merch-trust span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 11px;
  }

  .product-card {
    padding: 16px;
  }

  .product-visual {
    height: 112px;
  }

  .product-card h2 {
    margin-top: 14px;
    font-size: 14px;
  }

  .shop-window__bar,
  .shop-window__footer {
    padding: 14px 16px;
  }

  .shop-window__footer span {
    font-size: 10px;
    letter-spacing: 1px;
  }

  .shop-window__footer strong {
    font-size: 12px;
  }
}

@media (max-width: 620px) {
  .button,
  .header-cta {
    border-radius: 8px;
  }

  .form-shell {
    padding: 22px;
  }

  .wizard-step {
    min-height: auto;
  }

  .merch-store-hero {
    padding-top: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-animate],
  .hero-content[data-animate],
  .merch-store-hero__copy[data-animate] {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .wizard-step.is-active {
    animation: none;
  }
}

.hero-proof {
  width: min(100%, 1180px);
  margin-top: clamp(36px, 4.6vw, 58px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 42px);
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-proof article {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  min-height: auto;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-proof article::before {
  content: none;
}

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

.proof-icon,
.hero-proof article > div {
  position: relative;
  z-index: 1;
}

.proof-icon {
  display: inline-flex;
  width: auto;
  height: auto;
  align-items: baseline;
  justify-content: flex-start;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #3272b1;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.25;
  box-shadow: none;
}

.hero-proof h2 {
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: .35px;
}

.hero-proof p {
  color: rgba(234, 234, 234, .58);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 34px;
  }

  .hero-proof article,
  .hero-proof article:nth-child(n + 3) {
    border-top: 0;
  }
}

@media (max-width: 560px) {
  .hero-proof {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .hero-proof article {
    grid-template-columns: 32px minmax(0, 1fr);
    min-height: auto;
    padding: 0;
  }
}

.reviews-section {
  background:
    linear-gradient(180deg, rgba(43, 43, 43, 1) 0%, rgba(43, 43, 43, .96) 58%, rgba(105, 110, 123, .24) 142%),
    #2b2b2b;
}

.reviews-showcase {
  display: grid;
  gap: 20px;
}

.reviews-controls {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.reviews-count {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(50, 114, 177, .32);
  border-radius: 999px;
  background: rgba(50, 114, 177, .1);
  color: #3272b1;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.reviews-nav {
  display: flex;
  gap: 10px;
}

.reviews-arrow {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(234, 234, 234, .14);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(234, 234, 234, .11), rgba(234, 234, 234, .04)),
    rgba(43, 43, 43, .64);
  color: #eaeaea;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  box-shadow:
    inset 0 1px 0 rgba(234, 234, 234, .1),
    0 16px 36px rgba(43, 43, 43, .2);
  transition:
    transform 220ms cubic-bezier(.2, .8, .2, 1),
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
}

.reviews-arrow:hover {
  transform: translateY(-2px);
  border-color: rgba(50, 114, 177, .48);
  background:
    linear-gradient(145deg, rgba(50, 114, 177, .24), rgba(234, 234, 234, .045)),
    rgba(43, 43, 43, .7);
  color: #eaeaea;
}

.reviews-viewport {
  overflow: hidden;
  margin: 0 -1px;
  padding: 8px 1px 12px;
}

.reviews-track {
  display: flex;
  gap: 18px;
  transition: transform 620ms cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.reviews-section .review-card {
  position: relative;
  display: flex;
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 312px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 30px;
}

.reviews-section .review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(234, 234, 234, .13), transparent 36%),
    linear-gradient(270deg, rgba(50, 114, 177, .12), transparent 48%);
  opacity: .78;
  pointer-events: none;
}

.reviews-section .review-card > * {
  position: relative;
  z-index: 1;
}

.reviews-section .review-card > span {
  margin-bottom: 22px;
  color: #3272b1;
  font-size: 15px;
  letter-spacing: 3px;
}

.reviews-section .review-card p {
  flex: 1;
  margin: 0 0 28px;
  color: rgba(234, 234, 234, .78);
  font-size: 15px;
  line-height: 1.74;
}

.reviews-section .review-card h3 {
  margin: 0;
  color: #eaeaea;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.2;
  text-transform: none;
}

.reviews-section .review-card h3::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 13px;
  border-radius: 999px;
  background: #3272b1;
}

.reviews-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
  min-height: 18px;
}

.reviews-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(234, 234, 234, .24);
  cursor: pointer;
  transition:
    width 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.reviews-dot.is-active {
  width: 28px;
  background: #3272b1;
}

@media (max-width: 1120px) {
  .reviews-section .review-card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 720px) {
  .reviews-controls {
    align-items: flex-start;
    flex-direction: column;
  }

  .reviews-section .review-card {
    flex-basis: 100%;
    min-height: 280px;
    padding: 24px;
  }

  .reviews-nav {
    width: 100%;
    justify-content: space-between;
  }
}

.references-shell {
  display: grid;
  gap: clamp(30px, 5vw, 54px);
}

.references-heading {
  margin-bottom: 0;
}

.references-heading > div:last-child {
  display: grid;
  gap: 22px;
  justify-items: start;
}

.references-heading p {
  margin: 0;
  max-width: 560px;
  color: rgba(234, 234, 234, .7);
  font-size: 15px;
}

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

.reference-card {
  position: relative;
  display: flex;
  min-height: 292px;
  flex-direction: column;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(234, 234, 234, .13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(234, 234, 234, .1), rgba(234, 234, 234, .035)),
    rgba(43, 43, 43, .68);
  box-shadow:
    inset 0 1px 0 rgba(234, 234, 234, .1),
    0 20px 58px rgba(43, 43, 43, .2);
  backdrop-filter: blur(22px) saturate(1.12);
  -webkit-backdrop-filter: blur(22px) saturate(1.12);
  transition:
    transform 260ms cubic-bezier(.2, .8, .2, 1),
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.reference-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(234, 234, 234, .13), transparent 36%),
    linear-gradient(270deg, rgba(50, 114, 177, .12), transparent 48%);
  opacity: .76;
  pointer-events: none;
}

.reference-card:hover {
  transform: translateY(-6px);
  border-color: rgba(50, 114, 177, .42);
  box-shadow:
    inset 0 1px 0 rgba(234, 234, 234, .14),
    0 28px 76px rgba(43, 43, 43, .32);
}

.reference-logo-frame,
.reference-info {
  position: relative;
  z-index: 1;
}

.reference-logo-frame {
  display: grid;
  height: 138px;
  place-items: center;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(43, 43, 43, .08);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(234, 234, 234, .98), rgba(187, 187, 187, .72));
  box-shadow:
    inset 0 1px 0 rgba(234, 234, 234, .5),
    0 16px 34px rgba(43, 43, 43, .14);
}

.reference-logo-frame img {
  --reference-logo-y: 0px;
  --reference-logo-scale: 1;
  --reference-logo-hover-scale: 1.04;
  display: block;
  width: auto;
  max-width: 92%;
  max-height: 84px;
  object-fit: contain;
  object-position: center;
  transform: translateY(var(--reference-logo-y)) scale(var(--reference-logo-scale));
  transform-origin: center;
  transition: transform 260ms cubic-bezier(.2, .8, .2, 1);
}

.reference-card[data-reference-id^="mein-dachstrom"] .reference-logo-frame img,
.reference-logo-frame img[src*="grafikkult-bild-20260602-164124-90cc30a8"] {
  --reference-logo-y: -7px;
  --reference-logo-scale: .94;
  --reference-logo-hover-scale: .98;
  max-height: 84px;
}

.reference-card:hover .reference-logo-frame img {
  transform: translateY(var(--reference-logo-y)) scale(var(--reference-logo-hover-scale));
}

.reference-info {
  display: grid;
  flex: 1;
  align-content: start;
  padding: 20px 6px 4px;
}

.reference-info span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  color: #3272b1;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.reference-info h3 {
  margin: 0 0 8px;
  color: #eaeaea;
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 950;
  line-height: 1.16;
  text-transform: uppercase;
}

.reference-info p {
  margin: 0;
  color: rgba(234, 234, 234, .68);
  font-size: 13.5px;
  line-height: 1.55;
}

.reference-info a {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  margin-top: 18px;
  padding: 0 13px;
  border: 1px solid rgba(50, 114, 177, .38);
  border-radius: 999px;
  background: rgba(50, 114, 177, .12);
  color: #eaeaea;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .7px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.reference-info a:hover {
  transform: translateY(-2px);
  border-color: rgba(50, 114, 177, .7);
  background: #3272b1;
}

@media (max-width: 1120px) {
  .references-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .references-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .references-grid {
    grid-template-columns: 1fr;
  }

  .reference-card {
    min-height: auto;
  }

  .reference-logo-frame {
    height: 124px;
  }

  .reference-logo-frame img {
    max-height: 78px;
  }
}

.references-grid--featured {
  gap: 16px;
}

.reference-card--featured {
  min-height: 278px;
  border-color: rgba(50, 114, 177, .3);
  background:
    radial-gradient(circle at 24% 0%, rgba(50, 114, 177, .16), transparent 18rem),
    linear-gradient(145deg, rgba(234, 234, 234, .11), rgba(234, 234, 234, .04)),
    rgba(43, 43, 43, .72);
}

.reference-card--featured .reference-logo-frame {
  height: 130px;
}

.references-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(22px, 3vw, 34px);
}

.references-toggle {
  min-width: min(100%, 292px);
  justify-content: center;
}

.references-toggle .button-icon {
  transition: transform 240ms cubic-bezier(.2, .8, .2, 1);
}

.references-toggle.is-expanded .button-icon {
  transform: rotate(90deg);
}

.references-more {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    max-height 680ms cubic-bezier(.16, 1, .3, 1),
    margin-top 680ms cubic-bezier(.16, 1, .3, 1),
    opacity 340ms ease,
    transform 440ms cubic-bezier(.16, 1, .3, 1);
  will-change: max-height, opacity, transform;
}

.references-more.is-open {
  max-height: var(--references-more-height, 1800px);
  margin-top: clamp(14px, 2vw, 22px);
  opacity: 1;
  transform: translateY(0);
}

.references-grid--more {
  gap: 14px;
  padding-top: 1px;
}

.references-grid--more .reference-card {
  min-height: 264px;
}

.reference-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(105deg, transparent 0%, rgba(234, 234, 234, .2) 46%, transparent 72%);
  opacity: .54;
  transform: translateX(-125%);
  transition: transform 760ms cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .reference-card:hover {
    transform: translateY(-3px);
    border-color: rgba(50, 114, 177, .58);
    box-shadow:
      inset 0 1px 0 rgba(234, 234, 234, .16),
      0 26px 72px rgba(43, 43, 43, .34),
      0 0 0 1px rgba(50, 114, 177, .16);
  }

  .reference-card:hover::after {
    transform: translateX(125%);
  }
}

@media (hover: none) {
  .reference-card:hover {
    transform: none;
  }
}

@media (max-width: 1120px) {
  .references-grid--featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .references-grid--featured {
    grid-template-columns: 1fr;
  }

  .reference-card--featured .reference-logo-frame {
    height: 128px;
  }

  .references-toggle {
    width: 100%;
  }
}

.process-section {
  background:
    linear-gradient(180deg, rgba(43, 43, 43, 1), rgba(43, 43, 43, .98) 54%, rgba(105, 110, 123, .22) 138%),
    #2b2b2b;
}

.process-shell {
  display: grid;
  gap: clamp(34px, 5vw, 62px);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
}

.process-copy {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 22px;
  align-content: start;
}

.process-copy h2 {
  margin: 0;
  color: #eaeaea;
  font-size: clamp(32px, 4.2vw, 58px);
  font-weight: 950;
  line-height: 1.04;
  text-transform: uppercase;
}

.process-copy p {
  margin: 0;
  max-width: 560px;
  color: rgba(234, 234, 234, .68);
  font-size: 15.5px;
  line-height: 1.75;
}

.process-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.process-tags span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(234, 234, 234, .12);
  border-radius: 999px;
  background: rgba(234, 234, 234, .045);
  color: rgba(234, 234, 234, .72);
  font-size: 11px;
  font-weight: 850;
}

.process-copy .button {
  width: fit-content;
}

.process-board {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(234, 234, 234, .13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(234, 234, 234, .1), rgba(234, 234, 234, .035)),
    rgba(43, 43, 43, .7);
  box-shadow:
    inset 0 1px 0 rgba(234, 234, 234, .1),
    0 28px 82px rgba(43, 43, 43, .28);
  backdrop-filter: blur(24px) saturate(1.12);
  -webkit-backdrop-filter: blur(24px) saturate(1.12);
}

.process-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(234, 234, 234, .12), transparent 38%),
    linear-gradient(270deg, rgba(50, 114, 177, .13), transparent 52%);
  pointer-events: none;
}

.process-board-head,
.process-grid,
.process-outcome {
  position: relative;
  z-index: 1;
}

.process-board-head {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(234, 234, 234, .1);
}

.process-board-head span {
  color: #3272b1;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.process-board-head strong {
  color: rgba(234, 234, 234, .82);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(234, 234, 234, .09);
}

.process-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 236px;
  padding: 26px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(234, 234, 234, .045), rgba(234, 234, 234, .02)),
    rgba(43, 43, 43, .58);
}

.process-card::before {
  content: "";
  position: absolute;
  top: 26px;
  right: 26px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(50, 114, 177, .82);
  box-shadow: 0 0 0 6px rgba(50, 114, 177, .12);
}

.process-number {
  margin-bottom: 42px;
  color: rgba(50, 114, 177, .86);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1.4px;
}

.process-label {
  width: fit-content;
  margin-bottom: 12px;
  color: rgba(234, 234, 234, .52);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.process-card h3 {
  margin: 0 0 11px;
  color: #eaeaea;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}

.process-card p {
  margin: 0;
  color: rgba(234, 234, 234, .66);
  font-size: 14px;
  line-height: 1.65;
}

.process-outcome {
  display: grid;
  grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 40px);
  align-items: center;
  padding: 22px 24px;
  border-top: 1px solid rgba(234, 234, 234, .1);
  background: rgba(50, 114, 177, .08);
}

.process-outcome strong {
  color: #3272b1;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.8px;
  line-height: 1.45;
  text-transform: uppercase;
}

.process-outcome p {
  max-width: 620px;
  margin: 0;
  color: rgba(234, 234, 234, .72);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.62;
}

@media (max-width: 1120px) {
  .process-layout {
    grid-template-columns: 1fr;
  }

  .process-copy {
    position: static;
  }
}

@media (max-width: 700px) {
  .process-grid,
  .process-outcome {
    grid-template-columns: 1fr;
  }

  .process-board-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .process-card {
    min-height: auto;
    padding: 22px;
  }

  .process-number {
    margin-bottom: 28px;
  }

  .process-card::before {
    top: 22px;
    right: 22px;
  }

  .process-outcome {
    padding: 20px;
  }
}

.hero-content {
  max-width: 720px;
}

.hero-content p {
  max-width: 650px;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.72;
}

.services-section {
  padding-top: clamp(86px, 9vw, 124px);
  padding-bottom: clamp(86px, 9vw, 124px);
}

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

.service-card--large {
  min-height: 430px;
}

.service-card p,
.pricing-fit,
.reference-info p,
.reviews-section .review-card p,
.project-form label span,
.contact-list span,
.contact-list a {
  font-size: 15px;
}

.check-list li {
  color: rgba(234, 234, 234, .82);
  font-size: 14.5px;
}

.about-section {
  padding-top: clamp(76px, 8vw, 112px);
  padding-bottom: clamp(76px, 8vw, 112px);
}

.about-panel {
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
}

.about-copy {
  display: grid;
  gap: 22px;
}

.about-copy p {
  margin: 0;
  color: rgba(234, 234, 234, .78);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.72;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-points li {
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(234, 234, 234, .12);
  border-radius: 8px;
  background: rgba(234, 234, 234, .045);
  color: rgba(234, 234, 234, .78);
  font-size: 13.5px;
  font-weight: 750;
  line-height: 1.45;
}

.pricing-card {
  position: relative;
  gap: 16px;
}

.pricing-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(50, 114, 177, .46);
  border-radius: 999px;
  background: rgba(50, 114, 177, .14);
  color: #eaeaea;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.pricing-fit {
  margin: -4px 0 2px;
  color: rgba(234, 234, 234, .72);
  line-height: 1.58;
}

.pricing-card.is-featured {
  border-color: rgba(50, 114, 177, .62);
  box-shadow:
    inset 0 1px 0 rgba(234, 234, 234, .12),
    0 28px 80px rgba(43, 43, 43, .32);
}

.contact-intro p {
  font-size: clamp(16px, 1.35vw, 19px);
}

.form-heading p {
  font-size: 15px;
  line-height: 1.7;
}

.project-form input,
.project-form select,
.project-form textarea {
  font-size: 16px;
}

@media (max-width: 1120px) {
  .services-grid--focus,
  .about-points {
    grid-template-columns: 1fr;
  }

  .service-card--large {
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .about-panel {
    grid-template-columns: 1fr;
  }

  .pricing-badge {
    position: static;
    width: fit-content;
    order: -1;
  }
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 24%, rgba(50, 114, 177, .1), transparent 24rem),
    linear-gradient(90deg, rgba(43, 43, 43, .9) 0%, rgba(43, 43, 43, .76) 45%, rgba(43, 43, 43, .24) 74%, rgba(43, 43, 43, .42) 100%),
    linear-gradient(180deg, rgba(43, 43, 43, .08), rgba(43, 43, 43, .52));
}

@keyframes heroAtmosphereImageReadable {
  0% {
    transform: scale(1.055) translate3d(0, 0, 0);
    filter: brightness(.74) saturate(.94) contrast(1.06);
  }

  50% {
    transform: scale(1.105) translate3d(-1.4%, .8%, 0);
    filter: brightness(.8) saturate(1) contrast(1.08);
  }

  100% {
    transform: scale(1.055) translate3d(0, 0, 0);
    filter: brightness(.74) saturate(.94) contrast(1.06);
  }
}

@media (max-width: 980px) {
  .hero-image img {
    filter: brightness(.74) saturate(.94) contrast(1.06);
    animation-name: heroAtmosphereImageReadable;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(43, 43, 43, .92) 0%, rgba(43, 43, 43, .72) 54%, rgba(43, 43, 43, .56) 100%),
      linear-gradient(180deg, rgba(43, 43, 43, .18), rgba(43, 43, 43, .68));
  }
}

.hero-content h1 {
  text-shadow: 0 16px 46px rgba(43, 43, 43, .72);
}

[data-animate] {
  opacity: 1;
  filter: blur(0) saturate(1);
  transform: none;
  transition:
    opacity 420ms cubic-bezier(.2, .8, .2, 1) var(--delay, 0ms),
    filter 620ms cubic-bezier(.2, .8, .2, 1) var(--delay, 0ms);
  will-change: opacity, filter;
}

html.has-js [data-animate],
body.is-loaded [data-animate]:not(.is-visible) {
  opacity: 0;
  filter: blur(22px) saturate(.82) contrast(1.18) brightness(1.06);
}

html.has-js [data-animate].is-visible,
body.is-loaded [data-animate].is-visible {
  opacity: 1;
  filter: blur(0) saturate(1);
  transform: none;
}

@keyframes signalGlassReveal {
  0% {
    opacity: 0;
    filter: blur(22px) saturate(.82) contrast(1.18) brightness(1.08);
  }

  12% {
    opacity: .36;
    filter: blur(18px) saturate(.9) contrast(1.32) brightness(1.2);
  }

  20% {
    opacity: .24;
    filter: blur(20px) saturate(.78) contrast(1.42) brightness(.94);
  }

  38% {
    opacity: .68;
    filter: blur(12px) saturate(.92) contrast(1.24) brightness(1.1);
  }

  54% {
    opacity: .58;
    filter: blur(14px) saturate(.86) contrast(1.34) brightness(.98);
  }

  76% {
    opacity: .92;
    filter: blur(4px) saturate(.98) contrast(1.08) brightness(1.03);
  }

  100% {
    opacity: 1;
    filter: blur(0) saturate(1);
  }
}

html.has-js [data-animate].is-visible {
  animation: signalGlassReveal 620ms cubic-bezier(.19, .78, .2, 1) var(--delay, 0ms) both;
}

@media (prefers-reduced-motion: reduce) {
  html.has-js [data-animate].is-visible {
    animation: none;
  }
}

.hero-content[data-animate],
.merch-store-hero__copy[data-animate] {
  transform: none;
}

.process-board {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.process-board::before {
  display: none;
}

.process-board-head {
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(234, 234, 234, .12);
}

.process-board-head strong {
  color: rgba(234, 234, 234, .78);
}

.process-grid {
  grid-template-columns: 1fr;
  gap: 0;
  background: transparent;
}

.process-card {
  min-height: auto;
  padding: 26px 0 26px 84px;
  border-bottom: 1px solid rgba(234, 234, 234, .1);
  background: transparent;
}

.process-card::before {
  top: 28px;
  right: auto;
  left: 0;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(50, 114, 177, .52);
  background: rgba(50, 114, 177, .14);
  box-shadow:
    0 0 0 7px rgba(50, 114, 177, .08),
    inset 0 1px 0 rgba(234, 234, 234, .14);
}

.process-card::after {
  content: "";
  position: absolute;
  top: 78px;
  bottom: -1px;
  left: 21px;
  width: 1px;
  background: linear-gradient(180deg, rgba(50, 114, 177, .46), rgba(234, 234, 234, .08));
}

.process-card:last-child {
  border-bottom: 0;
}

.process-card:last-child::after {
  display: none;
}

.process-number {
  position: absolute;
  z-index: 1;
  top: 28px;
  left: 0;
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0;
  place-items: center;
  color: #eaeaea;
  font-size: 12px;
  letter-spacing: .8px;
}

.process-label {
  margin: 0 0 10px;
}

.process-card h3 {
  max-width: 580px;
  font-size: clamp(22px, 2.35vw, 31px);
}

.process-card p {
  max-width: 590px;
  color: rgba(234, 234, 234, .72);
  font-size: 15.5px;
}

.process-outcome {
  margin-top: 18px;
  padding: 24px 0 0 84px;
  border-top: 1px solid rgba(234, 234, 234, .12);
  background: transparent;
}

.process-outcome p {
  max-width: 720px;
}

.process-personal-panel {
  margin-top: clamp(2px, 1.5vw, 12px);
  border-color: rgba(234, 234, 234, .12);
  background:
    radial-gradient(circle at 82% 0%, rgba(50, 114, 177, .14), transparent 22rem),
    linear-gradient(145deg, rgba(234, 234, 234, .075), rgba(234, 234, 234, .035)),
    rgba(43, 43, 43, .5);
}

.process-personal-panel h2 {
  max-width: 460px;
  font-size: clamp(25px, 3vw, 40px);
}

.process-personal-panel .about-copy p {
  max-width: 620px;
}

.process-personal-panel .about-points {
  gap: 9px;
}

.process-personal-panel .about-points li {
  min-height: auto;
  padding: 14px 16px;
  background:
    linear-gradient(145deg, rgba(234, 234, 234, .065), rgba(234, 234, 234, .032)),
    rgba(43, 43, 43, .34);
}

@media (max-width: 700px) {
  .process-card,
  .process-outcome {
    padding-left: 60px;
  }

  .process-card::before,
  .process-number {
    width: 36px;
    height: 36px;
  }

  .process-card::after {
    top: 72px;
    left: 18px;
  }
}

@keyframes ctaIdleShine {
  0%,
  62% {
    transform: translateX(-120%);
  }

  78%,
  100% {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .header-cta::before {
    animation: ctaIdleShine 6.4s cubic-bezier(.22, 1, .36, 1) infinite;
  }

  .header-cta:hover::before {
    animation: none;
  }
}

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

.service-card--large {
  display: flex;
  min-height: 400px;
  flex-direction: column;
}

.services-merch-preview {
  margin-top: clamp(28px, 4.5vw, 56px);
}

.service-card > a:not(.button) {
  margin-top: auto;
}

.service-card .service-card-button {
  width: fit-content;
  height: auto;
  min-height: 46px;
  margin-top: clamp(32px, 4vw, 46px);
  padding: 0 16px;
  gap: 12px;
  color: #eaeaea;
  font-size: 11px;
}

.service-card .service-card-button .button-icon {
  font-size: 17px;
}

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

.pricing-card .check-list {
  margin-bottom: auto;
}

.pricing-card .button {
  margin-top: auto;
}

@keyframes processCircleGlow {
  0% {
    border-color: rgba(50, 114, 177, .34);
    background: rgba(50, 114, 177, .1);
    box-shadow:
      0 0 0 7px rgba(50, 114, 177, .06),
      inset 0 1px 0 rgba(234, 234, 234, .1);
  }

  38%,
  64% {
    border-color: rgba(50, 114, 177, .92);
    background: rgba(50, 114, 177, .34);
    box-shadow:
      0 0 0 10px rgba(50, 114, 177, .18),
      0 0 42px rgba(50, 114, 177, .44),
      inset 0 1px 0 rgba(234, 234, 234, .22);
  }

  100% {
    border-color: rgba(50, 114, 177, .52);
    background: rgba(50, 114, 177, .14);
    box-shadow:
      0 0 0 7px rgba(50, 114, 177, .08),
      inset 0 1px 0 rgba(234, 234, 234, .14);
  }
}

@keyframes processNumberGlow {
  0%,
  100% {
    color: #eaeaea;
    text-shadow: none;
  }

  38%,
  64% {
    color: #eaeaea;
    text-shadow: 0 0 20px rgba(234, 234, 234, .7);
  }
}

.process-board.is-visible .process-card::before {
  animation: processCircleGlow 2600ms cubic-bezier(.19, 1, .22, 1) both;
}

.process-board.is-visible .process-number {
  animation: processNumberGlow 2600ms cubic-bezier(.19, 1, .22, 1) both;
}

.process-board.is-visible .process-card:nth-child(2)::before,
.process-board.is-visible .process-card:nth-child(2) .process-number {
  animation-delay: 850ms;
}

.process-board.is-visible .process-card:nth-child(3)::before,
.process-board.is-visible .process-card:nth-child(3) .process-number {
  animation-delay: 1700ms;
}

.process-board.is-visible .process-card:nth-child(4)::before,
.process-board.is-visible .process-card:nth-child(4) .process-number {
  animation-delay: 2550ms;
}

.reviews-showcase[data-reviews-marquee] {
  --reviews-fade-size: clamp(96px, 7vw, 154px);
  overflow: visible;
}

.reviews-showcase[data-reviews-marquee] .reviews-controls {
  justify-content: center;
}

.reviews-showcase[data-reviews-marquee] .reviews-track {
  position: relative;
  z-index: 1;
  width: max-content;
  transition: none;
  animation: reviewsMarquee 132s linear infinite;
}

.reviews-showcase[data-reviews-marquee] .reviews-viewport {
  position: relative;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 var(--reviews-fade-size),
    #000 calc(100% - var(--reviews-fade-size)),
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 var(--reviews-fade-size),
    #000 calc(100% - var(--reviews-fade-size)),
    transparent 100%
  );
}

.reviews-showcase[data-reviews-marquee] .reviews-viewport::before,
.reviews-showcase[data-reviews-marquee] .reviews-viewport::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: var(--reviews-fade-size);
  pointer-events: none;
}

.reviews-showcase[data-reviews-marquee] .reviews-viewport::before {
  left: 0;
  background: linear-gradient(
    90deg,
    var(--reviews-fade-edge, #2b2b2b) 0%,
    var(--reviews-fade-edge, #2b2b2b) 16%,
    var(--reviews-fade-mid, rgba(43, 43, 43, .9)) 42%,
    rgba(43, 43, 43, 0) 100%
  );
}

.reviews-showcase[data-reviews-marquee] .reviews-viewport::after {
  right: 0;
  background: linear-gradient(
    270deg,
    var(--reviews-fade-edge, #2b2b2b) 0%,
    var(--reviews-fade-edge, #2b2b2b) 16%,
    var(--reviews-fade-mid, rgba(43, 43, 43, .9)) 42%,
    rgba(43, 43, 43, 0) 100%
  );
}

.reviews-showcase[data-reviews-marquee]:hover .reviews-track,
.reviews-showcase[data-reviews-marquee]:focus-within .reviews-track,
.reviews-showcase[data-reviews-marquee].is-user-paused .reviews-track {
  animation-play-state: paused;
}

.reviews-showcase[data-reviews-marquee] .review-card {
  flex: 0 0 clamp(286px, 28vw, 360px);
}

.reviews-showcase[data-reviews-marquee] [data-review-clone="true"] {
  pointer-events: auto;
}

.reviews-section .review-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(105deg, transparent 0%, rgba(234, 234, 234, .2) 46%, transparent 72%);
  opacity: .54;
  transform: translateX(-125%);
  transition: transform 760ms cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .reviews-section .review-card:hover {
    transform: translateY(-3px);
    border-color: rgba(50, 114, 177, .58);
    box-shadow:
      inset 0 1px 0 rgba(234, 234, 234, .16),
      0 26px 72px rgba(43, 43, 43, .34),
      0 0 0 1px rgba(50, 114, 177, .16);
  }

  .reviews-section .review-card:hover::after {
    transform: translateX(125%);
  }
}

@media (hover: none) {
  .reviews-section .review-card:hover {
    transform: none;
  }
}

@keyframes reviewsMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-1 * var(--reviews-marquee-distance, 50%)), 0, 0);
  }
}

.contact-card-dark,
.form-shell {
  border-color: rgba(234, 234, 234, .13);
  background:
    linear-gradient(145deg, rgba(234, 234, 234, .085), rgba(234, 234, 234, .035)),
    rgba(43, 43, 43, .76);
}

.contact-card-dark::before,
.form-shell::before {
  background:
    linear-gradient(115deg, rgba(234, 234, 234, .09) 0%, rgba(234, 234, 234, 0) 36%),
    linear-gradient(270deg, rgba(50, 114, 177, .08), rgba(50, 114, 177, 0) 48%);
}

.merch-preview .hero-actions {
  margin-top: clamp(34px, 4vw, 46px);
}

.services-section,
.projects-section,
.packages-section,
.process-section,
.reviews-section,
.contact-section {
  box-shadow: inset 0 1px 0 rgba(234, 234, 234, .065);
}

.services-section,
.packages-section,
.reviews-section {
  background:
    radial-gradient(circle at 82% 0%, rgba(50, 114, 177, .09), transparent 28rem),
    linear-gradient(180deg, rgba(105, 110, 123, .22) 0%, rgba(105, 110, 123, .14) 100%),
    #2b2b2b;
}

.projects-section,
.process-section,
.contact-section {
  background:
    radial-gradient(circle at 14% 0%, rgba(50, 114, 177, .08), transparent 28rem),
    linear-gradient(180deg, rgba(43, 43, 43, 1) 0%, rgba(43, 43, 43, .98) 100%),
    #2b2b2b;
}

.reviews-section {
  --reviews-fade-edge: #33353a;
  --reviews-fade-mid: rgba(51, 53, 58, .9);
}

@media (max-width: 980px) {
  .brand-logo {
    --brand-name-size: 21px;
  }

  .brand-logo .brand-name {
    font-size: var(--brand-name-size);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-showcase[data-reviews-marquee] .reviews-track,
  .process-board.is-visible .process-card::before,
  .process-board.is-visible .process-number {
    animation: none;
  }
}

@media (max-width: 1120px) {
  .services-grid--focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body,
  p,
  li,
  input,
  select,
  textarea,
  .service-card p,
  .pricing-fit,
  .reference-info p,
  .reviews-section .review-card p,
  .project-form label span,
  .contact-list span,
  .contact-list a,
  .footer-brand p,
  .site-footer a,
  .site-footer span {
    font-size: 15px;
  }

  .hero-content p,
  .hero-proof p,
  .story-copy p,
  .contact-intro p,
  .form-heading p,
  .reference-copy p,
  .process-copy p,
  .process-card p,
  .process-outcome p,
  .about-copy p,
  .pricing-fit,
  .reference-info p,
  .reviews-section .review-card p,
  .check-list li,
  .about-points li,
  .project-form label span,
  .contact-list span,
  .contact-list a,
  .footer-brand p {
    font-size: 15px;
  }

  .site-nav a,
  .hero-proof h2,
  .button,
  .header-cta,
  .service-card .service-card-button,
  .reference-info a,
  .reviews-count,
  .menu-toggle {
    font-size: 12px;
  }

  .hero-proof .proof-icon,
  .hero-meta span,
  .contact-note,
  .reference-toggle-note,
  .project-form .form-privacy,
  .site-footer .footer-meta,
  .site-footer small {
    font-size: 12px;
  }

  .section-heading h2,
  .projects-intro h2,
  .story-copy h2,
  .reference-copy h2,
  .contact-intro h2,
  .process-copy h2,
  .about-panel h2,
  .process-personal-panel h2 {
    font-size: clamp(28px, 8vw, 31px);
  }

  .service-card h3,
  .pricing-card h3,
  .review-card h3,
  .benefit-tile h3,
  .reference-info h3,
  .process-card h3,
  .timeline-item h3,
  .process-personal-panel h3 {
    font-size: 18px;
  }

  .price {
    font-size: 24px;
  }

  .section-kicker,
  .process-tags span,
  .pricing-label,
  .pricing-badge,
  .reference-info span,
  .process-label,
  .process-board-head span,
  .process-outcome strong {
    font-size: 10px;
  }

  .header-cta,
  .button {
    min-height: 50px;
    height: auto;
    padding: 12px 16px;
    gap: 10px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  .button-icon,
  .header-cta::after,
  .service-card > a:not(.button) {
    flex: 0 0 auto;
    font-size: 20px;
  }

  .footer-bottom span:first-child,
  .footer-bottom .footer-year {
    font-size: 12px;
  }

  .service-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
  }

  .references-toggle,
  .hero-actions .button,
  .wizard-actions .button,
  .wizard-submit {
    width: 100%;
    max-width: 100%;
  }

  .services-merch-preview {
    overflow: hidden;
  }

  .services-merch-preview .reference-copy {
    min-width: 0;
    padding-inline: 22px;
  }

  .services-merch-preview .hero-actions,
  .services-merch-preview .button {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .services-merch-preview .button {
    justify-content: center;
    padding-inline: 14px;
  }

  .services-merch-preview .button span:first-child {
    min-width: 0;
  }

  .services-merch-preview .button .button-icon {
    margin-left: auto;
  }

  .reviews-showcase[data-reviews-marquee] {
    --reviews-fade-size: 0px;
    overflow: visible;
  }

  .reviews-showcase[data-reviews-marquee] .reviews-controls {
    justify-content: stretch;
  }

  .reviews-showcase[data-reviews-marquee] .reviews-count {
    width: 100%;
    min-height: 40px;
    justify-content: center;
    padding: 8px 12px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  .reviews-showcase[data-reviews-marquee] .reviews-viewport {
    overflow-x: auto;
    margin: 0 -14px;
    padding: 8px 14px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .reviews-showcase[data-reviews-marquee] .reviews-viewport::-webkit-scrollbar {
    display: none;
  }

  .reviews-showcase[data-reviews-marquee] .reviews-viewport::before,
  .reviews-showcase[data-reviews-marquee] .reviews-viewport::after {
    display: none;
  }

  .reviews-showcase[data-reviews-marquee] .reviews-track {
    width: max-content;
    gap: 14px;
    animation: reviewsMarquee 118s linear infinite;
  }

  .reviews-showcase[data-reviews-marquee] .review-card {
    flex: 0 0 min(100%, calc(100vw - 28px));
    min-height: auto;
    padding: 22px;
    scroll-snap-align: center;
  }

  .reviews-showcase[data-reviews-marquee] [data-review-clone="true"] {
    display: flex;
  }

  .reviews-section .review-card > span {
    margin-bottom: 16px;
    letter-spacing: 2.2px;
  }

  .reviews-section .review-card p {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.68;
  }
}

@media (max-width: 680px) {
  .services-grid--focus {
    grid-template-columns: 1fr;
  }

  .service-card--large {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .project-calculator-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px;
  }

  .project-calculator-cta p {
    font-size: 15px;
  }

  .project-calculator-cta .button {
    width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }
}
