:root {
  --font-display: "Outfit", sans-serif;
  --font-body: "Space Grotesk", sans-serif;
  --bg: #fff8f8;
  --bg-soft: #fff1f3;
  --bg-tint: #ffe3e8;
  --panel: #ffffff;
  --panel-soft: #fff6f7;
  --line: rgba(223, 90, 111, 0.18);
  --text: #4f1720;
  --muted: #86505a;
  --accent: #f45d72;
  --accent-strong: #df4d65;
  --accent-soft: #ffb8c2;
  --shadow: 0 18px 48px rgba(223, 90, 111, 0.12);
  --radius: 26px;
  --radius-lg: 34px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 184, 194, 0.35), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 215, 220, 0.4), transparent 20%),
    linear-gradient(180deg, #fffefe 0%, var(--bg-soft) 48%, var(--bg-tint) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(244, 93, 114, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 93, 114, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent 85%);
}

.promo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 12px 16px;
  background: linear-gradient(90deg, var(--accent-strong), var(--accent));
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
}

.promo-message {
  position: relative;
  width: fit-content;
  min-width: min(540px, calc(100vw - 92px));
  min-height: 24px;
  margin: 0 2px;
}

.promo-bar p {
  margin: 0;
}

.promo-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 250ms ease;
  text-decoration: underline;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1px;
}

.promo-item.active {
  opacity: 1;
}

.promo-arrow {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1;
  flex: 0 0 auto;
}

.promo-arrow:hover {
  background: rgba(255, 255, 255, 0.28);
}

.page-shell {
  width: min(1380px, calc(100% - 24px));
  margin: 0 auto;
  padding-bottom: 56px;
}

.site-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 20px 28px;
  padding: 22px 0 18px;
  text-align: left;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
  color: inherit;
  text-decoration: none;
  justify-content: flex-start;
  align-self: center;
}

.brand-logo {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.button,
button,
input,
textarea,
select,
.site-nav a,
.hero-text,
.info-card p,
.media-copy p,
.news-card p,
.site-footer p,
.site-footer a {
  font-family: var(--font-body);
}

.brand,
h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
}

.eyebrow,
.card-label,
.review-person h3,
.site-footer h3,
.site-footer h4,
.form-field span {
  font-family: var(--font-display);
}

.brand {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 600;
}

.eyebrow,
.card-label {
  margin: 0;
  color: var(--accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 600;
}

.site-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 8px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow);
  justify-content: center;
  grid-column: 1 / -1;
}

.site-search-wrap {
  width: 100%;
  max-width: 820px;
  justify-self: stretch;
}

.site-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.site-search-input {
  width: 100%;
  min-height: 68px;
  padding: 0 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  color: var(--text);
  font-size: 1.08rem;
}

.site-search-input::placeholder {
  color: var(--muted);
}

.site-search-button {
  min-width: 146px;
}

.site-search-form .button {
  min-height: 68px;
}

.site-search-button {
  min-width: 72px;
  padding: 0;
}

.site-search-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-nav a {
  padding: 10px 14px;
  color: var(--muted);
  text-decoration: none;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 500;
  transition: background 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
  color: #fff;
}

.site-nav a.active {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 500;
  cursor: pointer;
}

