:root {
  color-scheme: light;
  --brown: #4a210f;
  --cream: #fbf1e8;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; background: radial-gradient(circle at 0 20%, #fff8ef, transparent 35%), linear-gradient(90deg, #ecdbcd, #f8ecdf 24%, #f8ecdf 76%, #e8d3c1); color: #2e170e; font-family: Arial, Helvetica, sans-serif; }
body.form-open, body.is-preloading { overflow: hidden; }
button, input { font: inherit; }
button { cursor: pointer; }

.floating-action { position: fixed; z-index: 40; right: max(18px, calc((100vw - 941px) / 2 + 18px)); bottom: max(18px, calc(env(safe-area-inset-bottom) + 18px)); display: grid; place-items: center; width: 56px; height: 56px; padding: 0; border: 1px solid rgba(255, 235, 210, .55); border-radius: 50%; background: linear-gradient(135deg, #391807, #683014); color: #fff8f0; box-shadow: 0 9px 25px rgba(57, 24, 7, .25); transition: opacity .25s ease, visibility .25s ease, transform .25s ease, box-shadow .25s ease; }
.back-to-top { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px); }
.back-to-top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.ambient-toggle { bottom: calc(max(18px, env(safe-area-inset-bottom) + 18px) + 68px); }
.ambient-toggle.is-active { box-shadow: 0 9px 25px rgba(57, 24, 7, .25), 0 0 0 5px rgba(189, 124, 88, .2); }
.floating-action:focus-visible { outline: 2px solid #713918; outline-offset: 4px; }
body.form-open .floating-action { opacity: 0; visibility: hidden; pointer-events: none; }
@media (hover: hover) and (pointer: fine) { .floating-action:hover { transform: translateY(-3px); box-shadow: 0 13px 30px rgba(57, 24, 7, .33), 0 0 0 3px rgba(113, 57, 24, .16); } }
@media (max-width: 600px) { .floating-action { width: 50px; height: 50px; } .ambient-toggle { bottom: calc(max(18px, env(safe-area-inset-bottom) + 18px) + 62px); } }

.petal-layer { position: fixed; z-index: 35; inset: 0; overflow: hidden; pointer-events: none; }
.falling-petal { position: absolute; top: -35px; left: var(--petal-x); width: var(--petal-size); height: var(--petal-size); animation: petal-fall var(--petal-duration) linear forwards; will-change: transform; }
.falling-petal::before { content: ""; display: block; width: 100%; height: 100%; border: 1px solid rgba(190, 112, 92, .28); border-radius: 75% 0 75% 0; background: linear-gradient(135deg, rgba(255, 240, 230, .95), rgba(224, 155, 138, .86) 65%, rgba(190, 120, 101, .82)); box-shadow: 0 2px 7px rgba(110, 55, 38, .12); animation: petal-flutter 1.7s ease-in-out infinite alternate; }
.falling-petal:nth-child(3n)::before { background: linear-gradient(135deg, rgba(255, 248, 232, .95), rgba(217, 179, 137, .9)); }
@keyframes petal-fall { from { transform: translate3d(0, -4vh, 0) rotate(0deg); opacity: 0; } 7% { opacity: .9; } 90% { opacity: .86; } to { transform: translate3d(var(--petal-drift), 110vh, 0) rotate(var(--petal-spin)); opacity: 0; } }
@keyframes petal-flutter { from { transform: rotate(-28deg) scaleX(.65); } to { transform: rotate(32deg) scaleX(1.1); } }

.site-preloader { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 42%, #fff9f1 0, #f8ede2 31%, #e8d2c1 100%); opacity: 1; visibility: visible; transition: opacity .35s ease, visibility .35s ease; }
.site-preloader::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 36%, rgba(255,255,255,.32) 51%, transparent 66%); opacity: .7; }
.site-preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-content { position: relative; display: flex; flex-direction: column; align-items: center; width: min(100%, 380px); text-align: center; }
.preloader-emblem { position: relative; display: grid; place-items: center; width: clamp(180px, 36vw, 250px); aspect-ratio: 1; border: 1px solid rgba(145, 79, 32, .34); border-radius: 50%; box-shadow: 0 0 0 12px rgba(255,255,255,.15), 0 20px 55px rgba(105,52,19,.12), inset 0 0 36px rgba(255,250,239,.72); animation: preloader-pulse 2.15s ease-in-out infinite; }
.preloader-emblem img { display: block; width: 91%; height: 91%; object-fit: contain; filter: drop-shadow(0 5px 12px rgba(103,50,15,.2)); }
.preloader-wordmark { margin: 12px 0 0; padding-left: .12em; color: #50240f; font: 500 clamp(62px, 13vw, 90px)/.88 Georgia, 'Times New Roman', serif; letter-spacing: .12em; text-shadow: 0 2px 0 rgba(255,251,240,.82), 0 8px 18px rgba(99,49,19,.13); }
.preloader-caption { margin-top: 15px; padding-left: .38em; color: #70472f; font-size: clamp(9px, 2vw, 12px); letter-spacing: .38em; white-space: nowrap; }
.preloader-track { width: 126px; height: 2px; margin-top: 38px; overflow: hidden; border-radius: 99px; background: rgba(109,58,29,.16); }
.preloader-track span { display: block; width: 36%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #a66c3b, #683015); animation: preloader-progress 1.5s ease-in-out infinite alternate; }
.preloader-status { max-width: 310px; margin: 20px 0 0; color: #70472f; font-size: 14px; line-height: 1.45; }
.preloader-retry { margin-top: 14px; padding: 11px 22px; border: 0; border-radius: 999px; background: #542713; color: #fff8f0; font-size: 14px; }
.preloader-retry:focus-visible { outline: 2px solid #542713; outline-offset: 3px; }
@keyframes preloader-pulse { 0%, 100% { transform: scale(1); box-shadow: 0 0 0 12px rgba(255,255,255,.15), 0 20px 55px rgba(105,52,19,.12), inset 0 0 36px rgba(255,250,239,.72); } 50% { transform: scale(1.055); box-shadow: 0 0 0 20px rgba(255,255,255,.2), 0 25px 66px rgba(151,83,36,.2), inset 0 0 42px rgba(255,250,239,.85); } }
@keyframes preloader-progress { from { transform: translateX(-100%); } to { transform: translateX(280%); } }

.site-header { position: absolute; z-index: 80; top: 0; left: 50%; width: min(100%, 941px); height: 110px; padding: 0 47px; display: flex; align-items: center; gap: 23px; transform: translateX(-50%); background: linear-gradient(105deg, #ead8c7, #f6e9dc 49%, #f8e8d9 78%, #ead7c7); transition: transform .35s ease, top .35s ease, width .35s ease, height .35s ease, background .35s ease; }
.site-header.is-floating { position: fixed; top: 10px; width: min(920px, calc(100% - 24px)); height: 68px; padding: 0 22px; border-radius: 999px; background: rgba(250, 238, 226, .94); box-shadow: 0 12px 34px rgba(62, 26, 10, .16); backdrop-filter: blur(14px); animation: header-slide-down .38s ease both; }
@keyframes header-slide-down { from { opacity: 0; transform: translate(-50%, -125%); } to { opacity: 1; transform: translate(-50%, 0); } }
.header-brand { display: flex; flex-direction: column; align-items: center; flex: 0 0 auto; color: #3e1b0d; text-decoration: none; }
.header-brand span { font: 500 50px/.72 Georgia, serif; letter-spacing: .08em; }
.header-brand small { margin-top: 9px; padding-left: .5em; font-size: 10px; letter-spacing: .5em; }
.site-header.is-floating .header-brand span { font-size: 37px; }
.site-header.is-floating .header-brand small { margin-top: 6px; font-size: 7px; }
.header-nav { display: flex; justify-content: center; align-items: center; gap: clamp(10px, 1.5vw, 20px); flex: 1 1 auto; white-space: nowrap; }
.header-nav a { color: #2e1d15; font-size: 10px; text-decoration: none; text-transform: uppercase; }
.mobile-nav-backdrop { display: none; }
.header-cta { display: grid; place-items: center; flex: 0 0 174px; height: 50px; border-radius: 999px; background: linear-gradient(110deg, #391807, #683014); color: #fff9f2; font-size: 11px; text-transform: uppercase; text-decoration: none; white-space: nowrap; transition: box-shadow .22s ease, background-color .22s ease; }
.site-header.is-floating .header-cta { height: 44px; flex-basis: 160px; }
.header-menu-button { display: none; }
.header-brand:focus-visible, .header-nav a:focus-visible, .header-cta:focus-visible, .header-menu-button:focus-visible { outline: 2px solid #673216; outline-offset: 4px; }

.design-page { position: relative; width: min(100%, 941px); margin: -1px auto 0; aspect-ratio: 941 / 1672; overflow: hidden; container-type: inline-size; background: #f5e8dc; box-shadow: 0 0 60px rgba(83, 42, 21, .09); }
.design-page:first-child { margin-top: 0; }
.design-page:not(#page-1) { aspect-ratio: 941 / 1567; scroll-margin-top: 82px; }
.design-page > img { display: block; width: 100%; height: auto; user-select: none; -webkit-user-drag: none; }
.design-page:not(#page-1) > img { transform: translateY(-6.28%); }
#page-1::before { content: ""; position: absolute; z-index: 1; inset: 0 0 auto; height: 9%; background: linear-gradient(105deg, #ead8c7, #f6e9dc 49%, #f8e8d9 78%, #ead7c7); -webkit-mask-image: linear-gradient(to bottom, #000 0 76%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0 76%, transparent 100%); pointer-events: none; }
.hotspots, .image-form { position: absolute; inset: 0; pointer-events: none; }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; border: 0 !important; opacity: 0 !important; pointer-events: none !important; }
.hotspot, .form-field, .choice-set, .consent, .privacy-link, .image-submit, .mobile-form-open { position: absolute; pointer-events: auto; }
.hotspot { display: block; padding: 0; border: 1px solid transparent; border-radius: 999px; background: transparent; color: transparent; text-indent: -9999px; overflow: hidden; cursor: pointer; transition: box-shadow .22s ease, background-color .22s ease; }
.hotspot:focus-visible { outline: 2px solid #673216; outline-offset: 2px; }
.hotspot.hotspot-nav { border-radius: 7px; }
.hotspot.hotspot-faq { border-radius: 30px; }
.hotspot.hotspot-scroll { border-radius: 10px; }

.image-form .mobile-form-head, .image-form label:not(.consent), .image-form legend, .mobile-consent-text { display: none; }
.form-field input { display: block; width: 100%; height: 100%; padding: 0 16px; border: 1px solid transparent; border-radius: 15px; outline: none; background: transparent; color: transparent; font-size: clamp(11px, 1.63cqw, 16px); }
.form-field input::placeholder { color: transparent; }
.form-field input:focus, .form-field input:not(:placeholder-shown) { border-color: rgba(98, 62, 42, .25); background: rgba(255, 249, 244, .96); color: #2d1c15; }
.form-field input:focus::placeholder { color: #79736e; opacity: 1; }
.form-field input:focus-visible { border-color: #7b3a18; box-shadow: 0 0 0 2px rgba(123,58,24,.23); }
.social input { padding-left: 27%; }
.social-other input { padding-left: 8.5%; }
.contact input { padding-left: 20%; }
.social input:focus, .social input:not(:placeholder-shown) { background: linear-gradient(90deg, transparent 22%, #fff9f4 27%); }
.social-other input:focus, .social-other input:not(:placeholder-shown) { background: linear-gradient(90deg, transparent 7%, #fff9f4 9%); }
.contact input:focus, .contact input:not(:placeholder-shown) { background: linear-gradient(90deg, transparent 17%, #fff9f4 20%); }
.choice-set { margin: 0; padding: 0; border: 0; display: grid; grid-template-columns: 111fr 112fr 122fr 126fr 137fr; gap: 2%; }
.choice-set button { min-width: 0; width: 100%; height: 100%; padding: 0; border: 1px solid transparent; border-radius: 14px; background: transparent; color: transparent; font-size: 0; transition: box-shadow .2s ease, background-color .2s ease; }
.choice-set button:focus-visible { outline: 2px solid rgba(95, 46, 20, .55); outline-offset: -2px; }
.choice-set button.selected { background: rgba(255, 249, 239, .28); box-shadow: inset 0 0 0 2px #713918; }
.choice-set.experience { grid-template-columns: 319fr 328fr; gap: 2.3%; }
.choice-set.format { grid-template-columns: 182fr 101fr 228fr 109fr; gap: 2.2%; }
.choice-set.hours { grid-template-columns: 153fr 142fr 147fr; gap: 3%; }
.choice-set input[type="hidden"] { display: none; }
.consent { display: grid; place-items: center; margin: 0; cursor: pointer; }
.consent input { position: absolute; inset: 0; margin: 0; opacity: 0; cursor: pointer; }
.consent-circle { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: transparent; }
.consent input:checked + .consent-circle::after { content: "✓"; font-size: 25px; color: #552611; }
.consent input:focus-visible + .consent-circle { outline: 2px solid #713918; outline-offset: 5px; }
.privacy-link { display: block; border-radius: 4px; }
.privacy-link:focus-visible { outline: 2px solid rgba(99, 43, 16, .55); }
.image-submit { padding: 0; border: 1px solid transparent; border-radius: 100px; background: transparent; color: transparent; font-size: 0; transition: box-shadow .22s ease, background-color .22s ease; }
.image-submit:disabled { cursor: wait; }
.image-submit:focus-visible { outline: 2px solid #673216; outline-offset: 3px; }
.image-submit span { display: none; }
.form-message { display: none; }
.mobile-form-open { display: none; }

@media (hover: hover) and (pointer: fine) {
  .hotspot-cta:hover, .hotspot-faq:hover, .image-submit:hover {
    background-color: rgba(255, 248, 237, .06);
    box-shadow: inset 0 0 0 2px rgba(255, 246, 233, .78), 0 0 0 1px rgba(100, 48, 20, .32);
  }
  .header-cta:hover { box-shadow: 0 0 0 2px rgba(100, 48, 20, .35), 0 0 18px rgba(173, 102, 53, .35); }
  .choice-set button:hover { background-color: rgba(255, 248, 237, .12); box-shadow: inset 0 0 0 2px rgba(100, 48, 20, .46); }
  .header-nav a:hover { color: #96522d; }
}

.notice { position: fixed; z-index: 50; left: 50%; bottom: 24px; width: min(560px, calc(100% - 24px)); padding: 15px 20px; border: 1px solid #d9bda7; border-radius: 15px; background: #fff7ed; color: #381d10; box-shadow: 0 12px 35px rgba(44,18,6,.24); text-align: center; line-height: 1.45; opacity: 0; visibility: hidden; transform: translate(-50%, 15px); transition: .25s; }
.notice.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.notice.error { border-color: #ad6256; }

.info-dialog { width: min(500px, calc(100% - 30px)); max-height: calc(100vh - 40px); padding: 34px; border: 1px solid #fff; border-radius: 26px; background: #fff4e9; color: #351d12; box-shadow: 0 25px 90px rgba(24,9,3,.4); }
.info-dialog::backdrop { background: rgba(34,13,4,.62); backdrop-filter: blur(5px); }
.info-dialog h2 { margin: 0 35px 12px 0; font: 500 34px/1.05 Georgia, serif; }
.info-dialog p { margin: 0; line-height: 1.55; }
.dialog-close { position: absolute; top: 12px; right: 13px; width: 37px; height: 37px; border: 0; border-radius: 50%; background: #4a210f; color: #fff; font-size: 26px; line-height: 1; }

.privacy-page { width: min(760px, calc(100% - 40px)); min-height: 100vh; margin: auto; padding: 70px 0; }
.privacy-back { display: inline-block; margin-bottom: 70px; color: #5a2a12; text-decoration: underline; }
.privacy-page h1 { margin: 0 0 30px; font: 500 clamp(42px, 8vw, 72px)/.95 Georgia, serif; }
.privacy-page p { font-size: 18px; line-height: 1.6; }

@media (max-width: 840px) {
  body.nav-open { overflow: hidden; }
  .mobile-nav-backdrop { position: fixed; z-index: 79; inset: 0; display: block; background: rgba(38, 18, 9, .38); backdrop-filter: blur(4px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, visibility .25s ease; }
  body.nav-open .mobile-nav-backdrop { opacity: 1; visibility: visible; pointer-events: auto; }
  .site-header { height: 82px; padding: 0 18px; gap: 12px; }
  .site-header.is-floating { height: 62px; padding: 0 15px; }
  .site-header.menu-open { background: #fff2e6; box-shadow: 0 12px 36px rgba(54,23,9,.14); }
  .site-header.is-floating.menu-open { border-radius: 20px 20px 0 0; }
  .header-brand span { font-size: 38px; }
  .header-brand small { margin-top: 6px; font-size: 8px; }
  .site-header.is-floating .header-brand span { font-size: 32px; }
  .header-cta { flex: 0 0 150px; height: 44px; margin-left: auto; font-size: 10px; }
  .site-header.is-floating .header-cta { flex-basis: 142px; height: 40px; }
  .header-menu-button { display: flex; flex: 0 0 44px; width: 44px; height: 44px; padding: 0; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid rgba(94,45,19,.12); border-radius: 50%; background: rgba(94,45,19,.09); }
  .header-menu-button span { width: 19px; height: 2px; border-radius: 2px; background: #45200e; transition: transform .25s; }
  .site-header.menu-open .header-menu-button span:first-child { transform: translateY(4px) rotate(45deg); }
  .site-header.menu-open .header-menu-button span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .header-nav { position: absolute; top: 100%; left: 0; right: 0; display: block; flex: none; max-height: calc(100dvh - 95px); padding: 8px 18px 16px; overflow-y: auto; overscroll-behavior: contain; border-top: 1px solid rgba(91,49,25,.12); border-radius: 0; background: #fff2e6; box-shadow: 0 22px 45px rgba(45,19,7,.2); white-space: normal; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .25s ease, transform .25s ease, visibility .25s ease; }
  .site-header.menu-open .header-nav { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .header-nav > a { display: flex; align-items: center; min-height: 57px; padding: 9px 5px; border-bottom: 1px solid rgba(91,49,25,.13); color: #341a0d; font-size: 19px; font-weight: 500; letter-spacing: .01em; text-transform: none; transition: color .2s ease, padding-left .2s ease; }
  .header-nav > a:last-child { border-bottom: 0; }
  .header-nav > a:active { color: #9b603d; padding-left: 10px; }
}

@media (max-width: 600px) {
  .design-page { box-shadow: none; }
  .design-page:not(#page-1) { scroll-margin-top: 70px; }
  .site-header { height: 72px; padding: 0 10px; gap: 6px; }
  .site-header.is-floating { height: 58px; padding: 0 16px; }
  .header-brand span { font-size: clamp(28px, 8.4vw, 34px); }
  .header-brand small { font-size: 7px; }
  .site-header.is-floating .header-brand span { font-size: 29px; }
  .site-header.is-floating .header-brand small { margin-top: 5px; font-size: 6px; }
  .header-cta { display: grid; flex: 0 0 132px; height: 40px; font-size: 9px; }
  .site-header.is-floating .header-cta { flex-basis: 126px; height: 38px; }
  .header-menu-button { flex: 0 0 38px; width: 38px; height: 38px; }
  .mobile-form-open { display: block; padding: 0; border: 0; background: transparent; color: transparent; font-size: 0; }
  .mobile-form-open:focus-visible { outline: 3px solid #6a361b; outline-offset: -3px; }
  .mobile-form-open span { display: none; }
  .image-form { visibility: hidden; }
  .image-form.open { position: fixed; z-index: 100; inset: 0; width: 100%; height: 100dvh; padding: 18px 18px 28px; overflow-y: auto; overscroll-behavior: contain; visibility: visible; pointer-events: auto; background: #fbf0e5; box-shadow: none; }
  .image-form .mobile-form-head { position: sticky; z-index: 2; top: -18px; display: flex; align-items: center; justify-content: space-between; margin: -18px -18px 24px; padding: 15px 18px; background: rgba(251,240,229,.95); backdrop-filter: blur(10px); border-bottom: 1px solid #dfc7b5; }
  .mobile-form-head strong { font: 500 29px Georgia, serif; }
  .mobile-form-close { position: fixed; z-index: 110; top: 13px; right: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #4a210f; color: white; font-size: 25px; }
  .image-form .form-field, .image-form .choice-set, .image-form .consent, .image-form .privacy-link, .image-form .image-submit { position: static !important; left: auto !important; top: auto !important; width: auto !important; height: auto !important; }
  .image-form .form-field, .image-form .choice-set { margin: 0 0 19px; }
  .image-form label:not(.consent), .image-form legend { display: block; margin: 0 0 7px; color: #3c1d0d; font-size: 15px; font-weight: 600; }
  .image-form .form-field input { width: 100%; height: 48px; padding: 0 15px; border: 1px solid #d3b9a5; border-radius: 13px; background: #fffaf5 !important; color: #2d1c15; font-size: 16px; }
  .image-form .form-field input::placeholder { color: #79736e; opacity: 1; }
  .image-form .social-other { margin-bottom: 26px; }
  .image-form .choice-set { display: flex; flex-wrap: wrap; gap: 9px; min-width: 0; max-width: 100%; }
  .image-form .choice-set legend { width: 100%; margin: 0 0 2px; }
  .image-form .choice-set button { flex: 1 1 calc(50% - 9px); min-height: 43px; padding: 7px 10px; border: 1px solid #d3b9a5; border-radius: 11px; background: #fff9f3; color: #381e11; font-size: 13px; }
  .image-form .choice-set button.selected { border-color: #552611; background: #552611; color: #fff; box-shadow: none; }
  .image-form .choice-set.format button, .image-form .choice-set.hours button { flex: 1 1 calc(50% - 9px); }
  .image-form .consent { display: flex; align-items: center; gap: 11px; margin: 8px 0 4px; cursor: pointer; }
  .image-form .consent input { position: static; width: 23px; height: 23px; margin: 0; opacity: 1; accent-color: #5c2a10; }
  .image-form .consent-circle { display: none; }
  .image-form .mobile-consent-text { display: inline; flex: 1; font-size: 13px; line-height: 1.35; }
  .image-form .privacy-link { display: inline-block; margin: 0 0 25px 34px; color: #5c2a10; font-size: 13px; text-decoration: underline; }
  .image-form .privacy-link::after { content: "Политика конфиденциальности"; }
  .image-form .image-submit { display: block; width: 100% !important; min-height: 55px; border-radius: 99px; background: linear-gradient(120deg, #401907, #713919); color: white; font-size: 15px; }
  .image-form .image-submit span { display: inline; }
  .image-form .form-message { display: block; min-height: 18px; margin: 13px 0 0; text-align: center; font-size: 13px; line-height: 1.4; }
  .image-form .invalid input, .image-form .choice-set.invalid { outline: 2px solid #ac4d3e; outline-offset: 2px; }
}

@media (max-width: 360px) {
  .site-header.is-floating .header-brand span { font-size: 26px; }
  .header-cta, .site-header.is-floating .header-cta { flex-basis: 108px; height: 36px; font-size: 8px; }
  .header-menu-button { flex-basis: 36px; width: 36px; height: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
