:root {
  --color-bg: #000000;
  --color-bg-elevated: #0b0b0d;
  --color-surface-1: #1d1d1f;
  --color-surface-2: #242426;
  --color-surface-3: #272729;
  --color-surface-4: #2a2a2d;
  --color-surface-5: #f5f5f7;
  --color-text: #ffffff;
  --color-text-muted: rgba(255, 255, 255, 0.72);
  --color-text-subtle: rgba(255, 255, 255, 0.48);
  --color-text-dark: #1d1d1f;
  --color-blue: #0071e3;
  --color-link-dark: #2997ff;
  --color-link-light: #0066cc;
  --color-nav: rgba(0, 0, 0, 0.8);
  --color-outline: rgba(255, 255, 255, 0.08);
  --shadow-card: rgba(0, 0, 0, 0.22) 3px 5px 30px 0;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-pill: 980px;
  --max-width: 1120px;
  --nav-height: 48px;
  --font-sans: "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--color-blue);
  outline-offset: 3px;
}

.page-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #050507 0%, #000000 32%, #050507 100%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--nav-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--color-nav);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header__inner,
.section__inner,
.footer__inner {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.12px;
}

.brand__mark {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.4));
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.28);
}

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

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.lang-button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.22);
}

.lang-button[aria-pressed="true"] {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.lang-button[aria-disabled="true"] {
  opacity: 0.7;
  cursor: default;
}

.lang-button[aria-pressed="true"] {
  pointer-events: none;
}

.lang-button__flag {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  box-shadow: inset 0 0 0 0.5px rgba(0, 0, 0, 0.14);
}

.lang-button__flag--us {
  background:
    repeating-linear-gradient(
      180deg,
      #ff1f1f 0 1.54px,
      #ffffff 1.54px 3.08px
    );
}

.lang-button__flag--us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 10.8px;
  background: #1646a0;
}

