.hero-monogram, .menu-toggle { display: none; }
.hero-artwork { display: contents; }
.mobile-menu { position: fixed; inset: 0; width: 100%; max-width: none; height: 100dvh; min-height: 100svh; max-height: none; margin: 0; padding: 0; border: 0; background: var(--paper); color: var(--ink); overflow-y: auto; overscroll-behavior: contain; transform: translateZ(0); }
.mobile-menu::backdrop { background: var(--paper); }
.menu-header { display: flex; align-items: center; justify-content: space-between; height: 68px; padding-inline: 22px; }
.menu-header .brand, .menu-header .brand img { width: 80px; }
.menu-header-actions { display: flex; align-items: center; gap: 18px; }
.menu-header .contact { min-height: 44px; padding: 0; gap: 9px; font-size: 13px; font-weight: 400; }
.menu-header .contact-label { display: none; }
.menu-header .contact .contact-short { display: inline; font-size: inherit; }
.menu-toggle, .menu-close { align-items: center; justify-content: center; gap: 10px; width: 80px; min-height: 44px; padding: 0; border: 0; background: none; color: inherit; font-size: 12px; font-weight: 400; cursor: pointer; }
.menu-toggle:focus-visible, .menu-close:focus-visible { outline: 2px solid var(--violet); outline-offset: 3px; }
.menu-close { display: inline-flex; }
.menu-icon { position: relative; display: block; width: 24px; height: 18px; flex: 0 0 auto; }
.menu-icon::before, .menu-icon::after { content: ''; position: absolute; left: 0; width: 24px; height: 1px; background: currentColor; }
.menu-icon::before { top: 5px; }
.menu-icon::after { bottom: 5px; }
.menu-close .menu-icon::before { top: 8.5px; transform: rotate(45deg); }
.menu-close .menu-icon::after { bottom: 8.5px; transform: rotate(-45deg); }
.menu-body { padding: 32px 22px max(32px, env(safe-area-inset-bottom)); }
.menu-links { display: grid; }
.menu-links a { display: flex; align-items: center; min-height: 70px; padding-block: 15px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(30px, 8.2vw, 52px); font-weight: 500; line-height: 1.1; letter-spacing: -.045em; }
.menu-client { display: flex; align-items: center; justify-content: center; min-height: 52px; margin-top: 28px; padding: 12px 18px; border: 1px solid var(--ink); font-size: 15px; }
.menu-links a:hover, .menu-client:hover { color: var(--violet); }
body[data-menu-open] > :is(main, footer, header.navigation) { visibility: hidden; }
@media (max-width: 1050px) {
  html { scroll-padding-top: 76px; }
  .navigation { height: 68px; padding-inline: 22px; }
  .navigation .brand, .navigation .brand img { width: 80px; }
  .navigation nav { gap: 18px; }
  .navigation.menu-ready .client-access { display: none; }
  .navigation.menu-ready .menu-toggle { display: inline-flex; }
  .navigation .contact { width: auto; min-height: 44px; padding: 0; gap: 9px; font-size: 13px; font-weight: 400; }
  .navigation .contact .contact-label { display: none; }
  .navigation .contact .contact-short { display: inline; font-size: inherit; }
}
@media (max-width: 760px) {
  :root { --gutter: 22px; }
  .hero { display: flex; flex-direction: column; min-height: calc(100svh - 68px); padding: 14px var(--gutter) max(18px, env(safe-area-inset-bottom)); gap: 14px; justify-content: flex-start; overflow-x: clip; }
  .hero-kicker { font-size: 11px; line-height: 1.3; }
  .hero-kicker > span:last-child { display: none; }
  .hero .poster { display: flex; flex-direction: column; row-gap: 14px; flex: 1; width: 100%; margin: 0; }
  .hero .wordmark { display: none; }
  .hero .signature { display: contents; }
  .hero h1 { font-size: clamp(40px, 13.1vw, 76px); line-height: .94; letter-spacing: -.055em; }
  .hero h1 .line { white-space: normal; overflow-wrap: anywhere; }
  .hero h1 .word-signature { display: block; }
  .hero .signature p { flex: 0 1 43%; max-width: 140px; margin: 0; padding-right: 14px; font-size: 12px; line-height: 1.45; letter-spacing: -.01em; }
  .hero-artwork { display: flex; position: relative; align-items: center; flex: 1; min-height: 140px; }
  .hero-monogram { display: block; position: absolute; top: 0; bottom: 0; right: calc(-1 * var(--gutter) - 14px); height: 100%; max-height: calc((57cqw + var(--gutter) + 14px) * 2048 / 1672); width: auto; margin-block: auto; aspect-ratio: 1672 / 2048; mask: url('assets/monogramme-sasha.png') center / 100% 100% no-repeat; -webkit-mask: url('assets/monogramme-sasha.png') center / 100% 100% no-repeat; }
  .hero .hero-bottom { display: block; width: 100%; margin: 0; padding-top: 16px; }
  .hero .hero-price { margin-bottom: 7px; font-size: 24px; }
  .hero .hero-price span { font-size: 12px; }
  .hero .hero-facts { flex-wrap: wrap; max-width: none; gap: 4px 9px; font-size: 11px; line-height: 1.4; }
  .hero .hero-facts li { display: inline-flex; align-items: baseline; }
  .hero .hero-facts li:last-child { width: 100%; }
  .hero .hero-facts li + li::before { display: inline-block; flex: 0 0 auto; content: '·'; margin-right: 9px; }
  .hero .hero-facts li:last-child::before { display: none; }
  .hero .hero-actions { display: flex; flex-direction: column; align-items: stretch; margin-top: 14px; gap: 2px; }
  .hero .discover { order: 0; justify-content: space-between; width: 100%; min-height: 52px; padding: 6px 6px 6px 22px; font-size: 17px; }
  .hero .discover > span { width: 39px; height: 39px; font-size: 24px; }
  .hero .explore { order: 1; justify-content: center; width: 100%; min-height: 44px; padding: 10px 0; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
}
@media (max-width: 760px) and (max-height: 700px) {
  .hero { padding-top: 10px; gap: 10px; }
  .hero .poster { row-gap: 10px; }
  .hero .hero-bottom { padding-top: 14px; }
}
@media (max-width: 360px) {
  :root { --gutter: 18px; }
  .navigation, .menu-header { padding-inline: 18px; }
  .navigation nav, .menu-header-actions { gap: 14px; }
  .menu-toggle, .menu-close { gap: 8px; }
  .hero .hero-facts { gap: 3px 7px; font-size: 10px; }
  .hero .hero-facts li + li::before { margin-right: 7px; }
  .hero .hero-facts li:last-child { width: 100%; }
  .hero .hero-facts li:last-child::before { display: none; }
}
