:root {
  color-scheme: light;
  --bg: #ffe7f2;
  --bg-soft: #fff0f6;
  --panel: #fff7fb;
  --panel-strong: #ffd9ea;
  --text: #1f1a24;
  --muted: #6f6376;
  --accent: #ff6fb3;
  --accent-2: #ff9fd2;
  --line: rgba(31, 26, 36, 0.08);
  --shadow: 0 30px 60px rgba(255, 111, 179, 0.15);
  --radius: 18px;
  --font-head: "Archivo", sans-serif;
  --font-body: "Sora", sans-serif;
}

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

body {
  font-family: var(--font-body);
  background: radial-gradient(circle at top, #ffeaf3 0%, #ffd9ea 55%);
  color: var(--text);
  line-height: 1.6;
}

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

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

.container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.noise {
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 0;
}

.site-header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--line);
  z-index: 10;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 20px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--panel);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  border-radius: 999px;
}

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

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cart-count {
  background: var(--accent);
  color: #2b0f1e;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 0.75rem;
  font-weight: 600;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-head);
  font-weight: 600;
  letter-spacing: 0.4px;
}

.brand-name {
  font-size: 1.1rem;
  white-space: nowrap;
}

.brand-logo {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  object-fit: cover;
  background: #fff;
  padding: 6px;
  border: 2px solid rgba(255, 111, 179, 0.35);
  box-shadow: 0 12px 28px rgba(255, 111, 179, 0.35);
}

.links {
  display: flex;
  gap: 22px;
  font-size: 0.95rem;
  color: var(--muted);
  flex-wrap: nowrap;
}

.links a {
  white-space: nowrap;
}

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

.cta,
.ghost {
  border-radius: 999px;
  padding: 12px 22px;
  border: none;
  font-weight: 600;
  font-family: var(--font-body);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.cta {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #2b0f1e;
  box-shadow: 0 16px 30px rgba(255, 111, 179, 0.25);
}

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

.cta.small {
  padding: 10px 18px;
  font-size: 0.9rem;
}

.ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
}