.lang-button__flag--us::after {
  content: "";
  position: absolute;
  top: 1.4px;
  left: 1.2px;
  width: 6.6px;
  height: 7.8px;
  background-image:
    radial-gradient(circle, #ffffff 0 0.6px, transparent 0.8px),
    radial-gradient(circle, #ffffff 0 0.6px, transparent 0.8px),
    radial-gradient(circle, #ffffff 0 0.6px, transparent 0.8px),
    radial-gradient(circle, #ffffff 0 0.6px, transparent 0.8px),
    radial-gradient(circle, #ffffff 0 0.6px, transparent 0.8px),
    radial-gradient(circle, #ffffff 0 0.6px, transparent 0.8px),
    radial-gradient(circle, #ffffff 0 0.6px, transparent 0.8px),
    radial-gradient(circle, #ffffff 0 0.6px, transparent 0.8px),
    radial-gradient(circle, #ffffff 0 0.6px, transparent 0.8px),
    radial-gradient(circle, #ffffff 0 0.6px, transparent 0.8px),
    radial-gradient(circle, #ffffff 0 0.6px, transparent 0.8px),
    radial-gradient(circle, #ffffff 0 0.6px, transparent 0.8px);
  background-position:
    0 0,
    2.2px 0,
    4.4px 0,
    1.1px 1.9px,
    3.3px 1.9px,
    5.5px 1.9px,
    0 3.8px,
    2.2px 3.8px,
    4.4px 3.8px,
    1.1px 5.7px,
    3.3px 5.7px,
    5.5px 5.7px;
  background-repeat: no-repeat;
}

.lang-button__flag--jp {
  background: #ffffff;
}

.lang-button__flag--jp::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e20018;
}

.site-nav a,
.site-nav button {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.12px;
  cursor: pointer;
  padding: 0;
}

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

.menu-toggle {
  display: none;
}

.section {
  padding: 72px 0;
}

.section--hero {
  padding: 72px 0 40px;
}

.section--salon-strip {
  padding: 40px 0 18px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--color-link-dark);
  font-size: 17px;
  line-height: 1.24;
  letter-spacing: -0.374px;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - var(--nav-height) - 72px);
}

.hero__copy h1,
.hero__copy h2,
.section-heading,
.story-panel h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.28px;
  font-weight: 600;
}

.hero__copy p,
.lede,
.card__copy p,
.comparison-card p,
.story-panel p,
.footer__meta,
.detail-copy p {
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.374px;
}

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

.button,
.pill-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button {
  background: var(--color-blue);
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.374px;
}

.button:hover {
  background: #1481f0;
}

.button--dark {
  background: var(--color-surface-1);
}

.pill-link {
  color: var(--color-link-dark);
  border-color: rgba(41, 151, 255, 0.6);
  font-size: 17px;
}

.pill-link[aria-disabled="true"] {
  color: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.12);
  cursor: default;
}

.pill-link--light {
  color: var(--color-link-light);
  border-color: rgba(0, 102, 204, 0.4);
}

.pill-link:hover,
.button:hover {
  transform: translateY(-1px);
}

.hero-visual,
.product-visual,
.story-visual,
.detail-visual {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.14), transparent 0 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    #09090b;
  box-shadow: var(--shadow-card);
}

.hero-visual {
  min-height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.device-stack,
.product-object,
.story-object,
.detail-object {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.device-stack {
  width: min(84%, 520px);
  aspect-ratio: 1 / 1;
}

.device-stack::before,
.device-stack::after,
.product-object::before,
.story-object::before,
.detail-object::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
}

.device-stack::before {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(122, 136, 160, 0.35));
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transform: rotate(-10deg) translateX(-22%);
}

.device-stack::after {
  inset: 14% 0 0 18%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(80, 88, 103, 0.32));
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transform: rotate(9deg);
}

.section-heading {
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1.08;
}

.section-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.section-intro .lede {
  max-width: 520px;
  margin: 0;
}

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

.product-card,
.story-panel,
.detail-panel {
  display: grid;
  gap: 24px;
  padding: 32px;
  border-radius: 28px;
  border: 1px solid var(--color-outline);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: var(--shadow-card);
}

.product-card--light,
.comparison-card--light,
.story-panel--light {
  background: var(--color-surface-5);
  color: var(--color-text-dark);
  border-color: rgba(0, 0, 0, 0.06);
}

.product-card--light .card__copy p,
.comparison-card--light p,
.story-panel--light p,
.story-panel--light .eyebrow,
.product-card--light .eyebrow {
  color: rgba(0, 0, 0, 0.72);
}

.product-card--light .pill-link {
  color: var(--color-link-light);
  border-color: rgba(0, 102, 204, 0.25);
}

.product-card--light .button--dark {
  background: var(--color-text-dark);
}

.product-card {
  grid-template-columns: 1fr;
  min-height: 640px;
}

.card__copy h3,
.comparison-card h3,
.detail-copy h2 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: 0.196px;
  font-weight: 400;
}

.product-visual {
  min-height: 360px;
}

.product-visual--icon {
  display: grid;
  place-items: center;
  padding: 4px 0 0;
  min-height: auto;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.product-icon {
  width: min(100%, 312px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 26%;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

.product-object,
.story-object,
.detail-object {
  width: min(82%, 460px);
  aspect-ratio: 1.1 / 1;
}

.product-object::before {
  background:
    radial-gradient(circle at 28% 32%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.08) 42%, transparent 52%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(93, 106, 132, 0.2));
  border-radius: 38px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 24px 60px rgba(0, 0, 0, 0.45);
}

.product-object--ring::before {
  border-radius: 999px;
}

.comparison-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.comparison-card {
  padding: 28px;
  border-radius: 24px;
  border: 1px solid var(--color-outline);
  background: var(--color-surface-2);
  min-height: 360px;
}

.comparison-card__meta,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.meta-pill {
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.06);
  color: var(--color-text-muted);
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: -0.12px;
}

.comparison-card--light .meta-pill {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.72);
}

.comparison-strip .comparison-card--light {
  background: var(--color-surface-2);
  color: var(--color-text);
  border-color: var(--color-outline);
}

.comparison-strip .comparison-card--light p,
.comparison-strip .comparison-card--light .eyebrow {
  color: var(--color-text-muted);
}

.comparison-strip .comparison-card--light h3 {
  color: var(--color-text);
}

.comparison-strip .comparison-card--light .meta-pill {
  background: rgba(255, 255, 255, 0.06);
  color: var(--color-text-muted);
}

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

.story-panel,
.detail-panel {
  min-height: 560px;
}

.detail-panel--light {
  background: var(--color-surface-5);
  color: var(--color-text-dark);
  border-color: rgba(0, 0, 0, 0.06);
}

.detail-panel--light .detail-copy p {
  color: rgba(0, 0, 0, 0.72);
}

.detail-panel--light .meta-pill {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.72);
}

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

.feature-card {
  padding: 28px;
  border-radius: 24px;
  border: 1px solid var(--color-outline);
  background: var(--color-surface-2);
  box-shadow: var(--shadow-card);
}

.feature-card h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: 0.196px;
  font-weight: 400;
}

.feature-card p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.374px;
}

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

.info-card {
  padding: 28px;
  border-radius: 24px;
  border: 1px solid var(--color-outline);
  background: var(--color-surface-2);
  box-shadow: var(--shadow-card);
}

.info-card h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: 0.196px;
  font-weight: 400;
}

.info-card p,
.policy-copy p,
.policy-copy li {
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.374px;
}

.policy-layout {
  display: grid;
  gap: 20px;
}

.policy-card {
  padding: 32px;
  border-radius: 28px;
  border: 1px solid var(--color-outline);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: var(--shadow-card);
}

.policy-card h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.28px;
  font-weight: 600;
}

.policy-copy ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.policy-copy li + li {
  margin-top: 10px;
}

.screenshot-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(340px, 420px);
  gap: 20px;
  align-items: start;
  overflow-x: auto;
  padding: 4px 0 12px;
  scrollbar-width: thin;
}

.screenshot-card {
  margin: 0;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid var(--color-outline);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  box-shadow: var(--shadow-card);
}

.screenshot-card img {
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.screenshot-placeholder {
  display: grid;
  place-items: center;
  aspect-ratio: 9 / 19.5;
  width: 100%;
  border-radius: 28px;
  border: 1px dashed rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.screenshot-placeholder span {
  max-width: 14em;
}

.screenshot-card figcaption {
  margin-top: 14px;
}

.screenshot-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.24;
  letter-spacing: -0.374px;
  font-weight: 600;
}

.screenshot-card p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.224px;
}

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

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

