@font-face {
    font-family: 'Academy';
    src: url('fonts/Academy.Kz_.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Izvod';
    src: url('fonts/Izvod.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Academy', serif;
    overflow-x: hidden;
}
.header {
    position: relative;
    width: 100%;
    height: 665px;
    background: url('image/banner.jpg') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.header--tall {
    height: calc(90vh + 15px);
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.navbar {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0;
}

.navbar-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.644);
    z-index: 2;
    height: 80px;
}

.navbar-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    margin: 0 auto;
    padding: 0 32px;
}

.navbar-left,
.navbar-right {
    display: flex;
    gap: 32px;
}

.navbar-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 110px;
    width: 110px;
    min-width: 110px;
    min-height: 110px;
    box-sizing: border-box;
    background: transparent;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 32px;
    z-index: 3;
}

.navbar-logo img {
    width: 90px;
    height: 90px;
    max-width: 90px;
    max-height: 90px;
    object-fit: contain;
    display: block;
}

.navbar a {
    color: #fff;
    text-decoration: none;
    font-size: 2.2rem;
    font-family: 'Academy', serif;
    transition: color 0.2s;
    padding: 12px 28px;
    background: transparent;
    border-radius: 8px;
}

.navbar a:hover {
    color: #e0c97f;
    background: rgba(0, 0, 0, 0.3);
}

.navbar-link-fest {
    white-space: nowrap;
}

.header-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: 0;
    text-align: center;
}

.header--tall .header-content {
    height: 80vh;
    margin-top: 40px;
}

.header-title {
    font-family: 'Izvod', cursive;
    color: #fff;
    font-size: 5.5rem;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.1;
    text-shadow: 0 2px 16px #000;
}

.header-subtitle {
    color: #bdbdbd;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 48px;
    font-family: 'Academy', serif;
    text-shadow: 0 2px 8px #000;
}

.header-btn {
    padding: 12px 48px;
    font-size: 1.5rem;
    color: #fff;
    background: transparent;
    border: 1.5px solid #fff;
    border-radius: 30px;
    cursor: pointer;
    font-family: 'Academy', serif;
    transition: background 0.2s, color 0.2s;
}

.header-btn:hover {
    background: #fff;
    color: #222;
}

.features {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    background: #e5e2e0;
    padding: 28px 0 16px 0;
    width: 100%;
    box-sizing: border-box;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

.feature-item span {
    font-family: 'Academy', serif;
    font-size: 1.6rem;
    color: #222;
    margin-bottom: 8px;
    border-bottom: 2px solid #222;
    padding-bottom: 2px;
    min-width: 180px;
    text-align: center;
}

.feature-underline {
    width: 90%;
    height: 2px;
    background: #222;
    margin-top: 2px;
    opacity: 0.3;
}

.lovers {
    width: 100%;
    padding: 32px 0 48px 0;
    box-sizing: border-box;
}
.lovers-title {
    font-family: 'Izvod', cursive;
    font-size: 6.5rem;
    color: #111;
    text-align: center;
    margin-bottom: 32px;
    letter-spacing: 0.1em;
    font-weight: 100;
}
.lovers-list {
    display: flex;
    justify-content: center;
    gap: 56px;
    flex-wrap: wrap;
}
.lover-card {
    background: #fff;
    border: 1.5px solid black;
    box-shadow: 0 2px 8px #0001;
    border-radius: 2px;
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    height: 480px;
}
.lover-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.lover-card-content {
    padding: 32px 16px 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.lover-card-title {
    font-family: 'Academy', serif;
    font-size: 2rem;
    color: #111;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 100;
}
.lover-card-price {
    font-family: 'Academy', serif;
    font-size: 1.4rem;
    color: #222;
    margin-bottom: 18px;
    text-align: center;
    font-weight: 400;
}
.lover-card-btn {
    background: #19c94a;
    color: #fff;
    font-family: 'Academy', serif;
    font-size: 1.1rem;
    border: none;
    border-radius: 6px;
    padding: 10px 32px;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: auto;
}
.lover-card-btn:hover {
    background: #13a53b;
}
.lover-overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: opacity 0.3s;
}
.lover-overlay.active {
    display: block;
}
.lover-card.enlarged {
    position: fixed !important;
    z-index: 1001;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.25);
    box-shadow: 0 8px 32px rgba(59, 59, 59, 0.295);
    transition: transform 0.3s, box-shadow 0.3s;
}


