:root {
  --ink: #15131f;
  --muted: #6d6878;
  --paper: #fff8ed;
  --surface: #ffffff;
  --line: #eadfd5;
  --accent: #ff4d7d;
  --accent-dark: #b51752;
  --sun: #ffd166;
  --rose: #1bc7a6;
  --sky: #4f7cff;
  --lime: #b7f45a;
  --shadow: 0 24px 70px rgba(37, 24, 52, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 77, 125, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(79, 124, 255, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.drawer-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

.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;
}

.offer-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 42px;
  padding: 8px 18px;
  background: linear-gradient(90deg, var(--ink), #3b184f, var(--accent-dark));
  color: #fff;
  text-align: center;
}

.offer-bar p {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 750;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(47, 31, 67, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
}

.brand-logo {
  width: 220px;
  height: 72px;
  object-fit: contain;
}

.brand-fallback {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  color: var(--accent-dark);
  font-size: 1.45rem;
  font-weight: 950;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.main-nav a {
  padding: 9px 11px;
  border-radius: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.main-nav a:hover {
  color: #fff;
  background: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.search input,
.coupon-row input,
.quote-form input,
.quote-form textarea,
.sort-select select {
  border: 1px solid rgba(21, 19, 31, 0.12);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

.search input {
  width: min(25vw, 300px);
  min-width: 190px;
  padding: 12px 14px;
  background: #fff9f1;
}

.search input:focus,
.coupon-row input:focus,
.quote-form input:focus,
.quote-form textarea:focus,
.sort-select select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(255, 77, 125, 0.16);
}

.icon-button,
.cart-button,
.primary-button,
.product-card button,
.coupon-row button,
.primary-link,
.secondary-link,
.filter-tabs button {
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: inherit;
  background: rgba(255, 255, 255, 0.12);
}

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  color: var(--ink);
  background: var(--lime);
  box-shadow: 5px 5px 0 var(--ink);
}

.cart-button strong {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #fff;
  background: var(--accent);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 1.04fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  min-height: calc(100vh - 110px);
  padding: clamp(42px, 7vw, 92px) clamp(16px, 5vw, 64px) 54px;
  position: relative;
  overflow: hidden;
}

.hero-copy {
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 14px;
  padding: 6px 10px;
  border: 1px solid rgba(21, 19, 31, 0.12);
  border-radius: 8px;
  color: var(--accent-dark);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 10.8ch;
  font-size: 7.2rem;
  line-height: 0.9;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero h1 {
  text-shadow: 6px 6px 0 rgba(255, 209, 102, 0.55);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 640px;
  margin: 22px 0 0;
  color: #4f495a;
  font-size: 1.18rem;
  font-weight: 650;
}

.trend-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.trend-row button {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(21, 19, 31, 0.14);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-weight: 850;
  box-shadow: 4px 4px 0 rgba(21, 19, 31, 0.08);
}

.trend-row button:hover {
  transform: translateY(-2px);
  border-color: var(--ink);
  background: var(--sun);
  box-shadow: 5px 5px 0 var(--ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 19px;
  text-decoration: none;
}

.primary-link,
.primary-button {
  color: #fff;
  background: var(--accent);
  box-shadow: 6px 6px 0 var(--ink);
}

.primary-link:hover,
.primary-button:hover,
.cart-button:hover {
  transform: translateY(-2px);
  background: var(--accent-dark);
}

.secondary-link {
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(21, 19, 31, 0.14);
  box-shadow: 6px 6px 0 rgba(21, 19, 31, 0.14);
}

.hero-board {
  position: relative;
  min-height: 560px;
  overflow: visible;
}

.collage-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 12px 12px 0 var(--ink);
}

.collage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collage-card figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--lime);
  font-weight: 950;
}

.collage-main {
  inset: 36px 76px 44px 16px;
  transform: rotate(-2deg);
}

.collage-small {
  width: 36%;
  height: 34%;
  z-index: 2;
}

.top-card {
  top: 4px;
  right: 12px;
  transform: rotate(5deg);
}

.bottom-card {
  right: 34px;
  bottom: 8px;
  transform: rotate(-5deg);
}

.hero-stat {
  position: absolute;
  left: 0;
  bottom: 36px;
  z-index: 3;
  width: min(230px, calc(100% - 36px));
  padding: 18px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  color: var(--ink);
  background: var(--sun);
  box-shadow: 9px 9px 0 var(--ink);
}

.hero-stat strong {
  display: block;
  font-size: 1.8rem;
}

.hero-stat span {
  color: var(--ink);
  font-weight: 700;
}

.hero-ticket {
  position: absolute;
  top: 112px;
  left: -4px;
  z-index: 4;
  display: grid;
  gap: 2px;
  width: 190px;
  padding: 14px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--rose);
  color: var(--ink);
  transform: rotate(-7deg);
  box-shadow: 8px 8px 0 var(--ink);
}

.hero-ticket span {
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-ticket strong {
  font-size: 1.15rem;
  line-height: 1.05;
}

.category-band,
.shop-section,
.bulk-section,
.journal-section,
.vibe-section,
.finder-section,
.seo-section,
.faq-section {
  padding: 76px clamp(16px, 5vw, 64px);
}

.promise-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0 clamp(16px, 5vw, 64px) 70px;
  background: transparent;
  border: 0;
}

.promise-strip div {
  display: grid;
  gap: 4px;
  min-height: 126px;
  padding: 22px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 7px 7px 0 rgba(21, 19, 31, 0.16);
}

.promise-strip div:nth-child(2) {
  background: #fff1f6;
}

.promise-strip div:nth-child(3) {
  background: #f8ffd9;
}

.promise-strip div:nth-child(4) {
  background: #edf4ff;
}

.promise-strip strong {
  font-size: 1.08rem;
}

.promise-strip span {
  color: var(--muted);
  font-size: 0.92rem;
}

.category-band {
  background: var(--ink);
  color: #fff;
}

.section-heading h2,
.bulk-section h2 {
  margin: 0;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(150px, 1fr));
  gap: 16px;
  margin-top: 30px;
  overflow-x: auto;
  padding: 0 0 14px;
  scroll-snap-type: x proximity;
}

.category-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 8px;
  color: #fff;
  background: #1e2b28;
  box-shadow: 8px 8px 0 rgba(255, 255, 255, 0.18);
  scroll-snap-align: start;
}

.category-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  opacity: 0.84;
  transition: transform 240ms ease;
}