.salon-gallery-strip {
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(24, 24, 24, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.58)),
    #f8f3eb;
  box-shadow: 0 24px 58px rgba(68, 47, 20, 0.12);
}

.salon-gallery-strip__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.salon-gallery-strip__title {
  margin: 4px 0 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.28px;
  font-weight: 600;
}

.salon-gallery-strip__arrows {
  display: flex;
  gap: 12px;
}

.salon-gallery-strip__arrows span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(24, 24, 24, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(24, 24, 24, 0.82);
  font-size: 30px;
  line-height: 1;
}

.salon-gallery-strip__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(180px, 220px);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
}

.salon-gallery-thumb {
  display: grid;
  gap: 10px;
}

.salon-gallery-thumb.is-selected .salon-gallery-thumb__visual {
  box-shadow:
    0 20px 48px rgba(68, 47, 20, 0.18),
    0 0 0 2px rgba(0, 102, 204, 0.28);
}

.salon-gallery-thumb__button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.salon-gallery-thumb h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.24;
  letter-spacing: -0.374px;
  font-weight: 600;
  color: var(--color-text-dark);
}

.salon-gallery-thumb__visual {
  position: relative;
  min-height: 250px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(68, 47, 20, 0.18);
}

.salon-gallery-compose {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 18px;
  margin-top: 22px;
}

.salon-gallery-compose__card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(24, 24, 24, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.58)),
    #f8f3eb;
}

.salon-gallery-compose__card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: 0.196px;
  font-weight: 400;
  color: var(--color-text-dark);
}

.salon-gallery-compose__lede {
  margin: 10px 0 0;
  color: rgba(24, 24, 24, 0.72);
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.374px;
}

.salon-gallery-compose__modes {
  margin-top: 16px;
  margin-bottom: 8px;
}

.salon-gallery-compose__measure {
  display: grid;
  gap: 8px;
  margin: 8px 0 14px;
}

.salon-gallery-compose__topline {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.salon-gallery-compose__topline h3 {
  white-space: nowrap;
}

.salon-gallery-compose__output {
  min-height: 240px;
}

.salon-gallery-thumb__mini-title {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.salon-gallery-thumb__visual--portrait {
  background:
    linear-gradient(160deg, #ead8c3 0%, #d9c0a3 42%, #191919 42%, #131313 100%);
}

.salon-gallery-thumb__visual--portrait::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 42px;
  width: 40%;
  height: 52%;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 243, 225, 0.95), rgba(255, 243, 225, 0) 18%),
    radial-gradient(circle at 50% 46%, rgba(255, 210, 186, 0.88), rgba(255, 210, 186, 0) 26%),
    radial-gradient(circle at 50% 84%, rgba(36, 29, 24, 0.88), rgba(36, 29, 24, 0) 34%),
    linear-gradient(180deg, #7b624f 0%, #2d2521 100%);
}

.salon-gallery-thumb__visual--product {
  background:
    linear-gradient(155deg, #101726 0%, #1f3d67 48%, #edf1f8 48%, #f7f7f3 100%);
}

.salon-gallery-thumb__visual--product::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 38px;
  width: 42%;
  height: 54%;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.12)),
    #12161d;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 18px 36px rgba(0, 0, 0, 0.24);
}

.salon-gallery-thumb__visual--product::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 56px;
  width: 38%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow:
    0 20px 0 rgba(255, 255, 255, 0.38),
    0 40px 0 rgba(255, 255, 255, 0.24);
}

.salon-gallery-thumb__visual--education {
  background:
    linear-gradient(180deg, #f5f0e4 0%, #f5f0e4 54%, #142235 54%, #101b2b 100%);
}

.salon-gallery-thumb__visual--education::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 56px;
  height: 30%;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(20, 34, 53, 0.14), rgba(255, 255, 255, 0.34));
  box-shadow: inset 0 0 0 1px rgba(16, 27, 43, 0.08);
}

.salon-gallery-thumb__visual--education::after {
  content: "1   2   3   4";
  position: absolute;
  left: 22px;
  top: 86px;
  color: rgba(16, 27, 43, 0.72);
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: 0.32em;
}

.salon-gallery-thumb__visual--event {
  background:
    linear-gradient(135deg, #cc5f45 0%, #efb36f 46%, #201f27 46%, #17161d 100%);
}

.salon-gallery-thumb__visual--event::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 54px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow:
    0 -120px 0 rgba(255, 255, 255, 0.9),
    0 -92px 0 rgba(255, 255, 255, 0.32),
    0 -64px 0 rgba(255, 255, 255, 0.2),
    0 -36px 0 rgba(255, 255, 255, 0.48);
}

.salon-gallery-thumb__visual--comparison {
  background:
    linear-gradient(180deg, #eff1e5 0%, #f8f4ea 56%, #133021 56%, #0f261b 100%);
}

.salon-gallery-thumb__visual--comparison::before,
.salon-gallery-thumb__visual--comparison::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
}

.salon-gallery-thumb__visual--comparison::before {
  left: 20px;
  top: 42px;
  width: 70%;
  height: 14px;
  background: rgba(19, 48, 33, 0.22);
  box-shadow:
    0 38px 0 rgba(19, 48, 33, 0.14),
    0 76px 0 rgba(19, 48, 33, 0.18);
}

