/* ==================================================================
   Ретрит «Врата Льва. Процветание» — Тара Богданова · V2
   style.css — «Celestial Alchemy»: тёплый айвори + золото + космос
   Заголовки: Book Antiqua · Тексты: Manrope · Акцент-serif: Cormorant
   ================================================================== */

:root {
    /* Светлая палитра (тёплый айвори, не сверх-белый) */
    --ivory:        #f5efe1;   /* базовый фон */
    --ivory-alt:    #efe6d3;   /* чередующаяся секция */
    --paper:        #fbf6ea;   /* карточки */
    --paper-hi:     #fffdf6;   /* приподнятые карточки */
    --ink:          #2a2038;   /* основной текст */
    --ink-soft:     #6b6076;   /* вторичный текст */
    --line-light:   rgba(58,31,107,.12);

    /* Космос (тёмные секции) */
    --void:         #120a22;
    --void-2:       #1b0f33;
    --void-3:       #241443;
    --cream:        #f4ecdd;   /* текст на тёмном */
    --cream-soft:   #c3b6d9;

    /* Фиолетовый */
    --violet:       #3a1f6b;
    --violet-2:     #56319e;
    --lilac:        #9a6bff;

    /* Золото */
    --gold:         #c2933b;   /* контрастное золото для текста на светлом */
    --gold-2:       #d7a94b;
    --gold-lite:    #e7c26a;   /* золото на тёмном */
    --grad-gold:    linear-gradient(135deg, #f6e2a8 0%, #d7a94b 48%, #b8822f 100%);
    --grad-gold-soft: linear-gradient(180deg, #f2d891, #c1913a);

    /* Типографика */
    --serif: 'Book Antiqua', 'Palatino Linotype', 'Palatino LT STD', Palatino, 'Cormorant Garamond', Georgia, serif;
    --serif-em: 'Cormorant Garamond', 'Book Antiqua', Palatino, Georgia, serif;
    --sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    --radius: 22px;
    --ease: cubic-bezier(.22,.8,.28,1);
    --shadow-soft: 0 24px 60px -34px rgba(58,31,107,.4);
    --shadow-lift: 0 40px 80px -40px rgba(58,31,107,.5);
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 10px; -webkit-text-size-adjust: 100%; overflow-x: hidden; width: 100%; }
body {
    font-family: var(--sans);
    font-size: 1.7rem; font-weight: 400; line-height: 1.68;
    color: var(--ink); background: var(--ivory);
    overflow-x: hidden; width: 100%; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
h1,h2,h3,h4 { font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -.01em; }
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; transition: color .25s var(--ease), opacity .25s var(--ease); }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; border-radius: 4px; }

.container { max-width: 1240px; width: 100%; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ico { width: 2.4rem; height: 2.4rem; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.ico-sm { width: 1.9rem; height: 1.9rem; }
.ico-lg { width: 4.4rem; height: 4.4rem; }

/* ---------- ГЛОБАЛЬНОЕ ЗЕРНО ---------- */
.grain {
    position: fixed; inset: 0; z-index: 9998; pointer-events: none; opacity: .5; mix-blend-mode: soft-light;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

/* ==================================================================
   ТИПОГРАФИКА СЕКЦИЙ
   ================================================================== */
section, .footer { position: relative; padding: 12rem 0; overflow: hidden; }

.eyebrow {
    display: inline-flex; align-items: center; gap: 1rem;
    font-family: var(--sans); font-size: 1.25rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 2rem;
}
.eyebrow::before { content: ''; width: 2.8rem; height: 1px; background: var(--gold-2); opacity: .7; }
.eyebrow-gold { color: var(--gold-lite); }
.eyebrow-gold::before { background: var(--gold-lite); }
.sec-head-center .eyebrow::after { content: ''; width: 2.8rem; height: 1px; background: var(--gold-2); opacity: .7; }
.sec-head-center .eyebrow { justify-content: center; }

.sec-head { margin-bottom: 6.5rem; }
.sec-head-center { display: flex; flex-direction: column; align-items: center; text-align: center; }

/* Золотая звёздочка-маркер вместо римских цифр */
.sec-mark {
    width: 2.6rem; height: 2.6rem; margin-bottom: 1.8rem; fill: var(--gold); stroke: none;
    filter: drop-shadow(0 2px 8px rgba(194,147,59,.45));
    animation: sparklePulse 3.2s ease-in-out infinite;
}
.sec-mark-dark { fill: var(--gold-lite); filter: drop-shadow(0 2px 10px rgba(231,194,106,.5)); }
@keyframes sparklePulse { 0%,100% { opacity: .75; transform: scale(.92) rotate(0deg); } 50% { opacity: 1; transform: scale(1.08) rotate(8deg); } }

.sec-mark-inline {
    display: inline-flex; align-items: center; gap: 1rem; margin-bottom: 1.6rem;
}
.sec-mark-inline .ico {
    width: 1.9rem; height: 1.9rem; fill: var(--gold); stroke: none; flex-shrink: 0;
    filter: drop-shadow(0 2px 6px rgba(194,147,59,.4)); animation: sparklePulse 3.2s ease-in-out infinite;
}
.sec-mark-inline .eyebrow { margin-bottom: 0; }

.sec-title { font-size: clamp(3.4rem, 5vw, 5.4rem); color: var(--ink); }
.sec-sub { margin-top: 1.8rem; font-size: 1.9rem; font-weight: 300; color: var(--ink-soft); max-width: 66rem; }
.sec-head-center .sec-sub { margin-left: auto; margin-right: auto; }
.section-dark .sec-title { color: #fff; }
.section-dark .sec-sub { color: var(--cream-soft); }

.sec-cta { text-align: center; margin-top: 6.5rem; }

/* ---------- КНОПКИ ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 1rem;
    font-family: var(--sans); font-size: 1.55rem; font-weight: 600; letter-spacing: .01em;
    padding: 1.7rem 3.6rem; border-radius: 999px; position: relative; overflow: hidden; white-space: nowrap;
    transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease), color .35s var(--ease);
}
.btn-sm { padding: 1.15rem 2.5rem; font-size: 1.4rem; }
.btn-lg { padding: 2rem 4.4rem; font-size: 1.7rem; }
.btn .ico { transition: transform .35s var(--ease); }
.btn-gold {
    color: #2c1c08; background-image: var(--grad-gold); background-size: 160% 160%; background-position: 0% 50%;
    box-shadow: 0 14px 34px -12px rgba(184,130,47,.6), inset 0 1px 0 rgba(255,255,255,.55);
}
.btn-gold::after { content:''; position:absolute; top:0; left:-120%; width:55%; height:100%; background:linear-gradient(100deg,transparent,rgba(255,255,255,.6),transparent); transform:skewX(-18deg); transition:left .8s var(--ease); }
.btn-gold:hover { transform: translateY(-3px); background-position: 100% 50%; box-shadow: 0 22px 46px -14px rgba(184,130,47,.75), inset 0 1px 0 rgba(255,255,255,.55); }
.btn-gold:hover::after { left: 140%; }
.btn-gold:hover .ico { transform: translate(2px,-2px); }
.btn-ghost { color: var(--violet); box-shadow: inset 0 0 0 1.5px rgba(58,31,107,.35); }
.btn-ghost:hover { transform: translateY(-3px); background: rgba(58,31,107,.05); box-shadow: inset 0 0 0 1.5px var(--violet); }
.btn-ghost-light { color: var(--cream); box-shadow: inset 0 0 0 1.5px rgba(244,236,221,.4); }
.btn-ghost-light:hover { transform: translateY(-3px); background: rgba(255,255,255,.08); box-shadow: inset 0 0 0 1.5px var(--cream); }
.btn-ghost-light:hover .ico { transform: translate(2px,-2px); }

/* ---------- ФОНЫ СЕКЦИЙ ---------- */
.section-light { background: var(--ivory); color: var(--ink); }
.section-light-alt { background: var(--ivory-alt); }
.section-dark { background: var(--void); color: var(--cream); }
.section-dark::before {
    content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background:
        radial-gradient(60rem 40rem at 15% 0%, rgba(86,49,158,.5), transparent 60%),
        radial-gradient(50rem 40rem at 90% 100%, rgba(58,31,107,.55), transparent 60%),
        radial-gradient(40rem 30rem at 80% 10%, rgba(199,150,58,.14), transparent 60%);
}

/* Сакральная геометрия (фоновая линейная графика) */
.deco-geo {
    position: absolute; z-index: 0; pointer-events: none; width: 46rem; height: 46rem; opacity: .5;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%23c2933b' stroke-width='0.6' opacity='0.9'%3E%3Ccircle cx='100' cy='100' r='30'/%3E%3Ccircle cx='100' cy='70' r='30'/%3E%3Ccircle cx='100' cy='130' r='30'/%3E%3Ccircle cx='74' cy='85' r='30'/%3E%3Ccircle cx='126' cy='85' r='30'/%3E%3Ccircle cx='74' cy='115' r='30'/%3E%3Ccircle cx='126' cy='115' r='30'/%3E%3Ccircle cx='100' cy='100' r='60'/%3E%3C/svg%3E");
}
.deco-geo-tr { top: -8rem; right: -10rem; }
.deco-geo-bl { bottom: -8rem; left: -12rem; }
.deco-geo-center { top: 50%; left: 50%; transform: translate(-50%,-50%); width: 70rem; height: 70rem; opacity: .12; }
.section-dark .deco-geo { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%23e7c26a' stroke-width='0.6'%3E%3Ccircle cx='100' cy='100' r='30'/%3E%3Ccircle cx='100' cy='70' r='30'/%3E%3Ccircle cx='100' cy='130' r='30'/%3E%3Ccircle cx='74' cy='85' r='30'/%3E%3Ccircle cx='126' cy='85' r='30'/%3E%3Ccircle cx='74' cy='115' r='30'/%3E%3Ccircle cx='126' cy='115' r='30'/%3E%3Ccircle cx='100' cy='100' r='60'/%3E%3C/svg%3E"); opacity: .18; }

/* Звёздное поле (JS наполняет точками) */
.stars { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.stars i { position: absolute; width: 2px; height: 2px; border-radius: 50%; background: #fff; opacity: .8; box-shadow: 0 0 6px rgba(255,255,255,.8); animation: twinkle 4s ease-in-out infinite; }
.stars i.gold { background: var(--gold-lite); box-shadow: 0 0 8px rgba(231,194,106,.9); }
@keyframes twinkle { 0%,100% { opacity: .15; transform: scale(.8); } 50% { opacity: .95; transform: scale(1.25); } }

/* ==================================================================
   МЕДАЛЬОНЫ ИКОН
   ================================================================== */
.medal {
    flex-shrink: 0; width: 5.6rem; height: 5.6rem; display: flex; align-items: center; justify-content: center;
    border-radius: 50%; color: var(--gold); position: relative;
    background: radial-gradient(circle at 30% 25%, #fff, #f3ead6);
    box-shadow: inset 0 0 0 1px rgba(194,147,59,.4), 0 10px 22px -14px rgba(58,31,107,.5);
}
.medal::after { content:''; position:absolute; inset:4px; border-radius:50%; box-shadow: inset 0 0 0 1px rgba(194,147,59,.18); }
.medal .ico { width: 2.8rem; height: 2.8rem; }
.medal-lg { width: 6.6rem; height: 6.6rem; }
.medal-lg .ico { width: 3.2rem; height: 3.2rem; }
.medal-sm { width: 4.6rem; height: 4.6rem; }
.medal-sm .ico { width: 2.3rem; height: 2.3rem; }
.medal-dark {
    color: var(--gold-lite); background: radial-gradient(circle at 30% 25%, rgba(231,194,106,.14), rgba(255,255,255,.03));
    box-shadow: inset 0 0 0 1px rgba(231,194,106,.35);
}

/* ==================================================================
   ХЕДЕР
   ================================================================== */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 50; padding: 2.4rem 0; transition: background .4s var(--ease), padding .4s var(--ease), box-shadow .4s var(--ease); }
.nav { display: flex; align-items: center; gap: 3rem; }
.logo { flex-shrink: 0; }
.logo img { height: 4.6rem; width: auto; filter: brightness(0) invert(1) drop-shadow(0 2px 10px rgba(0,0,0,.4)); transition: filter .4s var(--ease); }
.menu-list { display: flex; align-items: center; gap: 2.8rem; margin: 0 auto; }
.menu-list a { font-size: 1.5rem; font-weight: 500; color: rgba(244,236,221,.82); position: relative; padding: .4rem 0; }
.menu-list a::after { content: ''; position: absolute; left: 0; bottom: -1px; width: 0; height: 1.5px; background: var(--grad-gold); transition: width .3s var(--ease); }
.menu-list a:hover { color: #fff; }
.menu-list a:hover::after { width: 100%; }
.header-btn { flex-shrink: 0; }

.site-header.sticky {
    position: fixed; padding: 1.3rem 0; background: rgba(24,14,40,.8); backdrop-filter: blur(16px) saturate(1.2);
    box-shadow: 0 10px 34px -16px rgba(0,0,0,.5), inset 0 -1px 0 rgba(231,194,106,.14); animation: slideDown .5s var(--ease);
}
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }

.burger { display: none; width: 4.6rem; height: 4.6rem; flex-direction: column; justify-content: center; align-items: center; gap: 6px; z-index: 60; }
.burger span { width: 26px; height: 2px; background: #fff; border-radius: 2px; transition: transform .35s var(--ease), opacity .35s var(--ease); }
.burger.active span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.burger.active span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

.mobile-menu {
    position: fixed; inset: 0; z-index: 55; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 3.4rem;
    background-color: var(--void); background-image: radial-gradient(60rem 50rem at 50% 20%, rgba(86,49,158,.5), transparent 60%), linear-gradient(160deg, #150c28, #241443);
    opacity: 0; visibility: hidden; transform: translateY(-1.5rem); transition: opacity .45s var(--ease), transform .45s var(--ease), visibility .45s;
}
.mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.mobile-menu ul { display: flex; flex-direction: column; gap: 2.6rem; text-align: center; }
.mobile-menu a { font-family: var(--serif); font-size: 2.6rem; color: rgba(244,236,221,.9); }
.mobile-menu a.btn { font-family: var(--sans); font-size: 1.7rem; color: #2c1c08; }

.mobile-menu-close {
    position: absolute; top: 2.2rem; right: 24px; width: 4.6rem; height: 4.6rem; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; color: var(--cream);
    background: rgba(231,194,106,.08); box-shadow: inset 0 0 0 1px rgba(231,194,106,.3);
    transition: background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease);
}
.mobile-menu-close .ico { width: 2.2rem; height: 2.2rem; stroke-width: 1.8; }
.mobile-menu-close:hover { background: var(--grad-gold); color: #2c1c08; transform: rotate(90deg); }

/* ==================================================================
   HERO
   ================================================================== */
.hero { min-height: 100vh; display: flex; align-items: center; padding: 14rem 0 9rem; background: var(--void); }
.hero-photo { position: absolute; inset: 0; z-index: 0; background: url('../img/banner-bg.webp') center/cover no-repeat; opacity: .5; }
.hero-veil {
    position: absolute; inset: 0; z-index: 1;
    background:
        radial-gradient(130% 100% at 12% 40%, rgba(18,10,34,.95) 0%, rgba(18,10,34,.6) 42%, rgba(18,10,34,.3) 70%, transparent 100%),
        radial-gradient(60rem 50rem at 85% 30%, rgba(122,60,180,.35), transparent 60%),
        linear-gradient(180deg, rgba(18,10,34,.7) 0%, rgba(27,15,51,.5) 45%, rgba(18,10,34,.92) 100%);
}
.hero .stars { z-index: 2; }
.hero-ray {
    position: absolute; z-index: 2; top: -10%; right: 20%; width: 40rem; height: 120%;
    background: linear-gradient(180deg, rgba(231,194,106,.16), transparent 65%);
    transform: rotate(18deg); filter: blur(14px); pointer-events: none; animation: raySway 12s ease-in-out infinite;
}
@keyframes raySway { 0%,100% { opacity: .5; transform: rotate(16deg) translateX(0); } 50% { opacity: .9; transform: rotate(20deg) translateX(-1.5rem); } }
.hero .container { z-index: 5; }

.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 4rem; }
.hero-copy { max-width: 66rem; }
.eyebrow-gold.eyebrow { color: var(--gold-lite); }
.hero .eyebrow { background: rgba(231,194,106,.08); padding: .9rem 1.8rem; border-radius: 999px; box-shadow: inset 0 0 0 1px rgba(231,194,106,.3); }
.hero .eyebrow::before { display: none; }
.hero .eyebrow .ico { stroke: var(--gold-lite); fill: var(--gold-lite); }
.hero-title { font-size: clamp(4.6rem, 7vw, 8.2rem); line-height: 1; color: #fff; margin-bottom: 3rem; text-shadow: 0 6px 50px rgba(0,0,0,.4); }
.hero-title span { display: block; }
.hero-title-em { font-family: var(--serif-em); font-weight: 500; font-style: normal; background: linear-gradient(100deg,#f7e3ab,#e6b955 45%,#f4dd9c 72%,#cf9a34); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-dates { font-size: 2.1rem; font-weight: 600; color: #fff; margin-bottom: 2rem; }
.hero-dates .sep { color: var(--gold-lite); margin: 0 .8rem; font-weight: 300; }
.hero-lead { font-size: 1.9rem; font-weight: 300; line-height: 1.6; color: rgba(244,236,221,.9); max-width: 54rem; margin-bottom: 2.4rem; }
.hero-loc { display: inline-flex; align-items: center; gap: 1rem; font-size: 1.55rem; font-weight: 600; color: var(--gold-lite); margin-bottom: 3.8rem; }
.hero-loc .ico { stroke: var(--gold-lite); }
.hero-btns { display: flex; flex-wrap: wrap; gap: 1.6rem; }

.hero-lion { position: relative; display: flex; justify-content: center; align-items: center; }
.hero-lion img { position: relative; z-index: 3; max-width: 100%; filter: drop-shadow(0 30px 70px rgba(122,50,180,.55)); animation: floatY 7s ease-in-out infinite; }
.lion-aura { position: absolute; z-index: 1; width: 78%; aspect-ratio: 1; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(154,107,255,.55) 0%, rgba(199,150,58,.25) 42%, transparent 70%); filter: blur(26px); animation: pulseGlow 6s ease-in-out infinite; }
.lion-ring { position: absolute; z-index: 2; width: 92%; aspect-ratio: 1; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(231,194,106,.28); animation: spin 60s linear infinite; }
.lion-ring::before { content:''; position:absolute; top:-3px; left:50%; width:6px; height:6px; border-radius:50%; background: var(--gold-lite); box-shadow: 0 0 10px 2px rgba(231,194,106,.8); }
.constellation { position: absolute; z-index: 2; width: 108%; height: 108%; top: -4%; left: -4%; opacity: .8; animation: floatY 9s ease-in-out infinite reverse; }
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes pulseGlow { 0%,100% { opacity: .7; transform: translate(-50%,-50%) scale(1); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.07); } }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }

.hero-scroll { position: absolute; bottom: 3rem; left: 50%; transform: translateX(-50%); z-index: 6; width: 2.6rem; height: 4.4rem; border-radius: 999px; box-shadow: inset 0 0 0 1.5px rgba(244,236,221,.4); }
.hero-scroll span { position: absolute; top: .8rem; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; border-radius: 2px; background: var(--gold-lite); animation: scrollDot 1.8s var(--ease) infinite; }
@keyframes scrollDot { 0% { opacity: 0; top: .8rem; } 40% { opacity: 1; } 80% { opacity: 0; top: 2.6rem; } 100% { opacity: 0; } }

/* ==================================================================
   ДЛЯ КОГО
   ================================================================== */
.whom-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 2.4rem; }
.whom-item {
    display: flex; align-items: center; gap: 2rem; padding: 2.6rem 3rem; border-radius: var(--radius);
    background: linear-gradient(180deg, var(--paper-hi), var(--paper)); box-shadow: var(--shadow-soft);
    border: 1px solid rgba(194,147,59,.14);
}
.whom-item, .whom-item.reveal { transition: opacity .8s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease); }
.whom-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); border-color: rgba(194,147,59,.4); }
.whom-item p { font-size: 1.7rem; color: var(--ink); line-height: 1.45; }

/* ==================================================================
   ЧТО ВЫ ПОЛУЧИТЕ
   ================================================================== */
.benefit-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 2.4rem; margin-bottom: 7rem; }
.benefit-item {
    padding: 3.4rem 3rem; border-radius: var(--radius); background: linear-gradient(180deg, var(--paper-hi), var(--paper));
    box-shadow: var(--shadow-soft); border: 1px solid rgba(194,147,59,.14);
}
.benefit-item, .benefit-item.reveal { transition: opacity .8s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease); }
.benefit-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.benefit-item h3 { font-size: 2.4rem; color: var(--ink); margin: 2.2rem 0 1rem; }
.benefit-item p { font-size: 1.6rem; color: var(--ink-soft); line-height: 1.55; }

.await { position: relative; border-radius: 30px; padding: 6rem 5rem; overflow: hidden; background: var(--void); box-shadow: var(--shadow-lift); }
.await-inner { position: relative; z-index: 3; }
.await-head { text-align: center; margin-bottom: 4rem; }
.await-title { font-size: clamp(3rem,4vw,4rem); color: #fff; }
.await-head .eyebrow { justify-content: center; }
.await-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 3.5rem; }
.await-list li { display: flex; align-items: center; gap: 1.8rem; font-size: 1.72rem; color: rgba(244,236,221,.92); }

/* ==================================================================
   О МАСТЕРЕ
   ================================================================== */
.master-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 6rem; }
.master-photo { position: relative; display: flex; justify-content: center; align-items: flex-end; }
.master-arch {
    position: absolute; z-index: 1; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 100%; max-width: 42rem; height: 92%; border-radius: 50% 50% 24px 24px / 46% 46% 24px 24px;
    background: linear-gradient(180deg, #efe4cf, #e6d7bb); box-shadow: inset 0 0 0 1.5px rgba(194,147,59,.5), var(--shadow-soft);
}
.master-glow { position: absolute; z-index: 0; bottom: 6%; left: 50%; transform: translateX(-50%); width: 40rem; height: 40rem; border-radius: 50%; background: radial-gradient(circle, rgba(154,107,255,.3), rgba(199,150,58,.16) 45%, transparent 70%); filter: blur(20px); animation: pulseGlow 8s ease-in-out infinite; }
.master-photo img { position: relative; z-index: 2; max-width: 40rem; width: 100%; filter: drop-shadow(0 26px 44px rgba(58,31,107,.4)); }
.master-text { max-width: 60rem; }
.master-name { margin-bottom: 2.4rem; }
.master-tags { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 3rem; }
.master-tags li { font-size: 1.4rem; font-weight: 500; padding: .8rem 1.8rem; border-radius: 999px; color: var(--violet); background: rgba(58,31,107,.05); box-shadow: inset 0 0 0 1px rgba(194,147,59,.35); }
.master-bio p {
    display: flex; align-items: flex-start; gap: 1.4rem;
    font-style: normal; font-size: 1.75rem; line-height: 1.7; color: var(--ink); margin-bottom: 1.8rem;
}
.master-bio p:last-child { margin-bottom: 0; }
.master-bio-star { flex-shrink: 0; width: 1.9rem; height: 1.9rem; margin-top: .5rem; fill: var(--gold); stroke: none; filter: drop-shadow(0 2px 6px rgba(194,147,59,.4)); }

/* ==================================================================
   МЕСТО ПРОВЕДЕНИЯ
   ================================================================== */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 20rem; gap: 1.8rem; margin-bottom: 5.5rem; }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.gallery-big { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(170deg, transparent 50%, rgba(18,10,34,.55)); opacity: .5; transition: opacity .4s var(--ease); }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item:hover::after { opacity: .85; }
.gallery-cap { position: absolute; left: 2rem; bottom: 1.8rem; z-index: 2; display: inline-flex; align-items: center; gap: .8rem; font-size: 1.45rem; font-weight: 600; color: var(--cream); }
.gallery-cap .ico { stroke: var(--gold-lite); }
.gallery-cap-more { left: auto; right: 1.8rem; padding: .7rem 1.6rem; border-radius: 999px; background: rgba(18,10,34,.5); backdrop-filter: blur(6px); box-shadow: inset 0 0 0 1px rgba(231,194,106,.4); }

.place-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.place-features, .place-road { background: linear-gradient(180deg, var(--paper-hi), var(--paper)); border-radius: 26px; padding: 4rem 3.6rem; box-shadow: var(--shadow-soft); border: 1px solid rgba(194,147,59,.14); }
.place-h { font-size: 2.6rem; color: var(--ink); margin-bottom: 2.8rem; }
.place-list { display: flex; flex-direction: column; gap: 1.4rem; margin-bottom: 3rem; }
.place-list li { display: flex; align-items: center; gap: 1.5rem; font-size: 1.7rem; color: var(--ink); }
.place-addr { display: flex; align-items: flex-start; gap: 1rem; font-size: 1.6rem; font-weight: 600; color: var(--violet); padding-top: 2.4rem; border-top: 1px solid var(--line-light); }
.place-addr .ico { stroke: var(--gold); margin-top: .3rem; }
.road-list { display: flex; flex-direction: column; gap: 2.4rem; }
.road-list li { display: flex; gap: 1.8rem; align-items: flex-start; }
.road-list b { display: block; font-size: 1.8rem; color: var(--ink); margin-bottom: .3rem; font-weight: 700; }
.road-list li div span { display: block; font-size: 1.55rem; color: var(--ink-soft); line-height: 1.55; }
.road-map-btns { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 2.8rem; padding-top: 2.8rem; border-top: 1px solid var(--line-light); }
.road-map-btns .btn { flex: 1 1 auto; }

/* ==================================================================
   ПРОГРАММА — вертикальный светящийся таймлайн
   ================================================================== */
.timeline { position: relative; max-width: 80rem; margin: 0 auto; padding-left: 1rem; }
.timeline::before { content: ''; position: absolute; left: 4rem; top: 1rem; bottom: 1rem; width: 2px; background: linear-gradient(180deg, transparent, rgba(231,194,106,.5) 12%, rgba(231,194,106,.5) 88%, transparent); }
.tl-day { position: relative; display: flex; gap: 3.5rem; padding-bottom: 4rem; }
.tl-day:last-child { padding-bottom: 0; }
.tl-marker {
    position: relative; z-index: 2; flex-shrink: 0; width: 6rem; height: 6rem; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-family: var(--serif-em); font-size: 2.6rem; font-weight: 600;
    color: var(--gold-lite); background: radial-gradient(circle at 30% 25%, rgba(231,194,106,.16), rgba(20,10,34,.9));
    box-shadow: inset 0 0 0 1.5px rgba(231,194,106,.5), 0 0 30px -6px rgba(231,194,106,.5);
}
.tl-marker .ico { stroke: var(--gold-lite); fill: var(--gold-lite); width: 2.6rem; height: 2.6rem; }
.tl-marker-vip { background: radial-gradient(circle at 30% 25%, rgba(154,107,255,.4), rgba(20,10,34,.9)); box-shadow: inset 0 0 0 1.5px rgba(231,194,106,.6), 0 0 40px -4px rgba(154,107,255,.6); }
.tl-body { flex: 1; padding-top: .4rem; }
.tl-date { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; margin-bottom: 1.8rem; }
.tl-date h3 { font-size: 2.7rem; color: #fff; }
.tl-tag { font-size: 1.25rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1.4rem; border-radius: 999px; color: var(--cream-soft); background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(244,236,221,.16); }
.tl-tag-gold { color: #2c1c08; background: var(--grad-gold); box-shadow: none; }
.tl-list { display: flex; flex-direction: column; gap: 1.2rem; }
.tl-list li { display: flex; gap: 1.6rem; font-size: 1.65rem; color: rgba(244,236,221,.88); line-height: 1.45; }
.tl-list li em { color: var(--cream-soft); font-style: italic; font-size: .92em; }
.tl-list .t { flex-shrink: 0; min-width: 5.4rem; font-weight: 700; color: var(--gold-lite); font-variant-numeric: tabular-nums; }
.tl-portal .tl-body, .tl-vip .tl-body { position: relative; }
.tl-vip-desc { font-size: 1.75rem; color: #e7ddff; line-height: 1.6; max-width: 52rem; }

/* ==================================================================
   СТОИМОСТЬ
   ================================================================== */
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; max-width: 96rem; margin: 0 auto 4rem; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 5rem 4.4rem; border-radius: 30px; background: linear-gradient(180deg, var(--paper-hi), var(--paper)); box-shadow: var(--shadow-soft); border: 1px solid rgba(194,147,59,.16); }
.price-card, .price-card.reveal { transition: opacity .8s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease); }
.price-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }
.price-plan { font-family: var(--serif-em); font-size: 2.6rem; font-style: italic; color: var(--ink); margin-bottom: 1.4rem; }
.price-value { font-family: var(--serif); font-size: clamp(4.6rem,6vw,6.4rem); font-weight: 400; color: var(--violet); line-height: 1; margin-bottom: 3.2rem; }
.price-value .cur { font-size: .5em; vertical-align: .35em; color: var(--gold); margin-right: .4rem; }
.price-list { display: flex; flex-direction: column; gap: 1.4rem; margin-bottom: 3.6rem; flex-grow: 1; }
.price-list li { display: flex; align-items: flex-start; gap: 1.2rem; font-size: 1.68rem; color: var(--ink); line-height: 1.4; }
.price-list .ico { stroke: var(--gold); stroke-width: 2; margin-top: .3rem; }
.price-plus { font-size: 1.55rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 1.8rem; }
.price-card .btn { width: 100%; }

.price-vip { border: none; color: var(--cream); background: linear-gradient(165deg, #221340 0%, #150c28 55%, #1d1038 100%); box-shadow: 0 40px 84px -38px rgba(20,10,34,.8); overflow: hidden; }
.price-vip .price-plan { color: #fff; }
.price-vip .price-value { color: var(--gold-lite); }
.price-vip .price-list li { color: rgba(244,236,221,.92); }
.price-vip .price-list .ico { stroke: var(--gold-lite); }
.price-vip .price-plus { color: var(--cream-soft); }
.price-vip > * { position: relative; z-index: 3; }
.price-badge { position: absolute; z-index: 4; top: 2.6rem; right: 2.6rem; padding: .6rem 1.6rem; border-radius: 999px; font-size: 1.15rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #2c1c08; background: var(--grad-gold); }

.price-extra { text-align: center; max-width: 96rem; margin: 0 auto; }
.price-extra-label { display: block; font-size: 1.35rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 2rem; }
.extra-list {
    display: flex; flex-wrap: nowrap; justify-content: center; gap: 1.2rem;
    overflow-x: auto; padding: .2rem .2rem .8rem; -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.extra-list::-webkit-scrollbar { display: none; }
.extra-list li { flex-shrink: 0; white-space: nowrap; font-size: 1.5rem; color: var(--violet); padding: .9rem 2rem; border-radius: 999px; background: var(--paper); box-shadow: inset 0 0 0 1px rgba(194,147,59,.3); }

/* ==================================================================
   FAQ
   ================================================================== */
.faq-list { max-width: 88rem; margin: 0 auto; display: flex; flex-direction: column; gap: 1.6rem; }
.faq-item { background: linear-gradient(180deg, var(--paper-hi), var(--paper)); border-radius: 20px; padding: 0 3.2rem; box-shadow: var(--shadow-soft); border: 1px solid rgba(194,147,59,.14); transition: border-color .3s var(--ease), box-shadow .3s var(--ease); }
.faq-item[open] { border-color: rgba(194,147,59,.4); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 2rem; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 2.2rem; color: var(--ink); padding: 2.8rem 0; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-ic { flex-shrink: 0; width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--gold); background: radial-gradient(circle at 30% 25%, #fff, #f3ead6); box-shadow: inset 0 0 0 1px rgba(194,147,59,.4); transition: transform .35s var(--ease), background .35s var(--ease), color .35s var(--ease); }
.faq-ic .ico { stroke-width: 2; }
.faq-item[open] .faq-ic { transform: rotate(135deg); color: #2c1c08; background: var(--grad-gold); }
.faq-answer { overflow: hidden; }
.faq-answer p { font-size: 1.72rem; color: var(--ink-soft); line-height: 1.65; padding: 0 0 3rem; max-width: 72rem; }

/* ==================================================================
   ФУТЕР
   ================================================================== */
.footer { padding: 10rem 0 3.5rem; }
.footer-cta { position: relative; z-index: 3; text-align: center; max-width: 70rem; margin: 0 auto 8rem; }
.footer-star { stroke: var(--gold-lite); fill: none; margin: 0 auto 2rem; display: block; filter: drop-shadow(0 0 14px rgba(231,194,106,.5)); }
.footer-title { font-size: clamp(3.4rem,5vw,5rem); color: #fff; margin-bottom: 1.8rem; }
.footer-lead { font-size: 1.85rem; font-weight: 300; color: var(--cream-soft); margin-bottom: 3.6rem; }
.footer-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 4rem; padding-bottom: 5rem; border-bottom: 1px solid rgba(231,194,106,.16); }
.footer-logo { height: 5.2rem; width: auto; margin-bottom: 2rem; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { font-size: 1.5rem; line-height: 1.6; color: var(--cream-soft); margin-bottom: 2.6rem; }
.footer-h { font-family: var(--sans); font-size: 1.35rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-lite); margin-bottom: 2.4rem; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; grid-auto-flow: column; grid-template-rows: repeat(4, auto); gap: 1.2rem 2.4rem; }
.footer-nav a { font-size: 1.55rem; color: var(--cream-soft); }
.footer-nav a:hover { color: #fff; }
.footer-contacts { display: flex; flex-direction: column; gap: 1.5rem; }
.footer-contacts li { display: flex; align-items: center; gap: 1.1rem; font-size: 1.55rem; color: var(--cream-soft); }
.footer-contacts .ico { stroke: var(--gold-lite); }
.footer-contacts a:hover { color: #fff; }
.socials { display: flex; gap: 1.2rem; }
.social { width: 4.8rem; height: 4.8rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--cream); background: rgba(231,194,106,.08); box-shadow: inset 0 0 0 1px rgba(231,194,106,.3); transition: transform .3s var(--ease), background .3s var(--ease), color .3s var(--ease); }
.social:hover { transform: translateY(-4px); background: var(--grad-gold); color: #2c1c08; }
.footer-bottom { position: relative; z-index: 3; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.6rem; padding-top: 3rem; }
.footer-copy { font-size: 1.3rem; color: var(--cream-soft); opacity: .7; }
.footer-links { display: flex; flex-wrap: wrap; gap: 2.4rem; }
.footer-links a { font-size: 1.4rem; color: var(--cream-soft); text-decoration: underline; text-underline-offset: 3px; }
.footer-links a:hover { color: var(--gold-lite); }

/* ==================================================================
   COOKIE + МОДАЛКИ
   ================================================================== */
.cookie-banner {
    position: fixed; left: 2rem; right: 2rem; bottom: 2rem; z-index: 9990; max-width: 116rem; margin: 0 auto;
    display: none; align-items: center; gap: 2.4rem; flex-wrap: wrap;
    background: rgba(20,12,36,.94); backdrop-filter: blur(16px); color: var(--cream);
    padding: 2.2rem 2.8rem; border-radius: 18px; box-shadow: 0 30px 70px -20px rgba(0,0,0,.6), inset 0 0 0 1px rgba(231,194,106,.28);
    transform: translateY(2rem); opacity: 0; transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.cookie-banner.show { display: flex; }
.cookie-banner.visible { opacity: 1; transform: translateY(0); }
.cookie-banner p { flex: 1 1 40rem; font-size: 1.5rem; line-height: 1.5; }
.cookie-banner a { color: var(--gold-lite); text-decoration: underline; text-underline-offset: 2px; }
.cookie-btns { display: flex; gap: 1.2rem; flex-shrink: 0; }
.cookie-banner .btn-ghost { color: var(--cream); box-shadow: inset 0 0 0 1.5px rgba(244,236,221,.4); }

.page-content { max-width: 72rem; background: var(--paper-hi); border-radius: 22px; padding: 5rem; color: var(--ink); }
.page-content h2 { font-size: 3.2rem; color: var(--ink); margin-bottom: 2.6rem; }
.page-content p { font-size: 1.62rem; line-height: 1.65; margin-bottom: 1.6rem; }
.page-content em { color: var(--ink-soft); }

/* ==================================================================
   REVEAL-АНИМАЦИИ (IntersectionObserver)
   ================================================================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); will-change: opacity, transform; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-reveal-d="1"] { transition-delay: .08s; }
.reveal[data-reveal-d="2"] { transition-delay: .16s; }
.reveal[data-reveal-d="3"] { transition-delay: .24s; }
.reveal[data-reveal-d="4"] { transition-delay: .32s; }
.reveal[data-reveal-d="5"] { transition-delay: .40s; }
.reveal[data-reveal-d="6"] { transition-delay: .48s; }
.reveal[data-reveal-d="7"] { transition-delay: .56s; }

@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    .hero-lion img, .lion-aura, .lion-ring, .constellation, .hero-ray, .master-glow, .stars i, .hero-scroll span { animation: none !important; }
    html { scroll-behavior: auto; }
}
