:root {
    --bg-light: #f8f7f5;
    --bg-dark: #0a0a0a;
    --text-dark: #111111;
    --text-mid: #777777;
    --text-soft: #999999;
    --line-dark: #1a1a1a;
    --line-soft: #ffffff55;
    --font-sans: 'Inter', sans-serif;
    --font-serif: 'Bodoni Moda', serif;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    color: var(--text-dark);
    background: #fff;
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.hero-section {
    position: relative;
    min-height: 820px;
    height: 100vh;
    background: url('design/images/generated-1776097151867.png') center / cover no-repeat;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.27) 40%, rgba(0, 0, 0, 0.53) 70%, rgba(0, 0, 0, 0.87) 100%);
}

.hero-content-wrap {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 40px 80px 60px;
    display: flex;
    flex-direction: column;
}

.hero-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 6px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-links a {
    color: #ffffff88;
    font-size: 10px;
    letter-spacing: 3px;
    transition: color 0.25s ease;
}

.nav-links a:hover {
    color: #fff;
}

.hero-title-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-title {
    width: min(700px, 100%);
    color: #fff;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -1px;
    font-family: var(--font-serif);
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 400;
}

.hero-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.hero-center p {
    color: #ffffff99;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
}

.hero-btn {
    height: 48px;
    padding: 0 32px;
    border-radius: 999px;
    border: 1px solid var(--line-soft);
    color: #fff;
    font-size: 11px;
    letter-spacing: 4px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.hero-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #ffffffcc;
}

.hero-bottom {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
}

.hero-bottom span {
    color: #ffffff44;
    font-size: 9px;
    letter-spacing: 4px;
}

.editorial-section {
    background: var(--bg-light);
    padding: 80px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
}

.editorial-head {
    width: min(1056px, 100%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.tag {
    color: var(--text-soft);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 6px;
    margin-bottom: 12px;
}

.editorial-head h2 {
    font-size: clamp(2rem, 4vw, 36px);
    font-weight: 300;
    letter-spacing: -1px;
}

.view-more {
    color: var(--text-soft);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 3px;
}

.photo-grid {
    width: min(1064px, 100%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.grid-a {
    min-height: 412px;
}

.grid-b {
    min-height: 416px;
}

.col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.photo-card {
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    min-height: 120px;
}

.photo-card.tall,
.photo-card.full {
    flex: 1;
}

.photo-card.short {
    height: 180px;
}

.magazine-section {
    background: var(--bg-dark);
    padding: 80px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
    justify-content: center;
}

.mag-left {
    max-width: 540px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mag-left h2 {
    color: #fff;
    font-size: clamp(3rem, 8vw, 72px);
    letter-spacing: 12px;
    font-weight: 200;
}

.mag-left p {
    color: #888;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
}

.mag-left a {
    color: #ffffff88;
    font-size: 10px;
    letter-spacing: 3px;
    font-weight: 500;
}

.mag-right {
    width: min(442px, 100%);
    min-height: 290px;
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 12px;
}

.mag-photo {
    border-radius: 6px;
    background-size: cover;
    background-position: center;
}

.content-section {
    background: var(--bg-light);
    padding: 80px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
}

.content-row {
    width: min(1099px, 100%);
    display: grid;
    grid-template-columns: 479px 1fr;
    gap: 40px;
    align-items: center;
}

.content-row.reverse {
    grid-template-columns: 1fr 395px;
}

.content-photo {
    min-height: 325px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
}

.content-photo.small {
    min-height: 229px;
}

.content-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-text.compact {
    max-width: 666px;
}

.content-text h3 {
    font-size: clamp(1.8rem, 3vw, 30px);
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 1.3;
}

.desc {
    color: var(--text-mid);
    font-size: 13px;
    line-height: 1.8;
    font-weight: 300;
}

.site-footer {
    background: var(--bg-dark);
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.footer-top,
.footer-bottom {
    width: min(1159px, 100%);
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.footer-top {
    align-items: flex-start;
}

.footer-brand h4 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 8px;
    font-weight: 300;
    margin-bottom: 12px;
}

.footer-brand p {
    color: #444;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.footer-nav,
.social-links {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.footer-nav a {
    color: #555;
    font-size: 10px;
    letter-spacing: 3px;
}

.footer-divider {
    width: min(1161px, 100%);
    height: 1px;
    background: var(--line-dark);
}

.footer-bottom {
    align-items: center;
}

.footer-bottom p {
    color: #333;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 300;
}

.social-links a {
    color: #444;
    font-size: 10px;
    font-weight: 300;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .hero-content-wrap,
    .editorial-section,
    .magazine-section,
    .content-section,
    .site-footer {
        padding: 52px 40px;
    }

    .photo-grid {
        grid-template-columns: 1fr 1fr;
    }

    .photo-grid .col:last-child {
        grid-column: span 2;
    }

    .magazine-section,
    .content-row,
    .content-row.reverse {
        grid-template-columns: 1fr;
    }

    .mag-right,
    .content-row,
    .content-row.reverse {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-content-wrap,
    .editorial-section,
    .magazine-section,
    .content-section,
    .site-footer {
        padding: 24px;
    }

    .hero-nav {
        justify-content: center;
    }

    .nav-links {
        display: none;
    }

    .hero-title {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .hero-center p {
        text-align: center;
        font-size: 13px;
    }

    .hero-bottom {
        justify-content: center;
    }

    .editorial-head,
    .footer-top,
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .photo-grid {
        grid-template-columns: 1fr;
    }

    .photo-grid .col:last-child {
        grid-column: auto;
    }

    .mag-right {
        grid-template-columns: 1fr;
        min-height: 420px;
    }

    .mag-photo.narrow {
        min-height: 220px;
    }

    .content-row,
    .content-row.reverse {
        gap: 24px;
    }

    .content-photo,
    .content-photo.small {
        min-height: 260px;
    }
}