.category-card:hover img {
  transform: scale(1.08) rotate(1deg);
}

.category-card div {
  position: absolute;
  inset: auto 12px 12px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(21, 19, 31, 0.78);
  backdrop-filter: blur(10px);
}

.category-card h3 {
  margin: 0;
  font-size: 1.08rem;
}

.category-card p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
}

.vibe-section {
  background: #fff;
}

.vibe-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.vibe-grid button {
  display: grid;
  gap: 8px;
  min-height: 190px;
  padding: 22px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  color: var(--ink);
  text-align: left;
  background: #fff;
  cursor: pointer;
  box-shadow: 8px 8px 0 var(--ink);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.vibe-grid button:hover {
  transform: translateY(-5px) rotate(-1deg);
  box-shadow: 12px 12px 0 var(--ink);
}

.vibe-grid button:nth-child(1) {
  background: #dff7ff;
}

.vibe-grid button:nth-child(2) {
  background: #fff1a8;
}

.vibe-grid button:nth-child(3) {
  background: #ffd9e6;
}

.vibe-grid button:nth-child(4) {
  background: #dcffd7;
}

.vibe-grid span {
  color: var(--accent-dark);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.vibe-grid strong {
  align-self: end;
  font-size: 1.75rem;
  line-height: 1.1;
}

.finder-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: stretch;
  background: #15131f;
  color: #fff;
}

.finder-copy {
  align-self: center;
}

.finder-copy p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 650;
}

.finder-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.74fr);
  gap: 16px;
}

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

.finder-options button,
.finder-result {
  border: 3px solid #fff;
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--accent);
}

.finder-options button {
  display: grid;
  gap: 10px;
  min-height: 132px;
  padding: 18px;
  color: var(--ink);
  text-align: left;
  background: #fff;
  cursor: pointer;
}

.finder-options button:nth-child(2) {
  background: #fff1a8;
}

.finder-options button:nth-child(3) {
  background: #ffd9e6;
}

