/* NEO-BRUTALISM SWISS GRID — ЖЕСТКАЯ, КРУПНАЯ, ЧЕРЕДУЮЩАЯСЯ АРХИТЕКТУРНАЯ СЕТКА */

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

body {
    font-family: 'Outfit', sans-serif;
    color: #111215; /* Плотный графитово-черный */
    background-color: #f7f6f4; /* Светлый оттенок художественного холста */
    line-height: 1.6;
}

.wh-container {
    width: 92%;
    max-width: 1240px;
    margin: 0 auto;
}

/* БЛОК 1: НАВИГАЦИЯ (Header) */
.wh-header {
    background-color: #f7f6f4;
    border-bottom: 2px solid #111215;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}

.wh-logo {
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #111215;
    text-decoration: none;
    letter-spacing: -1px;
}

.wh-logo span {
    color: #d97706; /* Теплая архитектурная охра */
}

.wh-menu a {
    color: #111215;
    text-decoration: none;
    font-weight: 500;
    margin-right: 35px;
    font-size: 0.95rem;
}

.wh-menu a:hover {
    color: #d97706;
}

.wh-cta-phone {
    font-family: 'Syne', sans-serif;
    color: #f7f6f4;
    background-color: #111215;
    padding: 12px 24px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
}

/* БЛОК 2: ГЛАВНЫЙ ЭКРАН (Hero Design) */
.wh-hero {
    padding: 120px 0;
    border-bottom: 2px solid #111215;
    background-color: #f7f6f4;
}

.hero-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: end;
}

.wh-badge {
    display: inline-block;
    background-color: #3f6212; /* Оливковый эко-акцент */
    color: #f7f6f4;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 12px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.hero-headline-zone h1 {
    font-family: 'Syne', sans-serif;
    font-size: 4.2rem;
    font-weight: 800;
    line-height: 1.05;
    color: #111215;
    letter-spacing: -2px;
}

.hero-split-info p {
    font-size: 1.25rem;
    color: #33353d;
    margin-bottom: 40px;
}

.hero-cta-box {
    display: flex;
    gap: 20px;
}

.wh-btn {
    padding: 18px 36px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.2s;
}

.wh-btn-dark {
    background-color: #111215;
    color: #f7f6f4;
}

.wh-btn-dark:hover {
    background-color: #d97706;
}

.wh-btn-line {
    border: 2px solid #111215;
    color: #111215;
}

.wh-btn-line:hover {
    background-color: #111215;
    color: #f7f6f4;
}

/* БЛОК 3: ИНЖЕНЕРНЫЕ ХАРАКТЕРИСТИКИ (Specs) */
.wh-specs {
    background-color: #ffffff;
    border-bottom: 2px solid #111215;
}

.specs-grid-system {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.spec-grid-item {
    padding: 60px 40px;
    border-right: 1px solid rgba(17, 18, 21, 0.1);
}

.spec-grid-item:last-child {
    border-right: none;
}

.spec-index {
    font-size: 0.8rem;
    color: #d97706;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.spec-grid-item h3 {
    font-family: 'Syne', sans-serif;
    font-size: 2.2rem;
    color: #111215;
    margin-bottom: 10px;
}

.spec-grid-item p {
    font-size: 0.9rem;
    color: #555761;
}

/* БЛОК 4: МАНИФЕСТ (Manifesto Block) */
.wh-manifesto {
    padding: 120px 0;
    border-bottom: 2px solid #111215;
}

.manifesto-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
}

.manifesto-left h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.6rem;
    line-height: 1.15;
}

.manifesto-right p {
    font-size: 1.2rem;
    color: #33353d;
}

/* БЛОК 5: ТЕХНОЛОГИЧЕСКИЙ РАЗБОР (Material Breakdowns) */
.wh-material-layer {
    padding: 120px 0;
    background-color: #ffffff;
    border-bottom: 2px solid #111215;
}

.layer-title-block {
    margin-bottom: 70px;
}

.section-tag {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #d97706;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.layer-title-block h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
}

.material-cards-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.material-card-box {
    border: 2px solid #111215;
    padding: 45px;
    background-color: #f7f6f4;
}

.card-icon-area {
    font-size: 3rem;
    margin-bottom: 25px;
}

.material-card-box h4 {
    font-family: 'Syne', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

/* БЛОК 6: ВАТАНАМ КАТАЛОГ (Villas Catalog) */
.wh-villas-catalog {
    padding: 120px 0;
    border-bottom: 2px solid #111215;
}

.catalog-intro-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.catalog-intro-grid h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
}

.catalog-intro-grid p {
    max-width: 450px;
    color: #555761;
}

.villas-asymmetric-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.villa-mock-image {
    background-color: #111215;
    color: rgba(247, 246, 244, 0.2);
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
}

.villa-meta-data {
    padding: 30px 0;
}

.villa-meta-data h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

/* БЛОК 7: ИНЖЕНЕРНЫЕ СИСТЕМЫ (Systems Split) */
.wh-systems-split {
    padding: 120px 0;
    background-color: #ffffff;
    border-bottom: 2px solid #111215;
}

.split-systems-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
}

