/* Копия по скриншоту — стили 1 в 1 */

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --bg: #fffaf4;
    --card-bg: #fffaf4;
    --text: #2c2c2c;
    --text-soft: #5d755d;
    --pink: #ff62a0;
    --pink-shadow: rgba(255, 98, 160, 0.35);
    --btn-radius: 8px;
    --sep-color: #c2bdb7;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--bg);
    color: var(--text);
    -webkit-font-smoothing: antialiased;
}

.page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 20px 32px;
}

.card {
    width: 100%;
    max-width: 420px;
    text-align: center;
}

/* Логотип (картинка ШЕСТ ТОЧКА) — в круге */
.logo {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 2px;
    border-radius: 50%;
    object-fit: cover;
}

/* Место силы и грации — курсив, приглушённый зелёный */
.slogan {
    margin: 0 0 6px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.12rem;
    font-weight: 400;
    font-style: italic;
    color: var(--text-soft);
    line-height: 1.3;
}

.description {
    margin: 0 0 20px;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-soft);
    line-height: 1.45;
}

/* Разделитель: линия — сердечко — линия */
.heart-sep {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 24px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.heart-sep-line {
    flex: 1;
    height: 1px;
    background: var(--sep-color);
    min-width: 0;
}

.heart-sep-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c2bdb7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Кнопки — ярко-розовые, скруглённые, тень */
.buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px 20px;
    background: var(--pink);
    color: #fff;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border: none;
    border-radius: var(--btn-radius);
    box-shadow: 0 4px 14px var(--pink-shadow);
    transition: opacity 0.2s, transform 0.05s;
}

.btn:hover {
    opacity: 0.95;
}

.btn:active {
    transform: scale(0.99);
}

.btn-text {
    flex: 1;
}

.btn-with-subtitle {
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0;
}

.btn-with-subtitle .btn-text {
    flex: none;
}

.btn-subtitle {
    font-size: 0.58rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.02em;
    line-height: 1.2;
    opacity: 0.92;
}

.btn-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: currentColor;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.btn-icon-send {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='22' y1='2' x2='11' y2='13'/%3E%3Cpolygon points='22 2 15 22 11 13 2 9 22 2'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='22' y1='2' x2='11' y2='13'/%3E%3Cpolygon points='22 2 15 22 11 13 2 9 22 2'/%3E%3C/svg%3E");
}

.btn-icon-globe {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");
}

.btn-icon-ig {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'/%3E%3C/svg%3E");
}

.btn-icon-phone {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.btn-icon-location {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.btn .btn-icon {
    order: -1;
}

.btn-address {
    margin-top: 12px;
}

.btn-about {
    margin-top: 12px;
}

/* Всплывающие окна выбора на главной */
.site-popup {
    width: calc(100vw - 40px);
    max-width: 400px;
    padding: 0;
    border: none;
    border-radius: 20px;
    background: transparent;
    box-shadow: none;
}

.site-popup::backdrop {
    background: rgba(44, 44, 44, 0.48);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.site-popup-card {
    position: relative;
    padding: 26px 22px 22px;
    border-radius: 20px;
    background: linear-gradient(165deg, #fff 0%, var(--card-bg) 55%, #fff5ee 100%);
    box-shadow:
        0 4px 6px rgba(255, 98, 160, 0.12),
        0 24px 48px rgba(44, 44, 44, 0.18);
    border: 1px solid rgba(255, 98, 160, 0.15);
}

.site-popup[open] .site-popup-card {
    animation: site-popup-in 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes site-popup-in {
    from {
        opacity: 0;
        transform: scale(0.94) translateY(12px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-popup[open] .site-popup-card {
        animation: none;
    }
}

.site-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: var(--btn-radius);
    background: rgba(194, 189, 183, 0.2);
    color: var(--text-soft);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.15s, background 0.15s;
}

.site-popup-close:hover {
    color: var(--text);
    background: rgba(255, 98, 160, 0.35);
    color: #fff;
}

.site-popup-title {
    margin: 0 40px 6px 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: italic;
    color: var(--text-soft);
    line-height: 1.3;
    text-transform: none;
    letter-spacing: 0;
}

.site-popup-hint {
    margin: 0 0 6px;
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-soft);
    opacity: 0.85;
}

.site-popup-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}

.btn-popup-action {
    font-size: 0.8rem;
    box-shadow: 0 3px 12px rgba(255, 98, 160, 0.32);
}

.btn-interior {
    font-family: inherit;
    cursor: pointer;
}

.site-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    max-width: calc(100% - 40px);
    padding: 12px 20px;
    background: var(--text);
    color: #fff;
    border-radius: var(--btn-radius);
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    pointer-events: none;
}

/* Карта — картинка, по клику открывается Google Карты */
.map-card {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    margin-top: 20px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transition: transform 0.15s, box-shadow 0.15s;
}

.map-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.map-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.map-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 14px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.map-pin-icon {
    width: 18px;
    height: 18px;
    background: #fff;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.map-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.02em;
}

/* Документы на странице «О нас» — текстовые ссылки */
.legal-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 14px;
    margin-bottom: 20px;
    text-align: left;
}

a.legal-link {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-soft);
    line-height: 1.45;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    transition: color 0.15s;
}

a.legal-link:hover {
    color: var(--pink);
}

/* Модальное окно с текстом документа */
.legal-modal {
    width: calc(100% - 40px);
    max-width: 420px;
    max-height: min(85vh, 640px);
    margin: auto;
    padding: 0;
    border: none;
    border-radius: 16px;
    background: var(--card-bg);
    color: var(--text);
    box-shadow: 0 12px 40px rgba(44, 44, 44, 0.2);
}

.legal-modal::backdrop {
    background: rgba(44, 44, 44, 0.45);
}

.legal-modal-inner {
    display: flex;
    flex-direction: column;
    padding: 18px 18px 16px;
}

.legal-modal-title {
    margin: 0 36px 12px 0;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.35;
    text-align: left;
}

.legal-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: var(--btn-radius);
    background: transparent;
    color: var(--text-soft);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.15s, background 0.15s;
}