.nav-dropdown.is-open .nav-dropdown-toggle,
.nav-dropdown.is-active .nav-dropdown-toggle,
.nav-dropdown-toggle:hover {
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
  color: #fff;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 20;
  min-width: 240px;
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-dropdown-menu a {
  padding: 12px 14px;
  border-radius: 16px;
  color: var(--text);
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.nav-dropdown-menu a.active,
.nav-dropdown-menu a:hover {
  background: linear-gradient(135deg, rgba(244, 93, 114, 0.14), rgba(223, 77, 101, 0.2));
  color: var(--accent-strong);
}

.nav-dropdown-section {
  display: grid;
  gap: 4px;
}

.nav-dropdown-section + .nav-dropdown-section {
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.nav-dropdown-parent {
  font-weight: 700;
}

.nav-dropdown-parent.active,
.nav-dropdown-parent:hover {
  color: var(--accent-strong);
}

.nav-submenu {
  position: relative;
}

.nav-submenu-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.nav-submenu-panel {
  position: absolute;
  top: -10px;
  left: calc(100% + 10px);
  min-width: 220px;
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translate(10px, 0);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  z-index: 30;
}

.nav-submenu:hover > .nav-submenu-panel,
.nav-submenu:focus-within > .nav-submenu-panel {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

main {
  position: relative;
  z-index: 1;
}

.hero-shell,
.shop-section,
.services-section,
.media-section,
.news-section {
  padding: 16px 0 22px;
}

.hero-slider,
.category-card,
.product-card,
.promo-tile,
.info-card,
.media-card,
.news-card,
.site-footer {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-slider {
  padding: 18px;
  border-radius: var(--radius-lg);
}

.slideshow-frame {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 28px;
  background: #f7d9df;
}

.slide-track {
  position: absolute;
  inset: 0;
}

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 500ms ease;
}

.slide.active {
  opacity: 1;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(79, 23, 32, 0.62), rgba(79, 23, 32, 0.18) 45%, transparent 70%);
}

.slide-copy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: min(100% - 220px, 720px);
  color: #fff;
  z-index: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
  text-align: center;
}

.slide-copy .card-label {
  color: #ffe4e8;
}

h1 {
  margin: 12px 0 16px;
  font-size: clamp(2.4rem, 4.8vw, 4.4rem);
  line-height: 0.93;
  font-weight: 600;
}

h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1;
  font-weight: 600;
}

h3 {
  margin: 10px 0;
  font-size: 1.3rem;
  font-weight: 500;
}

h4 {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 600;
}

.hero-text,
.info-card p,
.product-card p,
.media-copy p,
.news-card p,
.site-footer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.slide-copy .hero-text {
  color: #fff1f3;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
  justify-content: center;
}

.location-button {
  margin-top: 18px;
  background: linear-gradient(135deg, #e25369, #b93449);
  color: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, #e25369, #b93449);
  color: #fff;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
}

.slide-button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #234954;
  cursor: pointer;
  font-size: 1.05rem;
  z-index: 2;
}

.slide-meta {
  display: grid;
  gap: 18px;
  padding-top: 18px;
}

.slide-controls {
  position: absolute;
  right: 22px;
  bottom: 22px;
  transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(79, 23, 32, 0.18);
  z-index: 3;
}

.slide-count {
  min-width: 46px;
  text-align: center;
  color: #234954;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 500;
}

.slide-count-current,
.slide-count-total {
  display: inline-block;
  min-width: 1.2em;
}

.hero-location-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.compact-card {
  padding: 14px;
}

.compact-card .location-button {
  width: 100%;
  min-height: 46px;
  margin-top: 14px;
}

.compact-card h3 {
  font-size: 1.12rem;
}

.compact-card p {
  font-size: 0.95rem;
}

.popular-card h3 {
  margin-bottom: 10px;
}

.popular-card h3 a {
  color: inherit;
  text-decoration: none;
}

.popular-card h3 a:hover {
  color: var(--accent-strong);
}

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

.gallery-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--panel);
}

.gallery-card-wide {
  grid-column: span 2;
}

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

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 12, 18, 0.05), rgba(31, 12, 18, 0.72));
}

.gallery-card-copy {
  position: absolute;
  inset: auto 0 0;
  padding: 14px;
  color: #fff;
  z-index: 1;
}

.gallery-card-copy .eyebrow {
  color: rgba(255, 240, 244, 0.92);
}

.gallery-card-copy h3 {
  margin: 6px 0 0;
  font-size: 1.02rem;
  color: #fff;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.42);
}

.error-hero {
  max-width: 760px;
  padding-top: 46px;
  padding-bottom: 56px;
}

.error-actions {
  justify-content: center;
}

.category-row,
.product-grid,
.content-grid,
.news-grid,
.media-grid,
.stack-grid,
.promo-grid {
  display: grid;
  gap: 18px;
}

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

.category-card {
  display: block;
  padding: 24px;
  border-radius: var(--radius);
  color: inherit;
  text-decoration: none;
}

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

.section-head-centered {
  justify-content: center;
  text-align: center;
}

.section-head-centered > div {
  text-align: center;
}

.section-link,
.inline-link {
  color: var(--accent-strong);
  text-decoration: none;
  font-weight: 600;
}

.location-link {
  color: inherit;
  text-decoration: none;
}

.location-link:hover,
.site-footer a:hover,
.section-link:hover,
.inline-link:hover {
  color: var(--accent-strong);
}

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