.ghost:hover {
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.hero {
  padding: 90px 0 60px;
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: center;
}

.hero-copy h1 {
  font-family: var(--font-head);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.1;
  margin: 10px 0 18px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  color: var(--accent-2);
}

.lead {
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin: 28px 0;
  flex-wrap: wrap;
}

.hero-trust {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.hero-trust .stat {
  font-family: var(--font-head);
  font-size: 1.2rem;
}

.hero-trust .label {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.hero-visual {
  display: grid;
  gap: 20px;
}

.hero-card {
  background: var(--panel);
  border-radius: var(--radius);
  padding: 18px;
  border: 1px solid var(--line);
  display: grid;
  gap: 16px;
  box-shadow: var(--shadow);
}


/* Hero images now match collection sizing */
.hero-card .media.has-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Slight de-zoom for hero images */
.hero-card .media {
  height: 335px;
}

/* Nudge hero images downward a bit for better framing */
.hero-card .media.has-img {
  background-position: center 60%;
}

.hero-card.alt .media.has-img {
  background-position: center 70%;
}

.hero-card.alt {
  background: var(--panel-strong);
}

.hero-card-info h3 {
  font-family: var(--font-head);
  margin: 6px 0;
}

.tag {
  font-size: 0.75rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

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

.section {
  padding: 70px 0;
  border-top: 1px solid var(--line);
  position: relative;
  z-index: 1;
}

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 30px;
}

.section-head h2 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.grid {
  display: grid;
  gap: 22px;
}

.cards,
.collection-grid,
.shipping-grid,
.reviews-grid,
.shooting-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.shipping-logo {
  width: 120px;
  height: 120px;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
  margin-left: 16px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

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

@media (max-width: 700px) {
  .shipping-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .shipping-logo {
    margin-left: 0;
  }
}

.product-card,
.review-card,
.info-card,
.shoot-card {
  background: var(--panel);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 16px;
  display: grid;
  gap: 14px;
}

.story-card {
  background: var(--panel);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 22px;
  max-width: 820px;
  box-shadow: var(--shadow);
}

.shooting-block {
  margin-top: 26px;
  display: grid;
  gap: 16px;
}

.shooting-block h3 {
  font-family: var(--font-head);
  font-size: 1.3rem;
}

.story-card p {
  font-size: 1.02rem;
  line-height: 1.75;
}

.story-card p + p {
  margin-top: 16px;
}

.card-body h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
}

.product-card .card-body > .muted {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-card:hover h3 {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-card:hover .card-body {
  cursor: pointer;
}

.collection-search {
  margin-top: 14px;
  width: min(420px, 100%);
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  font-family: var(--font-body);
}

.collection-search:focus {
  outline: 2px solid rgba(255, 111, 179, 0.4);
  border-color: rgba(255, 111, 179, 0.4);
}

.collection-empty {
  margin-top: 16px;
  padding: 14px;
  border-radius: 16px;
  border: 1px dashed var(--line);
  background: var(--panel);
  display: none;
  gap: 8px;
}

.collection-empty.show {
  display: grid;
}

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

.suggest-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 8px;
  display: grid;
  gap: 6px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.suggest-card .media {
  height: 120px;
  border-radius: 12px;
  background: #f6f3f8;
  background-size: cover;
  background-position: center;
}

.suggest-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
}

.suggest-body .muted {
  font-size: 0.85rem;
}

.suggest-name {
  font-size: 0.85rem;
  font-weight: 600;
}

.tracking-inline {
  margin-top: 20px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.tracking-inline .tracking-form {
  margin-top: 10px;
}

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

.backstage-video {
  width: 100%;
  border-radius: 18px;
  background: #000;
  height: auto;
  object-fit: contain;
}

.chat-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  border: none;
  border-radius: 999px;
  padding: 12px 18px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 16px 30px rgba(255, 111, 179, 0.35);
  cursor: pointer;
}

.chat-widget {
  position: fixed;
  right: 18px;
  bottom: 78px;
  width: min(360px, 92vw);
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 999;
}

.chat-widget.show {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
}

.chat-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--panel);
  border-radius: 18px 18px 0 0;
}

.chat-body {
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 320px;
  overflow: auto;
}

.chat-messages {
  display: grid;
  gap: 8px;
  order: 2;
}

.chat-bubble {
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.4;
  max-width: 85%;
}

.chat-bubble.user {
  background: #ffe3f1;
  margin-left: auto;
}

.chat-bubble.bot {
  background: #f6f3f8;
  border: 1px solid var(--line);
}

.chat-quick {
  display: grid;
  gap: 8px;
  order: 1;
}

.chat-quick button {
  width: 100%;
  text-align: left;
  border: 1px solid var(--line);
  background: #fff;
  padding: 10px 12px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
}

.chat-input {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid var(--line);
}

.chat-input input {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  font-family: var(--font-body);
}

.chat-note {
  padding: 0 14px 12px;
  font-size: 0.8rem;
}

.chat-credit {
  padding: 0 14px 12px;
  font-size: 0.75rem;
  text-align: right;
}

.ebook-faq {
  margin-top: 22px;
  display: grid;
  gap: 10px;
}

.ebook-faq details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
}

.ebook-faq summary {
  cursor: pointer;
  font-weight: 600;
}

.product-reviews {
  display: grid;
  gap: 4px;
  font-size: 0.9rem;
  color: var(--text);
}

.product-reviews + .cta.small {
  margin-top: 10px;
}

.product-card .product-reviews .muted {
  display: none;
}

.review-list[hidden] {
  display: none;
}

.product-reviews .stars {
  color: #f6c94c;
  letter-spacing: 1px;
  font-size: 0.95rem;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0 8px;
}

.rating-row .stars {
  color: #f6c94c;
  letter-spacing: 1px;
  font-size: 1rem;
}

.delivery-date {
  white-space: nowrap;
}

.product-page .product-reviews {
  margin-top: 16px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.review-list {
  display: grid;
  gap: 6px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0 12px;
}

.price.current {
  font-weight: 600;
}

.price.old {
  text-decoration: line-through;
  color: var(--muted);
  font-size: 0.9rem;
}

.price.old.hidden {
  display: none;
}

.promo-strip {
  margin: 14px 0 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--panel-strong);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.9rem;
}

.promo-timer {
  color: var(--muted);
  font-weight: 500;
}

.price {
  font-weight: 600;
}

.badge {
  background: rgba(255, 159, 210, 0.2);
  color: #9e2b69;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.75rem;
}

.badge.warn {
  background: rgba(255, 111, 179, 0.2);
  color: var(--accent);
}

.chip-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.chip {
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.chip.active {
  color: #2b0f1e;
  background: var(--accent);
  border-color: transparent;
}

.media {
  height: 260px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffe4f0, #fff6fa);
  border: 1px dashed rgba(31, 26, 36, 0.1);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
  text-align: center;
  padding: 12px;
}

/* Make "selection du moment" less zoomed by giving more height */
.drops .media {
  height: 355px;
  background-position: center 62%;
}

/* Drop the two "selection du moment" images differently */
.drops .product-card:nth-child(1) .media.has-img {
  background-position: center 63%;
}

.drops .product-card:nth-child(2) .media.has-img {
  background-position: center 68%;
}

.media.has-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-style: solid;
  cursor: pointer;
}

.media[data-img*="paire-13/"] {
  background-size: contain;
  background-color: #f6f3f8;
}

.media.hidden {
  display: none;
}

.reviews-grid .review-card {
  text-align: center;
}

.review-form {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  margin: 16px 0 22px;
  display: grid;
  gap: 12px;
}

.review-form form {
  display: grid;
  gap: 12px;
}

.form-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.review-form input,
.review-form select,
.review-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--bg-soft);
  color: var(--text);
  font-family: var(--font-body);
}

