:root {
  --bg: #fffaf2;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --text: #3b2414;
  --muted: #82634d;
  --border: rgba(216, 130, 39, 0.18);
  --accent: #ff8a1d;
  --accent-strong: #ff6b00;
  --accent-soft: #ffe4bf;
  --shadow: 0 24px 60px rgba(255, 136, 29, 0.14);
  --shell: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(255, 181, 88, 0.38), transparent 32%),
    linear-gradient(180deg, #fffaf2 0%, #fff7ec 55%, #fffdf9 100%);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.sunburst {
  position: fixed;
  top: -12rem;
  right: -8rem;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 206, 142, 0.9) 0%, rgba(255, 182, 92, 0.46) 38%, rgba(255, 182, 92, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.grain {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='%23f6a85d' fill-opacity='.08'%3E%3Ccircle cx='18' cy='28' r='2'/%3E%3Ccircle cx='96' cy='52' r='2'/%3E%3Ccircle cx='124' cy='118' r='2'/%3E%3Ccircle cx='54' cy='132' r='2'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  width: 100%;
  max-width: none;
  background: #fff1dc;
  border-bottom: 1px solid rgba(216, 130, 39, 0.16);
  box-shadow: 0 8px 20px rgba(255, 136, 29, 0.07);
}

.nav {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  background: #fff1dc;
  width: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  font-size: 1.45rem;
  color: var(--text);
  text-decoration: none;
}

.brand-lockup {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}

.brand-caption {
  font-family: "Manrope", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  font-weight: 800;
  color: #ff7a00;
}

.brand-logo {
  width: 1.9rem;
  height: 1.9rem;
  filter: brightness(0) saturate(100%) invert(43%) sepia(13%) saturate(1020%) hue-rotate(342deg) brightness(94%) contrast(91%);
  flex: 0 0 auto;
}

.brand span {
  color: var(--accent-strong);
}

.nav-links {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-left: auto;
}

.nav-tools {
  display: flex;
  gap: 6px;
  align-items: center;
}

.country-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--border);
  color: var(--muted);
  font-weight: 700;
}

.country-picker span {
  font-size: 1.5em;
  line-height: 1;
  pointer-events: none;
}

.country-picker select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.country-picker select:focus {
  outline: none;
}

.nav-links a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
}