.product-card,
.info-card,
.news-card {
  padding: 24px;
  border-radius: var(--radius);
}

.product-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  margin-bottom: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff8e9e, #f45d72);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
}

.product-thumb-soft {
  background: linear-gradient(135deg, #ffc2cb, #ff8393);
}

.product-meta,
.news-date {
  display: inline-block;
  margin-top: 14px;
  color: var(--accent-strong);
  font-size: 0.84rem;
  font-weight: 600;
}

.promo-grid {
  grid-template-columns: 1.4fr 1fr 1fr;
  padding: 10px 0 18px;
}

.promo-tile {
  display: block;
  min-height: 220px;
  padding: 26px;
  border-radius: var(--radius);
  color: inherit;
  text-decoration: none;
  background: linear-gradient(180deg, #ffffff, #fff4f6);
}

.promo-large {
  background: linear-gradient(135deg, #fff0f3, #ffd5dc);
}

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

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

.carry-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 118px;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #ffffff, #fff4f6);
}

.carry-card h3 {
  margin: 0;
  color: var(--text);
  text-shadow: none;
  position: relative;
  z-index: 1;
  padding: 0 12px;
}

.carry-pokemon::after,
.carry-sports::after,
.carry-magic::after,
.carry-plushies::after,
.carry-supplies::after,
.carry-slabs::after,
.carry-sealed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 8, 15, 0.18), rgba(26, 8, 15, 0.62));
  z-index: 0;
}

.carry-pokemon {
  background: transparent;
}

.carry-pokemon h3 {
  color: #fff;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.64);
}

.carry-pokemon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("carry-pokemon.png");
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.carry-sports {
  background: transparent;
}

.carry-sports h3 {
  color: #fff;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.64);
}

.carry-sports::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("carry-sports.jpg");
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.carry-magic {
  background: transparent;
}

.carry-magic h3 {
  color: #fff;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.64);
}

.carry-magic::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("carry-magic.jpg");
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.carry-plushies {
  background: transparent;
}

.carry-plushies h3 {
  color: #fff;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.64);
}

.carry-plushies::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("carry-plushies.jpg");
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.carry-supplies {
  background: transparent;
}

.carry-supplies h3 {
  color: #fff;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.64);
}

.carry-supplies::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("carry-sleeves.jpg");
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.carry-slabs {
  background: transparent;
}

.carry-slabs h3 {
  color: #fff;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.64);
}

.carry-slabs::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("carry-slabs.png");
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.carry-sealed {
  background: transparent;
}

.carry-sealed h3 {
  color: #fff;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.64);
}

.carry-sealed::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("carry-sealed.png");
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.hours-note {
  margin-top: 10px !important;
  font-size: 0.88rem;
  line-height: 1.5 !important;
}

.location-detail {
  margin-top: 8px !important;
  color: var(--accent-strong) !important;
  font-size: 0.9rem;
  font-weight: 500;
}

.hours-list {
  margin: 2px 0 14px;
}

.hours-list p {
  margin: 0 0 4px;
}

.follow-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 28px;
  margin-top: 8px;
  background: linear-gradient(135deg, #fff4f6, #ffd6de);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.follow-strip-copy h2 {
  margin-top: 6px;
}

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

.promise-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 8px 0 14px;
}

.promise-pill {
  padding: 20px 22px;
  background: linear-gradient(180deg, #ffffff, #fff4f6);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.promise-pill h3 {
  margin: 8px 0 0;
  font-size: 1.08rem;
}

.social-button {
  gap: 10px;
}

.social-button img {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}

.map-grid {
  align-items: start;
}

.map-embed-shell {
  margin: 14px 0 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-embed {
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
}

.media-card {
  overflow: hidden;
  border-radius: var(--radius);
}

.review-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: 22px;
}

.media-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.media-copy {
  padding: 16px;
}

.review-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 16px 0;
}

.review-avatar {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f1d48c, #bd8242);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.82rem;
}

.review-profile .review-avatar-image {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.9);
  display: block;
}

.review-person h3 {
  margin: 4px 0 0;
  text-align: left;
}

.review-stars {
  margin: 0 0 10px;
  color: #fbbc04 !important;
  font-size: 1.16rem;
  letter-spacing: 0.12em;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
}

.review-inline-photo {
  width: 100%;
  min-height: 148px;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  object-fit: cover;
  display: block;
}

