﻿/* ==========================================================
PRESTIGE / LUXURY DTC HOME (2026 retail style)
- editorial typography
- generous whitespace
- thin rules
- muted palette, no gradients, no pills, no emojis
- micro-interactions (underline / subtle lift)
========================================================== */
:root {
    --bg: #fbfaf8;
    --surface: #ffffff;
    --ink: #111111;
    --muted: rgba(17,17,17,.62);
    --muted2: rgba(17,17,17,.45);
    --line: rgba(17,17,17,.14);
    --lineSoft: rgba(17,17,17,.08);
    --max: 1240px;
    --gutter: 18px;
    --serif: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, Garamond, serif;
    --sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    --btn: #111111;
    --btnHover: #000000;
    --shadow: 0 18px 50px rgba(0,0,0,.08);
    --shadowSoft: 0 10px 26px rgba(0,0,0,.06);
}

body {
    background: var(--bg);
    color: var(--ink);
}

.l-wrap {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 var(--gutter);
}

/* Top announcement */
.l-announce {
    border-bottom: 1px solid var(--lineSoft);
    background: rgba(251,250,248,.92);
    backdrop-filter: blur(10px);
}

.l-announce__inner {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 600 .86rem/1 var(--sans);
    letter-spacing: .02em;
    color: var(--muted);
}

.l-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
}

.l-action {
    text-decoration: none;
    color: var(--muted);
    font: 800 .90rem/1 var(--sans);
    letter-spacing: .02em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: color .15s ease;
}

    .l-action:hover {
        color: var(--ink);
    }

    .l-action i {
        font-size: 1.05rem;
    }

/* Hero */
.l-hero {
    padding: 34px 0 18px 0;
}

.l-hero__grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 18px;
    align-items: stretch;
}

@media (max-width: 992px) {
    .l-hero__grid {
        grid-template-columns: 1fr;
    }
}

.l-hero__panel {
    background: var(--surface);
    border: 1px solid var(--lineSoft);
    box-shadow: var(--shadowSoft);
}

.l-hero__copy {
    padding: 34px 32px;
}

.l-kicker {
    font: 800 .82rem/1 var(--sans);
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
}

.l-title {
    margin: 14px 0 0 0;
    font: 700 2.65rem/1.03 var(--serif);
    letter-spacing: -.02em;
    color: var(--ink);
}

.l-desc {
    margin: 14px 0 0 0;
    color: var(--muted);
    font: 500 1.02rem/1.55 var(--sans);
    max-width: 62ch;
}

.l-cta {
    margin-top: 22px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.l-btn {
    border: 1px solid var(--btn);
    background: var(--btn);
    color: #fff;
    text-decoration: none;
    font: 800 .92rem/1 var(--sans);
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .92rem 1.25rem;
    border-radius: 0;
    transition: background .15s ease, border-color .15s ease;
}

    .l-btn:hover {
        background: var(--btnHover);
        border-color: var(--btnHover);
        color: #fff;
    }

.l-btn--ghost {
    background: transparent;
    color: var(--ink);
    border-color: var(--line);
}

    .l-btn--ghost:hover {
        background: rgba(17,17,17,.03);
        border-color: rgba(17,17,17,.35);
        color: var(--ink);
    }

.l-hero__image {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    background: #f2f1ee;
}

    .l-hero__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: saturate(.95) contrast(1.02);
        transform: scale(1.01);
    }

    .l-hero__image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,.16), rgba(0,0,0,0));
        pointer-events: none;
    }

.l-hero__imageCaption {
    position: absolute;
    left: 18px;
    bottom: 16px;
    color: rgba(255,255,255,.92);
    font: 700 .86rem/1.2 var(--sans);
    letter-spacing: .06em;
    text-transform: uppercase;
    z-index: 2;
}

/* Section */
.l-section {
    padding: 20px 0;
}

.l-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.l-head__title {
    margin: 0;
    font: 700 1.55rem/1.1 var(--serif);
    letter-spacing: -.02em;
}

.l-head__sub {
    margin: 6px 0 0 0;
    color: var(--muted);
    font: 500 .96rem/1.4 var(--sans);
    max-width: 68ch;
}

.l-head__link {
    text-decoration: none;
    color: var(--muted);
    font: 800 .88rem/1 var(--sans);
    letter-spacing: .06em;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
}

    .l-head__link:hover {
        color: var(--ink);
        border-bottom-color: rgba(17,17,17,.35);
    }

