:root {
  --sc-canvas: #0a0a0a;
  --sc-surface: #14130f;
  --sc-ink: #ffffff;
  --sc-ink-soft: #d4d0c7;
  --sc-accent: #d4af37;
  --sc-accent-ink: #0a0a0a;
  --sc-font-display: "Cormorant Garamond", Georgia, serif;
  --sc-font-text: "Inter", Arial, sans-serif;
  --gold: #d4af37;
  --gold-pale: #ead991;
  --paper: #fffdf7;
  --glass: rgba(12, 12, 11, 0.62);
  --glass-strong: rgba(8, 8, 8, 0.84);
  --hairline: rgba(255, 255, 255, 0.18);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --route-safe-bottom: calc(clamp(124px, 15vh, 164px) + var(--safe-bottom));
  --reading-gutter: clamp(48px, 8vw, 154px);
  --type-hero: clamp(4.8rem, 7.5vw, 8.25rem);
  --type-section: clamp(2.45rem, 3.8vw, 4.5rem);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--sc-canvas);
  scroll-behavior: auto;
}

body {
  min-width: 320px;
  color: var(--paper);
  background: var(--sc-canvas);
}

#main {
  display: contents;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  z-index: 500;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  color: #0a0a0a;
  background: var(--gold);
  transform: translateY(-160%);
  transition: transform 160ms var(--sc-ease-out);
}

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

.brand-lockup {
  position: fixed;
  z-index: 80;
  top: max(22px, env(safe-area-inset-top));
  left: clamp(24px, 4vw, 72px);
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--paper);
  text-decoration: none;
  font-family: var(--sc-font-text);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.22em;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(234, 217, 145, 0.52);
  border-radius: 2px 15px 2px 15px;
  background:
    linear-gradient(145deg, rgba(212, 175, 55, 0.19), rgba(7, 7, 6, 0.76) 58%),
    #0a0a09;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 248, 218, 0.18);
}

.brand-mark::after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 8px;
  height: 8px;
  border-right: 1px solid rgba(234, 217, 145, 0.76);
  border-bottom: 1px solid rgba(234, 217, 145, 0.76);
  content: "";
}

.brand-mark img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: sepia(1) saturate(2.8) hue-rotate(358deg) brightness(1.08) contrast(1.08);
}

.brand-wordmark {
  color: var(--paper);
}

.brand-accent {
  color: var(--gold-pale);
}

.language-switch {
  position: fixed;
  z-index: 86;
  top: max(29px, calc(env(safe-area-inset-top) + 7px));
  right: calc(clamp(24px, 4vw, 72px) + 250px);
  display: inline-grid;
  grid-template-columns: 32px 1px 32px;
  align-items: center;
  min-height: 44px;
  color: var(--paper);
}

.language-switch > span {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.24);
}

.language-switch button {
  position: relative;
  min-width: 32px;
  min-height: 44px;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.58);
  background: transparent;
  font-family: var(--sc-font-text);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  cursor: pointer;
  transition: color 150ms var(--sc-ease-out), transform 130ms var(--sc-ease-out);
}

.language-switch button::after {
  position: absolute;
  right: 8px;
  bottom: 6px;
  left: 6px;
  height: 1px;
  background: var(--gold);
  opacity: 0;
  transform: scaleX(0.45);
  content: "";
  transition: opacity 150ms var(--sc-ease-out), transform 150ms var(--sc-ease-out);
}

.language-switch button[aria-pressed="true"] {
  color: var(--gold-pale);
}

.language-switch button[aria-pressed="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.language-switch button:hover {
  color: var(--paper);
}

.language-switch button:active {
  transform: translateY(1px);
}

.language-switch button:focus-visible {
  outline: 2px solid var(--gold-pale);
  outline-offset: 2px;
}

.catalog-entry {
  position: fixed;
  z-index: 85;
  top: max(22px, env(safe-area-inset-top));
  right: clamp(24px, 4vw, 72px);
  isolation: isolate;
  display: grid;
  min-width: 228px;
  min-height: 58px;
  align-content: center;
  gap: 1px;
  overflow: hidden;
  padding: 9px 48px 9px 17px;
  border: 1px solid rgba(212, 175, 55, 0.38);
  border-left-color: rgba(234, 217, 145, 0.78);
  border-radius: 2px 16px 2px 16px;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 46%),
    rgba(6, 6, 6, 0.68);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(12px) saturate(125%);
  backdrop-filter: blur(12px) saturate(125%);
  text-decoration: none;
  transition: transform 220ms var(--sc-ease-out), border-color 220ms ease-out, background-color 220ms ease-out;
}