.review-card .media-copy {
  text-align: center;
}

.review-card .media-copy .eyebrow,
.review-card .media-copy p,
.review-card .media-copy h3,
.review-card .media-copy .inline-link {
  text-align: center;
}

.reviews-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

.news-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}

.reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.333% - 16px);
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  min-width: 0;
}

.review-arrow {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--accent-strong);
  box-shadow: var(--shadow);
  cursor: pointer;
  font-size: 1.55rem;
}

.news-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.333% - 12px);
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.news-track::-webkit-scrollbar {
  display: none;
}

.news-arrow {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--accent-strong);
  box-shadow: var(--shadow);
  cursor: pointer;
  font-size: 1.8rem;
}

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

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

.page-hero {
  padding: 18px 0 28px;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.inner-page {
  padding-top: 20px;
}

.form-section {
  padding-bottom: 24px;
}

.collection-form {
  max-width: 920px;
  margin: 0 auto;
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

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

.form-field {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 500;
}

.form-choices {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.form-field span {
  font-family: var(--font-display);
  font-size: 1rem;
}

.form-choices legend {
  font-family: var(--font-display);
  font-size: 1rem;
  margin-bottom: 10px;
  color: var(--text);
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel-soft);
  color: var(--text);
  font: inherit;
}

.form-field textarea {
  resize: vertical;
}

.choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.choice-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel-soft);
  color: var(--muted);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.choice-pill input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.choice-pill span {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
}

.choice-pill:has(input:checked) {
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
  border-color: rgba(223, 90, 111, 0.3);
  color: #fff;
  box-shadow: 0 10px 24px rgba(223, 90, 111, 0.16);
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-submit {
  margin-top: 20px;
}

.form-helper,
.form-status {
  margin-top: 14px;
  text-align: center;
  font-size: 0.95rem;
}

.form-helper {
  color: var(--muted);
}

.form-status {
  min-height: 24px;
  color: var(--accent-strong);
  font-weight: 500;
}

.form-status.is-error {
  color: #a43246;
}

.form-status.is-success {
  color: #267b55;
}

.site-footer {
  margin-top: 34px;
  padding: 30px;
  border-radius: var(--radius-lg);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.footer-brand-logo {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-brand-text h3 {
  margin: 0;
}

.site-footer a.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  margin-bottom: 0;
  vertical-align: middle;
}

.site-footer a.social-link img {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}

.social-icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 5px;
  color: #fff;
  flex: 0 0 18px;
  line-height: 1;
  transform: translateY(-1px);
  overflow: hidden;
}

.social-icon.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
}

.social-icon svg {
  width: 13px;
  height: 13px;
}

.social-icon svg rect,
.social-icon svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 22px;
}

.site-footer a {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
}

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

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .category-row,
  .product-grid,
  .content-grid,
  .carry-grid,
  .media-grid,
  .news-grid,
  .promo-grid,
  .gallery-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-large {
    grid-column: span 2;
  }

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

  .slide-meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: center;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    border-radius: 24px;
    gap: 8px;
    padding: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    text-align: center;
    min-height: 46px;
    white-space: nowrap;
    padding: 10px 12px;
  }

  .slideshow-frame {
    height: 420px;
  }

  .slide-copy {
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(100% - 88px, 620px);
    top: 50%;
    bottom: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  h1 {
    font-size: 3rem;
  }
}

