:root {
  --color-black: #000;
  --color-white: #fff;
  --color-pink: #F39800;
  --color-charcoal: #262626;
  --color-grey-50: #f7f7f7;
  --color-grey-300: #a3a3a3;
  --color-grey-500: #747474;
  --color-overlay: rgba(0, 0, 0, .28);
  --font-sans: "Montserrat", "Noto Sans SC", sans-serif;
  --radius-button: 5px;
  --header-announcement: 29px;
  --header-mobile: 42px;
  --header-desktop: 100px;
  --page-gutter: 15px;
  --transition-fast: .2s ease;
  --transition-media: .45s cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--color-black); background: var(--color-white); font-family: var(--font-sans); font-size: 14px; line-height: 1.8; }
body.is-locked { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, ul { margin-top: 0; }
ul { list-style: none; padding: 0; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 15px 20px 14px; border: 1px solid var(--color-pink); border-radius: var(--radius-button); font-size: 12px; font-weight: 700; line-height: 18px; text-transform: uppercase; transition: color var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast); }
.button--pink { color: var(--color-white); background: var(--color-pink); }
.button--pink:hover, .button--pink:focus-visible { color: var(--color-black); background: var(--color-white); border-color: var(--color-white); }

/* ---------- Header ---------- */
.site-header { position: absolute; z-index: 50; top: 0; right: 0; left: 0; color: var(--color-black); }
.site-header.is-scrolled .site-header__bar { box-shadow: 0 4px 18px rgba(0, 0, 0, .08); }
.announcement { height: var(--header-announcement); overflow: hidden; color: var(--color-white); background: var(--color-black); font-size: 9px; font-weight: 500; line-height: var(--header-announcement); text-align: center; }
.announcement__track { display: flex; width: 400%; height: 100%; transition: transform .45s ease; }
.announcement__track > * { flex: 0 0 25%; }
.announcement__track a { transition: color var(--transition-fast); }
.announcement__track a:hover { color: var(--color-pink); }
.site-header__bar { position: relative; display: grid; height: var(--header-mobile); grid-template-columns: 44px 1fr 44px; align-items: center; padding: 0 12px; background: var(--color-white); transition: background var(--transition-fast), box-shadow var(--transition-fast); }
.site-header__menu-button, .site-header__utilities button, .site-header__utilities a { display: inline-flex; width: 35px; height: 35px; align-items: center; justify-content: center; padding: 7px; border: 0; background: transparent; cursor: pointer; }
.site-header svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.site-header__logo { justify-self: center; }
.site-header__logo img { width: 94px; height: auto; filter: brightness(0); }
.site-header__nav { display: none; }
.site-header__nav a[href="mtb-jerseys.html"],
.site-header__nav a[href="news.html"],
.mobile-menu a[href="mtb-jerseys.html"],
.mobile-menu a[href="news.html"] { display: none; }
.site-header__utilities { display: flex; justify-self: end; }
.site-header__utilities > :not(.site-header__cart) { display: none; }
.site-header__slogan { display: none !important; }
.site-header__cart { position: relative; }
.site-header__cart span { position: absolute; top: 1px; right: 0; display: grid; width: 13px; height: 13px; place-items: center; border-radius: 50%; color: var(--color-white); background: var(--color-pink); font-size: 8px; line-height: 1; }
.mobile-menu { position: fixed; z-index: 100; inset: 0; visibility: hidden; background: rgba(0, 0, 0, .5); opacity: 0; transition: opacity var(--transition-fast), visibility var(--transition-fast); }
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu__panel { width: min(92vw, 430px); height: 100%; padding: 22px; background: var(--color-white); transform: translateX(-100%); transition: transform .28s ease; }
.mobile-menu.is-open .mobile-menu__panel { transform: translateX(0); }
.mobile-menu__close { display: block; margin: 0 0 30px auto; border: 0; background: transparent; font-size: 38px; line-height: 1; cursor: pointer; }
.mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 17px 4px; border-bottom: 1px solid #e5e5e5; font-size: 18px; font-weight: 700; }

/* ---------- Hero ---------- */
.hero { position: relative; height: 842px; overflow: hidden; color: var(--color-white); background: #27101d; }
.hero__video, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__video { object-fit: cover; object-position: 50% 50%; }
.hero__shade { background: linear-gradient(90deg, rgba(0,0,0,.16), rgba(0,0,0,.02)); }
.hero__content { position: absolute; inset: 0; display: flex; align-items: center; flex-direction: column; justify-content: center; padding-top: 52px; text-align: center; }
.hero h1 { margin: 0 0 24px; font-size: 25px; font-weight: 700; line-height: 1.08; text-transform: uppercase; }

/* ---------- Campaigns ---------- */
.campaigns { display: grid; grid-template-columns: 1fr; }
.campaign-card { position: relative; display: block; height: 250px; overflow: hidden; color: var(--color-white); }
.campaign-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition-media); }
.campaign-card:hover > img { transform: scale(1.035); }
.campaign-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.42), transparent 60%); }
.campaign-card__content { position: absolute; right: 20px; bottom: 21px; left: 20px; display: flex; align-items: flex-start; flex-direction: column; }
.campaign-card__content strong { margin-bottom: 12px; font-size: 20px; font-weight: 700; line-height: 1.05; }

/* ---------- Products ---------- */
.products { padding: 24px 0 0; overflow: hidden; background: var(--color-white); }
.products__header { display: flex; flex-direction: column-reverse; align-items: center; gap: 9px; margin: 0 0 15px; padding: 0 15px; }
.products__header h2 { margin: 0; font-size: 20px; font-weight: 700; line-height: 26px; text-transform: uppercase; }
.products__tabs { display: flex; align-items: center; justify-content: center; gap: 11px; white-space: nowrap; }
.products__tabs > span { color: #939393; font-size: 9px; }
.products__tab { padding: 0; border: 0; color: #8b8b8b; background: transparent; font-size: 8px; font-weight: 700; letter-spacing: 1.3px; line-height: 13px; text-transform: uppercase; cursor: pointer; }
.products__tab.is-active { color: var(--color-black); }
.products__rail { display: flex; gap: 8px; overflow-x: auto; padding: 0 0 14px; scroll-behavior: smooth; scrollbar-width: none; transition: opacity .18s ease; }
.products__rail::-webkit-scrollbar { display: none; }
.products__rail.is-changing { opacity: .12; }
.product-card { flex: 0 0 calc(100vw - 18px); min-width: 0; }
.product-card__media { position: relative; display: grid; aspect-ratio: 1; place-items: center; overflow: hidden; background: var(--color-grey-50); }
.product-card__media img { width: 88%; height: 88%; object-fit: contain; transition: transform var(--transition-media); }
.product-card:hover .product-card__media img { transform: scale(1.035); }
.product-card__media > span { position: absolute; z-index: 2; top: 0; left: 0; padding: 3px 6px; color: var(--color-white); background: var(--color-pink); font-size: 7px; font-weight: 700; line-height: 12px; text-transform: uppercase; }
.product-card__info { position: relative; min-height: 74px; padding: 10px 14px 8px; }
.product-card__info h3 { max-width: calc(100% - 58px); margin: 0; font-size: 11px; line-height: 1.35; }
.product-card__info strong { position: absolute; top: 10px; right: 12px; font-size: 10px; }
.product-card__info p { margin: 3px 0 0; color: var(--color-grey-500); font-size: 9px; letter-spacing: .9px; line-height: 1.2; }
.product-card__info i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--color-pink); }

/* ---------- Categories ---------- */
.categories { display: grid; grid-template-columns: 1fr; padding: 0 var(--page-gutter); }
.category-card { position: relative; height: 125vw; max-height: 485px; overflow: hidden; color: var(--color-white); background: #161616; }
.category-card::after { position: absolute; inset: 45% 0 0; content: ""; background: linear-gradient(transparent, rgba(0,0,0,.62)); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition-media); }
.category-card:hover img { transform: scale(1.04); }