.cart-pill {
  padding: 0.48rem 0.9rem 0.48rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cart-pill span {
  min-width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: white;
  font-size: 0.86rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cart-pill.active {
  color: var(--muted);
}

.cart-pill.bump span {
  transform: scale(1.12);
  box-shadow: 0 0 0 8px rgba(255, 138, 29, 0.16);
}

.hero {
  display: block;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-inline: 0;
  padding: 10px 0 26px;
}

.hero-topline,
.hero-bottomline {
  margin: 0;
  width: min(1160px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.hero-topline {
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 800;
  color: #ff7a00;
}

.eyebrow,
.card-kicker,
.product-tag {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--accent-strong);
}

.hero h1,
.section-head h2,
.bundle-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.96;
}

.hero h1 {
  font-size: clamp(2.2rem, 4.1vw, 4.6rem);
  max-width: 11ch;
  font-weight: 700;
}

.hero-text,
.section-head p,
.bundle-copy p,
.cart-note,
.product-card p,
.hero-card p,
.cheer-list li {
  color: var(--muted);
}

.button {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.55rem 1.1rem;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: white;
  box-shadow: 0 18px 34px rgba(255, 107, 0, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button.wallet-button-title {
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0) scale(0.985);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: white;
  border-color: transparent;
}

.button-secondary,
.button-inline {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: white;
  border-color: transparent;
}

.button-orange {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: white;
  border-color: transparent;
}

.button:disabled,
.button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.button-inline {
  min-height: 36px;
  padding: 0.45rem 0.9rem;
}

.add-to-cart-button:hover {
  box-shadow: 0 20px 36px rgba(255, 107, 0, 0.28);
}

.add-to-cart-button:active {
  color: white;
  border-color: transparent;
}

.button-wide {
  width: 100%;
}

.cart-card .button-wide + .button-wide {
  margin-top: 12px;
}

.hero-card,
.product-card,
.cart-card,
.code-card {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-card {
  border-radius: 28px;
  padding: 26px;
}

.hero-visual {
  position: relative;
  width: 100vw;
  height: clamp(629px, 75vh, 920px);
  border-radius: 0;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.hero-carousel {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  transition: opacity 420ms ease, visibility 420ms ease, transform 420ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.hero-slide--split {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: stretch;
  background: linear-gradient(90deg, #f4eee6 0%, #f4eee6 66.666%, rgba(34, 21, 14, 0.68) 66.666%, rgba(34, 21, 14, 0.68) 100%);
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}

.hero-image--split {
  height: 100%;
  object-position: left center;
}

.hero-image-sunset {
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 247, 214, 0.9) 0 10%, rgba(255, 247, 214, 0) 20%),
    radial-gradient(circle at 74% 24%, rgba(255, 237, 198, 0.32) 0 12%, rgba(255, 237, 198, 0) 28%),
    linear-gradient(125deg, #fff6e5 0%, #ffd087 38%, #ff9f43 72%, #ff6b00 100%);
}

.hero-overlay {
  position: absolute;
  left: 50%;
  width: min(1160px, calc(100% - 40px));
  transform: translateX(-50%);
  top: 22px;
  bottom: 22px;
  padding: 0;
  color: var(--text);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.16);
}

.hero-overlay--split {
  position: relative;
  left: auto;
  width: 100%;
  transform: none;
  top: auto;
  bottom: auto;
  padding: 40px 64px 28px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  text-shadow: none;
}

.hero-overlay-light {
  color: #5d3721;
}

.hero-overlay-light h2,
.hero-overlay-sunset h2 {
  margin: 0;
  max-width: 12ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 4.4vw, 4.8rem);
  line-height: 0.92;
}

.hero-overlay-sunset {
  color: #fff8ef;
  text-shadow: 0 6px 18px rgba(76, 29, 5, 0.24);
}

.hero-overlay .off {
  color: white;
  /* text-shadow: 0 0 6px rgba(255, 122, 0, 0.8); */
  position: absolute;
  top: 2.2em;
  left: 0.5em;
  margin: 0;
  max-width: none;
  text-align: left;
  font-family: "Caveat", "Manrope", Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  transform: rotate(3deg);
}

.hero-controls {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-control,
.hero-dot {
  pointer-events: auto;
}

.hero-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(32, 18, 10, 0.34);
  color: white;
  font: inherit;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

#heroPrevButton { left: 16px; }
#heroNextButton { right: 16px; }

#heroNextButton {
  transform: translateY(-50%) rotate(180deg);
}

.hero-control:hover {
  transform: translateY(calc(-50% - 1px));
  background: rgba(32, 18, 10, 0.54);
  border-color: rgba(255, 255, 255, 0.68);
}

#heroNextButton:hover {
  transform: translateY(calc(-50% - 1px)) rotate(180deg);
}

.hero-dots {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(32, 18, 10, 0.28);
  backdrop-filter: blur(14px);
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.hero-dot:hover {
  transform: scale(1.1);
}

.hero-dot.is-active {
  background: white;
}
.hero-overlay-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 800;
  color: #ff7a00 !important;
  text-shadow: none;
}

.hero-overlay h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 0.92;
  max-width: 12ch;
}

.hero-overlay h1 {
  color: white;
  max-width: 12ch;
}

.hero-text-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: fit-content;
  max-width: 620px;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 24px 32px;
  isolation: isolate;
}

.hero-text-block--right {
  margin-left: auto;
}

.hero-text-block--wide {
  max-width: 780px;
}

.hero-text-block--widest {
  max-width: 940px;
}

.hero-text-block--hero {
  max-width: 1040px;
}

.hero-text-block--frost {
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    0 22px 48px rgba(60, 32, 12, 0.08),
    0 0 28px rgba(255, 255, 255, 0.14);
}

.hero-text-block--clear {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
}

.hero-text-block--narrow {
  max-width: 700px;
}

.hero-text-block--tighter {
  max-width: 660px;
}

.hero-text-block--wider {
  max-width: 1020px;
}

.hero-text-block--compact {
  max-width: 860px;
}

.hero-text-block--shrink-15-wide {
  max-width: 663px;
}

.hero-text-block--shrink-15-tight {
  max-width: 477px;
}

.hero-text-block--shrink-15-wider {
  max-width: 780px;
}

.hero-text-block--shrink-15-compact {
  max-width: 658px;
}

.hero-text-block--shrink-10-two {
  max-width: 702px;
}

.hero-text-block--shrink-10-nine {
  max-width: 592px;
}

.hero-text-block--shrink-10-eight {
  max-width: 846px;
}

.hero-text-block--shift-left {
  transform: translateX(-24px);
}

.hero-text-block--left-lean {
  transform: translateX(-36px);
}

.hero-text-block--right-nudge {
  transform: translateX(18px);
}

.hero-text-block--tight-card {
  padding: 18px 22px;
}

.hero-text-block--hero-right {
  transform: translateX(34px);
}

.hero-copy-stack {
  max-width: 14ch;
  color: inherit;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4.1vw, 4.6rem);
  font-weight: 700;
  line-height: 0.96;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-copy-stack p {
  margin: 0;
  line-height: 0.96;
  padding-bottom: 0.48em;
}

.hero-copy-stack p:last-child {
  padding-bottom: 0;
}

.hero-copy-stack--tight {
  max-width: 11.5ch;
}

.hero-copy-stack--compact {
  max-width: 12.6ch;
}

.hero-copy-stack--compact-two {
  max-width: 11.8ch;
}

.hero-copy-stack--compact-nine {
  max-width: 11.3ch;
}

.hero-copy-stack--slide-three {
  max-width: 11.4ch;
}

.hero-copy-stack--slide-eight {
  max-width: 11.8ch;
}

.hero-text-block--mist {
  background: rgba(12, 10, 9, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.2),
    0 0 42px rgba(12, 10, 9, 0.18);
}

.hero-text-block--mist::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 28px;
  background: rgba(12, 10, 9, 0.2);
  filter: blur(18px);
  z-index: -1;
}

