@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&display=swap");

:root {
    --background: #f6f1ea;
    --surface: #fcfaf7;
    --surface-deep: #ebe1d4;
    --text: #2f2924;
    --muted: #70645a;
    --accent: #86684d;
    --accent-light: #a68a70;
    --border: #dcd0c1;
    --dark: #2f2924;
    --success: #476d50;
    --danger: #963f36;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--background);
    color: var(--text);
    font-family: Georgia, "Times New Roman", serif;
}

img {
    max-width: 100%;
}

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

button,
input,
textarea,
select {
    font: inherit;
}

.site-header {
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 28px 48px;
    background: var(--background);
    border-bottom: 1px solid var(--border);
}

.logo a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    line-height: 1;
}

.logo-title {
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--dark);
}

.logo-subtitle {
    display: block;
    width: 100%;
    margin-top: 6px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    color: var(--muted);
    text-transform: uppercase;
    text-align: justify;
    text-align-last: justify;
}

.logo-subtitle em {
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.main-nav > a,
.main-nav .dropdown-title {
    display: inline-block;
    padding: 8px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-nav > a:hover,
.main-nav .dropdown-title:hover {
    color: var(--accent);
}

.nav-dropdown {
    position: relative;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -20px;
    min-width: 210px;
    display: none;
    flex-direction: column;
    padding: 14px 0;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: 0 14px 34px rgba(47, 41, 36, 0.08);
}

.dropdown-menu a {
    padding: 10px 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0.6px;
}

.dropdown-menu a:hover {
    background: var(--background);
    color: var(--accent);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
    display: flex;
}

.cart-link {
    border-bottom: 1px solid var(--text);
}

.messages {
    padding: 13px 30px;
    text-align: center;
    background: var(--surface-deep);
}

.messages p {
    margin: 0;
}

.home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(380px, 0.7fr);
    min-height: 680px;
    background: var(--surface);
}

.home-hero > img {
    width: 100%;
    height: 100%;
    min-height: 680px;
    object-fit: cover;
}

.home-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px;
}

.home-hero-content h1 {
    max-width: 570px;
    margin: 12px 0 24px;
    font-size: clamp(48px, 5vw, 76px);
    line-height: 1.02;
    font-weight: normal;
}

.home-hero-content > p:not(.eyebrow) {
    max-width: 560px;
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.8;
    color: var(--muted);
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.eyebrow {
    margin: 0;
    color: var(--accent);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn,
button {
    display: inline-block;
    padding: 14px 25px;
    border: 1px solid var(--dark);
    background: var(--dark);
    color: white;
    cursor: pointer;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.btn:hover,
button:hover {
    background: transparent;
    color: var(--dark);
}

.text-link {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid currentColor;
}

.section {
    padding: 90px 56px;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 25px;
    margin-bottom: 42px;
}

.section-heading h2 {
    margin: 8px 0 0;
    font-size: clamp(35px, 4vw, 50px);
    font-weight: normal;
}

.page-heading {
    max-width: 850px;
    margin: 0 auto;
    padding: 70px 30px;
    text-align: center;
}

.page-heading .eyebrow {
    margin: 0 0 12px;
    color: var(--accent);
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page-heading h1 {
    margin: 0;
    font-size: clamp(48px, 6vw, 74px);
    line-height: 1.05;
    font-weight: normal;
}

.page-heading > p:not(.eyebrow) {
    display: none;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    justify-content: center;
    gap: 50px 30px;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.gallery-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: transform 0.25s ease;
}

.gallery-card:hover {
    transform: translateY(-4px);
}

.gallery-card img,
.placeholder-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    display: block;
    object-fit: contain;
    background: #f0ebe4;
    padding: 18px;
}

.gallery-info {
    padding-top: 18px;
    text-align: left;
}

.gallery-info h3 {
    margin: 0 0 9px;
    font-size: 23px;
    font-weight: normal;
    line-height: 1.2;
}

.gallery-info p {
    margin: 5px 0;
    color: var(--muted);
    line-height: 1.5;
}

.placeholder-image,
.placeholder-large {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
}

.artist-introduction {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--surface-deep);
}

.artist-introduction-image img {
    width: 100%;
    height: 100%;
    min-height: 670px;
    display: block;
    object-fit: cover;
}

.artist-introduction-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 85px;
}

.artist-introduction-copy h2 {
    margin: 12px 0 25px;
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.08;
    font-weight: normal;
}

.artist-introduction-copy p:not(.eyebrow) {
    max-width: 640px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.85;
}

.artist-introduction-copy .text-link {
    align-self: flex-start;
    margin-top: 15px;
}

.newsletter {
    padding: 80px 30px;
    text-align: center;
}

.newsletter h2 {
    margin: 10px 0 22px;
    font-size: clamp(36px, 4vw, 50px);
    font-weight: normal;
}

.newsletter form {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.newsletter input {
    width: min(360px, 65vw);
    padding: 14px;
    border: 1px solid var(--border);
    background: var(--surface);
}

.newsletter button {
    border-left: none;
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.article-card {
    background: var(--surface);
}

.article-card img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
}

.article-card-copy {
    padding: 25px;
}

.article-card-copy h3 {
    margin: 10px 0;
    font-size: 25px;
    font-weight: normal;
}

.article-card-copy > p {
    color: var(--muted);
    line-height: 1.7;
}


/* Contact page */
.contact-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr);
    min-height: 700px;
    background: var(--surface);
}