/* ---------- Homepage about XCL ---------- */
.home-about {
  display: grid;
  gap: 34px;
  padding: 58px 24px 64px;
  color: var(--color-white);
  background: #111;
}
.home-about__intro > span {
  display: block;
  margin-bottom: 15px;
  color: var(--color-pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
}
.home-about__intro h2 {
  margin: 0;
  font-size: clamp(38px, 10vw, 72px);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.home-about__content { max-width: 720px; }
.home-about__content p {
  margin: 0 0 16px;
  color: #a9a9a9;
  font-size: 14px;
  line-height: 1.85;
}
.home-about__content .home-about__lead {
  color: #f2f2f2;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
}
.home-about__values {
  display: grid;
  gap: 0;
  margin: 30px 0 32px;
  border-top: 1px solid #353535;
}
.home-about__values div {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #353535;
}
.home-about__values strong { color: var(--color-pink); font-size: 12px; }
.home-about__values span { font-size: 13px; font-weight: 700; }
.home-about__link {
  display: inline-flex;
  min-width: 190px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 13px 17px;
  color: #111;
  background: var(--color-pink);
  font-size: 13px;
  font-weight: 800;
}
.home-about__link span { font-size: 18px; }

@media (min-width: 900px) {
  .home-about {
    grid-template-columns: minmax(340px, .9fr) minmax(480px, 1.1fr);
    gap: 8vw;
    padding: 90px 7vw 96px;
  }
  .home-about__intro h2 { font-size: clamp(56px, 5.4vw, 82px); }
  .home-about__content .home-about__lead { font-size: 20px; }
  .home-about__values { grid-template-columns: repeat(3, 1fr); }
  .home-about__values div {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    padding: 18px 18px 18px 0;
    border-right: 1px solid #353535;
    border-bottom: 0;
  }
  .home-about__values div + div { padding-left: 18px; }
  .home-about__values div:last-child { border-right: 0; }
}
.category-card span { position: absolute; z-index: 1; right: 10px; bottom: 8px; left: 10px; font-size: 13px; }

/* ---------- Community ---------- */
.community { display: flex; min-height: 522px; align-items: center; flex-direction: column; padding: 28px var(--page-gutter) 30px; color: var(--color-white); background: var(--color-charcoal); text-align: center; }
.community__heading { display: flex; align-items: center; flex-direction: column; }
.community__heading > img { width: 46px; height: 56px; object-fit: contain; }
.community__heading h2 { max-width: 330px; margin: 10px 0 3px; font-size: 27px; line-height: 1.1; }
.community__heading p { margin: 0; font-size: 9px; }
.community__heading button { margin: 10px 0 12px; padding: 0; border: 0; color: var(--color-white); background: transparent; font-family: Impact, var(--font-sans); font-size: 17px; text-decoration: underline; cursor: pointer; }
.community__gallery { display: grid; width: 100%; max-width: 900px; grid-template-columns: repeat(3, 1fr); }
.community__gallery img { width: 100%; aspect-ratio: 1 / 1.1; object-fit: cover; }
.community > .button { margin-top: 22px; }
.community-modal { position: fixed; z-index: 200; inset: 0; display: grid; visibility: hidden; place-items: center; padding: 20px; background: rgba(0,0,0,.78); opacity: 0; transition: opacity var(--transition-fast), visibility var(--transition-fast); }
.community-modal.is-open { visibility: visible; opacity: 1; }
.community-modal__panel { position: relative; width: min(600px, 100%); padding: 48px 28px; color: var(--color-white); background: var(--color-charcoal); text-align: center; transform: translateY(20px); transition: transform var(--transition-fast); }
.community-modal.is-open .community-modal__panel { transform: none; }
.community-modal__panel > button { position: absolute; top: 10px; right: 14px; border: 0; color: var(--color-white); background: transparent; font-size: 35px; cursor: pointer; }
.community-modal__panel h2 { font-size: 32px; text-transform: uppercase; }
.community-modal__panel p { color: #d1d1d1; }

/* Community section is currently disabled. */
.community,
.community-modal { display: none; }

/* ---------- News ---------- */
.news { padding: 16px 0 18px; overflow: hidden; }
.news > h2 { margin: 0 0 13px; padding: 0 8px; font-size: 16px; font-weight: 700; line-height: 24px; text-transform: uppercase; }
.news__rail { display: flex; gap: 10px; overflow-x: auto; padding: 0 0 4px; scrollbar-width: none; }
.news__rail::-webkit-scrollbar { display: none; }
.news-card { flex: 0 0 calc(100vw - 53px); padding-left: 8px; }
.news-card__image { aspect-ratio: 1.86; overflow: hidden; background: var(--color-grey-50); }
.news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition-media); }
.news-card:hover .news-card__image img { transform: scale(1.03); }
.news-card__meta { display: flex; justify-content: space-between; margin: 9px 0 8px; font-size: 8px; line-height: 1; }
.news-card__meta strong, .news-card > a > span { color: var(--color-pink); text-transform: uppercase; }
.news-card__meta em { color: var(--color-grey-300); font-style: italic; }
.news-card h3 { margin: 0 0 7px; font-size: 11px; line-height: 1.22; letter-spacing: .55px; text-transform: uppercase; }
.news-card p { display: -webkit-box; margin: 0 0 6px; overflow: hidden; color: var(--color-grey-500); font-size: 9px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-card > a > span { border-bottom: 1px solid var(--color-pink); font-size: 8px; font-weight: 600; }

/* ---------- Stockist ---------- */
.stockist { position: relative; display: grid; height: 393px; place-items: center; overflow: hidden; }
.stockist > img, .stockist__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.stockist > img { object-fit: cover; }
.stockist__shade { background: rgba(0,0,0,.17); }
.stockist .button { position: relative; z-index: 1; }

/* ---------- Footer ---------- */
.site-footer { min-height: 592px; padding-bottom: 15px; color: var(--color-white); background: var(--color-black); font-size: 9px; }
.site-footer__back { display: block; padding: 22px 15px; border-bottom: 1px solid #2d2d2d; font-size: 9px; font-weight: 700; text-align: center; text-transform: uppercase; }
.site-footer__proof { display: flex; overflow: hidden; align-items: center; justify-content: space-around; padding: 13px 8px; border-bottom: 1px solid #1c1c1c; font-size: 7px; font-weight: 700; line-height: 1.2; text-transform: uppercase; white-space: nowrap; }
.site-footer__proof span:nth-child(2) { display: none; }
.site-footer__columns { padding: 0 15px; }
.footer-group { border-bottom: 1px solid #292929; }
.footer-group > button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 14px 0; border: 0; color: var(--color-white); background: transparent; font-size: 9px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.footer-group > button span { color: var(--color-pink); font-size: 15px; }
.footer-group h2 { display: none; }
.footer-group ul { max-height: 0; margin: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; }
.footer-group.is-open ul { max-height: 420px; padding-bottom: 13px; }
.footer-group li { line-height: 1.8; }
.footer-group a { color: #858585; }
.footer-group a:hover { color: var(--color-white); }
.site-footer__bottom { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 12px; padding: 15px 15px 0; }
.country { display: flex; align-items: center; gap: 5px; }
.country img { width: 13px; }
.country b { padding: 1px 4px; border-radius: 3px; background: #242424; font-weight: 400; }
.socials, .payments { display: flex; align-items: center; gap: 8px; }
.socials img { width: 18px; height: 18px; object-fit: contain; }
.payments img { width: 27px; height: 18px; object-fit: contain; }
.site-footer__copyright { margin: 12px 0 0; color: #575757; font-size: 8px; text-align: center; }

@media (min-width: 600px) {
  :root { --page-gutter: 15px; }
  .campaigns { grid-template-columns: repeat(2, 1fr); }
  .campaign-card { height: 256px; }
  .product-card { flex-basis: 330px; }
  .categories { grid-template-columns: repeat(3, 1fr); }
  .category-card { height: 38.4vw; max-height: 455px; }
  .community { min-height: 696px; padding-top: 50px; }
  .community__heading h2 { max-width: none; font-size: 32px; }
  .community__heading p { font-size: 12px; }
  .community__heading button { font-size: 22px; }
  .community__gallery { margin-top: 24px; }
  .community__gallery img { aspect-ratio: 1.25; }
  .news { padding: 24px 14px 28px; }
  .news > h2 { padding: 0; font-size: 25px; }
  .news__rail { gap: 18px; }
  .news-card { flex-basis: calc(50% - 9px); padding-left: 0; }
  .site-footer__proof span:nth-child(2) { display: inline; }
}

@media (min-width: 901px) {
  :root { --page-gutter: 30px; }
  .announcement { height: 29px; font-size: 10px; line-height: 25px; }
  .announcement { padding: 0 28px; }
  .announcement__track {
    display: grid;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    grid-template-columns: minmax(280px, 1fr) auto auto;
    align-items: center;
    column-gap: 25px;
    text-align: left;
  }
  .announcement__track > * { min-width: 0; }
  .announcement__welcome {
    display: flex;
    align-items: center;
    gap: 9px;
    justify-self: start;
    font-weight: 700;
    letter-spacing: .04em;
  }
  .announcement__welcome::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-pink);
    box-shadow: 0 0 0 3px rgba(243,152,0,.16);
    content: "";
  }
  .announcement__motto { display: none; }
  .announcement__email,
  .announcement__phone { justify-self: end; color: #d3d3d3; font-size: 9px; letter-spacing: .04em; }
  .announcement__phone { position: relative; padding-left: 25px; }
  .announcement__phone::before { position: absolute; top: 50%; left: 0; width: 1px; height: 11px; background: #444; content: ""; transform: translateY(-50%); }
  .site-header__bar { height: var(--header-desktop); grid-template-columns: 1fr auto 1fr; padding: 0 18px; }
  .site-header__menu-button { display: none; }
  .site-header__nav { display: flex; align-items: center; gap: 32px; padding-left: 16px; font-size: 13px; font-weight: 600; }
  .site-header__nav a { transition: opacity var(--transition-fast); }
  .site-header__nav a:hover { opacity: .55; }
  .site-header__logo img { width: 250px; }
  .site-header__utilities { align-items: center; gap: 5px; }
  .site-header__utilities > :not(.site-header__cart) { display: inline-flex; }
  .site-header__country img { width: 40px; max-width: none; }
  .mobile-menu { display: none; }
  .hero { height: 900px; }
  .hero__content { padding-top: 30px; }
  .hero h1 { font-size: 38px; line-height: 46.36px; }
  .button { font-size: 14px; }
  .campaign-card { height: 475px; }
  .campaign-card__content { right: 30px; bottom: 30px; left: 30px; }
  .campaign-card__content strong { margin-bottom: 22.5px; font-size: 28px; line-height: 29.4px; }
  .products { padding-top: 24px; }
  .products__header { height: 26px; flex-direction: row; justify-content: space-between; gap: 24px; margin-bottom: 24px; padding: 0 30px; }
  .products__header h2 { font-size: 26px; line-height: 26px; }
  .products__tab { font-size: 13px; letter-spacing: 2px; }
  .products__tabs { gap: 16px; }
  .products__rail { gap: 9px; padding-bottom: 24px; }
  .product-card { flex-basis: 368px; }
  .product-card__info { min-height: 76px; padding: 12px; }
  .product-card__info h3 { font-size: 14px; }
  .product-card__info strong { top: 12px; font-size: 12px; }
  .product-card__info p { margin-top: 4px; font-size: 11px; }
  .category-card span { right: 12px; bottom: 10px; left: 12px; font-size: 16px; }
  .community { min-height: 720px; padding-top: 42px; }
  .community__heading { min-height: 235px; justify-content: center; }
  .community__heading > img { width: 73px; height: 89px; }
  .community__heading h2 { margin-top: 10px; font-size: 32px; }
  .community__heading p { font-size: 16px; }
  .community__heading button { margin-top: 12px; font-size: 26px; }
  .community__gallery { max-width: 1050px; margin-top: 8px; }
  .community__gallery img { aspect-ratio: 1.7; }
  .community > .button { margin-top: 28px; }
  .news { min-height: 591px; padding: 24px; }
  .news > h2 { margin-bottom: 24px; font-size: 30px; line-height: 36.6px; }
  .news__rail { gap: 20px; }
  .news-card { flex: 0 0 calc(33.333% - 14px); }
  .news-card__meta { margin: 14px 0 12px; font-size: 11px; }
  .news-card h3 { font-size: 18px; line-height: 22px; letter-spacing: 1.08px; }
  .news-card p { font-size: 12px; -webkit-line-clamp: 3; }
  .news-card > a > span { font-size: 11px; }
  .stockist { height: 540px; }
  .stockist .button { width: 270px; }
  .site-footer { min-height: 612px; padding: 68px 24px 15px; }
  .site-footer__back { display: none; }
  .site-footer__proof { justify-content: space-between; padding: 0 0 28px; border: 0; font-size: 10px; }
  .site-footer__columns { display: grid; grid-template-columns: .8fr 1.2fr 1.3fr .9fr; gap: 80px; padding: 16px 0 0; }
  .footer-group { border: 0; }
  .footer-group > button { display: none; }
  .footer-group h2 { display: block; margin: 0 0 18px; font-size: 14px; text-transform: uppercase; }
  .footer-group ul { max-height: none; }
  .footer-group li { font-size: 11px; line-height: 1.72; }
  .site-footer__bottom { justify-content: space-between; margin-top: 35px; padding: 0; }
  .site-footer__copyright { margin-top: 12px; }
}

@media (min-width: 1100px) {
  .site-header__slogan {
    display: inline-flex !important;
    min-width: 230px;
    align-items: center;
    justify-content: center;
    margin-right: 34px;
    color: #111;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .1em;
    white-space: nowrap;
  }
}

/* Compact XCL footer */
.site-footer.site-footer--simple {
  min-height: 0;
  padding: 0;
  color: #fff;
  background: #090909;
}
.simple-footer__inner {
  display: grid;
  gap: 28px;
  padding: 42px 24px 34px;
}
.simple-footer__brand img {
  width: 126px;
  height: auto;
}
.simple-footer__brand p {
  max-width: 330px;
  margin: 16px 0 0;
  color: #999;
  font-size: 13px;
  line-height: 1.75;
}
.simple-footer__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
}
.simple-footer__links a {
  color: #d7d7d7;
  font-size: 13px;
  font-weight: 600;
}
.simple-footer__links a:hover { color: #f39800; }
.simple-footer__contact {
  display: flex;
  width: 150px;
  height: 46px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #111;
  background: #f39800;
  font-size: 13px;
  font-weight: 800;
}
.simple-footer__contact span { font-size: 19px; }
.simple-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 1px solid #242424;
  color: #666;
  font-size: 11px;
}

@media (min-width: 760px) {
  .simple-footer__inner {
    grid-template-columns: minmax(280px, 1.5fr) minmax(300px, 1fr) auto;
    align-items: center;
    gap: 54px;
    padding: 52px 5vw 44px;
  }
  .simple-footer__brand img { width: 160px; }
  .simple-footer__links { grid-template-columns: repeat(2, minmax(110px, 1fr)); }
  .simple-footer__bottom { padding: 17px 5vw; }
}

@media (max-width: 759px) {
  .simple-footer__bottom { align-items: flex-start; flex-direction: column; gap: 4px; }
}

/* XCL company about page */
.about-page .xcl-about-hero {
  display: grid;
  color: #fff;
  background: radial-gradient(circle at 80% 35%, rgba(243,152,0,.18), transparent 30%), #111;
}
.xcl-about-hero__copy { display: flex; min-height: 390px; flex-direction: column; justify-content: center; padding: 62px 24px 46px; }
.xcl-about-hero__copy > span,
.xcl-about-intro > div > span,
.xcl-section-heading > span,
.xcl-technology__copy > span,
.xcl-about-closing > span { color: var(--color-pink); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.about-page .xcl-about-hero h1 { margin: 13px 0 20px; font-size: clamp(42px, 10vw, 78px); line-height: 1; letter-spacing: -.045em; }
.xcl-about-hero__copy p { max-width: 570px; margin: 0; color: #bbb; font-size: 15px; line-height: 1.8; }
.xcl-about-hero__product { display: grid; min-height: 330px; place-items: center; overflow: hidden; background: #f3f3f1; }
.xcl-about-hero__product img { width: 100%; height: 100%; object-fit: cover; }
.xcl-about-intro { display: grid; gap: 32px; padding: 68px 24px; }
.xcl-about-intro h2,
.xcl-section-heading h2,
.xcl-technology__copy h2,
.xcl-about-closing h2 { margin: 12px 0 0; font-size: clamp(32px, 6vw, 58px); line-height: 1.12; letter-spacing: -.04em; }
.xcl-about-intro__text { max-width: 710px; }
.xcl-about-intro__text p { margin: 0 0 18px; color: #555; font-size: 15px; line-height: 1.9; }
.xcl-timeline { padding: 66px 24px 76px; background: #f3f3f1; }
.xcl-section-heading { max-width: 1280px; margin: 0 auto 38px; }
.xcl-timeline__list { max-width: 1280px; margin: 0 auto; border-top: 1px solid #cfcfca; }
.xcl-timeline__list article { display: grid; gap: 18px; padding: 28px 0; border-bottom: 1px solid #cfcfca; }
.xcl-timeline__list article > strong { color: var(--color-pink); font-size: 36px; line-height: 1; }
.xcl-timeline__list article div > span { color: #777; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.xcl-timeline__list h3 { margin: 7px 0 10px; font-size: 20px; }
.xcl-timeline__list p { max-width: 760px; margin: 0; color: #666; font-size: 14px; line-height: 1.8; }
.xcl-technology { display: grid; }
.xcl-technology__image { display: grid; min-height: 360px; place-items: center; overflow: hidden; background: #eee; }
.xcl-technology__image img { width: 100%; height: 100%; object-fit: cover; }
.xcl-technology__copy { padding: 58px 24px 68px; color: #fff; background: #111; }
.xcl-technology__copy p { max-width: 600px; margin: 22px 0 26px; color: #aaa; font-size: 14px; line-height: 1.8; }
.xcl-technology__copy ul { margin: 0 0 30px; padding: 0; list-style: none; border-top: 1px solid #363636; }
.xcl-technology__copy li { display: flex; gap: 16px; padding: 14px 0; border-bottom: 1px solid #363636; font-size: 13px; }
.xcl-technology__copy li strong { color: var(--color-pink); }
.xcl-technology__copy > a,
.xcl-about-closing > a { display: inline-flex; align-items: center; gap: 26px; padding: 13px 18px; color: #111; background: var(--color-pink); font-size: 13px; font-weight: 800; }
.xcl-about-closing { padding: 72px 24px 78px; text-align: center; }
.xcl-about-closing p { margin: 14px 0 26px; color: #666; font-size: 16px; }

@media (min-width: 850px) {
  .about-page .xcl-about-hero { grid-template-columns: 1fr 1fr; }
  .xcl-about-hero__copy { min-height: 610px; padding: 80px 8vw; }
  .xcl-about-hero__product { min-height: 610px; }
  .xcl-about-intro { grid-template-columns: .9fr 1.1fr; gap: 8vw; padding: 100px 7vw; }
  .xcl-timeline { padding: 90px 7vw 105px; }
  .xcl-timeline__list article { grid-template-columns: 180px 1fr; gap: 40px; padding: 34px 0; }
  .xcl-timeline__list article > strong { font-size: 48px; }
  .xcl-technology { grid-template-columns: 1fr 1fr; }
  .xcl-technology__image,
  .xcl-technology__copy { min-height: 620px; }
  .xcl-technology__copy { display: flex; flex-direction: column; justify-content: center; padding: 80px 7vw; }
  .xcl-about-closing { padding: 105px 24px 112px; }
}

/* Simplified XCL contact page */
.contact-page .contact-simple-hero {
  padding: 82px 24px 56px;
  color: #fff;
  background: #111;
  text-align: center;
}
.contact-simple-hero > span,
.contact-simple__label {
  color: var(--color-pink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
}
.contact-page .contact-simple-hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(38px, 8vw, 66px);
  line-height: 1.1;
}
.contact-simple-hero p { margin: 0; color: #aaa; font-size: 14px; }
.contact-simple {
  display: grid;
  gap: 48px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 24px 72px;
}
.contact-simple__info h2 {
  margin: 12px 0 30px;
  font-size: clamp(30px, 5vw, 50px);
  line-height: 1.12;
  letter-spacing: -.035em;
}
.contact-simple__list { display: grid; gap: 0; border-top: 1px solid #ddd; }
.contact-simple__list > * { display: grid; gap: 5px; padding: 17px 0; border-bottom: 1px solid #ddd; color: #111; }
.contact-simple__list small { color: #777; font-size: 11px; }
.contact-simple__list strong { font-size: 17px; }
.contact-simple__list address,
.contact-simple__list p { margin: 0; color: #333; font-size: 14px; font-style: normal; line-height: 1.7; }
.contact-page .contact-simple section.contact-simple__form {
  width: 100%;
  margin: 0;
  padding: 30px 24px;
  background: #f5f5f3;
}
.contact-page .contact-simple section.contact-simple__form > h2 { margin-bottom: 5px; font-size: 25px; line-height: 1.3; text-transform: none; }
.contact-simple__form > p { margin: 0 0 22px; color: #777; font-size: 13px; }
.contact-page .contact-simple__form .contact-form__fields { grid-template-columns: 1fr; gap: 14px; }
.contact-page .contact-simple__form textarea { min-height: 135px; }
.contact-page .contact-simple__form button[type="submit"] { width: auto; min-width: 150px; padding-right: 26px; padding-left: 26px; }

@media (min-width: 820px) {
  .contact-page .contact-simple-hero { padding: 110px 24px 76px; }
  .contact-simple { grid-template-columns: .85fr 1.15fr; gap: 8vw; padding: 86px 32px 100px; }
  .contact-page .contact-simple section.contact-simple__form { padding: 42px; }
}

/* XCL product catalog */
.catalog-page { background: #f5f5f3; color: #151515; }
.product-card > a { display: block; height: 100%; color: inherit; text-decoration: none; }
.catalog-page .site-header { background: #fff; }
.catalog-page .site-header__logo img { width: 94px; }
.catalog-cart-link { width: auto !important; padding: 0 12px !important; color: #111; font-size: 12px; font-weight: 800; letter-spacing: .08em; white-space: nowrap; text-decoration: none; }
.catalog-hero { min-height: 430px; padding: 170px 7vw 70px; background: radial-gradient(circle at 82% 28%, rgba(255,153,0,.22), transparent 28%), linear-gradient(125deg,#111 0%,#252525 62%,#151515 100%); color: #fff; }
.catalog-hero__eyebrow { display: block; margin-bottom: 18px; color: #f39800; font-size: 12px; font-weight: 800; letter-spacing: .22em; }
.catalog-hero h1 { max-width: 760px; margin: 0; font-size: clamp(42px,7vw,86px); line-height: .98; letter-spacing: -.045em; }
.catalog-hero p { max-width: 560px; margin: 24px 0 0; color: #d5d5d5; font-size: 16px; line-height: 1.8; }
.catalog-shell { padding: 56px 4vw 90px; }
.catalog-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; max-width: 1500px; margin: 0 auto 18px; }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.catalog-filters button { border: 1px solid #d2d2d2; border-radius: 999px; padding: 10px 18px; background: transparent; color: #333; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.catalog-filters button.is-active { border-color: #111; background: #111; color: #fff; }
.catalog-search { display: grid; gap: 7px; min-width: 250px; color: #555; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.catalog-search input { width: 100%; border: 0; border-bottom: 2px solid #111; border-radius: 0; padding: 9px 0; background: transparent; color: #111; font: inherit; outline: none; }
.catalog-count { max-width: 1500px; margin: 0 auto 22px; color: #707070; font-size: 12px; }
.catalog-grid { display: grid; width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; max-width: 1500px; margin: 0 auto; }
.catalog-card { min-width: 0; background: #fff; transition: transform .25s ease,box-shadow .25s ease; }
.catalog-card:hover { transform: translateY(-4px); box-shadow: 0 16px 35px rgba(0,0,0,.09); }
.catalog-card[hidden] { display: none; }
.catalog-card > a { display: block; height: 100%; color: inherit; text-decoration: none; }
.catalog-card__media { display: grid; place-items: center; aspect-ratio: 1/1; overflow: hidden; background: #f0f0ee; }
.catalog-card__media img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.catalog-card:hover .catalog-card__media img { transform: scale(1.025); }
.catalog-card__media--padded { padding: 18px; }
.catalog-card:hover .catalog-card__media--padded img { transform: scale(1.005); }
.catalog-card__body { padding: 18px 17px 21px; }
.catalog-card__body > span { color: #d57d00; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.catalog-card__body h2 { min-height: 2.8em; margin: 8px 0 7px; font-size: 16px; line-height: 1.4; }
.catalog-card__body p { min-height: 3.2em; margin: 0 0 17px; color: #666; font-size: 12px; line-height: 1.6; }
.catalog-card__body strong { display: flex; align-items: center; justify-content: space-between; padding-top: 13px; border-top: 1px solid #e6e6e6; font-size: 12px; }
.catalog-card__body strong b { color: #f39800; font-size: 17px; }
.catalog-empty { max-width: 1500px; margin: 60px auto; text-align: center; color: #666; }
.catalog-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 65px 7vw; background: #f39800; color: #111; }
.catalog-cta span { font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.catalog-cta h2 { margin: 8px 0; font-size: clamp(32px,4vw,58px); }
.catalog-cta p { max-width: 620px; margin: 0; line-height: 1.7; }
.catalog-cta .button--pink { flex: 0 0 auto; background: #111; color: #fff; }

@media (min-width: 700px) {
  .catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
  .catalog-card__body { padding: 22px; }
}
@media (min-width: 1100px) {
  .catalog-page .site-header__logo img { width: 210px; }
  .catalog-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
  .catalog-card__body h2 { font-size: 18px; }
  .catalog-card__body p { font-size: 13px; }
}
@media (max-width: 699px) {
  .catalog-hero { min-height: 390px; padding: 145px 24px 54px; }
  .catalog-hero p { max-width: calc(100vw - 48px); overflow-wrap: anywhere; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-search { min-width: 0; }
  .catalog-shell { width: 100%; padding: 36px 12px 60px; overflow: hidden; }
  .catalog-filters { gap: 6px; }
  .catalog-filters button { padding: 8px 12px; font-size: 11px; }
  .catalog-grid { grid-template-columns: repeat(2,calc((100vw - 36px)/2)); }
  .catalog-card, .catalog-card > a { width: 100%; min-width: 0; overflow: hidden; }
  .catalog-card__body { padding: 14px 12px 17px; }
  .catalog-card__body h2 { font-size: 14px; }
  .catalog-card__body p { display: none; }
  .catalog-card__body strong { font-size: 11px; }
  .catalog-cta { align-items: flex-start; flex-direction: column; padding: 46px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ---------- Apparel Multi-Buy Collection ---------- */
.collection-page .site-header__bar { height: var(--header-mobile); }
.collection-page .site-header__logo img { width: 94px; max-height: none; object-fit: initial; }
.collection-page .collection-promo {
  display: flex;
  height: 670px;
  flex-direction: column;
  margin-top: calc(var(--header-announcement) + var(--header-mobile));
  overflow: hidden;
  color: var(--color-white);
  background: var(--color-black);
}
.collection-page .collection-promo__copy {
  display: flex;
  min-height: 425px;
  align-items: center;
  flex: 0 0 425px;
  flex-direction: column;
  justify-content: center;
  padding: 34px 22px 28px;
  text-align: center;
}
.collection-page .collection-promo__copy h1 {
  width: min(300px, 100%);
  margin: 0 0 20px;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.28;
  text-transform: uppercase;
}
.collection-page .collection-promo__copy p {
  width: min(315px, 100%);
  margin: 0;
  font-size: 12px;
  line-height: 19px;
}
.collection-page .collection-promo__artwork {
  min-height: 245px;
  flex: 1 1 245px;
  overflow: hidden;
}
.collection-page .collection-promo__artwork img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.collection-page .collection-controls {
  display: flex;
  min-height: 62px;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  background: var(--color-white);
}
.collection-page .collection-controls__filters,
.collection-page .collection-controls__sort {
  display: flex;
  width: 50%;
  align-items: center;
}
.collection-page .collection-controls__filters { justify-content: flex-start; }
.collection-page .collection-controls__sort { justify-content: flex-end; }
.collection-page .collection-controls button,
.collection-page .collection-controls select {
  min-height: 62px;
  padding: 0 18px;
  border: 0;
  color: #1d1d1d;
  background: transparent;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
}
.collection-page .collection-controls__pill { display: none; }
.collection-page .collection-controls__sort { font-size: 0; }
.collection-page .collection-controls select {
  width: 100%;
  padding-right: 32px;
  font-family: var(--font-sans);
  font-size: 11px;
  text-align: right;
}
.collection-page .collection-controls__filter-list { display: none; }

.collection-page [data-apparel-filter-drawer] {
  position: fixed;
  z-index: 180;
  inset: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, .48);
  opacity: 0;
  transition: opacity .3s ease, visibility .3s ease;
}
.collection-page [data-apparel-filter-drawer].is-open {
  visibility: visible;
  opacity: 1;
}
.collection-page .apparel-filter-drawer__panel {
  position: relative;
  z-index: 1;
  width: min(390px, 90vw);
  height: 100%;
  padding: 26px 24px;
  overflow-y: auto;
  background: var(--color-white);
  transform: translateX(-100%);
  transition: transform .3s ease;
}
.collection-page [data-apparel-filter-drawer].is-open .apparel-filter-drawer__panel { transform: translateX(0); }
.collection-page .apparel-filter-drawer__backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.collection-page [data-apparel-filter-drawer] h2 {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
.collection-page [data-apparel-filter-close]:not(.apparel-filter-drawer__backdrop) {
  position: absolute;
  top: 17px;
  right: 18px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
}
.collection-page [data-apparel-filter-drawer] label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.collection-page [data-apparel-filter-drawer] input { accent-color: var(--color-pink); }

.collection-page .collection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 3px;
  row-gap: 30px;
  padding: 0 0 86px;
  background: var(--color-white);
}
.collection-page .apparel-card { min-width: 0; }
.collection-page .apparel-card[hidden] { display: none; }
.collection-page .apparel-card__media {
  position: relative;
  display: block;
  width: 100%;
  height: 194px;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: var(--color-grey-50);
  cursor: pointer;
}
.collection-page .apparel-card__front,
.collection-page .apparel-card__back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 1s ease, transform 1s ease;
}
.collection-page .apparel-card__front { opacity: 1; }
.collection-page .apparel-card__back { opacity: 0; transform: scale(1.02); }
.collection-page .apparel-card.is-flipped .apparel-card__front { opacity: 0; transform: scale(1.02); }
.collection-page .apparel-card.is-flipped .apparel-card__back { opacity: 1; transform: scale(1); }
.collection-page .apparel-card__badge {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 4px 7px;
  color: var(--color-white);
  background: var(--color-black);
  font-size: 7px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}
.collection-page .apparel-card__badge--limited,
.collection-page .apparel-card__badge--limited-stock,
.collection-page .apparel-card__badge--pink,
.collection-page .apparel-card__badge[data-badge="limited"] { background: var(--color-pink); }
.collection-page .apparel-card__info { min-height: 114px; padding: 8px 7px 0; }
.collection-page .apparel-card__info h2,
.collection-page .apparel-card__info h3 {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 19px;
}
.collection-page .apparel-card__info p {
  margin: 2px 0 0;
  color: var(--color-grey-500);
  font-size: 9px;
  line-height: 15px;
}
.collection-page .apparel-card__info strong {
  display: block;
  margin-top: 2px;
  color: var(--color-black);
  font-size: 10px;
  line-height: 17px;
}

.collection-page .apparel-insurance {
  display: flex;
  width: calc(100% - 32px);
  min-height: 367px;
  align-items: center;
  flex-direction: column;
  margin: 393px 16px 48px;
  overflow: hidden;
  color: var(--color-white);
  background: var(--color-black);
  text-align: center;
}
.collection-page .apparel-insurance__media,
.collection-page .apparel-insurance__image {
  width: 100%;
  height: 118px;
  overflow: hidden;
}
.collection-page .apparel-insurance__media img,
.collection-page .apparel-insurance__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}
.collection-page .apparel-insurance__content {
  display: flex;
  align-items: center;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 14px 18px 18px;
}
.collection-page .apparel-insurance h2 {
  margin: 0 0 7px;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}
.collection-page .apparel-insurance p {
  max-width: 560px;
  margin: 0 0 8px;
  font-size: 9px;
  line-height: 14px;
}
.collection-page .apparel-insurance__content > strong {
  display: block;
  margin-bottom: 9px;
  font-size: 11px;
  line-height: 16px;
}
.collection-page .apparel-insurance__offer strong { display: inline; margin: 0; font-size: inherit; line-height: inherit; }
.collection-page .apparel-insurance .button { width: 178px; min-height: 46px; }

@media (min-width: 600px) {
  .collection-page .collection-promo {
    height: 433px;
    flex-direction: row;
    margin-top: calc(var(--header-announcement) + var(--header-mobile));
  }
  .collection-page .collection-promo__copy {
    min-height: 0;
    flex: 0 0 39%;
    padding: 28px 22px;
  }
  .collection-page .collection-promo__copy h1 { font-size: 27px; line-height: 1.2; }
  .collection-page .collection-promo__copy p { font-size: 11px; line-height: 18px; }
  .collection-page .collection-promo__artwork { min-height: 0; flex: 0 0 61%; }
  .collection-page .collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 36px;
    padding: 0 24px 48px;
  }
  .collection-page .apparel-card__media { height: auto; aspect-ratio: 1; }
  .collection-page .apparel-card__info { min-height: 0; padding: 10px 0 0; }
  .collection-page .apparel-card__info h2,
  .collection-page .apparel-card__info h3 { font-size: 13px; line-height: 21px; }
  .collection-page .apparel-card__info p { font-size: 10px; line-height: 17px; }
  .collection-page .apparel-card__info strong { font-size: 11px; line-height: 18px; }
  .collection-page .apparel-card__badge { padding: 5px 9px; font-size: 8px; }
  .collection-page .apparel-insurance {
    width: calc(100% - 48px);
    min-height: 390px;
    flex-direction: row;
    margin: 0 24px 48px;
  }
  .collection-page .apparel-insurance__media,
  .collection-page .apparel-insurance__image { width: 50%; height: 390px; }
  .collection-page .apparel-insurance__content { width: 50%; padding: 35px 28px; }
  .collection-page .apparel-insurance h2 { font-size: 26px; line-height: 32px; }
  .collection-page .apparel-insurance p { font-size: 11px; line-height: 18px; }
  .collection-page .apparel-insurance strong { font-size: 13px; }
}

@media (min-width: 901px) {
  .collection-page .site-header__bar { height: var(--header-desktop); }
  .collection-page .site-header__logo img { width: 250px; max-height: none; }
  .collection-page .collection-promo { height: 518px; margin-top: calc(var(--header-announcement) + var(--header-desktop)); }
  .collection-page .collection-promo__copy { padding: 45px 30px; }
  .collection-page .collection-promo__copy h1 { margin-bottom: 24px; font-size: 38px; line-height: 46px; }
  .collection-page .collection-promo__copy p { font-size: 14px; line-height: 22px; }
  .collection-page .collection-controls { min-height: 89px; padding: 0 24px; border: 0; }
  .collection-page .collection-controls__filters { width: auto; gap: 8px; }
  .collection-page .collection-controls__sort { width: 183px; }
  .collection-page .collection-controls button {
    min-height: 53px;
    padding: 16px;
    border-radius: 50px;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 21px;
    transition: background .3s ease;
  }
  .collection-page .collection-controls button:hover { background: #ececec; }
  .collection-page .collection-controls__filter-button { display: none; }
  .collection-page .collection-controls__pill { display: inline-flex; align-items: center; justify-content: center; }
  .collection-page .collection-controls__pill:nth-child(2) { width: 146.609px; }
  .collection-page .collection-controls__pill:nth-child(3) { width: 161.125px; }
  .collection-page .collection-controls__pill:nth-child(4) { width: 147.875px; }
  .collection-page .collection-controls__pill:nth-child(5) { width: 110.234px; }
  .collection-page .collection-controls select {
    height: auto;
    min-height: 0;
    padding: 0 30px 0 0;
    font-size: 14px;
    line-height: 16.8px;
  }
  .collection-page .collection-grid { padding-bottom: 60px; }
  .collection-page .apparel-card__info { padding-top: 12px; }
  .collection-page .apparel-card__info h2,
  .collection-page .apparel-card__info h3 { font-size: 16px; line-height: 25.6px; }
  .collection-page .apparel-card__info p { font-size: 12px; line-height: 19px; }
  .collection-page .apparel-card__info strong { font-size: 13px; line-height: 21px; }
  .collection-page .apparel-card__badge { padding: 6px 10px; font-size: 9px; }
  .collection-page .apparel-card:hover .apparel-card__front { opacity: 0; transform: scale(1.02); }
  .collection-page .apparel-card:hover .apparel-card__back { opacity: 1; transform: scale(1); }
  .collection-page .apparel-insurance {
    width: calc(100% - 48px);
    height: 468px;
    margin-bottom: 60px;
  }
  .collection-page .apparel-insurance__media,
  .collection-page .apparel-insurance__image { width: 55%; height: 468px; }
  .collection-page .apparel-insurance__content { width: 45%; padding: 45px 55px; }
  .collection-page .apparel-insurance h2 { font-size: 30px; line-height: 37px; }
  .collection-page .apparel-insurance p { font-size: 12px; line-height: 20px; }
}

/* ---------- Product Detail Page ---------- */
.product-detail-page .site-header__bar { height: var(--header-mobile); }
.product-detail-page .site-header__logo img { width: 94px; max-height: none; object-fit: initial; }
.product-detail-page main { padding-top: calc(var(--header-announcement) + var(--header-mobile)); }

.product-detail-page .product-purchase {
  width: calc(100% - 32px);
  margin: 0 16px;
}
.product-detail-page .product-detail__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  padding: 10px 0;
  color: var(--color-grey-500);
  font-size: 8px;
  line-height: 14px;
  text-transform: uppercase;
}
.product-detail-page .product-gallery {
  position: relative;
  width: 100vw;
  height: 489px;
  margin-left: -16px;
  overflow: hidden;
  background: var(--color-grey-50);
}
.product-detail-page .product-gallery__track { position: relative; width: 100%; height: 100%; }
.product-detail-page .product-gallery__slide {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .35s ease, visibility .35s ease;
  margin: 0;
}
.product-detail-page .product-gallery__slide.is-active { visibility: visible; opacity: 1; }
.product-detail-page .product-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-detail-page .product-gallery__prev,
.product-detail-page .product-gallery__next {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 38px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, .78);
  font-size: 25px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.product-detail-page .product-gallery__prev { left: 0; }
.product-detail-page .product-gallery__next { right: 0; }
.product-detail-page .product-gallery__dots {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 14px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 7px;
}
.product-detail-page .product-gallery__dot,
.product-detail-page .product-gallery__dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid var(--color-black);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.product-detail-page .product-gallery__dot.is-active,
.product-detail-page .product-gallery__dots button.is-active { background: var(--color-black); }
.product-detail-page .product-gallery__prev,
.product-detail-page .product-gallery__next { font-size: 0; }
.product-detail-page .product-gallery__prev::before,
.product-detail-page .product-gallery__next::before { font-size: 25px; }
.product-detail-page .product-gallery__prev::before { content: "‹"; }
.product-detail-page .product-gallery__next::before { content: "›"; }
.product-detail-page .product-gallery__load-more { display: none; }

.product-detail-page .product-buy { padding: 24px 0 42px; }
.product-detail-page .product-buy__breadcrumb {
  margin: 0 0 13px;
  color: var(--color-grey-500);
  font-size: 8px;
  line-height: 14px;
  text-transform: uppercase;
}
.product-detail-page .product-buy h1 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}
.product-detail-page .product-buy__reviews,
.product-detail-page .product-buy__sku,
.product-detail-page .product-buy__points {
  margin: 4px 0;
  color: var(--color-grey-500);
  font-size: 10px;
  line-height: 16px;
}
.product-detail-page .product-buy__price {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.96px;
}
.product-detail-page .product-buy__description {
  margin: 14px 0;
  font-size: 12px;
  line-height: 20px;
}
.product-detail-page .product-buy__summary { margin: 14px 0; font-size: 12px; line-height: 20px; }
.product-detail-page .product-buy__summary a { color: var(--color-pink); font-weight: 700; }
.product-detail-page .product-buy__tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 15px 0; }
.product-detail-page .product-buy__tags span,
.product-detail-page .product-buy__tags li {
  padding: 5px 10px;
  border-radius: 30px;
  background: var(--color-grey-50);
  font-size: 8px;
  font-weight: 700;
  line-height: 13px;
  text-transform: uppercase;
}
.product-detail-page [data-product-size] {
  width: 100%;
  height: 43px;
  margin: 7px 0 8px;
  padding: 0 12px;
  border: 1px solid #d7d7d7;
  background: var(--color-white);
  font-family: var(--font-sans);
  font-size: 11px;
}
.product-detail-page .product-buy label,
.product-detail-page .product-buy legend {
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}
.product-detail-page .size-options { display: flex; flex-wrap: wrap; gap: 5px; margin: 7px 0 14px; }
.product-detail-page .size-options button,
.product-detail-page [data-size-option] {
  min-width: 43px;
  min-height: 39px;
  padding: 7px 10px;
  border: 1px solid #d7d7d7;
  background: var(--color-white);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}
.product-detail-page .size-options button.is-selected,
.product-detail-page [data-size-option].is-selected {
  border-color: var(--color-black);
  color: var(--color-white);
  background: var(--color-black);
}
.product-detail-page .quantity-stepper {
  display: grid;
  width: 100%;
  height: 44px;
  grid-template-columns: 1fr 42px 46px 42px;
  margin: 7px 0 14px;
  border: 1px solid #d7d7d7;
}
.product-detail-page .quantity-stepper > span { align-self: center; padding-left: 12px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.product-detail-page .quantity-stepper button,
.product-detail-page .quantity-stepper input {
  width: 100%;
  padding: 0;
  border: 0;
  background: var(--color-white);
  text-align: center;
}
.product-detail-page .quantity-stepper button { font-size: 19px; cursor: pointer; }
.product-detail-page .quantity-stepper input { appearance: textfield; font-weight: 700; }
.product-detail-page .quantity-stepper input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.product-detail-page .product-buy .button,
.product-detail-page [data-product-select] {
  width: 100%;
  min-height: 48px;
  border-color: var(--color-pink);
  color: var(--color-white);
  background: var(--color-pink);
}
.product-detail-page .product-buy__service-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #ededed;
  font-size: 10px;
  line-height: 16px;
}
.product-detail-page .product-buy__service-row img { width: 24px; height: 24px; object-fit: contain; }
.product-detail-page .product-buy__benefits { margin: 10px 0 0; }
.product-detail-page .product-buy__benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}
.product-detail-page .product-buy__benefits img { width: 24px; height: 24px; object-fit: contain; }
.product-detail-page .product-buy__benefits span { display: flex; flex-direction: column; }
.product-detail-page .product-buy__benefits strong { font-size: 10px; line-height: 15px; }
.product-detail-page .product-buy__benefits small { color: var(--color-grey-500); font-size: 8px; line-height: 13px; }
.product-detail-page .product-upsell {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 10px;
  background: var(--color-grey-50);
}
.product-detail-page .product-upsell img { width: 72px; height: 72px; object-fit: contain; }
.product-detail-page .product-upsell h2,
.product-detail-page .product-upsell h3 { margin: 0; font-size: 10px; line-height: 15px; }
.product-detail-page .product-upsell p { margin: 2px 0; color: var(--color-grey-500); font-size: 8px; line-height: 12px; }
.product-detail-page .product-upsell strong { font-size: 10px; }
.product-detail-page .product-upsell button { padding: 8px; border: 0; color: var(--color-white); background: var(--color-pink); font-size: 8px; font-weight: 700; cursor: pointer; }
.product-detail-page .product-buy__upsell { margin-top: 16px; padding: 10px; background: var(--color-grey-50); }
.product-detail-page .product-buy__upsell > h2 { margin: 0 0 8px; font-size: 10px; line-height: 15px; text-transform: uppercase; }
.product-detail-page .product-buy__upsell-card { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 10px; }
.product-detail-page .product-buy__upsell-card img { width: 72px; height: 72px; object-fit: contain; }
.product-detail-page .product-buy__upsell-card h3 { margin: 0; font-size: 10px; line-height: 15px; }
.product-detail-page .product-buy__upsell-card p { margin: 2px 0; color: var(--color-grey-500); font-size: 8px; line-height: 12px; }
.product-detail-page .product-buy__upsell-card strong { font-size: 10px; }
.product-detail-page .product-buy__upsell-card button { padding: 8px; border: 0; color: var(--color-white); background: var(--color-pink); font-size: 8px; font-weight: 700; cursor: pointer; }

.product-detail-page .product-lifestyle { height: 245px; overflow: hidden; }
.product-detail-page .product-lifestyle img { width: 100%; height: 100%; object-fit: cover; }

.product-detail-page .product-overview { background: #f3f3f3; }
.product-detail-page .product-overview__content,
.product-detail-page .product-overview__copy { padding: 38px 16px 34px; }
.product-detail-page .product-overview h2 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.product-detail-page .product-overview p { margin: 0 0 14px; font-size: 12px; line-height: 20px; }
.product-detail-page .product-overview ul { margin: 0; }
.product-detail-page .product-overview li { position: relative; padding: 5px 0 5px 18px; font-size: 11px; line-height: 18px; }
.product-detail-page .product-overview li::before { position: absolute; top: 11px; left: 2px; width: 5px; height: 5px; border-radius: 50%; background: var(--color-pink); content: ""; }
.product-detail-page .product-video { display: none; }

.product-detail-page .product-accordions { background: var(--color-white); }
.product-detail-page .product-accordion { border-bottom: 1px solid #e4e4e4; }
.product-detail-page .product-accordion:first-child { border-top: 1px solid #e4e4e4; }
.product-detail-page .product-accordion__toggle,
.product-detail-page [data-accordion-toggle] {
  display: flex;
  width: 100%;
  min-height: 61px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px;
  border: 0;
  background: var(--color-white);
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
.product-detail-page .product-accordion h2 { margin: 0; }
.product-detail-page .product-accordion__plus {
  color: var(--color-pink);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transition: transform .3s ease;
}
.product-detail-page .product-accordion.is-open .product-accordion__plus { transform: rotate(45deg); }
.product-detail-page .product-accordion [data-accordion-toggle] > span:last-child { color: var(--color-pink); font-size: 22px; font-weight: 400; transition: transform .3s ease; }
.product-detail-page .product-accordion.is-open [data-accordion-toggle] > span:last-child { transform: rotate(45deg); }
.product-detail-page .product-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.product-detail-page .product-accordion__panel { max-height: 0; padding: 0 16px; overflow: hidden; font-size: 11px; line-height: 19px; transition: max-height .3s ease, padding-bottom .3s ease; }
.product-detail-page .product-accordion.is-open .product-accordion__panel { padding-bottom: 24px; }
.product-detail-page .product-accordion__panel img { width: 100%; height: auto; }
.product-detail-page .product-accordion__body > *:first-child { margin-top: 0; }
.product-detail-page .product-accordion__body-inner { padding: 0 16px 24px; font-size: 11px; line-height: 19px; }
.product-detail-page .product-accordion__body img { width: 100%; height: auto; }

.product-detail-page .product-highlights { display: grid; grid-template-columns: 1fr; }
.product-detail-page .product-highlight { height: 296px; margin: 0; overflow: hidden; background: var(--color-grey-50); }
.product-detail-page .product-highlight img { width: 100%; height: 252px; object-fit: cover; }
.product-detail-page .product-highlight p,
.product-detail-page .product-highlight figcaption {
  display: flex;
  min-height: 44px;
  align-items: center;
  margin: 0;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}

.product-detail-page .related-products { min-height: 323px; padding: 24px 0 28px; overflow: hidden; }
.product-detail-page .related-products > h2 { margin: 0 0 16px; font-size: 22px; line-height: 30px; text-align: center; text-transform: uppercase; }
.product-detail-page .related-products__rail { display: flex; gap: 3px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
.product-detail-page .product-related__grid { display: flex; gap: 3px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
.product-detail-page .related-products__rail::-webkit-scrollbar { display: none; }
.product-detail-page .related-card { flex: 0 0 calc(50% - 1.5px); min-width: 0; }
.product-detail-page .product-related__card { flex: 0 0 calc(50% - 1.5px); min-width: 0; }
.product-detail-page .related-card__media { aspect-ratio: 1; overflow: hidden; background: var(--color-grey-50); }
.product-detail-page .related-card__media img { width: 100%; height: 100%; object-fit: contain; transition: opacity .35s ease, transform .35s ease; }
.product-detail-page .product-related__card > img { width: 100%; aspect-ratio: 1; object-fit: contain; background: var(--color-grey-50); transition: opacity .35s ease, transform .35s ease; }
.product-detail-page .product-related__card:hover > img { opacity: .82; transform: scale(1.025); }
.product-detail-page .related-card:hover .related-card__media img { opacity: .82; transform: scale(1.025); }
.product-detail-page .related-card__info { padding: 8px 7px; }
.product-detail-page .related-card h3 { margin: 0; font-size: 10px; line-height: 15px; }
.product-detail-page .product-related__card h3 { margin: 0; padding: 8px 7px 0; font-size: 10px; line-height: 15px; }
.product-detail-page .related-card p { margin: 2px 0 0; font-size: 9px; line-height: 14px; }
.product-detail-page .product-related__card p { margin: 2px 0 0; padding: 0 7px 8px; font-size: 9px; line-height: 14px; }
.product-detail-page .related-card del { margin-right: 5px; color: var(--color-grey-500); }

@media (min-width: 760px) {
  .product-detail-page .product-purchase {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
  .product-detail-page .product-detail__purchase { display: grid; grid-template-columns: 66% 34%; }
  .product-detail-page .product-gallery {
    width: auto;
    height: auto;
    margin: 0;
    padding-right: 24px;
    overflow: visible;
    background: transparent;
  }
  .product-detail-page .product-gallery__track {
    display: grid;
    height: auto;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 11px;
  }
  .product-detail-page .product-gallery__slide {
    position: relative;
    inset: auto;
    display: block;
    visibility: visible;
    aspect-ratio: 1;
    background: var(--color-grey-50);
    opacity: 1;
    grid-column: span 2;
  }
  .product-detail-page .product-gallery__slide:nth-child(4) { grid-column: 1 / -1; aspect-ratio: 3 / 4; }
  .product-detail-page .product-gallery__slide:nth-child(5),
  .product-detail-page .product-gallery__slide:nth-child(6) { grid-column: span 3; }
  .product-detail-page .product-gallery__slide:nth-child(n+7) { display: none; }
  .product-detail-page .product-gallery.is-expanded .product-gallery__slide:nth-child(n+7) { display: block; grid-column: span 3; }
  .product-detail-page .product-gallery__prev,
  .product-detail-page .product-gallery__next,
  .product-detail-page .product-gallery__dots { display: none; }
  .product-detail-page .product-gallery__load-more {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 20px;
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 9px 16px;
    border: 0;
    color: var(--color-white);
    background: rgba(0, 0, 0, .78);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .product-detail-page .product-buy { position: sticky; top: 112px; align-self: start; padding: 10px 0 50px; }
  .product-detail-page .product-lifestyle { height: 440px; }
  .product-detail-page .product-overview { display: grid; grid-template-columns: 1fr 1fr; }
  .product-detail-page .product-overview__content,
  .product-detail-page .product-overview__copy { display: flex; min-height: 510px; flex-direction: column; justify-content: center; padding: 55px 8%; }
  .product-detail-page .product-video { position: relative; display: grid; min-height: 510px; place-items: center; overflow: hidden; color: var(--color-white); background: var(--color-black); cursor: pointer; }
  .product-detail-page .product-video::after { display: grid; width: 68px; height: 68px; place-items: center; border: 2px solid var(--color-white); border-radius: 50%; content: "▶"; font-size: 24px; transition: transform .25s ease, opacity .25s ease; }
  .product-detail-page .product-video > span { display: none; }
  .product-detail-page .product-video.is-playing::after { content: "Ⅱ"; transform: scale(.88); }
  .product-detail-page .product-accordion__toggle,
  .product-detail-page [data-accordion-toggle] { min-height: 86px; padding: 22px 5.25%; font-size: 13px; }
  .product-detail-page .product-accordion__body-inner { padding: 0 5.25% 35px; font-size: 12px; line-height: 21px; }
  .product-detail-page .product-accordion__panel { padding-right: 5.25%; padding-left: 5.25%; font-size: 12px; line-height: 21px; }
  .product-detail-page .product-accordion.is-open .product-accordion__panel { padding-bottom: 35px; }
  .product-detail-page .product-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; padding-top: 11px; }
  .product-detail-page .product-highlight { height: 478px; }
  .product-detail-page .product-highlight img { height: 430px; }
  .product-detail-page .product-highlight p,
  .product-detail-page .product-highlight figcaption { min-height: 48px; font-size: 13px; }
  .product-detail-page .related-products { min-height: 500px; padding: 42px 24px; }
  .product-detail-page .related-products__rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; overflow: visible; }
  .product-detail-page .product-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; overflow: visible; }
  .product-detail-page .related-card { min-width: 0; }
  .product-detail-page .related-card__info { padding: 12px 0; }
  .product-detail-page .related-card h3 { font-size: 13px; line-height: 20px; }
  .product-detail-page .product-related__card h3 { padding: 12px 0 0; font-size: 13px; line-height: 20px; }
  .product-detail-page .related-card p { font-size: 12px; line-height: 18px; }
  .product-detail-page .product-related__card p { padding: 0; font-size: 12px; line-height: 18px; }
}

@media (min-width: 901px) {
  .product-detail-page .site-header__bar { height: var(--header-desktop); }
  .product-detail-page .site-header__logo img { width: 250px; max-height: none; }
  .product-detail-page main { padding-top: calc(var(--header-announcement) + var(--header-desktop)); }
  .product-detail-page .product-purchase { width: calc(100% - 150px); margin: 0 75px; }
  .product-detail-page .product-gallery { padding-right: 35px; }
  .product-detail-page .product-buy { top: 145px; }
  .product-detail-page .product-buy h1 { font-size: 26px; line-height: 39px; }
  .product-detail-page .product-buy__price { font-size: 22px; line-height: 26.84px; }
  .product-detail-page .product-lifestyle { height: 598.5px; }
  .product-detail-page .product-overview h2 { font-size: 26px; line-height: 36px; }
  .product-detail-page .related-products { min-height: 613px; padding-top: 48px; }
  .product-detail-page .related-products > h2 { margin-bottom: 25px; font-size: 26px; line-height: 36px; }
  .product-detail-page .product-related__card > img { height: 419px; aspect-ratio: auto; }
}

/* ---------- News Listing and Article ---------- */
.news-page .site-header__bar,
.news-detail-page .site-header__bar { height: var(--header-mobile); }
.news-page .site-header__logo img,
.news-detail-page .site-header__logo img { width: 94px; max-height: none; object-fit: initial; }
.news-page main,
.news-detail-page main { padding-top: calc(var(--header-announcement) + var(--header-mobile)); }

.news-page .news-hero {
  position: relative;
  display: grid;
  height: 414px;
  place-items: center;
  overflow: hidden;
  padding: 0 16px;
  color: var(--color-white);
  background: var(--color-black);
}
.news-page .news-hero > img,
.news-page .news-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.news-page .news-hero > img { object-fit: cover; object-position: center; }
.news-page .news-hero__shade { background: linear-gradient(to top, rgba(0, 0, 0, .72), rgba(0, 0, 0, .02) 70%); }
.news-page .news-hero h1 { position: relative; z-index: 1; margin: 0; font-size: 30px; font-weight: 700; line-height: 36.6px; }

.news-page .news-list { width: 100%; max-width: 1400px; margin: 0 auto; padding: 30px 16px 0; }
.news-page .news-list > h2 { margin: 0 0 22px; font-size: 22px; font-weight: 700; line-height: 27px; }
.news-page .news-grid { display: grid; grid-template-columns: 1fr; gap: 30px 24px; }
.news-page .news-card { min-height: 460.6px; padding: 0; }
.news-page .news-card > a { display: block; }
.news-page .news-card__image { width: 100%; height: 229px; aspect-ratio: auto; overflow: hidden; background: var(--color-grey-50); }
.news-page .news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: opacity .35s ease, transform .45s ease; }
.news-page .news-card:hover .news-card__image img { opacity: .86; transform: scale(1.025); }
.news-page .news-card__meta { display: flex; justify-content: space-between; margin: 12px 0 11px; font-size: 10px; line-height: 16px; }
.news-page .news-card__meta time { color: var(--color-pink); font-weight: 700; }
.news-page .news-card__meta span { color: var(--color-grey-300); font-style: italic; }
.news-page .news-card h3 { margin: 0 0 9px; font-size: 16px; font-weight: 700; letter-spacing: .96px; line-height: 21px; }
.news-page .news-card p { display: block; margin: 0 0 8px; overflow: visible; color: var(--color-grey-500); font-size: 11px; line-height: 18px; -webkit-line-clamp: initial; }
.news-page .news-card__more {
  position: relative;
  display: inline-block;
  color: var(--color-pink);
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}
.news-page .news-card__more::after {
  position: absolute;
  right: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--color-pink);
  content: "";
  transition: right .3s ease;
}
.news-page .news-card:hover .news-card__more::after { right: 0; }
.news-page .news-pagination {
  display: flex;
  height: 100px;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  padding: 10px 16px 60px;
}
.news-page .news-pagination a,
.news-page .news-pagination span { min-width: 18px; color: var(--color-black); font-size: 12px; font-weight: 600; line-height: 24px; text-align: center; }
.news-page .news-pagination a[aria-current="page"] { border-bottom: 2px solid var(--color-pink); color: var(--color-pink); }

@media (min-width: 600px) {
  .news-page .news-list { padding-right: 24px; padding-left: 24px; }
  .news-page .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-page .news-card__image { height: auto; aspect-ratio: 1.507; }
}

@media (min-width: 901px) {
  .news-page .site-header__bar,
  .news-detail-page .site-header__bar { height: var(--header-desktop); }
  .news-page .site-header__logo img,
  .news-detail-page .site-header__logo img { width: 250px; max-height: none; }
  .news-page main,
  .news-detail-page main { padding-top: calc(var(--header-announcement) + var(--header-desktop)); }
  .news-page .news-hero { padding: 0 24px; }
  .news-page .news-hero h1 { font-size: 38px; line-height: 46.36px; }
  .news-page .news-list { padding: 38px 0 0; }
  .news-page .news-list > h2 { margin-bottom: 24px; font-size: 30px; line-height: 37px; }
  .news-page .news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .news-page .news-card { min-height: 500px; }
  .news-page .news-card__image { height: 299px; aspect-ratio: auto; }
  .news-page .news-card__meta { margin: 14px 0 12px; font-size: 11px; line-height: 18px; }
  .news-page .news-card h3 { font-size: 18px; letter-spacing: 1.08px; line-height: 22px; }
  .news-page .news-card p { font-size: 12px; line-height: 20px; }
  .news-page .news-card__more { font-size: 14px; line-height: 25.2px; }
}

.news-detail-page .article-hero {
  position: relative;
  min-height: 506px;
  overflow: hidden;
  background: var(--color-white);
}
.news-detail-page .article-hero__explore {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 47px;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.news-detail-page .article-hero__image {
  width: calc(100% - 47px);
  height: 176px;
  margin-left: 47px;
  object-fit: cover;
}
.news-detail-page .article-hero__panel {
  width: calc(100% - 47px);
  height: 330px;
  margin-left: 47px;
  padding: 30px;
  color: var(--color-white);
  background: var(--color-black);
}
.news-detail-page .article-hero__panel time { color: var(--color-pink); font-size: 11px; font-weight: 700; line-height: 18px; }
.news-detail-page .article-hero__panel h1 { margin: 12px 0 18px; font-size: 30px; font-weight: 700; line-height: 36.6px; }
.news-detail-page .article-hero__panel > p { margin: 0 0 22px; color: #bcbcbc; font-size: 10px; font-style: italic; line-height: 16px; }
.news-detail-page .article-share { display: flex; align-items: center; gap: 12px; }
.news-detail-page .article-share strong { font-size: 10px; line-height: 18px; }
.news-detail-page .article-share a {
  display: inline-flex;
  min-width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid currentColor;
  border-radius: 20px;
  font-size: 8px;
  line-height: 1;
  transition: color .25s ease, background .25s ease;
}
.news-detail-page .article-hero .article-share a:hover { color: var(--color-black); background: var(--color-white); }

.news-detail-page .article-content {
  width: calc(100% - 32px);
  margin: 30px auto;
  font-size: 12px;
  line-height: 20px;
}
.news-detail-page .article-content > * { width: 100%; max-width: 1097px; margin-right: auto; margin-left: auto; }
.news-detail-page .article-content > p { margin-top: 0; margin-bottom: 20px; }
.news-detail-page .article-content__prizes { margin-top: 0; margin-bottom: 22px; }
.news-detail-page .article-content__prizes li { padding: 4px 0; font-weight: 600; }
.news-detail-page .article-content > img { display: block; width: 100%; max-width: 1097px; height: auto; aspect-ratio: 1.864; margin-bottom: 24px; object-fit: cover; }
.news-detail-page .article-content p a { color: var(--color-pink); font-weight: 700; }
.news-detail-page .article-content__share { padding-top: 16px; border-top: 1px solid #e4e4e4; color: var(--color-black); }
.news-detail-page .article-content__share a:hover { color: var(--color-white); background: var(--color-black); }

.news-detail-page .article-related {
  width: calc(100% - 32px);
  margin: 16px;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
}
.news-detail-page .article-related > h2 { margin: 0 0 22px; font-size: 22px; font-weight: 700; line-height: 28px; }
.news-detail-page .article-related .news-grid { display: grid; grid-template-columns: 1fr; gap: 30px 24px; }
.news-detail-page .article-related .news-card { min-height: 460.6px; padding: 0; }
.news-detail-page .article-related .news-card > a { display: block; }
.news-detail-page .article-related .news-card__image { width: 100%; height: 229px; aspect-ratio: auto; overflow: hidden; background: var(--color-grey-50); }
.news-detail-page .article-related .news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: opacity .35s ease, transform .45s ease; }
.news-detail-page .article-related .news-card:hover .news-card__image img { opacity: .86; transform: scale(1.025); }
.news-detail-page .article-related .news-card__meta { display: flex; justify-content: space-between; margin: 12px 0 11px; font-size: 10px; line-height: 16px; }
.news-detail-page .article-related .news-card__meta time { color: var(--color-pink); font-weight: 700; }
.news-detail-page .article-related .news-card__meta span { color: var(--color-grey-300); font-style: italic; }
.news-detail-page .article-related .news-card h3 { margin: 0 0 9px; font-size: 16px; font-weight: 700; letter-spacing: .96px; line-height: 21px; }
.news-detail-page .article-related .news-card p { display: block; margin: 0 0 8px; overflow: visible; color: var(--color-grey-500); font-size: 11px; line-height: 18px; -webkit-line-clamp: initial; }
.news-detail-page .article-related .news-card__more { position: relative; display: inline-block; color: var(--color-pink); font-size: 12px; font-weight: 600; line-height: 22px; }
.news-detail-page .article-related .news-card__more::after { position: absolute; right: 100%; bottom: 0; left: 0; height: 1px; background: var(--color-pink); content: ""; transition: right .3s ease; }
.news-detail-page .article-related .news-card:hover .news-card__more::after { right: 0; }

@media (min-width: 600px) {
  .news-detail-page .article-related .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-detail-page .article-related .news-card__image { height: auto; aspect-ratio: 1.507; }
}

@media (min-width: 901px) {
  .news-detail-page .article-hero { height: 686.78px; min-height: 0; }
  .news-detail-page .article-hero__explore { bottom: 8.2px; width: 80px; font-size: 10px; }
  .news-detail-page .article-hero__image { width: calc(100% - 160px); height: 678.58px; margin-left: 80px; }
  .news-detail-page .article-hero__panel {
    position: absolute;
    right: 80px;
    bottom: 8.2px;
    width: 50%;
    height: 405.6px;
    margin: 0;
    padding: 95px;
  }
  .news-detail-page .article-hero__panel time { font-size: 12px; line-height: 20px; }
  .news-detail-page .article-hero__panel h1 { margin: 14px 0 20px; font-size: 38px; line-height: 46px; }
  .news-detail-page .article-content { width: calc(100% - 48px); max-width: 1377px; margin: 80px auto; font-size: 14px; line-height: 24px; }
  .news-detail-page .article-content > img { height: 588.42px; aspect-ratio: auto; margin-bottom: 35px; }
  .news-detail-page .article-content > p { margin-bottom: 25px; }
  .news-detail-page .article-related { min-height: 707px; padding: 60px 0; }
  .news-detail-page .article-related > h2 { margin-bottom: 24px; font-size: 26px; line-height: 32px; }
  .news-detail-page .article-related .news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .news-detail-page .article-related .news-card { min-height: 500px; }
  .news-detail-page .article-related .news-card__image { height: 299px; aspect-ratio: auto; }
  .news-detail-page .article-related .news-card__meta { margin: 14px 0 12px; font-size: 11px; line-height: 18px; }
  .news-detail-page .article-related .news-card h3 { font-size: 18px; letter-spacing: 1.08px; line-height: 22px; }
  .news-detail-page .article-related .news-card p { font-size: 12px; line-height: 20px; }
  .news-detail-page .article-related .news-card__more { font-size: 14px; line-height: 25.2px; }
}

/* ---------- About Us Page ---------- */
.about-page .site-header__bar { height: var(--header-mobile); }
.about-page .site-header__logo img { width: 94px; max-height: none; object-fit: initial; }
.about-page main { padding-top: calc(var(--header-announcement) + var(--header-mobile)); }
.about-page .about-hero { display: flex; flex-direction: column; color: var(--color-white); background: var(--color-black); }
.about-page .about-hero__copy,
.about-page .about-hero__content { display: flex; min-height: 190px; align-items: center; flex-direction: column; justify-content: center; padding: 28px 24px; text-align: center; }
.about-page .about-hero h1 { margin: 0 0 13px; font-size: 30px; font-weight: 700; line-height: 36.6px; text-transform: uppercase; }
.about-page .about-hero h1 span,
.about-page .about-hero__accent { color: var(--color-pink); }
.about-page .about-hero p { max-width: 490px; margin: 0; font-size: 11px; line-height: 18px; }
.about-page .about-hero__image { width: 100%; aspect-ratio: 1.77; overflow: hidden; }
.about-page .about-hero__image img,
.about-page .about-hero > img { width: 100%; height: 100%; object-fit: cover; }

.about-page .about-interview { width: 100%; max-width: 932px; margin: 0 auto; padding: 42px 16px 50px; text-align: center; }
.about-page .about-interview h2 { margin: 0 0 12px; font-size: 22px; line-height: 28px; text-transform: uppercase; }
.about-page .about-interview > p { max-width: 720px; margin: 0 auto 24px; color: var(--color-grey-500); font-size: 11px; line-height: 19px; }
.about-page .about-interview__poster { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--color-black); }
.about-page .about-interview__poster img { width: 100%; height: 100%; object-fit: cover; transition: opacity .35s ease, transform .45s ease; }
.about-page .about-interview__poster:hover img { opacity: .88; transform: scale(1.015); }
.about-page .about-interview__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--color-pink);
  font-size: 19px;
  transform: translate(-50%, -50%);
}
.about-page .about-interview__poster > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--color-pink);
  font-size: 19px;
  transform: translate(-50%, -50%);
}

.about-page .about-history { padding: 0 16px 48px; }
.about-page .about-history > h2 { margin: 0 auto 22px; font-size: 22px; line-height: 28px; text-align: center; text-transform: uppercase; }
.about-page [data-history-carousel] { position: relative; outline-offset: 4px; }
.about-page .about-history__stage { position: relative; width: 100%; max-width: 1400px; margin: 0 auto; }
.about-page .about-history__image { width: 100%; aspect-ratio: 1.55; overflow: hidden; background: var(--color-grey-50); }
.about-page .about-history__stage > img { width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.about-page .about-history__image img,
.about-page [data-history-image] { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s ease; }
.about-page .about-history__card {
  min-height: 300px;
  padding: 34px 24px 30px;
  color: var(--color-white);
  background: var(--color-black);
}
.about-page .about-history__year,
.about-page [data-history-year] { display: block; margin-bottom: 8px; color: var(--color-pink); font-size: 46px; font-weight: 700; line-height: 1; }
.about-page .about-history__title,
.about-page [data-history-title] { margin: 0 0 13px; font-size: 14px; font-weight: 700; line-height: 20px; text-transform: uppercase; }
.about-page .about-history__text,
.about-page [data-history-text] { margin: 0; color: #d0d0d0; font-size: 11px; line-height: 19px; }
.about-page .about-history__controls {
  position: absolute;
  top: calc(50px + (100vw - 32px) / 1.55 - 48px);
  right: 0;
  display: flex;
  height: 48px;
  align-items: center;
  color: var(--color-white);
  background: rgba(0, 0, 0, .9);
}
.about-page .about-history__controls button {
  display: grid;
  width: 44px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 0;
  color: var(--color-pink);
  background: transparent;
  font-size: 26px;
  cursor: pointer;
}
.about-page .about-history__counter,
.about-page [data-history-counter] { min-width: 55px; font-size: 10px; font-weight: 700; text-align: center; }

.about-page .about-stories { background: #f8f8f8; }
.about-page .about-story { display: flex; flex-direction: column; }
.about-page .about-story__image { order: -1; width: 100%; aspect-ratio: 1; overflow: hidden; }
.about-page .about-story > img { order: -1; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.about-page .about-story__image img,
.about-page .about-story > img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.about-page .about-story:hover .about-story__image img { transform: scale(1.015); }
.about-page .about-story__copy,
.about-page .about-story__content,
.about-page .about-story > div { display: flex; min-height: 260px; align-items: flex-start; flex-direction: column; justify-content: center; padding: 38px 24px; }
.about-page .about-story h2 { margin: 0 0 13px; font-size: 22px; line-height: 29px; text-transform: uppercase; }
.about-page .about-story p { max-width: 520px; margin: 0; color: var(--color-grey-500); font-size: 11px; line-height: 19px; }

@media (min-width: 901px) {
  .about-page .site-header__bar { height: var(--header-desktop); }
  .about-page .site-header__logo img { width: 250px; max-height: none; }
  .about-page main { padding-top: calc(var(--header-announcement) + var(--header-desktop)); }
  .about-page .about-hero { display: grid; height: 539px; grid-template-columns: repeat(2, 1fr); }
  .about-page .about-hero__copy,
  .about-page .about-hero__content { min-height: 0; padding: 60px 10%; text-align: left; }
  .about-page .about-hero h1 { align-self: flex-start; font-size: 38px; line-height: 46.36px; }
  .about-page .about-hero p { align-self: flex-start; font-size: 13px; line-height: 22px; }
  .about-page .about-hero__image { height: 539px; aspect-ratio: auto; }
  .about-page .about-interview { padding-top: 48px; padding-bottom: 66px; }
  .about-page .about-interview h2 { font-size: 30px; line-height: 37px; }
  .about-page .about-interview > p { font-size: 13px; line-height: 22px; }
  .about-page .about-interview__poster { border-radius: 9px; }
  .about-page .about-interview__play { width: 74px; height: 74px; font-size: 25px; }
  .about-page .about-interview__poster > span { width: 74px; height: 74px; font-size: 25px; }
  .about-page .about-history { padding: 0 12px 74px; }
  .about-page .about-history > h2 { margin-bottom: 30px; font-size: 30px; line-height: 37px; }
  .about-page .about-history__stage { height: 662px; }
  .about-page .about-history__image { width: 66.666%; height: 610px; aspect-ratio: auto; }
  .about-page .about-history__stage > img { width: 66.666%; height: 610px; aspect-ratio: auto; }
  .about-page .about-history__card { position: absolute; top: 50%; right: 0; width: 42%; min-height: 420px; padding: 62px 58px; transform: translateY(-56%); }
  .about-page .about-history__year,
  .about-page [data-history-year] { font-size: 72px; }
  .about-page .about-history__title,
  .about-page [data-history-title] { font-size: 16px; line-height: 23px; }
  .about-page .about-history__text,
  .about-page [data-history-text] { font-size: 13px; line-height: 22px; }
  .about-page .about-history__controls { top: auto; right: 12px; bottom: 74px; color: var(--color-black); background: transparent; }
  .about-page .about-history__controls button { width: 52px; }
  .about-page .about-story { display: grid; min-height: 560px; grid-template-columns: repeat(2, 1fr); }
  .about-page .about-story__image { width: auto; height: 100%; aspect-ratio: auto; order: initial; }
  .about-page .about-story > img { width: 100%; height: 560px; aspect-ratio: auto; order: initial; }
  .about-page .about-story__copy,
  .about-page .about-story__content,
  .about-page .about-story > div { min-height: 560px; padding: 70px 13%; }
  .about-page .about-story:nth-child(even) .about-story__image { grid-column: 2; grid-row: 1; }
  .about-page .about-story:nth-child(even) > img { grid-column: 2; grid-row: 1; }
  .about-page .about-story:nth-child(even) .about-story__copy,
  .about-page .about-story:nth-child(even) .about-story__content,
  .about-page .about-story:nth-child(even) > div { grid-column: 1; grid-row: 1; }
  .about-page .about-story h2 { font-size: 30px; line-height: 38px; }
  .about-page .about-story p { font-size: 13px; line-height: 22px; }
}

/* ---------- Contact Us Page ---------- */
.contact-page .site-header__bar { height: var(--header-mobile); }
.contact-page .site-header__logo img { width: 94px; max-height: none; object-fit: initial; }
.contact-page main { padding-top: calc(var(--header-announcement) + var(--header-mobile)); }
.contact-page .contact-hero { display: flex; flex-direction: column; color: var(--color-white); background: var(--color-black); }
.contact-page .contact-hero__copy,
.contact-page .contact-hero__content { display: flex; min-height: 150px; align-items: center; padding: 30px 16px; }
.contact-page .contact-hero h1 { width: 100%; margin: 0; font-size: 30px; line-height: 36.6px; text-align: center; text-transform: uppercase; }
.contact-page .contact-hero__image { width: 100%; aspect-ratio: 1.77; overflow: hidden; }
.contact-page .contact-hero__image img,
.contact-page .contact-hero > img { width: 100%; height: 100%; object-fit: cover; }

.contact-page .contact-details,
.contact-page .contact-form-section,
.contact-page section.contact-form { width: calc(100% - 32px); max-width: 820px; margin: 0 auto; }
.contact-page .contact-details { padding: 44px 0 12px; }
.contact-page .contact-details h2,
.contact-page .contact-form-section h2,
.contact-page section.contact-form > h2 { margin: 0 0 18px; font-size: 22px; line-height: 28px; text-transform: uppercase; }
.contact-page .contact-details h3 { margin: 0 0 8px; font-size: 11px; line-height: 18px; text-transform: uppercase; }
.contact-page .contact-details p { margin: 0 0 16px; color: var(--color-grey-500); font-size: 11px; line-height: 19px; }
.contact-page .contact-details a { color: var(--color-pink); font-weight: 600; }
.contact-page .contact-details__group,
.contact-page .contact-details__emails,
.contact-page .contact-details__phone,
.contact-page .contact-details__phones,
.contact-page .contact-details__policies,
.contact-page .contact-details__addresses { padding: 22px 0; border-top: 1px solid #dedede; }
.contact-page .contact-details__emails,
.contact-page .contact-details__addresses { display: grid; grid-template-columns: 1fr; gap: 20px; }
.contact-page .contact-details__policies { display: grid; grid-template-columns: 1fr; gap: 10px; }
.contact-page .contact-details address { color: var(--color-grey-500); font-size: 11px; font-style: normal; line-height: 19px; }

.contact-page .contact-form-section,
.contact-page section.contact-form { padding: 24px 0 60px; }
.contact-page [data-contact-form] { display: flex; flex-direction: column; gap: 12px; }
.contact-page .contact-form__fields { display: grid; grid-template-columns: 1fr; gap: 12px; }
.contact-page .contact-form__field { display: flex; flex-direction: column; gap: 5px; }
.contact-page .contact-form label { display: flex; flex-direction: column; gap: 5px; color: var(--color-black); font-size: 10px; font-weight: 600; line-height: 16px; }
.contact-page .contact-form input,
.contact-page .contact-form select,
.contact-page .contact-form textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: var(--color-white);
  font-family: var(--font-sans);
  font-size: 12px;
}
.contact-page .contact-form input,
.contact-page .contact-form select { height: 50px; padding: 0 12px; }
.contact-page .contact-form textarea { min-height: 200px; padding: 12px; resize: vertical; }
.contact-page .contact-form__message,
.contact-page .contact-form__submit,
.contact-page [data-contact-status] { grid-column: 1 / -1; }
.contact-page .contact-form button[type="submit"] { width: 100%; min-height: 50px; border: 1px solid var(--color-pink); border-radius: 4px; color: var(--color-white); background: var(--color-pink); font-size: 12px; font-weight: 700; text-transform: uppercase; cursor: pointer; transition: color .25s ease, background .25s ease; }
.contact-page .contact-form button[type="submit"]:hover { color: var(--color-black); background: var(--color-white); }
.contact-page [data-contact-status] { margin: 0; padding: 12px 14px; border-left: 3px solid var(--color-pink); background: #f8f8f8; font-size: 11px; line-height: 18px; }
.contact-page [data-contact-status][hidden] { display: none; }
.contact-page [data-contact-status]:empty { display: none; }

@media (min-width: 700px) {
  .contact-page .contact-details__emails,
  .contact-page .contact-details__addresses { grid-template-columns: repeat(2, 1fr); gap: 35px; }
  .contact-page .contact-details__policies { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .contact-page .contact-form__fields { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 12px; }
}

@media (min-width: 901px) {
  .contact-page .site-header__bar { height: var(--header-desktop); }
  .contact-page .site-header__logo img { width: 250px; max-height: none; }
  .contact-page main { padding-top: calc(var(--header-announcement) + var(--header-desktop)); }
  .contact-page .contact-hero { display: grid; height: 536px; grid-template-columns: repeat(2, 1fr); }
  .contact-page .contact-hero__copy,
  .contact-page .contact-hero__content { min-height: 0; padding: 60px 10%; }
  .contact-page .contact-hero h1 { font-size: 38px; line-height: 46.36px; text-align: left; }
  .contact-page .contact-hero__image { height: 536px; aspect-ratio: auto; }
  .contact-page .contact-details { padding-top: 75px; }
  .contact-page .contact-details h2,
  .contact-page .contact-form-section h2,
  .contact-page section.contact-form > h2 { font-size: 30px; line-height: 37px; }
  .contact-page .contact-details h3 { font-size: 12px; line-height: 20px; }
  .contact-page .contact-details p { font-size: 13px; line-height: 22px; }
  .contact-page .contact-form-section,
  .contact-page section.contact-form { padding-top: 36px; padding-bottom: 80px; }
}

/* ---------- Expanded Eight-Item Main Navigation ---------- */
@media (min-width: 901px) {
  .site-header__nav {
    gap: 16px;
    padding-left: 0;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
  }
  .site-header__logo img,
  .collection-page .site-header__logo img,
  .product-detail-page .site-header__logo img { width: 150px; }
}

@media (min-width: 1200px) {
  .site-header__nav { gap: 24px; font-size: 16px; }
  .site-header__logo img,
  .collection-page .site-header__logo img,
  .product-detail-page .site-header__logo img { width: 220px; }
}

@media (min-width: 1350px) {
  .site-header__nav { gap: 30px; font-size: 17px; }
  .site-header__logo img,
  .collection-page .site-header__logo img,
  .product-detail-page .site-header__logo img { width: 250px; }
}

/* ---------- Chinese homepage readability ---------- */
body:not([class]) .announcement { font-size: 12px; font-weight: 600; }
body:not([class]) .hero h1 { font-size: 32px; }
body:not([class]) .button { font-size: 14px; }
body:not([class]) .products__tab { font-size: 11px; }
body:not([class]) .product-card__media > span { font-size: 10px; }
body:not([class]) .product-card__info h3 { font-size: 14px; }
body:not([class]) .product-card__info strong { font-size: 13px; }
body:not([class]) .product-card__info p { font-size: 12px; }
body:not([class]) .category-card span { font-size: 16px; font-weight: 700; }
body:not([class]) .community__heading p { font-size: 13px; }
body:not([class]) .news-card__meta { font-size: 11px; }
body:not([class]) .news-card h3 { font-size: 15px; }
body:not([class]) .news-card p { font-size: 13px; }
body:not([class]) .news-card > a > span { font-size: 12px; }
body:not([class]) .site-footer { font-size: 12px; }
body:not([class]) .site-footer__back { font-size: 12px; }
body:not([class]) .site-footer__proof { font-size: 10px; }
body:not([class]) .footer-group > button { font-size: 12px; }
body:not([class]) .site-footer__copyright { font-size: 11px; }

@media (min-width: 901px) {
  body:not([class]) .announcement { font-size: 13px; }
  body:not([class]) .hero h1 { font-size: 48px; line-height: 1.2; }
  body:not([class]) .button { font-size: 16px; }
  body:not([class]) .products__header h2 { font-size: 32px; }
  body:not([class]) .products__tab { font-size: 15px; letter-spacing: 1px; }
  body:not([class]) .product-card__media > span { font-size: 11px; }
  body:not([class]) .product-card__info h3 { font-size: 17px; }
  body:not([class]) .product-card__info strong { font-size: 15px; }
  body:not([class]) .product-card__info p { font-size: 14px; }
  body:not([class]) .category-card span { font-size: 21px; }
  body:not([class]) .news-card__meta { font-size: 13px; }
  body:not([class]) .news-card h3 { font-size: 20px; line-height: 1.35; }
  body:not([class]) .news-card p { font-size: 15px; line-height: 1.65; }
  body:not([class]) .news-card > a > span { font-size: 14px; }
  body:not([class]) .site-footer__proof { font-size: 13px; }
  body:not([class]) .footer-group h2 { font-size: 17px; }
  body:not([class]) .footer-group li { font-size: 14px; line-height: 1.9; }
  body:not([class]) .site-footer__copyright { font-size: 12px; }
}

/* ---------- Chinese inner-page readability ---------- */
body[class] .announcement { font-size: 12px; font-weight: 600; }
body[class] .button { font-size: 14px; }
body[class] .site-footer { font-size: 12px; }
body[class] .site-footer__back { font-size: 12px; }
body[class] .site-footer__proof { font-size: 10px; }
body[class] .footer-group > button { font-size: 12px; }
body[class] .site-footer__copyright { font-size: 11px; }

/* Keep footer navigation focused on the most-used destinations. */
.site-footer .footer-group li:nth-child(n + 5) { display: none; }

.collection-page .collection-promo__copy p { font-size: 14px; line-height: 1.75; }
.collection-page .collection-controls button,
.collection-page .collection-controls select { font-size: 13px; }
.collection-page [data-apparel-filter-drawer] label { font-size: 14px; }
.collection-page .apparel-card__badge { font-size: 10px; }
.collection-page .apparel-card__info h2,
.collection-page .apparel-card__info h3 { font-size: 15px; line-height: 1.55; }
.collection-page .apparel-card__info p { font-size: 13px; line-height: 1.55; }
.collection-page .apparel-card__info strong { font-size: 14px; }
.collection-page .apparel-insurance p { font-size: 14px; line-height: 1.7; }
.collection-page .apparel-insurance strong { font-size: 14px; }

.product-detail-page .product-detail__breadcrumb,
.product-detail-page .product-buy__breadcrumb { font-size: 12px; }
.product-detail-page .product-buy__reviews,
.product-detail-page .product-buy__sku,
.product-detail-page .product-buy__points { font-size: 12px; }
.product-detail-page .product-buy__description,
.product-detail-page .product-buy__summary { font-size: 14px; line-height: 1.7; }
.product-detail-page .product-buy label,
.product-detail-page .product-buy legend { font-size: 13px; }
.product-detail-page .size-options button,
.product-detail-page [data-size-option] { font-size: 13px; }
.product-detail-page .quantity-stepper > span { font-size: 12px; }
.product-detail-page .product-buy__benefits strong { font-size: 13px; }
.product-detail-page .product-buy__benefits small { font-size: 11px; line-height: 1.45; }
.product-detail-page .product-buy__upsell > h2,
.product-detail-page .product-upsell h2,
.product-detail-page .product-upsell h3,
.product-detail-page .product-buy__upsell-card h3 { font-size: 13px; }
.product-detail-page .product-upsell p,
.product-detail-page .product-buy__upsell-card p { font-size: 11px; line-height: 1.5; }
.product-detail-page .product-accordion__body-inner,
.product-detail-page .product-accordion__panel { font-size: 13px; line-height: 1.75; }

.news-page .news-card__meta,
.news-detail-page .news-card__meta { font-size: 12px; }
.news-page .news-card h3,
.news-detail-page .news-card h3 { font-size: 17px; line-height: 1.45; }
.news-page .news-card p,
.news-detail-page .news-card p { font-size: 13px; line-height: 1.65; }
.news-page .news-card__more,
.news-detail-page .news-card__more { font-size: 13px; }
.news-detail-page .article-body,
.news-detail-page .article-body p { font-size: 14px; line-height: 1.8; }

.about-page .about-hero p,
.about-page .about-interview > p,
.about-page .about-story p,
.about-page .about-history__text,
.about-page [data-history-text] { font-size: 14px; line-height: 1.75; }
.about-page .about-history__title,
.about-page [data-history-title] { font-size: 15px; }

.contact-page .contact-details h3 { font-size: 14px; }
.contact-page .contact-details p,
.contact-page .contact-details address { font-size: 14px; line-height: 1.75; }
.contact-page .contact-form label { font-size: 13px; }
.contact-page .contact-form input,
.contact-page .contact-form select,
.contact-page .contact-form textarea { font-size: 14px; }
.contact-page [data-contact-status] { font-size: 13px; }

@media (min-width: 901px) {
  body[class] .announcement { font-size: 13px; }
  body[class] .button { font-size: 16px; }
  body[class] .site-footer__proof { font-size: 13px; }
  body[class] .footer-group h2 { font-size: 17px; }
  body[class] .footer-group li { font-size: 14px; line-height: 1.9; }

  .site-footer {
    min-height: 0;
    padding: 42px 24px 20px;
  }
  .site-footer__proof { padding-bottom: 22px; }
  .site-footer__columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px;
    padding-top: 10px;
  }
  .footer-group h2 { margin-bottom: 12px; }
  .site-footer__bottom { margin-top: 26px; }

  .collection-page .collection-promo__copy p { font-size: 16px; }
  .collection-page .collection-controls button,
  .collection-page .collection-controls select { font-size: 15px; }
  .collection-page .apparel-card__badge { font-size: 11px; }
  .collection-page .apparel-card__info h2,
  .collection-page .apparel-card__info h3 { font-size: 18px; }
  .collection-page .apparel-card__info p { font-size: 15px; }
  .collection-page .apparel-card__info strong { font-size: 16px; }
  .collection-page .apparel-insurance p { font-size: 16px; }

  .product-detail-page .product-detail__breadcrumb,
  .product-detail-page .product-buy__breadcrumb { font-size: 14px; }
  .product-detail-page .product-buy__reviews,
  .product-detail-page .product-buy__sku,
  .product-detail-page .product-buy__points { font-size: 14px; }
  .product-detail-page .product-buy__description,
  .product-detail-page .product-buy__summary { font-size: 16px; }
  .product-detail-page .product-buy label,
  .product-detail-page .product-buy legend { font-size: 15px; }
  .product-detail-page .product-accordion__body-inner,
  .product-detail-page .product-accordion__panel { font-size: 15px; }

  .news-page .news-card__meta,
  .news-detail-page .news-card__meta { font-size: 13px; }
  .news-page .news-card h3,
  .news-detail-page .news-card h3 { font-size: 20px; }
  .news-page .news-card p,
  .news-detail-page .news-card p { font-size: 15px; }
  .news-page .news-card__more,
  .news-detail-page .news-card__more { font-size: 14px; }
  .news-detail-page .article-body,
  .news-detail-page .article-body p { font-size: 16px; }

  .about-page .about-hero p,
  .about-page .about-interview > p,
  .about-page .about-story p,
  .about-page .about-history__text,
  .about-page [data-history-text] { font-size: 16px; }
  .contact-page .contact-details h3 { font-size: 16px; }
  .contact-page .contact-details p,
  .contact-page .contact-details address { font-size: 16px; }
  .contact-page .contact-form label { font-size: 15px; }
  .contact-page .contact-form input,
  .contact-page .contact-form select,
  .contact-page .contact-form textarea { font-size: 16px; }
}

/* Rich company footer */
.site-footer--simple .simple-footer__inner--rich {
  display: grid;
  align-items: start;
  gap: 42px;
  padding: 48px 24px 40px;
}
.simple-footer__inner--rich .simple-footer__brand p { margin-bottom: 24px; }
.footer-directory { display: grid; gap: 34px; }
.footer-column { display: grid; align-content: start; gap: 11px; }
.footer-column h2 {
  display: block;
  margin: 0 0 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.footer-column a,
.footer-column address {
  color: #929292;
  font-size: 13px;
  font-style: normal;
  line-height: 1.7;
}
.footer-column a:hover { color: var(--color-pink); }
.footer-column--contact a:first-of-type { color: #fff; font-size: 16px; font-weight: 700; }
.site-footer--simple .simple-footer__bottom a { color: #888; }
.site-footer--simple .simple-footer__bottom a:hover { color: var(--color-pink); }

/* Refined homepage hero copy */
.hero .hero__shade {
  background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.38) 42%, rgba(0,0,0,.06) 75%);
}
.hero .hero__content {
  align-items: flex-start;
  justify-content: center;
  padding: 90px 7vw 40px;
  text-align: left;
}
.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--color-pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
}
.hero__eyebrow::before { width: 34px; height: 2px; background: var(--color-pink); content: ""; }
body:not([class]) .hero h1 {
  margin: 0;
  font-size: clamp(44px, 5.4vw, 78px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.045em;
  text-transform: none;
}
.hero__content > p {
  max-width: 510px;
  margin: 23px 0 28px;
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.8;
}
.hero__cta {
  display: inline-flex;
  min-width: 154px;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 18px 0 20px;
  border: 1px solid var(--color-pink);
  border-radius: 3px;
  color: #111;
  background: var(--color-pink);
  font-size: 14px;
  font-weight: 800;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.hero__cta span { font-size: 20px; }
.hero__cta:hover { color: #fff; background: transparent; transform: translateY(-2px); }

@media (min-width: 760px) {
  .site-footer--simple .simple-footer__inner--rich {
    grid-template-columns: minmax(260px, .8fr) minmax(600px, 1.6fr);
    gap: 7vw;
    padding: 64px 5vw 52px;
  }
  .footer-directory { grid-template-columns: .8fr .8fr 1.4fr; gap: 4vw; }
}

@media (max-width: 759px) {
  .footer-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-column--contact { grid-column: 1 / -1; padding-top: 8px; border-top: 1px solid #242424; }
  .hero .hero__content { align-items: center; padding: 95px 24px 38px; text-align: center; }
  .hero__eyebrow { font-size: 9px; }
  body:not([class]) .hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero__content > p { max-width: 350px; font-size: 13px; }
}