.hero-text-block--glow-kicker .hero-overlay-kicker {
  text-shadow: none;
}

.hero-text-block--small-h1 h1 {
  font-size: clamp(1.5rem, 2.6vw, 3rem);
}

.hero-text-block--white,
.hero-text-block--white h1,
.hero-text-block--white h2 {
  color: #fff;
  text-shadow: none;
}

.hero-image-shrink {
  object-fit: contain;
  object-position: center center;
  background: #ede8e2;
}

.hero-image-shrink-right {
  object-fit: contain;
  object-position: right center;
  background: #f5f1ea;
}

.hero-image-pan-right {
  object-position: 62% center;
}

.hero-image-pan-right-more {
  object-position: 68% center;
}

.hero-image-shift-up {
  object-position: center 58%;
}

.hero-bottomline {
  margin-top: 16px;
  width: 100%;
  max-width: none;
  color: var(--text);
  line-height: 1.6;
  font-size: 1.14rem;
  font-weight: 600;
  text-align: center;
}

.hero-product {
  display: flex;
  gap: 16px;
  align-items: center;
}

.hero-product h2 {
  margin: 0;
  font-family: "Space Grotesk", Arial, sans-serif;
}

.product-sun {
  width: 90px;
  height: 90px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 34% 34%, #fff9dd 0 16%, #ffd48d 17% 36%, #ff9e3d 37% 61%, #ff7a00 62% 100%);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.55);
}

.hero-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}

.hero-price:last-child {
  border-bottom: 0;
}

