:root {
    --ink: #171717;
    --muted: #6a6a6a;
    --line: #d2d2d2;
    --paper: #fff;
    --serif: 'NotoSerifDisplay', Georgia, serif;
    --sans: 'Inter', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 18px/1.35 var(--sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; }
.site-shell { width: 100%; max-width: 1660px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.fw-serif { font-family: var(--serif); font-weight: 500; }
.fw-italic { font-family: var(--serif); font-style: italic; font-weight: 500; }
.muted { color: var(--muted); }

/* Header */
.site-header { height: 76px; background: #fff; border-bottom: 1px solid #ddd; position: relative; z-index: 30; }
.site-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-brand, .site-footer-brand { color: var(--ink); text-decoration: none; font-weight: 800; font-size: 39px; line-height: 1; letter-spacing: -1.6px; white-space: nowrap; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(24px, 3vw, 50px); }
.site-nav > a { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 500; line-height: 76px; position: relative; white-space: nowrap; }
.site-nav > a:not(.site-search)::after { content: ''; height: 2px; background: var(--ink); position: absolute; left: 0; right: 100%; bottom: 25px; transition: right .2s ease; }
.site-nav > a:hover::after, .site-nav > a.active::after { right: 0; }
.site-nav .site-language { margin-left: 4px; }
.site-search { width: 30px; height: 30px; display: grid; place-items: center; line-height: 1 !important; }
.site-search svg { width: 27px; height: 27px; }
.mobile-menu-toggle { display: none; }

/* Footer */
.site-footer { margin-top: 100px; min-height: 270px; background: #151515; color: #fff; padding: 54px 0 27px; }
.site-footer-main { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.site-footer-brand { color: #fff; font-size: 37px; }
.site-footer-links { display: flex; align-items: center; gap: 46px; font-size: 14px; font-weight: 500; }
.site-footer-links > a { text-decoration: none; }
.site-footer-socials { display: flex; align-items: center; gap: 28px; }
.site-footer-socials a, .site-footer-socials svg { display: block; width: 28px; height: 28px; color: #fff; }
.site-footer-copy { color: #858585; text-align: center; margin-top: 75px; font-size: 17px; }

/* Shared title and hero */
.fw-breadcrumb { color: #a0a0a0; font-size: 18px; margin-bottom: 22px; }
.fw-breadcrumb a { text-decoration: none; }
.fw-page-head { padding-top: 62px; padding-bottom: 44px; }
.fw-page-title { margin: 0; font: 500 62px/1.05 var(--serif); letter-spacing: -.8px; }
.fw-hero { height: clamp(510px, 44vw, 665px); color: #fff; background: #171717 center/cover no-repeat; position: relative; overflow: hidden; }
.fw-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 42%, rgba(0,0,0,.82)); }
.fw-hero-inner { height: 100%; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; padding-top: 52px; padding-bottom: 54px; }
.fw-hero .fw-breadcrumb { position: absolute; top: 58px; left: 32px; color: rgba(255,255,255,.58); }
.fw-hero-date { color: rgba(255,255,255,.5); font-size: 16px; margin-bottom: 20px; }
.fw-hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.fw-hero-title { margin: 0; max-width: 980px; font: 500 62px/1.07 var(--serif); color: #fff; }
.fw-share { display: flex; align-items: center; gap: 38px; padding-bottom: 3px; white-space: nowrap; font-size: 16px; }
.fw-share a, .fw-share button { color: #fff; background: none; border: 0; border-bottom: 1px solid #fff; padding: 0 0 9px; font: inherit; cursor: pointer; text-decoration: none; }
.fw-share .is-copied::before { content: 'Copied '; }
.fb-share-icon { display: inline-grid; place-items: center; width: 16px; height: 16px; margin-left: 7px; border-radius: 50%; background: #fff; color: #111; font: 700 12px/1 Arial,sans-serif; }
.link-share-icon { display: inline-block; position: relative; width: 17px; height: 14px; margin-left: 7px; vertical-align: -2px; transform: rotate(-38deg); }
.link-share-icon::before, .link-share-icon::after { content: ''; position: absolute; width: 9px; height: 5px; border: 1.5px solid #fff; border-radius: 5px; }
.link-share-icon::before { left: 0; top: 4px; }.link-share-icon::after { right: 0; top: 4px; }

/* Home */
.home-page { padding-top: 20px; }
.home-lead-image { width: 100%; aspect-ratio: 1313/605; object-fit: cover; }
.home-lead-title { margin: 14px 0 0; font: 500 62px/1.08 var(--serif); }
.home-feature-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.home-feature { color: var(--ink); text-decoration: none; }
.home-feature img, .home-feature-placeholder { width: 100%; aspect-ratio: 424/237; object-fit: cover; background: #efede9; }
.home-feature-placeholder { display: grid; place-items: center; padding: 35px; text-align: center; font-weight: 800; font-size: 24px; }
.home-feature-title { display: block; margin-top: 18px; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.2; }
.fw-section { margin-top: 100px; }
.fw-section-head { display: flex; justify-content: space-between; align-items: baseline; gap: 25px; margin-bottom: 38px; }
.fw-section-title { margin: 0; font: 500 52px/1.08 var(--serif); }
.fw-more { text-decoration: none; font-size: 18px; border-bottom: 1px solid var(--ink); padding-bottom: 8px; white-space: nowrap; }
.fw-more span { margin-left: 10px; }
.collection-card-grid, .brand-card-grid, .news-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 22px; }
.collection-card, .brand-card, .news-card { display: block; color: var(--ink); text-decoration: none; min-width: 0; }
.collection-card-image { position: relative; }
.collection-card img { width: 100%; aspect-ratio: 388/546; object-fit: cover; }
.collection-card h3, .news-card h3 { margin: 20px 0 0; font: 500 25px/1.18 var(--sans); text-transform: uppercase; }
.collection-card p, .news-card time { margin: 18px 0 0; color: var(--muted); font-size: 20px; }
.gallery-mark { position: absolute; right: 18px; bottom: 18px; width: 40px; height: 40px; border-radius: 50%; background: rgba(50,50,50,.5); color: #fff; display: grid; place-items: center; font-size: 18px; }
.partner-logo-row { display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 80px; min-height: 150px; }
.partner-logo-row img { max-width: 230px; max-height: 100px; margin: auto; object-fit: contain; }
.home-video { display: block; width: 100%; position: relative; background: #000; }
.home-video img { width: 100%; aspect-ratio: 16/7.2; object-fit: cover; opacity: .88; }
.play-button { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 84px; height: 84px; border-radius: 50%; background: rgba(0,0,0,.62); color: #fff; display: grid; place-items: center; font-size: 34px; padding-left: 5px; }
.brand-card { position: relative; background: #111; color: #fff; }
.brand-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; opacity: .92; }
.brand-card::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.9)); }
.brand-card-name { position: absolute; z-index: 1; left: 28px; bottom: 26px; font-size: 27px; line-height: 1.1; text-transform: uppercase; max-width: 80%; }

/* News */
.news-feature { position: relative; display: block; color: #fff; text-decoration: none; }
.news-feature img { width: 100%; aspect-ratio: 1560/720; object-fit: cover; }
.news-feature::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.9)); }
.news-feature-title { position: absolute; z-index: 1; left: 58px; bottom: 52px; max-width: 650px; font: italic 500 44px/1.18 var(--serif); }
.news-card img { width: 100%; aspect-ratio: 1/1.32; object-fit: cover; }
.news-card h3 { font-size: 24px; }
.news-card time { display: block; font-size: 18px; }
.news-wide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 80px 0; }
.news-wide-grid .news-card img { aspect-ratio: 1/1; }

/* Article */
.article-shell { max-width: 760px; margin: 0 auto; padding: 82px 0 110px; }
.article-intro { font-size: 18px; line-height: 1.45; margin-bottom: 55px; }
.article-intro::first-letter { float: left; font: 500 104px/.75 var(--serif); padding-right: 13px; padding-top: 12px; }
.article-body { font-size: 18px; line-height: 1.44; }
.article-body p { margin: 0 0 26px; }
.article-body h2 { margin: 70px 0 24px; font: 500 44px/1.12 var(--serif); }
.article-body h3 { margin: 55px 0 18px; font: 500 26px/1.15 var(--sans); text-transform: uppercase; }
.article-body blockquote { margin: 64px 0 32px 80px; font: italic 500 39px/1.16 var(--serif); }
.article-body blockquote p { margin: 0; }
.article-body img { width: 100%; height: auto; margin: 55px 0; }
.article-gallery { margin: 55px 0; position: relative; min-height: 720px; background: #111; }
.article-gallery [data-gallery-item] { display: none; width: 100%; height: 760px; object-fit: cover; }
.article-gallery [data-gallery-item].is-active { display: block; }
.gallery-arrow { position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(0,0,0,.6); color: #fff; cursor: pointer; }
.gallery-arrow.prev { left: 20px; }.gallery-arrow.next { right: 20px; }
.gallery-count { position: absolute; bottom: 20px; left: 50%; z-index: 2; transform: translateX(-50%); background: rgba(0,0,0,.65); color: #fff; border-radius: 20px; padding: 8px 16px; font-size: 14px; }

/* Brand index */
.brands-layout { display: grid; grid-template-columns: 440px minmax(0,1fr); gap: 30px; align-items: start; }
.brands-index { border: 1px solid var(--line); padding: 46px 26px; position: sticky; top: 20px; max-height: 970px; overflow: auto; }
.brands-index-search { display: flex; border-bottom: 1px solid var(--line); padding-bottom: 14px; margin-bottom: 30px; }
.brands-index-search input { min-width: 0; flex: 1; border: 0; outline: 0; font: inherit; color: var(--muted); }
.brands-index-search svg { width: 25px; height: 25px; }
.brands-alpha-group h3 { margin: 28px 0 12px; width: 27px; border-bottom: 1px solid; font: 500 30px/1.2 var(--sans); }
.brands-alpha-group a { display: block; text-decoration: none; text-transform: uppercase; margin: 0 0 10px; }
.brands-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px 15px; }
.designer-tile { text-decoration: none; text-align: center; min-width: 0; }
.designer-tile img { width: 100%; aspect-ratio: 259/337; object-fit: cover; }
.designer-tile strong { display: block; margin-top: 13px; font-size: 18px; font-weight: 500; text-transform: uppercase; }
.designer-tile span { display: block; color: var(--muted); margin-top: 3px; font-size: 17px; }

/* Brand detail */
.designer-profile { padding-top: 58px; }
.designer-profile-top { display: grid; grid-template-columns: 1fr .92fr; gap: 85px; align-items: start; }
.designer-profile-info { min-height: 930px; display: flex; flex-direction: column; }
.designer-profile-name { font: 500 62px/1 var(--serif); margin: 25px 0 34px; text-transform: uppercase; }
.designer-role { font-size: 16px; text-transform: uppercase; }
.designer-bio { margin-top: auto; max-width: 760px; font-size: 18px; line-height: 1.26; }
.designer-logo-social { margin-top: 45px; padding-top: 35px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.designer-logo-social img { max-width: 180px; max-height: 70px; object-fit: contain; }
.designer-socials { display: flex; gap: 28px; font-size: 25px; }
.designer-socials a { text-decoration: none; }
.designer-profile-photo { width: 100%; aspect-ratio: 700/930; object-fit: cover; }

/* Collections */
.collection-filters { display: flex; gap: 70px; margin: 25px 0 52px; }
.collection-filters select { min-width: 130px; border: 0; border-bottom: 1px solid var(--ink); padding: 8px 28px 10px 0; background: transparent; font: inherit; }
.collection-detail { padding-top: 62px; }
.collection-detail-top { display: grid; grid-template-columns: 35% 65%; min-height: 890px; }
.collection-sidebar { padding-right: 9%; display: flex; flex-direction: column; }
.collection-sidebar h1 { font: 500 62px/1 var(--serif); text-transform: uppercase; margin: 24px 0 160px; }
.collection-season { font-size: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.collection-designer { display: flex; align-items: center; gap: 22px; padding: 36px 0; }
.collection-designer img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.collection-about { border-top: 1px solid var(--line); padding-top: 28px; margin-top: 110px; font-size: 14px; text-transform: uppercase; }
.collection-stage { position: relative; background: #eee; overflow: hidden; }
.collection-stage [data-gallery-item] { display: none; width: 75%; height: 890px; object-fit: cover; }
.collection-stage [data-gallery-item].is-active { display: block; }
.collection-stage [data-gallery-item].is-active + [data-gallery-item] { display: block; position: absolute; left: 76%; top: 0; opacity: .32; }
.collection-photo-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.collection-photo-grid a { position: relative; display: block; }
.collection-photo-grid img { width: 100%; aspect-ratio: 3/4.2; object-fit: cover; }

/* Schedule */
.schedule-wrap { max-width: 860px; margin: 70px auto 0; }
.schedule-tabs { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); margin-bottom: 90px; overflow-x: auto; }
.schedule-tabs a { color: var(--muted); text-decoration: none; white-space: nowrap; padding: 0 0 20px; font-size: 16px; }
.schedule-tabs a.active { color: var(--ink); border-bottom: 3px solid var(--ink); }
.schedule-day { margin-bottom: 78px; }
.schedule-day h2 { margin: 0 0 34px; font: italic 500 44px/1.1 var(--serif); text-transform: uppercase; }
.schedule-row { display: grid; grid-template-columns: 120px 1.5fr 1.3fr 1fr; gap: 22px; padding: 22px 0; border-top: 1px solid var(--line); font-size: 18px; line-height: 1.1; text-transform: uppercase; }

/* Partners */
.partners-layout { display: grid; grid-template-columns: 420px 1fr; gap: 80px; padding-top: 100px; }
.partners-intro h2 { margin: 0 0 30px; font: italic 500 44px/1.1 var(--serif); }
.partners-intro p { max-width: 340px; }
.partners-group { margin-bottom: 75px; }
.partners-group h2 { font: 500 26px/1.1 var(--sans); margin: 0; padding-bottom: 25px; border-bottom: 1px solid var(--line); text-transform: uppercase; }
.partners-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 70px; padding-top: 40px; }
.partner-card { text-decoration: none; }
.partner-card img { width: 100%; height: 80px; object-fit: contain; object-position: left center; margin-bottom: 28px; }
.partner-card p { font-size: 16px; line-height: 1.15; }

/* Contacts / business editable layouts */
.contacts-layout { display: grid; grid-template-columns: 430px 1fr; gap: 70px; padding: 96px 50px 100px; }
.contact-list h3 { margin: 0 0 14px; font: 500 24px/1.1 var(--sans); text-transform: uppercase; }
.contact-list p { margin: 0 0 58px; }
.contact-list a { text-underline-offset: 4px; }
.contact-map img { width: 100%; aspect-ratio: 2/1.08; object-fit: cover; }
.map-placeholder { width: 100%; aspect-ratio: 2/1.08; display: grid; place-items: center; background: linear-gradient(135deg,#f2f2f2 0 48%,#ddd 48% 51%,#f7f7f7 51% 100%); border: 1px solid #eee; color: #111; }
.map-placeholder span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: #111; color: #fff; font-size: 0; }
.map-placeholder span::after { content: ''; width: 16px; height: 16px; border-radius: 50%; background: #fff; }
.contact-map h3 { font: 500 24px/1.1 var(--sans); text-transform: uppercase; }
.contact-map p { color: var(--muted); }
.business-body { padding: 78px 0 120px; }
.business-grid { display: grid; grid-template-columns: 34% 1fr; gap: 85px; margin-bottom: 100px; }
.business-side-title { font-size: 26px; text-transform: uppercase; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.business-main h2 { margin: 0 0 26px; font: italic 500 44px/1.08 var(--serif); }
.business-main h3 { font: 500 25px/1.18 var(--sans); text-transform: uppercase; }
.speaker-grid { grid-column: 1/-1; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.speaker-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.speaker-card h3 { margin: 18px 0 10px; font: 500 24px/1.1 var(--sans); text-transform: uppercase; }
.speaker-card p { font-size: 17px; }
.ticket-button { display: inline-block; background: var(--ink); color: #fff; padding: 13px 28px; margin: 20px 12px 20px 0; text-decoration: none; }

/* Search */
.search-page-head { max-width: 440px; margin: 62px auto 82px; }
.search-page-head .fw-breadcrumb { text-align: center; }
.search-page-head h1 { white-space: nowrap; }
.search-line { display: flex; border-bottom: 1px solid var(--ink); margin-top: 64px; }
.search-line input { flex: 1; border: 0; outline: 0; padding: 12px 0; font: inherit; }
.search-line button { border: 0; background: none; }
.search-line svg { width: 28px; height: 28px; }

.load-more-wrap { text-align: center; margin-top: 80px; }
.load-more { text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 8px; }

@media (max-width: 1200px) {
    .site-brand { font-size: 30px; }
    .site-nav { gap: 20px; }
    .brands-layout { grid-template-columns: 300px 1fr; }
    .brands-grid { grid-template-columns: repeat(3,1fr); }
    .designer-profile-top { gap: 40px; }
}

@media (max-width: 900px) {
    body { font-size: 16px; }
    .site-shell { padding-left: 18px; padding-right: 18px; }
    .site-header { height: 66px; }
    .site-brand { font-size: 24px; }
    .mobile-menu-toggle { display: block; width: 34px; height: 34px; border: 0; background: none; position: relative; }
    .mobile-menu-toggle span { position: absolute; left: 4px; right: 4px; height: 2px; background: var(--ink); top: 12px; }
    .mobile-menu-toggle span + span { top: 21px; }
    .site-nav { display: none; position: fixed; inset: 66px 0 0; background: #fff; padding: 40px 22px; flex-direction: column; align-items: flex-start; gap: 0; }
    .site-nav.is-open { display: flex; }
    .site-nav > a { width: 100%; line-height: 54px; font-size: 19px; }
    .site-nav > a::after { display: none; }
    .site-footer-main, .site-footer-links { align-items: flex-start; flex-direction: column; }
    .site-footer-brand { font-size: 27px; }
    .site-footer-links { gap: 22px; }
    .home-lead-title, .fw-page-title, .fw-hero-title, .designer-profile-name, .collection-sidebar h1 { font-size: 42px; }
    .fw-section-title { font-size: 38px; }
    .home-feature-grid, .collection-card-grid, .news-card-grid, .brand-card-grid { grid-template-columns: repeat(2,1fr); }
    .partner-logo-row { grid-template-columns: repeat(2,1fr); gap: 40px; }
    .brands-layout, .designer-profile-top, .collection-detail-top, .partners-layout, .contacts-layout, .business-grid { grid-template-columns: 1fr; }
    .brands-index { display: none; }
    .brands-grid { grid-template-columns: repeat(2,1fr); }
    .designer-profile-info { min-height: 0; }
    .designer-bio { margin-top: 60px; }
    .collection-sidebar h1 { margin-bottom: 45px; }
    .collection-about { margin-top: 30px; }
    .collection-stage { margin-top: 35px; }
    .collection-photo-grid { grid-template-columns: repeat(2,1fr); }
    .schedule-row { grid-template-columns: 70px 1fr; }
    .schedule-row > *:nth-child(3), .schedule-row > *:nth-child(4) { color: var(--muted); }
    .partners-list, .speaker-grid { grid-template-columns: repeat(2,1fr); }
    .article-shell { padding-left: 22px; padding-right: 22px; }
    .article-body blockquote { margin-left: 0; font-size: 32px; }
}

@media (max-width: 560px) {
    .home-feature-grid, .collection-card-grid, .news-card-grid, .brand-card-grid, .brands-grid, .partners-list, .speaker-grid { grid-template-columns: 1fr; }
    .home-lead-title, .fw-page-title, .fw-hero-title, .designer-profile-name, .collection-sidebar h1 { font-size: 34px; }
    .fw-hero { height: 520px; }
    .fw-hero-bottom { display: block; }
    .fw-share { margin-top: 35px; }
    .news-feature-title { left: 20px; bottom: 25px; font-size: 30px; }
    .article-gallery { min-height: 500px; }
    .article-gallery [data-gallery-item] { height: 500px; }
    .news-wide-grid { grid-template-columns: 1fr; }
}
