/*
Theme Name: Modern Homes Decor
Theme URI: https://example.com/
Author: Modern Homes Decor
Description: A modern editorial interior design WordPress theme.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: modern-homes-decor
*/
/* =========================================
   BASE
========================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #fdfcf9;
    color: #171717;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
}


/* =========================================
   EDITORIAL HEADER
========================================= */

.editorial-header {
    width: 100%;
    background: #fdfcf9;
    border-bottom: 1px solid #dcdad4;
}


/* =========================================
   TOP BAR
========================================= */

.header-top {
    width: min(1380px, calc(100% - 60px));
    margin: 0 auto;

    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #e5e3de;
}


/* Left */

.menu-button {
    border: 0;
    background: transparent;
    padding: 0;

    display: flex;
    align-items: center;
    gap: 9px;

    cursor: pointer;

    color: #171717;
}

.menu-button span {
    display: block;

    width: 16px;
    height: 1px;

    background: #171717;

    transition:
        width 0.3s ease,
        transform 0.3s ease;
}

.menu-button span:nth-child(2) {
    width: 12px;
}

.menu-button span:nth-child(3) {
    width: 16px;
}

.menu-button b {
    margin-left: 3px;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 1.5px;
}


/* Menu hover animation */

.menu-button:hover span:nth-child(2) {
    width: 16px;
}


/* Right */

.header-top-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-link {
    position: relative;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 1.5px;
}

.header-link::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -5px;

    width: 0;
    height: 1px;

    background: #171717;

    transition: width 0.3s ease;
}

.header-link:hover::after {
    width: 100%;
}


/* =========================================
   BRAND
========================================= */

.header-brand {
    text-align: center;

    padding: 34px 20px 30px;
}

.header-brand a {
    display: inline-block;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(30px, 4vw, 52px);

    font-weight: 400;

    letter-spacing: 3px;

    line-height: 1;

    transition:
        letter-spacing 0.4s ease,
        opacity 0.3s ease;
}

.header-brand a:hover {
    letter-spacing: 4px;
    opacity: 0.7;
}

.header-brand p {
    margin: 12px 0 0;

    font-size: 8px;
    font-weight: 600;

    letter-spacing: 3px;

    color: #77746e;
}


/* =========================================
   NAVIGATION
========================================= */

.editorial-navigation {
    width: min(1380px, calc(100% - 60px));
    margin: 0 auto;

    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: clamp(20px, 4vw, 55px);
}

.editorial-navigation a {
    position: relative;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 1.8px;

    white-space: nowrap;
}

.editorial-navigation a::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: -7px;

    width: 0;
    height: 1px;

    background: #171717;

    transform: translateX(-50%);

    transition: width 0.35s ease;
}

.editorial-navigation a:hover::after {
    width: 100%;
}


/* =========================================
   CONTENT
========================================= */

.site-content {
    width: 100%;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .header-top {
        width: calc(100% - 30px);
    }

    .header-top-right {
        gap: 14px;
    }

    .header-link {
        font-size: 8px;
    }

    .header-brand {
        padding: 27px 15px 24px;
    }

    .header-brand a {
        font-size: 27px;
        letter-spacing: 2px;
    }

    .header-brand p {
        font-size: 7px;
        letter-spacing: 2px;
    }

    .editorial-navigation {
        width: calc(100% - 30px);

        justify-content: flex-start;

        overflow-x: auto;

        gap: 24px;

        padding-bottom: 15px;

        scrollbar-width: none;
    }

    .editorial-navigation::-webkit-scrollbar {
        display: none;
    }

    .editorial-navigation a {
        font-size: 8px;
    }

}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }

}/* =========================================
   EDITORIAL HERO
========================================= */

.hero-editorial {
    width: min(1380px, calc(100% - 60px));
    margin: 0 auto;

    padding: 80px 0 100px;
}

