@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../font/barlow-condensed-600.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../font/barlow-condensed-700.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  src: url("../font/inter-variable.ttf") format("truetype-variations");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../font/inter-400.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../font/inter-600.ttf") format("truetype");
  font-display: swap;
}

:root {
  --paper: #f4f4f0;
  --surface: #ffffff;
  --ink: #080808;
  --muted: #666660;
  --line: #d8d8d1;
  --placeholder: #b7b7b2;
  --placeholder-dark: #8f8f8a;
  --sand: #c9a979;
  --sand-light: #e5d7be;
  --form-bg: #170e08;
  --form-line: #5a4b3d;
  --form-text: #f6f0e7;
  --display: "Arial Narrow", "Helvetica Neue Condensed", "Roboto Condensed", Arial, sans-serif;
  --body: Arial, Helvetica, sans-serif;
  --container: min(1180px, calc(100% - 64px));
  --section-space: clamp(80px, 9vw, 144px);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

#footer .section.bottom-version,
#footer .absolute-footer,
#footer .col-inner #text-2519128814.text,
#footer #wpcf7-f10540-o5,
.bottom-sucking-activity,
header {
  display: none !important;
}

body,
button,
input,
select,
textarea {
  font-family: var(--body);
}

a {
  color: inherit;
}

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

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

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

h1,
h2,
h3,
h4 {
  font-family: var(--display);
  font-stretch: condensed;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-160%);
  background: var(--ink);
  color: #fff;
  text-decoration: none;
}

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

:focus-visible {
  outline: 3px solid var(--sand);
  outline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 10;
  background: var(--surface);
  border-bottom: 1px solid #ecece7;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand__logo {
  display: block;
  width: 64px;
  height: auto;
}

.hero {
  overflow: hidden;
  background: url(../landingpage/2026/skinHairSystemLineup/banner-pc.webp) no-repeat center center;
  background-size: cover;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(420px, 1.07fr);
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
  min-height: 640px;
  padding-block: clamp(72px, 8vw, 124px);
}

.hero__content {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 690px;
  margin-bottom: 28px;
  font-size: clamp(58px, 6vw, 96px);
  font-weight: 900;
  text-transform: none;
  color: #080808;
}

.hero__intro {
  max-width: 520px;
  margin-bottom: 36px;
  color: #4e4e49;
  font-size: 15px;
}

.newLangdingPage .button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  margin: 0;
}

.button--dark {
  border: 0;
  background: var(--ink);
  color: #fff;
}

.button--sand {
  border-color: var(--sand);
  background: var(--sand);
  color: var(--ink);
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-2px);
  }

  .button--dark:hover {
    background: #b5946c;
  }

  .button--sand:hover {
    background: var(--sand-light);
  }
}

.button--wide {
  min-width: min(100%, 320px);
}

.media-placeholder {
  position: relative;
  display: grid;
  overflow: hidden;
  place-items: center;
  background: linear-gradient(145deg, #c9c9c4 0%, var(--placeholder) 48%, var(--placeholder-dark) 100%);
  color: rgba(0, 0, 0, 0.48);
  isolation: isolate;
}

.media-placeholder>span {
  position: relative;
  z-index: 2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.media-tile,
.media-frame,
.product-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ecece7;
  isolation: isolate;
}

.media-tile__image,
.media-gallery__image,
.product-card__image,
.media-thumbnail__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-tile {
  min-height: 132px;
  margin: 0;
}

.media-tile__image,
.media-gallery__image {
  position: absolute;
  inset: 0;
}

.media-tile__caption {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  left: 14px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.media-tile::after {
  position: absolute;
  inset: 42% 0 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.58));
  content: "";
}

.proof-strip {
  background: var(--ink);
  color: #fff;
}

.proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  min-height: 138px;
  align-items: center;
}

.proof-strip__track,
.proof-strip__page {
  display: contents;
}

.proof-strip__pager {
  display: none;
}

