/* Scoped winter landing: no changes to existing catalogue cards. */
.page--new-year { background: #f7f6f2; }
.ny-page { --ny-ink: #28364d; --ny-muted: #566276; --ny-accent: #994662; --ny-pink: #f2dde4; color: var(--ny-ink); }
.ny-page *, .ny-page *::before, .ny-page *::after { box-sizing: border-box; }
.ny-page h1, .ny-page h2, .ny-page h3, .ny-page p { margin: 0; }
.ny-page h1, .ny-page h2, .ny-page h3 { color: inherit; text-transform: none; }
.ny-page h2 { font-size: clamp(30px, 4.1vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
.ny-page a { text-decoration: none; }
.ny-page a:focus-visible, .ny-page button:focus-visible, .ny-page select:focus-visible { outline: 3px solid var(--ny-accent); outline-offset: 5px; }
.ny-eyebrow { display: block; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; line-height: 1.6; }
.ny-hero { display: grid; grid-template-columns: 1.02fr 1fr; align-items: center; gap: 4%; max-width: 1520px; margin: auto; padding: 30px 2.8vw 74px; }
.ny-hero h1 { max-width: 9ch; margin: 24px 0; font-size: clamp(46px, 6.8vw, 92px); line-height: .98; letter-spacing: -.06em; }
.ny-hero__lead { max-width: 29ch; font-size: clamp(19px, 2.15vw, 27px); font-weight: 650; line-height: 1.4; }
.ny-hero__intro { margin-top: 20px !important; max-width: 53ch; color: var(--ny-muted); font-size: 16px; line-height: 1.7; }
.ny-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.ny-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 52px; padding: 16px 22px; border: 0; border-radius: 14px; background: var(--ny-accent); color: #fff !important; font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; transition: background .2s; }
.ny-button:hover { background: #7a3450; }
.ny-text-link { display: inline-block; color: var(--ny-ink); font-size: 14px; font-weight: 750; line-height: 1.5; text-underline-offset: 5px; }
.ny-text-link:hover { text-decoration: underline; }
.ny-hero__booking { display: flex; align-items: center; gap: 10px; margin-top: 20px !important; color: var(--ny-muted); font-size: 12px; }
.ny-hero__booking svg { width: 21px; height: 21px; }
.ny-hero__art { position: relative; min-width: 0; }
.ny-hero__art img { display: block; width: 100%; height: auto; }
.ny-art-caption { position: absolute; top: 7%; left: 8%; z-index: 1; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; transform: rotate(-8deg); }
.ny-art-note { position: absolute; bottom: 3%; right: 1%; padding: 22px; background: #f2dde4; border: 1px solid #e5bdca; border-radius: 18px; transform: rotate(5deg); box-shadow: 0 10px 25px #28364d0a; }
.ny-art-note span { display: block; font-size: 11px; line-height: 1.5; }
.ny-art-note b { display: block; margin-top: 8px; font-size: 27px; letter-spacing: -.04em; line-height: 1.05; }
.ny-section { max-width: 1520px; margin: auto; padding: 70px 2.8vw; }
.ny-section-head { max-width: 780px; margin-bottom: 32px; }
.ny-section-head--compact { margin-bottom: 26px; }
.ny-section-head h2 { margin: 16px 0; }
.ny-section-head--compact h2 { margin: 0; }
.ny-section-head > p { max-width: 65ch; color: var(--ny-muted); font-size: 16px; line-height: 1.7; }
.ny-formats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ny-format { --ny-card-bg: #d8ebef; --ny-card-accent: #315a68; --ny-card-orb: #9dcbd3; position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; min-height: 405px; padding: 32px; border: 1px solid color-mix(in srgb, var(--ny-card-accent) 22%, transparent); border-radius: 28px; background: linear-gradient(145deg, color-mix(in srgb, var(--ny-card-bg) 88%, #fff) 0%, var(--ny-card-bg) 100%); box-shadow: 0 18px 45px #28364d0b; transition: transform .22s ease, box-shadow .22s ease; }
.ny-format:nth-child(2) { --ny-card-bg: #e2dcef; --ny-card-accent: #62507d; --ny-card-orb: #c2b4df; }
.ny-format:nth-child(3) { --ny-card-bg: #f0dce3; --ny-card-accent: #8b4660; --ny-card-orb: #deaabe; }
.ny-format::before { content: ''; position: absolute; z-index: -1; width: 210px; aspect-ratio: 1; top: -78px; right: -64px; border-radius: 50%; background: var(--ny-card-orb); opacity: .7; }
.ny-format::after { content: ''; position: absolute; z-index: -1; width: 104px; height: 104px; right: 34px; bottom: 30px; background: radial-gradient(circle, var(--ny-card-accent) 0 2px, transparent 2.5px) 0 0 / 17px 17px; opacity: .16; transform: rotate(-8deg); }
.ny-format > * { position: relative; z-index: 1; }
.ny-format__icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; background: var(--ny-card-accent); color: #fff; margin-bottom: 32px; box-shadow: 0 12px 24px color-mix(in srgb, var(--ny-card-accent) 22%, transparent); }
.ny-format__icon svg { width: 29px; height: 29px; }
.ny-format .ny-eyebrow { font-size: 9px; }
.ny-format h3 { max-width: 14ch; font-size: clamp(26px, 2.1vw, 32px); line-height: 1.1; letter-spacing: -.04em; margin: 12px 0 16px; }
.ny-format p { max-width: 47ch; color: color-mix(in srgb, var(--ny-card-accent) 76%, var(--ny-ink)); font-size: 14px; line-height: 1.7; padding-bottom: 28px; }
.ny-format a { margin-top: auto; }
.ny-card-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 13px 18px; border: 0; border-radius: 13px; background: var(--ny-card-accent); color: #fff !important; font: inherit; font-size: 13px; font-weight: 780; cursor: pointer; transition: filter .2s ease, transform .2s ease; }
.ny-card-button:hover { filter: brightness(.9); transform: translateY(-1px); }
@media (hover: hover) and (pointer: fine) {
  .ny-format:hover { transform: translateY(-4px); box-shadow: 0 24px 55px #28364d17; }
}
.ny-pricing { scroll-margin-top: 110px; }
.ny-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ny-price { display: flex; flex-direction: column; padding: 26px; border-radius: 22px; border: 1px solid #dedfe5; background: #fff; }
.ny-price__top { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 12px; font-weight: 750; }
.ny-price__top svg { width: 25px; height: 25px; }
.ny-price h3 { margin-top: 20px; min-height: 2.5em; font-size: 19px; line-height: 1.25; letter-spacing: -.02em; }
.ny-price .ny-price__amount { margin: 15px 0 8px; font-size: clamp(34px, 3.2vw, 48px); line-height: 1; font-weight: 800; letter-spacing: -.05em; }
.ny-price__deposit { color: var(--ny-muted); font-size: 12px; line-height: 1.5; margin-bottom: 22px !important; }
.ny-button--small { width: 100%; margin-top: auto; min-height: 46px; padding: 13px 16px; background: #e9e3ed; color: var(--ny-ink) !important; font-size: 12px; }
.ny-button--small:hover { background: #dcd2e3; }
.ny-price--midnight { background: #34435d; color: #fff; border-color: #34435d; }
.ny-price--midnight .ny-price__deposit { color: #e0e6ef; }
.ny-price--midnight .ny-button { background: #f1d6e0; }
.ny-deposit { display: flex; align-items: center; gap: 26px; padding: 28px; margin-top: 22px; background: #f0dee5; border-radius: 22px; }
.ny-deposit > strong { font-size: clamp(48px, 6vw, 76px); letter-spacing: -.055em; }
.ny-deposit h3 { font-size: 21px; margin-bottom: 8px; }
.ny-deposit p { font-size: 14px; max-width: 78ch; line-height: 1.7; }
.ny-pricing-note { margin-top: 16px !important; color: var(--ny-muted); font-size: 12px; line-height: 1.6; }
.ny-page .seo-faq { max-width: 1520px; margin: 0 auto; }
.ny-request { display: grid; grid-template-columns: .85fr 1fr; align-items: start; gap: 6%; max-width: 1520px; margin: 30px auto 60px; padding: 50px 2.8vw; }
.ny-request h2 { margin: 18px 0; }
.ny-request p { font-size: 15px; line-height: 1.7; max-width: 44ch; }
.ny-request .ny-request__note { margin: 25px 0; font-size: 13px; color: var(--ny-muted); }
.ny-request__action { position: relative; overflow: hidden; min-height: 330px; padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; border: 1px solid #dac9d1; border-radius: 28px; background: linear-gradient(145deg, #f0dce4, #e4e8f1); box-shadow: 0 18px 50px #28364d10; }
.ny-request__action::before { content: ''; position: absolute; top: -105px; right: -55px; width: 260px; aspect-ratio: 1; border-radius: 50%; background: #c5dce6; opacity: .75; }
.ny-request__action h3 { position: relative; max-width: 15ch; margin: 0 0 10px; font-size: clamp(27px, 3vw, 38px); line-height: 1.04; letter-spacing: -.045em; }
.ny-request__action p { position: relative; margin-bottom: 22px; color: var(--ny-muted); font-size: 14px; }
.ny-request__action .ny-button { position: relative; }
.ny-form.contact-form { margin: 0; padding: 28px; gap: 20px; background: #fff; border: 1px solid #dce1e7; border-radius: 24px; box-shadow: 0 12px 40px #28364d08; transform: none; }
.ny-form#zayavka { scroll-margin-top: 110px; }
.ny-form select { font-size: 14px; }
.ny-form textarea { resize: vertical; }
.ny-page .consent--analytics { background: #f4f1f5; }

/* New Year checkout reuses the proven animator-cart pattern. */
.page--new-year .ny-booking-dialog { width: min(900px, calc(100% - 28px)); background: #f5f4f0; color: #28364d; }
.page--new-year .ny-booking-dialog::backdrop { background: #1d293dba; backdrop-filter: blur(8px); }
.page--new-year .ny-booking { gap: 20px; }
.page--new-year .ny-booking .hero-cart__header h2 { color: #28364d; }
.page--new-year .ny-booking .hero-cart__header p { color: #566276; }
.ny-booking__choice { margin: 0; padding: 0; border: 0; }
.ny-booking__choice legend { margin-bottom: 12px; color: #566276; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.ny-booking__options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.ny-booking-option { min-width: 0; min-height: 122px; padding: 15px; display: grid; align-content: space-between; gap: 8px; border: 1px solid #d7dce3; border-radius: 16px; background: #fff; color: #28364d; font: inherit; text-align: left; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
.ny-booking-option:hover { transform: translateY(-2px); border-color: #9a526a; }
.ny-booking-option.is-selected { border-color: #34435d; background: #e8edf3; box-shadow: inset 0 0 0 1px #34435d, 0 8px 22px #34435d14; }
.ny-booking-option > span { min-width: 0; display: flex; align-items: center; gap: 8px; }
.ny-booking-option svg { flex: 0 0 auto; width: 22px; height: 22px; color: #994662; }
.ny-booking-option b { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.ny-booking-option small { color: #6a7484; font-size: 10px; line-height: 1.35; }
.ny-booking-option strong { font-size: 22px; letter-spacing: -.035em; }
.ny-booking__order { border-color: #d9dde4; background: #fff; }
.ny-booking__order .hero-cart__item { background: #f5f7f9; }
.ny-booking__order .ny-booking__deposit { background: #f2dfe6; }
.ny-booking__order .hero-cart__total { background: #34435d; }
.ny-booking .hero-cart__lead { padding: 22px; border: 1px solid #d9dde4; border-radius: 20px; background: #fff; }
.ny-booking .hero-cart__lead .mono-tag { display: block; margin-bottom: 8px; color: #994662; }
.ny-booking .hero-cart__lead h3 { color: #28364d; font-size: 25px; }
.ny-booking__lead-copy { margin: -4px 0 16px; color: #667184; font-size: 13px; line-height: 1.5; }
.ny-booking__contact-summary { margin: 0 0 16px; display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 8px; }
.ny-booking__contact-summary > span { min-width: 0; padding: 12px; display: grid; gap: 5px; border-radius: 12px; background: #eef1f5; }
.ny-booking__contact-summary > span:last-child { background: #f2dfe6; }
.ny-booking__contact-summary small { color: #687386; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ny-booking__contact-summary b { overflow: hidden; color: #28364d; font-size: 13px; line-height: 1.3; text-overflow: ellipsis; }
.ny-booking .hero-cart__fields label { color: #566276; }
.ny-booking .hero-cart__fields input:focus { outline-color: #994662; }
.ny-booking .cream-button { border-color: #994662; background: #994662; color: #fff; }
.ny-booking .cream-button:hover { background: #7a3450; }
.page--new-year .ny-booking-dialog :focus-visible { outline: 3px solid #994662; outline-offset: 3px; }

/* Lightweight motion: transform/opacity only, with reduced-motion fallback. */
.ny-motion-ready .ny-hero__copy > * { animation: ny-rise-in .7s cubic-bezier(.2,.7,.2,1) both; }
.ny-motion-ready .ny-hero__copy > :nth-child(2) { animation-delay: 70ms; }
.ny-motion-ready .ny-hero__copy > :nth-child(3) { animation-delay: 140ms; }
.ny-motion-ready .ny-hero__copy > :nth-child(4) { animation-delay: 210ms; }
.ny-motion-ready .ny-hero__copy > :nth-child(5) { animation-delay: 280ms; }
.ny-motion-ready .ny-hero__copy > :nth-child(6) { animation-delay: 350ms; }
.ny-motion-ready .ny-hero__art { animation: ny-art-in .9s cubic-bezier(.2,.7,.2,1) 120ms both; }
.ny-motion-ready .ny-hero__art img { animation: ny-winter-float 6.5s ease-in-out 1.1s infinite; }
.ny-hero__art::before,
.ny-hero__art::after { content: ''; position: absolute; z-index: 2; width: 18px; height: 18px; background: #fff; clip-path: polygon(45% 0, 56% 0, 59% 40%, 100% 45%, 100% 56%, 59% 59%, 56% 100%, 45% 100%, 41% 59%, 0 56%, 0 45%, 41% 40%); pointer-events: none; }
.ny-hero__art::before { top: 19%; right: 12%; animation: ny-twinkle 3.8s ease-in-out infinite; }
.ny-hero__art::after { bottom: 25%; left: 5%; width: 12px; height: 12px; animation: ny-twinkle 3.8s ease-in-out 1.7s infinite; }
.ny-motion-ready .ny-hero .ny-button { animation: ny-cta-breathe 4.5s ease-in-out 1.4s infinite; }
.ny-motion-ready .ny-reveal { opacity: 0; transform: translateY(24px); transition: opacity .62s ease var(--ny-reveal-delay, 0ms), transform .62s cubic-bezier(.2,.7,.2,1) var(--ny-reveal-delay, 0ms); }
.ny-motion-ready .ny-reveal.is-visible { opacity: 1; transform: translateY(0); }
.page--new-year .ny-booking-dialog[open] { animation: ny-dialog-in .28s cubic-bezier(.2,.75,.2,1) both; }

@keyframes ny-rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ny-art-in { from { opacity: 0; transform: translateY(20px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes ny-winter-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes ny-twinkle { 0%, 100% { opacity: .25; transform: scale(.7) rotate(0); } 45% { opacity: 1; transform: scale(1.15) rotate(35deg); } }
@keyframes ny-cta-breathe { 0%, 72%, 100% { box-shadow: 0 0 0 0 #99466200; } 82% { box-shadow: 0 0 0 9px #99466218; } }
@keyframes ny-dialog-in { from { opacity: 0; transform: translateY(12px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 1000px) {
  .ny-hero { gap: 2%; padding-top: 20px; }
  .ny-hero h1 { font-size: 65px; }
  .ny-price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ny-format { padding: 22px; }
  .ny-format h3 { font-size: 23px; }
  .ny-request { gap: 24px; }
}
@media (max-width: 700px) {
  .ny-hero { grid-template-columns: 1fr; padding: 20px 20px 30px; }
  .ny-hero h1 { font-size: clamp(44px, 12.5vw, 70px); margin: 20px 0; max-width: 12ch; }
  .ny-hero__intro { font-size: 15px; }
  .ny-hero__art { max-width: 400px; width: 88%; margin: 20px auto 0; }
  .ny-art-note { padding: 16px; }
  .ny-art-note b { font-size: 23px; }
  .ny-section { padding: 40px 20px; }
  .ny-formats, .ny-request { grid-template-columns: 1fr; }
  .ny-format { padding: 25px; }
  .ny-format h3 { max-width: 22ch; font-size: 27px; }
  .ny-format__icon { margin-bottom: 16px; }
  .ny-price-grid { gap: 12px; }
  .ny-price { padding: 20px 15px; }
  .ny-price h3 { font-size: 17px; }
  .ny-price .ny-price__amount { font-size: 32px; }
  .ny-button--small { font-size: 11px; padding: 12px; gap: 8px; }
  .ny-deposit { align-items: flex-start; gap: 16px; padding: 22px; }
  .ny-deposit > strong { font-size: 44px; }
  .ny-deposit h3 { font-size: 18px; }
  .ny-request { padding: 30px 20px; margin-bottom: 30px; }
  .ny-form.contact-form { padding: 22px; grid-template-columns: 1fr; }
  .ny-actions { gap: 18px; }
  .ny-request__action { min-height: 280px; }
  .ny-booking__options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page--new-year .ny-booking .hero-cart__lead { padding: 18px; }
}
@media (max-width: 600px) {
  .ny-booking__contact-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ny-booking__contact-summary > span:first-child { grid-column: 1 / -1; }
  .page--new-year .ny-booking[data-mobile-step="contacts"] > .ny-booking__choice { display: none; }
  .page--new-year .ny-booking[data-mobile-step="program"] > .ny-booking__choice { display: block; }
  .page--new-year .ny-booking[data-mobile-step="contacts"] > .hero-cart__lead { display: block; }
  .page--new-year .ny-booking[data-mobile-step="program"] > .hero-cart__lead { display: none; }
}
@media (max-width: 390px) {
  .ny-price-grid { grid-template-columns: 1fr; }
  .ny-price { padding: 24px; }
  .ny-price h3 { min-height: auto; }
  .ny-deposit { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .ny-page *, .page--new-year .ny-booking-dialog { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .ny-motion-ready .ny-reveal { opacity: 1 !important; transform: none !important; }
}