.salon-gallery-thumb__visual--comparison::after {
  right: 22px;
  bottom: 58px;
  width: 34%;
  height: 34%;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 18%),
    linear-gradient(180deg, #9bcf5d 0%, #4c8e39 100%);
}

.salon-gallery-thumb__visual--kids {
  background:
    linear-gradient(160deg, #e8f0ff 0%, #d5e6ff 48%, #f7d88f 48%, #f3c260 100%);
}

.salon-gallery-thumb__visual--kids::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 34px;
  width: 34%;
  height: 54%;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 248, 234, 0.96), rgba(255, 248, 234, 0) 18%),
    radial-gradient(circle at 50% 48%, rgba(255, 214, 184, 0.88), rgba(255, 214, 184, 0) 24%),
    linear-gradient(180deg, #5e4633 0%, #2d241d 100%);
  box-shadow: 48px 22px 0 -6px rgba(255, 255, 255, 0.62);
}

.salon-gallery-thumb__visual--kids::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 58px;
  width: 34%;
  height: 12px;
  border-radius: 999px;
  background: rgba(39, 76, 135, 0.28);
  box-shadow:
    0 -34px 0 rgba(39, 76, 135, 0.2),
    0 -68px 0 rgba(39, 76, 135, 0.16);
}

.salon-gallery-thumb__visual--glasses {
  background:
    linear-gradient(180deg, #f7f3eb 0%, #eee5d6 54%, #1e1e24 54%, #15151a 100%);
}

.salon-gallery-thumb__visual--glasses::before,
.salon-gallery-thumb__visual--glasses::after {
  content: "";
  position: absolute;
  top: 78px;
  width: 26%;
  height: 22%;
  border: 6px solid rgba(35, 35, 42, 0.86);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.26);
}

.salon-gallery-thumb__visual--glasses::before {
  left: 18%;
  box-shadow: 84px 0 0 -6px rgba(35, 35, 42, 0.86);
}

.salon-gallery-thumb__visual--glasses::after {
  left: 50%;
  opacity: 0;
}

.salon-gallery-thumb__visual--suit-color {
  background:
    linear-gradient(180deg, #f7f1e6 0%, #efe2d0 54%, #202630 54%, #171c24 100%);
}

.salon-gallery-thumb__visual--suit-color::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 34px;
  width: 40%;
  height: 58%;
  border-radius: 30px 30px 22px 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 24%),
    linear-gradient(155deg, #343d4c 0%, #171c24 100%);
  box-shadow:
    62px 8px 0 -8px rgba(123, 141, 166, 0.9),
    124px 16px 0 -16px rgba(56, 67, 82, 0.96);
}

.salon-gallery-thumb__visual--suit-color::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 60px;
  width: 34%;
  height: 14px;
  border-radius: 999px;
  background: rgba(28, 35, 45, 0.22);
  box-shadow:
    0 -34px 0 rgba(78, 92, 110, 0.24),
    0 -68px 0 rgba(140, 155, 174, 0.28);
}

.salon-gallery-thumb__visual--dress-color {
  background:
    linear-gradient(160deg, #fff0e8 0%, #f8d4cc 42%, #7d1f46 42%, #4a1028 100%);
}

.salon-gallery-thumb__visual--dress-color::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 34px;
  width: 42%;
  height: 62%;
  border-radius: 42% 42% 20% 20% / 24% 24% 18% 18%;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #f0a3b7 0%, #be4b79 48%, #6e1739 100%);
  box-shadow:
    -78px 18px 0 -18px rgba(255, 255, 255, 0.38),
    -98px 52px 0 -28px rgba(255, 226, 212, 0.48);
}

.salon-gallery-thumb__visual--dress-color::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 58px;
  width: 38%;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    0 -36px 0 rgba(255, 220, 224, 0.42),
    0 -72px 0 rgba(255, 240, 232, 0.3);
}

.salon-gallery-thumb__visual--hat {
  background:
    linear-gradient(180deg, #f8f1e8 0%, #eadbc9 54%, #183042 54%, #102230 100%);
}

.salon-gallery-thumb__visual--hat::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 62px;
  width: 52%;
  height: 22%;
  border-radius: 999px 999px 26px 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #b28655 0%, #5d3a24 100%);
  transform: translateX(-50%);
  box-shadow: 0 34px 0 8px rgba(94, 58, 36, 0.98);
}

.salon-gallery-thumb__visual--hat::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 62px;
  width: 30%;
  height: 30%;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 247, 236, 0.96), rgba(255, 247, 236, 0) 18%),
    linear-gradient(180deg, #a07242 0%, #53311d 100%);
  box-shadow: 116px -8px 0 -10px rgba(255, 255, 255, 0.38);
}

.salon-gallery-thumb__visual--tie-color {
  background:
    linear-gradient(180deg, #eff4f8 0%, #dce6ee 52%, #232f3d 52%, #1a222d 100%);
}

.salon-gallery-thumb__visual--tie-color::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 34px;
  width: 18%;
  height: 62%;
  background:
    linear-gradient(180deg, #d64b3f 0%, #b62834 32%, #1f5d9a 32%, #174472 64%, #d7b66b 64%, #9a7830 100%);
  clip-path: polygon(50% 0, 100% 16%, 74% 72%, 50% 100%, 26% 72%, 0 16%);
  transform: translateX(-50%);
  box-shadow:
    -72px 2px 0 -16px rgba(255, 255, 255, 0.86),
    72px 2px 0 -16px rgba(255, 255, 255, 0.86);
}

.salon-gallery-thumb__visual--tie-color::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 58px;
  width: 28%;
  height: 12px;
  border-radius: 999px;
  background: rgba(24, 68, 114, 0.18);
  box-shadow:
    0 -34px 0 rgba(182, 40, 52, 0.18),
    0 -68px 0 rgba(154, 120, 48, 0.2);
}

