:root {
    --ink: #080807;
    --charcoal: #12110f;
    --smoke: #24221f;
    --paper: #f6f1e8;
    --surface: #ffffff;
    --bone: #e8dece;
    --line: rgba(246, 241, 232, 0.16);
    --line-dark: rgba(8, 8, 7, 0.14);
    --muted: #81786d;
    --gold: #c7a45c;
    --rust: #a34e33;
    --sage: #69776b;
    --radius: 8px;
    --shadow: 0 28px 100px rgba(0, 0, 0, 0.26);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

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

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

.container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.skip-link:focus {
    z-index: 1000;
    top: 12px;
    left: 12px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    clip: auto;
    background: var(--gold);
    color: var(--ink);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(8, 8, 7, 0.92);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}

.header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 26px;
    align-items: center;
    min-height: 82px;
}

.brand {
    display: inline-flex;
    align-items: center;
}

.brand__logo {
    width: 126px;
    max-height: 64px;
    object-fit: contain;
}

.custom-logo {
    width: auto;
    max-height: 64px;
}

.primary-nav ul,
.site-footer ul {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-nav a {
    color: rgba(246, 241, 232, 0.76);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
    color: var(--gold);
}

.header-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.header-icon,
.cart-link,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.single_add_to_cart_button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 1px solid var(--gold);
    border-radius: var(--radius);
    background: var(--gold);
    color: var(--ink);
    font-weight: 800;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    cursor: pointer;
}

.header-icon {
    background: transparent;
    color: var(--paper);
    border-color: rgba(246, 241, 232, 0.3);
}

.cart-link__count {
    display: grid;
    min-width: 22px;
    height: 22px;
    margin-left: 8px;
    place-items: center;
    border-radius: 50%;
    background: var(--ink);
    color: var(--paper);
    font-size: 12px;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid rgba(246, 241, 232, 0.3);
    border-radius: var(--radius);
    background: transparent;
}

.nav-toggle span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--paper);
}

.hero {
    min-height: calc(100vh - 82px);
    padding: 64px 0 54px;
    background:
        radial-gradient(circle at 72% 34%, rgba(199, 164, 92, 0.22), transparent 31%),
        linear-gradient(135deg, var(--ink) 0%, var(--charcoal) 52%, #211d18 100%);
    color: var(--paper);
}

.hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(340px, 1.12fr);
    gap: 52px;
    align-items: center;
}

.hero__brand {
    width: 178px;
    margin-bottom: 24px;
}

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

.hero h1,
.section h2,
.collection-tile h2,
.entry-title {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: 0;
    line-height: 0.98;
}

.hero h1 {
    max-width: 780px;
    font-size: clamp(48px, 7vw, 96px);
}

.hero p:not(.eyebrow) {
    max-width: 640px;
    margin: 24px 0 0;
    color: rgba(246, 241, 232, 0.76);
    font-size: 19px;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.button--ghost {
    background: transparent;
    color: var(--paper);
    border-color: rgba(246, 241, 232, 0.36);
}

.button--ghost:hover,
.header-icon:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.hero__media {
    min-height: 560px;
}

.product-scene {
    position: relative;
    min-height: 560px;
}

.mockup-card {
    position: absolute;
    display: grid;
    overflow: hidden;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(246, 241, 232, 0.08);
    box-shadow: var(--shadow);
}

.mockup-card__tag {
    position: relative;
    z-index: 2;
    color: rgba(246, 241, 232, 0.7);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.mockup-card--hoodie {
    top: 0;
    right: 0;
    width: 68%;
    min-height: 430px;
}

.mockup-card--tee {
    left: 0;
    bottom: 20px;
    width: 46%;
    min-height: 320px;
    background: rgba(246, 241, 232, 0.95);
}

.mockup-card--tee .mockup-card__tag {
    color: var(--muted);
}

.garment {
    position: absolute;
    inset: 54px 18px 22px;
    display: grid;
    place-items: center;
}

.garment::before,
.garment::after {
    position: absolute;
    content: "";
    z-index: 0;
}

.garment--hoodie::before {
    width: min(76%, 340px);
    aspect-ratio: 0.82;
    border-radius: 44% 44% 16px 16px;
    background: #050505;
    border: 1px solid rgba(246, 241, 232, 0.12);
}

.garment--hoodie::after {
    top: 0;
    width: 118px;
    height: 72px;
    border: 18px solid #0d0d0c;
    border-bottom: 0;
    border-radius: 80px 80px 0 0;
}

.garment--tee::before {
    width: min(84%, 260px);
    aspect-ratio: 0.88;
    border-radius: 34px 34px 12px 12px;
    background: #161512;
}

.garment img {
    position: relative;
    z-index: 1;
    width: 42%;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.34));
}

.garment--tee img {
    width: 48%;
}

.hero-badge {
    position: absolute;
    right: 7%;
    bottom: 4px;
    display: grid;
    width: 148px;
    height: 148px;
    place-items: center;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--gold);
    color: var(--ink);
    box-shadow: var(--shadow);
    text-align: center;
}

.hero-badge img {
    width: 74px;
    filter: invert(1);
}

