/* ===================================
   Подключение шрифтов
=================================== */

@import url('https://fonts.cdnfonts.com/css/verdana-pro');

/* Fallback для Verdana Pro */
@font-face {
    font-family: 'Verdana Pro';
    src: local('Verdana');
    font-weight: 400;
    font-style: normal;
}

/* ===================================
   Базовые стили и сброс
=================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Verdana Pro', 'Verdana', Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
.top-img {
    background-image: url(images/banner.png);
    background-size: cover;
    aspect-ratio: 1906/622;
    /* max-width: 1440px; */
    margin-left: auto;
    margin-right: auto;
}

/* ===================================
   Типографическая система
   Base: 16px (1rem)
   Scale: 12, 14, 16, 18, 20, 24, 28, 32, 40, 48, 60
=================================== */

/* ===================================
   Общие компоненты
=================================== */

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Разделители секций */
section {
    position: relative;
}

.event-info,
.collection,
.designer,
.aromas,
.masterclass {
    border-top: 4px solid #000000;
}

/* Заголовки */
.section-title {
    font-weight: 600;
    font-size: 1.75rem; /* 28px */
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0.5rem;
}

.section-title .subtitle {
    font-size: 1.25rem; /* 20px */
}

.section-title-large {
    font-weight: 600;
    font-size: 1.75rem; /* 28px */
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    font-style: italic;
    color: #636363;
    font-size: 1.125rem; /* 18px */
    line-height: 1.5;
}

.center {
    text-align: center;
}

