@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-italic.woff2") format("woff2");
}
:root {
  color-scheme: dark;
  --white: #f4f1f7;
  --smoke: #c4c0cc;
  --lavender: #c8b5e1;
  --line: rgba(226, 217, 237, .21);
  --serif: "Cormorant Garamond", Georgia, serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: #19151f; color: var(--white); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
::selection { background: #b3a1c7; color: #19151f; }
.atmosphere {
  position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none;
  background: radial-gradient(ellipse at 76% 15%, #6b587c88, transparent 60%), repeating-linear-gradient(125deg, #1c1725 0%, #53435f 13%, #2d2539 22%, #77687e 28%, #211b2b 38%);
}
#satin { width: 100%; height: 100%; display: block; opacity: 0; }
#satin.ready { opacity: 1; }
.shade {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 38%, rgba(16, 12, 24, .08) 0%, rgba(13, 12, 18, .34) 76%), linear-gradient(180deg, rgba(16, 14, 20, .25), rgba(16, 14, 20, .05) 28%, rgba(14, 12, 19, .65));
}
.page { min-height: 100svh; max-width: 1920px; margin: auto; padding: 0 clamp(24px, 4.5vw, 86px); display: flex; flex-direction: column; }
header { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 97px; border-bottom: 1px solid var(--line); }
.brand-detail { display: flex; align-items: center; gap: 12px; }
.brand-detail span, .salon-label, .announcement h2, .footer-note { text-transform: uppercase; font-weight: 400; font-size: 10px; line-height: 1.6; letter-spacing: .22em; }
.brand-detail span { font-size: 10px; letter-spacing: .17em; }
.spark { width: 30px; height: 30px; color: var(--lavender); }
.salon-label { letter-spacing: .38em; }
main { flex: 1; display: grid; place-items: center; padding: 58px 0 54px; }
.hero { text-align: center; width: 100%; }
h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(108px, 13.5vw, 200px); letter-spacing: -.055em; line-height: .79; margin: 0; text-shadow: 0 2px 40px rgba(17, 12, 27, .12); }
.title-line { display: block; overflow: hidden; padding: .14em .1em .2em; margin: -.06em 0; }
.title-line + .title-line { margin-top: -.13em; }
.title-word { display: inline-block; }
h1 em { font-size: .69em; letter-spacing: -.06em; color: #d2c4e2; margin-right: .055em; }
.announcement { margin-top: 43px; }
.fine-line { display: block; height: 1px; width: 38px; background: #b7a2c5; margin: 0 auto 24px; }
.announcement h2 { font-size: 10px; letter-spacing: .25em; margin: 0 0 13px; }
.announcement p { margin: 0; font-size: 12px; line-height: 1.85; color: var(--smoke); }
footer { min-height: 80px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; border-top: 1px solid var(--line); color: var(--smoke); font-size: 10px; line-height: 1.7; }
.footer-note { font-size: 9px; letter-spacing: .18em; }
.motion-toggle { justify-self: end; display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 8px 0 8px 12px; border: 0; background: none; color: var(--smoke); font: inherit; cursor: pointer; }
.motion-toggle[hidden] { display: none; }
.motion-toggle svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.15; }
.motion-toggle .play-icon, .motion-toggle.paused .pause-icon { display: none; }
.motion-toggle.paused .play-icon { display: block; }
.motion-toggle:hover { color: white; }
.motion-toggle:focus-visible { outline: 1px solid var(--lavender); outline-offset: 5px; border-radius: 2px; }
@media (prefers-reduced-motion: no-preference) {
  .title-word { animation: unfold 1.4s cubic-bezier(.2,.7,.2,1) both; }
  .title-word.second { animation-delay: .16s; }
  .reveal { animation: arrive 1.4s ease both; }
  .announcement { animation-delay: .55s; }
  @keyframes unfold { from { transform: translateY(112%) rotate(2deg); opacity: 0; } to { transform: translateY(0) rotate(0); opacity: 1; } }
  @keyframes arrive { from { transform: translateY(9px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
}
@media (max-width: 700px) {
  header { min-height: 80px; }
  main { padding: 64px 0 54px; }
  h1 { font-size: clamp(80px, 18vw, 126px); }
  .announcement { margin-top: 45px; }
  .announcement h2 { font-size: 9px; }
  .announcement p { font-size: 11px; }
  footer { min-height: 76px; grid-template-columns: 1fr auto; gap: 12px; font-size: 9px; }
  .footer-note { display: none; }
  .brand-detail span { font-size: 8px; letter-spacing: .13em; }
  .salon-label { font-size: 9px; }
  .spark { width: 26px; height: 26px; }
}
@media (max-width: 360px) {
  .page { padding-inline: 20px; }
  h1 { font-size: 76px; }
  .announcement p { font-size: 10px; }
  .brand-detail { gap: 8px; }
}
@media (min-width: 701px) and (max-height: 780px) {
  header { min-height: 78px; }
  main { padding: 30px 0; }
  h1 { font-size: min(12vw, 155px); }
  .announcement { margin-top: 28px; }
  .fine-line { margin-bottom: 20px; }
  footer { min-height: 66px; }
}
