/* ============================================================
   Weaving Threads — editorial homepage (.wt-home-v2)
   ============================================================ */

.wt-home-v2 {
    --wt-cream: #f4eee6;
    --wt-ivory: #fbf7f1;
    --wt-ink: #2a221c;
    --wt-ink-soft: #5c4f44;
    --wt-muted: #7a7168;
    --wt-line: #e7dfd4;
    --wt-display: "Cormorant Garamond", Georgia, serif;
    --wt-wide: 1440px;
    --wt-copy: 1180px;
    background: #fff;
    color: var(--wt-ink);
    overflow-x: hidden;
}

.wt-home-v2 a:focus-visible,
.wt-home-v2 button:focus-visible,
.wt-home-v2 summary:focus-visible {
    outline: 2px solid var(--wt-ink);
    outline-offset: 3px;
}

.wt-kicker {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wt-ink-soft);
}

.wt-display {
    font-family: var(--wt-display);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--wt-ink);
    margin: 0;
    overflow: visible;
}

.wt-lede {
    margin: 14px 0 0;
    max-width: 42ch;
    font-size: 16px;
    line-height: 1.6;
    color: var(--wt-muted);
}

.wt-text-link {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wt-ink);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
}

.wt-text-link:hover {
    opacity: 0.7;
}

.wt-btn--ink {
    background: var(--wt-ink);
    color: #fff;
    border-color: var(--wt-ink);
    border-radius: 0;
    letter-spacing: 0.12em;
    font-size: 12px;
}

.wt-btn--ink:hover,
.wt-btn--ink:focus-visible {
    background: transparent;
    color: var(--wt-ink);
}

.wt-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 32px;
}

.wt-section-head .wt-display {
    font-size: clamp(1.7rem, 3vw, 2.55rem);
    max-width: 22ch;
}

/* Product cards on the editorial home */
.wt-home-v2 .wt-product-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.wt-home-v2 .wt-product-card:hover {
    transform: none;
    box-shadow: none;
}

.wt-home-v2 .wt-product-card__info {
    padding: 14px 0 0;
    text-align: left;
}

.wt-home-v2 .wt-product-card__title {
    font-size: 14px;
    font-weight: 500;
    min-height: 0;
    letter-spacing: 0.01em;
}

.wt-home-v2 .wt-product-card__price {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.wt-home-v2 .wt-product-card__badge {
    border-radius: 0;
    background: var(--wt-ink);
}

.wt-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 16px;
}

/* Promise strip */
.wt-body main.wt-home.wt-home-v2 > section.wt-promise {
    padding: 0;
    background: var(--wt-ivory);
}

.wt-promise__intro {
    max-width: 720px;
    margin: 0 auto;
    padding: 54px 24px 0;
    text-align: center;
}

.wt-promise__title {
    font-family: var(--wt-display);
    font-weight: 400;
    font-size: clamp(26px, 3.2vw, 40px);
    letter-spacing: 0.005em;
    line-height: 1.22;
    color: var(--wt-ink);
    margin: 0;
    text-wrap: balance;
}

/* Hairline flourish under the heading, matching the editorial tone */
.wt-promise__title::after {
    content: "";
    display: block;
    width: 46px;
    height: 1px;
    margin: 18px auto 0;
    background: var(--wt-line);
}

.wt-promise__lede {
    margin: 16px auto 0;
    max-width: 52ch;
    font-size: 15px;
    line-height: 1.7;
    color: var(--wt-muted);
}

@media (max-width: 640px) {
    .wt-promise__intro {
        padding: 36px 20px 0;
    }

    .wt-promise__lede {
        font-size: 14px;
    }
}

.wt-promise__list {
    list-style: none;
    max-width: var(--wt-copy);
    margin: 0 auto;
    padding: 28px 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 16px;
    align-items: start;
}

.wt-promise__list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wt-ink);
    padding: 4px 8px;
    white-space: normal;
    line-height: 1.35;
    position: relative;
}