.hero-price strong {
  font-size: 1.3rem;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.hero-price.muted strong {
  color: var(--accent-strong);
}

.section {
  padding: 36px 0 24px;
}

.section-band {
  margin-inline: calc(50% - 50vw);
  padding: 36px max(24px, calc((100vw - var(--shell)) / 2)) 28px;
  border-radius: 0;
}

.section-band-alt {
  background-color: #ffffff;
  background-image: radial-gradient(circle at top right, rgba(255, 181, 88, 0.30), transparent 40%);
  border-block: 1px solid rgba(255, 138, 29, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 138, 29, 0.08), inset 0 -1px 0 rgba(255, 138, 29, 0.08);
}

.section-band-alt .section-head h2,
.section-band-alt .section-head p,
.section-band-alt .eyebrow {
  color: var(--text);
}

.section-band-alt .product-card {
  background: rgba(59, 36, 20, 0.12);
  border-color: rgba(59, 36, 20, 0.18);
}

.category-strip {
  padding: 18px 0 2px;
  overflow: hidden;
}

.category-strip-inner {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.category-chip {
  flex: 0 0 auto;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  min-height: 40px;
  padding: 0.52rem 1rem;
  scroll-snap-align: start;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.category-chip:hover {
  transform: translateY(-1px);
  background: white;
  box-shadow: 0 14px 28px rgba(255, 107, 0, 0.12);
}

.category-chip.active {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  border-color: transparent;
  color: white;
}

.nav-search {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-search-input {
  padding: 0.38rem 2rem 0.38rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.5);
  font: inherit;
  font-size: 0.85rem;
  color: var(--text);
  width: 11rem;
  outline: none;
  transition: width 200ms ease, background 180ms ease;
}

.nav-search-input:focus {
  width: 16rem;
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--accent, #c07a3a);
}

.nav-search-icon {
  position: absolute;
  right: 0.65rem;
  font-size: 0.8rem;
  pointer-events: none;
  opacity: 0.45;
}

.section-head {
  max-width: 44rem;
  margin-bottom: 22px;
}

.section-head h2 {
  font-size: clamp(2rem, 3.7vw, 3.3rem);
}

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

.product-card {
  padding: 20px;
  border-radius: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 68px rgba(255, 136, 29, 0.18);
}

.product-card.added {
  border-color: rgba(255, 107, 0, 0.38);
  box-shadow: 0 0 0 3px rgba(255, 138, 29, 0.14), 0 28px 68px rgba(255, 136, 29, 0.22);
  transform: translateY(-4px) scale(1.01);
}

.product-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
}

.product-spot-frame {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.08), rgba(255, 250, 242, 0.2)),
    #fff7ee;
}

.product-spot-kettle {
  background: linear-gradient(135deg, #fff1d8 0%, #ffd49b 42%, #ff9f43 100%);
}

.product-spot-basket {
  background: linear-gradient(135deg, #fff6df 0%, #ffd18b 40%, #ff9830 100%);
}

.product-spot-throw {
  background: linear-gradient(135deg, #fff8ec 0%, #ffe1b2 45%, #ffbe63 100%);
}

.product-spot-tote {
  background: linear-gradient(135deg, #fff2e4 0%, #ffc67f 38%, #ff8a1d 100%);
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  gap: 12px;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.icon-button {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--accent-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.icon-button:hover {
  transform: translateY(-1px);
  background: white;
  box-shadow: 0 12px 24px rgba(255, 107, 0, 0.14);
}

.icon-button:active {
  transform: translateY(0) scale(0.985);
}

.icon-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.icon-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wishlist-button.active svg {
  fill: currentColor;
}

.wishlist-button.active {
  box-shadow: 0 12px 24px rgba(255, 107, 0, 0.18);
}

.icon-button.bump {
  transform: scale(1.1);
  box-shadow: 0 0 0 8px rgba(255, 138, 29, 0.16);
}

.product-footer strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.38rem;
}
.cart-metrics strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 20px;
  align-items: start;
}

.bundle-copy,
.code-card,
.cart-card {
  border-radius: 26px;
  padding: 24px;
}

.admin-shell {
  padding-top: 20px;
  position: relative;
}

.admin-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: start;
}

.admin-auth-card,
.admin-import-card,
.admin-wallet-card {
  margin-bottom: 18px;
}

.admin-import-card {
  margin-top: 18px;
}

.admin-auth-card {
  max-width: 50%;
}

.admin-wallet-card {
  max-width: 50%;
}

.vendor-wallet-card.vendor-wallet-card--compact {
  position: fixed;
  top: 84px;
  right: 12px;
  width: min(448px, calc(100vw - 36px));
  max-width: 448px;
  margin: 0;
  padding: 14px 16px;
  z-index: 2;
}

.vendor-wallet-card.vendor-wallet-card--compact .card-kicker,
.vendor-wallet-card.vendor-wallet-card--compact h3,
.vendor-wallet-card.vendor-wallet-card--compact #vendorWalletCopy,
.vendor-wallet-card.vendor-wallet-card--compact #walletConnectionStatus {
  display: none;
}

.vendor-wallet-card.vendor-wallet-card--compact .admin-auth-row {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.vendor-wallet-card.vendor-wallet-card--compact .admin-wallet-address {
  padding: 10px 12px;
  font-size: 0.94rem;
}

.admin-auth-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.admin-auth-row .button {
  justify-self: start;
  width: auto;
  min-width: 96px;
  white-space: nowrap;
}

.admin-auth-row input {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: white;
  color: var(--text);
  padding: 0.8rem 0.9rem;
  font: inherit;
}

.admin-wallet-address {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 122, 0, 0.2);
  background: rgba(255, 122, 0, 0.08);
  color: var(--text);
}

.admin-wallet-address .wallet-address {
  display: block;
  margin-top: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.95em;
  overflow-wrap: break-word;
}

.admin-wallet-address .wallet-address-label {
  display: block;
  font-weight: 800;
}

#supportWalletAddress {
  padding: 0;
  border: 0;
  background: transparent;
}

#supportWalletAddress .wallet-address-label {
  margin-bottom: 6px;
  color: var(--muted);
}