.welcome-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: black;
    color: #fff;
    text-align: center;
    padding: 5px 0 32px 0;
    margin-bottom: 80px;
}

.welcome-title {
    font-family: 'Izvod', cursive;
    font-size: 3.6rem;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}

.welcome-desc {
    font-family: 'Academy', serif;
    font-size: 1.9rem;
    margin: 0 auto 48px auto;
    max-width: 1100px;
    line-height: 1.3;
}

.welcome-note {
    font-family: 'Academy', serif;
    font-size: 1.1rem;
    color: #e0e0e0;
    margin-top: 32px;
}

.masterclass-block {
    background: #fff;
    color: #111;
    padding: 40px 0 60px 0;
    text-align: center;
}

.masterclass-header {
    margin-bottom: 36px;
}

.masterclass-title {
    text-align: center;
    font-family: 'Izvod', cursive;
    padding: 0 20px;
    font-size: 5rem;
    font-weight: 300;
    line-height: 1.2;
}



.masterclass-subtitle {
    font-family: 'Izvod', cursive;
    font-size: 2.5rem;
    margin-top: 18px;
    font-weight: 300;
}

.masterclass-cards {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.masterclass-card {
    background: #fff;
    border: 1px solid #222;
    border-radius: 4px;
    width: 320px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 18px 28px 18px;
    box-shadow: 0 2px 12px #0001;
    transition: box-shadow 0.2s;
}

.masterclass-card:hover {
    box-shadow: 0 4px 24px #0002;
}

.masterclass-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 24px;
    border: 1px solid #222;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.masterclass-img img {
    width: 150%;
    height: 150%;
    object-fit: cover;
    border: 1px solid black;
}

.masterclass-card-title {
    font-family: 'Academy', cursive;
    font-size: 2.7rem;
    margin-bottom: 60px;
    font-weight: 300;
}

.masterclass-card-desc {
    font-family: 'Academy', serif;
    font-size: 1.7rem;
    color: #222;
    line-height: 1.4;
}

.masterclass-signup-btn {
    display: block;
    margin: 40px auto 0;
    padding: 14px 48px;
    background: #00C040;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Academy', serif;
    font-size: 1.4rem;
    cursor: pointer;
    transition: background 0.2s;
}

.masterclass-signup-btn:hover {
    background: #009933;
}

/* Модальное окно записи на мастер-класс */
.mc-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.mc-modal.active {
    display: flex;
}

.mc-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.mc-modal__box {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px 24px;
    width: 100%;
    max-width: 440px;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 1;
    text-align: left;
}

.mc-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: none;
    background: #f0f0f0;
    border-radius: 50%;
    font-size: 1.4rem;
    cursor: pointer;
    line-height: 1;
}

.mc-modal__title {
    font-family: 'Izvod', cursive;
    font-size: 1.8rem;
    margin: 0 0 20px;
    text-align: center;
}

.mc-form-group {
    margin-bottom: 20px;
}

.mc-label {
    display: block;
    font-family: 'Academy', serif;
    font-size: 1rem;
    margin-bottom: 8px;
    color: #333;
}

.mc-type-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mc-type-option {
    font-family: 'Academy', serif;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mc-calendar {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px;
    background: #fafafa;
}

.mc-calendar__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.mc-calendar__btn {
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 0.9rem;
}

.mc-calendar__month {
    font-family: 'Academy', serif;
    font-size: 1.05rem;
    font-weight: 500;
}

.mc-calendar__weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    margin-bottom: 6px;
    text-align: center;
    font-family: 'Academy', serif;
    font-size: 0.8rem;
    color: #666;
}

