*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #FFFFFF;
  --feature-blue: #0745B8;
  --yellow: #F5C518;
  --coral: #FF4D4D;
  --ink: #0D0D0D;
  --white: #FFFFFF;
  --purple: #3341A8;
  --blue: #0745B8;
  --orange: #F06A2B;
  --mid: #D6E5FF;
  --line: #B9CEF4;
  --muted: #5B6372;
  --pale: #EFF6FF;
  --mono: "IBM Plex Mono", monospace;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.7;
}

body.cart-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

button,
select,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 2rem;
  background: var(--feature-blue);
}

.nav-brand {
  color: var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.65rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.nav-link,
.nav-shop {
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link {
  color: rgba(255, 255, 255, 0.68);
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--yellow);
}

.nav-shop {
  padding: 0.32rem 0.85rem;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 700;
}

.nav-shop:hover,
.nav-shop:focus-visible {
  background: var(--white);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--yellow);
}

.site-art-banner {
  display: flex;
  align-items: stretch;
  min-height: clamp(108px, 13vw, 176px);
  overflow: hidden;
  background: #0745B8;
  border-bottom: 4px solid var(--yellow);
}

.site-art-banner-portrait {
  position: relative;
  flex: 0 0 clamp(128px, 19vw, 250px);
  overflow: hidden;
  background: #0745B8;
}

.site-art-banner-portrait img {
  position: absolute;
  left: 50%;
  top: 66%;
  width: clamp(320px, 42vw, 560px);
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
}

.site-art-banner-word {
  align-self: center;
  margin-left: clamp(0.35rem, 1.2vw, 1rem);
  color: #FFF3CF;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 8vw, 6.35rem);
  letter-spacing: 0.055em;
  line-height: 0.9;
  text-shadow: 0 0 9px rgba(245, 197, 24, 0.82), 0 0 26px rgba(245, 197, 24, 0.34);
  text-transform: uppercase;
  white-space: nowrap;
}

.shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  min-height: 520px;
  border-bottom: 4px solid var(--yellow);
}

.shop-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 5vw, 4rem);
  background: var(--feature-blue);
  color: var(--white);
}

.section-tag {
  color: var(--yellow);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.shop-hero h1,
.product-heading h2,
.cart-header h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.92;
  text-transform: uppercase;
}

.shop-hero h1 {
  color: var(--yellow);
  font-size: clamp(4.1rem, 13vw, 9rem);
  max-width: 760px;
}

.shop-hero-copy p:last-child {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.03rem, 2vw, 1.25rem);
  line-height: 1.7;
  margin-top: 1.2rem;
}

.hero-products {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 1rem;
  align-items: end;
  padding: clamp(1.25rem, 4vw, 3rem);
  background:
    linear-gradient(90deg, rgba(13, 13, 13, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(13, 13, 13, 0.08) 1px, transparent 1px),
    var(--bg);
  background-size: 42px 42px;
}

.hero-product {
  border: 2px solid var(--ink);
  background: var(--white);
  padding: 1rem;
}

.hero-hoodie {
  align-self: stretch;
}

.hero-cap {
  align-self: end;
  margin-bottom: 2rem;
}

.hero-product-art {
  display: grid;
  place-items: center;
  min-height: 270px;
  margin-bottom: 1rem;
}

.hero-product strong,
.hero-product small {
  display: block;
}

.hero-product strong {
  font-size: 1.05rem;
}

.hero-product small {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shop-intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ink);
  border-bottom: 1px solid var(--ink);
}

.shop-intro div {
  min-height: 138px;
  padding: 1.35rem 2rem;
  background: var(--white);
}

.shop-intro strong,
.shop-intro span {
  display: block;
}