.wh-badge-amber {
    display: inline-block;
    background-color: #d97706;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.systems-left-content h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.filter-specs-block {
    margin-top: 30px;
    border-left: 3px solid #3f6212;
    padding-left: 20px;
    font-style: italic;
}

.sys-mini-card {
    background-color: #f7f6f4;
    border: 1px solid #111215;
    padding: 35px;
    margin-bottom: 25px;
}

.sys-mini-card h5 {
    font-family: 'Syne', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

/* БЛОК 8: ТАБЛИЦА СРАВНЕНИЯ (Matrix Table) */
.wh-matrix-section {
    padding: 120px 0;
    border-bottom: 2px solid #111215;
}

.wh-matrix-section h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    text-align: center;
}

.matrix-subtitle {
    text-align: center;
    color: #555761;
    margin-bottom: 60px;
}

.matrix-table-wrapper {
    overflow-x: auto;
}

.matrix-table {
    width: 100%;
    border-collapse: collapse;
}

.matrix-table th, .matrix-table td {
    border: 1px solid #111215;
    padding: 20px;
    text-align: left;
}

.matrix-table th {
    background-color: #111215;
    color: #f7f6f4;
    font-family: 'Syne', sans-serif;
}

.matrix-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

/* БЛОК 9: ПОШАГОВЫЙ ПЛАН (Timeline) */
.wh-timeline {
    padding: 120px 0;
    background-color: #ffffff;
    border-bottom: 2px solid #111215;
}

.timeline-header {
    text-align: center;
    margin-bottom: 70px;
}

.timeline-header h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
}

.timeline-step-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
}

.tl-step {
    border-top: 2px solid #111215;
    padding-top: 25px;
}

.tl-num {
    font-family: 'Syne', sans-serif;
    color: #d97706;
    font-weight: 700;
    margin-bottom: 15px;
}

.tl-step h4 {
    font-family: 'Syne', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

/* БЛОК 10: АККОРДЕОН ВОПРОСОВ (FAQ) */
.wh-faq-area {
    padding: 120px 0;
}

.faq-container-width {
    max-width: 800px;
}

.wh-faq-area h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
}

.faq-accordion-group {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.faq-accordion-item {
    border-bottom: 2px solid #111215;
    padding-bottom: 25px;
}

.faq-accordion-item h4 {
    font-family: 'Syne', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 12px;
}

/* БЛОК 11: КОНТАКТНЫЙ СЛОЙ И ФОРМА (Contact Area) */
.wh-contact-section {
    padding: 120px 0;
    background-color: #ffffff;
    border-top: 2px solid #111215;
}

.contact-grid-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
}

.contact-info-panel h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.6rem;
    margin-bottom: 20px;
}

.studio-address-card {
    background-color: #f7f6f4;
    border: 2px solid #111215;
    padding: 40px;
    margin-top: 40px;
}

.studio-address-card h5 {
    font-family: 'Syne', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.studio-address-card a {
    color: #d97706;
    text-decoration: none;
    font-weight: 600;
}

.swiss-form {
    border: 2px solid #111215;
    padding: 50px;
    background-color: #f7f6f4;
}

.s-field {
    margin-bottom: 25px;
    width: 100%;
}

.s-field-row {
    display: flex;
    gap: 20px;
}

.s-field label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.s-field input, .s-field select {
    width: 100%;
    padding: 16px;
    border: 2px solid #111215;
    background-color: #ffffff;
    font-size: 1rem;
    color: #111215;
}

.s-field input:focus, .s-field select:focus {
    outline: none;
    border-color: #d97706;
}

.s-legal-notice-check {
    font-size: 0.8rem;
    color: #555761;
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
}

.s-legal-notice-check a {
    color: #111215;
    text-decoration: underline;
}

.swiss-submit-btn {
    background-color: #111215;
    color: #f7f6f4;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    border: none;
    padding: 18px;
    font-size: 1rem;
    width: 100%;
    cursor: pointer;
}

.swiss-submit-btn:hover {
    background-color: #d97706;
}

/* БЛОК 12: ЮРИДИЧЕСКИЙ ПОДВАЛ (Footer) */
.wh-footer {
    background-color: #0b0c0e;
    color: #72747e;
    padding: 80px 0 40px 0;
    font-size: 0.85rem;
}

.footer-meta-map {
    margin-bottom: 30px;
}

.footer-meta-map a {
    color: #f7f6f4;
    text-decoration: none;
    margin-right: 20px;
}

.footer-copy {
    margin-bottom: 25px;
}

.footer-disclaimer-text {
    font-size: 0.75rem;
    line-height: 1.7;
    text-align: justify;
    border-top: 1px solid rgba(247, 246, 244, 0.05);
    padding-top: 25px;
}

/* АДАПТИВНОСТЬ */
@media (max-width: 992px) {
    .hero-layout, .manifesto-layout, .villas-asymmetric-grid, .split-systems-layout, .contact-grid-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .specs-grid-system {
        grid-template-columns: repeat(2, 1fr);
    }
    .s-field-row {
        flex-direction: column;
        gap: 25px;
    }
    .hero-headline-zone h1 {
        font-size: 2.6rem;
    }
    .wh-menu {
        display: none;
    }
    .header-wrapper {
        flex-direction: column;
        gap: 15px;
    }
}