.hero-editorial-inner {
    display: grid;

    grid-template-columns: 0.75fr 1.25fr;

    align-items: center;

    min-height: 680px;

    gap: 70px;
}


/* =========================================
   HERO CONTENT
========================================= */

.hero-editorial-content {
    padding-left: 30px;

    opacity: 0;

    animation: heroTextReveal 1s ease forwards;

    animation-delay: 0.25s;
}

.hero-category {
    display: block;

    margin-bottom: 25px;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 2.5px;
}

.hero-editorial h1 {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(50px, 6vw, 88px);

    font-weight: 400;

    line-height: 0.98;

    letter-spacing: -2px;

    text-transform: uppercase;
}

.hero-editorial p {
    max-width: 420px;

    margin: 32px 0 35px;

    font-size: 14px;

    line-height: 1.8;

    color: #66635e;
}


/* =========================================
   HERO BUTTON
========================================= */

.editorial-button {
    position: relative;

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding-bottom: 7px;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;
}

.editorial-button::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 1px;

    background: #171717;

    transform-origin: left;

    transition: transform 0.4s ease;
}

.editorial-button span {
    transition:
        transform 0.3s ease;
}

.editorial-button:hover::after {
    transform: scaleX(0.55);
}

.editorial-button:hover span {
    transform: translateX(6px);
}


/* =========================================
   HERO IMAGE
========================================= */

.hero-editorial-image {
    position: relative;

    overflow: hidden;

    height: 680px;

    background: #e8e5df;

    opacity: 0;

    animation: heroImageReveal 1.2s ease forwards;

    animation-delay: 0.1s;
}

.hero-editorial-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background: #fdfcf9;

    transform-origin: right;

    animation: imageCurtain 1.4s cubic-bezier(.77,0,.18,1) forwards;

    animation-delay: 0.15s;
}

.hero-editorial-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transform: scale(1.08);

    animation: heroImageZoom 2s ease forwards;

    animation-delay: 0.15s;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes heroTextReveal {

    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


@keyframes heroImageReveal {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}


@keyframes imageCurtain {

    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }

}


@keyframes heroImageZoom {

    from {
        transform: scale(1.08);
    }

    to {
        transform: scale(1);
    }

}


/* =========================================
   HERO MOBILE
========================================= */

@media (max-width: 900px) {

    .hero-editorial {
        width: calc(100% - 30px);

        padding: 50px 0 70px;
    }

    .hero-editorial-inner {
        grid-template-columns: 1fr;

        gap: 45px;

        min-height: auto;
    }

    .hero-editorial-content {
        padding-left: 0;
    }

    .hero-editorial h1 {
        font-size: clamp(48px, 12vw, 72px);
    }

    .hero-editorial-image {
        height: 500px;
    }

}


@media (max-width: 600px) {

    .hero-editorial-image {
        height: 420px;
    }

    .hero-editorial p {
        font-size: 13px;
    }

}
/* =========================================
   FEATURED STORIES
========================================= */

.featured-stories {
    width: min(1380px, calc(100% - 60px));
    margin: 0 auto;
    padding: 130px 0 150px;
}

.featured-heading {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 30px;
    margin-bottom: 90px;
    border-top: 1px solid #dcdad4;
    padding-top: 25px;
}

.section-number {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    color: #77746e;
}