.finder-options button:nth-child(4) {
  background: #dcffd7;
}

.finder-options button:hover {
  transform: translateY(-4px);
}

.finder-options span,
.finder-result span {
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.finder-options strong {
  align-self: end;
  font-size: 1.2rem;
  line-height: 1.1;
}

.finder-result {
  display: grid;
  align-content: end;
  gap: 12px;
  min-height: 276px;
  padding: 20px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.8)),
    var(--sun);
}

.finder-result strong {
  font-size: 1.55rem;
  line-height: 1.05;
}

.finder-result p {
  margin: 0;
  color: #4f495a;
  font-weight: 750;
}

.finder-result button {
  width: max-content;
  min-height: 42px;
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  cursor: pointer;
  font-weight: 900;
}

.shop-section {
  background: #fff8ed;
}

.shop-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.shop-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-tabs button {
  padding: 10px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(21, 19, 31, 0.14);
}

.filter-tabs button.active {
  color: var(--ink);
  background: var(--sun);
  border-color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

.sort-select {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

.sort-select select {
  min-height: 42px;
  padding: 0 12px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 32px;
}

.product-card {
  display: grid;
  grid-template-rows: 250px auto;
  min-width: 0;
  overflow: hidden;
  border: 2px solid rgba(21, 19, 31, 0.14);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 42px rgba(37, 24, 52, 0.09);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: var(--ink);
  box-shadow: 10px 10px 0 var(--ink), 0 20px 44px rgba(37, 24, 52, 0.1);
}

.product-media {
  position: relative;
  background: #fff1f6;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 6px 9px;
  border-radius: 8px;
  color: #fff;
  background: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
}

.product-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.product-body h3 {
  min-height: 52px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.3;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.price-row strong {
  font-size: 1.28rem;
  color: var(--accent-dark);
}

.price-row del {
  color: #9aa4a1;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.product-actions button {
  min-height: 42px;
}

.quick-button {
  color: var(--ink);
  background: #fff1a8;
}

.add-button {
  color: #fff;
  background: var(--ink);
}

.wish-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(21, 19, 31, 0.2);
  border-radius: 999px;
  color: #999;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 200ms ease;
  display: grid;
  place-items: center;
}

.wish-button:hover {
  color: var(--accent);
  border-color: var(--accent);
  transform: scale(1.1);
}

.wish-button.active {
  color: var(--accent);
  border-color: var(--accent);
  background: #fff;
}

@keyframes slideIn {
  from {
    transform: translateX(400px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(400px);
    opacity: 0;
  }
}

.bulk-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 32px;
  align-items: center;
  background: var(--ink);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.bulk-section p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
}

.quote-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 24px;
  border: 3px solid #fff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 12px 12px 0 var(--accent);
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 800;
}

.quote-form label:has(textarea),
.quote-form button,
.form-status {
  grid-column: 1 / -1;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  padding: 11px 12px;
}

.primary-button {
  min-height: 48px;
  padding: 12px 16px;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--accent-dark);
  font-weight: 800;
}

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

.journal-grid article {
  padding: 20px;
  border: 2px solid rgba(21, 19, 31, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 7px 7px 0 rgba(21, 19, 31, 0.08);
}

.journal-grid span {
  color: var(--sky);
  font-weight: 900;
}

.journal-grid h3 {
  margin: 10px 0;
  font-size: 1.2rem;
}

.journal-grid p {
  margin: 0;
  color: var(--muted);
}

.seo-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  background: #fff;
  border-top: 1px solid rgba(21, 19, 31, 0.08);
}

.seo-section p {
  margin: 0;
  color: var(--muted);
}

.seo-section p + p {
  margin-top: 14px;
}

.faq-section {
  background: #fff1f6;
}

.faq-section details {
  margin-top: 12px;
  border: 2px solid rgba(21, 19, 31, 0.12);
  border-radius: 8px;
  background: #fff;
}

.faq-section summary {
  padding: 18px;
  cursor: pointer;
  font-weight: 900;
}

.faq-section details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 22px;
  align-items: center;
  padding: 34px clamp(16px, 5vw, 64px);
  color: #fff;
  background: linear-gradient(135deg, var(--ink), #321947);
}