.salon-gallery-thumb__visual--shirt-blouse-color {
  background:
    linear-gradient(160deg, #f9f6ee 0%, #f1eadf 54%, #40505c 54%, #27353f 100%);
}

.salon-gallery-thumb__visual--shirt-blouse-color::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 40px;
  width: 36%;
  height: 56%;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #ffffff 0%, #dbe8f6 100%);
  box-shadow:
    78px 0 0 -8px rgba(255, 227, 214, 0.98),
    156px 0 0 -18px rgba(196, 221, 201, 0.98);
}

.salon-gallery-thumb__visual--shirt-blouse-color::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 60px;
  width: 30%;
  height: 14px;
  border-radius: 999px;
  background: rgba(64, 80, 92, 0.22);
  box-shadow:
    0 -34px 0 rgba(219, 232, 246, 0.28),
    0 -68px 0 rgba(196, 221, 201, 0.28);
}

.app-hero-card {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 22px;
  padding: 0;
}

.app-hero-card__icon {
  width: 350px;
  height: 350px;
  border-radius: 26%;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.32);
}

.app-store-link {
  min-width: 210px;
}

.app-icon-link {
  display: inline-flex;
  justify-content: center;
  border-radius: 26%;
  transition: transform 180ms ease;
}

.app-icon-link:hover {
  transform: translateY(-1px);
}

.story-visual,
.detail-visual {
  min-height: 280px;
}

.detail-visual--icon {
  display: grid;
  place-items: center;
  padding: 28px;
}

.story-object::before,
.detail-object::before {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(73, 85, 108, 0.12)),
    linear-gradient(45deg, rgba(255, 255, 255, 0.42), transparent);
  border-radius: 32px;
  transform: rotate(-8deg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    0 20px 56px rgba(0, 0, 0, 0.45);
}

.story-panel--light .story-object::before {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(120, 132, 160, 0.25)),
    linear-gradient(45deg, rgba(255, 255, 255, 0.6), transparent);
}

.salon-hero-visual,
.salon-sample-preview {
  display: grid;
  place-items: center;
  padding: 28px;
}

.salon-poster {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 4 / 5;
  padding: 22px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.34);
}

.salon-poster::before,
.salon-poster::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.salon-poster--hero,
.salon-poster--portrait {
  background:
    radial-gradient(circle at top left, rgba(247, 231, 213, 0.9), transparent 28%),
    linear-gradient(160deg, #f8efe2 0%, #d3c2b2 42%, #181818 42%, #131313 100%);
  color: #181818;
}

.salon-poster--product {
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.2), transparent 0 24%),
    linear-gradient(155deg, #101726 0%, #1f3d67 48%, #f2f4f7 48%, #f2f4f7 100%);
  color: #f2f4f7;
}

.salon-poster--education {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 245, 190, 0.85), transparent 0 18%),
    linear-gradient(180deg, #f5f0e4 0%, #f5f0e4 54%, #142235 54%, #101b2b 100%);
  color: #101b2b;
}

.salon-poster__topline,
.salon-poster__headline,
.salon-poster__stats,
.salon-poster__quote,
.salon-poster__chips,
.salon-poster__columns,
.salon-poster__metrics,
.salon-poster__footerline {
  position: relative;
  z-index: 1;
}

.salon-poster__topline {
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.72;
}

.salon-poster__headline {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: clamp(34px, 6vw, 48px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  max-width: 240px;
}

.salon-poster__photo,
.salon-poster__device,
.salon-poster__diagram {
  position: absolute;
  z-index: 0;
  border-radius: 26px;
}

.salon-poster__photo {
  right: 22px;
  bottom: 72px;
  width: 48%;
  height: 52%;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 243, 225, 0.95), rgba(255, 243, 225, 0) 18%),
    radial-gradient(circle at 50% 46%, rgba(255, 210, 186, 0.88), rgba(255, 210, 186, 0) 26%),
    radial-gradient(circle at 50% 84%, rgba(36, 29, 24, 0.88), rgba(36, 29, 24, 0) 34%),
    linear-gradient(180deg, #7b624f 0%, #2d2521 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 18px 40px rgba(0, 0, 0, 0.28);
}

.salon-poster__device {
  right: 20px;
  top: 96px;
  width: 42%;
  height: 48%;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.12)),
    #12161d;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.24),
    0 20px 42px rgba(0, 0, 0, 0.28);
}

.salon-poster__device::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(93, 159, 255, 0.92), rgba(44, 88, 146, 0.92)),
    #20324f;
}

.salon-poster__diagram {
  left: 22px;
  right: 22px;
  bottom: 86px;
  height: 34%;
  border-radius: 28px;
  background:
    linear-gradient(0deg, rgba(24, 34, 53, 0.08), rgba(24, 34, 53, 0.08)),
    linear-gradient(135deg, rgba(20, 34, 53, 0.14), rgba(255, 255, 255, 0.34));
  box-shadow: inset 0 0 0 1px rgba(16, 27, 43, 0.08);
}