.wt-promise__list li i {
    font-size: 18px;
    line-height: 1;
    color: var(--base-color, #ae6729);
}

.wt-promise__list li + li::before {
    display: none;
}

/* Mood mosaic */
.wt-mood {
    background: #fff;
}

.wt-mood__intro,
.wt-atelier__intro {
    max-width: var(--wt-copy);
    margin: 0 auto;
    padding: 48px 24px 20px;
}

.wt-mood__intro .wt-display,
.wt-atelier__intro .wt-display,
.wt-wear .wt-display,
.wt-made .wt-display,
.wt-faq .wt-display,
.wt-crafts .wt-display {
    font-size: clamp(1.8rem, 3.2vw, 2.7rem);
}

.wt-mood__mosaic {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    grid-template-rows: minmax(280px, 1fr) minmax(280px, 1fr);
    min-height: 580px;
    height: auto;
    gap: 8px;
    padding: 0 8px 8px;
}

.wt-mood__tile {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    min-height: 280px;
    background: #d9cfc3;
}

.wt-mood__tile::before,
.wt-mood__tile::after {
    content: none !important;
    display: none !important;
    background: none !important;
    opacity: 0 !important;
}

.wt-mood__tile--lead {
    grid-row: 1 / span 2;
    min-height: 580px;
}

.wt-mood__tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    transform: scale(1.02);
    transition: transform 0.6s ease;
}

.wt-mood__tile:hover,
.wt-mood__tile:focus-visible {
    color: #fff;
    background: #d9cfc3;
}

.wt-mood__tile:hover img {
    transform: scale(1.05);
}

.wt-mood__veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(20, 14, 10, 0.18) 0%, rgba(20, 14, 10, 0.08) 28%, rgba(20, 14, 10, 0.78) 100%);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.wt-mood__tile:hover .wt-mood__veil {
    opacity: 1;
    background:
        linear-gradient(180deg, rgba(20, 14, 10, 0.22) 0%, rgba(20, 14, 10, 0.12) 28%, rgba(20, 14, 10, 0.84) 100%);
}

.wt-mood__copy {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    max-width: 36ch;
    padding: 28px 12px 4px 4px;
    background: linear-gradient(180deg, rgba(20, 14, 10, 0) 0%, rgba(20, 14, 10, 0.28) 38%, rgba(20, 14, 10, 0.22) 100%);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.wt-mood__title {
    font-family: var(--wt-display);
    font-size: clamp(1.7rem, 2.6vw, 2.6rem);
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
}

.wt-mood__text {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    opacity: 1;
}

.wt-mood__cta {
    margin-top: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

/* Bestsellers */
.wt-best {
    background: var(--wt-ivory);
}

.wt-best__inner,
.wt-wear__inner,
.wt-made__inner,
.wt-faq__inner,
.wt-crafts__inner,
.wt-lookbook__inner {
    max-width: var(--wt-copy);
    margin: 0 auto;
    padding: 56px 24px;
}

.wt-body main.wt-home.wt-home-v2 > section.wt-best,
.wt-body main.wt-home.wt-home-v2 > section.wt-featured,
.wt-body main.wt-home.wt-home-v2 > section.wt-wear,
.wt-body main.wt-home.wt-home-v2 > section.wt-made,
.wt-body main.wt-home.wt-home-v2 > section.wt-faq,
.wt-body main.wt-home.wt-home-v2 > section.wt-lookbook {
    padding: 0;
}

/* Featured carousel */
.wt-featured {
    position: relative;
    background:
        radial-gradient(ellipse 90% 70% at 50% 0%, rgba(253, 53, 139, 0.05), transparent 58%),
        linear-gradient(180deg, #fff 0%, var(--wt-ivory) 100%);
    border-top: 1px solid var(--wt-line);
    border-bottom: 1px solid var(--wt-line);
    overflow: hidden;
}

.wt-featured::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(231, 223, 212, 0.35) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: 0.35;
    pointer-events: none;
}

.wt-featured__inner {
    position: relative;
    z-index: 1;
    max-width: var(--wt-wide);
    margin: 0 auto;
    padding: 56px 24px 64px;
}

.wt-featured__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 32px;
    max-width: 720px;
}

.wt-featured__head .wt-display {
    font-size: clamp(1.9rem, 3.4vw, 2.8rem);
    max-width: 14ch;
}

.wt-featured__head .wt-lede {
    margin-top: 12px;
    max-width: 46ch;
}

.wt-featured__shop-link {
    flex-shrink: 0;
    margin-bottom: 6px;
}

.wt-featured .wt-v2-carousel-wrap--featured {
    margin: 0 -8px;
    padding: 8px 8px 0;
}

.wt-featured .wt-v2-carousel {
    overflow: visible;
}

.wt-featured .wt-v2-carousel .swiper-slide {
    height: auto;
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.wt-featured .wt-v2-carousel .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.88;
}

.wt-featured .wt-v2-carousel .swiper-slide-active {
    transform: translateY(-4px);
}

.wt-featured .wt-product-card {
    background: #fff;
    border: 1px solid var(--wt-line);
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(42, 34, 28, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.wt-featured .swiper-slide-active .wt-product-card {
    border-color: rgba(42, 34, 28, 0.14);
    box-shadow: 0 18px 44px rgba(42, 34, 28, 0.12);
}

.wt-featured .wt-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 48px rgba(42, 34, 28, 0.14);
}

.wt-featured .wt-product-card__image {
    background: #f7f2eb;
}

.wt-featured .wt-product-card__badge {
    background: var(--wt-ink);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 9px;
    padding: 5px 10px;
}

.wt-featured .wt-product-card__info {
    padding: 16px 14px 18px;
}

.wt-featured .wt-v2-carousel__nav {
    top: 36%;
    left: 0;
    right: 0;
}

.wt-featured .wt-v2-carousel__btn {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(42, 34, 28, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(42, 34, 28, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.wt-featured .wt-v2-carousel__btn:hover {
    background: var(--wt-ink);
    color: #fff;
    border-color: var(--wt-ink);
}

/* Story */
.wt-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    min-height: 0;
    background: var(--wt-ink);
    color: #f6f1ea;
}

.wt-story__media {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    background: var(--wt-ink);
}

.wt-story__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.wt-lookbook__media img,
.wt-atelier__cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wt-story__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 4vw, 48px);
    max-width: 520px;
}

.wt-story__copy .wt-kicker {
    color: rgba(246, 241, 234, 0.7);
}

.wt-story__copy .wt-display {
    color: #f6f1ea;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    margin-bottom: 16px;
}

.wt-story__copy p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(246, 241, 234, 0.82);
    margin: 0 0 16px;
}

.wt-story .wt-btn--ink {
    margin-top: 12px;
    align-self: flex-start;
    background: #f6f1ea;
    color: var(--wt-ink);
    border-color: #f6f1ea;
}

.wt-story .wt-btn--ink:hover {
    background: transparent;
    color: #f6f1ea;
}

/* Crafts */
.wt-crafts {
    background: #fff;
    scroll-margin-top: 96px;
}

.wt-crafts__row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.wt-crafts__tile {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--wt-ink);
    background: var(--wt-ivory);
    overflow: hidden;
}

