:root {
  color-scheme: light;
  --page: #f3f3f3;
  --paper: #ffffff;
  --ink: #111111;
  --muted: #666666;
  --soft: rgba(17, 17, 17, 0.08);
  --glass: rgba(255, 255, 255, 0.62);
  --shadow: 0 18px 46px rgba(0, 0, 0, 0.12);
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--page);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100svh;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fafafa 0, var(--page) 182px),
    var(--page);
}

button,
a {
  color: inherit;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

a {
  text-decoration: none;
}

.home {
  display: grid;
  grid-template-rows: auto 1fr;
  justify-items: center;
  min-height: 100svh;
  padding: clamp(34px, 5.8svh, 64px) clamp(18px, 5vw, 60px) clamp(30px, 5svh, 52px);
}

.home-view,
.shop-view,
.panel-view {
  display: grid;
  justify-items: center;
  width: 100%;
}

.home[data-view="shop"] .home-view,
.home[data-view="about"] .home-view,
.home[data-view="video"] .home-view,
.home[data-view="music"] .home-view {
  display: none;
}

.home[data-view="shop"] .shop-view {
  display: grid;
}

.home[data-view="about"] .about-view,
.home[data-view="video"] .video-view,
.home[data-view="music"] .music-view {
  display: grid;
}

.domain-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.domain-pill {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  min-height: 36px;
  padding: 0 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.34)),
    var(--glass);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -12px 22px rgba(255, 255, 255, 0.24),
    var(--shadow);
  color: var(--ink);
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 650;
  backdrop-filter: blur(18px) saturate(1.65);
  -webkit-backdrop-filter: blur(18px) saturate(1.65);
}

.domain-pill::before {
  content: "";
  position: absolute;
  inset: 3px 14px auto;
  z-index: -1;
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  opacity: 0.72;
}

.image-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(91vw, 560px, 50svh);
  aspect-ratio: 1088 / 1688;
  min-height: 0;
  margin-top: clamp(38px, 6svh, 64px);
  overflow: hidden;
  background: var(--paper);
  cursor: pointer;
}

.image-stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}

.signature {
  margin: clamp(20px, 3.8svh, 38px) 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2.7vw, 30px);
  line-height: 1;
}

.entry-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(16px, 3svh, 32px);
}

.entry-options button {
  min-width: 72px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-transform: lowercase;
  transition:
    border-color 140ms ease,
    background-color 140ms ease,
    transform 140ms ease;
}

.entry-options button:hover,
.entry-options button:focus-visible,
.entry-options button.is-active {
  border-color: var(--ink);
  background: var(--paper);
  outline: none;
}

.entry-options button:active {
  transform: translateY(1px);
}

.entry-status {
  min-height: 16px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1;
  text-transform: lowercase;
}

.shop-view,
.panel-view {
  align-content: start;
  max-width: 520px;
  padding-top: clamp(84px, 16svh, 152px);
}

.shop-view[hidden],
.panel-view[hidden] {
  display: none;
}

.shop-head,
.season-list button,
.category-list button {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
}

.shop-head {
  margin-bottom: clamp(42px, 8svh, 82px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: lowercase;
}

.shop-head p,
.shop-label {
  margin: 0;
}

.shop-head button,
.back-link {
  justify-self: start;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: lowercase;
}

.shop-head button:hover,
.back-link:hover {
  color: var(--ink);
}

.shop-label {
  width: 100%;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: lowercase;
}

.season-view,
.category-view {
  width: 100%;
}

.season-list,
.category-list {
  display: grid;
  gap: 0;
  width: 100%;
  border-top: 1px solid var(--ink);
}

.season-list button,
.category-list button {
  min-height: 58px;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  text-align: left;
  text-transform: lowercase;
}

.season-list span,
.category-list span {
  font-size: clamp(25px, 5.8vw, 38px);
  font-weight: 550;
  line-height: 1;
}

.category-list button {
  min-height: 46px;
}

.category-list span {
  font-size: 13px;
  font-weight: 700;
}

.season-list small,
.category-list small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.category-list small {
  font-size: 11px;
  font-weight: 650;
}

.category-view .back-link {
  margin-bottom: 42px;
}

.brand-copy,
.quiet-panel {
  width: 100%;
}

.brand-copy h1,
.quiet-panel h1 {
  margin: 0 0 28px;
  font-size: clamp(30px, 6vw, 48px);
  font-weight: 550;
  line-height: 1;
  text-transform: lowercase;
}

.brand-title {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(30px, 6vw, 48px) !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: none !important;
}

.brand-copy p:not(.shop-label) {
  max-width: 28rem;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.brand-photo {
  width: min(100%, 28rem);
  margin: 28px 0 0;
}

.brand-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1616 / 1080;
}

@media (max-width: 700px) {
  .home {
    padding-top: 46px;
    padding-bottom: 34px;
  }

  .domain-pill {
    min-width: 118px;
    min-height: 34px;
    font-size: 16px;
  }

  .image-stage {
    width: min(calc(100vw - 36px), 48svh);
    margin-top: 32px;
  }

  .signature {
    margin-top: 16px;
  }

  .entry-options {
    margin-top: 8px;
  }
}

@media (max-width: 420px) {
  .home {
    padding-inline: 18px;
  }

  .image-stage {
    width: min(calc(100vw - 28px), 48svh);
    margin-top: 30px;
  }

  .entry-options {
    gap: 4px;
  }

  .entry-options button {
    min-width: 64px;
  }
}