@media (max-width: 640px) {
  .promo-bar {
    display: flex;
    padding: 10px 8px;
    gap: 0;
  }

  .promo-message {
    min-height: 40px;
    min-width: min(100%, calc(100vw - 72px));
    margin: 0 1px;
  }

  .page-shell {
    width: min(100% - 16px, 1380px);
    padding-bottom: 34px;
  }

  .site-header {
    gap: 16px;
    padding: 16px 0 12px;
  }

  .brand-lockup {
    gap: 12px;
  }

  .brand-logo {
    width: 54px;
    height: 54px;
  }

  .brand {
    font-size: 1.35rem;
  }

  .category-row,
  .product-grid,
  .content-grid,
  .carry-grid,
  .news-grid,
  .stack-grid,
  .promo-grid,
  .gallery-grid,
  .footer-grid,
  .compact-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card-wide {
    grid-column: span 1;
  }

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

  .reviews-carousel {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 6px;
  }

  .news-carousel {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 6px;
  }

  .reviews-track {
    grid-auto-columns: 88%;
  }

  .review-card {
    align-self: start;
  }

  .review-person h3 {
    font-size: 0.98rem;
  }

  .review-stars {
    font-size: 1rem;
    margin: 2px 0 6px;
  }

  .review-card .media-copy {
    padding: 12px 14px 14px;
  }

  .review-card .media-copy p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .review-card .media-copy > p:not(.review-stars) {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .review-inline-photo {
    min-height: 128px;
    max-height: 160px;
    margin-top: 10px;
  }

  .news-track {
    grid-auto-columns: 88%;
  }

  .promo-large {
    grid-column: auto;
  }

  .slideshow-frame {
    height: 360px;
    border-radius: 24px;
  }

  .slide-overlay {
    background: linear-gradient(
      to top,
      rgba(79, 23, 32, 0.74),
      rgba(79, 23, 32, 0.28) 48%,
      rgba(79, 23, 32, 0.08) 70%
    );
  }

  h1 {
    font-size: 2.2rem;
    line-height: 1;
  }

  h2 {
    font-size: 1.65rem;
  }

  .hero-shell,
  .reviews-section,
  .news-section,
  .shop-section,
  .form-section {
    padding-top: 10px;
    padding-bottom: 16px;
  }

  .hero-text,
  .info-card p,
  .news-card p,
  .site-footer p {
    line-height: 1.6;
  }

  .slide-button {
    width: 32px;
    height: 32px;
  }

  .slide-controls {
    bottom: 12px;
    right: 12px;
  }

  .slide-copy {
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(100% - 38px, 520px);
    top: 50%;
    padding: 0 4px;
  }

  .slide-copy .hero-text {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.98rem;
  }

  .slide-count {
    min-width: 42px;
    font-size: 0.9rem;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 48px;
  }

  .hero-slider {
    padding: 12px;
    border-radius: 28px;
  }

  .slide-meta {
    gap: 12px;
    padding-top: 14px;
  }

  .hero-location-cards {
    gap: 10px;
  }

  .compact-card {
    padding: 12px;
  }

  .compact-card h3 {
    font-size: 1.02rem;
    margin: 8px 0;
  }

  .compact-card p {
    font-size: 0.92rem;
  }

  .section-head {
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }

  .section-head-centered {
    flex-direction: column;
  }

  .section-link {
    font-size: 0.92rem;
  }

  .collection-form {
    padding: 22px 16px;
  }

  .follow-strip {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 18px;
    gap: 14px;
  }

  .follow-strip-actions {
    width: 100%;
  }

  .follow-strip-actions .button {
    flex: 1 1 100%;
  }

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

  .site-search-button {
    width: 100%;
  }

  .product-card,
  .info-card,
  .news-card {
    padding: 20px;
    border-radius: 22px;
  }

  .site-footer {
    padding: 22px 18px;
  }

  .footer-brand {
    margin-bottom: 10px;
  }

  .footer-brand-logo {
    width: 46px;
    height: 46px;
  }

  .footer-grid {
    gap: 18px;
  }
}

@media (max-width: 420px) {
  .site-nav {
    border-radius: 20px;
    padding: 8px;
  }

  .site-nav a {
    font-size: 0.9rem;
    min-height: 42px;
    padding: 9px 11px;
  }

  .nav-dropdown,
  .nav-dropdown-toggle {
    width: 100%;
  }

  .nav-dropdown-menu {
    left: 0;
    min-width: 100%;
    transform: translate(0, 10px);
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    transform: translate(0, 0);
  }

  .nav-submenu-panel {
    position: static;
    min-width: 100%;
    margin-top: 6px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.7);
  }

  .site-search-input {
    min-height: 58px;
    font-size: 1rem;
  }

  .slideshow-frame {
    height: 390px;
  }

  .slide-copy {
    width: min(100% - 28px, 420px);
    top: 47%;
  }

  .slide-copy .hero-text {
    max-width: 270px;
    font-size: 0.92rem;
  }

  h1 {
    font-size: 1.95rem;
  }

  h2 {
    font-size: 1.52rem;
  }

  .hero-actions {
    margin-top: 14px;
    gap: 8px;
  }

  .hero-actions .button {
    min-height: 44px;
    padding: 0 16px;
    font-size: 0.92rem;
  }

  .reviews-track,
  .news-track {
    grid-auto-columns: 92%;
  }

  .site-footer {
    padding: 20px 16px;
  }

  .section-head {
    gap: 8px;
  }

  .section-link {
    font-size: 0.88rem;
  }

  .review-card .media-copy > p:not(.review-stars) {
    -webkit-line-clamp: 6;
  }

  .review-inline-photo {
    min-height: 118px;
    max-height: 146px;
  }

  .review-arrow,
  .news-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.35rem;
  }
}