.wt-crafts__tile img {
    width: 100%;
    aspect-ratio: 4 / 5;
    height: auto;
    min-height: 0;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.wt-crafts__tile:hover img {
    transform: scale(1.03);
}

.wt-crafts__panel {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 8px 16px;
}

.wt-crafts__name {
    font-family: var(--wt-display);
    font-size: 1.35rem;
    font-weight: 500;
}

.wt-crafts__text {
    font-size: 13px;
    line-height: 1.5;
    color: var(--wt-muted);
}

.wt-crafts__cta {
    margin-top: 4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* Collections */
.wt-lookbook {
    background: var(--wt-ivory);
    scroll-margin-top: 96px;
}

.wt-lookbook__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr);
}

.wt-lookbook__grid--1 {
    max-width: 460px;
}

.wt-lookbook__grid--2,
.wt-lookbook__grid--3 {
    max-width: none;
}

.wt-lookbook__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wt-lookbook__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wt-lookbook-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
    color: var(--wt-ink);
    text-decoration: none;
    overflow: hidden;
}

.wt-lookbook-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #ebe3d6;
}

.wt-lookbook-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    display: block;
    transition: transform 0.5s ease;
}

.wt-lookbook-card:hover .wt-lookbook-card__media img {
    transform: scale(1.04);
}

.wt-lookbook-card__veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 14, 12, 0.04) 42%, rgba(20, 14, 12, 0.62) 100%);
    pointer-events: none;
}

.wt-lookbook-card__copy {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
}

.wt-lookbook-card__label {
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wt-lookbook-card__name {
    font-family: var(--wt-display);
    font-size: clamp(1.6rem, 2.4vw, 2.15rem);
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 10px;
}

.wt-lookbook-card__cta {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
}

.wt-lookbook-card__pairs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 8px 8px 0;
    background: #fff;
}

.wt-lookbook-card__pair {
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    background: #f3ebe0;
}

.wt-lookbook-card__pair img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    display: block;
}

.wt-lookbook-card__panel {
    display: block;
    padding: 14px 16px 18px;
    background: #fff;
}

.wt-lookbook-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.55;
    color: var(--wt-muted);
}

