:root {
  color-scheme: light;
  --landing-ink: #222935;
  --landing-muted: #687080;
  --landing-paper: #f3f0e9;
  --landing-surface: #fbfaf6;
  --landing-accent: #263d69;
  --landing-accent-light: #e1e6f0;
  --landing-line: #d7d3ca;
  --landing-coral: #e96954;
  --landing-white: #fffefb;
  --landing-width: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; overflow-x: hidden; color: var(--landing-ink); background: var(--landing-paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
body.dialog-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }

:focus-visible { outline: 2px solid var(--landing-coral); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 12px; padding: 10px 14px; color: #fff; background: var(--landing-accent); transform: translateY(-150%); text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(calc(100% - 32px), var(--landing-width)); margin-inline: auto; }
.section-label { margin: 0 0 15px; color: var(--landing-accent); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-label--light { color: #c6d1e5; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; padding: 0 19px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 760; text-decoration: none; cursor: pointer; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-1px); }
.button--primary { color: #fff; background: var(--landing-accent); }
.button--primary:hover { background: #344f82; }
.button--light { color: var(--landing-accent); background: #f6f3eb; }
.button--light:hover { background: #fff; }
.button--coral { color: #fff; background: var(--landing-coral); }
.button--coral:hover { background: #db5d49; }
.text-link, .inline-action { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: var(--landing-accent); font-size: 13px; font-weight: 760; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.inline-action span, .text-link span { transition: transform .2s; }
.inline-action:hover span, .text-link:hover span { transform: translate(2px, -2px); }
[data-telegram-link].is-unavailable { opacity: .5; cursor: not-allowed; }

.landing-toast { position: fixed; z-index: 220; left: 50%; bottom: 20px; width: min(calc(100% - 28px), 440px); padding: 13px 16px; color: #fff; background: var(--landing-accent); border-radius: 7px; box-shadow: 0 18px 45px rgba(38,61,105,.24); font-size: 13px; line-height: 1.45; transform: translate(-50%, calc(100% + 40px)); opacity: 0; transition: .25s; pointer-events: none; }
.landing-toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

.site-header { position: sticky; z-index: 100; top: 0; height: 68px; border-bottom: 1px solid rgba(215,211,202,.85); background: rgba(243,240,233,.94); backdrop-filter: blur(16px); }
.site-header__inner { position: relative; width: min(calc(100% - 28px), var(--landing-width)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--landing-accent); text-decoration: none; }
.brand__mark { width: 38px; height: 38px; display: block; flex: 0 0 auto; }
.brand__mark svg { display: block; width: 100%; height: 100%; fill: currentColor; }
.brand__name { font: 600 12px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.brand__name i { display: block; margin-top: 5px; color: inherit; font-size: 8px; font-weight: 400; font-style: normal; letter-spacing: .4em; text-transform: uppercase; }
.site-nav { position: absolute; top: calc(100% + 1px); left: -14px; right: -14px; display: none; padding: 8px 14px 18px; border-bottom: 1px solid var(--landing-line); background: var(--landing-paper); box-shadow: 0 18px 35px rgba(34,48,76,.08); }
.site-nav.is-open { display: grid; }
.site-nav a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid var(--landing-line); color: var(--landing-ink); font-size: 14px; text-decoration: none; }
.site-header__actions { display: flex; align-items: center; gap: 8px; }
.menu-button { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-button span { width: 19px; height: 1px; background: var(--landing-accent); transition: transform .2s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.account-button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid #bcc3cf; border-radius: 50%; color: var(--landing-accent); background: transparent; cursor: pointer; }
.account-button svg { fill: none; stroke: currentColor; stroke-width: 1.5; }
.account-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.hero { width: min(calc(100% - 28px), 1400px); margin: 0 auto; padding: 48px 0 68px; }
.hero__copy { padding: 0 2px 38px; }
.hero h1 { overflow-wrap: break-word; hyphens: auto; max-width: 760px; margin: 0; color: var(--landing-accent); font: 400 clamp(45px, 13.7vw, 74px)/.94 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.hero__lead { max-width: 610px; margin: 25px 0 0; color: #596476; font-size: 16px; line-height: 1.65; }
.hero__actions { margin-top: 27px; display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.hero__actions .text-link { justify-content: center; }
.hero__note { margin-top: 28px; display: flex; align-items: center; gap: 10px; color: var(--landing-muted); font-size: 10px; line-height: 1.45; letter-spacing: .04em; }
.hero__note span { width: 24px; height: 1px; flex: 0 0 auto; background: var(--landing-coral); }
.hero__media { position: relative; height: 440px; margin: 0; overflow: hidden; background: #ded9d0; }
.hero__media > img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero__media figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 15px; color: #fff; background: rgba(25,36,58,.72); backdrop-filter: blur(10px); }
.hero__media figcaption span { color: #ced8e9; font-size: 9px; letter-spacing: .15em; }
.hero__media figcaption p { margin: 0; font: 400 16px/1.22 Georgia, serif; text-align: right; }

.services { padding: 74px 0 84px; border-top: 1px solid var(--landing-line); }
.section-heading { display: grid; gap: 24px; margin-bottom: 38px; }
.section-heading h2, .reasons h2, .process h2, .calendar-invite h2, .faq h2, .final-cta h2 { margin: 0; font: 400 clamp(37px, 10vw, 64px)/1 Georgia, "Times New Roman", serif; letter-spacing: -.04em; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--landing-muted); font-size: 14px; line-height: 1.7; }
.service-feature { display: grid; margin-bottom: 18px; background: var(--landing-accent); color: #f7f5ee; }
.service-feature__media { height: 320px; overflow: hidden; }
.service-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.service-feature__copy, .service-card__copy { padding: 30px 25px 34px; }
.service-number { display: block; margin-bottom: 48px; color: #b8c8e1; font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.service-feature h3, .service-card h3 { margin: 0; font: 400 37px/1 Georgia, serif; letter-spacing: -.035em; }
.service-feature p, .service-card p { max-width: 440px; margin: 18px 0 27px; color: #c4d0e2; font-size: 13px; line-height: 1.65; }
.service-feature .inline-action { color: #fff; }
.service-grid { display: grid; gap: 18px; }
.service-card { display: grid; border: 1px solid var(--landing-line); background: var(--landing-surface); }
.service-card__media { height: 280px; overflow: hidden; }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; }
.service-card .service-number { margin-bottom: 35px; color: var(--landing-muted); }
.service-card p { color: var(--landing-muted); }
.service-card--hotel .service-card__copy { order: 2; }
.service-card--hotel .service-card__media { order: 1; }

.reasons { padding: 78px 0; display: grid; gap: 42px; }
.reasons__statement h2 { color: var(--landing-accent); }
.reasons__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--landing-line); }
.reasons__list li { display: grid; grid-template-columns: 32px 1fr; gap: 16px; padding: 23px 0; border-bottom: 1px solid var(--landing-line); }
.reasons__list > li > span { padding-top: 3px; color: var(--landing-coral); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.reasons__list h3 { margin: 0 0 7px; color: var(--landing-accent); font: 500 20px/1.2 Georgia, serif; }
.reasons__list p { margin: 0; color: var(--landing-muted); font-size: 12px; line-height: 1.6; }

.process { padding: 78px 0; color: #f4f2eb; background: var(--landing-accent); }
.process__inner { display: grid; gap: 50px; }
.process__intro > p:not(.section-label) { margin: 24px 0 29px; color: #c0cde1; font-size: 13px; line-height: 1.65; }
.process__steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.process__steps li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.process__steps > li > span { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: #cdd7e8; font-size: 10px; }
.process__steps h3 { margin: 2px 0 8px; font: 500 20px/1.2 Georgia, serif; }
.process__steps p { margin: 0; color: #c0cde1; font-size: 12px; line-height: 1.6; }

.calendar-invite { margin-top: 78px; margin-bottom: 78px; display: grid; gap: 28px; padding-block: 35px; border-top: 1px solid var(--landing-line); border-bottom: 1px solid var(--landing-line); }
.calendar-invite__mark { width: 86px; height: 86px; position: relative; display: grid; place-items: center; border: 1px solid var(--landing-accent); border-radius: 50%; color: var(--landing-accent); }
.calendar-invite__mark span { font: 500 18px/1 Georgia, serif; letter-spacing: .05em; }
.calendar-invite__mark i { position: absolute; width: 106px; height: 36px; border: 1px solid var(--landing-coral); border-radius: 50%; transform: rotate(-20deg); }
.calendar-invite__copy h2 { color: var(--landing-accent); }
.calendar-invite__copy > p:last-child { max-width: 520px; margin: 17px 0 0; color: var(--landing-muted); font-size: 13px; line-height: 1.65; }
.calendar-invite__actions { display: grid; align-content: center; gap: 14px; }
.calendar-invite__actions > a { min-height: 40px; display: flex; align-items: center; justify-content: center; color: var(--landing-accent); font-size: 12px; font-weight: 700; text-underline-offset: 4px; }

.faq { padding: 25px 0 90px; display: grid; gap: 38px; }
.faq__heading h2 { color: var(--landing-accent); }
.faq__list { border-top: 1px solid var(--landing-line); }
.faq details { border-bottom: 1px solid var(--landing-line); }
.faq summary { min-height: 72px; display: grid; grid-template-columns: 1fr 28px; align-items: center; gap: 18px; color: var(--landing-accent); font-size: 14px; font-weight: 700; line-height: 1.4; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #afb9ca; border-radius: 50%; font-size: 17px; font-weight: 400; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 650px; margin: -2px 45px 24px 0; color: var(--landing-muted); font-size: 12px; line-height: 1.7; }

.final-cta { min-height: 540px; position: relative; display: grid; place-items: center; overflow: hidden; padding: 76px 16px; color: #fff; background: #293f69; text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.final-cta::before { width: 540px; height: 540px; left: -280px; top: -250px; }
.final-cta::after { width: 380px; height: 380px; right: -180px; bottom: -210px; }
.final-cta__line { position: absolute; width: 72%; height: 1px; top: 31%; left: 14%; background: rgba(255,255,255,.13); transform: rotate(-8deg); }
.final-cta__content { position: relative; z-index: 1; max-width: 850px; }
.final-cta h2 { font-size: clamp(45px, 12vw, 76px); }
.final-cta__content > p:not(.section-label) { max-width: 610px; margin: 24px auto 31px; color: #cbd5e5; font-size: 14px; line-height: 1.65; }

.site-footer { color: #e3e8f1; background: #1b2d50; }
.site-footer__top { display: grid; gap: 38px; padding-top: 50px; padding-bottom: 45px; }
.brand--footer { color: #fff; }
.site-footer__brand p { max-width: 320px; margin: 20px 0 0; color: #aebfd9; font-size: 12px; line-height: 1.6; }
.site-footer nav, .site-footer__actions { display: grid; gap: 0; }
.site-footer nav a, .site-footer__actions a, .site-footer__actions button { min-height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0; border: 0; color: #e3e8f1; background: transparent; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 12px; text-decoration: none; cursor: pointer; }
.site-footer__bottom { display: grid; gap: 9px; padding-top: 20px; padding-bottom: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #9cacc8; font-size: 9px; line-height: 1.45; letter-spacing: .04em; }

.access-dialog { width: 100%; max-width: none; max-height: calc(100dvh - 14px); margin: auto 0 0; padding: 0; border: 0; color: var(--landing-ink); background: transparent; overflow: visible; }
.access-dialog::backdrop { background: rgba(20,30,50,.58); backdrop-filter: blur(3px); }
.access-dialog__panel { position: relative; max-height: calc(100dvh - 14px); padding: 34px 20px calc(22px + env(safe-area-inset-bottom)); overflow-y: auto; border-radius: 14px 14px 0 0; background: var(--landing-surface); box-shadow: 0 -20px 70px rgba(22,39,69,.22); }
.access-dialog__close { position: absolute; top: 13px; right: 13px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid var(--landing-line); border-radius: 50%; color: var(--landing-accent); background: transparent; font-size: 24px; font-weight: 300; cursor: pointer; }
.access-dialog h2 { max-width: 460px; margin: 0; color: var(--landing-accent); font: 400 39px/1 Georgia, serif; letter-spacing: -.04em; }
.access-dialog > p, .access-dialog__panel > p:not(.section-label):not(.access-dialog__security) { max-width: 450px; margin: 17px 0 27px; color: var(--landing-muted); font-size: 13px; line-height: 1.6; }
#landing-login-form { display: grid; }
#landing-login-form > label { margin-bottom: 9px; color: var(--landing-accent); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.access-code-field { position: relative; }
.access-code-field input { width: 100%; height: 58px; padding: 0 58px 0 16px; border: 1px solid #adb6c6; border-radius: 7px; outline: none; color: var(--landing-ink); background: #fff; font-size: 18px; letter-spacing: .12em; }
.access-code-field input:focus { border-color: var(--landing-accent); box-shadow: 0 0 0 3px rgba(38,61,105,.1); }
.access-code-field button { position: absolute; top: 7px; right: 7px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; color: var(--landing-muted); background: transparent; cursor: pointer; }
.access-code-field svg { fill: none; stroke: currentColor; stroke-width: 1.5; }
.access-dialog__error { min-height: 22px; margin: 8px 0 5px; color: #b23e31; font-size: 12px; }
.access-dialog__submit { width: 100%; }
.access-dialog__submit:disabled { opacity: .55; cursor: wait; transform: none; }
.access-dialog__request { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--landing-line); }
.access-dialog__request p { margin: 0 0 10px; color: var(--landing-muted); font-size: 12px; }
.access-dialog__request a { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: var(--landing-accent); font-size: 13px; font-weight: 760; text-underline-offset: 4px; }
.access-dialog__security { margin: 23px 0 0; color: #8490a5; font-size: 9px; line-height: 1.5; letter-spacing: .06em; text-transform: uppercase; }
.access-dialog__security span { margin-right: 7px; color: var(--landing-coral); }

@media (min-width: 620px) {
  .section-shell { width: min(calc(100% - 56px), var(--landing-width)); }
  .hero { width: min(calc(100% - 56px), 1400px); padding-top: 64px; }
  .hero__actions { flex-direction: row; align-items: center; }
  .hero__actions .button { min-width: 226px; }
  .service-feature__copy, .service-card__copy { padding: 40px; }
  .calendar-invite { grid-template-columns: 110px 1fr; }
  .calendar-invite__actions { grid-column: 2; justify-items: start; }
  .site-footer__bottom { grid-template-columns: 1fr auto; }
}

@media (min-width: 768px) {
  .site-header { height: 76px; }
  .site-header__inner { width: min(calc(100% - 56px), var(--landing-width)); }
  .account-button { width: auto; min-width: 170px; height: 44px; display: inline-flex; padding: 0 16px; gap: 10px; border-radius: 7px; font-size: 11px; font-weight: 750; }
  .account-button span { position: static; width: auto; height: auto; overflow: visible; clip: auto; }
  .hero { padding-bottom: 88px; }
  .hero__media { height: 570px; }
  .hero__media figcaption { left: 22px; right: 22px; bottom: 22px; max-width: 390px; margin-left: auto; }
  .section-heading { grid-template-columns: minmax(0,1fr) minmax(280px,440px); align-items: end; }
  .service-feature { grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); }
  .service-feature__media { height: 520px; }
  .service-feature__copy { display: flex; flex-direction: column; justify-content: flex-end; }
  .service-feature__copy .service-number { margin-bottom: auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { grid-template-rows: minmax(330px, .96fr) auto; }
  .service-card__media { height: auto; min-height: 330px; }
  .service-card--hotel .service-card__copy { order: 1; }
  .service-card--hotel .service-card__media { order: 2; }
  .reasons { grid-template-columns: minmax(0,.9fr) minmax(340px,1.1fr); gap: 9vw; align-items: start; }
  .reasons__statement { position: sticky; top: 112px; }
  .process__inner { grid-template-columns: minmax(0,.85fr) minmax(360px,1.15fr); gap: 10vw; }
  .calendar-invite { grid-template-columns: 110px minmax(0,1fr) minmax(220px,310px); align-items: center; }
  .calendar-invite__actions { grid-column: auto; justify-items: stretch; }
  .faq { grid-template-columns: minmax(230px,.55fr) minmax(0,1.45fr); gap: 8vw; }
  .faq__heading { position: sticky; top: 112px; align-self: start; }
  .site-footer__top { grid-template-columns: minmax(280px,1.5fr) minmax(170px,.65fr) minmax(190px,.65fr); gap: 8vw; }
  .access-dialog { width: min(calc(100% - 40px), 570px); max-height: none; margin: auto; }
  .access-dialog__panel { max-height: min(740px, calc(100vh - 40px)); padding: 48px 50px 39px; border-radius: 12px; box-shadow: 0 30px 100px rgba(22,39,69,.28); }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .site-footer__top { gap: 4vw; }
}

@media (min-width: 1040px) {
  .menu-button { display: none; }
  .site-nav { position: static; display: flex; align-self: stretch; align-items: center; gap: clamp(22px, 3vw, 42px); padding: 0; border: 0; background: transparent; box-shadow: none; }
  .site-nav a { min-height: 100%; border: 0; color: #535e72; font-size: 11px; font-weight: 680; }
  .site-nav a:hover { color: var(--landing-accent); }
  .hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); align-items: center; gap: clamp(40px, 5vw, 88px); padding: 44px 0 70px; }
  .hero__copy { padding: 32px 0; }
  .hero h1 { font-size: clamp(62px, 5.7vw, 88px); }
  .hero__lead { max-width: 560px; font-size: 17px; }
  .hero__media { height: min(700px, calc(100vh - 130px)); min-height: 590px; }
  .hero__media > img { min-height: 100%; }
  .services { padding-top: 100px; padding-bottom: 110px; }
  .service-feature { margin-bottom: 24px; }
  .service-grid { gap: 24px; }
  .reasons { padding-top: 110px; padding-bottom: 110px; }
  .process { padding: 110px 0; }
  .calendar-invite { margin-top: 105px; margin-bottom: 105px; padding-block: 48px; }
  .faq { padding-bottom: 120px; }
  .final-cta { min-height: 620px; }
}

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