:root {
  --ink: #10100f;
  --paper: #f4f1ec;
  --paper-bright: #fffdf8;
  --muted: #6f6c68;
  --line: rgba(16, 16, 15, 0.15);
  --pink: #ff3cac;
  --pink-hot: #ff187f;
  --lime: #dfff00;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

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

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

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

::selection {
  background: var(--pink);
  color: var(--white);
}

.site-header {
  align-items: center;
  display: flex;
  height: 92px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 42px;
  position: relative;
}

.brand {
  display: block;
  width: 168px;
}

.brand img {
  height: auto;
  width: 100%;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 28px;
}

.desktop-nav {
  display: flex;
  gap: 28px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.desktop-nav a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--ink);
}

.phone-link {
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 680;
  gap: 24px;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-small {
  gap: 16px;
  min-height: 45px;
  padding: 0 19px;
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-neon {
  background: var(--pink);
  box-shadow: 0 12px 34px rgba(255, 60, 172, 0.28);
  color: var(--white);
}

.button-neon:hover {
  background: var(--pink-hot);
  box-shadow: 0 16px 40px rgba(255, 60, 172, 0.38);
}

.hero {
  display: grid;
  gap: clamp(44px, 5vw, 90px);
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: 720px;
  padding: 64px 42px 96px;
}

.hero-copy {
  align-self: center;
  max-width: 620px;
  padding-left: clamp(0px, 2vw, 28px);
}

.eyebrow {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.status-dot {
  background: var(--lime);
  border: 5px solid rgba(223, 255, 0, 0.2);
  background-clip: padding-box;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}

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

h1 {
  font-size: clamp(68px, 7vw, 112px);
  font-weight: 680;
  letter-spacing: -0.075em;
  line-height: 0.86;
  margin-bottom: 38px;
}

.marker-text {
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.08em;
}

.hero-lead {
  color: #474542;
  font-size: clamp(17px, 1.5vw, 20px);
  letter-spacing: -0.02em;
  line-height: 1.55;
  max-width: 560px;
}

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

.text-link {
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 650;
  padding: 6px 0 4px;
}

.trust-strip {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 20px;
  margin-top: 54px;
  max-width: 400px;
  padding-top: 22px;
}

.trust-strip-link {
  position: relative;
  transition: border-color 180ms ease, transform 180ms ease;
}

.trust-strip-link:hover {
  border-color: var(--pink);
  transform: translateY(-2px);
}

.google-word {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
}

.stars {
  color: #f6b800;
  font-size: 13px;
  letter-spacing: 1px;
}

.trust-copy {
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 20px;
}

.trust-copy strong {
  font-size: 14px;
  letter-spacing: 0.03em;
}

.trust-copy span {
  color: var(--muted);
  font-size: 12px;
}

.hero-visual {
  min-height: 650px;
  position: relative;
}

.hero-image {
  border-radius: 180px 24px 24px 24px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.hero-image::after {
  background: linear-gradient(180deg, transparent 54%, rgba(10, 10, 10, 0.62));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-image > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-image figcaption {
  bottom: 26px;
  color: var(--white);
  display: flex;
  font-size: 11px;
  font-weight: 650;
  justify-content: space-between;
  left: 28px;
  letter-spacing: 0.08em;
  position: absolute;
  right: 28px;
  text-transform: uppercase;
  z-index: 3;
}

.floating-work-card {
  background: var(--ink);
  border: 6px solid var(--paper);
  border-radius: 16px;
  bottom: -38px;
  height: 218px;
  left: -54px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  transform: rotate(-3deg);
  width: 182px;
  z-index: 4;
}

.floating-work-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.experience-badge {
  align-items: center;
  background: var(--lime);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 132px;
  justify-content: center;
  padding: 20px;
  position: absolute;
  right: -26px;
  text-align: center;
  top: 66px;
  transform: rotate(8deg);
  width: 132px;
  z-index: 4;
}

.experience-badge strong {
  font-size: 31px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.experience-badge span {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 6px;
}

.neon-orbit {
  border: 2px solid;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.orbit-one {
  border-color: var(--pink);
  height: 260px;
  left: -38px;
  top: -28px;
  width: 260px;
}

.orbit-two {
  border-color: var(--lime);
  bottom: -32px;
  height: 190px;
  right: -32px;
  width: 190px;
}

.proof-bar {
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 max(42px, calc((100vw - 1356px) / 2));
}

.proof-bar > div {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  min-height: 134px;
  padding: 34px 42px;
}

.proof-bar > div:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.proof-bar strong {
  font-size: 17px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.proof-bar span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.services-section {
  margin: 0 auto;
  max-width: 1440px;
  padding: 140px 42px 154px;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 50px;
  grid-template-columns: 1.2fr 0.8fr;
  margin-bottom: 68px;
}

.kicker {
  color: var(--pink-hot);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section-heading h2 {
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 660;
  letter-spacing: -0.07em;
  line-height: 0.96;
  margin-bottom: 0;
}

.section-heading > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 2px;
  max-width: 520px;
}

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

.service-card {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 330px;
  padding: 28px;
  position: relative;
  transition: background 220ms ease, color 220ms ease;
}

.service-card:hover {
  background: var(--pink);
  color: var(--white);
}

.service-number {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-weight: 650;
}

.service-card h3 {
  font-size: 24px;
  letter-spacing: -0.045em;
  margin: 100px 0 16px;
}

.service-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 0;
}

.service-card:hover p {
  color: rgba(255, 255, 255, 0.78);
}

.process-section {
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: clamp(50px, 7vw, 108px);
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  padding: 138px max(42px, calc((100vw - 1356px) / 2));
}

.process-visual {
  min-height: 720px;
  position: relative;
}

.process-visual > img {
  border-radius: 24px 170px 24px 24px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.process-visual::after {
  border: 2px solid var(--pink);
  border-radius: 50%;
  content: "";
  height: 240px;
  left: -78px;
  pointer-events: none;
  position: absolute;
  top: -60px;
  width: 240px;
}

.process-copy {
  align-self: center;
}

.kicker-lime {
  color: var(--lime);
}

.process-copy h2 {
  font-size: clamp(46px, 5.2vw, 74px);
  font-weight: 660;
  letter-spacing: -0.07em;
  line-height: 0.98;
  margin-bottom: 34px;
}

.process-intro {
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.7;
  max-width: 600px;
}

.process-list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 44px;
}

.process-list article {
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 30px;
  grid-template-columns: 42px 1fr;
  padding: 24px 0;
}

.process-list article > span {
  color: var(--lime);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  padding-top: 4px;
}

.process-list h3 {
  font-size: 18px;
  letter-spacing: -0.03em;
  margin-bottom: 7px;
}

.process-list p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0;
}

.gallery-section {
  margin: 0 auto;
  max-width: 1440px;
  padding: 146px 42px 160px;
}

.gallery-heading {
  margin-bottom: 76px;
}

.gallery-grid {
  display: grid;
  gap: 18px;
  grid-auto-flow: dense;
  grid-auto-rows: 210px;
  grid-template-columns: repeat(4, 1fr);
}

.gallery-item {
  background: #d8d4ce;
  border-radius: 16px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.gallery-item-1,
.gallery-item-4 {
  grid-row: span 2;
}

.gallery-item-5 {
  grid-column: span 2;
}

.gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: filter 260ms ease, transform 400ms ease;
  width: 100%;
}

.gallery-item:hover img {
  filter: saturate(1.1) contrast(1.03);
  transform: scale(1.025);
}

.gallery-item figcaption {
  align-items: center;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
  bottom: 0;
  color: var(--white);
  display: flex;
  font-size: 10px;
  font-weight: 680;
  justify-content: space-between;
  left: 0;
  letter-spacing: 0.08em;
  padding: 44px 16px 14px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.reviews-section {
  align-items: stretch;
  background: var(--pink);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  padding: 120px max(42px, calc((100vw - 1356px) / 2));
}

.review-source-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  width: 100%;
}

.live-review-status {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  display: inline-flex;
  font-size: 9px;
  font-weight: 720;
  gap: 7px;
  letter-spacing: 0.08em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.live-review-status > span {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.live-review-status.is-live > span {
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(223, 255, 0, 0.14);
}

.review-summary {
  align-items: flex-start;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  flex-direction: column;
  padding-right: clamp(36px, 5vw, 76px);
}

.google-word-large {
  color: var(--white);
  font-size: 15px;
}

.review-stars,
.review-card-stars {
  color: var(--lime);
  letter-spacing: 3px;
}

.empty-stars {
  color: rgba(255, 255, 255, 0.28);
}

.review-card-stars .empty-stars {
  color: rgba(16, 16, 15, 0.18);
}

.review-stars {
  font-size: 18px;
  margin: 8px 0 52px;
}

.review-summary h2 {
  font-size: clamp(44px, 4.5vw, 68px);
  letter-spacing: -0.07em;
  line-height: 0.96;
  margin-bottom: 26px;
}

.review-summary h2 em,
.contact-main h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.review-summary > p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.review-summary-actions {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: auto;
}

.review-summary-actions a {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: flex;
  font-size: 13px;
  font-weight: 680;
  justify-content: space-between;
  min-width: 190px;
  padding-bottom: 7px;
}

.reviews-interactive {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.review-controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 0 22px clamp(36px, 5vw, 76px);
}

.review-controls > span {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.review-controls > div {
  display: flex;
  gap: 8px;
}

.review-controls button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  width: 42px;
}

.review-controls button:hover {
  background: var(--lime);
  border-color: var(--lime);
  color: var(--ink);
  transform: translateY(-2px);
}

.reviews-scroller {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-left: clamp(36px, 5vw, 76px);
  scroll-snap-type: x mandatory;
  scroll-padding-left: clamp(36px, 5vw, 76px);
  scrollbar-width: thin;
}

.reviews-scroller:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 7px;
}

.review-card {
  background: var(--paper-bright);
  border-radius: 18px;
  color: var(--ink);
  display: flex;
  flex: 0 0 330px;
  flex-direction: column;
  margin: 0;
  min-height: 390px;
  padding: 26px;
  scroll-snap-align: start;
}

.review-card-top {
  align-items: center;
  display: grid;
  gap: 13px;
  grid-template-columns: 42px 1fr auto;
}

.review-avatar {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-size: 11px;
  font-weight: 750;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.review-avatar-photo {
  object-fit: cover;
}

.review-card-top div {
  display: flex;
  flex-direction: column;
}

.review-card-top strong {
  font-size: 13px;
}

.review-card-top div span {
  color: var(--muted);
  font-size: 10px;
  margin-top: 3px;
}

.google-g {
  color: #4285f4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 800;
}

.review-card-stars {
  font-size: 13px;
  margin: 40px 0 24px;
}

.review-card > p {
  font-size: 17px;
  letter-spacing: -0.025em;
  line-height: 1.55;
}

.review-card-link {
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 10px;
  font-weight: 720;
  justify-content: space-between;
  letter-spacing: 0.08em;
  margin-top: auto;
  padding-top: 15px;
  text-transform: uppercase;
}

.review-card-link:hover {
  color: var(--ink);
}

.review-progress {
  background: rgba(255, 255, 255, 0.22);
  height: 2px;
  margin: 24px 0 0 clamp(36px, 5vw, 76px);
  overflow: hidden;
}

.review-progress span {
  background: var(--lime);
  display: block;
  height: 100%;
  transition: width 220ms ease;
}

.contact-section {
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
  padding: 150px max(42px, calc((100vw - 1356px) / 2)) 110px;
  position: relative;
}

.contact-glow {
  border: 2px solid;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}

.contact-glow-pink {
  border-color: var(--pink);
  height: 520px;
  right: -120px;
  top: -220px;
  width: 520px;
}

.contact-glow-lime {
  border-color: var(--lime);
  bottom: -280px;
  height: 560px;
  left: -250px;
  width: 560px;
}

.contact-main {
  max-width: 960px;
  position: relative;
  z-index: 2;
}

.kicker-light {
  color: rgba(255, 255, 255, 0.6);
}

.contact-main h2 {
  font-size: clamp(54px, 7vw, 104px);
  letter-spacing: -0.075em;
  line-height: 0.93;
  margin-bottom: 36px;
}

.contact-main h2 em {
  color: var(--pink);
}

.contact-main > p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.6;
  max-width: 530px;
}

.contact-main .button {
  margin-top: 24px;
}

.contact-details {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 120px;
  position: relative;
  z-index: 2;
}

.contact-details article {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 28px 34px 0 0;
}

.contact-details article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 34px;
}

.contact-details article > span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.contact-details strong {
  font-size: 18px;
  margin-bottom: 12px;
}

.contact-details a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 6px;
  width: fit-content;
}

.contact-details a:hover {
  color: var(--lime);
}

footer {
  align-items: center;
  background: var(--ink);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.45);
  display: grid;
  font-size: 10px;
  gap: 30px;
  grid-template-columns: 1fr auto 1fr;
  letter-spacing: 0.05em;
  padding: 30px max(42px, calc((100vw - 1356px) / 2));
  text-transform: uppercase;
}

footer > span:last-child {
  text-align: right;
}

.footer-brand {
  filter: invert(1);
  opacity: 0.9;
  width: 135px;
}

.contact-teaser {
  align-items: center;
  background: var(--lime);
  display: flex;
  gap: 30px;
  justify-content: center;
  min-height: 180px;
  padding: 32px;
  text-align: center;
}

.contact-teaser p {
  font-size: 16px;
  margin: 0;
}

.contact-teaser a {
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: -0.06em;
}

.contact-teaser span {
  font-size: 13px;
}

@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }

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

  .experience-badge {
    right: -10px;
  }

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

  .process-section {
    grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  }

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

  .reviews-section {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .contact-teaser {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 78px;
    padding: 0 20px;
  }

  .brand {
    width: 140px;
  }

  .phone-link {
    display: none;
  }

  .button-small {
    min-height: 40px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 52px 20px 82px;
  }

  .hero-copy {
    padding: 0;
  }

  .eyebrow {
    font-size: 10px;
    margin-bottom: 28px;
  }

  h1 {
    font-size: clamp(62px, 20vw, 86px);
    margin-bottom: 30px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

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

  .trust-strip {
    margin-top: 42px;
  }

  .hero-visual {
    min-height: 480px;
  }

  .hero-image {
    border-radius: 110px 18px 18px 18px;
  }

  .floating-work-card {
    bottom: -32px;
    height: 165px;
    left: -8px;
    width: 138px;
  }

  .experience-badge {
    height: 106px;
    right: -4px;
    top: 48px;
    width: 106px;
  }

  .experience-badge strong {
    font-size: 25px;
  }

  .proof-bar {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .proof-bar > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 0 !important;
    border-right: 0;
    min-height: 110px;
    padding: 28px 4px;
  }

  .services-section {
    padding: 100px 20px 110px;
  }

  .section-heading {
    display: block;
    margin-bottom: 48px;
  }

  .section-heading > p {
    margin-top: 30px;
  }

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

  .service-card {
    min-height: 280px;
  }

  .process-section {
    display: flex;
    flex-direction: column;
    padding: 100px 20px;
  }

  .process-visual {
    min-height: 460px;
    order: 2;
  }

  .process-visual::after {
    height: 180px;
    left: -60px;
    width: 180px;
  }

  .process-copy {
    order: 1;
  }

  .gallery-section {
    padding: 100px 20px 110px;
  }

  .gallery-grid {
    gap: 10px;
    grid-auto-rows: 160px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item-5 {
    grid-column: span 1;
  }

  .reviews-section {
    display: block;
    padding: 90px 20px;
  }

  .review-summary {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    border-right: 0;
    padding: 0 0 50px;
  }

  .review-stars {
    margin-bottom: 34px;
  }

  .review-summary-actions {
    margin-top: 22px;
  }

  .review-controls {
    padding: 34px 0 0;
  }

  .reviews-scroller {
    margin-right: -20px;
    padding: 22px 20px 8px 0;
    scroll-padding-left: 0;
  }

  .review-card {
    flex-basis: min(82vw, 330px);
    min-height: 370px;
  }

  .review-progress {
    margin-left: 0;
  }

  .contact-section {
    padding: 110px 20px 76px;
  }

  .contact-details {
    grid-template-columns: 1fr;
    margin-top: 84px;
  }

  .contact-details article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    min-height: 160px;
    padding: 28px 0;
  }

  .contact-details article + article {
    border-left: 0;
    padding-left: 0;
  }

  footer {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
  }

  footer > span:last-child {
    text-align: left;
  }
}

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

  .button {
    transition: none;
  }
}
