:root { color-scheme: light; --paper: #f6f7f5; --ink: #272526; --muted: #6a6566; --red: #a32140; --line: #dbdcda; font-family: Arial, Helvetica, sans-serif; }
* { box-sizing: border-box; letter-spacing: 0; }
html { background: var(--paper); scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button, img { display: block; }
img { max-width: 100%; }
svg { width: 20px; height: 20px; flex-shrink: 0; stroke-width: 1.5; }
[hidden] { display: none !important; }
h1, h2, p { margin: 0; }
h1, h2, .footer-brand { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h2 { font-size: 68px; line-height: 1.07; }
em { font-weight: 400; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 6px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 50; padding: 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: fixed; z-index: 30; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 12px 48px; background: rgb(246 247 245 / 90%); backdrop-filter: blur(14px); }
.brand { font-family: Georgia, serif; font-size: 43px; line-height: 1; }
.brand-period { color: var(--red); }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 60px; font-size: 14px; }
.desktop-nav a { padding-block: 15px; }
.header-tools { display: flex; align-items: center; gap: 14px; }
.header-action { display: flex; gap: 16px; align-items: center; min-height: 44px; font-size: 13px; border-bottom: 1px solid var(--ink); }
.icon-button { border: 1px solid var(--line); width: 44px; height: 44px; display: grid; place-items: center; background: transparent; }
.menu-toggle { display: none; }
.mobile-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 20px 24px; background: var(--paper); border-bottom: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 16px 0; }
.contact-dock { position: fixed; z-index: 40; left: 12px; bottom: 36px; width: 44px; height: 44px; }
.contact-button { position: relative; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: white; box-shadow: 0 3px 12px rgb(0 0 0 / 15%); }
.contact-whatsapp { background: #168a48; }
.contact-button:hover { filter: brightness(.9); }
.contact-tooltip { position: absolute; left: 54px; padding: 8px 12px; background: var(--ink); color: white; font-size: 12px; white-space: nowrap; pointer-events: none; opacity: 0; }
.contact-button:hover .contact-tooltip, .contact-button:focus-visible .contact-tooltip { opacity: 1; }
.hero-scroll { height: 220svh; position: relative; }
.cinematic-stage { position: sticky; top: 0; height: 100svh; min-height: 560px; overflow: hidden; isolation: isolate; }
.stage-wash { position: absolute; inset: 0; background: #e4c6cd; opacity: var(--wash, 0); }
.hero-watermark { position: absolute; left: 4%; right: 4%; bottom: 13%; font-family: Georgia, serif; font-size: 230px; text-align: center; line-height: 1; color: #eceeeb; opacity: var(--model-opacity, 1); user-select: none; }
.model-stage { position: absolute; inset: 0; z-index: 2; opacity: var(--model-opacity, 1); pointer-events: none; }
.model-stage canvas { display: block; width: 100%; height: 100%; }
.model-fallback { position: absolute; height: 64%; width: auto; top: 18%; left: 50%; transform: translateX(-50%); object-fit: contain; }
.model-stage.is-ready .model-fallback { display: none; }
.hero-intro, .opening-copy { position: absolute; z-index: 1; left: 5%; top: 24%; width: 40%; }
.hero-intro { opacity: var(--intro-opacity, 1); transform: translateY(var(--intro-y, 0px)); }
.eyebrow, .small-label, .section-index { text-transform: uppercase; font-size: 11px; line-height: 1.5; }
.eyebrow { margin-bottom: 24px; }
h1 { font-size: 112px; line-height: .95; }
h1 span { font-style: italic; }
.hero-subtitle { font-size: 16px; margin-top: 26px; }
.opening-copy { top: 27%; opacity: var(--opening-opacity, 0); transform: translateY(var(--opening-y, 20px)); }
.opening-copy h2 { font-size: 82px; }
.hero-side { position: absolute; z-index: 3; right: 5%; bottom: 25%; width: 225px; opacity: var(--model-opacity, 1); }
.hero-side p { font-size: 20px; line-height: 1.45; margin: 20px 0 26px; }
.text-link { display: inline-flex; gap: 16px; align-items: center; font-size: 14px; min-height: 44px; border-bottom: 1px solid currentColor; }
.primary-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 52px; padding: 14px 22px; background: var(--red); color: white; font-size: 13px; border: 0; }
.primary-action:hover { background: #811633; }
.hero-bottom { position: absolute; z-index: 8; bottom: 36px; left: 5%; right: 5%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.hero-bottom .primary-action { width: auto; min-height: 44px; margin-left: 60px; padding: 0; gap: 16px; justify-content: flex-start; background: transparent; color: var(--ink); border-bottom: 1px solid currentColor; }
.scene-progress { width: 210px; margin-left: auto; font-size: 11px; }
.progress-track { height: 2px; background: #b9b3b4; margin-top: 12px; }
.progress-track span { height: 2px; display: block; width: 0; background: var(--red); }
.scroll-link { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #b9b3b4; border-radius: 50%; }
.film-scroll { height: 320svh; position: relative; }
.film-stage { position: sticky; top: 0; height: 100svh; min-height: 560px; overflow: hidden; isolation: isolate; background: #ede3dc; }
.film-stage video { display: block; width: 100%; height: 100%; object-fit: contain; }
.film-error { position: absolute; left: 20px; right: 20px; top: 50%; text-align: center; background: var(--paper); padding: 20px; font-size: 14px; }
.film-error button { margin: 10px auto 0; background: none; padding: 10px; border: 1px solid var(--ink); }
.section-padding { padding: 76px 5%; }
.section-index { margin-bottom: 44px; }
.ritual-section { border-bottom: 1px solid var(--line); }
.ritual-heading { display: grid; grid-template-columns: 1.4fr 1fr; gap: 90px; align-items: end; }
.ritual-heading p { max-width: 380px; font-size: 19px; line-height: 1.6; color: var(--muted); }
.ritual-offer .text-link { margin-top: 20px; }
.ritual-details { margin-top: 56px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; padding-top: 24px; color: var(--muted); font-size: 13px; }
.collection-section { background: #9d1f3e; color: #fff; }
.collection-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.collection-heading h2 { font-size: 64px; }
.shade-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.shade-card { padding: 0; border: none; text-align: left; background: #fff; color: var(--ink); min-width: 0; }
.shade-visual { display: block; position: relative; aspect-ratio: 3 / 4; overflow: hidden; }
.shade-visual.clay { background: #d4dacc; }
.shade-visual.rose { background: #eccbd5; }
.shade-visual.berry { background: #cecde0; }
.shade-visual.red { background: #ef9c96; }
.shade-visual img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s ease; }
.shade-card:hover img { transform: scale(1.04) rotate(-3deg); }
.shade-number { position: absolute; top: 18px; left: 18px; font-size: 11px; }
.shade-caption { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 20px 18px; }
.shade-caption strong { font-size: 18px; font-weight: 400; }
.shade-caption small { display: block; font-size: 11px; color: var(--muted); margin-top: 8px; }
.finder-section { background: #f2e5ea; }
.finder-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8%; }
.finder-product { position: relative; background: #e8cdd6; aspect-ratio: 1 / 1; isolation: isolate; overflow: hidden; }
.finder-product img { width: 100%; height: 100%; object-fit: contain; position: relative; z-index: 1; }
.finder-product canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.finder-product.is-3d-ready #selectedProduct { visibility: hidden; }
.finder-word { position: absolute; left: 0; right: 0; bottom: 7%; text-align: center; font-family: Georgia, serif; font-size: 112px; color: rgb(255 255 255 / 45%); }
.finder-copy h2 { font-size: 56px; margin-bottom: 24px; }
.finder-copy > p:not(.eyebrow):not(.selected-shade) { max-width: 360px; font-size: 17px; line-height: 1.65; color: var(--muted); }
.shade-swatches { display: flex; gap: 18px; margin: 32px 0 22px; }
.swatch { width: 44px; height: 44px; border-radius: 50%; border: 4px solid #f2e5ea; outline: 1px solid transparent; }
.swatch.clay { background: #af705f; }
.swatch.rose { background: #bd657e; }
.swatch.berry { background: #722944; }
.swatch.red { background: #ab2638; }
.swatch.is-selected { outline-color: var(--ink); }
.selected-shade { font-size: 11px; margin-bottom: 34px; min-height: 17px; }
.finder-telegram { display: flex; width: fit-content; margin-top: 14px; }
.finder-copy > .order-note { margin-top: 18px; font-size: 12px !important; }
.footer-contacts { display: flex; flex-wrap: wrap; gap: 20px 36px; margin-top: 28px; }
.site-footer { background: #272526; color: white; }
.footer-brand { display: block; font-size: 80px; margin-bottom: 38px; }
.site-footer > div { display: flex; align-items: center; justify-content: space-between; font-size: 13px; }
.site-footer > p { margin-top: 36px; padding-top: 24px; border-top: 1px solid #4e484b; color: #c0babe; font-size: 11px; }
@media (min-width: 1680px) { h1 { font-size: 136px; } .hero-watermark { font-size: 290px; } }
@media (max-width: 1100px) {
  .site-header { padding-inline: 32px; } h1 { font-size: 92px; } .hero-watermark { font-size: 180px; }
  .hero-side { width: 170px; } .hero-side p { font-size: 17px; } .opening-copy h2 { font-size: 64px; }
  .shade-grid { gap: 12px; } .shade-caption { padding: 16px 12px; } .shade-caption strong { font-size: 16px; }
}
@media (max-width: 850px) {
  .model-stage { bottom: 104px; }
  .hero-intro, .opening-copy { top: 17%; width: 90%; text-align: center; }
  h1 { font-size: 74px; } h1 br { display: none; } .hero-intro .eyebrow { margin-bottom: 18px; } .hero-subtitle { margin-top: 14px; }
  .hero-side { width: auto; left: 5%; right: auto; bottom: 19%; } .hero-side p, .hero-side .text-link { display: none; }
  .hero-watermark { font-size: 160px; bottom: 20%; } .opening-copy h2 { font-size: 60px; } .opening-copy h2 br { display: none; }
  .ritual-heading { gap: 40px; } h2, .collection-heading h2 { font-size: 50px; }
  .shade-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; } .finder-copy h2 { font-size: 40px; } .finder-word { font-size: 76px; }
}
@media (min-width: 601px) and (max-width: 850px) {
  .model-stage { top: 120px; }
  .opening-copy h2 br { display: block; }
  .opening-copy h2 { font-size: 42px; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 76px; } .site-header { min-height: 68px; padding: 10px 20px; } .brand { font-size: 36px; }
  .desktop-nav { display: none; } .menu-toggle { display: grid; border: none; } .header-action { font-size: 11px; gap: 8px; } .header-tools { gap: 8px; }
  .cinematic-stage, .film-stage { min-height: 520px; } .hero-intro { top: 15%; } h1 { font-size: 58px; } h1 br { display: block; }
  .eyebrow, .small-label { font-size: 10px; } .hero-intro .eyebrow { margin-bottom: 15px; } .hero-subtitle { font-size: 13px; margin-top: 17px; }
  .hero-watermark { font-size: 88px; bottom: 25%; } .opening-copy { top: 17%; } .opening-copy h2 { font-size: 43px; } .opening-copy h2 br { display: block; }
  .hero-side { display: none; } .hero-bottom { bottom: 28px; left: 20px; right: 20px; flex-wrap: wrap; gap: 12px; }
  .contact-dock { bottom: 28px; }
  .hero-bottom .primary-action { flex: 1; min-width: 0; margin-left: 56px; gap: 8px; }
  .scroll-link { margin-left: auto; }
  .scene-progress { width: 100%; order: -1; font-size: 10px; }
  .section-padding { padding: 54px 20px; } .section-index { margin-bottom: 30px; font-size: 10px; } h2, .collection-heading h2 { font-size: 42px; }
  .ritual-heading { grid-template-columns: 1fr; gap: 28px; } .ritual-heading p { font-size: 16px; } .ritual-details { margin-top: 36px; font-size: 11px; }
  .collection-heading { display: block; margin-bottom: 32px; } .collection-heading .text-link { margin-top: 22px; font-size: 12px; }
  .shade-grid { gap: 18px 12px; } .shade-number { left: 12px; top: 12px; font-size: 9px; } .shade-caption { padding: 14px 10px; gap: 4px; }
  .shade-caption strong { font-size: 14px; } .shade-caption small { font-size: 10px; margin-top: 6px; } .shade-caption svg { width: 16px; height: 16px; }
  .finder-layout { grid-template-columns: 1fr; gap: 40px; } .finder-product { aspect-ratio: 5 / 4; } .finder-word { font-size: 80px; }
  .finder-copy h2 { font-size: 43px; } .finder-copy > p:not(.eyebrow):not(.selected-shade) { font-size: 16px; }
  .footer-brand { font-size: 47px; } .site-footer > div { gap: 20px; font-size: 11px; } .site-footer .text-link { font-size: 11px; }
  .footer-contacts { gap: 12px; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 360px) { h1 { font-size: 51px; } h2, .collection-heading h2 { font-size: 37px; } .header-action { font-size: 10px; } .site-header { padding-inline: 14px; } .shade-grid { grid-template-columns: 1fr; } .footer-brand { font-size: 41px; } }
@media (max-height: 700px) and (min-width: 851px) { .hero-intro { top: 22%; } h1 { font-size: 90px; } .hero-watermark { font-size: 190px; } .opening-copy h2 { font-size: 66px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