.contact-image {
    min-height: 700px;
}

.contact-image img {
    width: 100%;
    height: 100%;
    min-height: 700px;
    display: block;
    object-fit: cover;
}

.contact-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    background: var(--surface-deep);
}

.contact-copy h2 {
    margin: 10px 0 20px;
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.08;
    font-weight: normal;
}

.contact-copy > p:not(.eyebrow) {
    margin: 0 0 32px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.8;
}

.contact-form {
    display: grid;
    gap: 20px;
}

.contact-form p {
    margin: 0;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: 0;
    background: var(--surface);
    color: var(--text);
}

.contact-form textarea {
    min-height: 170px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: 1px solid var(--accent);
    border-color: var(--accent);
}

.contact-form button {
    justify-self: start;
    margin-top: 4px;
}

.about-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.about-image img {
    width: 100%;
    height: 100%;
    min-height: 700px;
    object-fit: cover;
}

.about-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 85px;
    background: var(--surface-deep);
}

.about-copy p:not(.eyebrow) {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.85;
}

.about-story {
    max-width: 880px;
    margin: auto;
    padding: 120px 35px;
    text-align: center;
}

.about-story p:not(.eyebrow) {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.9;
}

.about-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.about-details article {
    min-height: 160px;
    padding: 65px 45px;
    text-align: center;
    border-right: 1px solid var(--border);
}

.about-details article:last-child {
    border-right: none;
}

.about-details h3 {
    margin: 0;
    font-size: 28px;
    font-weight: normal;
}

.about-closing {
    padding: 100px 30px;
    text-align: center;
}

.about-closing p {
    margin: 0;
    font-size: clamp(35px, 5vw, 58px);
    font-style: italic;
}

.site-footer {
    padding: 55px 30px;
    background: var(--surface);
    border-top: 1px solid var(--border);
    text-align: center;
}

.footer-name {
    margin-bottom: 18px;
    font-size: 21px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin: 18px 0;
    flex-wrap: wrap;
    font-size: 13px;
}

.site-footer > p {
    color: var(--muted);
    font-size: 13px;
}

.site-credit {
    margin-top: 20px;
    font-size: 11px !important;
    color: #998878 !important;
}

@media (max-width: 1150px) {
    .site-header {
        flex-direction: column;
    }

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

    .home-hero {
        grid-template-columns: 1fr;
    }

    .home-hero > img {
        min-height: 500px;
        max-height: 650px;
    }

    .home-hero-content {
        padding: 70px 50px;
    }
}