.site-header {
  position: relative;
}

.cart-launcher {
  position: absolute;
  top: 26px;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--text);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.cart-launcher-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.cart-launcher-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.cart-count-badge,
.price-pill,
.product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
}

.cart-count-badge {
  min-width: 28px;
  min-height: 28px;
  padding: 0 8px;
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
  color: #fff;
}

.cart-drawer-shell {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
}

.cart-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(62, 19, 27, 0.42);
  opacity: 0;
  transition: opacity 200ms ease;
}

.cart-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(440px, 100%);
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 20px;
  padding: 22px;
  background: linear-gradient(180deg, #fffefe 0%, #fff3f5 100%);
  border-left: 1px solid var(--line);
  box-shadow: -18px 0 52px rgba(79, 23, 32, 0.12);
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.cart-open .cart-drawer-shell {
  pointer-events: auto;
}

.cart-open .cart-overlay {
  opacity: 1;
}

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

.cart-drawer-head,
.cart-item-head,
.cart-summary-line,
.checkout-summary-line,
.product-card-top,
.checkout-item-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.cart-close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(244, 93, 114, 0.1);
  color: var(--accent-strong);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.cart-drawer-body,
.checkout-items {
  display: grid;
  gap: 14px;
  align-content: start;
}

.cart-item,
.checkout-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.cart-item-image,
.checkout-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.cart-item-copy,
.checkout-item-copy,
.product-card-body {
  display: grid;
  gap: 12px;
}

.cart-item-copy h3,
.checkout-item-copy h3,
.product-card-body h3 {
  margin: 0;
}

.cart-item-copy p,
.checkout-item-copy p,
.empty-state p,
.checkout-note,
.cart-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.cart-item-controls,
.cart-drawer-actions,
.product-card-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
}

.quantity-stepper {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.quantity-stepper button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(244, 93, 114, 0.12);
  color: var(--accent-strong);
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
}

.text-action {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--accent-strong);
  text-decoration: underline;
  text-underline-offset: 0.22em;
  cursor: pointer;
}

.empty-state,
.order-hero-card,
.checkout-summary,
.collection-form.checkout-form {
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.product-hero-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 20px;
  align-items: start;
}

.product-highlight-card {
  min-height: 100%;
}

.product-highlight-card h2,
.checkout-summary h2,
.order-hero-card h2 {
  margin-top: 0;
}

.product-stat-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.product-stat {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel-soft);
}

.product-stat strong {
  display: block;
  font-size: 1.15rem;
}

