:root {
    --ink: #171717;
    --muted: #66615d;
    --line: #e8e3dc;
    --paper: #fbfaf7;
    --soft: #f2eee8;
    --accent: #6f1f28;
    --accent-dark: #2a1114;
    --white: #ffffff;
    --max: 1180px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

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

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

.announcement {
    background: #211d1b;
    color: var(--white);
    font-size: 12px;
    letter-spacing: .08em;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(251, 250, 247, .96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(10px);
}

.nav-shell {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    max-width: var(--max);
    margin: 0 auto;
    min-height: 82px;
    padding: 0 28px;
}

.wordmark {
    align-items: center;
    display: inline-flex;
    font-weight: 700;
    font-size: 24px;
    justify-content: center;
    letter-spacing: .28em;
    text-indent: .28em;
}

.primary-nav ul {
    align-items: center;
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-nav a {
    color: #2d2a27;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.nav-left ul {
    justify-content: flex-start;
}

.nav-right ul {
    justify-content: flex-end;
}

.button {
    align-items: center;
    border: 1px solid var(--ink);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 44px;
    padding: 12px 20px;
}

.button.dark,
.nav-cta {
    background: var(--ink);
    color: var(--white);
}

.button.light {
    background: var(--white);
    border-color: var(--white);
    color: var(--ink);
}

.button.ghost {
    background: transparent;
}

.menu-toggle {
    display: none;
}

.hero {
    align-items: center;
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 56px;
    max-width: 1360px;
    margin: 0 auto;
    min-height: 720px;
    padding: 72px 28px 82px;
}

.hero-copy {
    max-width: 560px;
    padding-left: max(0px, calc((100vw - var(--max)) / 2));
}

.eyebrow {
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}

h1 {
    font-size: clamp(44px, 6vw, 78px);
    line-height: .98;
    margin-bottom: 24px;
}

h2 {
    font-size: clamp(28px, 4vw, 50px);
    line-height: 1.06;
    margin-bottom: 18px;
}

h3 {
    font-size: 22px;
    line-height: 1.2;
}

.hero-copy p:not(.eyebrow),
.section-head p,
.split-copy p,
.story-band p,
.product-info p,
.featured-product p {
    color: var(--muted);
    font-size: 17px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero-media img,
.split-media img,
.product-gallery > img {
    background: var(--soft);
    border: 1px solid var(--line);
    width: 100%;
}

.hero-media img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.section,
.split-section,
.product-detail,
.article-page {
    max-width: var(--max);
    margin: 0 auto;
    padding: 86px 28px;
}

.section.muted {
    max-width: none;
    background: var(--soft);
}

.section.muted > * {
    max-width: var(--max);
    margin-left: auto;
    margin-right: auto;
}

.section-head {
    max-width: 760px;
    margin-bottom: 38px;
}

.section-head.inline {
    align-items: end;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    max-width: none;
}

.category-grid,
.process-grid,
.product-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card,
.product-card,
.process-step,
.post-row {
    background: var(--white);
    border: 1px solid var(--line);
}

.category-card img,
.product-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.product-card {
    transition: transform .18s ease, border-color .18s ease;
}

.product-card:hover {
    border-color: #cfc4b6;
    transform: translateY(-3px);
}

.product-kicker {
    color: var(--accent);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    padding: 22px 22px 0;
    text-transform: uppercase;
}

.category-card div,
.product-card h2,
.product-card p {
    padding-left: 22px;
    padding-right: 22px;
}

.category-card div {
    padding-top: 22px;
    padding-bottom: 24px;
}

.product-card h2 {
    font-size: 21px;
    margin: 22px 0 8px;
}

.product-card p {
    color: var(--muted);
    padding-bottom: 26px;
}

.split-section {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 54px;
}

.check-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}

.check-list li {
    border-top: 1px solid var(--line);
    padding-top: 12px;
}

.process-step {
    padding: 28px;
}

.process-step span {
    color: var(--accent);
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 34px;
}

.story-band {
    align-items: end;
    background: var(--accent-dark);
    color: var(--white);
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 40px;
    padding: 56px;
}

.story-band .eyebrow,
.story-band p {
    color: #eadad5;
}

.product-detail {
    align-items: start;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 64px;
}

.commerce-detail {
    padding-top: 72px;
}

.commerce-gallery {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: 82px 1fr;
    position: sticky;
    top: 118px;
}

.gallery-rail {
    display: grid;
    gap: 12px;
    align-content: start;
}

.gallery-rail a {
    background: var(--soft);
    border: 1px solid var(--line);
    display: block;
    padding: 4px;
}

.gallery-rail a.is-active,
.gallery-rail a:hover {
    border-color: var(--ink);
}

.gallery-rail img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

.gallery-stage {
    background: #f4f1ec;
    border: 1px solid var(--line);
    min-height: 640px;
    position: relative;
}

.gallery-stage figure {
    align-items: center;
    background: #f4f1ec;
    bottom: 0;
    display: none;
    justify-items: center;
    left: 0;
    margin: 0;
    min-height: 640px;
    position: absolute;
    right: 0;
    top: 0;
}

.gallery-stage figure:first-child,
.gallery-stage figure:target {
    display: grid;
}

.gallery-stage:has(figure:target) figure:first-child:not(:target) {
    display: none;
}

.gallery-stage img {
    max-height: 640px;
    object-fit: contain;
    width: 100%;
}

.commerce-info {
    position: sticky;
    top: 118px;
}

.product-breadcrumb {
    align-items: center;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.commerce-info h1 {
    font-size: clamp(40px, 5vw, 72px);
    letter-spacing: 0;
    margin-bottom: 16px;
}

.product-subtitle {
    color: var(--ink);
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 20px;
}

.product-rating {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 26px;
}

.product-rating span,
.choice-row span {
    border: 1px solid var(--line);
    color: #3d3834;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 12px;
}

.size-row span {
    justify-content: center;
    min-width: 86px;
}

.product-summary {
    border-top: 1px solid var(--line);
    max-height: 250px;
    overflow: auto;
    padding-top: 24px;
}

.product-summary ul {
    display: grid;
    gap: 8px;
    margin: 20px 0 0;
    padding-left: 20px;
}

.option-block {
    border-top: 1px solid var(--line);
    padding: 22px 0;
}

.option-head {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.option-head span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.swatch-row,
.choice-row,
.commerce-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.swatch {
    border: 1px solid #bcb4ad;
    display: inline-block;
    height: 38px;
    width: 38px;
}

.swatch.black {
    background: #191817;
}

.swatch.deep-nude {
    background: #b88b73;
}

.swatch.light-nude {
    background: #dec0a6;
}

.commerce-actions .button {
    min-width: 180px;
}

.product-detail-tabs {
    padding-top: 74px;
    padding-bottom: 74px;
}

.detail-tab-grid {
    display: grid;
    gap: 38px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: var(--max);
    margin: 0 auto;
}

.detail-tab-grid h2,
.detail-tab-grid h3 {
    margin-bottom: 14px;
}

.page-hero {
    max-width: var(--max);
    margin: 0 auto;
    padding: 86px 28px 28px;
}

.page-hero.compact h1 {
    font-size: clamp(40px, 5vw, 68px);
}

.spec-list {
    display: grid;
    gap: 0;
    margin: 30px 0;
}

.spec-list div {
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 20px;
    padding: 14px 0;
}

.spec-list dt {
    color: var(--muted);
    font-weight: 700;
}

.spec-list dd {
    margin: 0;
}

.content-page,
.article-content {
    max-width: 820px;
}

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

.product-strip {
    padding-top: 34px;
}

.empty-note {
    color: var(--muted);
}

.article-page h1 {
    font-size: clamp(38px, 5vw, 64px);
}

.post-list {
    display: grid;
    gap: 18px;
}

.post-row {
    padding: 28px;
}

.site-footer {
    background: var(--ink);
    color: var(--white);
}

.footer-cta,
.footer-grid,
.footer-bottom {
    max-width: var(--max);
    margin: 0 auto;
    padding-left: 28px;
    padding-right: 28px;
}

.footer-cta {
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 30px;
    padding-top: 58px;
    padding-bottom: 58px;
}

.footer-cta h2 {
    max-width: 720px;
    margin-bottom: 16px;
}

.footer-intro {
    color: #d6d0c8;
    max-width: 560px;
}

.inquiry-form {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    padding: 24px;
    width: 100%;
}

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

.inquiry-form label {
    display: grid;
    gap: 7px;
    margin-bottom: 14px;
}

.inquiry-form span {
    color: #f2eee8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form textarea {
    background: rgba(255, 255, 255, .95);
    border: 1px solid transparent;
    color: var(--ink);
    font: inherit;
    min-height: 44px;
    outline: none;
    padding: 11px 13px;
    width: 100%;
}

.inquiry-form textarea {
    min-height: 120px;
    resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
    border-color: #f5c0a8;
    box-shadow: 0 0 0 3px rgba(245, 192, 168, .18);
}

.inquiry-form .button {
    cursor: pointer;
    width: 100%;
}

.notice {
    margin: 0 0 16px;
    padding: 11px 13px;
}

.notice.success {
    background: #e7f6ec;
    color: #155724;
}

.notice.error {
    background: #fdecea;
    color: #8a1f17;
}

.hp-field {
    left: -9999px;
    position: absolute;
}

.footer-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    padding-top: 52px;
    padding-bottom: 42px;
}

.footer-grid a {
    color: #d6d0c8;
    display: block;
    margin-bottom: 10px;
}

.footer-grid p,
.footer-bottom {
    color: #d6d0c8;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .18);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 24px;
}

@media (max-width: 900px) {
    .nav-shell {
        grid-template-columns: 1fr auto;
    }

    .menu-toggle {
        background: transparent;
        border: 1px solid var(--ink);
        display: inline-flex;
        padding: 10px 14px;
    }

    .primary-nav {
        display: none;
    }

    .nav-left.is-open {
        display: block;
        grid-column: 1 / -1;
        padding-bottom: 20px;
    }

    .primary-nav ul {
        align-items: flex-start;
        flex-direction: column;
    }

    .nav-right {
        display: none;
    }

    .wordmark {
        justify-content: flex-start;
        font-size: 20px;
        text-indent: 0;
    }

    .hero,
    .split-section,
    .featured-product,
    .product-detail,
    .story-band,
    .detail-tab-grid {
        grid-template-columns: 1fr;
    }

    .commerce-gallery,
    .commerce-info {
        position: static;
    }

    .commerce-gallery {
        grid-template-columns: 1fr;
    }

    .gallery-rail {
        display: flex;
        overflow-x: auto;
        order: 2;
        padding-bottom: 4px;
    }

    .gallery-rail a {
        flex: 0 0 72px;
    }

    .gallery-stage figure {
        min-height: 420px;
    }

    .gallery-stage {
        min-height: 420px;
    }

    .commerce-info h1 {
        font-size: clamp(38px, 12vw, 56px);
    }

    .hero {
        min-height: 0;
        padding-top: 46px;
    }

    .hero-copy {
        padding-left: 0;
    }

    .category-grid,
    .process-grid,
    .product-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .section-head.inline,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-cta,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .story-band {
        padding: 34px;
    }

    .spec-list div {
        grid-template-columns: 1fr;
        gap: 2px;
    }
}