.hero-badge span {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.brand-strip {
    background: var(--gold);
    color: var(--ink);
}

.brand-strip__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    align-items: center;
}

.brand-strip span {
    padding: 18px 10px;
    border-left: 1px solid rgba(8, 8, 7, 0.18);
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.section {
    padding: 82px 0;
}

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

.section h2 {
    max-width: 760px;
    font-size: clamp(34px, 5.4vw, 72px);
}

.split > p {
    margin: 0;
    color: var(--muted);
    font-size: 19px;
}

.collection-panel {
    padding: 0 0 86px;
}

.collection-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.collection-tile {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    padding: 30px;
    border-radius: var(--radius);
    border: 1px solid var(--line-dark);
}

.collection-tile span {
    color: var(--gold);
    font-weight: 900;
}

.collection-tile h2 {
    max-width: 430px;
    margin-top: 96px;
    font-size: clamp(38px, 5vw, 64px);
}

.collection-tile p {
    max-width: 360px;
    color: inherit;
    opacity: 0.72;
}

.collection-tile img {
    position: absolute;
    right: -4%;
    bottom: -10%;
    width: 46%;
    opacity: 0.23;
}

.collection-tile--dark {
    background: var(--ink);
    color: var(--paper);
}

.collection-tile--light {
    background: #d9d1c4;
    color: var(--ink);
}

.collection-tile--light img {
    filter: invert(1);
    opacity: 0.18;
}

.section--shop {
    background: var(--surface);
    border-block: 1px solid var(--line-dark);
}

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

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

.feature {
    min-height: 260px;
    padding: 30px;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    background: var(--surface);
}

.feature span {
    color: var(--rust);
    font-weight: 900;
}

.feature h3 {
    margin: 70px 0 12px;
    font-size: 24px;
    line-height: 1.15;
}

.feature p {
    margin: 0;
    color: var(--muted);
}

.content-layout,
.commerce-main {
    padding: 70px 0;
}

.entry {
    max-width: 820px;
}

.entry-title {
    margin-bottom: 24px;
    font-size: clamp(38px, 7vw, 82px);
}

.entry-content a {
    color: var(--rust);
    text-decoration: underline;
}

.site-footer {
    padding: 64px 0 24px;
    background: var(--ink);
    color: var(--paper);
}

.site-footer p,
.site-footer a {
    color: rgba(246, 241, 232, 0.74);
}

.site-footer h2 {
    margin: 0 0 12px;
    color: var(--gold);
    font-size: 18px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.8fr 1fr;
    gap: 40px;
}

.brand__logo--footer {
    width: 156px;
    margin-bottom: 18px;
}

.footer-mark {
    width: 96px;
    margin-top: 18px;
    opacity: 0.56;
}

.site-footer ul {
    display: grid;
    justify-content: start;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 42px;
    padding-top: 20px;
    border-top: 1px solid rgba(246, 241, 232, 0.16);
    color: rgba(246, 241, 232, 0.62);
    font-size: 13px;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product {
    float: none;
    width: auto;
    margin: 0;
    padding: 14px;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    background: var(--surface);
}

.woocommerce ul.products li.product a img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    background: #eee8df;
    border-radius: calc(var(--radius) - 2px);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--ink);
    font-size: 17px;
    font-weight: 800;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--rust);
    font-weight: 900;
}

.woocommerce span.onsale {
    min-width: auto;
    min-height: auto;
    padding: 7px 10px;
    border-radius: var(--radius);
    background: var(--rust);
    line-height: 1;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top-color: var(--gold);
}

@media (max-width: 960px) {
    .header-inner {
        grid-template-columns: auto auto auto;
    }

    .nav-toggle {
        display: block;
        justify-self: end;
    }

    .primary-nav {
        display: none;
        grid-column: 1 / -1;
        padding-bottom: 18px;
    }

    .primary-nav.is-open {
        display: block;
    }

    .primary-nav ul {
        display: grid;
        justify-content: start;
        gap: 14px;
    }

    .header-actions {
        justify-self: end;
    }

    .header-icon {
        display: none;
    }

    .hero__grid,
    .split,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
        padding-top: 48px;
    }

    .hero__media,
    .product-scene {
        min-height: 470px;
    }

    .mockup-card--hoodie {
        width: 76%;
    }

    .brand-strip__inner,
    .feature-grid,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .container {
        width: min(100% - 28px, 1180px);
    }

    .brand__logo {
        width: 104px;
    }

    .cart-link {
        min-height: 40px;
        padding-inline: 12px;
    }

    .hero h1 {
        font-size: 46px;
    }

    .hero p:not(.eyebrow),
    .split > p {
        font-size: 17px;
    }

    .hero__media,
    .product-scene {
        min-height: 390px;
    }

    .mockup-card--hoodie {
        width: 82%;
        min-height: 310px;
    }

    .mockup-card--tee {
        width: 52%;
        min-height: 250px;
    }

    .hero-badge {
        width: 112px;
        height: 112px;
        right: 0;
    }

    .hero-badge img {
        width: 56px;
    }

    .brand-strip__inner,
    .collection-grid,
    .feature-grid,
    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .collection-tile {
        min-height: 350px;
    }

    .footer-bottom {
        display: grid;
    }
}