/* Collections grid */
.l-collections {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

@media (max-width: 992px) {
    .l-collections {
        grid-template-columns: repeat(2, 1fr);
    }
}

.l-col {
    background: var(--surface);
    border: 1px solid var(--lineSoft);
    text-decoration: none;
    color: var(--ink);
    display: block;
    overflow: hidden;
    box-shadow: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .l-col:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadowSoft);
        border-color: rgba(17,17,17,.18);
    }

.l-col__img {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f2f1ee;
    border-bottom: 1px solid var(--lineSoft);
    object-fit: cover;
    display: block;
}

.l-col__body {
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.l-col__name {
    margin: 0;
    font: 800 .95rem/1 var(--sans);
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(17,17,17,.88);
}

.l-col__cta {
    color: var(--muted2);
    font: 700 .88rem/1 var(--sans);
    letter-spacing: .06em;
    text-transform: uppercase;
}

/* Featured products grid */
.l-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

@media (max-width: 1200px) {
    .l-products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .l-products {
        grid-template-columns: repeat(2, 1fr);
    }
}

.l-p {
    background: var(--surface);
    border: 1px solid var(--lineSoft);
    text-decoration: none;
    color: var(--ink);
    display: block;
    overflow: hidden;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

    .l-p:hover {
        transform: translateY(-2px);
        border-color: rgba(17,17,17,.18);
        box-shadow: var(--shadowSoft);
    }

.l-p__img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #f2f1ee;
    border-bottom: 1px solid var(--lineSoft);
    display: block;
}

.l-p__body {
    padding: 14px;
}

.l-p__name {
    margin: 0;
    font: 650 1.03rem/1.18 var(--serif);
    letter-spacing: -.01em;
    min-height: 2.35em;
}

.l-p__price {
    margin-top: 10px;
    font: 900 .95rem/1 var(--sans);
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(17,17,17,.82);
}

/* Lookbook / editorial band */
.l-band {
    margin: 28px 0 6px 0;
    background: var(--surface);
    border: 1px solid var(--lineSoft);
    box-shadow: var(--shadowSoft);
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}

@media (max-width: 992px) {
    .l-band {
        grid-template-columns: 1fr;
    }
}

.l-band__img {
    min-height: 320px;
    background: #f2f1ee;
}

    .l-band__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: saturate(.95) contrast(1.02);
    }

.l-band__copy {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.l-band__title {
    margin: 0;
    font: 700 1.85rem/1.12 var(--serif);
    letter-spacing: -.02em;
}

.l-band__text {
    margin: 0;
    color: var(--muted);
    font: 500 1rem/1.6 var(--sans);
}

.l-band__link {
    margin-top: 6px;
    display: inline-block;
    text-decoration: none;
    color: var(--ink);
    font: 900 .86rem/1 var(--sans);
    letter-spacing: .10em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(17,17,17,.35);
    padding-bottom: 2px;
    width: fit-content;
}

    .l-band__link:hover {
        border-bottom-color: rgba(17,17,17,.65);
    }

/* Utility */
.l-rule {
    height: 1px;
    background: var(--lineSoft);
    margin: 14px 0;
}

.l-p__price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 10px;
    font-family: var(--sans);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.price-list {
    color: rgba(17,17,17,.45);
    text-decoration: line-through;
    font-weight: 700;
    font-size: .90rem;
}

.price-sale {
    color: rgba(17,17,17,.88);
    font-weight: 900;
    font-size: .95rem;
}

.price-off {
    color: rgba(17,17,17,.70);
    font-weight: 800;
    font-size: .78rem;
    letter-spacing: .12em;
}

/* Parent buttons in nav */
.l-menu--parents {
    gap: 14px;
    padding: 0 8px;
}

.l-parentBtn {
    border: 0;
    background: transparent;
    color: rgba(17,17,17,.62);
    font: 800 .90rem/1 var(--sans);
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 6px 0;
    border-bottom: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    cursor: pointer;
    transition: color .15s ease, border-color .15s ease;
}

    .l-parentBtn:hover {
        color: var(--ink);
        border-bottom-color: rgba(17,17,17,.35);
    }

    .l-parentBtn.active {
        color: var(--ink);
        border-bottom-color: rgba(17,17,17,.65);
    }

    .l-parentBtn.no-children .l-caret {
        display: none;
    }

.l-caret {
    font-size: .95rem;
    opacity: .7;
}

/* Subnav row */
.l-subnav {
    border-top: 1px solid var(--lineSoft);
    background: rgba(251,250,248,.92);
    backdrop-filter: blur(10px);
}

.l-subnav__inner {
    height: 50px;
    display: flex;
    align-items: center;
    gap: 14px;
    overflow-x: auto;
    padding: 0 18px;
    scrollbar-width: thin;
}

    .l-subnav__inner::-webkit-scrollbar {
        height: 4px;
    }

    .l-subnav__inner::-webkit-scrollbar-thumb {
        background: rgba(17,17,17,.18);
    }

/* Child links */
.l-childLink {
    text-decoration: none;
    color: rgba(17,17,17,.55);
    font: 750 .88rem/1 var(--sans);
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 6px 0;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
    transition: color .15s ease, border-color .15s ease;
}

    .l-childLink:hover {
        color: var(--ink);
        border-bottom-color: rgba(17,17,17,.35);
    }

    .l-childLink.all {
        color: rgba(17,17,17,.72);
    }

.l-parentLink {
    text-decoration: none;
    border: 0;
    background: transparent;
    color: rgba(17,17,17,.62);
    font: 800 .90rem/1 var(--sans);
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 6px 0;
    border-bottom: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    cursor: pointer;
    transition: color .15s ease, border-color .15s ease;
}

    .l-parentLink:hover {
        color: var(--ink);
        border-bottom-color: rgba(17,17,17,.35);
    }

    .l-parentLink.active {
        color: var(--ink);
        border-bottom-color: rgba(17,17,17,.65);
    }

/**********************************************************************/
/* Legal/Info */
/**********************************************************************/
.legal-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    line-height: 1.7;
}

    .legal-section h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }

