/* ============================================================
   FLORA DANICA EXPERIENCE — дополнительные стили
   Подключается после css/style.css
   ============================================================ */

@keyframes expFadeIn {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: none; }
}

/* ── Фото-плейсхолдеры ───────────────────────────────────── */
.ph {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    position: relative;
}
.ph-label {
    color: rgba(255,255,255,0.5);
    font-style: italic;
    font-size: 13px;
    line-height: 1.5;
    max-width: 220px;
    text-align: center;
    background: rgba(0,0,0,0.25);
    padding: 6px 12px;
    border-radius: 4px;
}
.ph-copenhagen    { background: linear-gradient(145deg, #8B7355 0%, #4A3A2A 100%); }
.ph-dining        { background: linear-gradient(145deg, #7D5300 0%, #3A2400 100%); }
.ph-day1          { background: linear-gradient(145deg, #5A6B52 0%, #2A3A24 100%); }
.ph-day2          { background: linear-gradient(145deg, #4A6B8A 0%, #1A3A5A 100%); }
.ph-day3          { background: linear-gradient(145deg, #8A7A5A 0%, #3A2A0A 100%); }
.ph-manufacture   { background: linear-gradient(145deg, #8B6B4A 0%, #3A2A10 100%); }
.ph-dinner-a      { background: linear-gradient(145deg, #6A5A4A 0%, #3A2A1A 100%); }
.ph-dinner-b      { background: linear-gradient(145deg, #7A5A3A 0%, #2A1A00 100%); }
.ph-dinner-c      { background: linear-gradient(145deg, #5A4A3A 0%, #2A1A0A 100%); }
.ph-hotel-nimb    { background: linear-gradient(145deg, #7A8B6B 0%, #3A4A2A 100%); }
.ph-hotel-nimb-b  { background: linear-gradient(145deg, #6A7A5B 0%, #2A3A1A 100%); }
.ph-hotel-nimb-c  { background: linear-gradient(145deg, #8A9B7B 0%, #4A5A3A 100%); }
.ph-hotel-dangl   { background: linear-gradient(145deg, #6B7A8B 0%, #2A3A4A 100%); }
.ph-hotel-dangl-b { background: linear-gradient(145deg, #7B8A9B 0%, #3A4A5A 100%); }
.ph-hotel-dangl-c { background: linear-gradient(145deg, #5B6A7B 0%, #1A2A3A 100%); }
.ph-oyster        { background: linear-gradient(145deg, #6B8B8A 0%, #2A4A4A 100%); }
.ph-castle        { background: linear-gradient(145deg, #8A8A6B 0%, #4A4A2A 100%); }
.ph-clay          { background: linear-gradient(145deg, #7A6B8B 0%, #3A2A4A 100%); }
.ph-andersen      { background: linear-gradient(145deg, #8A6B7A 0%, #4A2A3A 100%); }
.ph-cph-classic   { background: linear-gradient(145deg, #6B8B7A 0%, #2A4A3A 100%); }
.ph-secret        { background: linear-gradient(160deg, #0A1A0A 0%, #051005 50%, #1A2A1A 100%); }
.ph-guide-1       { background: radial-gradient(circle at 40% 35%, #6B5A4A 0%, #3A2A1A 100%); }
.ph-guide-2       { background: radial-gradient(circle at 60% 35%, #5A5A7A 0%, #2A2A4A 100%); }
.ph-privileges-1  { background: linear-gradient(145deg, #8B6B4A 0%, #3A2A10 100%); }
.ph-privileges-2  { background: linear-gradient(145deg, #5A6B8A 0%, #2A3A5A 100%); }
.ph-privileges-3  { background: linear-gradient(145deg, #6A8A5A 0%, #2A4A2A 100%); }
.ph-privileges-4  { background: linear-gradient(145deg, #8A7A6A 0%, #4A3A2A 100%); }

/* ── Листок-маркер для списков ───────────────────────────── */
.icon-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 28px;
}
.icon-list > li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
    line-height: 1.75;
}
.icon-list > li::before {
    content: '';
    flex-shrink: 0;
    width: 10px;
    height: 14px;
    margin-top: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 14'%3E%3Cpath d='M5 1 C9 4 9 11 5 13 C1 11 1 4 5 1Z' fill='%237D5300' fill-opacity='0.6'/%3E%3Cline x1='5' y1='2.5' x2='5' y2='11.5' stroke='%23F5F0E6' stroke-width='0.7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.icon-list.light > li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 14'%3E%3Cpath d='M5 1 C9 4 9 11 5 13 C1 11 1 4 5 1Z' fill='%23C8B48A' fill-opacity='0.5'/%3E%3Cline x1='5' y1='2.5' x2='5' y2='11.5' stroke='%23252528' stroke-width='0.7'/%3E%3C/svg%3E");
}

/* ── Навигация experience ─────────────────────────────────── */

/* ── Hero ────────────────────────────────────────────────── */
.exp-hero {
    display: flex;
    align-items: stretch;
    min-height: 74vh;
    overflow: hidden;
}
.exp-hero-img {
    width: 55%;
    min-height: 74vh;
    flex-shrink: 0;
}
.exp-hero-text {
    width: 45%;
    padding: 52px 64px 68px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F5F0E6;
    background-image: url(../img/Noise.png);
}
.exp-eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(125, 83, 0, 0.45);
    margin-bottom: 10px;
}
.exp-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.04;
    color: #7D5300;
    margin-bottom: 12px;
}
.exp-hero-tagline {
    font-family: 'Tinos', serif;
    font-style: italic;
    font-size: 21px;
    color: rgba(125, 83, 0, 0.55);
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #E5DDCC;
}
.exp-hero-intro {
    font-size: 15.5px;
    line-height: 1.85;
    color: #7D5300;
    margin-bottom: 20px;
}
.exp-hero-highlight {
    background: #FFFFFF;
    border-left: 3px solid #7D5300;
    padding: 18px 22px;
    font-size: 15px;
    line-height: 1.8;
    color: #7D5300;
}

/* ── События ─────────────────────────────────────────────── */
.events-section {
    padding: 64px 60px;
    background-color: #FFFFFF;
    border-top: 2px solid #E5DDCC;
    border-bottom: 2px solid #E5DDCC;
}
.events-label {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(125, 83, 0, 0.4);
    margin-bottom: 6px;
}
.events-heading {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #7D5300;
    margin-bottom: 30px;
    line-height: 1.15;
}
.event-card {
    display: flex;
    align-items: center;
    gap: 24px;
    border: 1px solid #E5DDCC;
    border-left: 3px solid #7D5300;
    padding: 20px 24px;
    margin-bottom: 12px;
    background: #F5F0E6;
    background-image: url(../img/Noise.png);
    transition: box-shadow 0.2s, transform 0.2s;
}
.event-card:hover { box-shadow: 0 6px 24px rgba(125,83,0,0.1); transform: translateY(-2px); }
.event-date-block { min-width: 68px; text-align: center; }
.event-day { font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 500; line-height: 1; color: #7D5300; }
.event-month { font-size: 10px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: rgba(125,83,0,0.5); display: block; margin-top: 3px; }
.event-info { flex: 1; }
.event-name { font-family: 'Playfair Display', serif; font-size: 20px; color: #7D5300; margin-bottom: 3px; }
.event-name a { color: inherit; text-decoration: none; }
.event-name a:hover { text-decoration: underline; }
.event-meta { font-size: 13px; color: rgba(125,83,0,0.55); }
.event-badge { background: rgba(125,83,0,0.08); color: #7D5300; padding: 5px 14px; border-radius: 20px; font-size: 12px; font-weight: 500; white-space: nowrap; flex-shrink: 0; }
.event-badge.urgent { background: rgba(125,83,0,0.16); }
.events-empty-title { font-family: 'Playfair Display', serif; font-size: 28px; color: #7D5300; margin-bottom: 12px; line-height: 1.2; }
.events-empty-text { font-size: 15px; line-height: 1.8; max-width: 600px; margin-bottom: 28px; color: rgba(125,83,0,0.8); }

/* ── Секционные заголовки ────────────────────────────────── */
.section-exp { padding: 90px 60px; }
.section-exp.dark { padding: 80px 60px 90px; background-color: #252528; color: #929293; }
.section-exp.white-bg { background-color: #FFFFFF; }
.section-eyebrow-exp { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: rgba(125,83,0,0.4); margin-bottom: 8px; }
.section-eyebrow-exp.light { color: rgba(200,180,150,0.4); }
.section-title-exp { font-family: 'Playfair Display', serif; font-size: 52px; line-height: 1.06; color: #7D5300; margin-bottom: 10px; }
.section-title-exp.light { color: #FFFFFF; }
.section-note-exp { font-family: 'Tinos', serif; font-style: italic; font-size: 16px; line-height: 1.8; color: rgba(125,83,0,0.6); border-left: 2px solid #B59E6F; padding: 4px 0 4px 20px; margin-bottom: 52px; max-width: 720px; }
.section-note-exp.light { color: rgba(200,180,150,0.65); border-color: rgba(200,180,150,0.2); }

/* ── Продуктовые блоки ───────────────────────────────────── */
.product-block { padding-bottom: 70px; border-bottom: 1px solid #E5DDCC; margin-bottom: 70px; }
.product-block:last-of-type { border-bottom: none; margin-bottom: 0; }
.product-numeral { font-family: 'Playfair Display', serif; font-size: 90px; font-weight: 500; color: rgba(125,83,0,0.08); line-height: 1; margin-bottom: -28px; display: block; }
.product-title { font-family: 'Playfair Display', serif; font-size: 46px; line-height: 1.08; color: #7D5300; margin-bottom: 10px; }
.capacity-badge { display: inline-block; font-size: 13px; font-weight: 500; color: rgba(125,83,0,0.55); background: rgba(125,83,0,0.06); border: 1px solid rgba(125,83,0,0.14); padding: 5px 16px; border-radius: 20px; margin-bottom: 22px; }
.product-intro { font-size: 16px; line-height: 1.85; margin-bottom: 8px; }

/* ── Аккордеон дней ──────────────────────────────────────── */
.accordion-tour { margin-top: 36px; border: 1px solid #E5DDCC; }
details.day-item { border-bottom: 1px solid #E5DDCC; overflow: hidden; }
details.day-item:last-child { border-bottom: none; }
details.day-item[open] { border-left: 3px solid #7D5300; }
details.day-item[open] > summary.day-header { background: rgba(125,83,0,0.03); }
summary.day-header {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 26px;
    list-style: none;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
}
summary.day-header::-webkit-details-marker,
summary.day-header::marker { display: none; }
.day-num-badge { font-family: 'Playfair Display', serif; font-size: 11px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(125,83,0,0.45); min-width: 60px; }
.day-header-title { flex: 1; font-weight: 500; font-size: 17px; color: #7D5300; line-height: 1.4; }
.day-toggle { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid rgba(125,83,0,0.3); position: relative; flex-shrink: 0; transition: border-color 0.2s; }
.day-toggle::before, .day-toggle::after { content: ''; position: absolute; background: #7D5300; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: opacity 0.25s; }
.day-toggle::before { width: 10px; height: 1.5px; }
.day-toggle::after  { width: 1.5px; height: 10px; }
details.day-item[open] .day-toggle::after { opacity: 0; }
details.day-item[open] .day-toggle { border-color: rgba(125,83,0,0.6); }
.day-content { padding: 6px 26px 32px 108px; animation: expFadeIn 0.25s ease; }
.day-content p { font-size: 15px; line-height: 1.85; }
.day-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }
.day-photo { height: 220px; }
.day-dinner-link { margin-top: 20px; padding: 14px 20px; background: rgba(125,83,0,0.05); border-left: 2px solid #B59E6F; font-size: 14px; line-height: 1.7; }
.day-dinner-link a { font-weight: 500; text-decoration: underline; }

/* ── Таблица формата ужина ───────────────────────────────── */
.format-table-wrap { margin: 36px 0; border: 1px solid #E5DDCC; overflow: hidden; max-width: 620px; }
.format-table-header { background: #7D5300; color: #FFFFFF; font-family: 'Playfair Display', serif; font-size: 13px; letter-spacing: 2.5px; text-transform: uppercase; padding: 13px 26px; text-align: center; }
.format-table { width: 100%; border-collapse: collapse; }
.format-table tr { border-bottom: 1px solid #E5DDCC; }
.format-table tr:last-child { border-bottom: none; }
.format-table td { padding: 13px 22px; font-size: 15px; }
.format-table td:first-child { width: 48%; color: rgba(125,83,0,0.5); border-right: 1px solid #E5DDCC; }
.format-table td:last-child { font-weight: 500; color: #7D5300; }

/* ── Ужин — примечание (самостоятельный заказ) ──────────── */
.bespoke-note { margin: 28px 0; font-family: 'Tinos', serif; font-style: italic; font-size: 15px; line-height: 1.8; color: rgba(125,83,0,0.65); border-left: 2px solid #B59E6F; padding: 4px 0 4px 20px; }

/* ── Exillion – секретный проект ────────────────────────── */
.secret-card { position: relative; overflow: hidden; min-height: 400px; display: flex; }
.secret-card-bg { position: absolute; inset: 0; }
.secret-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 48px;
    background: rgba(5,12,5,0.68);
    backdrop-filter: blur(2px);
}
.secret-badge-label { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: rgba(180,230,160,0.4); margin-bottom: 18px; border: 1px solid rgba(180,230,160,0.15); padding: 4px 16px; display: inline-block; }
.secret-title { font-family: 'Playfair Display', serif; font-size: 50px; color: #FFFFFF; margin-bottom: 16px; line-height: 1.05; }
.secret-subtitle { font-family: 'Tinos', serif; font-style: italic; color: rgba(210,240,200,0.55); font-size: 18px; margin-bottom: 10px; }
.secret-text { font-size: 15px; color: rgba(255,255,255,0.45); max-width: 480px; margin: 0 auto 32px; line-height: 1.75; }

/* ── Философия / Dark ────────────────────────────────────── */
.philosophy-quote { background: rgba(255,255,255,0.04); border-left: 2px solid rgba(200,180,150,0.2); padding: 22px 26px; font-size: 17px; line-height: 1.8; color: rgba(200,180,150,0.7); margin: 28px 0; }
.philosophy-bespoke-block { background: rgba(125,83,0,0.14); border-left: 3px solid rgba(125,83,0,0.4); padding: 20px 26px; font-size: 15px; line-height: 1.8; color: rgba(200,180,150,0.85); margin: 22px 0; }

/* ── Слайдер отелей ──────────────────────────────────────── */
.hotel-slider-section { background: #FFFFFF; padding: 0 0 70px; border-bottom: 2px solid #E5DDCC; }
.hotel-slider-label { padding: 44px 60px 24px; }
.hotel-slider-label .section-eyebrow-exp { margin-bottom: 4px; }
.hotel-slider-label .section-title-exp { font-size: 36px; margin-bottom: 0; }
.hotel-slider-inner { position: relative; }
.hotel-slider-inner .block-slider { height: 582px; }

/* ── Слайдер ужина — высота ──────────────────────────────── */
.slider-dinner .block-slider { height: 520px; }

/* ── Привилегии ──────────────────────────────────────────── */
.privilege-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.privilege-card { display: flex; flex-direction: column; }
.privilege-img { height: 252px; margin-bottom: 18px; }
.privilege-card-title { font-family: 'Playfair Display', serif; font-size: 18px; color: #7D5300; margin-bottom: 10px; line-height: 1.3; }
.privilege-card-text { font-size: 14px; line-height: 1.75; color: rgba(125,83,0,0.72); }

/* ── Кураторы ────────────────────────────────────────────── */
.guides-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 60px; margin-top: 48px; }
.guide-card { display: flex; gap: 30px; align-items: flex-start; }
.guide-img-wrap { position: relative; flex-shrink: 0; padding: 3px; }
.guide-circle { width: 168px; height: 168px; border-radius: 50%; overflow: hidden; border: 3px solid rgba(200,180,150,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; background-clip: padding-box; }
.guide-info-btn {
    position: absolute; bottom: 2px; right: 2px; width: 38px; height: 38px; border-radius: 50%;
    background: rgba(37,37,40,0.9); backdrop-filter: blur(6px);
    border: 1px solid rgba(200,180,150,0.25); color: rgba(200,180,150,0.8);
    font-size: 20px; font-family: serif; display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: transform 0.2s; line-height: 1; padding: 0;
}
.guide-info-btn:hover { transform: translateY(-3px); }
.guide-text-block { padding-top: 4px; flex: 1; }
.guide-card-title { font-family: 'Playfair Display', serif; font-size: 19px; color: #FFFFFF; margin-bottom: 12px; line-height: 1.3; }
.guide-card-text { font-size: 14px; line-height: 1.8; color: #929293; }

/* ── Bespoke маршруты ─────────────────────────────────────── */
.bespoke-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.bespoke-card { cursor: pointer; transition: transform 0.2s; display: flex; flex-direction: column; }
.bespoke-card:hover { transform: translateY(-5px); }
.bespoke-img { height: 264px; margin-bottom: 16px; position: relative; overflow: hidden; }
.bespoke-card-title { font-family: 'Playfair Display', serif; font-size: 19px; color: #7D5300; margin-bottom: 8px; line-height: 1.3; }
.bespoke-card-desc { font-size: 14px; line-height: 1.75; color: rgba(125,83,0,0.7); flex: 1; }
.bespoke-more { font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: rgba(125,83,0,0.4); display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; transition: color 0.2s; }
.bespoke-card:hover .bespoke-more { color: #7D5300; }
.bespoke-more::after { content: '→'; font-size: 14px; }

/* ── Условия участия ─────────────────────────────────────── */
.conditions-list { padding-left: 0; list-style: none; margin: 0; }
.conditions-list > li { display: flex; align-items: flex-start; gap: 20px; padding: 22px 0; border-bottom: 1px solid #E5DDCC; }
.conditions-list > li:last-child { border-bottom: none; }
.cond-icon { flex-shrink: 0; width: 36px; height: 36px; border: 1px solid rgba(125,83,0,0.18); display: flex; align-items: center; justify-content: center; color: rgba(125,83,0,0.5); font-size: 15px; margin-top: 2px; }
.cond-body { font-size: 15px; line-height: 1.75; }
.cond-body strong { display: block; font-weight: 500; color: #7D5300; margin-bottom: 4px; font-size: 16px; }
.disclaimer-note { margin-top: 32px; font-family: 'Tinos', serif; font-style: italic; font-size: 14px; color: rgba(125,83,0,0.5); border-left: 2px solid #B59E6F; padding: 4px 0 4px 18px; line-height: 1.7; }

/* ── CTA-блок «Ваш личный прием» ─────────────────────────── */
.private-cta {
    padding: 80px 60px;
    background-color: #7D5300;
    background-image: url(../img/Noise.png);
    text-align: center;
}
.private-cta .exp-eyebrow { color: rgba(255,255,255,0.35); margin-bottom: 10px; }
.private-cta-title { font-family: 'Playfair Display', serif; font-size: 46px; color: #FFFFFF; margin-bottom: 20px; line-height: 1.1; }
.private-cta-text { color: rgba(255,255,255,0.75); max-width: 560px; margin: 0 auto 36px; font-size: 15.5px; line-height: 1.85; }
.btn-white { padding: 15px 34px; background: #FFFFFF; color: #7D5300; border: none; border-radius: 6px; font-weight: 500; font-size: 15px; cursor: pointer; transition: all 0.2s; display: inline-block; text-decoration: none; }
.btn-white:hover { background: #F5F0E6; transform: translateY(-3px); color: #7D5300; }
.btn-outline-white { padding: 14px 30px; border: 1.5px solid rgba(255,255,255,0.4); background: transparent; color: rgba(255,255,255,0.8); font-weight: 500; cursor: pointer; border-radius: 6px; font-size: 15px; transition: all 0.2s; margin-left: 16px; display: inline-block; text-decoration: none; }
.btn-outline-white:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.7); transform: translateY(-3px); color: rgba(255,255,255,0.9); }

/* ── Post с тёмным фоном (кураторы) ─────────────────────── */
.post.post-dark { background: #252528; }
.post.post-dark .post-close { background-color: #1A1A1D; }
.post.post-dark .post-wp { color: #929293; }
.post.post-dark h2 { color: #FFFFFF; }

/* ── Адаптив ─────────────────────────────────────────────── */
@media (max-width: 1199px) {
    .exp-hero { flex-direction: column; min-height: auto; }
    .exp-hero-img { width: 100%; min-height: 56vw; }
    .exp-hero-text { width: 100%; padding: 40px 32px; }
    .exp-hero-title { font-size: 44px; }
    .section-exp { padding: 60px 32px; }
    .section-exp.dark { padding: 60px 32px; }
    .events-section { padding: 50px 32px; }
    .privilege-grid { grid-template-columns: repeat(2, 1fr); }
    .guides-grid { grid-template-columns: 1fr; gap: 44px; }
    .bespoke-grid { grid-template-columns: repeat(2, 1fr); }
    .day-content { padding-left: 36px; }
    .day-photos { grid-template-columns: 1fr 1fr; }
    .day-photo { height: 160px; }
    .hotel-slider-label { padding: 36px 32px 20px; }
    .hotel-slider-inner .block-slider { height: 340px; }
    .private-cta { padding: 60px 32px; }
}
@media (max-width: 768px) {
    .exp-hero-title { font-size: 34px; }
    .exp-hero-text { padding: 28px 18px; }
    .exp-hero-tagline { font-size: 17px; }
    .exp-hero-highlight { font-size: 14px; }
    .section-title-exp { font-size: 32px; }
    .section-exp { padding: 44px 16px; }
    .section-exp.dark { padding: 44px 16px; }
    .events-section { padding: 40px 16px; }
    .product-title { font-size: 28px; }
    .product-numeral { font-size: 60px; }
    .privilege-grid { grid-template-columns: 1fr; }
    .bespoke-grid { grid-template-columns: 1fr; }
    .guides-grid { grid-template-columns: 1fr; }
    .guide-card { flex-direction: column; }
    .format-table td { padding: 10px 12px; font-size: 14px; }
    .day-content { padding: 6px 16px 24px; }
    .day-photos { grid-template-columns: 1fr; }
    .day-photo { height: 200px; }
    .event-card { flex-wrap: wrap; gap: 14px; }
    .private-cta { padding: 48px 18px; }
    .private-cta-title { font-size: 32px; }
    .hotel-slider-label { padding: 28px 18px 16px; }
    .hotel-slider-inner .block-slider { height: 260px; }
    .bespoke-card:last-child { display: none; }
    .secret-title { font-size: 36px; }
    .secret-overlay { padding: 40px 24px; }
    .btn-outline-white { margin-left: 0; margin-top: 14px; display: block; text-align: center; }
}

/* ── Раздел I — сплит-шапка (заголовок слева, aside справа) ─ */
.section-intro-split {
    margin-bottom: 60px;
    align-items: flex-start;
}
.section-intro-aside {
    padding-top: 8px;
    padding-left: 60px;
    border-left: 1px solid #E5DDCC;
}
.section-aside-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section-aside-link {
    font-size: 13px;
    font-weight: 500;
    color: rgba(125,83,0,0.45);
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px solid #EDE8DF;
    transition: color 0.2s;
    display: block;
    letter-spacing: 0.3px;
}
.section-aside-link:last-child { border-bottom: none; }
.section-aside-link:hover { color: #7D5300; text-decoration: none; }

/* ── Кнопка закрытия попапов — тёмная ──────────────────── */
.post-close {
    background-color: #2C1E0F !important;
    background-image: url(../img/ico-close-dark.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    opacity: 1 !important;
    transition: background-color 0.2s !important;
}
.post-close:hover {
    background-color: #7D5300 !important;
}
.post.post-dark .post-close {
    background-color: #1A1208 !important;
}

/* ── Аккордеон фото ужина (декоративные маркеры ✦) ───────── */
.day-item[open] .day-num-badge {
    color: rgba(125,83,0,0.7);
}

/* ── cond-icon — SVG-иконки (убираем старый размер, новый fit) */
.cond-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(125,83,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    background: rgba(125,83,0,0.03);
}
.cond-icon svg { display: block; }

/* ── Адаптив сплит-шапки ─────────────────────────────────── */
@media (max-width: 1199px) {
    .section-intro-aside {
        padding-left: 24px;
        border-left: none;
        border-top: 1px solid #E5DDCC;
        padding-top: 24px;
        margin-top: 8px;
    }
}
@media (max-width: 768px) {
    .section-intro-aside {
        padding-left: 0;
        border-top: 1px solid #E5DDCC;
        padding-top: 20px;
        margin-top: 4px;
    }
}

/* ── «Датский фарфор» — приподнять на 4px ───────────────── */
.logo span {
    position: relative;
    top: -4px;
}

/* ── Адаптив — обновлённые высоты ───────────────────────── */
@media (max-width: 1199px) {
    .hotel-slider-inner .block-slider { height: 400px; }
    .slider-dinner .block-slider { height: 400px; }
    .day-photo { height: 190px; }
    .privilege-img { height: 210px; }
    .bespoke-img { height: 220px; }
}
@media (max-width: 768px) {
    .hotel-slider-inner .block-slider { height: 280px; }
    .slider-dinner .block-slider { height: 280px; }
    .day-photo { height: 160px; }
    .privilege-img { height: 180px; }
    .bespoke-img { height: 200px; }
}

/* ── Условия — две колонки ───────────────────────────────── */
.conditions-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 48px;
}
.conditions-two-col .conditions-list > li:first-child {
    padding-top: 0;
}
@media (max-width: 1199px) {
    .conditions-two-col { grid-template-columns: 1fr; gap: 0; }
    .exp-hero { min-height: 60vw; }
    .exp-hero-img { min-height: 60vw; }
    .hotel-slider-inner .block-slider { height: 440px; }
    .slider-dinner .block-slider { height: 420px; }
}
@media (max-width: 768px) {
    .hotel-slider-inner .block-slider { height: 300px; }
    .slider-dinner .block-slider { height: 300px; }
}