.mc-calendar__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.mc-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #fff;
    border-radius: 6px;
    font-family: 'Academy', serif;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.15s;
}

.mc-day:hover:not(:disabled):not(.mc-day--empty) {
    background: #e8f5e9;
}

.mc-day--empty {
    background: transparent;
    cursor: default;
}

.mc-day--past,
.mc-day--full {
    color: #bbb;
    cursor: not-allowed;
    background: #f0f0f0;
}

.mc-day--selected {
    background: #00C040 !important;
    color: #fff !important;
}

.mc-time-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mc-time-slot {
    padding: 10px 16px;
    border: 1px solid #626262;
    border-radius: 6px;
    background: #fff;
    font-family: 'Academy', serif;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.15s;
}

.mc-time-slot:hover:not(:disabled) {
    border-color: #00C040;
    background: #f0fff4;
}

.mc-time-slot--selected {
    background: #00C040;
    border-color: #00C040;
    color: #fff;
}

.mc-time-slot:disabled {
    background: #f0f0f0;
    color: #aaa;
    cursor: not-allowed;
    border-color: #ddd;
    text-decoration: line-through;
}

.mc-hint {
    font-size: 0.85rem;
    color: #888;
    margin-top: 8px;
    font-family: 'Academy', serif;
}

.mc-error {
    color: #c62828;
    font-size: 0.9rem;
    min-height: 1.2em;
    margin-bottom: 12px;
    font-family: 'Academy', serif;
}

.mc-submit-btn {
    width: 100%;
    padding: 14px;
    background: #00C040;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Academy', serif;
    font-size: 1.1rem;
    cursor: pointer;
}

.mc-submit-btn:hover:not(:disabled) {
    background: #009933;
}

.mc-submit-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.delivery-block {
    background: #111;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
    margin-bottom: 100px;
}

.delivery-title {
    font-family: 'Izvod', cursive;
    font-size: 5rem;
    margin-top: 30px;
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.delivery-cards {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.delivery-card {
    background: #fff;
    color: #111;
    border-radius: 0;
    border: none;
    width: 340px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px 32px 24px;
    box-shadow: none;
    margin-bottom: 0;
    transition: none;
    border-radius: 5px;
}

.delivery-card:hover {
    box-shadow: 0 4px 32px #0003;
}

.delivery-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.delivery-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(0.1);
}

.delivery-card-title {
    font-family: 'Academy', serif;
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 12px;
    color: #111;
}

.delivery-card-desc {
    font-family: 'Academy', serif;
    font-size: 1.2rem;
    color: #888;
    line-height: 1.3;
    text-align: left;
    margin: 0;
}

.map-block {
    text-align: center;
    margin: 60px 0 80px 0;
}

.map-title {
    font-family: 'Izvod', cursive;
    font-size: 6.5rem;
    margin-bottom: 32px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.map-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-container iframe {
    border: 1px solid #222;
    border-radius: 0;
    width: 1300px;
    max-width: 1300px;
    height: 600px;
    background: #fff;
}

.footer {
    background: #000;
    color: #fff;
    padding: 24px 0 10px 0;
    font-family: 'Academy', serif;
    font-size: 1.3rem;
    margin-top: 0;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 32px;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
}

.footer-logo {
    align-self: flex-start;
    padding: 10px;
}

.footer-logo img {
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    display: block;
}

.footer-center {
    flex: 1 1 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.footer-policy {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    margin-bottom: 8px;
    transition: color 0.2s;
}
.footer-policy:hover {
    color: #e0c97f;
}

.footer-info {
    font-size: 1.3rem;
    margin-bottom: 8px;
}

.footer-contacts {
    display: flex;
    flex-direction: row;
    gap: 18px;
    padding-right: 30px;
}

.footer-icon img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    padding: 4px;
    background: transparent;
    transition: border-color 0.2s;
}
.footer-icon img:hover {
    border-color: #e0c97f;
}

/* Мобильная навигация — см. mobile.css */