.shop-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.shop-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.shop-breadcrumb strong {
  color: var(--text);
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.shop-sidebar {
  position: sticky;
  top: 16px;
}

.shop-filter-card {
  display: grid;
  gap: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.shop-filter-head,
.shop-filter-option,
.shop-toolbar,
.shop-sort {
  display: flex;
  align-items: center;
}

.shop-filter-head,
.shop-toolbar {
  justify-content: space-between;
  gap: 14px;
}

.shop-filter-group {
  display: grid;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.shop-filter-group h3,
.shop-count {
  margin: 0;
}

.shop-filter-group h3 {
  font-size: 1rem;
  font-family: var(--font-display);
}

.shop-filter-option {
  justify-content: space-between;
  gap: 12px;
  color: var(--text);
  font-size: 0.94rem;
}

.shop-filter-option input {
  width: 17px;
  height: 17px;
  margin: 0;
}

.shop-filter-option span {
  flex: 1 1 auto;
}

.shop-filter-option strong {
  color: var(--muted);
  font-size: 0.86rem;
}

.shop-main {
  display: grid;
  gap: 16px;
}

.shop-results-head {
  align-items: center;
  padding: 10px 0 4px;
}

.shop-results-head h1 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.shop-toolbar {
  width: 100%;
  flex-wrap: nowrap;
}

.shop-count {
  color: var(--muted);
  font-size: 0.94rem;
  flex: 0 0 auto;
}

.shop-sort {
  gap: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  margin-left: auto;
  flex: 0 0 auto;
}

.shop-availability {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  flex-wrap: nowrap;
  justify-content: center;
  flex: 1 1 auto;
}

.shop-toolbar-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
}

.shop-toolbar-check input {
  margin: 0;
}

.shop-toolbar-check strong {
  color: var(--accent-strong);
  font-size: 0.88rem;
}

.shop-sort select {
  min-height: 46px;
  padding: 0 42px 0 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
}

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

[data-featured-products-grid],
[data-new-arrivals-grid] {
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
  justify-content: center;
}

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

.product-shop-card {
  overflow: hidden;
  padding: 0;
}

.product-shop-card.is-sold-out {
  opacity: 0.92;
}

.product-card-media {
  position: relative;
  aspect-ratio: 1;
  overflow: visible;
  display: grid;
  place-items: center;
  grid-template-areas: "stack";
  padding: 10px;
  background: #fff;
}

.product-card-media img {
  border-radius: 0;
}

.product-card-link {
  display: grid;
  color: inherit;
  text-decoration: none;
}

.product-image-primary,
.product-image-hover {
  grid-area: stack;
  align-self: center;
  justify-self: center;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  transition: opacity 220ms ease, transform 220ms ease;
}

.product-image-primary {
  opacity: 1;
}

.product-image-hover {
  opacity: 0;
  transform: scale(1.04);
}

.product-shop-card:hover .product-image-primary,
.product-shop-card:focus-within .product-image-primary {
  opacity: 0;
}

.product-shop-card:hover .product-image-hover,
.product-shop-card:focus-within .product-image-hover {
  opacity: 1;
  transform: scale(1);
}

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 12px;
  background: rgba(79, 23, 32, 0.78);
  color: #fff;
  font-size: 0.82rem;
}

.sold-out-ribbon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding: 10px 12px;
  background: rgba(20, 15, 16, 0.72);
  color: #fff;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transform: translateY(-50%);
}

.product-card-body {
  padding: 22px;
  align-content: start;
  justify-items: center;
  text-align: center;
  gap: 3px;
}

.product-meta-line {
  color: var(--accent-strong);
  font-weight: 600;
}

.product-card-body h3 {
  min-height: 3.2em;
}

.price-pill {
  padding: 9px 14px;
  background: transparent;
  color: var(--text);
}

.product-price-centered {
  margin-top: 2px;
}

.price-pill.is-sold-out {
  color: var(--accent-strong);
}

.product-card-actions {
  padding: 0;
  margin-bottom: 6px;
}

.product-card-actions .button {
  flex: 1 1 100%;
  min-width: 0;
  text-align: center;
  min-height: 42px;
  padding: 0 14px;
}

.product-view-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 0.9fr);
  gap: 28px;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.product-view-gallery {
  display: grid;
  gap: 14px;
  align-content: start;
}

.product-view-media {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(90, 27, 38, 0.08);
}

.product-view-media img {
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  max-width: calc(100% - 8px);
  max-height: calc(100% - 8px);
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
}

.product-view-media-main {
  min-height: 360px;
}

.product-view-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.product-view-media-support {
  min-height: 150px;
}

.product-view-copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

.product-view-copy h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.product-view-meta {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.product-view-meta .price-pill {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--accent-strong);
  font-size: 1.7rem;
}

.product-view-purchase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.product-view-add {
  min-height: 56px;
  font-size: 1rem;
}

.product-view-back-link {
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
}

.product-view-back-link:hover,
.product-view-back-link:focus-visible {
  color: var(--accent-strong);
}

.product-view-details {
  display: grid;
  gap: 14px;
  padding-top: 10px;
}

.product-view-details h2 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.05;
}

.product-view-summary {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.stock-note {
  margin: 0;
  color: #1c7747;
  font-weight: 700;
}

.stock-note.is-ready {
  color: var(--text);
}

.stock-note.is-sold-out {
  color: var(--accent-strong);
}

.catalog-warning {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(223, 77, 101, 0.3);
  border-radius: 18px;
  background: rgba(255, 245, 246, 0.96);
  color: var(--text);
}

.catalog-warning strong {
  color: var(--accent-strong);
}

.product-card-actions .button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.detail-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.72;
}