.catalog-entry::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -45%;
  bottom: -45%;
  left: -34%;
  width: 24%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(234, 217, 145, 0.24), transparent);
  transform: translate3d(-170%, 0, 0) rotate(12deg);
  transition: transform 280ms var(--sc-ease-out);
}

.catalog-entry__edition {
  position: relative;
  z-index: 1;
  color: var(--gold-pale);
  font-family: var(--sc-font-text);
  font-size: 8px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.22em;
}

.catalog-entry__title {
  position: relative;
  z-index: 1;
  font-family: var(--sc-font-display);
  font-size: 1.08rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.catalog-entry__arrow {
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  color: var(--gold);
  font-family: var(--sc-font-text);
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 220ms var(--sc-ease-out);
}

.catalog-entry:focus-visible {
  outline: 2px solid var(--gold-pale);
  outline-offset: 4px;
}

.catalog-entry:active {
  transform: translateY(1px) scale(0.98);
}

@media (hover: hover) and (pointer: fine) {
  .catalog-entry:hover {
    border-color: rgba(234, 217, 145, 0.72);
    background-color: rgba(18, 16, 10, 0.76);
    transform: translateY(-2px);
  }

  .catalog-entry:hover::before {
    transform: translate3d(620%, 0, 0) rotate(12deg);
  }

  .catalog-entry:hover .catalog-entry__arrow {
    transform: translate(2px, calc(-50% - 2px));
  }
}

.runway-stage,
.runway-segment {
  background: #070807;
}

.runway-segment[style*="visibility: hidden"] {
  inset: auto;
  width: 0;
  height: 0;
}

.runway-video,
.runway-poster {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  max-width: none;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.runway-segment::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 52% 48%, transparent 34%, rgba(0, 0, 0, 0.16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 24%, transparent 72%, rgba(0, 0, 0, 0.26));
}

.story-layer {
  isolation: isolate;
}

.story-plate {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
}

.hero-scrim {
  inset: 0;
  width: auto;
  opacity: 1;
  background: linear-gradient(90deg, rgba(3, 4, 3, 0.94) 0%, rgba(3, 4, 3, 0.84) 54%, rgba(3, 4, 3, 0.66) 100%);
}

.lower-scrim {
  inset: 0;
  background: rgba(3, 4, 3, 0.7);
}

.surface-plate {
  inset: 0;
  background: rgba(3, 4, 3, 0.74);
}

.surface-plate--appointment {
  background: rgba(2, 3, 2, 0.8);
}

.story-panel {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: clamp(88px, 11vh, 132px) var(--reading-gutter) var(--route-safe-bottom);
}

.hero-panel {
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: min(800px, 64vw);
  margin-top: -2vh;
}

.atelier-place,
.panel-kicker,
.card-index,
.route-title,
.route-current {
  font-family: var(--sc-font-text);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.atelier-place {
  margin: 0 0 24px;
  color: var(--gold-pale);
}

.hero-title {
  max-width: 15ch;
  margin: 0;
  color: var(--paper);
  font-family: var(--sc-font-display);
  font-size: var(--type-hero);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero-lede {
  max-width: 39rem;
  margin: clamp(22px, 3vh, 34px) 0 0;
  color: #f5f1e8;
  font-family: var(--sc-font-display);
  font-size: clamp(1.2rem, 1.55vw, 1.65rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.005em;
  text-wrap: balance;
}

.collections-panel {
  display: grid;
  align-content: end;
  gap: clamp(16px, 2.2vh, 28px);
  padding-inline: var(--reading-gutter);
}

.collections-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.collections-heading h2,
.section-heading h2,
.appointment-copy h2 {
  margin: 0;
  font-family: var(--sc-font-display);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.collections-heading h2 {
  max-width: 14ch;
  font-size: clamp(2.5rem, 3.7vw, 4.5rem);
}

.panel-kicker {
  order: 2;
  margin: 0 0 8px;
  color: var(--gold-pale);
  white-space: nowrap;
}

.collection-mask {
  overflow: hidden;
  margin-inline: -1.2vw;
  padding: 2vh 1.2vw 1vh;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.1vw, 20px);
  width: 100%;
}

.liquid-card,
.liquid-surface {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: linear-gradient(145deg, rgba(25, 27, 23, 0.69), rgba(6, 7, 6, 0.56));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 22px 65px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
  backdrop-filter: blur(18px) saturate(1.14);
}

.liquid-card {
  --card-y: 4vh;
  --card-scale: 1;
  min-height: clamp(190px, 23vh, 260px);
  padding: clamp(20px, 2.2vw, 34px);
  border-radius: 3px 22px 3px 22px;
  opacity: 0;
  transform: translate3d(0, var(--card-y), 0) scale(var(--card-scale));
  transform-origin: 50% 82%;
  transition:
    transform 180ms var(--sc-ease-out),
    border-color 160ms ease-out,
    box-shadow 180ms var(--sc-ease-out);
  will-change: transform, opacity;
}

.liquid-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -45% auto -45% -45%;
  width: 36%;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-220%, 0, 0) rotate(13deg);
  background: linear-gradient(90deg, transparent, rgba(255, 247, 210, 0.22), transparent);
  transition: transform 620ms var(--sc-ease-out), opacity 140ms ease-out;
}

.liquid-card > * {
  position: relative;
  z-index: 1;
}

.collection-card--featured {
  border-color: rgba(212, 175, 55, 0.46);
  background: linear-gradient(145deg, rgba(34, 32, 20, 0.74), rgba(8, 8, 7, 0.6));
}

.collection-card--quiet {
  background: linear-gradient(145deg, rgba(18, 20, 18, 0.66), rgba(6, 7, 6, 0.5));
}

.card-index {
  display: block;
  margin-bottom: clamp(24px, 4vh, 48px);
  color: var(--gold-pale);
  letter-spacing: 0.18em;
}

.liquid-card h3 {
  margin: 0;
  font-family: var(--sc-font-display);
  font-size: clamp(1.55rem, 2vw, 2.35rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}

.liquid-card p {
  margin: 14px 0 0;
  color: var(--sc-ink-soft);
  font-size: clamp(0.8rem, 0.84vw, 0.94rem);
  line-height: 1.6;
  text-wrap: pretty;
}

.method-panel,
.compare-panel,
.appointment-panel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.method-surface,
.compare-surface,
.appointment-surface {
  width: min(84vw, 1500px);
  border-radius: 4px 30px 4px 30px;
}

.method-surface {
  display: grid;
  grid-template-columns: minmax(270px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(38px, 5vw, 88px);
  max-height: min(80svh, 790px);
  padding: clamp(32px, 4.5vw, 74px);
}

.section-heading h2 {
  max-width: 14ch;
  font-size: var(--type-section);
}

.section-heading > p {
  max-width: 36ch;
  margin: 24px 0 0;
  color: var(--sc-ink-soft);
  font-size: clamp(0.9rem, 0.86vw, 1rem);
  line-height: 1.65;
}

.method-list {
  display: grid;
  align-content: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.method-list li {
  position: relative;
  display: grid;
  grid-template-columns: clamp(112px, 9vw, 170px) 1fr;
  align-items: center;
  min-height: clamp(92px, 13vh, 130px);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.method-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.method-number {
  color: var(--paper);
  font-family: var(--sc-font-display);
  font-size: clamp(4.8rem, 6vw, 6.5rem);
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 500;
  line-height: 0.72;
  letter-spacing: -0.08em;
  opacity: 0.1;
}

.method-list h3 {
  margin: 0;
  color: var(--gold-pale);
  font-family: var(--sc-font-display);
  font-size: clamp(1.6rem, 2vw, 2.25rem);
  font-weight: 600;
  line-height: 1;
}

.method-list p {
  max-width: 46ch;
  margin: 8px 0 0;
  color: var(--sc-ink-soft);
  font-size: clamp(0.84rem, 0.78vw, 0.94rem);
  line-height: 1.6;
}

.compare-surface {
  padding: clamp(32px, 4vw, 70px);
}

.compare-heading {
  margin-bottom: clamp(24px, 4vh, 44px);
}

.compare-heading h2 {
  max-width: 20ch;
  font-size: clamp(2.35rem, 3.35vw, 4.2rem);
}

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

.comparison-side {
  min-height: 250px;
  padding: clamp(24px, 3vw, 48px);
}

.comparison-side h3 {
  margin: 0 0 32px;
  font-family: var(--sc-font-display);
  font-size: clamp(1.8rem, 2.6vw, 3.2rem);
  font-weight: 600;
  line-height: 1;
}

.comparison-side ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-side li {
  position: relative;
  padding-left: 22px;
  line-height: 1.5;
}

.comparison-side li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 10px;
  height: 1px;
  background: currentColor;
}

.comparison-side--ordinary {
  color: #8d8f8b;
  background: rgba(73, 76, 72, 0.16);
}

.comparison-side--atelier {
  color: var(--paper);
  border: 1px solid rgba(212, 175, 55, 0.48);
  background: linear-gradient(145deg, rgba(47, 39, 16, 0.28), rgba(12, 12, 10, 0.55));
  box-shadow: inset 0 1px 0 rgba(255, 239, 177, 0.12);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.comparison-side--atelier h3 {
  color: var(--gold-pale);
}

.comparison-seam {
  position: relative;
  overflow: visible;
  background: rgba(255, 255, 255, 0.18);
}

.comparison-seam span {
  position: absolute;
  inset: 0;
  transform: scaleY(var(--compare-p, 0));
  transform-origin: 50% 0;
  background: var(--gold);
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.26);
}

.appointment-surface {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(360px, 1.1fr);
  column-gap: clamp(34px, 6vw, 100px);
  row-gap: 18px;
  max-height: min(82svh, 800px);
  padding: clamp(34px, 5vw, 82px);
  background: linear-gradient(145deg, rgba(16, 17, 14, 0.9), rgba(5, 6, 5, 0.78));
}

.appointment-copy h2 {
  max-width: 13ch;
  font-size: clamp(2.45rem, 3.7vw, 4.5rem);
}

.appointment-copy > p {
  max-width: 42ch;
  margin: 22px 0 0;
  color: var(--sc-ink-soft);
  line-height: 1.65;
}

.appointment-copy address {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  color: var(--gold-pale);
  font-size: 0.84rem;
  font-style: normal;
  line-height: 1.65;
}

.appointment-copy address a {
  width: fit-content;
  text-decoration-color: rgba(212, 175, 55, 0.35);
}

.appointment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 18px 16px;
}

.field {
  display: grid;
  gap: 8px;
}

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

.field label {
  color: var(--sc-ink-soft);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.045);
  padding: 12px 14px;
  transition: border-color 150ms ease-out, background-color 150ms ease-out;
}

.field textarea {
  min-height: 72px;
  resize: vertical;
}

.field select option {
  color: #111;
}

.field input:hover,
.field select:hover,
.field textarea:hover,
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.075);
}

.field [aria-invalid="true"] {
  border-color: #f1aaa0;
}

.primary-cta,
.quick-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid var(--gold);
  color: var(--sc-accent-ink);
  background: var(--gold);
  font-weight: 700;
  text-decoration: none;
  transition: transform 130ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
}