.salon-poster__diagram::before,
.salon-poster__diagram::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.salon-poster__diagram::before {
  left: 22px;
  right: 22px;
  top: 50%;
  height: 2px;
  background: rgba(16, 27, 43, 0.24);
}

.salon-poster__diagram::after {
  left: 18%;
  top: 20%;
  width: 64%;
  height: 60%;
  border: 2px solid rgba(16, 27, 43, 0.2);
}

.salon-poster__stats {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.salon-poster__stats span,
.salon-poster__chips span,
.salon-poster__columns span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.salon-poster--hero .salon-poster__stats span,
.salon-poster--portrait .salon-poster__chips span {
  background: rgba(255, 255, 255, 0.22);
}

.salon-poster--product .salon-poster__columns span {
  background: rgba(255, 255, 255, 0.12);
}

.salon-poster__bars {
  position: absolute;
  left: 22px;
  bottom: 118px;
  display: grid;
  gap: 10px;
  width: 38%;
}

.salon-poster__bars span {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

.salon-poster__bars span:nth-child(2) {
  width: 84%;
}

.salon-poster__bars span:nth-child(3) {
  width: 62%;
}

.salon-poster__quote {
  margin-top: 220px;
  max-width: 44%;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(24, 24, 24, 0.76);
}

.salon-poster__chips {
  position: absolute;
  left: 22px;
  bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.salon-poster__columns {
  position: absolute;
  left: 22px;
  bottom: 80px;
  display: flex;
  gap: 8px;
}

.salon-poster__metrics {
  position: absolute;
  left: 22px;
  bottom: 24px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #101726;
}

.salon-poster__metrics strong {
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.08em;
}

.salon-poster__metrics span {
  max-width: 110px;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(16, 23, 38, 0.72);
}

.salon-poster__steps {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 132px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.salon-poster__steps span {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  background: rgba(16, 27, 43, 0.08);
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1;
}

.salon-poster__footerline {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 28px;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(16, 27, 43, 0.72);
}

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

.salon-sample-card,
.salon-builder-panel {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid var(--color-outline);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  box-shadow: var(--shadow-card);
}

.salon-sample-card {
  display: grid;
  gap: 20px;
}

.salon-sample-card.is-selected {
  border-color: rgba(41, 151, 255, 0.52);
  box-shadow:
    var(--shadow-card),
    0 0 0 1px rgba(41, 151, 255, 0.32) inset;
}

.salon-sample-copy h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: 0.196px;
  font-weight: 400;
}

.salon-sample-copy p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.374px;
}

.salon-sample-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.salon-card-mini {
  display: grid;
  place-items: center;
  min-height: 360px;
}

.salon-card-mini__frame {
  width: min(100%, 250px);
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(247, 231, 213, 0.85), transparent 0 24%),
    linear-gradient(160deg, #f4ecdd 0%, #cbb69e 40%, #182131 40%, #101722 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 24px 56px rgba(0, 0, 0, 0.28);
  position: relative;
}

.salon-card-mini__frame::before,
.salon-card-mini__frame::after {
  content: "";
  position: absolute;
  border-radius: 24px;
}

.salon-card-mini__frame::before {
  right: 18px;
  bottom: 20px;
  width: 40%;
  height: 50%;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 243, 225, 0.95), rgba(255, 243, 225, 0) 18%),
    radial-gradient(circle at 50% 46%, rgba(255, 210, 186, 0.88), rgba(255, 210, 186, 0) 26%),
    radial-gradient(circle at 50% 84%, rgba(36, 29, 24, 0.88), rgba(36, 29, 24, 0) 34%),
    linear-gradient(180deg, #7b624f 0%, #2d2521 100%);
}

.salon-card-mini__frame::after {
  left: 18px;
  top: 22px;
  width: 36%;
  height: 8px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow:
    0 22px 0 rgba(255, 255, 255, 0.4),
    0 44px 0 rgba(255, 255, 255, 0.28);
}

.salon-builder {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 20px;
  align-items: start;
}

.salon-builder-panel--editor {
  display: grid;
  gap: 14px;
}

.salon-builder-panel h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.28px;
  font-weight: 600;
}

.salon-builder-note,
.salon-upload-hint p,
.salon-upload-hint li {
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.374px;
}

.salon-upload-hint {
  margin-top: 28px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.salon-upload-hint p {
  margin: 0 0 10px;
}

.salon-upload-hint ol {
  margin: 0;
  padding-left: 20px;
}

.salon-upload-hint li + li {
  margin-top: 8px;
}

.salon-label {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.224px;
  color: var(--color-text-muted);
}

.salon-textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--color-text);
  padding: 16px 18px;
  resize: vertical;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.224px;
}

.salon-textarea--small {
  min-height: 124px;
}

.salon-textarea--large {
  min-height: 360px;
}

.salon-input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--color-text);
  padding: 12px 16px;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.224px;
}

.salon-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.pill-link--chip {
  min-height: 38px;
  padding: 8px 14px;
  background: transparent;
  cursor: pointer;
}