.review-form textarea {
  resize: vertical;
  min-height: 110px;
}

.checkline {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: var(--muted);
}

.checkline input {
  margin-top: 3px;
  flex: 0 0 auto;
}

.checkline span {
  display: block;
  line-height: 1.4;
  flex: 1 1 auto;
  max-width: 100%;
  word-break: break-word;
}

.checkline {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  align-items: start;
}

.faq-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.tracking-form {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tracking-form input {
  flex: 1 1 240px;
  min-width: 200px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--bg-soft);
  font-family: var(--font-body);
  color: var(--text);
}

.product-page {
  padding: 110px 0 40px;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(260px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.product-page .delivery-timeline {
  grid-column: 1 / -1;
}

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

.product-gallery .media {
  height: 220px;
}

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

.product-info .cta {
  padding: 12px 16px;
  font-size: 1rem;
}

.faq-accordion {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.faq-accordion details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 16px;
}

.faq-accordion summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-accordion summary::after {
  content: "+";
  font-size: 1.2rem;
}

.faq-accordion details[open] summary::after {
  content: "-";
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  color: var(--text);
  text-decoration: none;
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 600;
}

.back-link:hover {
  border-color: var(--accent);
}

.delivery-timeline {
  margin: 18px 0 6px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
}

.delivery-timeline.compact {
  margin-top: 10px;
  padding: 12px;
  grid-template-columns: auto 1fr auto 1fr auto;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.delivery-timeline.compact .timeline-icon {
  width: 30px;
  height: 30px;
  font-size: 0.85rem;
}

.delivery-timeline.compact .timeline-step {
  gap: 8px;
}

.timeline-step {
  display: flex;
  gap: 10px;
  align-items: center;
}

.timeline-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: white;
  font-weight: 600;
  box-shadow: var(--shadow);
}

.timeline-line {
  height: 2px;
  background: var(--line);
  border-radius: 99px;
}

.launch-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(260px, 1fr);
  gap: 26px;
  align-items: stretch;
}

.launch-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 320px;
}

.ebook-grid {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ebook-grid .media {
  height: 200px;
}

.launch-right {
  display: grid;
  gap: 14px;
  align-content: start;
}

.cta-panel {
  background: linear-gradient(135deg, rgba(255, 111, 179, 0.18), rgba(255, 159, 210, 0.14));
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.site-footer {
  padding: 40px 0 30px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-bottom: 20px;
}

.footer-grid a {
  color: var(--muted);
  margin-top: 8px;
  display: block;
}

.legal {
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(255, 111, 179, 0.15);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 40;
}

.modal.show {
  display: flex;
}

.modal-card {
  background: var(--panel);
  border-radius: var(--radius);
  padding: 26px;
  border: 1px solid var(--line);
  max-width: min(480px, 92vw);
  text-align: left;
  box-shadow: var(--shadow);
}

.order-card {
  max-width: min(720px, 92vw);
}

.order-card input,
.order-card textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  font-family: var(--font-body);
}

.product-card-modal {
  max-width: min(900px, 94vw);
}

.product-modal-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(240px, 1fr);
  gap: 20px;
  align-items: start;
}

.product-modal-media {
  height: 320px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffe4f0, #fff6fa);
  border: 1px solid var(--line);
  background-size: cover;
  background-position: center;
}

.product-modal-info {
  display: grid;
  gap: 12px;
}

.product-modal-info .cta.small {
  padding: 12px 16px;
  font-size: 1rem;
}

.size-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(64px, 1fr));
  gap: 8px;
  margin-top: 6px;
}

.size-chip {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 10px;
  text-align: center;
  background: var(--bg-soft);
  font-size: 0.95rem;
  cursor: pointer;
  user-select: none;
}

.size-chip.out {
  opacity: 0.5;
  text-decoration: line-through;
}

.size-chip.active {
  border-color: var(--accent);
  background: rgba(255, 132, 190, 0.18);
  font-weight: 600;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  background: rgba(17, 10, 15, 0.28);
  display: none;
  justify-content: flex-end;
  z-index: 25;
}

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