.legal-updated {
    font-size: 14px;
    color: #888;
    margin-bottom: 30px;
}

.legal-section h2 {
    font-size: 20px;
    margin-top: 30px;
}

.legal-section ul {
    padding-left: 20px;
}

/* Contact */
.contact-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.contact-desc {
    color: #666;
    margin-bottom: 30px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.contact-info {
    background: #f8f9fa;
    padding: 24px;
    border-radius: 12px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.contact-form button {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background: #111;
    color: #fff;
    border: none;
    cursor: pointer;
}

    .contact-form button:hover {
        background: #333;
    }

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

/* Not Found */
.nf-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 16px;
}

.nf-card {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 16px;
    padding: 32px 22px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    text-align: center;
}

.nf-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 38px;
    border-radius: 999px;
    background: rgba(0,0,0,.06);
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 14px;
}

.nf-title {
    font-size: 34px;
    margin: 0 0 10px;
}

.nf-sub {
    max-width: 640px;
    margin: 0 auto 20px;
    color: #666;
    line-height: 1.7;
}

.nf-search {
    margin: 18px auto 14px;
    max-width: 520px;
}

.nf-search-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.nf-input {
    flex: 1;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 12px;
    padding: 12px 14px;
    outline: none;
}

    .nf-input:focus {
        border-color: rgba(0,0,0,.28);
    }

.nf-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.nf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 14px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    min-width: 130px;
}

.nf-btn-primary {
    background: #111;
    color: #fff;
}

    .nf-btn-primary:hover {
        background: #2a2a2a;
        color: #fff;
    }

.nf-btn-ghost {
    background: rgba(0,0,0,.06);
    color: #111;
}

    .nf-btn-ghost:hover {
        background: rgba(0,0,0,.10);
        color: #111;
    }

.nf-btn-outline {
    background: #fff;
    border-color: rgba(0,0,0,.18);
    color: #111;
}

    .nf-btn-outline:hover {
        border-color: rgba(0,0,0,.30);
        color: #111;
    }

.nf-hr {
    margin: 22px auto;
    border: none;
    border-top: 1px solid rgba(0,0,0,.08);
    max-width: 720px;
}

.nf-links {
    text-align: left;
    max-width: 720px;
    margin: 0 auto;
}

.nf-links-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.nf-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.nf-link {
    display: block;
    padding: 12px 12px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.10);
    text-decoration: none;
    color: #111;
    background: #fff;
}

    .nf-link:hover {
        border-color: rgba(0,0,0,.22);
        background: rgba(0,0,0,.02);
        color: #111;
    }

.nf-note {
    text-align: center;
    color: #777;
    margin-top: 14px;
    font-size: 14px;
}

@media (max-width: 640px) {
    .nf-card {
        padding: 26px 16px;
    }

    .nf-title {
        font-size: 28px;
    }

    .nf-links-grid {
        grid-template-columns: 1fr;
    }

    .nf-search-form {
        flex-direction: column;
    }

    .nf-btn {
        width: 100%;
    }

    .nf-input {
        width: 100%;
    }
}