.pill-link--chip[aria-pressed="true"] {
  background: var(--color-text-dark);
  border-color: var(--color-text-dark);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(24, 24, 24, 0.16);
}

.pill-link--chip[aria-disabled="true"] {
  opacity: 0.45;
  cursor: default;
}

.pill-link--source {
  background: rgba(24, 24, 24, 0.06);
  border-color: rgba(24, 24, 24, 0.1);
  color: var(--color-text-dark);
  font-weight: 600;
}

.pill-link--source:hover {
  background: rgba(24, 24, 24, 0.1);
  border-color: rgba(24, 24, 24, 0.16);
}

.salon-actions {
  align-items: center;
  margin-top: 0;
}

.salon-actions .pill-link {
  min-height: 44px;
}

.salon-copy-status {
  min-height: 20px;
  color: var(--color-link-dark);
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.224px;
}

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

.salon-page {
  background:
    radial-gradient(circle at top, rgba(196, 173, 138, 0.22), transparent 24%),
    linear-gradient(180deg, #fbf7f0 0%, #f4ede2 48%, #f8f3eb 100%);
  color: var(--color-text-dark);
}

.salon-page .site-header {
  border-bottom: 1px solid rgba(24, 24, 24, 0.08);
  background: rgba(251, 247, 240, 0.82);
}

.salon-page .brand,
.salon-page .section-heading,
.salon-page .hero__copy h1,
.salon-page .hero__copy h2,
.salon-page .feature-card h3,
.salon-page .info-card h3,
.salon-page .comparison-card h3,
.salon-page .salon-sample-copy h3,
.salon-page .salon-builder-panel h3,
.salon-page .footer__links a:hover {
  color: var(--color-text-dark);
}

.salon-page .brand__mark {
  background: linear-gradient(180deg, #1d1d1f, rgba(29, 29, 31, 0.38));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.salon-page .eyebrow,
.salon-page .pill-link,
.salon-page .salon-copy-status {
  color: var(--color-link-light);
}

.salon-page .hero__copy p,
.salon-page .lede,
.salon-page .feature-card p,
.salon-page .info-card p,
.salon-page .comparison-card p,
.salon-page .salon-sample-copy p,
.salon-page .salon-builder-note,
.salon-page .salon-upload-hint p,
.salon-page .salon-upload-hint li,
.salon-page .footer__meta,
.salon-page .footer__links a,
.salon-page .muted,
.salon-page .salon-label {
  color: rgba(24, 24, 24, 0.72);
}

.salon-page .lang-button {
  border-color: rgba(24, 24, 24, 0.1);
  background: rgba(24, 24, 24, 0.04);
  color: var(--color-text-dark);
}

.salon-page .lang-button[aria-pressed="true"] {
  background: rgba(24, 24, 24, 0.1);
  border-color: rgba(24, 24, 24, 0.16);
}

.salon-page .hero-visual,
.salon-page .feature-card,
.salon-page .info-card,
.salon-page .comparison-card,
.salon-page .salon-sample-card,
.salon-page .salon-builder-panel,
.salon-page .salon-upload-hint {
  border-color: rgba(24, 24, 24, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.58)),
    #f8f3eb;
  box-shadow: 0 24px 58px rgba(68, 47, 20, 0.12);
}

.salon-page .hero-visual {
  background:
    radial-gradient(circle at 30% 24%, rgba(196, 173, 138, 0.22), transparent 0 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.44)),
    #efe5d8;
}

.salon-page .comparison-card--light,
.salon-page .comparison-strip .comparison-card--light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.62)),
    #f8f3eb;
  color: var(--color-text-dark);
  border-color: rgba(24, 24, 24, 0.08);
}

.salon-page .comparison-card--light p,
.salon-page .comparison-card--light .eyebrow,
.salon-page .comparison-strip .comparison-card--light p,
.salon-page .comparison-strip .comparison-card--light .eyebrow {
  color: rgba(24, 24, 24, 0.72);
}

.salon-page .comparison-card__meta .meta-pill,
.salon-page .detail-meta .meta-pill,
.salon-page .salon-sample-meta .meta-pill,
.salon-page .comparison-card--light .meta-pill,
.salon-page .comparison-strip .comparison-card--light .meta-pill {
  background: rgba(24, 24, 24, 0.06);
  color: rgba(24, 24, 24, 0.72);
}

.salon-page .salon-sample-card.is-selected {
  border-color: rgba(0, 102, 204, 0.28);
  box-shadow:
    0 24px 58px rgba(68, 47, 20, 0.12),
    0 0 0 1px rgba(0, 102, 204, 0.18) inset;
}

.salon-page .pill-link {
  border-color: rgba(0, 102, 204, 0.22);
}

.salon-page .pill-link--chip {
  background: rgba(255, 255, 255, 0.42);
}

.salon-page .button--dark {
  background: var(--color-text-dark);
}

.salon-page .salon-textarea {
  border-color: rgba(24, 24, 24, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: var(--color-text-dark);
}

.salon-page .footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  height: 48px;
  padding: 0;
  border-top: 1px solid rgba(24, 24, 24, 0.08);
  background: rgba(251, 247, 240, 0.88);
  backdrop-filter: saturate(180%) blur(20px);
}

.salon-page main {
  padding-bottom: 56px;
}