.proof-item {
  display: grid;
  min-height: 76px;
  align-content: center;
  justify-items: center;
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.proof-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.proof-item__icon {
  display: block;
  width: 42px;
  height: auto;
  object-fit: contain;
  margin-bottom: 8px;
}

.proof-item span {
  color: #cfcfca;
  font-size: 9px;
  line-height: 1.35;
}

.systems {
  padding-block: var(--section-space) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(64px, 7vw, 104px);
}

.section-heading h2 {
  margin-bottom: 24px;
  font-size: clamp(52px, 5vw, 78px);
  font-weight: 900;
  color: #080808;
}

.section-heading>p:last-child {
  max-width: 650px;
  color: var(--muted);
  font-size: 15px;
}

.system-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
  padding-block: clamp(72px, 8vw, 120px);
  border-top: 1px solid var(--line);
}

.system-card__content {
  max-width: 500px;
}

.system-card__code {
  margin-bottom: 6px;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.system-card h3 {
  margin-bottom: 20px;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 900;
  color: #080808;
}

.system-card h4 {
  margin-bottom: 16px;
  font-family: var(--body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  color: #080808;
}

.feature-list {
  margin-bottom: 30px;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  list-style: none;
}

.feature-list li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 14px;
}

.feature-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sand);
  content: "";
}

.feature-list strong,
.feature-list span {
  display: block;
}

.best-for {
  margin-bottom: 28px;
}

.best-for>p {
  margin-bottom: 10px;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 900;
}

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