.section-label {
    display: block;
    margin-bottom: 20px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.featured-heading h2 {
    max-width: 650px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(45px, 5vw, 75px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -2px;
}


/* =========================================
   STORY LAYOUT
========================================= */

.featured-story {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr;
    align-items: center;
    gap: 90px;
    margin-bottom: 150px;
}

.featured-story-reverse {
    grid-template-columns: 0.75fr 1.4fr;
}


/* =========================================
   STORY IMAGE
========================================= */

.featured-story-image {
    position: relative;
    overflow: hidden;
    height: 650px;
    background: #e8e5df;
}

.featured-story-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

    transform: scale(1.02);

    transition:
        transform 1.2s cubic-bezier(.2,.7,.2,1);
}

.featured-story-image:hover img {
    transform: scale(1.06);
}


/* =========================================
   STORY CONTENT
========================================= */

.featured-story-content {
    max-width: 440px;
}

.story-category {
    display: block;
    margin-bottom: 22px;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.featured-story-content h3 {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(38px, 4vw, 60px);

    font-weight: 400;

    line-height: 1.02;

    letter-spacing: -1.5px;
}

.featured-story-content p {
    margin: 30px 0;

    font-size: 14px;

    line-height: 1.8;

    color: #68655f;
}


/* =========================================
   STORY LINK
========================================= */

.story-link {
    position: relative;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding-bottom: 7px;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;
}

.story-link::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 1px;

    background: #171717;

    transform-origin: left;

    transition: transform 0.4s ease;
}

.story-link span {
    transition: transform 0.3s ease;
}

.story-link:hover::after {
    transform: scaleX(.55);
}

.story-link:hover span {
    transform: translateX(6px);
}


/* =========================================
   STORY REVEAL ANIMATION
========================================= */

.reveal-on-scroll {
    opacity: 0;

    transform: translateY(50px);

    animation: editorialReveal 1s ease forwards;
}

@keyframes editorialReveal {

    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =========================================
   TABLET / MOBILE
========================================= */

@media (max-width: 900px) {

    .featured-stories {
        width: calc(100% - 30px);
        padding: 90px 0 100px;
    }

    .featured-heading {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 60px;
    }

    .featured-story,
    .featured-story-reverse {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 100px;
    }

    .featured-story-reverse .featured-story-content {
        order: 1;
    }

    .featured-story-reverse .featured-story-image {
        order: 2;
    }

    .featured-story-image {
        height: 500px;
    }

}


@media (max-width: 600px) {

    .featured-story-image {
        height: 400px;
    }

    .featured-story-content h3 {
        font-size: 42px;
    }

}
/* =========================================
   EDITORIAL SCROLL ANIMATIONS
   ========================================= */

.hero-editorial-content,
.hero-editorial-image,
.featured-story,
.story-content,
.story-image {
    opacity: 0;
    transform: translateY(45px);
    transition:
        opacity 0.9s ease,
        transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Visible state */

.hero-editorial-content.is-visible,
.hero-editorial-image.is-visible,
.featured-story.is-visible,
.story-content.is-visible,
.story-image.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* Hero image */

.hero-editorial-image {
    overflow: hidden;
}


/* Subtle image movement */

.hero-editorial-image img,
.story-image img {
    transform: scale(1.04);
    transition:
        transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-editorial-image.is-visible img,
.story-image.is-visible img {
    transform: scale(1);
}


/* Slight delay for editorial text */

.hero-editorial-content {
    transition-delay: 0.1s;
}


/* Story text */

.story-content {
    transition-delay: 0.12s;
}


/* Story image */

.story-image {
    transition-delay: 0s;
}


/* Respect reduced-motion accessibility */

@media (prefers-reduced-motion: reduce) {

    .hero-editorial-content,
    .hero-editorial-image,
    .featured-story,
    .story-content,
    .story-image {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .hero-editorial-image img,
    .story-image img {
        transform: none;
        transition: none;
    }

}
/* =========================================================
   MODERN HOMES DECOR — EDITORIAL HEADER
   ========================================================= */

.editorial-header {
    width: 100%;
    background: #f8f7f3;
    color: #171717;
    border-bottom: 1px solid #deddd8;
    position: relative;
    z-index: 100;
}

/* TOP BAR */

.editorial-header-top {
    max-width: 1380px;
    margin: 0 auto;
    padding: 18px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #deddd8;
}

.editorial-header-left,
.editorial-header-right {
    display: flex;
    align-items: center;
}

.editorial-header-right {
    gap: 30px;
}


/* MENU */

.editorial-menu-button {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    color: #171717;
    font-family: Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.editorial-menu-button span {
    display: block;
    width: 17px;
    height: 1px;
    background: #171717;
    transition: transform 0.3s ease;
}

.editorial-menu-button:hover span:nth-child(1) {
    transform: translateX(4px);
}

.editorial-menu-button:hover span:nth-child(2) {
    transform: translateX(2px);
}

.editorial-menu-button:hover span:nth-child(3) {
    transform: translateX(-2px);
}


/* HEADER LINKS */

.editorial-header-link {
    color: #171717;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    position: relative;
}

.editorial-header-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background: #171717;
    transition: width 0.3s ease;
}

.editorial-header-link:hover::after {
    width: 100%;
}


/* BRAND */

.editorial-brand {
    text-align: center;
    padding: 38px 20px 30px;
}

.editorial-brand-title {
    display: inline-block;
    color: #171717;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 0.95;
    letter-spacing: 0.035em;
    font-weight: 400;
    transition: opacity 0.3s ease;
}

.editorial-brand-title:hover {
    opacity: 0.65;
}

.editorial-brand-subtitle {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.32em;
}

.brand-separator {
    opacity: 0.45;
}


/* NAVIGATION */

.editorial-navigation {
    max-width: 1000px;
    margin: 0 auto;
    padding: 18px 25px 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(25px, 4vw, 65px);
}

.editorial-navigation a {
    color: #171717;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    position: relative;
    white-space: nowrap;
}

.editorial-navigation a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 1px;
    background: #171717;
    transition: width 0.35s ease;
}

.editorial-navigation a:hover::after {
    width: 100%;
}


/* =========================================================
   GENERAL EDITORIAL PAGE
   ========================================================= */

body {
    margin: 0;
    background: #f8f7f3;
    color: #171717;
}

.site-content {
    width: 100%;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 800px) {

    .editorial-header-top {
        padding: 15px 18px;
    }

    .editorial-header-right {
        gap: 16px;
    }

    .editorial-brand {
        padding: 28px 15px 22px;
    }

    .editorial-brand-title {
        font-size: clamp(30px, 9vw, 48px);
    }

    .editorial-brand-subtitle {
        font-size: 7px;
        letter-spacing: 0.2em;
        gap: 7px;
    }

    .editorial-navigation {
        overflow-x: auto;
        justify-content: flex-start;
        gap: 28px;
        padding: 15px 20px 19px;
        scrollbar-width: none;
    }

    .editorial-navigation::-webkit-scrollbar {
        display: none;
    }

    .editorial-navigation a {
        font-size: 9px;
    }
}
/* =========================================================
   EDITORIAL HERO — POLISH + ANIMATION
   ========================================================= */

.hero-editorial {
    max-width: 1380px;
    margin: 0 auto;
    padding: 80px 30px 110px;
    overflow: hidden;
}

.hero-editorial-inner {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 70px;
}

/* TEXT */

.hero-editorial-content {
    padding-left: 30px;
    animation: editorialTextReveal 1s cubic-bezier(.22,.61,.36,1) both;
}

.hero-editorial h1 {
    margin: 22px 0 35px;
    max-width: 560px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 6vw, 96px);
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: -0.045em;
}

.hero-editorial p {
    max-width: 470px;
    margin: 0 0 40px;
    color: #66635e;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
}

/* CATEGORY */

.hero-editorial .eyebrow {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

/* READ STORY */

.hero-editorial a {
    color: #171717;
    text-decoration: none;
}

.hero-editorial .read-story {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #171717;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: gap 0.3s ease;
}

.hero-editorial .read-story:hover {
    gap: 18px;
}

/* IMAGE */

.hero-editorial-image {
    height: 680px;
    overflow: hidden;
    animation: editorialImageReveal 1.2s cubic-bezier(.22,.61,.36,1) both;
}

.hero-editorial-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(.22,.61,.36,1);
}

.hero-editorial-image:hover img {
    transform: scale(1.035);
}

/* ANIMATIONS */

@keyframes editorialTextReveal {
    from {
        opacity: 0;
        transform: translateY(45px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes editorialImageReveal {
    from {
        opacity: 0;
        transform: translateY(35px);
        clip-path: inset(8% 0 8% 0);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
    }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .hero-editorial {
        padding: 60px 25px 80px;
    }

    .hero-editorial-inner {
        grid-template-columns: 0.85fr 1.15fr;
        gap: 40px;
    }

    .hero-editorial-content {
        padding-left: 10px;
    }

    .hero-editorial h1 {
        font-size: clamp(52px, 7vw, 78px);
    }

    .hero-editorial-image {
        height: 560px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .hero-editorial {
        padding: 45px 18px 70px;
    }

    .hero-editorial-inner {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .hero-editorial-content {
        width: 100%;
        padding-left: 0;
        order: 1;
    }

    .hero-editorial-image {
        width: 100%;
        height: 430px;
        order: 2;
    }

    .hero-editorial h1 {
        max-width: 100%;
        margin: 18px 0 25px;
        font-size: clamp(50px, 15vw, 72px);
        line-height: 0.9;
    }

    .hero-editorial p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 30px;
    }
}

/* REDUCE MOTION ACCESSIBILITY */

@media (prefers-reduced-motion: reduce) {

    .hero-editorial-content,
    .hero-editorial-image {
        animation: none;
    }

    .hero-editorial-image img,
    .hero-editorial .read-story {
        transition: none;
    }
}
/* =========================================================
   FEATURED STORIES — EDITORIAL SECTION
   ========================================================= */

.featured-stories {
    max-width: 1380px;
    margin: 0 auto;
    padding: 100px 30px 140px;
}


/* SECTION HEADER */

.featured-stories-header {
    border-top: 1px solid #d9d8d3;
    padding-top: 28px;
    margin-bottom: 90px;

    display: grid;
    grid-template-columns: 150px 1fr;
}

.featured-section-number {
    font-family: Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.16em;
    color: #6b6964;
}

.featured-section-intro {
    padding-left: 0;
}

.featured-eyebrow {
    display: block;
    margin-bottom: 24px;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.28em;
}

.featured-section-intro h2 {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 7vw, 105px);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: -0.05em;
}


/* STORY */

.featured-story {
    display: grid;
    grid-template-columns: 1.45fr 0.75fr;
    align-items: center;
    gap: 90px;

    margin-bottom: 150px;
}


/* REVERSE STORY */

.featured-story-reverse {
    grid-template-columns: 0.75fr 1.45fr;
}


/* IMAGE */

.featured-story-image {
    overflow: hidden;
    position: relative;
    background: #e8e6df;
}

.featured-story-image a {
    display: block;
    overflow: hidden;
}

.featured-story-image img {
    width: 100%;
    height: 620px;
    display: block;

    object-fit: cover;

    transition:
        transform 1s cubic-bezier(.22,.61,.36,1),
        filter 0.6s ease;
}

.featured-story-image:hover img {
    transform: scale(1.045);
    filter: brightness(0.96);
}


/* CONTENT */

.featured-story-content {
    max-width: 500px;
}

.story-category {
    display: block;
    margin-bottom: 25px;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.28em;
}

.featured-story-content h3 {
    margin: 0 0 30px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 4.5vw, 70px);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: -0.045em;
}

.featured-story-content p {
    max-width: 430px;
    margin: 0 0 35px;

    color: #66635e;

    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
}


/* READ STORY */

.story-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #171717;
    text-decoration: none;

    padding-bottom: 7px;
    border-bottom: 1px solid #171717;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;

    transition: gap 0.3s ease;
}

.story-link span {
    font-size: 14px;
    line-height: 0;
}

.story-link:hover {
    gap: 17px;
}


/* =========================================================
   SCROLL REVEAL
   ========================================================= */

.featured-story,
.featured-stories-header {
    animation: storyReveal 1s cubic-bezier(.22,.61,.36,1) both;
}

@keyframes storyReveal {

    from {
        opacity: 0;
        transform: translateY(55px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .featured-stories {
        padding: 80px 25px 110px;
    }

    .featured-story {
        gap: 45px;
        margin-bottom: 110px;
    }

    .featured-story-image img {
        height: 500px;
    }

    .featured-story-content h3 {
        font-size: clamp(40px, 5vw, 58px);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .featured-stories {
        padding: 65px 18px 80px;
    }

    .featured-stories-header {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 60px;
    }

    .featured-section-number {
        margin-bottom: 5px;
    }

    .featured-section-intro h2 {
        font-size: clamp(50px, 14vw, 72px);
    }

    .featured-story,
    .featured-story-reverse {
        display: flex;
        flex-direction: column;
        gap: 35px;
        margin-bottom: 90px;
    }

    .featured-story-content {
        width: 100%;
        max-width: none;
    }

    .featured-story-image {
        width: 100%;
    }

    .featured-story-image img {
        height: 430px;
    }

    .featured-story-content h3 {
        font-size: clamp(43px, 12vw, 62px);
    }

    .featured-story-content p {
        font-size: 14px;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .featured-story,
    .featured-stories-header {
        animation: none;
    }

    .featured-story-image img,
    .story-link {
        transition: none;
    }

}
/* =========================================================
   SINGLE ARTICLE PAGE
   ========================================================= */

.single-article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 40px 140px;
}

.article-page {
    max-width: 100%;
}

.article-header {
    max-width: 900px;
    margin: 0 auto 70px;
    text-align: center;
}

.article-category {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.article-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 7vw, 96px);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -3px;
    margin: 0 0 30px;
}

.article-meta {
    font-size: 13px;
    color: #777;
    letter-spacing: 1px;
}

.article-featured-image {
    width: 100%;
    margin-bottom: 70px;
}

.article-featured-image img {
    display: block;
    width: 100%;
    height: auto;
}

.article-content {
    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

.article-content p {
    margin: 0 0 28px;
}

.article-content h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
    margin: 70px 0 25px;
}

.article-content h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    margin: 50px 0 20px;
}

.article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 45px auto;
}

.article-content blockquote {
    border-left: 1px solid #111;
    margin: 50px 0;
    padding: 10px 30px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    line-height: 1.4;
}

@media (max-width: 700px) {

    .single-article {
        padding: 70px 20px 100px;
    }

    .article-header {
        margin-bottom: 45px;
    }

    .article-title {
        font-size: 48px;
        letter-spacing: -2px;
    }

    .article-featured-image {
        margin-bottom: 45px;
    }

    .article-content {
        font-size: 16px;
    }

    .article-content h2 {
        font-size: 34px;
    }

    .article-content h3 {
        font-size: 27px;
    }

}
/* =========================================================
   CATEGORY ARCHIVE
   ========================================================= */

.category-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 40px 120px;
}

.category-intro {
    border-top: 1px solid #d8d5cf;
    padding-top: 30px;
    margin-bottom: 100px;
}

.category-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.category-intro h1 {
    margin: 0;
    max-width: 900px;
    font-size: clamp(64px, 9vw, 130px);
    line-height: .9;
    letter-spacing: -5px;
    font-weight: 400;
}

.category-description {
    max-width: 600px;
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.category-posts {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.category-post {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 80px;
    align-items: center;
}

.category-post:nth-child(even) {
    grid-template-columns: 1fr 1.4fr;
}

.category-post:nth-child(even) .category-post-image {
    order: 2;
}

.category-post:nth-child(even) .category-post-content {
    order: 1;
}

.category-post-image {
    display: block;
    overflow: hidden;
}

.category-post-image img {
    display: block;
    width: 100%;
    height: 560px;
    object-fit: cover;
    transition: transform .6s ease;
}

.category-post-image:hover img {
    transform: scale(1.03);
}

.category-post-content {
    max-width: 520px;
}

.category-post-meta {
    display: block;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.category-post-content h2 {
    margin: 0 0 25px;
    font-size: clamp(42px, 5vw, 70px);
    line-height: .95;
    letter-spacing: -2px;
    font-weight: 400;
}

.category-post-content h2 a {
    color: inherit;
    text-decoration: none;
}

.category-post-content p {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

.category-read-more {
    display: inline-block;
    color: #111;
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 8px;
    border-bottom: 1px solid #111;
}

.category-read-more span {
    margin-left: 8px;
}

.category-empty {
    padding: 100px 0;
    text-align: center;
    border-top: 1px solid #d8d5cf;
}

.category-empty h2 {
    font-size: 48px;
    font-weight: 400;
}

.category-empty p {
    color: #666;
}


/* MOBILE */

@media (max-width: 800px) {

    .category-page {
        padding: 60px 22px 80px;
    }

    .category-intro {
        margin-bottom: 60px;
    }

    .category-intro h1 {
        font-size: 64px;
        letter-spacing: -3px;
    }

    .category-posts {
        gap: 70px;
    }

    .category-post,
    .category-post:nth-child(even) {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .category-post:nth-child(even) .category-post-image,
    .category-post:nth-child(even) .category-post-content {
        order: initial;
    }

    .category-post-image img {
        height: 400px;
    }

    .category-post-content h2 {
        font-size: 45px;
    }

}
/* =========================================
   CATEGORY HEADINGS - PREMIUM EDITORIAL
   ========================================= */

.category-intro h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -2px;
    margin: 30px 0 70px;
    max-width: 900px;
}

/* Desktop */
@media (min-width: 1100px) {
    .category-intro h1 {
        font-size: 72px;
    }
}

/* Tablet */
@media (max-width: 1099px) {
    .category-intro h1 {
        font-size: 62px;
        letter-spacing: -1.5px;
    }
}

/* Mobile */
@media (max-width: 700px) {
    .category-intro h1 {
        font-size: 48px;
        letter-spacing: -1px;
        margin-bottom: 50px;
    }
}
.footer-pages {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.footer-pages a {
    color: #111;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}

.footer-pages a:hover {
    opacity: 0.55;
}

.site-footer {
    border-top: 1px solid #ddd;
    padding: 45px 0 30px;
    margin-top: 80px;
    text-align: center;
}

.site-footer p {
    margin: 0;
    font-size: 12px;
    color: #666;
}
/* =========================================
   STANDARD PAGES
========================================= */

.page-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 40px 120px;
}

.standard-page {
    max-width: 900px;
    margin: 0 auto;
}

.page-header {
    border-top: 1px solid #d9d6d0;
    border-bottom: 1px solid #d9d6d0;
    padding: 45px 0 55px;
    margin-bottom: 70px;
}

.page-label {
    display: block;
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.page-header h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(56px, 8vw, 105px);
    font-weight: 400;
    line-height: .95;
    letter-spacing: -4px;
}

.page-body {
    max-width: 720px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

.page-body h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 400;
    color: #111;
    margin-top: 55px;
    margin-bottom: 20px;
}

.page-body p {
    margin-bottom: 24px;
}

.page-body ul {
    margin: 20px 0 30px;
    padding-left: 25px;
}

.page-body li {
    margin-bottom: 10px;
}

@media (max-width: 700px) {
    .page-content {
        padding: 70px 24px 80px;
    }

    .page-header {
        padding: 35px 0 40px;
        margin-bottom: 45px;
    }

    .page-header h1 {
        font-size: 54px;
        letter-spacing: -2px;
    }

    .page-body {
        font-size: 16px;
    }
}