@media (max-width: 1250px) {
    .gallery-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1050px) {
    .gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .site-header {
        padding: 24px;
    }

    .main-nav {
        gap: 12px 18px;
    }

    .dropdown-menu {
        left: 50%;
        transform: translateX(-50%);
    }

    .section {
        padding: 65px 26px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .artist-introduction,
    .about-section {
        grid-template-columns: 1fr;
    }

    .contact-section {
        grid-template-columns: 1fr;
    }

    .contact-image,
    .contact-image img {
        min-height: 500px;
    }

    .contact-copy {
        padding: 65px 35px;
    }

    .artist-introduction-copy,
    .about-copy {
        padding: 65px 35px;
    }

    .about-details {
        grid-template-columns: 1fr;
    }

    .about-details article {
        border-right: none;
        border-bottom: 1px solid var(--border);
    }

    .about-details article:last-child {
        border-bottom: none;
    }
}

@media (max-width: 620px) {
    .main-nav {
        flex-direction: column;
    }

    .nav-dropdown {
        text-align: center;
    }

    .dropdown-menu {
        position: static;
        display: flex;
        width: 100%;
        margin-top: 4px;
        border: none;
        box-shadow: none;
        transform: none;
        background: transparent;
    }

    .dropdown-menu a {
        padding: 5px;
        color: var(--muted);
    }

    .home-hero > img {
        min-height: 350px;
    }

    .home-hero-content {
        padding: 50px 25px;
    }

    .contact-image,
    .contact-image img {
        min-height: 360px;
    }

    .contact-copy {
        padding: 50px 25px;
    }

    .gallery-grid {
        grid-template-columns: minmax(0, 1fr);
        max-width: 430px;
    }

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

    .gallery-card img,
    .placeholder-image {
        height: auto;
        min-height: 0;
        padding: 16px;
    }

    .section-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .newsletter form {
        flex-direction: column;
        align-items: center;
    }

    .newsletter input,
    .newsletter button {
        width: min(100%, 380px);
    }

    .newsletter button {
        border-left: 1px solid var(--dark);
    }
}

/* =========================================================
   PRODUCT DETAIL PAGE
========================================================= */

.product-detail-page {
    display: grid;
    grid-template-columns: minmax(320px, 560px) minmax(300px, 480px);
    gap: 70px;
    align-items: start;
    width: min(1180px, calc(100% - 60px));
    margin: 0 auto;
    padding: 70px 0 100px;
}

.product-detail-image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #f0ebe4;
    padding: 30px;
}

.product-detail-image img {
    display: block;
    width: 100%;
    max-width: 500px;
    max-height: 620px;
    object-fit: contain;
}

.product-detail-info {
    padding-top: 15px;
}

.product-detail-eyebrow {
    margin: 0 0 14px;
    color: var(--accent);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.product-detail-info h1 {
    margin: 0 0 20px;
    font-size: clamp(40px, 5vw, 62px);
    font-weight: normal;
    line-height: 1.05;
}

.product-detail-price {
    margin: 0 0 28px;
    font-size: 22px;
}

.product-detail-description {
    max-width: 460px;
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 1.7;
}

.product-detail-meta {
    margin: 0 0 35px;
    border-top: 1px solid rgba(47, 41, 36, 0.18);
}

.product-detail-meta > div {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(47, 41, 36, 0.18);
}

.product-detail-meta span {
    color: var(--accent);
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.product-detail-meta p {
    margin: 0;
}

.product-detail-cart-button {
    display: inline-block;
    min-width: 190px;
    padding: 16px 28px;
    background: #302821;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.product-detail-cart-button:hover {
    background: #8a6d52;
    transform: translateY(-1px);
}

@media (max-width: 850px) {
    .product-detail-page {
        grid-template-columns: 1fr;
        gap: 40px;
        width: min(100% - 36px, 620px);
        padding: 40px 0 70px;
    }

    .product-detail-image {
        padding: 20px;
    }

    .product-detail-image img {
        max-height: 520px;
    }

    .product-detail-info {
        padding-top: 0;
    }
}

/* =========================================================
   CAPSULES INDEX PAGE
========================================================= */

.capsule-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 420px));
    justify-content: center;
    gap: 60px 40px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.capsule-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 420px;
    transition: transform 0.25s ease;
}

.capsule-card:hover {
    transform: translateY(-4px);
}

.capsule-card > img,
.capsule-card > .placeholder-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    display: block;
    object-fit: contain;
    background: #f0ebe4;
    padding: 20px;
}

.capsule-card-copy {
    padding-top: 18px;
    text-align: left;
}

.capsule-card-copy .eyebrow {
    margin-bottom: 10px;
}

.capsule-card-copy h2 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.15;
}

.capsule-card-copy > p:last-child {
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
}