.media-placeholder--tile {
  min-height: 132px;
  align-items: end;
  justify-items: start;
  padding: 14px;
  background: linear-gradient(155deg, #c9c9c4, #9b9b96);
}

.media-placeholder--tile::before {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(145deg, transparent 0 16px, rgba(255, 255, 255, 0.1) 16px 17px);
  content: "";
}

.system-card__media {
  min-width: 0;
}

.system-card:nth-of-type(even) .system-card__content {
  grid-column: 2;
  grid-row: 1;
}

.system-card:nth-of-type(even) .system-card__media {
  grid-column: 1;
  grid-row: 1;
}

.media-placeholder--video {
  min-height: 520px;
  background: linear-gradient(150deg, #b8b8b3 0%, #8f8f8a 50%, #6f6f6b 100%);
}

.media-frame {
  min-height: 520px;
  background: #111;
}

.media-placeholder--video::before,
.media-placeholder--video::after {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  content: "";
}

.media-placeholder--video::before {
  width: 78%;
  aspect-ratio: 1;
  transform: translate(-28%, 34%);
}

.media-placeholder--video::after {
  width: 62%;
  aspect-ratio: 1;
  transform: translate(38%, -38%);
}

.video-icon {
  position: relative;
  z-index: 3;
  display: block;
  width: 54px;
  height: auto;
  margin-bottom: 12px;
}

.video-cover-trigger {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  min-height: 400px;
  padding: 0;
  border: 0;
  place-items: center;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.video-cover-trigger[hidden] {
  display: none;
}

.thumbnail-row {
  display: grid;
  grid-template-columns: repeat(5, 56px);
  gap: 8px;
  justify-content: center;
  margin-top: 14px;
}

.media-thumbnail {
  display: block;
  padding: 0;
  border: 0;
  aspect-ratio: 1;
  background: #a8a8a3;
  cursor: pointer;
  overflow: hidden;
}

.media-thumbnail:nth-child(even) {
  background: #c3c3be;
}

.media-thumbnail.is-active {
  border: 3px solid #b5946c;
}

.media-gallery__label {
  position: relative;
  z-index: 3;
  color: #333;
  font-family: "Inter", var(--body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  display: none;
}

.media-gallery__label[hidden] {
  display: none;
}

.media-gallery__stage[data-media-kind="image"] .video-icon {
  display: none;
}

.media-gallery__stage[data-media-kind="image"] {
  background: #b7b7b2;
}

.media-gallery__stage[data-media-index="2"] {
  background: #c6c6c1;
}

.media-gallery__stage[data-media-index="3"] {
  background: #aaa9a4;
}

.media-gallery__stage[data-media-index="4"] {
  background: #d0d0cb;
}

.media-gallery__stage[data-media-index="5"] {
  background: #9d9d98;
}

.media-gallery__stage[data-media-index="6"] {
  background: #bebeb9;
}

.media-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.media-tabs>button {
  padding: 5px 10px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}

.media-tabs>button.is-active {
  background: var(--ink);
  color: #fff;
}

.video-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.video-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.video-modal__dialog {
  position: relative;
  width: min(1100px, calc(100vw - 80px));
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
  transform: scale(0.985);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.video-modal.is-open .video-modal__dialog {
  transform: scale(1);
}

.video-modal__frame,
.video-modal__frame iframe {
  width: 100%;
  height: 100%;
}

.video-modal__frame iframe {
  display: block;
  border: 0;
}

.video-modal__close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 15px;
  display: grid;
  width: 45px;
  height: 45px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  min-height: unset;
}

.similar-systems {
  padding-block: var(--section-space);
  background: #fff;
}

.section-heading--compact {
  margin-bottom: 54px;
}

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

.product-card {
  min-width: 0;
}

.media-placeholder--product {
  min-height: 260px;
  margin-bottom: 18px;
  background: #e4e4df;
}

.product-card__media {
  min-height: 260px;
  margin-bottom: 18px;
}

.media-placeholder--product::before {
  position: absolute;
  bottom: 20%;
  width: 72%;
  height: 34%;
  border-radius: 50% 50% 42% 42%;
  background: #a5a5a0;
  box-shadow: inset 0 -18px 0 #777773;
  content: "";
}

.media-placeholder--product::after {
  position: absolute;
  bottom: 17%;
  width: 58%;
  height: 8%;
  border-radius: 50%;
  background: #565653;
  content: "";
}

.product-card h3 {
  margin-bottom: 6px;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  color: #080808;
}

.product-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

@media (hover: hover) and (pointer: fine) {
  .product-card {
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .product-card:hover {
    transform: translateY(-4px);
  }
}

.similar-systems__cta {
  display: flex;
  justify-content: center;
  margin-top: 58px;
}

.similar-systems__cta .button {
  margin: 0;
}

.lead-section {
  scroll-margin-top: 0;
  padding-block: clamp(84px, 9vw, 132px);
  background: #150b00;
  color: var(--form-text);
}

.lead-section__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(64px, 8vw, 126px);
  align-items: start;
}

.lead-section__heading h2 {
  margin-bottom: 10px;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 900;
  line-height: 0.98;
}

.lead-section__heading>p:last-child {
  margin-bottom: 0;
  color: #fff;
  font-size: 13px;
}

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

.field {
  display: grid;
  align-content: start;
}

.field>label {
  margin-bottom: 4px;
  color: #e5e0db;
  font-size: 10px;
  letter-spacing: 0.05em;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 44px;
  padding: 7px 0;
  resize: vertical;
  border: 0;
  border-bottom: 1px solid var(--form-line);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #fff;
}

.field select {
  padding-right: 28px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23E5E0DB' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #a19d99;
  opacity: 1;
}

.field select:has(option:checked[value=""]) {
  color: #a19d99;
}

.phone-control {
  position: relative;
}

.phone-control__prefix {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  color: #e5e0db;
  font-size: 12px;
  line-height: 1;
  transform: translateY(-58%);
  pointer-events: none;
}

.phone-control input {
  padding-left: 34px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-bottom-color: var(--sand);
}

.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  outline: 2px solid var(--sand);
  outline-offset: 3px;
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-bottom-color: #d77a67;
}

.field__error {
  min-height: 15px;
  margin-top: 4px;
  color: #e99a89;
  font-size: 10px;
}

.lead-form__submit {
  min-width: 190px;
  margin-top: 40px;
  cursor: pointer;
}

.lead-form__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.lead-form__submit:disabled:hover {
  background: #b5946c;
  transform: none;
}

.form-status {
  min-height: 24px;
  margin: 18px 0 0;
  color: var(--sand-light);
  font-size: 12px;
}

@media (min-width: 1025px) {
  .site-header {
    border-bottom: 0;
  }

  .site-header__inner {
    min-height: 67px;
  }

  .brand__logo {
    width: 117px;
  }

  .hero__grid {
    position: relative;
    width: 100%;
    min-height: 638px;
    margin: 0;
    padding: 113px 528px 113px 120px;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
  }

  .hero__content {
    width: 792px;
  }

  .hero .eyebrow {
    display: none;
  }

  .hero h1 {
    width: 792px;
    max-width: 792px;
    margin-bottom: 20px;
    font-family: "Barlow Condensed", var(--display);
    font-size: 96px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 108px;
  }

  .hero__intro {
    width: 670px;
    max-width: 670px;
    margin-bottom: 50px;
    color: #333;
    font-family: "Inter", var(--body);
    font-size: 16px;
    line-height: 24px;
  }

  .hero__intro strong {
    font-weight: 600;
  }

  .hero .button {
    width: 386px;
    min-height: 70px;
    padding: 25px 20px;
    font-family: "Inter", var(--body);
    font-size: 15px;
  }

  .proof-strip__grid {
    width: min(1200px, calc(100% - 240px));
    min-height: 188px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .proof-item,
  .proof-item:last-child {
    min-height: 136px;
    padding-inline: 0;
    border: 0;
  }

  .proof-item__icon {
    width: 86px;
    margin-bottom: 10px;
  }

  .proof-item span {
    color: #fff;
    font-family: "Inter", var(--body);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }

  .systems {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .systems>.container {
    width: 1200px;
  }

  .systems .section-heading {
    width: 863px;
    max-width: none;
    margin-bottom: 50px;
  }

  .systems .section-heading .eyebrow {
    display: none;
  }

  .systems .section-heading h2 {
    width: 863px;
    min-height: 216px;
    margin-bottom: 20px;
    font-family: "Barlow Condensed", var(--display);
    font-size: 96px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 108px;
  }

  .systems .section-heading>p:last-child {
    width: 863px;
    min-height: 112px;
    max-width: none;
    margin-bottom: 0;
    color: #333;
    font-family: "Inter", var(--body);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .system-card {
    grid-template-columns: 650px 530px;
    gap: 20px;
    align-items: start;
    margin-bottom: 50px;
    padding: 0;
    border: 0;
  }

  .system-card:last-of-type {
    margin-bottom: 0;
  }

  .system-card__content {
    display: flex;
    width: 650px;
    max-width: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    grid-column: 1;
    grid-row: 1;
  }

  .system-card:nth-of-type(even) .system-card__content {
    grid-column: 1;
    grid-row: 1;
  }

  .system-card h3 {
    width: 650px;
    min-height: 110px;
    margin: 0;
    font-family: "Barlow Condensed", var(--display);
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 55px;
  }

  .system-card__features {
    display: flex;
    width: 650px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .system-card h4,
  .best-for>p {
    width: 650px;
    margin: 0;
    font-family: "Inter", var(--body);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 28px;
  }

  .feature-list {
    display: flex;
    width: 438px;
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 10px;
    color: var(--ink);
    font-family: "Inter", var(--body);
    font-size: 16px;
  }

  .feature-list li {
    min-height: 46px;
    margin: 0;
    padding: 0;
  }

  .feature-list li::before {
    display: none;
  }

  .feature-list strong {
    font-weight: 600;
    line-height: 20px;
  }

  .feature-list span {
    color: #333;
    font-weight: 400;
    line-height: 24px;
  }

  .feature-list--plain {
    width: 650px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
  }

  .feature-list--plain li {
    min-height: 0;
  }

  .best-for {
    display: flex;
    width: 650px;
    margin: 0;
    flex-direction: column;
    gap: 20px;
  }

  .best-for__grid {
    width: 650px;
    grid-template-columns: 320px 320px;
    column-gap: 10px;
    row-gap: 20px;
  }

  .media-placeholder--tile,
  .media-tile {
    width: 320px;
    height: 200px;
    min-height: 0;
    align-items: end;
    justify-items: start;
    padding: 10px;
  }

  .media-placeholder--tile>span,
  .media-tile__caption {
    color: #fff;
    font-family: "Inter", var(--body);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
  }

  .system-card .button {
    width: 386px;
    min-height: 70px;
    padding: 25px 20px;
    font-family: "Inter", var(--body);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
  }

  .system-card__media,
  .system-card:nth-of-type(even) .system-card__media {
    display: flex;
    width: 530px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    grid-column: 2;
    grid-row: 1;
  }

  .media-placeholder--video,
  .media-frame {
    width: 530px;
    height: 624px;
    min-height: 0;
    margin: 0;
    background: linear-gradient(145deg, #bcbcb7 0%, #94948f 55%, #777773 100%);
  }

  .media-placeholder--video::before,
  .media-placeholder--video::after {
    display: none;
  }

  .video-icon {
    width: 100px;
    margin: 0;
  }

  .video-cover-trigger {
    position: absolute;
    inset: 0 0 80px;
    min-height: 0;
  }

  .thumbnail-row {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 78px;
    display: grid;
    grid-template-columns: repeat(7, 45px);
    gap: 10px;
    margin: 0;
  }

  .media-thumbnail {
    width: 45px;
    height: 45px;
    aspect-ratio: auto;
    border: 3px solid transparent;
    background: #d9d9d9;
  }

  .media-thumbnail:nth-child(even) {
    background: #b8b8b3;
  }

  .thumbnail-row .media-thumbnail.is-active {
    border-color: #b5946c;
  }

  .media-tabs {
    display: flex;
    height: 30px;
    align-items: center;
    gap: 10px;
    margin: 0;
  }

  .media-tabs>button {
    display: inline-flex;
    width: 95px;
    min-width: 0;
    height: 30px;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    color: #666;
    font-family: "Inter", var(--body);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
  }

  .media-tabs>button[data-media-tab="video"] {
    width: 90px;
  }

  .media-tabs>button.is-active {
    background: var(--ink);
    color: #fff;
  }

  .similar-systems {
    padding: 100px 0;
    background: #fff;
  }

  .similar-systems>.container {
    display: flex;
    width: 1200px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-heading--compact {
    width: 863px;
    min-height: 216px;
    max-width: none;
    margin: 0 0 50px;
  }

  .section-heading--compact h2 {
    width: 863px;
    margin: 0;
    font-family: "Barlow Condensed", var(--display);
    font-size: 96px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 108px;
  }

  .product-grid {
    display: grid;
    width: 1200px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
  }

  .product-card {
    width: 285px;
    /* height: 368px; */
  }

  .media-placeholder--product,
  .product-card__media {
    width: 285px;
    height: 285px;
    min-height: 0;
    margin-bottom: 10px;
  }

  .product-card h3 {
    min-height: 28px;
    margin: 0 0 5px;
    font-family: "Inter", var(--body);
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
  }

  .product-card p {
    min-height: 40px;
    margin: 0;
    color: #333;
    font-family: "Inter", var(--body);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .similar-systems__cta {
    display: flex;
    width: 386px;
    height: 70px;
    justify-content: flex-start;
    margin-top: 50px;
  }

  .similar-systems__cta .button {
    width: 386px;
    height: 70px;
    min-height: 70px;
    padding: 25px 20px;
    font-family: "Inter", var(--body);
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
  }

  .lead-section {
    height: 690px;
    padding: 0;
    background: #150b00;
  }

  .lead-section__inner {
    display: block;
    width: 1200px;
    height: 690px;
    padding-top: 100px;
  }

  .lead-section__heading {
    width: 985px;
  }

  .lead-section__heading h2 {
    width: 985px;
    margin: 0 0 10px;
    color: #fff;
    font-family: "Inter", var(--body);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 36px;
  }

  .lead-section__heading>p:last-child {
    width: 720px;
    color: #fff;
    font-family: "Inter", var(--body);
    font-size: 16px;
    line-height: 20px;
  }

  .lead-form {
    margin-top: 29px;
  }

  .lead-form__grid {
    grid-template-columns: repeat(2, 590px);
    column-gap: 20px;
    row-gap: 14px;
  }

  .field {
    height: 56px;
  }

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

  .field>label {
    height: 20px;
    margin: 0;
    color: #e5e0db;
    font-family: "Inter", var(--body);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
  }

  .field input,
  .field select,
  .field textarea {
    height: 26px;
    min-height: 26px;
    padding: 0 0 5px;
    border-bottom-color: #736d66;
    color: #fff;
    font-family: "Inter", var(--body);
    font-size: 16px;
    line-height: 20px;
  }

  .phone-control input {
    padding-left: 34px;
  }

  .field textarea {
    overflow: hidden;
    resize: none;
  }

  .field__error {
    min-height: 10px;
    margin: 0;
    font-size: 9px;
    line-height: 10px;
  }

  .lead-form__submit {
    display: flex;
    width: 270px;
    height: 47px;
    min-width: 270px;
    min-height: 47px;
    margin: 45px auto 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: #b5946c;
    color: #fff;
    font-family: "Inter", var(--body);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 27px;
  }

  .form-status {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  :root {
    --container: min(100% - 48px, 960px);
  }

  .hero__grid,
  .system-card {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(56px, 7vw, 76px);
  }

  .proof-strip__grid {
    grid-template-columns: repeat(3, 1fr);
    padding-block: 18px;
  }

  .proof-item:nth-child(4) {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

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

  .lead-section__inner {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 56px;
  }
}

@media (max-width: 720px) {
  :root {
    --container: calc(100% - 32px);
    --section-space: 76px;
  }

  html {
    scroll-padding-top: 12px;
  }

  .site-header {
    border-bottom: 0;
  }

  .site-header__inner {
    height: 46px;
    min-height: 46px;
  }

  .brand__logo {
    width: 76px;
  }

  .hero {
    background: url(../landingpage/2026/skinHairSystemLineup/banner-mobile.webp) no-repeat center top/cover;
  }

  .hero__grid {
    position: relative;
    display: block;
    width: 100%;
    min-height: 812px;
    margin: 0;
    padding: 50px 15px 50px;
  }

  .hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    padding: 0;
    flex-direction: column;
  }

  .hero .eyebrow {
    display: none;
  }

  .hero h1 {
    width: 100%;
    min-height: 93px;
    margin: 0 0 10px;
    font-family: "Barlow Condensed", var(--display);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 45px;
  }

  .hero__intro {
    display: block;
    width: 100%;
    min-height: 95px;
    margin: 0 0 30px;
    padding-top: 11px;
    color: #333;
    font-family: "Inter", var(--body);
    font-size: 16px;
    line-height: 24px;
  }

  .hero__intro strong {
    font-weight: 600;
  }

  .hero .button {
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 13px 10px;
    border-radius: 1000px;
    font-family: "Inter", var(--body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
  }

  .hero .button:focus-visible {
    background: #080808;
    color: #fff;
    transform: none;
  }

  .hero .button:active {
    background: #b5946c;
    color: #fff;
    transform: translateY(-2px);
  }

  .button:not(.hero .button) {
    min-height: 48px;
  }

  .proof-strip {
    height: 124px;
    overflow: hidden;
  }

  .proof-strip__grid {
    display: flex;
    width: 100%;
    height: 145px;
    min-height: 124px;
    padding: 10px 0;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .proof-strip__track {
    display: flex;
    width: 100%;
    height: 84px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .proof-strip__track::-webkit-scrollbar {
    display: none;
  }

  .proof-strip__page {
    display: flex;
    width: 100%;
    height: 84px;
    flex: 0 0 100%;
    gap: 23px;
    align-items: center;
    padding: 0 15px;
    scroll-snap-align: start;
    justify-content: center;
  }

  .proof-strip__page .proof-item:nth-child(1) {
    flex: 0 0 87px;
  }

  .proof-strip__page .proof-item:nth-child(2) {
    flex: 0 0 98px;
  }

  .proof-strip__page .proof-item:nth-child(3) {
    flex: 0 0 114px;
  }

  .proof-item {
    min-height: 84px;
    padding: 0;
    border: 0;
  }

  .proof-item:last-child {
    border: 0;
  }

  .proof-item__icon {
    width: 50px;
    margin-bottom: 5px;
  }

  .proof-item span {
    color: #fff;
    font-family: "Inter", var(--body);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }

  .proof-item__desktop-break {
    display: none;
  }

  .proof-strip__pager {
    display: flex;
    width: 27px;
    height: 10px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 2px 5px;
    border-radius: 5px;
    background: #e6e6e6;
  }

  .proof-strip__dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    margin: 0;
    min-height: unset;
  }

  .proof-strip__dot.is-active {
    background: #000;
  }

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

  .section-heading h2 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .section-heading>p:last-child {
    font-size: 13px;
  }

  .system-card {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-block: 68px;
  }

  .system-card:nth-of-type(even) .system-card__content,
  .system-card:nth-of-type(even) .system-card__media {
    grid-column: auto;
    grid-row: auto;
  }

  .system-card h3 {
    font-size: 38px;
  }

  .system-card__content,
  .button--dark:not(.button--wide) {
    width: 100%;
    max-width: none;
  }

  .media-placeholder--tile,
  .media-tile {
    min-height: 116px;
  }

  .media-placeholder--video,
  .media-frame {
    min-height: 390px;
  }

  .thumbnail-row {
    grid-template-columns: repeat(5, minmax(0, 48px));
  }

  .systems {
    padding: 50px 0 0;
  }

  .systems>.container {
    display: flex;
    width: calc(100% - 30px);
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }

  .systems .section-heading {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .systems .section-heading .eyebrow {
    display: none;
  }

  .systems .section-heading h2 {
    width: 100%;
    min-height: 90px;
    margin: 0 0 10px;
    font-family: "Barlow Condensed", var(--display);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 45px;
  }

  .systems .section-heading>p:last-child {
    width: 100%;
    min-height: 168px;
    max-width: none;
    margin: 0;
    color: #333;
    font-family: "Inter", var(--body);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .system-card {
    display: flex;
    width: 100%;
    grid-template-columns: none;
    align-items: stretch;
    padding: 0;
    border: 0;
    flex-direction: column;
    gap: 20px;
  }

  .system-card__content {
    display: contents;
  }

  .system-card h3 {
    order: 1;
    width: 100%;
    min-height: 0;
    margin: 0;
    font-family: "Barlow Condensed", var(--display);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
  }

  .system-card__media,
  .system-card:nth-of-type(even) .system-card__media {
    display: flex;
    order: 2;
    width: 100%;
    min-width: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    grid-column: auto;
    grid-row: auto;
  }

  .system-card__features {
    display: flex;
    order: 3;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .system-card:nth-of-type(1) .system-card__features {
    min-height: 197px;
  }

  .system-card:nth-of-type(2) .system-card__features {
    min-height: 217px;
  }

  .system-card h4,
  .best-for>p {
    width: 100%;
    margin: 0;
    font-family: "Inter", var(--body);
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
  }

  .feature-list {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--ink);
    font-family: "Inter", var(--body);
    font-size: 15px;
    flex-direction: column;
    gap: 10px;
  }

  .feature-list li {
    min-height: 0;
    margin: 0;
    padding: 0;
  }

  .feature-list li::before {
    display: none;
  }

  .feature-list strong {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .feature-list span {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
  }

  .feature-list--plain {
    width: 100%;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
  }

  .best-for {
    display: flex;
    order: 4;
    width: 100%;
    margin: 0;
    flex-direction: column;
    gap: 10px;
  }

  .best-for__grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .system-card .media-placeholder--tile,
  .system-card .media-tile {
    width: 100%;
    height: 216px;
    min-height: 216px;
    padding: 10px;
  }

  .system-card .media-placeholder--tile>span,
  .system-card .media-tile__caption {
    color: #fff;
    font-family: "Inter", var(--body);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
  }

  .system-card .media-placeholder--video,
  .system-card .media-frame {
    width: 100%;
    height: 406px;
    min-height: 406px;
    margin: 0;
  }

  .system-card [data-media-stage] {
    touch-action: pan-y;
    overscroll-behavior-x: contain;
  }

  .system-card .media-placeholder--video::before,
  .system-card .media-placeholder--video::after {
    display: none;
  }

  .system-card .video-cover-trigger {
    position: absolute;
    inset: 0;
    min-height: 0;
  }

  .system-card .video-icon {
    width: 70px;
    margin: 0;
  }

  .system-card .thumbnail-row {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    left: 50%;
    display: flex;
    width: auto;
    grid-template-columns: none;
    gap: 5px;
    margin: 0;
    padding: 2px 5px;
    border-radius: 5px;
    background: #e6e6e6;
    transform: translateX(-50%);
  }

  .system-card .media-thumbnail {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    aspect-ratio: auto;
    background: #fff;
    flex: 0 0 6px;
    margin: 0;
    min-height: unset;
  }

  .system-card .media-thumbnail:nth-child(even) {
    background: #fff;
  }

  .system-card .media-thumbnail__image {
    display: none;
  }

  .system-card .thumbnail-row .media-thumbnail.is-active {
    border: 0;
    background: #000;
  }

  .system-card .media-tabs {
    display: flex;
    width: 185px;
    height: 30px;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
  }

  .system-card .media-tabs>button {
    display: inline-flex;
    width: auto;
    min-width: 0;
    height: 30px;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-family: "Inter", var(--body);
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
    margin: 0;
    min-height: unset;
  }

  .system-card .media-tabs>button[data-media-tab="video"] {
    width: 85px;
  }

  .system-card .media-tabs>button[data-media-tab="image"] {
    width: 90px;
  }

  .system-card .button {
    order: 5;
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 13px 10px;
    font-family: "Inter", var(--body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
    margin: 0;
  }

  .system-card .button.button--dark {
    min-height: 40px;
  }

  .similar-systems {
    padding: 50px 0;
  }

  .similar-systems>.container {
    display: flex;
    width: calc(100% - 30px);
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }

  .section-heading--compact {
    width: 100%;
    min-height: 90px;
    max-width: none;
    margin: 0 0 30px;
  }

  .section-heading--compact h2 {
    width: 100%;
    margin: 0;
    font-family: "Barlow Condensed", var(--display);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 45px;
  }

  .product-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, 1fr);
    column-gap: 9px;
    row-gap: 20px;
  }

  .product-card {
    width: 100%;
    /* height: 231px; */
  }

  .media-placeholder--product,
  .product-card__media {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1;
    margin-bottom: 10px;
  }

  .product-card h3 {
    min-height: 20px;
    margin: 0 0 5px;
    font-family: "Inter", var(--body);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .product-card p {
    display: -webkit-box;
    height: 28px;
    margin: 0;
    color: #333;
    font-family: "Inter", var(--body);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .similar-systems__cta {
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .similar-systems .similar-systems__cta .button {
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 13px 10px;
    font-family: "Inter", var(--body);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
  }

  .button--wide {
    width: 100%;
  }

  .lead-section {
    height: 738px;
    padding: 0;
    background: #150b00;
  }

  .lead-section__inner {
    display: block;
    width: calc(100% - 30px);
    height: 738px;
    padding-top: 50px;
  }

  .lead-section__heading {
    width: 100%;
  }

  .lead-section__heading h2 {
    width: 100%;
    height: 96px;
    margin: 0 0 20px;
    color: #e5e0db;
    font-family: "Inter", var(--body);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 24px;
    text-transform: uppercase;
  }

  .lead-section__heading>p:last-child {
    width: 100%;
    height: 36px;
    margin: 0;
    color: #d0cecc;
    font-family: "Inter", var(--body);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 18px;
  }

  .lead-form {
    margin-top: 30px;
  }

  .lead-form__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, 46px);
    gap: 10px;
  }

  .field {
    position: relative;
    width: 100%;
    height: 46px;
  }

  .field>label {
    height: 18px;
    margin: 0 0 5px;
    color: #e5e0db;
    font-family: "Inter", var(--body);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 18px;
  }

  .field input,
  .field select,
  .field textarea {
    width: 100%;
    height: 23px;
    min-height: 23px;
    padding: 0 0 5px;
    border-bottom-color: #736d66;
    color: #fff;
    font-family: "Inter", var(--body);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 18px;
  }

  .field textarea {
    overflow: hidden;
    resize: none;
  }

  .field select {
    background-position: right 0 center;
  }

  .phone-control {
    width: 100%;
    height: 23px;
  }

  .phone-control__prefix {
    top: 0;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    transform: none;
  }

  .phone-control input {
    display: block;
    padding-left: 34px;
  }

  .field__error {
    position: absolute;
    top: 46px;
    left: 0;
    height: 10px;
    min-height: 0;
    margin: 0;
    font-size: 9px;
    line-height: 10px;
  }

  .lead-section .lead-form .lead-form__submit {
    display: flex;
    width: 100%;
    height: 44px;
    min-width: 0;
    min-height: 44px;
    margin: 30px 0 0;
    padding: 12px 10px;
    border: 0;
    border-radius: 0;
    background: #b5946c;
    color: #fff;
    font-family: "Inter", var(--body);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
  }

  .form-status {
    min-height: 24px;
    margin: 18px 0 0;
  }

  .video-modal__dialog {
    width: calc(100vw - 32px);
  }

  .video-modal__close {
    top: 12px;
    right: 12px;
  }
}

@media (max-width: 720px) and (hover: hover) and (pointer: fine) {
  .hero .button:hover {
    background: #b5946c;
    color: #fff;
    transform: translateY(-2px);
  }
}

@media (max-width: 420px) {
  .proof-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .video-modal__dialog,
  .product-card {
    transform: none !important;
    transition: none !important;
  }
}