.cart-panel {
  width: min(420px, 92vw);
  background: var(--bg-soft);
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: -20px 0 50px rgba(0, 0, 0, 0.08);
}

.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-items {
  flex: 1;
  display: grid;
  gap: 14px;
  overflow: auto;
  padding-right: 6px;
}

.cart-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: center;
  background: var(--panel);
  border-radius: 14px;
  padding: 10px;
  border: 1px solid var(--line);
}

.cart-item-thumb {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffe4f0, #fff6fa);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(31, 26, 36, 0.08);
}

.cart-item h4 {
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.cart-item small {
  color: var(--muted);
}

.cart-item .price-inline.old {
  text-decoration: line-through;
  margin-right: 6px;
}

.cart-item .price-inline.current {
  font-weight: 600;
}

.cart-item-actions {
  display: grid;
  gap: 6px;
  text-align: right;
}

.cart-item-actions button {
  border: none;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.85rem;
}

.cart-item-actions button:hover {
  color: var(--text);
}

.cart-summary {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  display: grid;
  gap: 12px;
}

.cart-summary > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-note {
  font-size: 0.85rem;
  text-align: center;
}

.menu-drawer {
  position: fixed;
  inset: 0;
  background: rgba(17, 10, 15, 0.35);
  display: none;
  z-index: 30;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px;
}

.menu-drawer.show {
  display: flex;
}

.menu-panel {
  width: min(320px, 88vw);
  background: var(--bg-soft);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 16px;
  display: grid;
  gap: 16px;
  box-shadow: var(--shadow);
}

.menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 700px) {
  .menu-head .ghost {
    display: none;
  }
}

.menu-links {
  display: grid;
  gap: 12px;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(18, 8, 14, 0.72);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 30;
}

.lightbox.show {
  display: flex;
}

.lightbox-inner {
  position: relative;
  background: var(--panel);
  padding: 48px 16px 16px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  max-width: min(900px, 92vw);
  max-height: 90vh;
  display: grid;
  gap: 12px;
}

.lightbox-image {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 12px;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 4px;
  left: 50%;
  z-index: 2;
  background: var(--panel-strong);
  transform: translateX(-50%);
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  color: #2b0f1e;
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease;
}

.lightbox-arrow:hover {
  transform: translateY(-50%) scale(1.05);
}

.lightbox-arrow.left {
  left: -24px;
}

.lightbox-arrow.right {
  right: -24px;
}

@media (max-width: 900px) {
  .links {
    display: none;
  }
}

@media (max-width: 700px) {
  .product-modal-grid {
    grid-template-columns: 1fr;
  }
  .product-modal-media {
    height: 240px;
  }
  .menu-toggle {
    display: inline-flex;
  }
  .nav {
    flex-wrap: wrap;
    gap: 12px;
  }
  .brand {
    flex: 1 1 auto;
    min-width: 0;
  }
  .brand-logo {
    width: 44px;
    height: 44px;
  }
  .brand-name {
    font-size: 1rem;
  }
  .nav-actions {
    width: 100%;
    justify-content: space-between;
  }
  .hero {
    padding-top: 70px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cta,
  .ghost {
    width: 100%;
    text-align: center;
  }

  /* Mobile layout tune-up (does not affect desktop) */
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    gap: 14px;
  }
  .grid.cards,
  .collection-grid,
  .shooting-grid,
  .reviews-grid,
  .shipping-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .product-hero {
    grid-template-columns: 1fr;
  }
  .product-gallery .media {
    height: 180px;
  }
  .launch-grid {
    grid-template-columns: 1fr;
  }
  .ebook-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ebook-grid .media {
    height: 170px;
  }
  .media {
    height: 260px;
  }
  .hero-card .media {
    height: 280px;
  }
  .drops .media {
    height: 300px;
  }
  .chip-row {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }
  .chip {
    white-space: nowrap;
  }
  .promo-strip {
    flex-direction: column;
    align-items: flex-start;
  }
  .delivery-timeline {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .delivery-timeline.compact {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .delivery-timeline.compact .timeline-step {
    width: 100%;
  }
  .timeline-line {
    display: none;
  }
  .lightbox-arrow.left {
    left: 8px;
    right: auto;
  }
  .lightbox-arrow.right {
    right: 8px;
    left: auto;
  }

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

  .collection-suggest {
    grid-template-columns: 1fr;
  }

  .chat-widget {
    right: 12px;
    left: 12px;
    width: auto;
  }

  .chat-toggle {
    right: 12px;
    bottom: 12px;
  }
}