@media (max-width: 900px) {
    .capsule-grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
        max-width: 820px;
    }

    .capsule-card {
        max-width: none;
    }
}

@media (max-width: 620px) {
    .capsule-grid {
        grid-template-columns: 1fr;
        max-width: 430px;
    }

    .capsule-card > img,
    .capsule-card > .placeholder-image {
        padding: 16px;
    }
}

/* =========================================================
   CART PAGE
========================================================= */

.cart-page {
    width: min(1180px, calc(100% - 60px));
    margin: 0 auto;
    padding: 10px 0 100px;
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 70px;
    align-items: start;
}

.cart-items {
    display: grid;
    gap: 24px;
}

.cart-item {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 28px;
    padding: 22px;
    background: var(--surface);
    border: 1px solid var(--border);
}

.cart-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    background: #f0ebe4;
    padding: 16px;
}

.cart-item-image img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.cart-item-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.cart-item-details h3 {
    margin: 0 0 14px;
    font-size: 27px;
    font-weight: normal;
    line-height: 1.2;
}

.cart-item-details p {
    margin: 4px 0;
    color: var(--muted);
    line-height: 1.5;
}

.cart-item-details .cart-subtotal {
    margin-top: 12px;
    color: var(--text);
    font-size: 18px;
}

.remove-btn {
    display: inline-block;
    margin-top: 18px;
    padding-bottom: 3px;
    color: var(--danger);
    border-bottom: 1px solid currentColor;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.remove-btn:hover {
    color: var(--text);
}

.cart-summary {
    position: sticky;
    top: 30px;
    padding: 32px;
    background: var(--surface-deep);
    border: 1px solid var(--border);
}

.cart-summary .eyebrow {
    margin-bottom: 12px;
}

.cart-summary h2 {
    margin: 0 0 24px;
    font-size: 34px;
    font-weight: normal;
}

.cart-total-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    font-size: 20px;
}

.cart-total-row strong {
    font-weight: normal;
}

.cart-checkout-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 175px;
    margin-top: 24px;
    padding: 11px 18px;
    border: 1px solid var(--dark);
    background: var(--dark);
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.86rem;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.cart-checkout-button:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(47, 41, 36, 0.14);
}

.cart-checkout-button:active {
    transform: translateY(0);
    box-shadow: none;
}

.cart-checkout-button:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

.cart-checkout-note {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.empty-cart {
    max-width: 620px;
    margin: 0 auto;
    padding: 70px 30px;
    background: var(--surface);
    border: 1px solid var(--border);
    text-align: center;
}

.empty-cart h2 {
    margin: 0 0 14px;
    font-size: 36px;
    font-weight: normal;
}

.empty-cart p {
    margin: 0 0 28px;
    color: var(--muted);
    line-height: 1.7;
}

@media (max-width: 900px) {
    .cart-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cart-summary {
        position: static;
    }
}

@media (max-width: 620px) {
    .cart-page {
        width: min(100% - 36px, 620px);
        padding-bottom: 70px;
    }

    .cart-item {
        grid-template-columns: 1fr;
    }

    .cart-item-image img {
        height: 240px;
    }

    .cart-summary {
        padding: 26px 22px;
    }
}

/* =========================================================
   CHECKOUT PAGE
========================================================= */

.checkout-page {
    width: min(1180px, calc(100% - 60px));
    margin: 0 auto;
    padding: 0 0 110px;
}

.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 400px);
    gap: 68px;
    align-items: start;
}

.checkout-form-panel {
    padding: 42px;
    background: var(--surface);
    border: 1px solid var(--border);
}

.checkout-section + .checkout-section {
    margin-top: 42px;
    padding-top: 38px;
    border-top: 1px solid var(--border);
}

.checkout-section-heading {
    margin-bottom: 26px;
}

.checkout-section-heading .eyebrow {
    margin-bottom: 10px;
}

.checkout-section-heading h2 {
    margin: 0;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.15;
}

.checkout-section-heading p:last-child {
    max-width: 590px;
    margin: 12px 0 0;
    color: var(--muted);
    line-height: 1.7;
}

.checkout-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
}

.checkout-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkout-field-full {
    grid-column: 1 / -1;
}