.shop-intro strong {
  color: var(--feature-blue);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.shop-intro span {
  color: #4c4944;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}

.product-section {
  padding: clamp(2rem, 5vw, 4rem);
}

.product-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.product-heading h2 {
  color: var(--feature-blue);
  font-size: clamp(2.4rem, 6vw, 5rem);
}

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 44px;
  border: 2px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0 0.8rem;
  text-transform: uppercase;
}

.cart-button strong {
  display: grid;
  min-width: 26px;
  height: 26px;
  place-items: center;
  background: var(--ink);
  color: var(--white);
  font-size: 0.72rem;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.filter {
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  min-height: 36px;
  padding: 0 0.75rem;
  text-transform: uppercase;
}

.filter.is-active {
  background: var(--ink);
  color: var(--white);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--ink);
  background: var(--white);
}

.product-visual {
  display: grid;
  min-height: 250px;
  place-items: center;
  border-bottom: 1px solid var(--ink);
  background: var(--bg);
  overflow: hidden;
}

.product-shape,
.cap-shape,
.hoodie-shape,
.hero-product-art > span {
  position: relative;
}

.product-shape {
  display: grid;
  place-items: center;
  width: 78%;
  height: 180px;
  color: var(--white);
}

.product-shape span,
.hero-product-art span {
  position: relative;
  z-index: 4;
  display: block;
  color: inherit;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 0.95;
  max-width: 150px;
  text-align: center;
  text-transform: uppercase;
}

.product-copy {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0;
}

.product-type {
  color: var(--coral);
  font-family: var(--mono);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.product-copy h3 {
  font-size: 1rem;
  line-height: 1.25;
}

.product-price {
  color: var(--feature-blue);
  flex: 0 0 auto;
  font-family: var(--mono);
  font-size: 0.78rem;
  padding-top: 0.1rem;
}

.product-description {
  color: #4c4944;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.55;
  padding: 0.75rem 1rem 0;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.9rem 1rem 0;
}

.product-meta span {
  border: 1px solid var(--mid);
  color: #595650;
  font-family: var(--mono);
  font-size: 0.54rem;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.42rem;
  text-transform: uppercase;
}

.product-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  padding: 1rem;
}

.product-options label {
  color: #595650;
  font-family: var(--mono);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-options label span {
  display: block;
  margin-bottom: 0.35rem;
}

.product-options select {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  padding: 0 0.45rem;
}

.add-button,
.checkout-button {
  border: 0;
  background: var(--feature-blue);
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  min-height: 44px;
  text-transform: uppercase;
}

.add-button {
  margin: 0 1rem 1rem;
}

.add-button:hover,
.add-button:focus-visible,
.checkout-button:hover,
.checkout-button:focus-visible {
  background: var(--coral);
}

.checkout-button:disabled {
  cursor: not-allowed;
  opacity: 0.44;
}

.art-hat .product-shape,
.cap-shape {
  width: 210px;
  height: 116px;
  color: var(--yellow);
}

.art-hat .product-shape::before,
.cap-shape::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 20px;
  width: 154px;
  height: 88px;
  border: 6px solid var(--ink);
  border-radius: 86px 86px 16px 16px;
  background: var(--feature-blue);
}

.art-hat .product-shape::after,
.cap-shape::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 8px;
  width: 92px;
  height: 34px;
  border: 6px solid var(--ink);
  border-left: 0;
  border-radius: 0 60px 60px 0;
  background: var(--yellow);
}

.art-hat.printed .product-shape::before {
  background: var(--blue);
}

.art-hat.printed .product-shape::after {
  background: var(--coral);
}

.art-tee .product-shape {
  height: 205px;
  color: var(--white);
}

.art-tee .product-shape::before {
  content: "";
  position: absolute;
  inset: 0 30px;
  clip-path: polygon(25% 0, 75% 0, 100% 21%, 86% 40%, 78% 31%, 78% 100%, 22% 100%, 22% 31%, 14% 40%, 0 21%);
  background: var(--ink);
  border: 7px solid var(--ink);
}

.art-hoodie .product-shape,
.hoodie-shape {
  height: 230px;
  color: var(--yellow);
}

.art-hoodie .product-shape::before,
.hoodie-shape::before {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  top: 20px;
  bottom: 0;
  border: 7px solid var(--ink);
  background: var(--feature-blue);
  border-radius: 82px 82px 10px 10px;
}

.art-hoodie .product-shape::after,
.hoodie-shape::after {
  content: "";
  position: absolute;
  left: 76px;
  right: 76px;
  bottom: 28px;
  height: 42px;
  border: 5px solid var(--ink);
  background: rgba(13, 13, 13, 0.18);
}

.art-tote .product-shape {
  height: 218px;
  color: var(--feature-blue);
}

.art-tote .product-shape::before {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  top: 44px;
  bottom: 0;
  border: 7px solid var(--ink);
  background: var(--white);
}

.art-tote .product-shape::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 84px;
  width: 84px;
  height: 82px;
  border: 7px solid var(--ink);
  border-bottom: 0;
  border-radius: 50px 50px 0 0;
}

.art-mug .product-shape {
  width: 210px;
  height: 190px;
  color: var(--white);
}

.art-mug .product-shape::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 136px;
  height: 140px;
  border: 7px solid var(--ink);
  background: var(--feature-blue);
  border-radius: 0 0 24px 24px;
}

