@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Lora:ital,wght@0,400;0,500;1,400&family=DM+Sans:wght@300;400;500&family=Cormorant+Garamond:wght@300;400;600&display=swap');

:root {
    --cream: #f5f0e8;
    --warm-white: #faf8f4;
    --dark: #1a1a18;
    --charcoal: #2d2d2a;
    --brown: #6b4c35;
    --brown-light: #9a7055;
    --gold: #c9a84c;
    --gold-light: #e8d5a3;
    --sage: #7a8c6e;
    --sage-light: #b5c4a8;
    --text: #3a3a36;
    --text-muted: #7a7a72;
    --border: #e0d8cc;
}

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

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

body {
    font-family: 'DM Sans', sans-serif;
    background-color: var(--cream);
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* PAGE LOADER */
#page-loader {
    position: fixed;
    inset: 0;
    background: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
#page-loader.hidden {
    opacity: 0;
    visibility: hidden;
}
.loader-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.loader-ring {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(201,168,76,0.2);
    border-top-color: var(--gold);
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
}
.loader-text {
    font-family: 'Cormorant Garamond', serif;
    color: var(--gold-light);
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* HEADER */
header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--dark);
    border-bottom: 1px solid rgba(201,168,76,0.15);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 68px;
    max-width: 1200px;
    margin: 0 auto;
}
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}
.logo-icon {
    width: 38px;
    height: 38px;
    background: var(--gold);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.logo-icon svg { width: 22px; height: 22px; fill: var(--dark); }
.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.logo-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--warm-white);
    letter-spacing: 0.02em;
}
.logo-tagline {
    font-size: 0.65rem;
    color: var(--gold);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

nav.desktop-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}
nav.desktop-nav a {
    font-size: 0.85rem;
    color: rgba(250,248,244,0.75);
    letter-spacing: 0.05em;
    transition: color 0.2s;
    position: relative;
}
nav.desktop-nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width 0.3s;
}
nav.desktop-nav a:hover { color: var(--gold); }
nav.desktop-nav a:hover::after { width: 100%; }

.burger-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 6px;
    background: none;
    border: none;
}
.burger-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--warm-white);
    transition: all 0.3s;
}
.burger-btn.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger-btn.active span:nth-child(2) { opacity: 0; }
.burger-btn.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--dark);
    z-index: 99;
    padding: 40px 24px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.mobile-menu.open {
    display: block;
    transform: translateX(0);
}
.mobile-menu a {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: var(--warm-white);
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    transition: color 0.2s, padding-left 0.2s;
}
.mobile-menu a:hover { color: var(--gold); padding-left: 8px; }
.mobile-menu-label {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}

/* HERO */
.hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--dark);
}
.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/4/46/The_Paris_Apartment_style_interior.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.25;
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    padding: 80px 24px;
    margin-left: calc((100vw - 1200px) / 2);
    margin-left: max(24px, calc((100vw - 1200px) / 2));
}
.hero-label {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(201,168,76,0.4);
    padding: 5px 14px;
    border-radius: 2px;
    margin-bottom: 28px;
}
.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 700;
    color: var(--warm-white);
    line-height: 1.15;
    margin-bottom: 24px;
}
.hero h1 em {
    font-style: italic;
    color: var(--gold-light);
}
.hero-desc {
    font-family: 'Lora', serif;
    font-size: 1.1rem;
    color: rgba(250,248,244,0.72);
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 520px;
}
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: var(--dark);
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 14px 28px;
    border-radius: 2px;
    transition: background 0.2s, transform 0.2s;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-primary svg { width: 16px; height: 16px; }

/* SECTION TITLES */
.section-header {
    margin-bottom: 52px;
}
.section-label {
    font-size: 0.68rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 600;
    color: var(--charcoal);
    line-height: 1.2;
}
.section-title em { font-style: italic; color: var(--brown); }
.section-desc {
    font-family: 'Lora', serif;
    font-size: 1rem;
    color: var(--text-muted);
    margin-top: 14px;
    max-width: 560px;
    line-height: 1.8;
}

/* ARTICLES GRID */
.articles-section {
    padding: 88px 0;
    background: var(--warm-white);
}
.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.article-card {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.article-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(26,26,24,0.12);
}
.card-img {
    aspect-ratio: 16/10;
    overflow: hidden;
}
.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.article-card:hover .card-img img { transform: scale(1.05); }
.card-body {
    padding: 24px;
}
.card-tag {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 10px;
}
.card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--charcoal);
    line-height: 1.35;
    margin-bottom: 12px;
}
.card-excerpt {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 18px;
}
.card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brown);
    transition: gap 0.2s, color 0.2s;
}
.card-link:hover { gap: 10px; color: var(--gold); }
.card-link svg { width: 14px; height: 14px; }