.primary-cta {
  margin-top: 4px;
  padding: 15px 22px;
  cursor: pointer;
}

.primary-cta:hover {
  color: var(--paper);
  background: transparent;
}

.primary-cta:active,
.quick-whatsapp:active {
  transform: translateY(1px) scale(0.98);
}

.form-status {
  min-height: 1.5em;
  margin: -8px 0 0;
  color: #f1c2b9;
  font-size: 0.76rem;
}

.site-credit {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-height: 32px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--sc-ink-soft);
  font-family: var(--sc-font-text);
  font-size: clamp(0.68rem, 0.72vw, 0.78rem);
  line-height: 1.5;
}

.site-credit strong {
  color: var(--paper);
  font-weight: 600;
}

.site-credit a {
  color: var(--gold-pale);
  text-decoration-color: rgba(234, 217, 145, 0.44);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-credit a:hover {
  color: var(--paper);
}

.site-credit a:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--gold-pale);
  outline-offset: 4px;
}

.site-credit__rule {
  flex: 0 0 auto;
  color: rgba(212, 175, 55, 0.72);
  line-height: 1;
}

.runway-controller {
  --route-copy-rail: clamp(168px, 12.5vw, 220px);
  position: fixed;
  z-index: 90;
  right: 6vw;
  bottom: max(20px, env(safe-area-inset-bottom));
  left: 6vw;
  height: 62px;
  color: var(--paper);
  background: linear-gradient(180deg, rgba(5, 6, 5, 0), rgba(5, 6, 5, 0.68) 42%, rgba(5, 6, 5, 0.88));
  box-shadow: 0 -18px 32px rgba(3, 4, 3, 0.34);
}