.art-mug .product-shape::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 64px;
  width: 68px;
  height: 74px;
  border: 12px solid var(--ink);
  border-left: 0;
  border-radius: 0 56px 56px 0;
}

.art-badge .product-shape {
  width: 186px;
  height: 186px;
  color: var(--ink);
}

.art-badge .product-shape::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 7px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
}

.art-badge .product-shape::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 3px solid rgba(13, 13, 13, 0.38);
  border-radius: 50%;
}

.cart-panel {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 210;
  display: flex;
  flex-direction: column;
  width: min(460px, 100vw);
  background: var(--white);
  border-left: 2px solid var(--ink);
  transform: translateX(102%);
  transition: transform 180ms ease;
}

.cart-panel.is-open {
  transform: translateX(0);
}

.cart-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  border-bottom: 1px solid var(--ink);
}

.cart-header h2 {
  color: var(--feature-blue);
  font-size: 2.6rem;
}

.icon-button {
  position: relative;
  width: 42px;
  height: 42px;
  border: 2px solid var(--ink);
  background: var(--yellow);
}

.icon-button span {
  position: absolute;
  left: 10px;
  top: 19px;
  width: 18px;
  height: 2px;
  background: var(--ink);
}

.icon-button span:first-child {
  transform: rotate(45deg);
}

.icon-button span:last-child {
  transform: rotate(-45deg);
}

.cart-items {
  display: grid;
  gap: 1rem;
  overflow: auto;
  padding: 1rem 1.25rem;
}

.cart-empty {
  display: grid;
  gap: 0.25rem;
  padding: 2rem 1.25rem;
}

.cart-empty strong {
  color: var(--feature-blue);
}

.cart-empty span {
  color: var(--muted);
}

.cart-item {
  display: grid;
  gap: 0.45rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--mid);
}

.cart-item h3 {
  font-size: 1rem;
  line-height: 1.3;
}