.detail-list li + li {
  margin-top: 4px;
}

.checkout-grid {
  display: grid;
  gap: 18px;
}

.checkout-summary {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 18px;
}

.checkout-summary-line strong {
  font-size: 1.1rem;
}

.checkout-summary-block {
  display: grid;
  gap: 12px;
}

.checkout-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.checkout-form .form-field-full {
  grid-column: 1 / -1;
}

.checkout-form textarea {
  min-height: 120px;
  resize: vertical;
}

.checkout-form button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.checkout-note[hidden] {
  display: none;
}

[data-checkout-error] {
  color: #b93449;
  font-weight: 600;
}

.order-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(74, 179, 126, 0.12);
  color: #1c7747;
  font-weight: 700;
}

.order-status::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
}

.inventory-admin-shell {
  display: grid;
  gap: 18px;
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.inventory-admin-head h1 {
  margin: 8px 0 12px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.inventory-admin-controls {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr) auto;
  gap: 14px;
  align-items: end;
}

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

.inventory-admin-status {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel-soft);
  color: var(--muted);
  font-weight: 600;
}

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

.dashboard-section {
  display: grid;
  gap: 12px;
}

.dashboard-grid {
  display: grid;
  gap: 12px;
}

.dashboard-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
}

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

.dashboard-card-head h3 {
  margin: 0;
  font-size: 1rem;
}

.dashboard-card-head p,
.dashboard-meta {
  margin: 4px 0 0;
  color: var(--muted);
}

.dashboard-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.dashboard-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--panel-soft);
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 0.9rem;
}

.dashboard-order-controls {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.dashboard-order-controls textarea,
.dashboard-order-controls select {
  width: 100%;
}

.dashboard-low-stock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 84px;
  padding: 0 12px;
  border-radius: 14px;
  background: rgba(255, 244, 214, 0.9);
  color: #8a5a00;
  font-weight: 700;
}

.inventory-admin-row {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) auto auto;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
}

.inventory-admin-product {
  display: grid;
  gap: 4px;
}

.inventory-admin-product strong {
  font-family: var(--font-display);
  font-size: 1rem;
}

.inventory-admin-product span,
.inventory-admin-meta {
  color: var(--muted);
}

.inventory-admin-stock input {
  width: 112px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--text);
  font: inherit;
}

.inventory-admin-stock-group {
  display: grid;
  gap: 8px;
  justify-items: end;
}

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

.inventory-quick-button {
  min-height: 36px;
  padding: 0 12px;
  font-size: 0.88rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-nav a[href="products.html"] {
  white-space: nowrap;
}

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

  [data-featured-products-grid],
  [data-new-arrivals-grid] {
    grid-template-columns: repeat(auto-fit, minmax(200px, 240px));
  }

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

@media (max-width: 980px) {
  .cart-launcher {
    position: static;
  }

  .site-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .brand-lockup {
    justify-content: center;
  }

  .product-hero-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

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

  .shop-sidebar {
    position: static;
  }

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

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

  .product-view-media-main {
    min-height: 360px;
  }

  .product-view-copy h1 {
    font-size: clamp(2.2rem, 8vw, 3.6rem);
  }

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

  .promise-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .products-grid {
    grid-template-columns: 1fr;
  }

  [data-featured-products-grid],
  [data-new-arrivals-grid] {
    grid-template-columns: 1fr;
  }

  .product-view-support-grid,
  .product-view-purchase {
    grid-template-columns: 1fr;
  }

  .product-view-media-main,
  .product-view-media-support {
    min-height: 0;
  }

  .cart-drawer {
    width: 100%;
    padding: 18px;
  }

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

  .empty-state,
  .order-hero-card,
  .checkout-summary,
  .collection-form.checkout-form {
    padding: 22px 18px;
  }

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

  .shop-results-head,
  .shop-toolbar {
    align-items: stretch;
  }

  .shop-sort {
    width: 100%;
    justify-content: space-between;
  }

  .shop-availability {
    width: 100%;
    justify-content: space-between;
  }

  .shop-sort select {
    flex: 1 1 auto;
  }

  .inventory-admin-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .inventory-admin-stock input {
    width: 100%;
  }

  .inventory-admin-stock-group {
    justify-items: stretch;
  }

  .inventory-admin-quick-actions {
    justify-content: stretch;
  }
}