.route-title {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: calc(var(--route-copy-rail) - 24px);
  color: var(--gold-pale);
  line-height: 1.4;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.runway-thread {
  position: absolute;
  top: 12px;
  left: var(--route-copy-rail);
  width: calc(100% - var(--route-copy-rail));
  height: 38px;
  overflow: visible;
}

.thread-bed,
.thread-progress {
  fill: none;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.thread-bed {
  stroke: rgba(255, 255, 255, 0.22);
}

.thread-progress {
  stroke: var(--gold);
  stroke-width: 1.6;
}

.thread-needle {
  fill: var(--paper);
  stroke: var(--gold);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.route-stops {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: var(--route-copy-rail);
}

.route-stop {
  position: absolute;
  top: 9px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  color: var(--paper);
  background: transparent;
  transform: translateX(-50%);
  cursor: pointer;
}

.route-stop { left: var(--route-x); }

.route-pin {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 50%;
  background: #0a0a0a;
  transition: transform 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out;
}

.route-label {
  position: absolute;
  top: 35px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transition: color 150ms ease-out;
}

.route-stop.is-active .route-pin {
  border-color: var(--gold);
  background: var(--gold);
  transform: scale(1.35);
}

@media (hover: hover) and (pointer: fine) {
  .route-stop:not(.is-active):hover .route-pin {
    border-color: var(--gold);
    background: rgba(212, 175, 55, 0.12);
    transform: scale(1.18);
  }
}

.route-stop.is-active .route-label {
  color: var(--gold-pale);
}

.route-current {
  display: none;
}

.quick-whatsapp {
  display: none;
}

.magnetic-cursor {
  display: none;
}

.noscript-message {
  position: fixed;
  z-index: 300;
  right: 20px;
  bottom: 20px;
  left: 20px;
  margin: 0;
  padding: 16px;
  color: #0a0a0a;
  background: var(--gold-pale);
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .liquid-card,
  .liquid-surface,
  .comparison-side--atelier {
    background: rgba(8, 9, 8, 0.94);
  }
}

@media (hover: hover) and (pointer: fine) {
  .liquid-card:hover {
    --card-scale: 1.03;
    z-index: 3;
    border-color: rgba(234, 217, 145, 0.66);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 32px 80px rgba(0, 0, 0, 0.5);
  }

  .liquid-card:hover::after {
    opacity: 1;
    transform: translate3d(430%, 0, 0) rotate(13deg);
  }

  html.custom-cursor-active,
  html.custom-cursor-active :is(a, button, input, select, textarea, label) {
    cursor: none !important;
  }

  .magnetic-cursor {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(-80px, -80px, 0);
    transition: opacity 120ms ease-out;
    will-change: transform;
  }

  .magnetic-cursor span {
    position: relative;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(212, 175, 55, 0.94);
    border-radius: 50%;
    transition: transform 150ms ease-out, border-color 150ms ease-out;
  }

  .magnetic-cursor span::after {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--gold);
    content: "";
  }

  .magnetic-cursor.is-visible {
    opacity: 1;
  }

  .magnetic-cursor.is-magnetic {
    border-color: var(--gold-pale);
  }

  .magnetic-cursor.is-magnetic span {
    border-color: var(--gold-pale);
    transform: scale(1.8);
  }
}

@media (min-width: 1920px) {
  .runway-video,
  .runway-poster {
    object-position: 70% center;
  }
}

@media (max-width: 1024px) {
  .method-surface {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 32px;
  }

  .method-list li {
    grid-template-columns: 94px 1fr;
  }

  .method-number {
    font-size: 5rem;
  }
}

@media (min-width: 769px) and (max-height: 820px) {
  .story-panel {
    padding-top: clamp(68px, 10vh, 84px);
  }

  .method-surface,
  .compare-surface,
  .appointment-surface {
    max-height: calc(100svh - clamp(68px, 10vh, 84px) - var(--route-safe-bottom));
    overflow-y: auto;
    scrollbar-color: rgba(212, 175, 55, 0.48) rgba(255, 255, 255, 0.06);
    scrollbar-width: thin;
  }

  .method-surface {
    gap: clamp(24px, 3vw, 44px);
    padding: clamp(24px, 3vw, 38px);
  }

  .section-heading h2 {
    font-size: clamp(2.2rem, 3.5vw, 3.7rem);
  }

  .section-heading > p {
    margin-top: 14px;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .method-list li {
    grid-template-columns: clamp(76px, 7vw, 104px) 1fr;
    min-height: clamp(64px, 10vh, 76px);
  }

  .method-number {
    font-size: clamp(4rem, 6vw, 5rem);
  }

  .method-list h3 {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
  }

  .method-list p {
    margin-top: 4px;
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .compare-surface,
  .appointment-surface {
    padding: clamp(24px, 3vw, 38px);
  }

  .compare-heading {
    margin-bottom: 16px;
  }

  .compare-heading h2,
  .appointment-copy h2 {
    font-size: clamp(2.2rem, 3.6vw, 3.4rem);
  }

  .comparison-side {
    min-height: 160px;
    padding: clamp(18px, 2.2vw, 28px);
  }

  .comparison-side h3 {
    margin-bottom: 14px;
    font-size: clamp(1.5rem, 2.3vw, 2.15rem);
  }

  .comparison-side ul {
    gap: 9px;
    font-size: 0.82rem;
  }

  .appointment-copy > p {
    margin-top: 12px;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .appointment-copy address {
    gap: 5px;
    margin-top: 16px;
    font-size: 0.72rem;
    line-height: 1.5;
  }

  .appointment-form {
    gap: 8px 12px;
  }

  .field {
    gap: 5px;
  }

  .field input,
  .field select {
    min-height: 44px;
    padding-block: 8px;
  }

  .field textarea {
    min-height: 48px;
  }

  .primary-cta {
    min-height: 48px;
    padding-block: 11px;
  }

  .site-credit {
    min-height: 28px;
    padding-top: 10px;
  }
}

@media (max-width: 768px) {
  :root {
    --sc-gutter: 5vw;
    --reading-gutter: 5vw;
  }

  body {
    font-size: 14px;
    line-height: 1.5;
  }

  .brand-lockup {
    top: max(12px, env(safe-area-inset-top));
    left: 5vw;
    gap: 8px;
    font-size: 9px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 2px 13px 2px 13px;
  }

  .brand-mark img {
    width: 33px;
    height: 33px;
  }

  .brand-wordmark {
    display: none;
  }

  .language-switch {
    top: max(14px, env(safe-area-inset-top));
    right: calc(5vw + 154px);
    grid-template-columns: 30px 1px 30px;
    min-height: 44px;
  }

  .catalog-entry {
    top: max(12px, env(safe-area-inset-top));
    right: 5vw;
    width: 148px;
    min-width: 0;
    min-height: 48px;
    padding: 7px 36px 7px 12px;
    -webkit-backdrop-filter: blur(8px) saturate(118%);
    backdrop-filter: blur(8px) saturate(118%);
  }

  .catalog-entry__edition {
    font-size: 7px;
    letter-spacing: 0.16em;
  }

  .catalog-entry__title {
    font-size: 0.94rem;
  }

  .catalog-entry__arrow {
    right: 12px;
    font-size: 16px;
  }

  .runway-video,
  .runway-poster {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    object-fit: cover;
    object-position: center;
  }

  .runway-segment::after {
    background:
      radial-gradient(circle at 50% 45%, transparent 28%, rgba(0, 0, 0, 0.22) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.24), transparent 25%, transparent 60%, rgba(0, 0, 0, 0.52));
  }

  .hero-scrim {
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(4, 5, 4, 0.34) 0%,
      rgba(4, 5, 4, 0.54) 28%,
      rgba(4, 5, 4, 0.76) 66%,
      rgba(4, 5, 4, 0.56) 100%
    );
  }

  .lower-scrim {
    inset: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(4, 5, 4, 0.44), rgba(4, 5, 4, 0.6) 42%, rgba(4, 5, 4, 0.72));
  }

  .story-panel {
    padding: 104px 5vw calc(78px + var(--safe-bottom));
  }

  .story-panel p,
  .story-panel li,
  .story-panel label,
  .story-panel input,
  .story-panel select,
  .story-panel textarea {
    line-height: 1.5;
  }

  .hero-panel {
    align-items: center;
    padding-top: clamp(132px, 19svh, 168px);
    padding-bottom: calc(96px + var(--safe-bottom));
  }

  .hero-copy {
    max-width: 92vw;
    margin-top: clamp(16px, 3svh, 28px);
    transform: translate3d(0, var(--hero-flow-y, 0), 0);
    will-change: transform;
  }

  .atelier-place {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .hero-title {
    max-width: 15ch;
    font-size: clamp(36px, 10.2vw, 42px);
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .hero-lede {
    max-width: 32ch;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .collections-panel {
    display: grid;
    align-content: center;
    gap: clamp(12px, 1.8svh, 18px);
    padding-top: clamp(126px, 18svh, 154px);
    padding-right: 5vw;
    padding-bottom: calc(92px + var(--safe-bottom));
    padding-left: 5vw;
  }

  .collections-heading {
    display: block;
    transform: translate3d(0, var(--collections-heading-y, 0), 0);
    will-change: transform;
  }

  .collections-heading h2,
  .section-heading h2,
  .appointment-copy h2 {
    font-size: clamp(25px, 7.5vw, 32px);
    line-height: 1.08;
  }

  .collections-heading h2 {
    max-width: 12ch;
    font-size: clamp(32px, 9.2vw, 38px);
    line-height: 1.01;
  }

  .panel-kicker {
    margin: 0 0 10px;
    font-size: 9px;
  }

  .collection-mask {
    margin-inline: -1vw;
    padding: 4px 1vw;
    transform: translate3d(0, var(--collections-mask-y, 0), 0);
    will-change: transform;
  }

  .collection-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .liquid-card,
  .liquid-surface,
  .comparison-side--atelier {
    -webkit-backdrop-filter: blur(8px) saturate(1.04);
    backdrop-filter: blur(8px) saturate(1.04);
  }

  .liquid-card {
    min-height: 0;
    padding: 12px 14px;
    border-radius: 2px 15px 2px 15px;
  }

  .card-index {
    margin-bottom: 4px;
    font-size: 7px;
  }

  .liquid-card h3 {
    font-size: clamp(20px, 5.5vw, 23px);
    line-height: 1.05;
  }

  .liquid-card p {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.5;
  }

  .method-panel,
  .compare-panel,
  .appointment-panel {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .method-surface,
  .compare-surface,
  .appointment-surface {
    width: 100%;
    max-height: calc(100svh - 176px - var(--safe-bottom));
    border-radius: 3px 20px 3px 20px;
  }

  .surface-plate {
    inset: 0;
    border-radius: 0;
  }

  .method-surface {
    display: block;
    overflow-y: auto;
    padding: 20px;
  }

  .section-heading > p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }

  .method-list {
    margin-top: 12px;
  }

  .method-list li {
    grid-template-columns: 58px 1fr;
    min-height: 62px;
  }

  .method-number {
    font-size: 46px;
  }

  .method-list h3 {
    font-size: 19px;
  }

  .method-list p {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.5;
  }

  .compare-surface {
    overflow-y: auto;
    padding: 20px;
  }

  .compare-heading {
    margin-bottom: 14px;
  }

  .comparison {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .comparison-side {
    min-height: 0;
    padding: 14px 16px;
  }

  .comparison-side h3 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .comparison-side ul {
    gap: 5px;
    font-size: 12px;
  }

  .comparison-side li {
    padding-left: 16px;
  }

  .comparison-seam {
    width: 100%;
    height: 1px;
  }

  .comparison-seam span {
    transform: scaleX(var(--compare-p, 0));
    transform-origin: 0 50%;
  }

  .appointment-surface {
    display: block;
    overflow-y: auto;
    padding: 20px;
  }

  .appointment-copy > p {
    margin-top: 10px;
    font-size: 13px;
  }

  .appointment-copy address {
    gap: 5px;
    margin-top: 12px;
    font-size: 11px;
  }

  .appointment-form {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 16px;
  }

  .site-credit {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3px;
    min-height: 0;
    margin-top: 14px;
    padding-top: 10px;
    font-size: 10px;
  }

  .site-credit__rule {
    display: none;
  }

  .field--wide {
    grid-column: auto;
  }

  .field {
    gap: 4px;
  }

  .field label {
    font-size: 9px;
  }

  .field input,
  .field select,
  .field textarea {
    min-height: 48px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .field textarea {
    min-height: 58px;
  }

  .primary-cta {
    min-height: 52px;
    margin-top: 4px;
    padding: 14px 20px;
    font-size: 14px;
  }

  .runway-controller {
    --route-copy-rail: 0px;
    top: calc(max(58px, env(safe-area-inset-top) + 48px));
    right: 5vw;
    bottom: auto;
    left: 5vw;
    height: 48px;
    background: none;
    box-shadow: none;
  }

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

  .runway-thread {
    inset: 4px 0 auto;
    width: 100%;
    height: 30px;
  }

  .route-stops {
    inset: 0;
  }

  .route-stop {
    top: 0;
  }

  .route-current {
    position: absolute;
    top: 32px;
    right: 0;
    display: block;
    color: var(--gold-pale);
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .quick-whatsapp {
    position: fixed;
    z-index: 120;
    right: 5vw;
    bottom: calc(8px + var(--safe-bottom));
    left: 5vw;
    display: inline-flex;
    min-height: 54px;
    padding: 10px 20px;
    border-color: rgba(212, 175, 55, 0.54);
    border-radius: 2px 16px 2px 16px;
    color: var(--paper);
    background: rgba(5, 5, 5, 0.78);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-size: 13px;
  }

  .quick-whatsapp svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    fill: none;
    stroke: var(--gold);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }
}

@media (max-width: 768px) and (max-height: 700px) {
  .runway-controller {
    top: calc(max(46px, env(safe-area-inset-top) + 40px));
  }

  .story-panel {
    padding-top: 88px;
  }

  .collections-heading h2 {
    font-size: 28px;
  }

  .collection-grid {
    gap: 4px;
  }

  .liquid-card {
    padding: 5px 12px;
  }

  .card-index {
    display: none;
  }

  .liquid-card h3 {
    font-size: 18px;
  }

  .liquid-card p {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.35;
  }

  .appointment-surface {
    max-height: calc(100svh - 156px - var(--safe-bottom));
    padding: 14px;
  }

  .appointment-copy h2 {
    font-size: 24px;
  }

  .appointment-copy > p,
  .field--note {
    display: none;
  }

  .appointment-copy address {
    margin-top: 8px;
    font-size: 10px;
  }

  .appointment-form {
    gap: 5px;
    margin-top: 10px;
  }

  .site-credit {
    margin-top: 10px;
    padding-top: 8px;
    font-size: 9px;
  }

  .field input,
  .field select {
    min-height: 44px;
    padding-block: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.custom-cursor-active,
  html.custom-cursor-active :is(a, button, input, select, textarea, label) {
    cursor: auto !important;
  }

  .magnetic-cursor {
    display: none !important;
  }

  .catalog-entry,
  .catalog-entry::before,
  .catalog-entry__arrow {
    transition: none !important;
  }

  .catalog-entry::before {
    display: none;
  }

  .liquid-card {
    --card-y: 0vh !important;
    --card-scale: 1 !important;
    opacity: 1 !important;
    transition: none;
  }

  .liquid-card::after {
    display: none;
  }

  .thread-progress,
  .thread-needle,
  .comparison-seam span {
    transition: none;
  }
}

@media (forced-colors: active) {
  .liquid-card,
  .liquid-surface,
  .comparison-side,
  .catalog-entry,
  .quick-whatsapp {
    border: 1px solid CanvasText;
    color: CanvasText;
    background: Canvas;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .magnetic-cursor {
    display: none !important;
  }
}