.cart-item p {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cart-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cart-line strong {
  color: var(--feature-blue);
  font-family: var(--mono);
  font-size: 0.78rem;
}

.quantity {
  display: inline-flex;
  border: 1px solid var(--ink);
}

.quantity button {
  width: 34px;
  height: 32px;
  border: 0;
  background: var(--white);
  color: var(--ink);
  font-weight: 700;
}

.quantity span {
  display: grid;
  min-width: 34px;
  place-items: center;
  border-inline: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 700;
}

.remove-button {
  border: 0;
  background: transparent;
  color: var(--coral);
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-summary {
  margin-top: auto;
  padding: 1.2rem 1.25rem 1.35rem;
  border-top: 1px solid var(--ink);
}

.subtotal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-button {
  width: 100%;
}

.backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(13, 13, 13, 0.45);
}

.site-footer {
  background: var(--ink);
  color: var(--white);
  padding: 2rem;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto;
}

.footer-brand {
  display: block;
  color: var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-store {
  display: inline-block;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  margin-top: 0.35rem;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-store:hover,
.footer-store:focus-visible {
  color: var(--yellow);
}

.footer-disclaimer {
  color: rgba(255, 255, 255, 0.34);
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  max-width: 560px;
}

:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .nav {
    align-items: stretch;
    min-height: 52px;
    padding: 0 1rem;
  }

  .nav-toggle {
    display: block;
    align-self: center;
  }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 52px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: var(--feature-blue);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-link,
  .nav-shop {
    display: block;
    padding: 0.95rem 1rem;
  }

  .nav-shop {
    margin: 0;
  }

  .shop-hero,
  .hero-products,
  .shop-intro {
    grid-template-columns: 1fr;
  }

  .hero-cap {
    margin-bottom: 0;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-art-banner {
    min-height: 94px;
  }

  .site-art-banner-portrait {
    flex-basis: 104px;
  }

  .site-art-banner-portrait img {
    top: 50%;
    width: 236px;
  }

  .site-art-banner-word {
    margin-left: 0.25rem;
    font-size: clamp(1.45rem, 8vw, 2.2rem);
    letter-spacing: 0.025em;
  }

  .shop-hero {
    min-height: auto;
  }

  .shop-hero h1 {
    font-size: clamp(3.8rem, 24vw, 6.3rem);
  }

  .product-heading,
  .site-footer-inner {
    align-items: start;
    flex-direction: column;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-options {
    grid-template-columns: 1fr;
  }

  .filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .filter {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .shop-hero-copy,
  .product-section,
  .site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-visual {
    min-height: 220px;
  }
}

.site-art-banner {
  min-height: clamp(138px, 17vw, 230px);
  background: var(--blue);
  border-bottom: 2px solid var(--yellow);
}

.site-art-banner-portrait {
  flex: 0 0 clamp(160px, 24vw, 330px);
  background: var(--blue);
}

.site-art-banner-portrait img {
  left: 48%;
  top: 54%;
  width: clamp(230px, 23vw, 340px);
}

.site-art-banner-word {
  font-size: clamp(1.35rem, 5.6vw, 4.65rem);
  letter-spacing: 0.04em;
}

.shop-hero {
  border-bottom: 2px solid var(--yellow);
}

.shop-hero h1 {
  max-width: 100%;
  font-size: clamp(3.3rem, 7.2vw, 6.1rem);
}

.shop-hero-copy {
  background: var(--blue);
}

.hero-products {
  background:
    linear-gradient(90deg, rgba(7, 69, 184, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(7, 69, 184, 0.08) 1px, transparent 1px),
    var(--white);
  background-size: 38px 38px;
}

.hero-product {
  display: grid;
  align-content: end;
  border-width: 1px;
  box-shadow: 10px 10px 0 var(--pale);
}

.hero-product img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin-bottom: 1rem;
  background: var(--pale);
}

.shop-intro {
  border-bottom: 1px solid var(--ink);
}

.bundle-section {
  padding: clamp(2rem, 5vw, 4rem);
  border-bottom: 1px solid var(--ink);
  background: var(--pale);
}

.bundle-heading {
  margin-bottom: 1.2rem;
}

.bundle-heading h2 {
  color: var(--blue);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.92;
  text-transform: uppercase;
}

.bundle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.bundle-card {
  display: grid;
  gap: 0.75rem;
  align-content: start;
  min-height: 220px;
  padding: 1rem;
  border: 1px solid var(--ink);
  background: var(--white);
  box-shadow: 8px 8px 0 #DDEBFF;
}

.bundle-card span {
  color: var(--coral);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.bundle-card h3 {
  color: var(--blue);
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.bundle-price {
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.bundle-card p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.bundle-card button {
  align-self: end;
  min-height: 42px;
  border: 0;
  background: var(--blue);
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-section {
  background: var(--white);
}

.product-grid {
  align-items: stretch;
}

.product-card {
  border-width: 1px;
  box-shadow: 8px 8px 0 var(--pale);
}

.product-visual {
  position: relative;
  min-height: 300px;
  border-bottom: 1px solid var(--ink);
  background:
    radial-gradient(circle at 50% 46%, rgba(245, 197, 24, 0.24), transparent 34%),
    linear-gradient(135deg, #F8FBFF, #DCEBFF);
}

.product-image {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: contain;
  padding: 1.1rem;
}

.design-preview {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 0.2rem;
  width: min(66%, 190px);
  color: var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.55rem);
  letter-spacing: 0.04em;
  line-height: 0.9;
  text-align: center;
  text-shadow: 0 2px 0 var(--ink), 0 0 12px rgba(7, 69, 184, 0.55);
  text-transform: uppercase;
  transform: translate(-50%, -48%);
  pointer-events: none;
}

.design-preview img {
  width: 58px;
  height: 58px;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 2px var(--blue);
}

.product-visual[data-group="hats"] .design-preview {
  top: 42%;
  width: min(54%, 150px);
  font-size: clamp(0.82rem, 1.2vw, 1.12rem);
}

.product-visual[data-group="apparel"] .design-preview:not(.face-only) {
  top: 40%;
  width: min(48%, 138px);
  font-size: clamp(0.88rem, 1.25vw, 1.22rem);
}

.product-visual[data-group="bags"] .design-preview:not(.face-only) {
  font-size: clamp(1.08rem, 1.8vw, 1.68rem);
}

.product-visual[data-group="badges"] .design-preview {
  width: min(72%, 170px);
  color: var(--blue);
  text-shadow: 0 1px 0 var(--white), 0 0 10px rgba(245, 197, 24, 0.48);
}

.product-visual[data-group="drinkware"] .design-preview {
  top: 48%;
  width: min(52%, 145px);
  color: var(--coral);
  font-size: clamp(0.88rem, 1.2vw, 1.16rem);
  text-shadow: 0 1px 0 var(--white), 0 0 10px rgba(255, 77, 77, 0.18);
}

.product-meta {
  gap: 0.35rem;
}

.product-meta span {
  border-color: var(--mid);
}

.product-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-options input,
.product-options select {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  padding: 0 0.45rem;
}

.product-options label[hidden] {
  display: none;
}

.add-button,
.checkout-button {
  background: var(--blue);
}

.checkout-status {
  min-height: 1.2rem;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-top: 0.7rem;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .bundle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-art-banner {
    min-height: 118px;
  }

  .site-art-banner-portrait {
    flex-basis: 128px;
  }

  .site-art-banner-portrait img {
    top: 52%;
    width: 224px;
  }

  .site-art-banner-word {
    font-size: clamp(1.2rem, 6.6vw, 1.85rem);
    letter-spacing: 0.02em;
  }

  .bundle-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bundle-grid {
    grid-template-columns: 1fr;
  }

  .product-image {
    height: 260px;
  }
}

.site-art-banner {
  position: relative;
  align-items: center;
  min-height: clamp(68px, 8vw, 112px);
  background: var(--blue);
  border-bottom: 1px solid rgba(245, 197, 24, 0.64);
}

.site-art-banner-portrait {
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(240px, 36vw, 430px);
  flex: 0 0 auto;
  overflow: hidden;
  background: transparent;
}

.site-art-banner-portrait img {
  left: 0;
  top: 50%;
  width: clamp(260px, 38vw, 430px);
  transform: translateY(-50%);
}

.site-art-banner-word {
  position: relative;
  z-index: 2;
  margin-left: clamp(220px, 34vw, 430px);
  color: var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.25rem, 4.3vw, 3.9rem);
  letter-spacing: 0.02em;
  line-height: 0.92;
  text-shadow: none;
}

.nav-toggle,
.cart-button,
.filter,
.hero-product,
.shop-intro,
.shop-intro div,
.bundle-section,
.bundle-card,
.product-card,
.product-visual,
.product-meta span,
.product-options input,
.product-options select,
.cart-panel,
.cart-header,
.icon-button,
.cart-item,
.quantity,
.quantity span,
.cart-summary {
  border-color: var(--line);
}

.shop-intro {
  background: var(--line);
}

.cart-button strong,
.filter.is-active {
  background: var(--blue);
}

.discount-row {
  color: var(--blue);
  margin-top: -0.4rem;
}

.product-visual[data-group="badges"] .design-preview.badge-face-only {
  top: 50%;
  width: 124px;
  height: 124px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 3px var(--yellow), 0 0 28px rgba(7, 69, 184, 0.28);
  transform: translate(-50%, -50%);
}

.product-visual[data-group="badges"] .design-preview.badge-face-only img {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.product-visual[data-group="badges"] .design-preview.badge-face-only span {
  display: none;
}

@media (max-width: 640px) {
  .site-art-banner {
    min-height: 74px;
  }

  .site-art-banner-portrait {
    width: 155px;
  }

  .site-art-banner-portrait img {
    top: 50%;
    width: 232px;
  }

  .site-art-banner-word {
    margin-left: 138px;
    font-size: clamp(1.15rem, 6.2vw, 1.72rem);
  }
}

.product-card {
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-2px);
}

.product-open {
  min-height: 42px;
  margin: 0 1rem 1rem;
  border: 0;
  background: var(--blue);
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 230;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.product-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.product-modal-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  width: min(980px, 100%);
  max-height: min(760px, calc(100vh - 2rem));
  overflow: auto;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(7, 69, 184, 0.26);
}

.product-modal-panel .modal-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 3;
}

.product-modal-visual {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 46%, rgba(245, 197, 24, 0.22), transparent 36%),
    linear-gradient(135deg, #F8FBFF, #DCEBFF);
  border-right: 1px solid var(--line);
}

.modal-product-image {
  display: block;
  width: 100%;
  height: min(560px, 68vh);
  object-fit: contain;
  padding: clamp(1rem, 4vw, 2.4rem);
}

.product-modal-copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.product-modal-copy h2 {
  color: var(--blue);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.8rem, 7vw, 5.2rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.9;
  text-transform: uppercase;
}

.modal-product-price {
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.9rem;
}

.modal-product-options {
  padding: 0;
}

.modal-add-button {
  margin: auto 0 0;
}

.product-modal-visual[data-group="hats"] .design-preview {
  top: 42%;
  width: min(54%, 150px);
  font-size: clamp(0.86rem, 1.2vw, 1.12rem);
}

.product-modal-visual[data-group="apparel"] .design-preview:not(.face-only) {
  top: 40%;
  width: min(48%, 190px);
  font-size: clamp(1.08rem, 2vw, 1.55rem);
}

.product-modal-visual[data-group="bags"] .design-preview:not(.face-only) {
  font-size: clamp(1.16rem, 2.2vw, 1.72rem);
}

.product-modal-visual[data-group="drinkware"] .design-preview {
  top: 48%;
  width: min(52%, 145px);
  color: var(--coral);
  font-size: clamp(0.9rem, 1.2vw, 1.16rem);
  text-shadow: 0 1px 0 var(--white), 0 0 10px rgba(255, 77, 77, 0.18);
}

.product-modal-visual[data-group="badges"] .design-preview.badge-face-only {
  top: 50%;
  width: 148px;
  height: 148px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 3px var(--yellow), 0 0 28px rgba(7, 69, 184, 0.28);
  transform: translate(-50%, -50%);
}

.product-modal-visual[data-group="badges"] .design-preview.badge-face-only img {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.product-modal-visual[data-group="badges"] .design-preview.badge-face-only span {
  display: none;
}

@media (max-width: 640px) {
  .product-modal {
    padding: 0.75rem;
  }

  .product-modal-panel {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 1.5rem);
  }

  .product-modal-visual {
    min-height: 310px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .modal-product-image {
    height: 310px;
  }

  .product-modal-copy h2 {
    font-size: clamp(2.4rem, 15vw, 4rem);
  }
}

.site-art-banner {
  min-height: clamp(58px, 6.6vw, 92px);
}

.site-art-banner-portrait {
  inset: 0 auto 0 clamp(14px, 2vw, 30px);
  width: clamp(190px, 27vw, 330px);
}

.site-art-banner-portrait img {
  left: 0;
  top: 50%;
  width: clamp(235px, 31vw, 375px);
  transform: translateY(-50%);
}

.site-art-banner-word {
  margin-left: clamp(178px, 26vw, 340px);
  font-size: clamp(1.05rem, 3.3vw, 2.9rem);
}

.shop-hero {
  display: block;
  min-height: 0;
  padding: clamp(2.4rem, 6vw, 4.6rem) 2rem clamp(2rem, 4.5vw, 3.4rem);
  background: var(--blue);
  border-bottom: 2px solid var(--yellow);
  color: var(--white);
}

.shop-hero-copy {
  display: block;
  max-width: 860px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  color: inherit;
}

.shop-hero h1 {
  max-width: 780px;
  color: var(--yellow);
  font-size: clamp(2.35rem, 5.2vw, 4.5rem);
}

.shop-hero-copy p:last-child {
  max-width: 720px;
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.7vw, 1.12rem);
  line-height: 1.65;
}

.shop-main {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(2.2rem, 5vw, 3.4rem) 2rem 4rem;
}

.bundle-section,
.product-section {
  padding: 0;
  border-bottom: 0;
  background: transparent;
}

.bundle-section {
  margin-bottom: clamp(2rem, 5vw, 3.2rem);
}

.bundle-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.bundle-card,
.product-card {
  border-color: var(--line);
  box-shadow: none;
}

.product-section {
  margin-top: 0;
}

.product-grid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.15rem;
}

.product-card {
  background: var(--white);
}

.product-card:hover,
.product-card:focus-within {
  box-shadow: 0 12px 30px rgba(7, 69, 184, 0.12);
}

.product-visual {
  min-height: 17rem;
  background: #F2F7FF;
  border-bottom-color: var(--line);
}

.product-image {
  height: 17rem;
  padding: 1.2rem;
}

.product-open {
  margin-top: auto;
}

.product-visual:not([data-group="badges"]) .design-preview.face-only,
.product-modal-visual:not([data-group="badges"]) .design-preview.face-only {
  overflow: hidden;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 3px var(--yellow), 0 0 28px rgba(7, 69, 184, 0.26);
  transform: translate(-50%, -50%);
}

.product-visual:not([data-group="badges"]) .design-preview.face-only {
  width: 106px;
  height: 106px;
}

.product-visual[data-group="bags"] .design-preview.face-only {
  top: 58%;
  width: 116px;
  height: 116px;
}

.product-visual[data-group="drinkware"] .design-preview.face-only {
  top: 46%;
  width: 82px;
  height: 82px;
}

.product-modal-visual:not([data-group="badges"]) .design-preview.face-only {
  width: 158px;
  height: 158px;
}

.product-modal-visual[data-group="bags"] .design-preview.face-only {
  top: 58%;
  width: 176px;
  height: 176px;
}

.product-modal-visual[data-group="drinkware"] .design-preview.face-only {
  top: 46%;
  width: 124px;
  height: 124px;
}

.design-preview.face-only img {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: none;
}

.design-preview.face-only span {
  display: none;
}

@media (max-width: 640px) {
  .site-art-banner {
    min-height: 64px;
  }

  .site-art-banner-portrait {
    left: 12px;
    width: 134px;
  }

  .site-art-banner-portrait img {
    width: 190px;
  }

  .site-art-banner-word {
    margin-left: 126px;
    font-size: clamp(1rem, 5.4vw, 1.45rem);
  }

  .shop-hero,
  .shop-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-grid,
  .bundle-grid {
    grid-template-columns: 1fr;
  }
}

.site-art-banner {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(0.8rem, 2.4vw, 2rem);
  min-height: clamp(78px, 8vw, 112px);
  padding: 0.65rem clamp(1rem, 2.6vw, 2.6rem);
  overflow: hidden;
  background: var(--blue);
  border-bottom: 2px solid var(--yellow);
}

.site-art-banner-portrait {
  position: relative;
  inset: auto;
  display: block;
  width: clamp(92px, 12vw, 168px);
  height: clamp(62px, 7.5vw, 96px);
  flex: 0 0 auto;
  overflow: hidden;
  background: transparent;
  text-decoration: none;
}

.site-art-banner-portrait img {
  position: absolute;
  left: 0;
  top: 50%;
  width: clamp(165px, 22vw, 290px);
  max-width: none;
  height: auto;
  transform: translateY(-50%);
}

.site-art-banner-word {
  position: relative;
  z-index: 2;
  align-self: center;
  margin-left: 0;
  color: var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.45rem, 3.5vw, 3.15rem);
  letter-spacing: 0.04em;
  line-height: 0.9;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-art-banner-link,
.site-art-banner-shop {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(0.88rem, 1.2vw, 1.12rem);
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-art-banner-link:hover,
.site-art-banner-link:focus-visible {
  color: var(--yellow);
}

.site-art-banner-shop {
  padding: 0.35rem 0.65rem 0.3rem;
  background: var(--yellow);
  color: var(--ink);
}

@media (max-width: 760px) {
  .site-art-banner {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.6rem 0.85rem;
    min-height: 0;
    padding: 0.7rem 1rem 0.85rem;
  }

  .site-art-banner-portrait {
    width: 86px;
    height: 58px;
  }

  .site-art-banner-portrait img {
    width: 150px;
  }

  .site-art-banner-word {
    margin-left: 0;
    font-size: clamp(1.35rem, 7vw, 2rem);
    letter-spacing: 0.03em;
  }

  .site-art-banner-link,
  .site-art-banner-shop {
    min-height: 26px;
    font-size: 0.9rem;
  }
}

/* Final product placement pass: keep card and modal artwork proportional. */
.product-visual[data-group="apparel"] .design-preview:not(.face-only) {
  top: 36%;
  width: min(34%, 104px);
  font-size: clamp(0.44rem, 0.85vw, 0.62rem);
  line-height: 0.98;
}

.product-modal-visual[data-group="apparel"] .design-preview:not(.face-only) {
  top: 36%;
  width: min(34%, 142px);
  font-size: clamp(0.54rem, 1vw, 0.78rem);
  line-height: 0.98;
}

.product-visual[data-group="drinkware"] .design-preview:not(.face-only) {
  top: 46%;
  width: min(34%, 96px);
  font-size: clamp(0.42rem, 0.78vw, 0.58rem);
  line-height: 0.98;
}

.product-modal-visual[data-group="drinkware"] .design-preview:not(.face-only) {
  top: 46%;
  width: min(34%, 120px);
  font-size: clamp(0.48rem, 0.9vw, 0.62rem);
  line-height: 0.98;
}

@media (max-width: 640px) {
  .product-modal-visual[data-group="apparel"] .design-preview:not(.face-only) {
    width: min(34%, 104px);
    font-size: clamp(0.46rem, 2.8vw, 0.62rem);
  }

  .product-modal-visual[data-group="drinkware"] .design-preview:not(.face-only) {
    width: min(34%, 92px);
    font-size: clamp(0.42rem, 2.4vw, 0.56rem);
  }
}

/* Shared Mamdanistan site header and reader links. */
:root {
  --serif: "IBM Plex Serif", Georgia, serif;
}

.shop-hero-copy p:last-child,
.bundle-card p,
.product-description,
.modal-product-description,
.cart-empty span {
  font-family: var(--serif);
}

.site-art-banner {
  position: sticky;
  top: 0;
  z-index: 120;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(0.8rem, 2.4vw, 2rem);
  min-height: clamp(68px, 6.4vw, 90px);
  padding: 0.48rem clamp(1rem, 2.6vw, 2.6rem);
  overflow: visible;
  background: var(--blue);
  border-bottom: 2px solid var(--yellow);
}

.site-art-banner-portrait {
  position: relative;
  display: block;
  width: clamp(92px, 12vw, 168px);
  height: clamp(62px, 7.5vw, 96px);
  flex: 0 0 auto;
  overflow: hidden;
  background: transparent;
  text-decoration: none;
}

.site-art-banner-portrait img {
  position: absolute;
  left: 0;
  top: 50%;
  width: clamp(165px, 22vw, 290px);
  max-width: none;
  height: auto;
  transform: translateY(-50%);
}

.site-art-banner-word {
  position: relative;
  z-index: 2;
  align-self: center;
  margin-left: 0;
  color: var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.45rem, 3.5vw, 3.15rem);
  letter-spacing: 0.04em;
  line-height: 0.9;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-art-banner-menus {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.42rem clamp(0.62rem, 1.2vw, 1.05rem);
  margin-left: clamp(1rem, 4vw, 4.5rem);
}

.site-nav-menu {
  position: relative;
  font-family: "Bebas Neue", sans-serif;
}

.site-nav-menu summary {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  font-size: clamp(0.94rem, 1.24vw, 1.16rem);
  letter-spacing: 0.05em;
  line-height: 1;
  list-style: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav-menu summary::-webkit-details-marker {
  display: none;
}

.site-nav-menu summary::after {
  content: "+";
  margin-left: 0.38rem;
  color: var(--yellow);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

.site-nav-menu[open] summary {
  color: var(--yellow);
}

.site-nav-menu[open] summary::after {
  content: "×";
}

.site-nav-panel {
  position: absolute;
  top: calc(100% + 0.65rem);
  right: 0;
  display: grid;
  min-width: 210px;
  padding: 0.55rem;
  border: 1px solid rgba(245, 197, 24, 0.64);
  background: #052E7B;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.site-nav-panel .site-art-banner-link,
.site-nav-panel .site-art-banner-shop {
  justify-content: space-between;
  min-height: 34px;
  padding: 0.46rem 0.56rem 0.42rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-nav-panel .site-art-banner-link:last-child,
.site-nav-panel .site-art-banner-shop:last-child {
  border-bottom: 0;
}

.thin-mamdani-divider {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  min-height: clamp(34px, 4.1vw, 48px);
  overflow: hidden;
  background: var(--blue);
  border-bottom: 1px solid var(--line);
  color: var(--yellow);
}

.thin-mamdani-divider img {
  width: 34px;
  height: 34px;
  margin-left: 1rem;
  border: 1px solid rgba(245, 197, 24, 0.72);
  border-radius: 50%;
  background: var(--blue);
  object-fit: cover;
  transform: translateX(0);
}

.thin-mamdani-divider span {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.65rem);
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.content-link-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.95rem;
  padding: 0.7rem max(1rem, calc((100vw - 1180px) / 2 + 2rem));
  border-bottom: 1px solid var(--line);
  background: var(--pale);
  color: var(--feature-blue);
}

.content-link-rail span,
.content-link-rail a {
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

.content-link-rail span {
  color: var(--ink);
}

.content-link-rail a:hover,
.content-link-rail a:focus-visible {
  color: var(--coral);
}

@media (max-width: 760px) {
  .site-art-banner {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.6rem 0.85rem;
    min-height: 0;
    padding: 0.7rem 1rem 0.85rem;
  }

  .site-art-banner-portrait {
    width: 86px;
    height: 58px;
  }

  .site-art-banner-portrait img {
    width: 150px;
  }

  .site-art-banner-word {
    margin-left: 0;
    font-size: clamp(1.35rem, 7vw, 2rem);
    letter-spacing: 0.03em;
  }

  .site-art-banner-menus {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 0.45rem 0.85rem;
    margin-left: 0;
  }

  .site-nav-panel {
    left: 0;
    right: auto;
    min-width: min(80vw, 240px);
  }

  .site-art-banner-link,
  .site-art-banner-shop {
    min-height: 26px;
    font-size: 0.9rem;
  }

  .content-link-rail {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