/* Made with care — image-led atelier cards */
.wt-made {
    background:
        linear-gradient(180deg, #fff 0%, var(--wt-ivory) 28%, var(--wt-ivory) 100%);
    border-top: 1px solid var(--wt-line);
}

.wt-made__head {
    max-width: 36rem;
}

.wt-made__head .wt-display {
    font-size: clamp(2rem, 3.6vw, 3rem);
}

.wt-made__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 18px;
    margin-top: 36px;
}

.wt-made-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
    border: 1px solid var(--wt-line);
}

.wt-made-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #ebe3d6;
}

.wt-made-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    transition: transform 0.55s ease;
}

.wt-made-card:hover .wt-made-card__media img {
    transform: scale(1.05);
}

.wt-made-card__index {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    font-family: var(--wt-display);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: var(--wt-ink);
    background: rgba(251, 247, 241, 0.92);
    padding: 6px 10px 5px;
    line-height: 1;
}

.wt-made-card__body {
    padding: 18px 18px 20px;
}

.wt-made-card__body h3 {
    font-family: var(--wt-display);
    font-size: 1.45rem;
    font-weight: 500;
    margin: 0 0 8px;
}

.wt-made-card__body p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--wt-muted);
}

/* Atelier mosaic */
.wt-atelier {
    background: var(--wt-ink);
    color: #f6f1ea;
}

.wt-atelier .wt-kicker,
.wt-atelier .wt-lede {
    color: rgba(246, 241, 234, 0.7);
}

.wt-atelier .wt-display {
    color: #f6f1ea;
}

.wt-atelier__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 0 6px;
}

.wt-atelier__grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wt-atelier__cell {
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #1a1612;
}

.wt-atelier__cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0.92;
}

.wt-atelier__cell--invite {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 22px 20px 24px;
    background: #f6f1ea;
    color: var(--wt-ink);
    text-decoration: none;
    aspect-ratio: 4 / 5;
}

.wt-atelier__cell--invite:hover {
    background: #fff;
}

.wt-atelier__invite-kicker {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wt-ink-soft);
}

.wt-atelier__invite-title {
    font-family: var(--wt-display);
    font-size: clamp(1.6rem, 2vw, 2.1rem);
    font-weight: 500;
    line-height: 1.1;
    max-width: 8ch;
}

.wt-atelier__invite-cta {
    margin-top: auto;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-bottom: 1px solid currentColor;
    align-self: flex-start;
    padding-bottom: 3px;
}

.wt-atelier__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 28px;
    padding: 36px 24px 64px;
    max-width: var(--wt-copy);
    margin: 0 auto;
}

.wt-atelier .wt-btn--ink {
    background: #f6f1ea;
    color: var(--wt-ink);
    border-color: #f6f1ea;
}

.wt-atelier .wt-btn--ink:hover {
    background: transparent;
    color: #f6f1ea;
}

.wt-atelier .wt-text-link {
    color: #f6f1ea;
}

/* How to wear */
.wt-wear {
    background: var(--wt-ivory);
}

.wt-wear__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-top: 36px;
}

.wt-wear__card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 28px 24px;
    background: #fff;
    text-decoration: none;
    color: var(--wt-ink);
    min-height: 200px;
    border: 1px solid transparent;
    transition: border-color 0.25s ease, transform 0.25s ease;
    grid-column: span 2;
}

.wt-wear__card:nth-child(4),
.wt-wear__card:nth-child(5) {
    grid-column: span 3;
}

.wt-wear__card:hover {
    border-color: var(--wt-line);
    transform: translateY(-2px);
}

.wt-wear__card h3 {
    font-family: var(--wt-display);
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0;
}

.wt-wear__card p {
    margin: 0;
    flex: 1;
    font-size: 14px;
    line-height: 1.55;
    color: var(--wt-muted);
}

.wt-wear__card span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* FAQ */
.wt-faq {
    background: #fff;
}

.wt-faq__inner {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 48px;
    align-items: start;
}

.wt-faq__intro p {
    margin: 14px 0 0;
    color: var(--wt-muted);
    max-width: 32ch;
    line-height: 1.6;
}

.wt-faq__item {
    border-top: 1px solid var(--wt-line);
}

.wt-faq__item:last-child {
    border-bottom: 1px solid var(--wt-line);
}

.wt-faq__item summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 36px 18px 0;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.wt-faq__item summary::-webkit-details-marker {
    display: none;
}

.wt-faq__item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 16px;
    font-family: var(--wt-display);
    font-size: 22px;
    line-height: 1;
}

.wt-faq__item[open] summary::after {
    content: "–";
}

