:root {
  color-scheme: light;
  --ink: #111111;
  --paper: #f8f7f1;
  --panel: #ffffff;
  --muted: #62605d;
  --line: rgba(17, 17, 17, 0.14);
  --green: #1b7f4d;
  --mint: #c9f0d8;
  --blue: #2d74c4;
  --sky: #c7edf8;
  --coral: #ef5a45;
  --yellow: #ffd966;
  --shadow: rgba(17, 17, 17, 0.12);
  --surface: #f4f2ea;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(180deg, var(--paper) 0%, #fef6ec 54%, #eef3fb 100%);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin: 0;
  overflow-x: hidden;
}

main {
  display: grid;
  gap: 0;
}

.band,
.concept,
.checkout,
.info,
.contact {
  padding: 68px clamp(18px, 4.2vw, 78px);
}

a {
  color: inherit;
}

.topbar {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(248, 247, 241, 0.95);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 14px 22px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.mark {
  color: var(--ink);
  font-size: 20px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

nav a,
.secondary,
.tabs button {
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  min-height: 38px;
  padding: 11px 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.return-message {
  background: var(--sky);
  border: 1px solid rgba(45, 116, 196, 0.35);
  color: #12313d;
  display: none;
  font-weight: 900;
  margin: 18px 22px 0;
  padding: 14px 16px;
}

.return-message.is-visible {
  display: block;
}

.hero {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  min-height: 74vh;
  overflow: hidden;
  padding: 60px clamp(18px, 4.2vw, 78px) 38px;
  position: relative;
}

.hero-copy,
.hero-stage {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: min(760px, 100%);
  min-width: 0;
  padding-bottom: 8px;
  width: 100%;
}

.eyebrow {
  color: var(--green);
  font-size: 13px;
  font-weight: 950;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(42px, 6vw, 64px);
  line-height: 0.94;
  margin-bottom: 20px;
  max-width: 820px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(32px, 4.6vw, 44px);
  line-height: 0.98;
  margin-bottom: 12px;
  text-transform: uppercase;
}

h3 {
  font-size: 23px;
  line-height: 1.02;
  margin-bottom: 8px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.lede,
.checkout p,
.contact p,
.section-note,
.product p,
.concept p,
.info p,
.policy-page p,
.policy-page li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0;
}

.primary,
.secondary {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  text-align: center;
}

.primary {
  background: var(--ink);
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
  line-height: 1.15;
  text-transform: uppercase;
}

.primary:hover,
.product:hover,
.tabs button:hover,
.secondary:hover,
.stage-pick:hover {
  box-shadow: 0 12px 30px var(--shadow);
  transform: translateY(-2px);
}

.primary,
.secondary,
.product,
.tabs button,
.stage-pick,
.sizes button {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.primary:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.primary:focus-visible,
.secondary:focus-visible,
.tabs button:focus-visible,
.stage-pick:focus-visible,
.sizes button:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(45, 116, 196, 0.22);
  outline-offset: 2px;
}

.wide {
  width: 100%;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-stats span {
  background: var(--mint);
  border: 1px solid rgba(27, 127, 77, 0.25);
  border-radius: 4px;
  color: #103d27;
  font-size: 12px;
  font-weight: 900;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 8px 10px;
  text-transform: uppercase;
}

.hero-stage {
  min-width: 0;
  min-height: 520px;
  position: relative;
  width: 100%;
}

.stage-card {
  background:
    linear-gradient(135deg, rgba(255, 217, 102, 0.72), rgba(199, 237, 248, 0.92)),
    #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.14);
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.stage-card img {
  display: block;
  height: 410px;
  margin: 14px auto 0;
  max-width: 92%;
  object-fit: contain;
  width: 520px;
}

.stage-copy {
  align-items: end;
  background: rgba(255, 255, 255, 0.88);
  border-top: 1px solid var(--line);
  bottom: 0;
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr auto;
  left: 0;
  padding: 18px 20px;
  position: absolute;
  right: 0;
  backdrop-filter: blur(4px);
}

.stage-copy span,
.product span,
.selected-meta {
  color: var(--blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.stage-copy h3 {
  font-size: clamp(26px, 2.8vw, 34px);
  margin: 0;
}

.stage-copy strong,
.product strong,
.selected-product strong {
  font-size: 18px;
  font-weight: 950;
}

.stage-loading {
  color: var(--muted);
  font-weight: 900;
  padding: 32px;
}

.stage-rail {
  bottom: 18px;
  display: flex;
  gap: 10px;
  left: 18px;
  max-width: calc(100% - 36px);
  overflow-x: auto;
  position: absolute;
}

.stage-pick {
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  height: 76px;
  overflow: hidden;
  padding: 0;
  width: 76px;
}

.stage-pick.is-selected {
  border-color: var(--green);
}

.stage-pick img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.section-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.section-note {
  margin-bottom: 0;
  max-width: min(540px, 100%);
  width: 100%;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.tabs button {
  background: #ffffff;
  cursor: pointer;
}

.tabs button.is-selected {
  background: var(--ink);
  border-color: var(--ink);
  color: #ffffff;
}

.products {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.product {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product.is-selected {
  border-color: var(--green);
  box-shadow: 0 0 0 2px rgba(27, 127, 77, 0.18);
}

.product-media {
  aspect-ratio: 1;
  background: var(--surface);
  overflow: hidden;
  position: relative;
}

.product-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: transform 230ms ease;
}

.product:hover .product-media img {
  transform: scale(1.03);
}

.product-media::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.12), transparent);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 180ms ease;
}

.product:hover .product-media::after {
  opacity: 1;
}

.product-media b {
  background: var(--ink);
  border-radius: 4px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 950;
  padding: 7px 9px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
}

.product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
}

.product-copy h3 {
  font-size: 19px;
}

.product-copy strong {
  margin-top: auto;
}

.swatch-row {
  align-items: center;
  display: flex;
  gap: 9px;
  margin: 8px 0 12px;
}

.swatch-row i {
  background: var(--swatch);
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 999px;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.swatch-row em {
  color: var(--ink);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.product-details,
.selected-details {
  color: var(--muted);
  display: grid;
  font-size: 12px;
  gap: 5px;
  line-height: 1.25;
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  text-transform: uppercase;
}

.product-details li::before,
.selected-details li::before {
  color: var(--green);
  content: "+ ";
}

.concept {
  background: #101820;
  color: #ffffff;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
}

.concept p {
  color: rgba(255, 255, 255, 0.74);
}

.concept .eyebrow {
  color: var(--yellow);
}

.concept-grid,
.info-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.concept-grid article,
.info-grid article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 16px;
}

.concept-grid article {
  display: grid;
  gap: 8px;
}

.concept-grid strong,
.info-grid strong {
  color: var(--coral);
  display: block;
  font-size: 14px;
  font-weight: 950;
  margin-bottom: 12px;
}

.checkout,
.contact {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1fr);
}

.buybox,
.contact form {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 16px 44px rgba(17, 17, 17, 0.1);
  padding: 20px;
}

.selected-product {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: 120px 1fr;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.selected-product img {
  aspect-ratio: 1;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  object-fit: cover;
  width: 120px;
}

label,
.option-label {
  color: var(--ink);
  display: grid;
  font-size: 12px;
  font-weight: 950;
  gap: 8px;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.field-hint {
  color: var(--muted);
  font-weight: 700;
  text-transform: none;
}

input,
textarea,
select {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 12px;
  width: 100%;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.sizes {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 16px;
}

.sizes button {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 950;
  min-width: 0;
  padding: 0 10px;
  min-height: 44px;
}

.sizes button.is-selected {
  background: var(--yellow);
  border-color: var(--ink);
}

.status {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  min-height: 20px;
}

.info {
  background: #ffffff;
}

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

.info-grid article {
  background: #f8fbff;
  border-color: var(--line);
}

.info-grid p {
  margin-bottom: 0;
}

.contact {
  background: #fff8f5;
}

footer {
  align-items: center;
  background: var(--ink);
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 22px 6vw;
}

footer span {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.policy-page {
  min-height: 70vh;
  padding: 64px 6vw;
}

.policy-page article {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  max-width: 820px;
  padding: 28px;
}

.policy-page h1 {
  font-size: 54px;
}

.policy-page h2 {
  font-size: 28px;
  margin-top: 28px;
}

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

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

@media (max-width: 900px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .concept,
  .checkout,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    display: block;
    min-height: auto;
    padding-top: 42px;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 36px;
  }

  .hero-stage {
    margin-top: 32px;
    min-height: 480px;
    max-width: 100%;
  }

  .stage-card {
    min-height: 450px;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .stage-card img {
    height: 360px;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
    max-width: 100%;
  }

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

  .selected-product img {
    width: 96px;
  }
}

@media (max-width: 680px) {
  main,
  .topbar,
  .hero,
  .band,
  .concept,
  .checkout,
  .info,
  .contact {
    max-width: 100vw;
    overflow-x: hidden;
    width: 100%;
  }

  .hero *,
  .band *,
  .checkout *,
  .contact *,
  .info *,
  .concept * {
    min-width: 0;
  }

  .topbar {
    padding-left: 18px;
    padding-right: 18px;
  }

  nav {
    justify-content: flex-start;
    width: 100%;
  }

  nav a {
    flex: 0 1 auto;
  }

  .hero,
  .band,
  .concept,
  .checkout,
  .info,
  .contact,
  .policy-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero,
  .hero-copy,
  .hero-stage,
  .stage-card,
  .section-note {
    max-width: 100%;
    width: 100%;
  }

  .hero > *,
  .band > *,
  .concept > *,
  .checkout > *,
  .info > *,
  .contact > * {
    min-width: 0;
  }

  .hero-copy,
  .hero-copy > *,
  .lede {
    max-width: calc(100vw - 36px);
    min-width: 0;
  }

  .lede,
  .section-note {
    display: block;
    max-width: 34ch;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }

  .hero-stats span {
    min-width: 0;
  }

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

  .concept-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

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

  .selected-product img {
    width: 88px;
  }

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

  h1 {
    font-size: 38px;
    line-height: 1;
  }

  h2 {
    font-size: 31px;
  }

  .stage-rail {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .stage-pick {
    height: 58px;
    flex: 0 0 58px;
    width: 58px;
  }

  .stage-copy {
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }

  .policy-page h1 {
    font-size: 38px;
  }
}

@media (max-width: 520px) {
  nav {
    gap: 7px;
  }

  nav a {
    font-size: 11px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .hero-stage {
    min-height: 420px;
  }

  .stage-card {
    min-height: 410px;
  }

  .stage-card img {
    height: 280px;
    margin-top: 14px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

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

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

  .checkout,
  .contact {
    grid-template-columns: 1fr;
  }
}