.legal-modal-close:hover {
    color: var(--text);
    background: rgba(194, 189, 183, 0.25);
}

.legal-modal-wrap {
    position: relative;
}

.legal-modal-body {
    margin: 0;
    padding: 0 4px 0 0;
    max-height: min(58vh, 520px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-family: "Inter", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--text);
    line-height: 1.5;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: left;
}

/* —— Страница «О нас» —— */
.page-about {
    padding-bottom: 40px;
}

.card-about {
    max-width: 480px;
}

.about-header {
    margin-bottom: 8px;
}

.about-article {
    text-align: left;
    margin-top: 8px;
}

.about-lead {
    margin: 0 0 10px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.35rem;
    font-weight: 400;
    font-style: italic;
    color: var(--text-soft);
    line-height: 1.35;
}

.about-steps {
    margin: 0 0 18px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.5;
}

.about-check-list {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--text);
    line-height: 1.45;
}

.about-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.about-check-mark {
    flex-shrink: 0;
    color: var(--pink);
    font-weight: 700;
}

.about-cta-wrap {
    margin: 0 0 28px;
}

.btn-about-booking {
    font-family: inherit;
    cursor: pointer;
}

.btn-about-booking .about-cta-emoji {
    flex-shrink: 0;
    font-size: 1.15rem;
    line-height: 1;
    margin-right: 2px;
}

.about-h2 {
    margin: 26px 0 12px;
    font-family: "Inter", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-soft);
}

.about-h2:first-of-type {
    margin-top: 0;
}

.about-bullets {
    margin: 0;
    padding: 0 0 0 1.1em;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--text);
}

.about-bullets li {
    margin-bottom: 8px;
}

.about-bullets li:last-child {
    margin-bottom: 0;
}

.about-nice-lead {
    margin: 0 0 16px;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--text);
}

.about-price-card {
    margin: 0 0 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(194, 189, 183, 0.35);
    box-shadow: 0 2px 12px rgba(44, 44, 44, 0.06);
}

.about-price-card--weekend {
    margin-bottom: 20px;
}

.about-price-title {
    margin: 0 0 10px;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text);
}

.about-price-lines {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.86rem;
}

.about-price-lines li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}

.about-price-time {
    color: var(--text-soft);
    font-variant-numeric: tabular-nums;
}

.about-price-val {
    font-weight: 600;
    color: var(--text);
    white-space: nowrap;
}

.about-if-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--text);
}

.about-if-list li {
    position: relative;
    padding-left: 1.1em;
    margin-bottom: 8px;
}

.about-if-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: var(--pink);
    font-weight: 600;
}

.about-if-list li:last-child {
    margin-bottom: 0;
}

.about-ps {
    margin: 28px 0 0;
    padding: 16px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 98, 160, 0.08), rgba(93, 117, 93, 0.08));
    border: 1px solid rgba(255, 98, 160, 0.12);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.02rem;
    font-style: italic;
    line-height: 1.5;
    color: var(--text-soft);
    text-align: center;
}

.about-sep {
    margin: 32px auto 28px;
}

.about-legal-block {
    margin-top: 8px;
    padding: 22px 18px 20px;
    border-radius: 16px;
    background: rgba(255, 250, 244, 0.95);
    border: 1px solid var(--sep-color);
    text-align: left;
}