.salon-page .footer__inner {
  min-height: 48px;
  align-items: center;
}

.salon-page .footer__links,
.salon-page .footer__meta {
  line-height: 1;
}

.creator-page .section {
  padding: 20px 0;
}

.creator-page .section--hero {
  padding: 12px 0 0;
}

.creator-page .hero {
  min-height: auto;
  gap: 18px;
  align-items: start;
}

.creator-page .hero__copy h1 {
  font-size: clamp(30px, 4.2vw, 48px);
}

.creator-page .hero__copy p {
  margin: 8px 0 0;
}

.creator-page .hero-visual {
  min-height: 250px;
}

.creator-page .salon-hero-visual,
.creator-page .salon-sample-preview {
  padding: 8px 12px 0;
}

.creator-page .salon-poster {
  width: min(100%, 240px);
  padding: 14px;
}

.creator-page .salon-poster__headline {
  font-size: clamp(24px, 3.2vw, 34px);
  max-width: 150px;
}

.creator-page .salon-poster__photo {
  right: 14px;
  bottom: 42px;
}

.creator-page .salon-poster__quote {
  margin-top: 128px;
  max-width: 46%;
  font-size: 11px;
}

.creator-page .salon-poster__chips {
  left: 14px;
  bottom: 14px;
}

.creator-page .salon-poster__chips span {
  min-height: 22px;
  padding: 0 8px;
  font-size: 9px;
}

.creator-page .section-intro {
  margin-bottom: 14px;
}

.creator-page .salon-builder {
  grid-template-columns: 0.78fr 1.22fr;
  gap: 16px;
}

.creator-page #final-prompt.section {
  padding-top: 0;
  margin-top: -12px;
}

.creator-page .salon-builder-panel {
  padding: 16px;
  gap: 8px;
}

.creator-page .salon-upload-hint {
  margin-top: 10px;
  padding: 12px;
}

.creator-page .detail-meta {
  margin-top: 8px;
}

.creator-page .salon-textarea--large {
  min-height: 280px;
}

.creator-page .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  height: 48px;
  padding: 0;
  border-top: 1px solid rgba(24, 24, 24, 0.08);
  background: rgba(251, 247, 240, 0.88);
  backdrop-filter: saturate(180%) blur(20px);
}

.creator-page main {
  padding-bottom: 56px;
}

.creator-page .footer__inner {
  width: min(calc(100% - 32px), var(--max-width));
  min-height: 48px;
  align-items: center;
}

.creator-page .footer__links,
.creator-page .footer__meta {
  line-height: 1;
}

.lab-page .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  height: 48px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 18, 18, 0.9);
  backdrop-filter: saturate(180%) blur(20px);
}

.lab-page main {
  padding-bottom: 56px;
}

.lab-page .footer__inner {
  width: min(calc(100% - 32px), var(--max-width));
  min-height: 48px;
  align-items: center;
}

.lab-page .footer__links,
.lab-page .footer__meta {
  line-height: 1;
  color: var(--color-text-subtle);
}

.lab-page .footer__links a:hover {
  color: #ffffff;
}

.footer {
  padding: 28px 0 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.footer__links a,
.footer__meta {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: -0.12px;
  color: var(--color-text-subtle);
}

.footer__links a:hover {
  color: #ffffff;
}

.header-shadow {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.muted {
  color: var(--color-text-subtle);
}

@media (max-width: 980px) {
  .hero,
  .story-layout,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

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

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

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

  .salon-sample-grid,
  .salon-builder,
  .salon-steps,
  .salon-gallery-compose {
    grid-template-columns: 1fr;
  }

  .creator-page .salon-builder {
    grid-template-columns: 1fr;
  }

  .section-intro,
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .salon-gallery-strip__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .site-nav {
    position: fixed;
    inset: var(--nav-height) 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px 32px;
    background: rgba(0, 0, 0, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-nav.is-open {
    display: flex;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .lang-switcher {
    gap: 8px;
  }

  .hero__copy h1,
  .hero__copy h2,
  .section-heading,
  .story-panel h2 {
    font-size: clamp(40px, 10vw, 56px);
  }

  .section {
    padding: 56px 0;
  }

  .section--hero {
    padding-top: 56px;
  }

  .product-card,
  .story-panel,
  .detail-panel,
  .comparison-card {
    padding: 24px;
  }

  .app-hero-card {
    justify-items: center;
  }

  .app-hero-card__icon {
    width: 168px;
    height: 168px;
  }

  .screenshot-grid {
    grid-auto-columns: minmax(280px, 88vw);
  }

  .salon-poster {
    width: min(100%, 360px);
  }

  .salon-poster__headline {
    max-width: 200px;
  }

  .salon-poster__quote {
    margin-top: 182px;
    max-width: 50%;
    font-size: 13px;
  }

  .salon-poster__metrics strong {
    font-size: 44px;
  }

  .salon-builder-panel h3 {
    font-size: 28px;
  }

  .salon-textarea--large {
    min-height: 300px;
  }

  .creator-page .section {
    padding: 18px 0;
  }

  .creator-page .section--hero {
    padding: 12px 0 0;
  }

  .creator-page .hero-visual {
    min-height: 220px;
  }

  .creator-page .salon-poster {
    width: min(100%, 220px);
  }

  .creator-page main {
    padding-bottom: 56px;
  }
}
