* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #ffffff;
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
}

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

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

/* HEADER */

.site-header {
    width: 100%;
    min-height: 110px;
    padding: 32px 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    background: #ffffff;
}

.logo {
    flex-shrink: 0;
}

.logo img {
    width: 230px;
    height: auto;
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 44px;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.desktop-nav a,
.mobile-nav a {
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
}

.desktop-nav a:hover,
.mobile-nav a:hover,
.desktop-nav a[aria-current="page"],
.mobile-nav a[aria-current="page"] {
    border-bottom-color: currentColor;
}

.menu-button {
    display: none;
    padding: 8px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.menu-button span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px 0;
    background: #111111;
}

.mobile-nav {
    display: none;
}

/* HOMEPAGE */

.hero {
    position: relative;
    width: 100%;
    background: #111111;
}

.hero > img {
    width: 100%;
    height: auto;
    opacity: 0.95;
}

.intro {
    max-width: 1200px;
    margin: 130px auto 170px;
    padding: 0 6%;
}

.intro h1 {
    margin: 0;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.1;
}

.intro h2 {
    margin: 12px 0 7px;
    color: #444444;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.4;
}

.intro .location {
    margin: 0 0 45px;
    color: #777777;
    font-size: 0.9rem;
    line-height: 1.4;
}

.intro .intro-text {
    max-width: 900px;
    margin: 0;
    font-size: clamp(1.7rem, 2.5vw, 2.4rem);
    line-height: 1.42;
}

.projects {
    max-width: 1900px;
    margin: 0 auto;
    padding: 20px 1.5% 180px;
}

.projects > h2 {
    margin: 0 0 75px;
    font-size: 0.82rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.project-list {
    display: flex;
    flex-direction: column;
    gap: 170px;
}

.project-feature {
    margin: 0;
}

.project-feature a {
    display: block;
}

.project-feature img {
    width: 100%;
    height: auto;
    transition: opacity 0.25s ease;
}

.project-feature a:hover img {
    opacity: 0.88;
}

.project-info {
    max-width: 760px;
    padding-top: 28px;
}

.project-info h3 {
    margin: 0 0 9px;
    font-size: clamp(1.7rem, 2.6vw, 2.7rem);
    font-weight: 400;
    line-height: 1.15;
}

.project-meta {
    margin: 0 0 18px;
    color: #777777;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.project-description {
    max-width: 620px;
    margin: 0;
    color: #444444;
    font-size: 1rem;
    line-height: 1.6;
}

/* PROJECT PAGES */

.project-page {
    width: 100%;
}

/*
   Supports both project page structures:
   1. .project-opening + .project-introduction
   2. .page-content.project-page + .project-intro
*/

.project-opening {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 3% 140px;
}

.project-cover {
    width: 100%;
    height: auto;
}

.project-introduction,
.project-intro {
    max-width: 820px;
}

.project-introduction {
    padding-top: 65px;
}

.page-content.project-page {
    width: min(88%, 1400px);
    max-width: none;
    min-height: 60vh;
    margin: 0 auto;
    padding: 120px 0 160px;
}

.page-content.project-page .project-intro {
    margin-bottom: 100px;
}

.project-introduction h1,
.project-intro h1 {
    margin: 0 0 22px;
    font-size: clamp(3.8rem, 7vw, 6.5rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.project-page-meta {
    margin: 0 0 38px;
    color: #777777;
    font-size: 0.85rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.project-statement {
    max-width: 760px;
    margin: 0;
    color: #222222;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    line-height: 1.65;
}

.project-gallery {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 3% 150px;
}

.page-content.project-page .project-gallery {
    width: 100%;
    max-width: none;
    padding: 0;
}

/* Default layout for On the Road and Guinguette */
.project-gallery figure {
    margin: 0 0 120px;
}

.project-gallery figure:last-child {
    margin-bottom: 0;
}

.project-gallery img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* The Garden only */
.garden-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 110px;
}

.garden-gallery figure,
.garden-gallery figure:last-child {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
}

.garden-gallery img {
    width: auto;
    max-width: 100%;
    max-height: 88vh;
    height: auto;
    object-fit: contain;
    padding: 60px;
    background: #ffffff;
    border: 1px solid #ececec;
    box-sizing: border-box;
}

.garden-gallery .horizontal img {
    width: min(100%, 1200px);
    max-height: none;
}

.garden-gallery .vertical img {
    width: auto;
    max-width: min(100%, 760px);
    max-height: 88vh;
}

.garden-gallery .square img {
    width: min(100%, 850px);
    max-height: none;
}

.project-navigation {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 3% 100px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* COMMON STATIC PAGES */

.page-content {
    width: min(86%, 1100px);
    min-height: 60vh;
    margin: 0 auto;
    padding: 120px 0 160px;
}

.page-heading {
    max-width: 700px;
    margin-bottom: 90px;
}

.page-heading h1 {
    margin: 0 0 28px;
    font-size: clamp(3.8rem, 6vw, 5.6rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.page-heading .page-kicker {
    margin: 0;
    color: #555555;
    font-size: 0.95rem;
    line-height: 1.55;
}

.page-content h2 {
    margin: 0 0 32px;
    font-size: 1.15rem;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.page-content p {
    margin: 0 0 24px;
    font-size: 1.08rem;
    line-height: 1.8;
    color: #222222;
}

/* ABOUT */

.about-text {
    max-width: 700px;
}

.about-selected {
    max-width: 780px;
    margin-top: 120px;
    padding-top: 45px;
    border-top: 1px solid #dddddd;
}

.selected-year {
    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 25px;
    margin-bottom: 38px;
}

.selected-year > span {
    color: #777777;
    font-size: 0.95rem;
    line-height: 1.8;
}

.selected-year p {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.6;
}

/* PRINTS */

.prints-text {
    max-width: 700px;
}

.featured-print {
    width: 90%;
    max-width: 950px;
    margin: 0 auto 120px;
}

.featured-print img {
    padding: 60px;
    background: #ffffff;
    border: 1px solid #f3f3f3;
}

.featured-print figcaption {
    margin-top: 26px;
    color: #666666;
    font-size: 0.96rem;
    line-height: 1.75;
}

.featured-print figcaption p {
    margin-bottom: 6px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.featured-print .print-title {
    margin-bottom: 10px;
    color: #111111;
    font-size: 1.08rem;
    font-weight: 500;
}

.featured-print .print-technique {
    margin-top: 12px;
}

.print-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 90px;
    margin-bottom: 120px;
}

.print-details p,
.print-order p {
    margin-bottom: 14px;
    font-size: 1.05rem;
    line-height: 1.9;
}

.print-order {
    max-width: 700px;
}

.contact-button {
    display: inline-block;
    margin-top: 26px;
    padding: 12px 28px;
    border: 1px solid #111111;
    font-size: 0.9rem;
    transition: 0.2s ease;
}

.contact-button:hover {
    background: #111111;
    color: #ffffff;
}

/* NEWS */

.news-list {
    max-width: 850px;
    border-top: 1px solid #dddddd;
}

.news-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 35px;
    padding: 36px 0;
    border-bottom: 1px solid #dddddd;
}

.news-date {
    color: #777777;
    font-size: 0.9rem;
    line-height: 1.6;
}

.news-item h2 {
    margin-bottom: 12px;
    font-size: 1.35rem;
    letter-spacing: 0;
}

.news-item p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.7;
}

.news-featured {
    padding-top: 42px;
    padding-bottom: 42px;
}

.news-meta {
    margin-bottom: 14px;
    color: #777777;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.news-link {
    display: inline-block;
    margin-top: 22px;
    padding-bottom: 4px;
    border-bottom: 1px solid #111111;
    font-size: 0.92rem;
}

.news-link:hover {
    opacity: 0.6;
}

.news-note {
    margin-top: 18px;
    max-width: 620px;
    color: #666;
    font-size: 0.88rem;
    line-height: 1.6;
    font-style: italic;
}

.news-note a {
    border-bottom: 1px solid currentColor;
}

/* CONTACT */

.contact-introduction {
    max-width: 700px;
}

.contact-details {
    max-width: 700px;
    margin-top: 75px;
    padding-top: 45px;
    border-top: 1px solid #dddddd;
}

.contact-line {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 30px;
    margin-bottom: 24px;
}

.contact-line span {
    color: #777777;
    font-size: 0.95rem;
    line-height: 1.8;
}

.contact-line a {
    width: fit-content;
    padding-bottom: 3px;
    border-bottom: 1px solid #111111;
    font-size: 1.08rem;
    line-height: 1.8;
}

/* FOOTER */

.site-footer {
    padding: 35px 7%;
    display: flex;
    align-items: center;
    gap: 25px;
    border-top: 1px solid #dddddd;
    font-size: 0.8rem;
}

.site-footer p {
    margin: 0 auto 0 0;
}

.footer-links {
    display: flex;
    gap: 25px;
}


   /* =========================
   Back to Top
========================= */

.back-top-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0 40px;
}

.back-to-top {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color .2s ease;
}

.back-to-top:hover {
    color: #000;
}
/* TABLET AND MOBILE */

@media (max-width: 800px) {
    .site-header {
        min-height: 92px;
        padding: 20px 7%;
    }

    .logo img {
        width: 190px;
    }

    .desktop-nav {
        display: none;
    }

    .menu-button {
        display: block;
    }

    .mobile-nav {
        padding: 0 7%;
        background: #ffffff;
        flex-direction: column;
    }

    .mobile-nav.is-open {
        display: flex;
    }

    .mobile-nav a {
        padding: 18px 0;
        border-top: 1px solid #eeeeee;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.12em;
    }

    .intro {
        margin: 65px auto 90px;
        padding: 0 7%;
    }

    .intro h1 {
        font-size: 2.2rem;
    }

    .intro .intro-text {
        font-size: 1.45rem;
    }

    .projects {
        padding: 10px 4% 110px;
    }

    .project-list {
        gap: 100px;
    }

    .page-content {
        width: auto;
        padding: 70px 7% 110px;
    }

    .page-content.project-page {
        width: auto;
        padding: 85px 7% 110px;
    }

    .page-content.project-page .project-intro {
        margin-bottom: 65px;
    }

    .project-opening {
        padding: 0 4% 100px;
    }

    .project-introduction {
        padding-top: 45px;
    }

    .project-introduction h1,
    .project-intro h1 {
        margin-bottom: 18px;
        font-size: clamp(3rem, 14vw, 4.5rem);
    }

    .project-page-meta {
        margin-bottom: 28px;
        font-size: 0.75rem;
    }

    .project-statement {
        font-size: 1.05rem;
        line-height: 1.6;
    }

    .project-gallery {
        padding: 0 4% 110px;
    }

    .page-content.project-page .project-gallery {
        padding: 0;
    }

    .project-gallery figure {
        margin-bottom: 75px;
    }

    .garden-gallery {
        gap: 65px;
    }

    .garden-gallery figure,
    .garden-gallery figure:last-child {
        margin: 0;
    }

    .garden-gallery img,
    .garden-gallery .horizontal img,
    .garden-gallery .vertical img,
    .garden-gallery .square img {
        width: 100%;
        max-width: 100%;
        max-height: none;
        height: auto;
        padding: 24px;
    }

    .project-navigation {
        padding: 0 7% 80px;
        flex-direction: column;
    }

    .page-heading {
        margin-bottom: 65px;
    }

    .page-heading h1 {
        font-size: 2.7rem;
        letter-spacing: -0.025em;
    }

    .page-content p {
        font-size: 1.05rem;
        line-height: 1.65;
    }

    .about-selected {
        margin-top: 80px;
        padding-top: 35px;
    }

    .selected-year {
        grid-template-columns: 55px 1fr;
        gap: 18px;
    }

    .featured-print {
        width: 100%;
    }

    .print-details {
        grid-template-columns: 1fr;
        gap: 65px;
    }

    .news-item {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contact-line {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .site-footer {
        padding: 30px 7%;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .site-footer p {
        margin: 0 0 10px;
    }

 