#supportWalletAddress .wallet-address {
  display: inline-block;
  margin-top: 0;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 122, 0, 0.2);
  background: rgba(255, 122, 0, 0.08);
  color: var(--text);
}

#supportWalletCard .admin-auth-row {
  align-items: end;
  grid-template-columns: max-content max-content;
  justify-content: start;
}

#supportConnectWallet {
  white-space: nowrap;
}

.admin-import-card code {
  display: inline-block;
  margin-top: 6px;
  padding: 0.35rem 0.55rem;
  border-radius: 12px;
  background: #fffaf3;
  border: 1px solid rgba(255, 138, 29, 0.12);
  color: #8e4f1a;
  font-size: 0.86rem;
}

.admin-orders-card {
  margin-top: 18px;
}

.vendor-manual-tools {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.vendor-manual-tools[hidden] {
  display: none !important;
}

.admin-form-card,
.admin-list-card {
  min-height: 100%;
}

.admin-form-card--wide {
  width: 100%;
}

.admin-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.admin-form label {
  display: grid;
  gap: 8px;
}

.admin-form label[hidden] {
  display: none !important;
}

.admin-form-note {
  margin: -0.35rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.4;
}

.admin-form label span,
.admin-list-head h3,
.admin-product-card h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.admin-form input,
.admin-form textarea,
.admin-form select {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: white;
  color: var(--text);
  padding: 0.8rem 0.9rem;
  font: inherit;
}

.admin-form select[multiple] {
  min-height: 12rem;
  border-radius: 14px;
  padding: 0.45rem;
}

.admin-form select[multiple] option {
  padding: 0.42rem 0.5rem;
}

.admin-form-span {
  grid-column: 1 / -1;
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-row input {
  width: auto;
}

.country-multiselect {
  position: relative;
}

.country-multiselect-button {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: white;
  color: var(--text);
  cursor: pointer;
  font: inherit;
  min-height: 46px;
  padding: 0.8rem 2.2rem 0.8rem 0.9rem;
  text-align: left;
}

.country-multiselect-button::after {
  content: "⌄";
  position: absolute;
  right: 0.95rem;
  top: 0.75rem;
  color: var(--muted);
}

.country-multiselect-menu {
  position: absolute;
  z-index: 20;
  inset-inline: 0;
  top: calc(100% + 6px);
  max-height: 18rem;
  overflow: auto;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: white;
  box-shadow: 0 22px 46px rgba(80, 45, 12, 0.16);
  padding: 0.45rem;
}

.country-multiselect-option {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 0.55rem;
  padding: 0.42rem 0.5rem;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
}

.country-multiselect-option:hover {
  background: rgba(255, 138, 29, 0.1);
}

.country-multiselect-option input {
  width: auto !important;
  flex: 0 0 auto;
  margin: 0;
}

.country-multiselect-option span {
  font-family: "Manrope", Arial, sans-serif;
  flex: 1 1 auto;
}

.admin-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.admin-inline-status {
  color: var(--muted);
  align-self: center;
}

.admin-status {
  margin: 0;
  color: var(--muted);
  min-height: 1.4rem;
}

.admin-status[data-state="error"] {
  color: #b43d14;
}

.admin-list-wrap {
  padding: 22px;
  background: rgba(255, 255, 255, 0.82);
}

.admin-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.admin-list-head h3 {
  margin: 0;
}

.admin-product-list {
  display: grid;
  gap: 14px;
}

.admin-product-card {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border-radius: 20px;
  background: #fffefb;
  border: 1px solid var(--border);
}

.admin-product-thumb {
  width: 108px;
  height: 108px;
  border-radius: 18px;
  object-fit: cover;
  flex: 0 0 auto;
  border: 1px solid var(--border);
  background: #fff7ee;
}

.admin-product-card h4 {
  margin: 0 0 8px;
}

.admin-product-card p {
  margin: 0;
  color: var(--muted);
}

.admin-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.admin-product-meta span {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #8a4f1f;
  font-size: 0.86rem;
}

.admin-product-actions {
  display: grid;
  gap: 10px;
  align-content: start;
}

.admin-order-list {
  display: grid;
  gap: 14px;
}

.admin-order-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  padding: 18px;
  border-radius: 20px;
  background: #fffefb;
  border: 1px solid var(--border);
}

.admin-order-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
}