/* ==========================================================
   iShop Layout: Main / Left / Right
   Fixed rule:
   - no side       = existing container layout
   - left only     = Left 20% + Main 80%
   - right only    = Main 80% + Right 20%
   - left + right  = Left 20% + Main 60% + Right 20%
========================================================== */

.ishop-page-stage {
    width: 100%;
    max-width: var(--max);
    margin: 0 auto;
    padding: 0;
    display: grid;
    gap: 0;
    align-items: start;
    box-sizing: border-box;
}

    .ishop-page-stage.has-left-only {
        grid-template-columns: 20% 80%;
    }

    .ishop-page-stage.has-right-only {
        grid-template-columns: 80% 20%;
    }

    .ishop-page-stage.has-left.has-right {
        grid-template-columns: 20% 60% 20%;
    }

.ishop-layout-main {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

.ishop-layout-side {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    color: var(--ink);
    font-family: var(--sans);
    font-size: .95rem;
    line-height: 1.5;
}

.ishop-side-inner {
    width: 100%;
    box-sizing: border-box;
}

/* Main column must fill its assigned 80% or 60% column */
.ishop-has-side-layout .ishop-layout-main > .l-wrap:first-child,
.ishop-has-side-layout .ishop-layout-main .l-wrap,
.ishop-has-side-layout .ishop-layout-main > .container:first-child,
.ishop-has-side-layout .ishop-layout-main .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Side column must stay inside its assigned 20% column */
.ishop-layout-side .l-wrap,
.ishop-layout-side .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ishop-has-side-layout .ishop-layout-main .l-hero:first-child,
.ishop-has-side-layout .ishop-layout-main .l-section:first-child,
.ishop-layout-side .l-section:first-child {
    padding-top: 0;
}

.ishop-layout-side .l-products,
.ishop-layout-side .l-collections {
    grid-template-columns: 1fr;
    gap: 12px;
}

.ishop-layout-side .l-head {
    display: block;
}

.ishop-layout-side .l-head__title {
    font-size: 1.15rem;
}

.ishop-layout-side .l-head__sub {
    font-size: .86rem;
}

.ishop-layout-side .l-p__name {
    font-size: .92rem;
}

.ishop-layout-side .l-p__body,
.ishop-layout-side .l-col__body {
    padding: 10px;
}

@media (max-width: 991.98px) {
    .ishop-page-stage,
    .ishop-page-stage.has-left-only,
    .ishop-page-stage.has-right-only,
    .ishop-page-stage.has-left.has-right {
        grid-template-columns: minmax(0, 1fr);
        padding-left: var(--gutter);
        padding-right: var(--gutter);
    }

    .ishop-layout-left {
        order: 1;
    }

    .ishop-layout-main {
        order: 2;
    }

    .ishop-layout-right {
        order: 3;
    }
}

@media (max-width: 640px) {
    .ishop-page-stage,
    .ishop-page-stage.has-left-only,
    .ishop-page-stage.has-right-only,
    .ishop-page-stage.has-left.has-right {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* ==========================================================
   iShop Layout Override
   Make RenderBody content fill #main fully
   and normalize background color.
========================================================== */

html,
body,
#iShopBody,
#content {
    background: #ffffff;
}

/* Layout outer wrapper */
#content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

    /* Keep selected radix layout centered */
    #content .radix_boxton,
    #content .radix_boxton_3x,
    #content .radix_3x_rolph,
    #content .radix_moscone,
    #content .radix_moscone_flipped {
        background: #ffffff;
    }

    /* Header, main, bottom background unified */
    #content #header,
    #content #main,
    #content #bottom {
        background: #ffffff;
    }

        /* The important part:
   RenderBody already contains <main class="main"><div class="wrap">...</div></main>.
   This must fill #main instead of using another max-width.
*/
        #content #main > .main {
            width: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0;
            background: #ffffff;
        }

            #content #main > .main > .wrap {
                width: 100%;
                max-width: 100%;
                margin: 0;
                padding-left: 0;
                padding-right: 0;
            }

        /* Hero should also fill the assigned main area */
        #content #main .hero,
        #content #main .hero-image,
        #content #main .hero-main-image {
            width: 100%;
            max-width: 100%;
        }

            #content #main .hero-image img,
            #content #main img.hero-main-image {
                width: 100%;
                max-width: 100%;
                display: block;
            }

        /* Remove unexpected top spacing caused by nested main/wrap */
        #content #main > .main .hero:first-child {
            margin-top: 0;
        }

        /* Footer should match layout width */
        #content #bottom .bottom {
            background: #ffffff;
        }