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

:root {
    --warm-white: #f9f7f4;
    --ink: #2a2520;
    --dust: #9a9188;
    --light-dust: #ccc5bc;
    --accent: #7a6a55;
}

html { scroll-behavior: smooth; }

body {
    font-family: "Cormorant Garamond", serif;
    color: var(--ink);
    background: var(--warm-white);
    font-size: 18px;
    line-height: 1.7;
}

/* ─── NAV ─── */
.site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 36px 60px;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(249,247,244,0.97) 70%, rgba(249,247,244,0));
}

.hero-brand a {
    text-decoration: none;
}

.hero-brand h1 {
    font-family: "Cormorant SC", serif;
    font-weight: 500;
    font-size: clamp(24px, 3.2vw, 36px);
    letter-spacing: 4px;
    color: var(--ink);
}


.hero-brand h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: clamp(20px, 2.8vw, 30px);
    letter-spacing: 2px;
    color: var(--accent);
    margin-top: 6px;
}

.hero-nav {
    display: flex;
    gap: clamp(18px, 3vw, 32px);
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.hero-nav a {
    text-decoration: none;
    color: var(--dust);
    font-size: clamp(16px, 1.6vw, 22px);
    letter-spacing: 2.5px;
    font-family: "Cormorant SC", serif;
    font-weight: 500;
    transition: color 0.3s ease;
}

.hero-nav a:hover,
.hero-nav a.active { color: var(--ink); }

.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    flex-direction: column;
    gap: 5px;
}

.hamburger span {
    display: block;
    width: 22px;
    height: 1px;
    background: var(--ink);
    transition: all 0.3s ease;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0;
    background: rgba(249,247,244,0.98);
    padding: 80px 40px 40px;
    z-index: 200;
    flex-direction: column;
    gap: 28px;
    text-align: center;
}

.mobile-menu.open { display: flex; }

.mobile-menu a {
    color: var(--accent);
    text-decoration: none;
    font-family: "Cormorant SC", serif;
    font-size: 24px;
    letter-spacing: 3px;
}

.mobile-menu-close {
    position: absolute;
    top: 28px;
    right: 36px;
    background: none;
    border: none;
    color: var(--dust);
    font-size: 24px;
    cursor: pointer;
}

.mobile-lang-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    letter-spacing: 1.5px;
    color: var(--dust);
    font-style: italic;
    font-weight: 500;
    margin-top: 8px;
    padding: 0;
}

/* ─── MAIN CONTENT ─── */
main {
    padding-top: clamp(120px, 14vw, 180px);
    padding-bottom: clamp(80px, 10vw, 140px);
    padding-left: clamp(30px, 8vw, 140px);
    padding-right: clamp(30px, 8vw, 140px);
    max-width: 1100px;
}

/* Page title */
.page-title {
    font-family: "Cormorant SC", serif;
    font-weight: 500;
    font-size: clamp(22px, 3vw, 34px);
    letter-spacing: 5px;
    color: var(--accent);
    margin-bottom: clamp(40px, 6vw, 80px);
}

/* Intro */
.intro {
    margin-bottom: clamp(40px, 6vw, 80px);
    padding-bottom: clamp(32px, 4vw, 56px);
    border-bottom: 1px solid var(--light-dust);
}

.intro p {
    font-size: clamp(20px, 2.2vw, 24px);
    font-style: italic;
    font-weight: 500;
    color: var(--accent);
    line-height: 1.65;
    max-width: 680px;
}

/* Statement */
.statement {
    font-family: "Roboto", sans-serif;
    margin-bottom: clamp(40px, 6vw, 80px);
    max-width: 680px;
}

.statement p {
    font-size: clamp(18px, 1.5vw, 20px);
    font-weight: 300;
    color: var(--ink);
    margin-bottom: 1.4em;
    line-height: 1.8;
}

.statement a {
    color: var(--ink);
//    text-decoration: none;
}

.statement p em {
    font-style: italic;
//    color: var(--accent);
}

/* quote indent with left line */
.quote {
    max-width: 680px;
    margin-bottom: clamp(48px, 7vw, 96px);
    padding: clamp(24px, 3vw, 40px) clamp(24px, 3vw, 40px);
    border-left: 1px solid var(--light-dust);
}

.quote p {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(20px, 1.8vw, 22px);
    font-style: italic;
    font-weight: 500;
    color: var(--accent);
    line-height: 1.7;
}

/* title */
.subtitle {
    font-family: "Cormorant SC", serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 3px;
    color: var(--dust);
    margin-top: 24px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

/* ─── FOOTER ─── */
footer {
    text-align: center;
    padding: clamp(60px, 8vw, 120px) 20px;
    border-top: 1px solid #e0d8d0;
    color: var(--ink);
    font-size: 20px;
    letter-spacing: 2px;
}

footer p { line-height: 2; }

footer .footer-title {
    font-family: "Cormorant SC", serif;
    font-size: 24px;
    letter-spacing: 4px;
    color: var(--accent);
    margin-bottom: 12px;
}

/* ─── MOBILE ─── */
@media (max-width: 700px) {
    .site-header { padding: 24px 24px; }
    .hero-nav { display: none; }
    .hamburger { display: flex; }
}