.checkout-field label {
    color: var(--text);
    font-size: 11px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.checkout-field input,
.checkout-field select,
.checkout-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 14px 15px;
    border: 1px solid var(--border);
    border-radius: 0;
    background: var(--background);
    color: var(--text);
    font: inherit;
}

.checkout-field textarea {
    min-height: 125px;
    resize: vertical;
}

.checkout-field input::placeholder,
.checkout-field textarea::placeholder {
    color: var(--muted);
    opacity: 0.72;
}

.checkout-field input:focus,
.checkout-field select:focus,
.checkout-field textarea:focus {
    outline: 1px solid var(--accent);
    border-color: var(--accent);
}

.checkout-payment-box {
    padding: 26px;
    background: var(--background);
    border: 1px solid var(--border);
}

.checkout-payment-header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-bottom: 14px;
}

.checkout-payment-header h3 {
    margin: 0;
    font-size: 21px;
    font-weight: normal;
}

.checkout-payment-badge {
    padding: 7px 10px;
    border: 1px solid var(--border);
    color: var(--muted);
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.checkout-payment-box p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

/*
Square Web Payments SDK can later mount secure payment fields here.
Keeping this container now means the layout will not need redesigning.
*/
#card-container {
    margin-top: 22px;
}

.checkout-summary {
    position: sticky;
    top: 30px;
    padding: 32px;
    background: var(--surface-deep);
    border: 1px solid var(--border);
}

.checkout-summary .eyebrow {
    margin-bottom: 12px;
}

.checkout-summary h2 {
    margin: 0 0 25px;
    font-size: 34px;
    font-weight: normal;
}

.checkout-summary-items {
    display: grid;
    gap: 20px;
}

.checkout-summary-item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.checkout-summary-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    padding: 8px;
    background: #f0ebe4;
}

.checkout-summary-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.checkout-summary-image span {
    color: var(--muted);
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}

.checkout-summary-item h3 {
    margin: 0 0 7px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.25;
}

.checkout-summary-item p {
    margin: 3px 0;
    color: var(--muted);
    font-size: 14px;
}

.checkout-price-lines {
    display: grid;
    gap: 13px;
    padding: 22px 0;
    border-bottom: 1px solid var(--border);
}

.checkout-price-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: var(--muted);
    font-size: 15px;
}

.checkout-price-row span:last-child {
    color: var(--text);
}

.checkout-total-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0 0;
    font-size: 22px;
}

.checkout-total-row strong {
    font-weight: normal;
}