.admin-order-head h4 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
}

.admin-order-copy p {
  margin: 10px 0 0;
  color: var(--muted);
}

.admin-order-actions {
  display: grid;
  gap: 12px;
}

.admin-order-actions label {
  display: grid;
  gap: 8px;
}

.admin-order-actions label span {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.admin-order-actions select,
.admin-order-actions textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: white;
  color: var(--text);
  padding: 0.8rem 0.9rem;
  font: inherit;
}

.vendor-order-actions {
  display: grid;
  align-content: center;
  justify-items: end;
}

.vendor-orders-card .admin-order-card {
  grid-template-columns: 1fr auto;
}

.cheer-list {
  margin: 18px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.code-card pre {
  margin: 14px 0 0;
  overflow-x: auto;
  background: #fffaf3;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 138, 29, 0.1);
  color: #8e4f1a;
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
  align-items: start;
}

.checkout-teaser {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.teaser-copy h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", Arial, sans-serif;
}

.teaser-copy p {
  margin: 0;
  color: var(--muted);
}

.cart-metrics {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.cart-items {
  display: grid;
  gap: 12px;
  margin: 18px 0 20px;
}

.cart-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--border);
}

.cart-line-image {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  object-fit: cover;
  flex: 0 0 auto;
  background: rgba(255, 214, 153, 0.42);
  border: 1px solid rgba(255, 138, 29, 0.14);
}

.cart-line-copy {
  display: grid;
  gap: 4px;
  flex: 1 1 minmax(0, 1fr);
  min-width: 0;
}

.cart-line-copy span {
  color: var(--muted);
  font-size: 0.94rem;
}

.cart-line-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  flex: 0 0 auto;
}

.remove-button {
  white-space: nowrap;
}

.cart-empty,
.catalog-error {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--border);
  color: var(--muted);
}

.qty-button,
.remove-button {
  appearance: none;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  border-radius: 999px;
  font: inherit;
  cursor: pointer;
}

.qty-button {
  width: 34px;
  height: 34px;
  font-weight: 800;
}

.remove-button {
  padding: 0.45rem 0.75rem;
  font-weight: 700;
}

.qty-value {
  min-width: 18px;
  text-align: center;
  font-weight: 700;
}

.metric {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
}

.checkout-actions {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}

.checkout-page-shell .button,
.checkout-page-shell #PriceEdge {
  border-radius: 999px;
}

.checkout-payment-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  align-items: start;
}

.checkout-payment-buttons .button-wide + .button-wide {
  margin-top: 0;
}