/* FEATURED STRIP */
.featured-strip {
    padding: 72px 0;
    background: var(--charcoal);
}
.featured-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid rgba(201,168,76,0.2);
}
.featured-img {
    aspect-ratio: 4/3;
    overflow: hidden;
}
.featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}
.featured-text {
    padding: 52px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(201,168,76,0.2);
}
.featured-text .section-label { color: var(--gold); }
.featured-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    color: var(--warm-white);
    line-height: 1.25;
    margin-bottom: 18px;
}
.featured-text p {
    font-family: 'Lora', serif;
    color: rgba(250,248,244,0.65);
    font-size: 0.95rem;
    line-height: 1.85;
    margin-bottom: 28px;
}
.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--gold);
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 2px;
    transition: background 0.2s, color 0.2s;
    align-self: flex-start;
}
.btn-outline:hover { background: var(--gold); color: var(--dark); }

/* TIPS SECTION */
.tips-section {
    padding: 88px 0;
    background: var(--cream);
}
.tips-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 52px;
}
.tip-card {
    padding: 32px 24px;
    background: var(--warm-white);
    border: 1px solid var(--border);
    border-top: 3px solid var(--gold);
    border-radius: 2px;
}
.tip-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    font-weight: 300;
    color: var(--gold-light);
    line-height: 1;
    margin-bottom: 14px;
}
.tip-title {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--charcoal);
    margin-bottom: 10px;
}
.tip-text {
    font-size: 0.87rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ARTICLE PAGE */
.article-hero {
    padding: 60px 0 0;
    background: var(--dark);
}
.article-hero-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.article-hero .section-label { display: block; margin-bottom: 16px; }
.article-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: var(--warm-white);
    line-height: 1.2;
    margin-bottom: 20px;
}
.article-hero .meta {
    font-size: 0.8rem;
    color: rgba(250,248,244,0.45);
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}
.article-hero-img {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    aspect-ratio: 16/7;
    overflow: hidden;
}
.article-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}

.article-body {
    max-width: 780px;
    margin: 0 auto;
    padding: 56px 24px 80px;
}
.article-body h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.55rem;
    color: var(--charcoal);
    margin: 44px 0 18px;
    line-height: 1.3;
}
.article-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    color: var(--brown);
    margin: 32px 0 12px;
}
.article-body p {
    font-family: 'Lora', serif;
    font-size: 1rem;
    color: var(--text);
    line-height: 1.9;
    margin-bottom: 20px;
}
.article-body ul, .article-body ol {
    padding-left: 24px;
    margin-bottom: 20px;
}
.article-body li {
    font-family: 'Lora', serif;
    font-size: 0.97rem;
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 8px;
}
.article-body strong { color: var(--charcoal); font-weight: 600; }
.article-body a { color: var(--brown); border-bottom: 1px solid var(--gold-light); transition: color 0.2s; }
.article-body a:hover { color: var(--gold); }

.info-box {
    background: var(--warm-white);
    border-left: 4px solid var(--gold);
    padding: 20px 24px;
    margin: 28px 0;
    border-radius: 0 4px 4px 0;
}
.info-box p { margin: 0; font-size: 0.93rem; }

.article-img {
    margin: 32px 0;
    border-radius: 4px;
    overflow: hidden;
}
.article-img img { width: 100%; }
.article-img figcaption {
    font-size: 0.78rem;
    color: var(--text-muted);
    text-align: center;
    padding: 10px 0 0;
    font-style: italic;
}

.related-articles {
    background: var(--warm-white);
    padding: 64px 0;
    border-top: 1px solid var(--border);
}

/* ABOUT PAGE */
.about-section {
    padding: 80px 0;
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.about-img {
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 4/3;
}
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    color: var(--charcoal);
    margin-bottom: 20px;
    line-height: 1.2;
}
.about-text p {
    font-family: 'Lora', serif;
    font-size: 1rem;
    color: var(--text);
    line-height: 1.9;
    margin-bottom: 18px;
}
.about-values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
}
.value-item h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color: var(--brown);
    margin-bottom: 8px;
}
.value-item p { font-size: 0.87rem; color: var(--text-muted); line-height: 1.7; }

/* CONTACT PAGE */
.contact-section {
    padding: 80px 0;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}