.about-meta-h {
    margin: 0 0 14px;
    font-family: "Inter", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--text-soft);
}

.about-meta-h--docs {
    margin-top: 22px;
}

.about-req-dl {
    margin: 0;
}

.about-req-row {
    display: grid;
    grid-template-columns: minmax(100px, 38%) 1fr;
    gap: 8px 14px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(194, 189, 183, 0.35);
    font-size: 0.8rem;
    line-height: 1.45;
}

.about-req-row:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.about-req-row dt {
    margin: 0;
    font-weight: 600;
    color: var(--text-soft);
}

.about-req-row dd {
    margin: 0;
    color: var(--text);
}

.about-legal-links {
    margin-top: 8px;
    margin-bottom: 0;
}

.about-back {
    margin-top: 16px;
}

@media (max-width: 380px) {
    .about-req-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .about-req-row dt {
        padding-top: 4px;
    }

    .about-req-row:first-child dt {
        padding-top: 0;
    }
}

/* --- Интерьер студии (/интерьер) --- */
.page-interior {
    align-items: flex-start;
    padding-top: 20px;
}

.card-interior {
    max-width: 520px;
}

.interior-head {
    text-align: center;
    margin-bottom: 18px;
}

.interior-back {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-soft);
    text-decoration: none;
    transition: color 0.15s;
}

.interior-back:hover {
    color: var(--pink);
}

.interior-logo {
    margin-bottom: 8px;
}

.interior-h1 {
    margin: 0 0 8px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--text);
}

.interior-lead {
    margin: 0;
    font-size: 0.82rem;
    color: var(--text-soft);
    line-height: 1.45;
}

.interior-carousel {
    position: relative;
    margin-bottom: 8px;
}

.interior-viewport {
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    border-radius: 16px;
    background: linear-gradient(180deg, #f5f0ea 0%, #ebe4dc 100%);
    box-shadow: inset 0 0 0 1px rgba(194, 189, 183, 0.35);
    scrollbar-width: thin;
}

.interior-viewport::-webkit-scrollbar {
    height: 6px;
}

.interior-viewport::-webkit-scrollbar-thumb {
    background: rgba(93, 117, 93, 0.35);
    border-radius: 4px;
}

.interior-viewport:focus {
    outline: 2px solid var(--pink);
    outline-offset: 2px;
}

.interior-slide {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: min(58vh, 380px);
    padding: 12px;
}

.interior-slide-btn {
    display: block;
    width: 100%;
    max-height: min(58vh, 380px);
    padding: 0;
    border: none;
    border-radius: 12px;
    background: transparent;
    cursor: zoom-in;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(44, 44, 44, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.interior-slide-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(44, 44, 44, 0.16);
}

.interior-slide-btn:focus-visible {
    outline: 2px solid var(--pink);
    outline-offset: 3px;
}

.interior-slide-btn img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(58vh, 380px);
    object-fit: contain;
    vertical-align: middle;
}

.interior-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 14px;
}

.interior-nav {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: var(--pink);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 300;
    cursor: pointer;
    box-shadow: 0 3px 14px var(--pink-shadow);
    transition: transform 0.15s, box-shadow 0.15s;
}

.interior-nav:hover {
    transform: scale(1.05);
}

.interior-nav:focus-visible {
    outline: 2px solid var(--text-soft);
    outline-offset: 2px;
}

.interior-counter {
    margin: 0;
    min-width: 4.5rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--text-soft);
}

.interior-empty {
    text-align: center;
    color: var(--text-soft);
    margin: 24px 0;
}

.interior-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background: rgba(12, 12, 12, 0.94);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.interior-lightbox[hidden] {
    display: none !important;
}

.interior-lightbox-close {
    position: absolute;
    top: max(12px, env(safe-area-inset-top));
    right: max(12px, env(safe-area-inset-right));
    z-index: 2;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: var(--btn-radius);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s;
}

.interior-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.22);
}

.interior-lightbox-stage {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: max(52px, calc(env(safe-area-inset-top) + 40px)) max(56px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(56px, env(safe-area-inset-left));
    box-sizing: border-box;
}

.interior-lightbox-stage img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.45);
}

.interior-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s;
}

.interior-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.24);
}

.interior-lightbox-prev {
    left: 8px;
}

.interior-lightbox-next {
    right: 8px;
}

@media (max-width: 480px) {
    .interior-lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 1.4rem;
    }

    .interior-lightbox-prev {
        left: 4px;
    }

    .interior-lightbox-next {
        right: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .interior-viewport {
        scroll-behavior: auto;
    }

    .interior-slide-btn,
    .interior-nav {
        transition: none;
    }
}