.checkout-submit {
    display: block;
    width: 100%;
    margin-top: 25px;
    padding: 16px 22px;
    border: 1px solid var(--dark);
    border-radius: 0;
    background: var(--dark);
    color: #fff;
    font: inherit;
    letter-spacing: 0.8px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.checkout-submit:hover {
    opacity: 0.9;
}

.checkout-submit:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

.checkout-security-note {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.checkout-reassurance {
    display: grid;
    gap: 11px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}

.checkout-reassurance p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.checkout-reassurance p::before {
    content: "✓";
    margin-right: 10px;
    color: var(--accent);
}

.checkout-back-link {
    display: inline-block;
    margin-top: 25px;
    padding-bottom: 3px;
    border-bottom: 1px solid currentColor;
    color: var(--muted);
    font-size: 12px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.checkout-back-link:hover {
    color: var(--text);
}

.checkout-errors {
    margin-bottom: 26px;
    padding: 18px 20px;
    border: 1px solid #b58272;
    background: #f8efec;
}

.checkout-errors p {
    margin: 0;
    color: #6d4034;
    line-height: 1.6;
}

@media (max-width: 920px) {
    .checkout-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .checkout-summary {
        position: static;
    }
}

@media (max-width: 620px) {
    .checkout-page {
        width: min(100% - 36px, 620px);
        padding-bottom: 75px;
    }

    .checkout-form-panel {
        padding: 28px 22px;
    }

    .checkout-form-grid {
        grid-template-columns: 1fr;
    }

    .checkout-field-full {
        grid-column: auto;
    }

    .checkout-payment-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .checkout-summary {
        padding: 27px 22px;
    }
}

/* =========================================================
   PURCHASE FLOW ADDITIONS
========================================================= */

.field-error {
    margin: 2px 0 0;
    color: var(--danger);
    font-size: 12px;
    line-height: 1.5;
}

.checkout-field span {
    color: var(--muted);
    font-size: 10px;
    letter-spacing: 0;
    text-transform: none;
}

.checkout-errors ul,
.checkout-errors .errorlist {
    margin: 0;
    padding-left: 20px;
    color: #6d4034;
}

.checkout-errors li {
    margin: 4px 0;
}

.payment-result-page {
    width: min(760px, calc(100% - 40px));
    margin: 0 auto;
    padding: 80px 0 110px;
}

.payment-result-card {
    padding: 55px;
    background: var(--surface);
    border: 1px solid var(--border);
    text-align: center;
}

.payment-result-card .eyebrow {
    margin-bottom: 12px;
}

.payment-result-card h1 {
    margin: 0 0 20px;
    font-size: clamp(42px, 6vw, 68px);
    font-weight: normal;
    line-height: 1.05;
}

.payment-result-card > p:not(.eyebrow) {
    max-width: 590px;
    margin: 0 auto 28px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.8;
}

.payment-order-details {
    display: grid;
    gap: 12px;
    max-width: 460px;
    margin: 30px auto;
    padding: 24px;
    background: var(--background);
    border: 1px solid var(--border);
    text-align: left;
}

.payment-order-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: var(--muted);
}

.payment-order-row strong {
    color: var(--text);
    font-weight: normal;
}

.payment-result-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.test-payment-actions {
    display: grid;
    gap: 14px;
    max-width: 420px;
    margin: 30px auto 0;
}

.test-payment-actions button {
    width: 100%;
}

.test-payment-actions .test-failed-button {
    border-color: var(--danger);
    background: var(--danger);
}

.test-payment-actions .test-cancel-button {
    border-color: var(--border);
    background: transparent;
    color: var(--text);
}

.test-payment-actions .test-cancel-button:hover {
    border-color: var(--dark);
    background: var(--dark);
    color: #ffffff;
}

.payment-status-success {
    color: var(--success);
}

.payment-status-danger {
    color: var(--danger);
}

@media (max-width: 620px) {
    .cart-checkout-button {
        width: 100%;
        min-width: 0;
    }

    .payment-result-page {
        width: min(100% - 36px, 620px);
        padding: 50px 0 75px;
    }

    .payment-result-card {
        padding: 38px 22px;
    }

    .payment-order-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .payment-result-actions {
        flex-direction: column;
    }

    .payment-result-actions .btn,
    .payment-result-actions button {
        width: 100%;
    }
}

/* =========================================================
   RESPONSIVE HEADER + HERO CORRECTIONS
   ========================================================= */

.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--border);
    background: transparent;
    color: var(--text);
    cursor: pointer;
}

.menu-toggle:hover {
    border-color: var(--accent);
    background: transparent;
    color: var(--accent);
}

.menu-toggle:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