.contact-info h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    color: var(--charcoal);
    margin-bottom: 20px;
}
.contact-info p {
    font-family: 'Lora', serif;
    font-size: 1rem;
    color: var(--text);
    line-height: 1.9;
    margin-bottom: 32px;
}
.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}
.contact-detail-icon {
    width: 40px;
    height: 40px;
    background: var(--gold);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-detail-icon svg { width: 18px; height: 18px; fill: var(--dark); }
.contact-detail-text strong {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 4px;
}
.contact-detail-text span {
    font-family: 'Lora', serif;
    font-size: 0.97rem;
    color: var(--charcoal);
}
.contact-detail-text a { color: var(--brown); }
.contact-detail-text a:hover { color: var(--gold); }

.contact-card {
    background: var(--warm-white);
    border: 1px solid var(--border);
    padding: 40px;
    border-radius: 4px;
}
.contact-card h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: var(--charcoal);
    margin-bottom: 20px;
}
.contact-card p {
    font-family: 'Lora', serif;
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 12px;
}
.contact-card a { color: var(--brown); font-weight: 500; }
.contact-card a:hover { color: var(--gold); }

/* POLICY PAGE */
.policy-section {
    padding: 80px 0;
    max-width: 860px;
    margin: 0 auto;
}
.policy-section h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    color: var(--charcoal);
    margin-bottom: 12px;
}
.policy-section .meta {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 40px;
}
.policy-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--charcoal);
    margin: 36px 0 12px;
}
.policy-section p, .policy-section li {
    font-family: 'Lora', serif;
    font-size: 0.97rem;
    color: var(--text);
    line-height: 1.9;
    margin-bottom: 14px;
}
.policy-section ul { padding-left: 22px; }
.policy-section a { color: var(--brown); }

/* FOOTER */
footer {
    background: var(--dark);
    padding: 64px 0 32px;
    border-top: 1px solid rgba(201,168,76,0.15);
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}
.footer-brand p {
    font-family: 'Lora', serif;
    font-size: 0.9rem;
    color: rgba(250,248,244,0.5);
    line-height: 1.8;
    margin-top: 16px;
    max-width: 300px;
}
.footer-col h4 {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
}
.footer-col a {
    display: block;
    font-size: 0.88rem;
    color: rgba(250,248,244,0.55);
    margin-bottom: 10px;
    transition: color 0.2s;
}
.footer-col a:hover { color: var(--warm-white); }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.07);
    padding-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.footer-bottom p {
    font-size: 0.78rem;
    color: rgba(250,248,244,0.3);
}
.footer-bottom a { color: rgba(250,248,244,0.45); transition: color 0.2s; }
.footer-bottom a:hover { color: var(--gold); }

/* COOKIE BANNER */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--charcoal);
    border-top: 1px solid rgba(201,168,76,0.25);
    padding: 20px 24px;
    z-index: 200;
    display: none;
}
#cookie-banner.show { display: block; }
.cookie-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.cookie-text {
    font-size: 0.85rem;
    color: rgba(250,248,244,0.7);
    line-height: 1.6;
    flex: 1;
    min-width: 240px;
}
.cookie-text a { color: var(--gold); }
.cookie-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}
.btn-cookie-accept {
    background: var(--gold);
    color: var(--dark);
    border: none;
    padding: 10px 22px;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.2s;
}
.btn-cookie-accept:hover { background: var(--gold-light); }
.btn-cookie-reject {
    background: transparent;
    color: rgba(250,248,244,0.55);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 10px 22px;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
}
.btn-cookie-reject:hover { border-color: rgba(255,255,255,0.4); color: var(--warm-white); }

/* BREADCRUMB */
.breadcrumb {
    background: var(--dark);
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.breadcrumb-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    color: rgba(250,248,244,0.4);
}
.breadcrumb-inner a { color: rgba(250,248,244,0.55); transition: color 0.2s; }
.breadcrumb-inner a:hover { color: var(--gold); }
.breadcrumb-inner span { color: rgba(250,248,244,0.25); }

/* PAGE HEADER */
.page-header {
    background: var(--dark);
    padding: 52px 0 48px;
    text-align: center;
}
.page-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    color: var(--warm-white);
    line-height: 1.2;
    margin-bottom: 12px;
}
.page-header p {
    font-family: 'Lora', serif;
    font-size: 1rem;
    color: rgba(250,248,244,0.55);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.8;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .articles-grid { grid-template-columns: repeat(2, 1fr); }
    .tips-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    nav.desktop-nav { display: none; }
    .burger-btn { display: flex; }
    .hero { min-height: 75vh; }
    .hero-content { padding: 60px 24px; }
    .articles-grid { grid-template-columns: 1fr; }
    .featured-inner { grid-template-columns: 1fr; }
    .featured-img { aspect-ratio: 16/9; }
    .featured-text { padding: 36px 28px; border-left: none; border-top: 1px solid rgba(201,168,76,0.2); }
    .tips-grid { grid-template-columns: 1fr; }
    .about-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
    .about-values { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .hero h1 { font-size: 2rem; }
    .cookie-inner { flex-direction: column; align-items: flex-start; }
}