.site-footer p {
  max-width: 620px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.footer-contact {
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.74);
  font-style: normal;
}

.footer-contact a {
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.footer-contact a:hover {
  color: var(--sun);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.footer-links a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--sun);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  color: var(--ink);
  background: var(--lime);
  box-shadow: 6px 6px 0 var(--ink);
  font-weight: 950;
  text-decoration: none;
}

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

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  justify-content: flex-end;
  background: rgba(15, 22, 20, 0.44);
}

.cart-drawer.open {
  display: flex;
}

.drawer-panel {
  display: grid;
  grid-template-rows: auto 1fr auto auto auto;
  width: min(440px, 100%);
  height: 100%;
  padding: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.drawer-head h2 {
  margin: 0;
}

.drawer-head .icon-button,
.dialog-close {
  color: var(--ink);
  background: #edf4ee;
}

.cart-items {
  display: grid;
  align-content: start;
  gap: 12px;
  overflow: auto;
  padding: 18px 0;
}

.cart-empty {
  padding: 24px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
}

.cart-line {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 12px;
  align-items: center;
}

.cart-line img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
}

.cart-line h3 {
  margin: 0 0 4px;
  font-size: 0.95rem;
}

.cart-line p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.qty-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-controls button {
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.coupon-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.coupon-row input {
  min-width: 0;
  padding: 11px 12px;
}

.coupon-row button {
  padding: 0 14px;
  color: var(--accent-dark);
  background: #e4f1ed;
}

.totals {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.totals div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.totals dt {
  color: var(--muted);
}

.totals dd {
  margin: 0;
  font-weight: 900;
}

.totals div:last-child {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 1.2rem;
}

.product-dialog {
  width: min(920px, calc(100% - 24px));
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow);
}

.product-dialog::backdrop {
  background: rgba(15, 22, 20, 0.48);
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.dialog-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
}

.dialog-layout img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.dialog-details {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 34px;
}

.dialog-details h2 {
  margin: 0;
  font-size: 2.35rem;
  line-height: 1.08;
}

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

.option-grid label {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.option-grid input {
  position: absolute;
  opacity: 0;
}

.option-grid label:has(input:checked) {
  color: #fff;
  border-color: var(--accent);
  background: var(--accent);
}

.upload-box {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
}

.upload-box input {
  width: 100%;
}

.dialog-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.dialog-actions button {
  min-height: 48px;
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: 1fr;
    position: relative;
    top: auto;
  }

  .main-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .header-actions {
    width: 100%;
  }

  .search {
    flex: 1;
  }

  .search input {
    width: 100%;
  }

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

  .hero,
  .bulk-section,
  .dialog-layout,
  .finder-section,
  .finder-panel,
  .seo-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .hero-board {
    min-height: 520px;
  }

  h1 {
    font-size: 5.4rem;
  }

  .section-heading h2,
  .bulk-section h2 {
    font-size: 2.7rem;
  }
}

@media (max-width: 680px) {
  .offer-bar {
    justify-content: space-between;
    text-align: left;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    max-width: 11ch;
    font-size: 3.7rem;
  }

  .section-heading h2,
  .bulk-section h2 {
    font-size: 2.2rem;
  }

  .hero-board {
    min-height: 420px;
    margin-top: 10px;
  }

  .collage-main {
    inset: 44px 18px 78px 6px;
  }

  .collage-small {
    width: 42%;
    height: 28%;
  }

  .top-card {
    right: 4px;
  }

  .bottom-card {
    right: 10px;
    bottom: 20px;
  }

  .hero-ticket {
    top: 8px;
    left: 0;
    width: 170px;
  }

  .hero-stat {
    bottom: 8px;
    width: 190px;
  }

  .shop-top,
  .shop-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .category-grid,
  .product-grid,
  .journal-grid,
  .promise-strip,
  .vibe-grid,
  .finder-options,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-template-rows: 260px auto;
  }

  .dialog-details {
    padding: 24px 16px;
  }

  .dialog-details h2 {
    font-size: 1.75rem;
  }

  .dialog-layout img {
    min-height: 260px;
  }

  .option-grid,
  .dialog-actions {
    grid-template-columns: 1fr;
  }

  .main-nav {
    gap: 16px;
  }
}