.checkout-payment-buttons #PriceEdge {
  min-width: 180px;
}

.order-create-box {
  margin-top: 0;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--border);
  display: grid;
  gap: 12px;
}

.order-card {
  display: block;
}

.order-create-box label,
.support-form label {
  display: grid;
  gap: 8px;
}

.footer-signup label {
  white-space: nowrap;
  font-weight: 700;
}

.order-store-profile {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  padding: 2px 0;
}

.order-store-profile input {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  margin: 0;
  margin-right: 4px;
  border-radius: 6px;
  border: 1px solid rgba(216, 130, 39, 0.45);
  background: #fffdf9;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.order-store-profile input::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  background: center / 16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.8' d='M2.5 8.4l3.2 3.2L13.5 3.8'/%3E%3C/svg%3E");
  transform: scale(0);
  transition: transform 140ms ease;
}

.order-store-profile input:checked {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.12);
}

.order-store-profile input:checked::after {
  transform: scale(1);
}

.order-store-profile input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.18);
}

.order-store-profile span {
  color: var(--muted);
  line-height: 1.5;
}

.order-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.order-create-box input,
.support-form input,
.support-form textarea,
.support-form select {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: white;
  color: var(--text);
  padding: 0.8rem 0.9rem;
  font: inherit;
}

.footer-signup input[type="email"] {
  flex: 1;
  min-width: 150px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: white;
  color: var(--text);
  padding: 0.8rem 0.9rem;
  font: inherit;
}

.checkout-page-shell {
  padding-top: 20px;
}

.page-copy {
  max-width: 900px;
  padding-top: 30px;
  padding-bottom: 46px;
}

.page-copy h1 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.98;
}

.page-copy p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.02rem;
}

.page-copy a {
  display: inline-block;
  padding: 0.02em 0.34em;
  border-radius: 999px;
  background: rgba(255, 138, 29, 0.12);
  color: var(--accent-strong);
  font-weight: 800;
  transition: background-color 180ms ease, color 180ms ease;
}

.page-copy a:hover {
  background: rgba(255, 138, 29, 0.2);
  color: #c24f00;
}

.support-form,
.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.faq-list details,
.card {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.faq-list summary {
  cursor: pointer;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem;
}

.footer {
  padding: 22px 0 40px;
}

.footer-compact {
  width: min(760px, calc(100% - 40px));
}

.footer-compact .footer-grid {
  grid-template-columns: 1fr;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.footer-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.footer-form-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-signup {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}

.footer-links a + a::before {
  content: "•";
  padding: 0 8px;
  color: var(--muted);
  font-weight: 400;
}

.footer-status,
.cart-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.footer-status[data-state="error"],
.cart-note[data-state="error"] {
  color: #b43d14;
}

.wishlist-share-box {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

#wishlistMessage {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
}

.wishlist-share-label {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.wishlist-share-pill {
  padding: 0.36rem 0.42rem 0.36rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
}

.wishlist-share-pill input[readonly] {
  min-width: 0;
  flex: 1;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.86rem;
}

.wishlist-share-pill input[readonly]:focus {
  outline: none;
}

.wishlist-share-pill button {
  width: 1.8rem;
  height: 1.8rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
}

.wishlist-share-pill svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.order-status-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.order-status-head h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.65rem;
}

.order-status-copy,
.order-status-note {
  color: var(--muted);
}

.order-status-items {
  list-style: none;
  padding: 0;
  margin: 18px 0;
  display: grid;
  gap: 10px;
}

.order-status-items li,
.order-status-total {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--border);
}

.order-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  background: var(--accent-soft);
  color: #8a4f1f;
}

.order-status-fulfilled {
  background: rgba(99, 191, 126, 0.18);
  color: #23653a;
}

.order-status-processing {
  background: rgba(255, 191, 92, 0.22);
  color: #8b5a10;
}

.order-status-out_of_stock,
.order-status-cancelled {
  background: rgba(217, 83, 79, 0.14);
  color: #9f322f;
}

.hidden {
  display: none !important;
}

