/* Group homepage adapted from the ATB Brand House Shopify theme. */
:root {
  --group-black: #0b0b0b;
  --group-white: #f6f5f2;
  --group-grey: #73726e;
  --group-line: rgba(11, 11, 11, .16);
  --group-acid: #d8ff28;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.atb-group { margin: 0; color: var(--group-black); background: var(--group-white); font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; }
.atb-group a { color: inherit; text-decoration: none; touch-action: manipulation; }
.atb-group a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.atb-group img { display: block; max-width: 100%; }
.group-skip { position: absolute; top: -100px; left: 18px; z-index: 10; padding: 12px 18px; background: var(--group-white); color: var(--group-black); }
.group-skip:focus { top: 12px; }
.group-header { position: absolute; inset: 0 0 auto; z-index: 5; height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 42px; color: #fff; }
.group-wordmark { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; }
.group-wordmark__mark { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid currentColor; font-family: Georgia, serif; font-size: 16px; }
.group-utilities { display: flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.group-utilities a { min-height: 36px; display: inline-flex; align-items: center; }
.group-language { border-bottom: 1px solid rgba(255, 255, 255, .55); }
.group-hero { position: relative; min-height: 88vh; min-height: 88svh; display: grid; align-items: center; overflow: hidden; color: #fff; background: #151515; }
.group-hero__image, .group-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.group-hero__image { object-fit: cover; object-position: center; }
.group-hero__shade { background: linear-gradient(to bottom, rgba(0, 0, 0, .72), rgba(0, 0, 0, .55) 78px, rgba(0, 0, 0, .08) 190px); }
.group-hero__content { position: relative; z-index: 1; width: min(1280px, calc(100% - 84px)); margin: 0 auto; padding: 112px 0 126px; }
.group-eyebrow { margin: 0 0 18px; font-size: 11px; line-height: 1.4; font-weight: 600; text-transform: uppercase; }
.group-hero__content .group-eyebrow { color: var(--group-acid); }
.group-hero h1 { max-width: 820px; margin: 0; font-size: 88px; line-height: .92; font-weight: 600; text-wrap: balance; }
.group-hero__line { max-width: 460px; margin: 28px 0 42px; font-family: "Iowan Old Style", Baskerville, Georgia, "Microsoft YaHei", serif; font-size: 28px; line-height: 1.35; }
.group-discover { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 12px; line-height: 1.5; font-weight: 600; text-transform: uppercase; }
.group-content-menu { position: absolute; inset: auto 0 0; z-index: 2; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); background: rgba(246, 245, 242, .96); color: var(--group-black); border-block: 1px solid var(--group-line); }
.group-content-menu a { min-height: 44px; display: flex; align-items: center; justify-content: center; padding: 10px 14px; border-right: 1px solid var(--group-line); font-size: 11px; line-height: 1.25; font-weight: 700; text-align: center; text-transform: uppercase; transition: background-color 180ms ease, color 180ms ease; }
.group-content-menu a:last-child { border-right: 0; }
.group-content-menu a:hover, .group-content-menu a:focus-visible { background: var(--group-black); color: #fff; outline-offset: -4px; }
.group-brands { padding: 104px 42px 126px; scroll-margin-top: 32px; }
.group-section-heading { max-width: 1280px; margin: 0 auto 64px; }
.group-section-heading h2 { margin: 0; font-family: "Iowan Old Style", Baskerville, Georgia, "Microsoft YaHei", serif; font-size: 58px; font-weight: 400; line-height: 1.04; }
.group-section-heading > p:last-child { max-width: 520px; margin: 20px 0 0; color: var(--group-grey); font-size: 14px; line-height: 1.65; }
.group-brand-grid { max-width: 1280px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0 auto; border-top: 1px solid var(--group-line); border-left: 1px solid var(--group-line); }
.group-brand-cell { position: relative; min-height: 174px; display: grid; place-items: center; min-width: 0; padding: 24px 16px; border-right: 1px solid var(--group-line); border-bottom: 1px solid var(--group-line); overflow: hidden; }
.group-brand-cell::before { content: ""; position: absolute; inset: 0; background: var(--brand-accent, var(--group-black)); transform: translateY(102%); transition: transform 260ms ease; }
.group-brand-cell > span:not(.group-brand-cell__arrow) { position: relative; z-index: 1; max-width: 100%; font-size: 22px; line-height: 1.3; overflow-wrap: anywhere; text-align: center; transition: color 260ms ease; }
.group-brand-cell > img { position: relative; z-index: 1; max-width: 150px; max-height: 62px; width: auto; height: auto; object-fit: contain; }
.group-brand-cell--minimal { --brand-accent: #0b0b0b; --brand-ink: #fff; font-weight: 800; }
.group-brand-cell--editorial { --brand-accent: #ff7696; --brand-ink: #0b0b0b; font-family: Georgia, serif; font-style: italic; }
.group-brand-cell--bold { --brand-accent: #ff5c42; --brand-ink: #0b0b0b; font-weight: 900; }
.group-brand-cell--technical { --brand-accent: #1748ff; --brand-ink: #fff; font-weight: 400; }
.group-brand-cell__arrow { position: absolute; right: 14px; bottom: 10px; z-index: 1; opacity: 0; font-family: Arial, sans-serif; font-style: normal; font-size: 18px; color: var(--brand-ink); transition: opacity 200ms ease; }
.group-brand-cell:hover::before, .group-brand-cell:focus-visible::before { transform: translateY(0); }
.group-brand-cell:hover > span, .group-brand-cell:focus-visible > span { color: var(--brand-ink); }
.group-brand-cell:hover .group-brand-cell__arrow, .group-brand-cell:focus-visible .group-brand-cell__arrow { opacity: 1; }
.group-brand-cell:has(> img)::before { background: #eae8e3; }
.group-brand-cell:has(> img) .group-brand-cell__arrow { color: var(--group-black); }
.group-brand-cell:focus-visible { z-index: 2; outline-offset: -5px; }
.group-footer { min-height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; padding: 24px 42px; border-top: 1px solid var(--group-line); font-size: 11px; line-height: 1.5; font-weight: 600; text-transform: uppercase; }
.group-footer > :last-child { justify-self: end; }
.group-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 1100px) {
  .group-hero h1 { font-size: 76px; }
  .group-section-heading h2 { font-size: 52px; }
}
@media (max-width: 900px) {
  .group-brand-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .group-header { height: 66px; padding: 0 18px; }
  .group-wordmark { gap: 9px; font-size: 12px; }
  .group-wordmark__mark { width: 26px; height: 26px; }
  .group-utilities { gap: 17px; font-size: 11px; }
  .group-hero { min-height: 82vh; min-height: 82svh; }
  .group-hero__image { object-position: 64% center; }
  .group-hero__shade { background: linear-gradient(0deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .08) 78%); }
  .group-hero__content { align-self: end; width: calc(100% - 36px); padding: 125px 0 92px; }
  .group-hero h1 { font-size: 44px; line-height: .96; }
  .group-hero__line { max-width: 310px; margin: 20px 0 30px; font-size: 20px; }
  .group-eyebrow { font-size: 10px; }
  .group-content-menu a { min-height: 48px; padding: 9px 4px; font-size: 9px; }
  .group-brands { padding: 72px 18px 86px; }
  .group-section-heading { margin-bottom: 40px; }
  .group-section-heading h2 { font-size: 38px; }
  .group-section-heading > p:last-child { font-size: 13px; }
  .group-brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .group-brand-cell { min-height: 126px; padding: 22px 12px; }
  .group-brand-cell > span:not(.group-brand-cell__arrow) { font-size: 18px; }
  .group-brand-cell > img { max-width: 118px; max-height: 48px; }
  .group-footer { grid-template-columns: 1fr auto; gap: 20px; padding: 26px 18px; font-size: 10px; }
  .group-footer > :nth-child(2) { grid-row: 2; grid-column: 1 / -1; }
  .group-footer > :last-child { grid-row: 1; grid-column: 2; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