.wt-faq__item p {
    margin: 0 0 18px;
    padding-right: 8%;
    font-size: 14px;
    line-height: 1.7;
    color: var(--wt-muted);
}

.wt-faq__item a {
    color: var(--wt-ink);
}

/* Closing band */
.wt-finale {
    width: 100%;
    background: var(--wt-ink);
    color: #f6f1ea;
}

.wt-finale__inner {
    max-width: var(--wt-copy);
    margin: 0 auto;
    padding: 72px 24px;
}

.wt-finale .wt-kicker {
    color: rgba(246, 241, 234, 0.62);
}

.wt-finale .wt-display {
    color: #f6f1ea;
    font-size: clamp(2rem, 4vw, 3rem);
    max-width: 14ch;
    margin-bottom: 16px;
}

.wt-finale p {
    max-width: 46ch;
    margin: 0 0 28px;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(246, 241, 234, 0.78);
}

.wt-finale__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 28px;
}

.wt-finale .wt-btn--ink {
    background: #f6f1ea;
    color: var(--wt-ink);
    border-color: #f6f1ea;
}

.wt-finale .wt-btn--ink:hover {
    background: transparent;
    color: #f6f1ea;
}

.wt-finale .wt-text-link {
    color: #f6f1ea;
}

@media (max-width: 1199px) {
    .wt-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wt-made__grid,
    .wt-atelier__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wt-wear__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wt-wear__card,
    .wt-wear__card:nth-child(4),
    .wt-wear__card:nth-child(5) {
        grid-column: auto;
    }

    .wt-wear__card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    .wt-mood__mosaic,
    .wt-story,
    .wt-faq__inner {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        min-height: 0;
        height: auto;
    }

    .wt-mood__mosaic {
        height: auto;
    }

    .wt-mood__tile,
    .wt-mood__tile--lead {
        grid-row: auto;
        min-height: 320px;
        height: auto;
        aspect-ratio: 4 / 5;
    }

    .wt-lookbook-card__copy {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .wt-lookbook-card__name {
        font-size: 1.55rem;
    }

    .wt-story__media {
        min-height: 360px;
        height: 380px;
        max-height: none;
    }

    .wt-story__media img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: contain;
    }

    .wt-mood__intro,
    .wt-atelier__intro {
        padding: 36px 20px 16px;
    }

    .wt-best__inner,
    .wt-featured__inner,
    .wt-wear__inner,
    .wt-made__inner,
    .wt-faq__inner,
    .wt-crafts__inner,
    .wt-lookbook__inner {
        padding: 44px 20px;
    }

    .wt-section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 24px;
        width: 100%;
    }

    .wt-featured__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 24px;
        max-width: none;
    }

    .wt-featured__shop-link {
        margin-bottom: 0;
    }

    .wt-featured .wt-v2-carousel__nav {
        top: 30%;
    }

    .wt-section-head > div,
    .wt-section-head .wt-display,
    .wt-lede,
    .wt-finale .wt-display,
    .wt-finale p {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .wt-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 10px;
    }

    .wt-crafts__row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wt-wear__grid {
        grid-template-columns: 1fr;
    }

    .wt-made__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 10px;
        margin-top: 24px;
    }

    .wt-made-card__body {
        padding: 14px 14px 16px;
    }

    .wt-made-card__body h3 {
        font-size: 1.25rem;
    }

    .wt-made-card__body p {
        font-size: 13px;
    }

    .wt-atelier__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wt-promise__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 22px 16px;
        gap: 22px 8px;
    }

    .wt-promise__list li {
        padding: 0 6px;
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .wt-promise__list li i {
        font-size: 17px;
    }

    .wt-mood__copy {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .wt-home-v2 .wt-product-card__title {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }

    .wt-lookbook__grid--2,
    .wt-lookbook__grid--3 {
        grid-template-columns: 1fr;
    }

    .wt-lookbook-card__name {
        font-size: 1.7rem;
    }

    .wt-best__inner,
    .wt-featured__inner,
    .wt-wear__inner,
    .wt-made__inner,
    .wt-faq__inner,
    .wt-crafts__inner,
    .wt-lookbook__inner {
        padding: 32px 16px;
    }

    .wt-finale__inner {
        padding: 48px 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wt-home-v2 *,
    .wt-home-v2 *::before,
    .wt-home-v2 *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .wt-mood__tile:hover img,
    .wt-crafts__tile:hover img,
    .wt-atelier__cell:hover img,
    .wt-lookbook-card:hover .wt-lookbook-card__media img {
        transform: none;
    }
}