@media (max-width: 980px) {
  .hero,
  .split-section,
  .checkout-grid,
  .product-grid,
  .admin-grid,
  .admin-order-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .hero-image {
    height: 420px;
  }

  .hero-overlay,
  .hero-controls {
    width: min(1160px, calc(100% - 28px));
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 24px, 1160px);
  }

  .order-address-grid {
    grid-template-columns: 1fr;
  }

  .nav {
    flex-direction: column;
    gap: 14px;
    width: min(100% - 24px, 1160px);
  }

  .nav-links {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .admin-auth-row {
    grid-template-columns: 1fr;
  }

  .checkout-teaser {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout-payment-buttons {
    grid-template-columns: 1fr;
  }

  .admin-form {
    grid-template-columns: 1fr;
  }

  .admin-product-card {
    flex-direction: column;
  }


  .hero {
    padding-top: 18px;
  }

  .hero-topline,
  .hero-bottomline {
    width: calc(100% - 24px);
  }

  .hero-visual {
    height: clamp(460px, 62vh, 620px);
  }

  .hero h1 {
    font-size: clamp(1.45rem, 7.4vw, 2.55rem);
  }

  .hero-overlay {
    width: calc(100% - 24px);
    bottom: 16px;
    top: 16px;
  }

  .hero-overlay h1 {
    font-size: clamp(1.8rem, 9vw, 3rem);
  }

  .hero-overlay h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .hero-overlay p {
    max-width: 22rem;
    font-size: 0.92rem;
  }

  .hero-controls {
    width: calc(100% - 24px);
    bottom: 16px;
  }

  .hero-control {
    width: 46px;
    height: 46px;
  }


  .hero {
    padding-top: 18px;
  }

  .hero-topline,
  .hero-bottomline {
    width: calc(100% - 24px);
  }

  .hero-visual {
    height: clamp(460px, 62vh, 620px);
  }

  .hero h1 {
    font-size: clamp(1.45rem, 7.4vw, 2.55rem);
  }

  .hero-overlay {
    width: calc(100% - 24px);
    bottom: 16px;
    top: 16px;
  }

  .hero-overlay h1 {
    font-size: clamp(1.8rem, 9vw, 3rem);
  }

  .hero-overlay h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .hero-overlay p {
    max-width: 22rem;
    font-size: 0.92rem;
  }

  .hero-controls {
    width: calc(100% - 24px);
    bottom: 16px;
  }

  .hero-control {
    width: 46px;
    height: 46px;
  }

  .hero-dots {
    gap: 10px;
    padding: 10px 12px;
  }

  .support-layout {
    grid-template-columns: 1fr;
  }
}

.social-links-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  flex-wrap: nowrap;
  line-height: 1.2;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--border);
  color: var(--text);
  text-decoration: none;
  transition: transform 180ms ease;
}

.social-link:hover {
  transform: translateY(-1px);
}

.social-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: var(--accent-strong);
}

.social-link-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  display: block;
}

.social-link > span:last-child {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  white-space: nowrap;
}

.support-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 24px;
  align-items: start;
}

.support-layout .admin-auth-card {
  max-width: none;
  margin-bottom: 0;
}

.support-card-stack {
  display: grid;
  gap: 24px;
}

.support-online-card {
  --support-online-measure: 34ch;
}

.support-online-card > p:not(.card-kicker),
.support-online-card .social-links-list {
  width: min(100%, var(--support-online-measure));
}

.support-online-card .social-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}

.support-online-card .social-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
}

.support-online-card .social-link > span:not(.social-link-icon) {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 34px;
}

@media (max-width: 760px) {
  .admin-auth-card,
  .admin-wallet-card,
  .support-layout .admin-auth-card {
    max-width: none;
  }

  .vendor-wallet-card.vendor-wallet-card--compact {
    position: static;
    width: auto;
    max-width: none;
    margin-right: 0;
  }

  .vendor-wallet-card.vendor-wallet-card--compact .card-kicker,
  .vendor-wallet-card.vendor-wallet-card--compact h3,
  .vendor-wallet-card.vendor-wallet-card--compact #vendorWalletCopy,
  .vendor-wallet-card.vendor-wallet-card--compact #walletConnectionStatus {
    display: block;
  }
}
