.opening-page { overflow-x: hidden; }
.opening-page main { display: block; }
.opening-page .section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 78px 0; }
.opening-page section[id] { scroll-margin-top: 112px; }
.opening-page .button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 12px; font: inherit; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.opening-page .button-primary { border-color: var(--dark); background: var(--dark); color: #fff; box-shadow: 0 14px 30px rgba(64, 48, 38, .2); }
.opening-page .button-primary:hover { background: #3a302b; border-color: #3a302b; transform: translateY(-1px); }
.opening-page .button-secondary { border-color: rgba(38, 32, 29, .25); background: #fbf8f4; color: var(--dark); box-shadow: none; }
.opening-page .button-secondary:hover { border-color: var(--dark); background: var(--dark); color: #fff; }
.opening-page .button:focus-visible, .opening-filter:focus-visible { outline: 3px solid rgba(185, 151, 111, .42); outline-offset: 3px; }
.opening-page .button:disabled { opacity: .58; cursor: wait; transform: none; box-shadow: none; }
.opening-page .section-heading { max-width: 760px; margin-bottom: 38px; }
.opening-page .section-heading h2 { margin: 8px 0 16px; }
.opening-page .section-heading > p:last-child { color: var(--muted-color, #706964); line-height: 1.7; }
.opening-page .section-heading--split { max-width: none; display: grid; grid-template-columns: 1.3fr 1fr; gap: 50px; align-items: end; }
.opening-page .section-heading--split > p:last-child { position: relative; margin: 0; padding: 15px 18px 15px 26px; border-radius: 10px; background: rgba(234, 216, 202, .38); }
.opening-page .section-heading--split > p:last-child::before { content: ""; position: absolute; left: 12px; top: 14px; bottom: 14px; width: 2px; background: var(--blue); }

.opening-hero { width: min(1280px, calc(100% - 32px)); min-height: 630px; margin: 16px auto 0; padding: 56px clamp(24px, 4vw, 58px); border-radius: 34px; background: linear-gradient(135deg, #f7eee8, #ead9cd); display: grid; grid-template-columns: minmax(0, 54fr) minmax(0, 46fr); align-items: center; gap: clamp(28px, 4vw, 54px); position: relative; overflow: hidden; }
.opening-hero::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(120, 86, 65, .16); border-radius: 50%; left: -190px; top: -180px; }
.opening-hero__content { position: relative; z-index: 1; }
.opening-hero h1 { max-width: 680px; margin: 10px 0 22px; font-size: clamp(48px, 4.8vw, 66px); line-height: .94; text-wrap: balance; }
.opening-hero__offer { max-width: 680px; margin: 0 0 18px; font-family: var(--font-heading, Georgia, serif); font-size: clamp(24px, 3vw, 36px); line-height: 1.18; color: #513d32; }
.opening-hero__lead { max-width: 680px; margin: 0; font-size: 18px; line-height: 1.65; color: #625950; }
.opening-hero__actions { margin-top: 32px; display: flex; align-items: center; gap: 24px; }
.opening-hero__actions p { max-width: 330px; margin: 0; font-size: 14px; line-height: 1.5; color: #756b63; }
.opening-hero__visual { min-height: 450px; position: relative; }
.opening-hero__visual > img { width: 100%; height: 450px; object-fit: cover; object-position: 62% center; border-radius: 190px 190px 28px 28px; box-shadow: 0 28px 70px rgba(70, 44, 32, .18); }
.opening-date-card { position: absolute; left: 20px; bottom: 20px; min-width: 192px; padding: 14px 22px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.91); backdrop-filter: blur(12px); box-shadow: 0 18px 48px rgba(55, 37, 28, .14); }
.opening-date-card__label { display: block; margin: 0 0 4px; color: var(--blue); font-size: 9px; font-weight: 800; line-height: 1; letter-spacing: .2em; text-transform: uppercase; }
.opening-date-card__date { display: flex; gap: 13px; align-items: center; }
.opening-date-card strong { font-family: var(--font-heading, Georgia, serif); font-size: 52px; line-height: 1; color: #5d4031; }
.opening-date-card__date > span { font-size: 14px; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }

.opening-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.opening-steps li { min-height: 220px; padding: 30px; border: 1px solid rgba(124, 92, 72, .16); border-radius: 24px; background: #fff; display: flex; flex-direction: column; justify-content: space-between; }
.opening-steps li > span { font-family: var(--font-heading, Georgia, serif); font-size: 42px; color: #b38b70; }
.opening-steps h3 { margin: 24px 0 8px; font-size: 21px; }
.opening-steps p { margin: 0; line-height: 1.6; color: #716860; }

.opening-services { border-top: 1px solid rgba(124, 92, 72, .12); }
.opening-filters { margin: -8px 0 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.opening-filter { min-height: 44px; padding: 9px 18px; border: 1px solid #cdbdb3; border-radius: 12px; background: rgba(255,255,255,.7); color: #5f554f; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.opening-filter:hover { border-color: #8e7565; background: #fff; }
.opening-filter[aria-pressed="true"] { color: #fff; border-color: var(--dark); background: var(--dark); box-shadow: 0 8px 18px rgba(64,48,38,.14); }
.opening-services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: start; }
.opening-service-card { min-width: 0; border: 1px solid rgba(124, 92, 72, .14); border-radius: 24px; background: #fff; overflow: hidden; display: flex; flex-direction: column; }
.opening-service-card__media { height: 178px; overflow: hidden; background: #eee5de; }
.opening-service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.opening-service-card:hover .opening-service-card__media img { transform: scale(1.025); }
.opening-service-card__body { padding: 20px; display: flex; flex: 1; flex-direction: column; }
.opening-service-card__category { margin: 0 0 8px; color: #98755f; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.opening-service-card h3 { min-height: 3.45em; margin: 0 0 9px; font-size: 20px; line-height: 1.15; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.opening-service-card__description { min-height: 3em; margin: 0 0 14px; color: #716860; line-height: 1.48; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.opening-service-card__footer { margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(124, 92, 72, .12); }
.opening-service-card__price { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-bottom: 14px; }
.opening-service-card__price strong { font-size: 19px; }
.opening-price-label { position: relative; padding-left: 11px; border: 0; border-radius: 0; background: transparent; color: #98755f; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.opening-price-label::before { content: ""; position: absolute; left: 0; top: 2px; bottom: 2px; width: 2px; background: #c7a58f; }
.opening-service-card .button { width: 100%; }
.opening-service-card__details-toggle { width: 100%; min-height: 40px; margin-top: 7px; padding: 7px 4px 2px; border: 0; background: transparent; color: #775f50; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; }
.opening-service-card__details-toggle:hover { color: #4f3d33; }
.opening-service-card__details-toggle:focus-visible { outline: 3px solid rgba(156, 111, 83, .2); outline-offset: 2px; }
.opening-service-card__details-arrow { width: 7px; height: 7px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); }
.opening-loading, .opening-error { grid-column: 1 / -1; padding: 28px; border-radius: 18px; background: #f7eee8; text-align: center; }

.opening-about { display: grid; grid-template-columns: minmax(300px, .8fr) 1.2fr; gap: clamp(38px, 7vw, 96px); align-items: center; }
.opening-about__portrait img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 220px 220px 28px 28px; }
.opening-about__copy h2 { margin: 9px 0 14px; }
.opening-about__role { color: #8a6652; font-weight: 700; }
.opening-about__copy > p:not(.eyebrow) { line-height: 1.72; }

.opening-space { border-top: 1px solid rgba(124, 92, 72, .12); }
.opening-gallery { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: repeat(2, 230px); gap: 18px; }
.opening-gallery figure { margin: 0; overflow: hidden; border-radius: 24px; background: #eee5de; }
.opening-gallery__wide { grid-row: 1 / 3; }
.opening-gallery img { width: 100%; height: 100%; object-fit: cover; }

.opening-booking { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(36px, 6vw, 76px); align-items: stretch; padding: clamp(38px, 5vw, 64px) !important; border-radius: 30px; background: #f3e7de; }
.opening-booking__intro { position: sticky; top: 112px; align-self: start; }
.opening-booking__intro h2 { margin: 8px 0 16px; }
.opening-booking__intro > p { line-height: 1.7; }
.opening-booking__intro ul { margin: 28px 0 0; padding-left: 20px; color: #665d56; line-height: 1.6; }
.opening-booking__intro li + li { margin-top: 10px; }
.opening-booking__date { width: min(260px, 100%); margin: 30px 0 24px; padding: 20px 22px; border-left: 3px solid var(--blue); background: rgba(255,255,255,.5); display: flex; align-items: center; gap: 14px; }
.opening-booking__date strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 64px; font-weight: 500; line-height: .8; color: #5d4031; }
.opening-booking__date span { font-size: 13px; font-weight: 700; line-height: 1.25; letter-spacing: .08em; text-transform: uppercase; }
.opening-booking__note { margin: 26px 0 0; padding-top: 18px; border-top: 1px solid rgba(93,64,49,.17); color: #756b63; font-size: 14px; }
.opening-form { padding: 30px; border-radius: 22px; background: #fff; box-shadow: 0 20px 50px rgba(64, 42, 31, .08); }
.opening-form label { display: grid; gap: 8px; margin-bottom: 18px; font-weight: 600; }
.opening-form input, .opening-form select, .opening-form textarea { width: 100%; min-width: 0; padding: 13px 14px; border: 1px solid #d8cbc2; border-radius: 10px; background: #fff; color: inherit; font: inherit; }
.opening-form textarea { resize: vertical; }
.opening-form input:focus, .opening-form select:focus, .opening-form textarea:focus { outline: 3px solid rgba(156, 111, 83, .18); border-color: #8f6750; }
.opening-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.opening-form .opening-consent { display: flex; grid-template-columns: none; align-items: flex-start; gap: 10px; font-size: 13px; font-weight: 400; line-height: 1.5; }
.opening-consent input { width: 18px; height: 18px; margin-top: 1px; flex: 0 0 auto; }
.opening-form__status { min-height: 22px; margin: 0 0 12px; color: #8a3f34; }
.opening-form__status.is-ok { color: #366347; }
.opening-form button { width: 100%; }
.opening-form > .button-primary { min-height: 52px; }

.opening-faq__list { border-top: 1px solid #ddcec4; }
.opening-faq details { border-bottom: 1px solid #ddcec4; }
.opening-faq summary { padding: 23px 44px 23px 0; cursor: pointer; font-size: 18px; font-weight: 700; position: relative; list-style: none; }
.opening-faq summary::-webkit-details-marker { display: none; }
.opening-faq summary::after { content: "+"; position: absolute; right: 8px; top: 17px; font-size: 28px; font-weight: 300; }
.opening-faq details[open] summary::after { content: "−"; }
.opening-faq details p { max-width: 800px; margin: -4px 0 24px; color: #6e655e; line-height: 1.65; }

.opening-terms { margin-bottom: 80px !important; padding: clamp(34px, 5vw, 62px) !important; border: 1px solid rgba(124, 92, 72, .16); border-radius: 28px; background: #fff; }
.opening-terms h2 { margin: 8px 0 24px; }
.opening-terms ol { columns: 2; column-gap: 54px; padding-left: 22px; line-height: 1.62; color: #645c56; }
.opening-terms li { break-inside: avoid; margin: 0 0 15px; padding-left: 6px; }
.opening-terms__note { margin: 26px 0 0; padding-top: 22px; border-top: 1px solid #e4d8d0; font-weight: 700; }

.opening-service-dialog { width: min(880px, calc(100% - 40px)); max-width: none; max-height: calc(100dvh - 40px); margin: auto; padding: 0; border: 0; border-radius: 22px; background: transparent; color: inherit; overflow: hidden; box-shadow: 0 24px 80px rgba(33,27,23,.28); }
.opening-service-dialog[open] { animation: opening-dialog-in .2s ease-out; }
.opening-service-dialog::backdrop { background: rgba(33,27,23,.62); animation: opening-backdrop-in .2s ease-out; }
.opening-service-dialog__panel { position: relative; max-height: calc(100dvh - 40px); overflow: auto; overscroll-behavior: contain; background: #fff; }
.opening-service-dialog__content { padding: 30px; }
.opening-service-dialog__close { position: absolute; z-index: 2; top: 10px; right: 12px; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(124,92,72,.18); border-radius: 50%; background: rgba(255,255,255,.94); color: #4e423b; font: inherit; font-size: 29px; line-height: 1; cursor: pointer; }
.opening-service-dialog__close:hover { background: #f7eee8; }
.opening-service-dialog__close:focus-visible, .opening-service-dialog__close-button:focus-visible, .opening-service-dialog__full-link:focus-visible { outline: 3px solid rgba(156,111,83,.22); outline-offset: 2px; }
.opening-service-dialog__hero { display: grid; grid-template-columns: minmax(250px, .82fr) minmax(0, 1.18fr); gap: 28px; align-items: start; }
.opening-service-dialog__media { height: 260px; overflow: hidden; border-radius: 16px; background: #eee5de; }
.opening-service-dialog__media img { width: 100%; height: 100%; object-fit: cover; }
.opening-service-dialog__heading { min-width: 0; padding: 12px 48px 0 0; }
.opening-service-dialog__heading h2 { margin: 7px 0 13px; font-size: clamp(28px, 4vw, 40px); line-height: 1.02; overflow-wrap: anywhere; }
.opening-service-dialog__heading h2:focus { outline: 0; }
.opening-service-dialog__intro { margin: 0; color: #645b55; line-height: 1.65; }
.opening-service-dialog__blocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.opening-service-dialog__block { min-width: 0; padding: 20px; border: 1px solid rgba(124,92,72,.14); border-radius: 14px; background: #fcfaf8; }
.opening-service-dialog__block h3 { margin: 0 0 11px; font-size: 19px; line-height: 1.25; }
.opening-service-dialog__block p { margin: 0; color: #625a54; font-size: 14px; line-height: 1.6; }
.opening-service-dialog__block p + p { margin-top: 9px; }
.opening-service-dialog__price { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 12px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(124,92,72,.14); }
.opening-service-dialog__price strong { font-size: 21px; }
.opening-service-dialog__actions { display: grid; grid-template-columns: minmax(220px, 1fr) auto auto; gap: 12px; align-items: center; margin-top: 18px; }
.opening-service-dialog__actions .button { width: 100%; min-height: 48px; }
.opening-service-dialog__full-link, .opening-service-dialog__close-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 6px; border: 0; background: transparent; color: #715b4d; font: inherit; font-size: 13px; font-weight: 700; text-align: center; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
@keyframes opening-dialog-in { from { opacity: 0; transform: translateY(10px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes opening-backdrop-in { from { background: rgba(33,27,23,0); } to { background: rgba(33,27,23,.62); } }

.opening-modal[hidden] { display: none; }
.opening-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; }
.opening-modal__backdrop { position: absolute; inset: 0; background: rgba(33, 27, 23, .58); }
.opening-modal__card { position: relative; width: min(480px, 100%); padding: 40px; border-radius: 24px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.28); text-align: center; }
.opening-modal__card h2 { margin: 8px 0 12px; }
.opening-modal__close { position: absolute; top: 10px; right: 14px; width: 40px; height: 40px; border: 0; background: transparent; font-size: 30px; cursor: pointer; }
.opening-modal__order { font-weight: 700; }
.opening-modal__small { color: #756c65; font-size: 13px; }

@media (max-width: 980px) {
  .opening-hero { grid-template-columns: 1fr; }
  .opening-hero__visual { min-height: 430px; }
  .opening-hero__visual > img { height: 430px; object-position: 62% center; }
  .opening-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .opening-booking { grid-template-columns: 1fr; }
  .opening-booking__intro { position: static; }
}
@media (max-width: 720px) {
  .opening-page .section { width: min(100% - 28px, 1180px); padding: 58px 0; }
  .opening-page .section-heading--split { grid-template-columns: 1fr; gap: 8px; }
  .opening-hero { width: calc(100% - 20px); min-height: 0; margin-top: 10px; padding: 48px 22px 26px; border-radius: 24px; }
  .opening-hero h1 { font-size: clamp(38px, 11vw, 48px); line-height: .96; }
  .opening-hero__lead { font-size: 16px; }
  .opening-hero__actions { align-items: flex-start; flex-direction: column; }
  .opening-hero__visual { min-height: 350px; }
  .opening-hero__visual > img { height: 350px; object-position: 65% center; border-radius: 140px 140px 22px 22px; }
  .opening-date-card { left: 12px; bottom: 14px; min-width: 170px; padding: 11px 17px 13px; }
  .opening-steps, .opening-services-grid { grid-template-columns: 1fr; }
  .opening-steps li { min-height: 180px; }
  .opening-about { grid-template-columns: 1fr; }
  .opening-about__portrait img { max-height: 490px; }
  .opening-gallery { grid-template-columns: 1fr; grid-template-rows: 300px 220px 220px; }
  .opening-gallery__wide { grid-row: auto; }
  .opening-booking { width: calc(100% - 20px) !important; padding: 32px 18px !important; }
  .opening-form { padding: 22px 16px; }
  .opening-form__row { grid-template-columns: 1fr; gap: 0; }
  .opening-filter { flex: 1 1 auto; min-width: max-content; }
  .opening-service-card__media { height: 170px; }
  .opening-service-card h3, .opening-service-card__description { min-height: 0; }
  .opening-booking__date { margin-top: 24px; }
  .opening-terms ol { columns: 1; }
  .opening-service-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); border-radius: 16px; }
  .opening-service-dialog__panel { max-height: calc(100dvh - 16px); }
  .opening-service-dialog__content { padding: 18px 16px 22px; }
  .opening-service-dialog__hero { grid-template-columns: 1fr; gap: 18px; }
  .opening-service-dialog__media { height: min(29dvh, 210px); border-radius: 12px; }
  .opening-service-dialog__heading { padding: 0; }
  .opening-service-dialog__heading h2 { padding-right: 42px; font-size: clamp(27px, 8.2vw, 34px); }
  .opening-service-dialog__blocks { grid-template-columns: 1fr; gap: 12px; margin-top: 20px; }
  .opening-service-dialog__block { padding: 16px; }
  .opening-service-dialog__actions { grid-template-columns: 1fr; gap: 6px; }
  .opening-service-dialog__actions .button { min-height: 50px; }
}
@media (max-width: 380px) {
  .opening-hero h1 { font-size: 37px; }
  .opening-hero__visual { min-height: 300px; }
  .opening-hero__visual > img { height: 300px; object-position: 67% center; }
  .opening-date-card { min-width: 165px; padding: 10px 15px 12px; }
  .opening-date-card strong { font-size: 44px; }
  .opening-service-card__body { padding: 20px; }
  .opening-modal__card { padding: 34px 20px 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .opening-page *, .opening-page *::before, .opening-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