/* Карточки с цитатами */
.quote-box {
    background: linear-gradient(to bottom, #f9fafb, #e8e8e8);
    border-radius: 16px;
    border-left: 4px solid #e10512;
    padding: 1.5rem;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.quote-box p {
    font-style: italic;
    font-size: 1.125rem; /* 18px */
    line-height: 1.6;
    color: #000000;
    margin: 0;
}

.quote-dark {
    border-left-color: #4a062a;
}

/* ===================================
   Секция: О событии
=================================== */

.event-info {
    padding: 3rem 0; /* 48px */
}

.event-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.event-title {
    font-size: 1.125rem; /* 18px */
    line-height: 1.5;
    color: #000000;
    margin-bottom: 1rem;
}

.event-details {
    color: #636363;
    font-size: 1rem; /* 16px */
    line-height: 1.7;
}

.event-details p {
    margin-bottom: 1rem;
}

.event-details p:last-child {
    margin-bottom: 0;
}

.event-meta {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.date-card {
    background: linear-gradient(61.5177deg, rgba(0, 0, 0, 0) 46.047%, rgb(117, 18, 27) 140.01%), 
                linear-gradient(90deg, rgb(225, 5, 18) 0%, rgb(225, 5, 18) 100%), 
                linear-gradient(162.542deg, rgb(16, 24, 40) 0%, rgb(30, 41, 57) 100%);
    border-radius: 16px;
    padding: 1.5rem;
    width: 100%;
}

.date-main {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1rem;
}

.date-number {
    font-weight: 600;
    color: #ffffff;
    font-size: 3rem; /* 48px */
    line-height: 1;
}

.date-month {
    color: #ffffff;
    font-size: 1.25rem; /* 20px */
    line-height: 1.3;
}

.date-time {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.25rem; /* 20px */
    line-height: 1.5;
    margin: 0;
}

.location-info {
    flex: 1;
}

.location-info p,
.location-name,
.location-address {
    font-size: 1.125rem; /* 18px */
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.95);
    margin-bottom: 0.5rem;
}

.location-info p:last-child,
.location-address {
    margin-bottom: 0;
}

/* ===================================
   Секция: Коллекция TISHINA
=================================== */

.collection {
    padding: 3rem 0; /* 48px */
}

.section-header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.logo-mod img {
    width: 129px;
    height: 82px;
    object-fit: cover;
}

.collection-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.collection-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.collection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #636363;
    font-size: 1rem; /* 16px */
    line-height: 1.7;
}

.collection-text p {
    margin-bottom: 1rem;
}

.collection-text p:last-child {
    margin-bottom: 0;
}

/* ===================================
   Секция: О дизайнере
=================================== */

.designer {
    padding: 3rem 0; /* 48px */
}

.designer-header {
    margin-bottom: 1.5rem;
}

.designer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.designer-photo {
    border-radius: 10px;
    overflow: hidden;
    height: 400px;
}

.designer-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.designer-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.stats-card {
    background: linear-gradient(to bottom, #f9fafb, #f3f4f6);
    border-radius: 16px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-weight: bold;
    color: #e10512;
    font-size: 2rem; /* 32px */
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #636363;
    font-size: 0.75rem; /* 12px */
    line-height: 1.3;
    margin: 0;
}

.info-card {
    background: linear-gradient(to bottom, #f9fafb, #e8e8e8);
    border-radius: 16px;
    border-left: 4px solid #e10512;
    padding: 1.5rem;
}

.info-card p {
    color: #636363;
    font-size: 1rem; /* 16px */
    line-height: 1.6;
    margin: 0;
}

/* ===================================
   Секция: Aromas del Campo
=================================== */

.aromas {
    padding: 3rem 0; /* 48px */
}

.section-border {
    /* border-top: 4px solid #000000; */
    padding-top: 2rem;
}

.aromas-header {
    flex-direction: column;
    margin-bottom: 2rem;
}

.logo-aromas img {
    width: 230px;
    height: 30px;
    object-fit: contain;
}

.aromas-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.aromas-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.aromas-description {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
}

.aromas-description p {
    color: #636363;
    font-size: 1rem; /* 16px */
    line-height: 1.7;
    margin: 0;
}

.aromas-features {
    background: linear-gradient(to bottom, #f9fafb, #e8e8e8);
    border-radius: 16px;
    border-left: 4px solid #4a062a;
    padding: 1.5rem;
}

.aromas-features ul {
    list-style: none;
    color: #636363;
    font-size: 1rem; /* 16px */
    line-height: 1.8;
}

.aromas-features li {
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
}

.aromas-features li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e10512;
    font-weight: bold;
}

.aromas-features li:last-child {
    margin-bottom: 0;
}

.aromas-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    height: 350px;
}

.aromas-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===================================
   Секция: Мастер-класс
=================================== */

.masterclass {
    padding: 3rem 0; /* 48px */
}

.masterclass h2 {
    margin-bottom: 1.5rem;
}

.masterclass-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.masterclass-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    height: 400px;
}

.masterclass-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.masterclass-info {
    background: linear-gradient(to bottom, #f9fafb, #e8e8e8);
    border-radius: 16px;
    border-left: 4px solid #e10512;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.masterclass-description p {
    font-size: 1rem; /* 16px */
    line-height: 1.7;
    color: #000000;
    margin: 0;
}

.masterclass-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.masterclass-card {
    background: linear-gradient(to bottom, #f9fafb, #f3f4f6);
    border-radius: 16px;
    border-left: 4px solid #e10512;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
}

.masterclass-card-white {
    background: #ffffff;
    border-left-width: 3.32px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.masterclass-card p {
    font-size: 1rem; /* 16px */
    line-height: 1.7;
    color: #090909;
    margin: 0;
}

.masterclass-card-white p {
    color: #000000;
}

/* ===================================
   Секция: Регистрация
=================================== */

.registration {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%), 
                linear-gradient(149.083deg, rgb(16, 24, 40) 0%, rgb(30, 41, 57) 100%);
    padding: 4rem 0; /* 64px */
}

.registration h2 {
    margin-bottom: 2rem;
}

.registration-form {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.registration-subtitle {
    color: #636363;
    font-size: 1rem; /* 16px */
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: center;
}

.registration-form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.registration-form input {
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 1rem; /* 16px */
    font-family: inherit;
    transition: border-color 0.3s;
}

.registration-form input:focus {
    outline: none;
    border-color: #e10512;
}

.registration-form input::placeholder {
    color: #9ca3af;
}

.btn-register {
    background: linear-gradient(15.9881deg, rgba(0, 0, 0, 0) 46.27%, rgb(117, 18, 27) 134.93%), 
                linear-gradient(90deg, rgb(225, 5, 18) 0%, rgb(225, 5, 18) 100%);
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem; /* 16px */
    padding: 1rem 3rem;
    border: none;
    border-radius: 14px;
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    align-self: center;
}

.btn-register:hover {
    transform: translateY(-2px);
    box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.15), 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.btn-register:active {
    transform: translateY(0);
}

.registration-note {
    color: #636363;
    font-size: 0.875rem; /* 14px */
    line-height: 1.6;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0;
}

/* ===================================
   Адаптивность для планшетов
   768px - 1023px
=================================== */

@media (min-width: 768px) {
    .container {
        padding: 0 2rem;
    }

    /* Секция событие */
    .event-info {
        padding: 3rem 0;
    }

    .event-card {
        padding: 2rem;
    }

    .event-title {
        font-size: 1.25rem; /* 20px */
    }

    .event-details {
        font-size: 1.125rem; /* 18px */
    }

    .event-meta {
        flex-direction: row;
        gap: 2rem;
        align-items: flex-start;
    }

    .date-card {
        width: auto;
        min-width: 280px;
        padding: 1.5rem;
    }

    .location-info p {
        font-size: 1.25rem; /* 20px */
    }

    /* Секция коллекция */
    .collection-image img {
        height: 100%;
    }

    .collection-text {
        font-size: 1.125rem; /* 18px */
    }

    /* Секция дизайнер */
    .designer-photo {
        height: 500px;
    }

    .stat-number {
        font-size: 2.5rem; /* 40px */
    }

    .stat-label {
        font-size: 0.875rem; /* 14px */
    }

    .info-card p {
        font-size: 1.125rem; /* 18px */
    }

    /* Секция Aromas */
    .aromas-description p {
        font-size: 1.125rem; /* 18px */
    }

    .aromas-features ul {
        font-size: 1.125rem; /* 18px */
    }

    .aromas-image {
        height: 450px;
    }

    /* Секция мастер-класс */
    .masterclass-image {
        height: 500px;
    }

    .masterclass-description p,
    .masterclass-card p {
        font-size: 1.125rem; /* 18px */
    }

    /* Секция регистрация */
    .registration-subtitle {
        font-size: 1.125rem; /* 18px */
    }
}

/* ===================================
   Адаптивность для десктопов
   1024px и выше
=================================== */

@media (min-width: 1024px) {
    /* Контейнеры для разных секций */
    .event-info .container,
    .designer .container,
    .masterclass .container {
        padding: 0 8.25rem; /* 132px */
    }

    .collection .container {
        padding: 0 11.1875rem; /* 179px */
    }

    .aromas .container {
        padding: 0 8.5rem; /* 136px */
    }

    .registration .container {
        padding: 0 9.1875rem; /* 147px */
    }

    /* Единые вертикальные отступы */
    .event-info,
    .collection,
    .designer,
    .aromas,
    .masterclass {
        padding: 4rem 0; /* 64px */
    }

    .registration {
        padding: 5rem 0; /* 80px */
    }

    /* Секция событие */
    .event-card {
        padding: 3.5rem;
    }

    .event-title {
        font-size: 1.5rem; /* 24px */
    }

    .event-details {
        font-size: 1.125rem; /* 18px */
    }

    .date-number {
        font-size: 3.75rem; /* 60px */
    }

    .date-month,
    .date-time {
        font-size: 1.5rem; /* 24px */
    }

    .location-info p {
        font-size: 1.5rem; /* 24px */
    }

    /* Секция коллекция */
    .section-title {
        font-size: 2.5rem; /* 40px */
    }

    .section-title .subtitle {
        font-size: 1.5rem; /* 24px */
    }

    .section-subtitle {
        font-size: 1.25rem; /* 20px */
    }

    .section-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .logo-mod img {
        width: 129px;
        height: 82px;
    }

    .collection-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .collection-image img {
        height: 100%;
    }

    .collection-text {
        font-size: 1.25rem; /* 20px */
    }

    .quote-box {
        padding: 2.5rem 2.75rem;
    }

    .quote-box p {
        font-size: 1.5rem; /* 24px */
    }

    /* Секция дизайнер */
    .section-title-large {
        font-size: 2.5rem; /* 40px */
    }

    .designer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .designer-photo {
        height: 550px;
    }

    .designer-info {
        gap: 1.875rem;
    }

    .stats-card {
        padding: 1.875rem;
        gap: 1.875rem;
    }

    .stat-number {
        font-size: 2.75rem; /* 44px */
    }

    .stat-label {
        font-size: 0.875rem; /* 14px */
    }

    .info-card {
        padding: 1.25rem 2.25rem;
    }

    .info-card p {
        font-size: 1.25rem; /* 20px */
    }

    .quote-dark {
        padding: 2rem 2.25rem;
    }

    .quote-dark p {
        font-size: 1.5rem; /* 24px */
        line-height: 1.3;
    }

    /* Секция Aromas */
    .aromas-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .aromas-content {
        grid-template-columns: 1fr 442px;
        gap: 2.625rem;
    }

    .aromas-description {
        padding: 2.5rem;
    }

    .aromas-description p {
        font-size: 1.25rem; /* 20px */
    }

    .aromas-features {
        padding: 2rem 2.25rem;
    }

    .aromas-features ul {
        font-size: 1.25rem; /* 20px */
    }

    .aromas-image {
        height: 510px;
    }

    /* Секция мастер-класс */
    .masterclass h2 {
        margin-bottom: 1.375rem;
        font-size: 2.5rem; /* 40px */
        text-align: left;
    }

    .masterclass-content {
        grid-template-columns: 441px 1fr;
        gap: 2.5rem;
    }

    .masterclass-image {
        height: 637px;
    }

    .masterclass-info {
        padding: 1.3125rem 3rem 2.4375rem 0.3125rem;
        gap: 0;
        justify-content: space-between;
    }

    .masterclass-description {
        padding: 1.125rem 3rem 2.4375rem;
    }

    .masterclass-description p {
        font-size: 1.25rem; /* 20px */
    }

    .masterclass-cards {
        padding: 0 3rem 2.4375rem;
        gap: 1.8125rem;
    }

    .masterclass-card {
        padding: 1.25rem 2.75rem;
    }

    .masterclass-card-white {
        padding: 2rem 2.1875rem;
    }

    .masterclass-card p {
        font-size: 1.25rem; /* 20px */
    }

    /* Секция регистрация */
    .registration-form {
        padding: 3rem;
    }

    .registration-subtitle {
        font-size: 1.25rem; /* 20px */
    }

    .registration-note {
        font-size: 1rem; /* 16px */
    }
}


@media screen and (max-width: 600px) {
    .top-img {
        background-image: url(images/mob_banner.jpg);
        background-size: cover;
        aspect-ratio: 720/1048;
    }

    .gift-image-container {
        display: none;
    }

}



/* ===================================
   Адаптивность для больших экранов
   1440px и выше
=================================== */

@media (min-width: 1440px) {
    .container {
        padding: 0 2rem;
    }
}

/* ===================================
   Улучшения для малых мобильных
   320px - 480px
=================================== */

@media (max-width: 480px) {
    .date-number {
        font-size: 2.5rem; /* 40px */
    }

    .date-month,
    .date-time {
        font-size: 1.125rem; /* 18px */
    }

    .stat-number {
        font-size: 1.75rem; /* 28px */
    }

    .stat-label {
        font-size: 0.625rem; /* 10px */
    }

    .btn-register {
        width: 100%;
        padding: 1rem 2rem;
    }
}