.menu-toggle-lines,
.menu-toggle-lines::before,
.menu-toggle-lines::after {
    display: block;
    width: 21px;
    height: 1px;
    background: currentColor;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

.menu-toggle-lines {
    position: relative;
}

.menu-toggle-lines::before,
.menu-toggle-lines::after {
    position: absolute;
    left: 0;
    content: "";
}

.menu-toggle-lines::before {
    top: -7px;
}

.menu-toggle-lines::after {
    top: 7px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines {
    background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before {
    top: 0;
    transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after {
    top: 0;
    transform: rotate(-45deg);
}

.home-hero {
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(470px, 0.92fr);
}

.home-hero-content {
    padding: clamp(48px, 5vw, 70px);
}

.home-hero-content h1 {
    max-width: 680px;
    font-size: clamp(48px, 4.65vw, 76px);
    line-height: 1.01;
    font-weight: normal;
    text-wrap: balance;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

@media (max-width: 1320px) {
    .home-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .home-hero > img {
        min-height: 470px;
        max-height: 650px;
    }

    .home-hero-content {
        padding: 70px 50px 80px;
    }

    .home-hero-content h1 {
        max-width: 720px;
        font-size: clamp(50px, 7vw, 76px);
    }
}

@media (max-width: 900px) {
    .site-header {
        position: relative;
        flex-direction: row;
        align-items: center;
        padding: 20px 24px;
    }

    .logo {
        min-width: 0;
    }

    .logo-title {
        font-size: 1.55rem;
    }

    .logo-subtitle {
        margin-top: 5px;
        font-size: 0.62rem;
    }

    .menu-toggle {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .main-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        max-height: calc(100vh - 88px);
        overflow-y: auto;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px 24px 24px;
        background: var(--surface);
        border-bottom: 1px solid var(--border);
        box-shadow: 0 16px 30px rgba(47, 41, 36, 0.08);
    }

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

    .main-nav > a,
    .main-nav .dropdown-title {
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid var(--border);
        font-size: 12px;
        text-align: left;
    }

    .main-nav .cart-link {
        border-bottom: 1px solid var(--border);
    }

    .nav-dropdown {
        width: 100%;
        text-align: left;
    }

    .dropdown-menu {
        position: static;
        display: flex;
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 4px 0 8px 16px;
        transform: none;
        background: transparent;
        border: none;
        box-shadow: none;
    }

    .dropdown-menu a {
        padding: 8px 0;
        color: var(--muted);
        font-size: 11px;
    }

    .home-hero > img {
        min-height: 390px;
    }

    .home-hero-content {
        padding: 58px 30px 68px;
    }

    .home-hero-content h1 {
        max-width: 680px;
        font-size: clamp(46px, 9vw, 68px);
    }
}

@media (max-width: 620px) {
    .site-header {
        padding: 17px 18px;
    }

    .logo-title {
        font-size: 1.3rem;
        letter-spacing: 0.17em;
    }

    .logo-subtitle {
        font-size: 0.56rem;
        letter-spacing: 0.12em;
    }

    .main-nav {
        max-height: calc(100vh - 78px);
        padding: 10px 20px 22px;
    }

    .home-hero > img {
        min-height: 320px;
    }

    .home-hero-content {
        padding: 46px 22px 58px;
    }

    .home-hero-content h1 {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: clamp(42px, 13vw, 58px);
        line-height: 0.98;
        text-wrap: pretty;
    }

    .home-hero-content > p:not(.eyebrow) {
        font-size: 16px;
        line-height: 1.7;
    }
}

/* =========================================================
   HERO FONT — CORMORANT GARAMOND
   ========================================================= */

.home-hero-content h1 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 300;
    letter-spacing: -0.02em;
}

@media (max-width: 620px) {
    .home-hero-content h1 {
        font-family: "Cormorant Garamond", Georgia, serif;
        font-weight: 300;
        letter-spacing: -0.02em;
    }
}

/* =========================================================
   MAIN TITLES — CORMORANT GARAMOND
   ========================================================= */

.page-heading h1,
.section-heading h2,
.artist-introduction-copy h2,
.contact-copy h2,
.about-copy h2,
.newsletter h2,
.product-detail-info h1,
.capsule-card-copy h2,
.cart-summary h2,
.empty-cart h2,
.checkout-section-heading h2,
.checkout-summary h2,
.payment-result-card h1 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 300;
    letter-spacing: -0.02em;
}

/* =========================================================
   CREATIVE PAUSE DETAIL PAGE
   ========================================================= */

.creative-pause-detail {
    width: min(1180px, calc(100% - 60px));
    margin: 0 auto;
    padding: 70px 0 110px;
}

.creative-pause-detail-layout {
    display: grid;
    grid-template-columns:
        minmax(320px, 540px)
        minmax(320px, 520px);
    gap: 70px;
    align-items: start;
    justify-content: center;
}

.creative-pause-detail-image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 28px;
    background: #f0ebe4;
}

.creative-pause-detail-image img {
    display: block;
    width: 100%;
    max-width: 480px;
    max-height: 640px;
    object-fit: contain;
}

.creative-pause-detail-copy {
    padding-top: 12px;
}

.creative-pause-detail-copy .eyebrow {
    margin-bottom: 14px;
}

.creative-pause-detail-copy h1 {
    max-width: 520px;
    margin: 0 0 18px;
    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.02em;
}

.creative-pause-detail-date {
    margin: 0 0 28px;
    color: var(--muted);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.creative-pause-detail-excerpt {
    max-width: 520px;
    margin: 0 0 28px;
    color: var(--text);
    font-size: 20px;
    line-height: 1.65;
}

.creative-pause-detail-content {
    max-width: 560px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.9;
}

.creative-pause-detail-content p {
    margin: 0 0 24px;
}

.creative-pause-back-link {
    display: inline-block;
    margin-top: 22px;
    padding-bottom: 4px;
    border-bottom: 1px solid currentColor;
    color: var(--text);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.creative-pause-back-link:hover {
    color: var(--accent);
}

@media (max-width: 900px) {
    .creative-pause-detail {
        width: min(100% - 40px, 720px);
        padding: 50px 0 85px;
    }

    .creative-pause-detail-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .creative-pause-detail-image {
        padding: 22px;
    }

    .creative-pause-detail-image img {
        max-height: 560px;
    }

    .creative-pause-detail-copy {
        padding-top: 0;
    }
}

@media (max-width: 620px) {
    .creative-pause-detail {
        width: min(100% - 32px, 620px);
        padding: 36px 0 65px;
    }

    .creative-pause-detail-layout {
        gap: 32px;
    }

    .creative-pause-detail-image {
        padding: 16px;
    }

    .creative-pause-detail-image img {
        max-height: 430px;
    }

    .creative-pause-detail-copy h1 {
        font-size: clamp(42px, 13vw, 58px);
    }

    .creative-pause-detail-excerpt {
        font-size: 18px;
    }

    .creative-pause-detail-content {
        font-size: 16px;
        line-height: 1.8;
    }
}

/* =========================================================
   HEADER LOGO IMAGE — FINAL
   ========================================================= */

.logo {
    flex: 0 0 auto;
    min-width: 0;
}

.logo a {
    display: block;
    line-height: 0;
}

.site-logo-image {
    display: block;
    width: 240px;
    max-width: none;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.site-header {
    padding-top: 18px;
    padding-bottom: 18px;
}

@media (max-width: 1150px) and (min-width: 901px) {
    .site-logo-image {
        width: 220px;
    }
}

@media (max-width: 900px) {
    .site-logo-image {
        width: 195px;
    }
}

@media (max-width: 620px) {
    .site-logo-image {
        width: 165px;
    }
}
/* =========================================================
   RESPONSIVE, OPTIMIZED IMAGES
   ========================================================= */

.responsive-picture {
    display: block;
    width: 100%;
    line-height: 0;
}

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

.home-hero-picture {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 680px;
    overflow: hidden;
    line-height: 0;
}

.home-hero-picture img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 680px;
    object-fit: cover;
}

.capsule-card > .responsive-picture img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: contain;
    background: #f0ebe4;
    padding: 20px;
}

.article-card img {
    object-fit: contain;
    background: #f0ebe4;
    padding: 18px;
}

.product-detail-image .responsive-picture,
.creative-pause-detail-image .responsive-picture {
    width: 100%;
}

@media (max-width: 1320px) {
    .home-hero-picture,
    .home-hero-picture img {
        min-height: 470px;
        max-height: 650px;
    }
}

@media (max-width: 900px) {
    .home-hero-picture,
    .home-hero-picture img {
        min-height: 390px;
    }

    .artist-introduction-image img,
    .about-image img,
    .contact-image img {
        width: 100%;
        height: auto;
        min-height: 0;
        object-fit: contain;
    }

    .contact-image {
        min-height: 0;
    }
}

@media (max-width: 620px) {
    .home-hero-picture {
        height: auto;
        min-height: 0;
        max-height: none;
        overflow: visible;
    }

    .home-hero-picture img {
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;
        object-fit: contain;
    }

    .capsule-card > .responsive-picture img {
        padding: 16px;
    }

    .article-card img {
        height: auto;
        max-height: 430px;
        object-fit: contain;
    }
}

/* =========================================================
   CONTACT IMAGE — MATCH FULL FORM HEIGHT
   ========================================================= */

@media (min-width: 901px) {
    .contact-image {
        height: 100%;
        overflow: hidden;
    }

    .contact-image .responsive-picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    .contact-image .responsive-picture img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* =========================================================
   PAGE HEADINGS — REMOVE REDUNDANT STUDIO EYEBROW
   ========================================================= */

.page-heading > .eyebrow {
    display: none;
}